ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-22  Andy Wingo  <wingo@pobox.com>
2
3         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
4         (gst_ogg_demux_perform_seek):
5         * ext/theora/theoradec.c (theora_dec_sink_event):
6         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
7         update-funcnames.
8
9 2005-11-22  Wim Taymans  <wim@fluendo.com>
10
11         * examples/seeking/seek.c: (main):
12         Give higher priority to bus signals than the gtk events
13         to fix a race condition in the segment looping.
14
15 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
16
17         * ext/theora/Makefile.am:
18         * ext/vorbis/Makefile.am:
19         * gst-libs/gst/tag/Makefile.am:
20         * gst-plugins-base.spec.in:
21           Rename libgsttagedit to libgsttag (#322117).
22
23 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
24
25         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
26         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
27           Call gst_x_overlay_prepare_xwindow_id() to give applications
28           a final chance to set their own xwindow id before the video
29           sink creates its own window.
30
31 2005-11-22  Julien MOUTTE  <julien@moutte.net>
32
33         * sys/xvimage/xvimagesink.c:
34         (gst_xvimagesink_navigation_send_event): Handle navigation
35         events correcly with borders if applicable.
36
37 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
38
39         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
40         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
41         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
42         (gst_ffmpegcsp_caps_remove_format_info):
43         * gst/ffmpegcolorspace/imgconvert.c:
44         * gst/ffmpegcolorspace/imgconvert_template.h:
45           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
46           #318353); use gst_structure_has_name().
47
48 2005-11-22  Julien MOUTTE  <julien@moutte.net>
49
50         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
51         (gst_ximagesink_class_init): Add debug macros on functions.
52         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
53         (gst_xvimagesink_xwindow_draw_borders),
54         (gst_xvimagesink_xvimage_put),
55         (gst_xvimagesink_xwindow_update_geometry),
56         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
57         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
58         (gst_xvimagesink_xcontext_clear),
59         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
60         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
61         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
62         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
63         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
64         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
65         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
66         expose while being PAUSED, out of data flow navigation events, etc..
67
68 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
69
70         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
71         * gst-libs/gst/audio/audio.h:
72           fix prototype - wondering why the test worked regardless
73
74 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
75
76         * check/Makefile.am:
77         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
78         * gst-libs/gst/audio/audio.h:
79           add a method that returns a proper GstClockTime
80
81 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
82
83         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
84         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
85         * gst-libs/gst/interfaces/xoverlay.h:
86           Remove everything having to do with the desired size; add 
87           gst_x_overlay_prepare_xwindow_id() function; remove the
88           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
89           post a message on the bus instead (#321816).
90
91         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
92         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
93         (gst_xvimagesink_xoverlay_init):
94           Remove desired size stuff (#321816).
95
96 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
97
98         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
99         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
100         (mpeg_video_type_find), (mpeg_video_stream_type_find):
101           Terminate vararg functions with NULL instead of 0 to 
102           make gcc4 happy.
103
104 2005-11-21  Andy Wingo  <wingo@pobox.com>
105
106         patch from: Sebastien Cote <sebas642@yahoo.ca>
107         
108         * gst-libs/gst/rtp/gstrtpbuffer.h: 
109         * gst-libs/gst/rtp/gstrtpbuffer.c
110         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
111
112 2005-11-21  Andy Wingo  <wingo@pobox.com>
113
114         * gst/playback/gstplaybin.c (gen_audio_element) 
115         (gen_video_element): Use the new MISSING_PLUGIN core error
116         category. Closes #320060.
117
118         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
119         * gst/videorate/gstvideorate.c (gst_videorate_event):
120         * ext/theora/theoradec.c (theora_dec_sink_event): 
121         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
122         stream lock.
123
124         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
125         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
126         stream lock changes.
127
128 2005-11-21  Wim Taymans  <wim@fluendo.com>
129
130         * gst-libs/gst/audio/gstbaseaudiosink.c:
131         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
132         (gst_base_audio_sink_provide_clock),
133         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
134         (gst_base_audio_sink_change_state):
135         * gst/audioresample/gstaudioresample.c:
136         Segment update fix.
137
138 2005-11-21  Andy Wingo  <wingo@pobox.com>
139
140         * *.h:
141         * *.c: Ran scripts/update-macros. Oh yes.
142
143 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
144
145         * sys/ximage/Makefile.am:
146         * sys/ximage/ximage.c:
147           Rename ximage plugin to ximagesink (#321426) (Don't forget to
148           remove your old libgstximage.* manually if necessary).
149
150 2005-11-21  Michael Smith <msmith@fluendo.com>
151
152         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
153           Minimal fix for bug #320200: set the min/max bitrate in the correct
154           units. A better fix would be to upgrade to the RATEMANAGE2
155           interface, rather than using the deprecated interface used here, but
156           that would require an update in our libvorbis dependency (to 1.1),
157           which is probably undesirable.
158
159 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
160
161         * ext/libvisual/visual.c: (get_buffer):
162         * gst-libs/gst/audio/gstbaseaudiosrc.c:
163         (gst_base_audio_src_fixate):
164         * gst/audioconvert/gstaudioconvert.c:
165         (gst_audio_convert_fixate_caps):
166         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
167         * gst/audiotestsrc/gstaudiotestsrc.c:
168         (gst_audiotestsrc_src_fixate):
169         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
170         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
171         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
172         * gst/videotestsrc/gstvideotestsrc.c:
173         (gst_videotestsrc_src_fixate):
174         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
176         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
177         (#322027)
178
179
180 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
181
182         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
183         (gst_riff_create_iavs_caps):
184         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
185         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
186         (gst_riff_parse_info):
187         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
188         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
190           Fixes for GST_FOURCC_FORMAT API change.
191
192 2005-11-21  Andy Wingo  <wingo@pobox.com>
193
194         patch by: Alessandro Dessina <alessandro nnva org>
195
196         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
197         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
198         (gst_ogg_parse_chain):
199         * ext/theora/theoraenc.c (theora_set_header_on_caps):
200         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
201         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
202         gst_value_list calls on arrays. Fixes #321962.
203
204 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
205
206         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
207         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
208         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
209         * gst/adder/gstadder.c: (gst_adder_init),
210         (gst_adder_request_new_pad), (gst_adder_collected),
211         (gst_adder_change_state):
212           Update for gst_collectpads_foo() to gst_collect_pads_foo()
213           API change.
214
215 2005-11-21  Michael Smith <msmith@fluendo.com>
216
217         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
218         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
219           Properly handle pad_push return values.
220
221 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
222
223         * gst-libs/gst/tag/Makefile.am:
224         * gst-libs/gst/tag/gstvorbistag.c:
225         (gst_tag_list_to_vorbiscomment_buffer):
226           Remove obsolete vorbistag element and debug category.
227
228         * gst/playback/gstplaybasebin.c: (check_queue):
229           Don't divide by 0 when queue-threshold is 0.
230
231         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
232           Don't modify an existing pixel-aspect-ratio if we fail to read
233           a new one.
234
235 2005-11-20  Wim Taymans  <wim@fluendo.com>
236
237         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
238         (gst_vorbisenc_push_packet):
239         GST_PAD_IS_USABLE is gone, use the return value of
240         the push or pad_alloc_buffer instead.
241
242 2005-11-18  Julien MOUTTE  <julien@moutte.net>
243
244         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
245         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
246         (gst_ximagesink_ximage_destroy),
247         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
248         (gst_ximagesink_xwindow_new),
249         (gst_ximagesink_xwindow_update_geometry),
250         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
251         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
252         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
253         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
254         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
255         (gst_ximagesink_navigation_send_event),
256         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
257         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
258         (gst_ximagesink_finalize), (gst_ximagesink_init),
259         (gst_ximagesink_class_init):
260         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
261         This new version brings correct software scaling, non flickering
262         window while resizing, pixel aspect ratio handling, usage of
263         hardware buffer pools, out of data flow event thread for 
264         navigation and handling of expose events even when being PAUSED,
265         a new property to keep video aspect ratio when resizing, etc...
266
267 2005-11-18  Julien MOUTTE  <julien@moutte.net>
268
269         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
270         (gst_videoscale_fixate_caps): Introduce back caps fixate with
271         handling of PAR.
272
273 2005-11-18    <bilboed@dvdsrc.fluendo.com>
274
275         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
276         Unsetting IS_SINK flag from the fakesink, so decodebin
277         never behaves as a sink.
278
279 2005-11-17  Wim Taymans  <wim@fluendo.com>
280
281         * gst-libs/gst/audio/gstbaseaudiosrc.c:
282         (gst_base_audio_src_change_state):
283         Fix the audiosrc base class again, we did not unflush.
284
285 2005-11-17  Julien MOUTTE  <julien@moutte.net>
286
287         * examples/seeking/seek.c: (make_dv_pipeline),
288         (make_vorbis_theora_pipeline), (make_avi_pipeline),
289         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
290         to ogg/vorbis/theora pipeline.
291
292 2005-11-17  Wim Taymans  <wim@fluendo.com>
293
294         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
295         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
296         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
297         Fix EOS on multiple streams.
298         More debugging.
299
300 2005-11-16  Wim Taymans  <wim@fluendo.com>
301
302         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
303         (gst_ogg_demux_perform_seek):
304         Segment done must include stream time.
305
306         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
307         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
308         (gst_ogg_mux_change_state):
309         Fix ogg muxer again.
310
311 2005-11-16  Wim Taymans  <wim@fluendo.com>
312
313         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
314         Fix compile again.
315
316 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
317
318         * ext/libvisual/visual.c: (gst_visual_init):
319         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
320         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
321         (gst_ogg_parse_chain):
322         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
323         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
324         * ext/theora/theoradec.c: (gst_theora_dec_init):
325         * ext/theora/theoraenc.c: (gst_theora_enc_init):
326         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
327         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
328         * gst/adder/gstadder.c: (gst_adder_class_init),
329         (gst_adder_dispose):
330         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
331         * gst/subparse/gstsubparse.c: (gst_subparse_init):
332         * gst/videorate/gstvideorate.c: (gst_videorate_init):
333           Fix a whole set of pad template leaks
334
335 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
336
337         * check/generic/states.c: (GST_START_TEST):
338           fix the test so that it only checks for elements that are part of
339           this source module
340
341 2005-11-16  Michael Smith <msmith@fluendo.com>
342
343         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
344         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
345         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
346         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
347         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
348         (gst_ogg_mux_change_state):
349           Fix leaking collectpads.
350
351 2005-11-16  Edward Hervey  <edward@fluendo.com>
352
353         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
354         (gst_videorate_event), (gst_videorate_chain):
355         Handle segment seeks
356
357 2005-11-16  Wim Taymans  <wim@fluendo.com>
358
359         * gst-libs/gst/audio/gstbaseaudiosink.c:
360         (gst_base_audio_sink_provide_clock),
361         (gst_base_audio_sink_change_state):
362         Set ringbuffer to non-flushing when going to PAUSED, set to
363         flushing again when going to READY.
364
365         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
366         (gst_ring_buffer_stop):
367         Start in flushing mode by default.
368         Don't set flushing in the _stop method, let the app call
369         this explicitly.
370
371 2005-11-16  Julien MOUTTE  <julien@moutte.net>
372
373         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
374         * gst-libs/gst/video/videosink.h: Add helper function needed
375         for video sinks.
376
377 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
378
379         * gst/videoscale/gstvideoscale.c:
380         (gst_videoscale_handle_src_event):
381           Don't leak reference to pad parent.
382
383 2005-11-16  Wim Taymans  <wim@fluendo.com>
384
385         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
386         Set ringbuffer to flushing when stopping so that we don't
387         block on wait_segment anymore and livelock.
388
389 2005-11-16  Wim Taymans  <wim@fluendo.com>
390
391         * examples/seeking/seek.c: (send_event), (do_seek),
392         (loop_toggle_cb), (segment_done), (main):
393         Added looping checkbox.
394
395 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
396
397         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
398         (gst_ogg_demux_init):
399         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
400         (gst_vorbis_dec_init):
401           revert unrefs, they don't pass make check
402
403 2005-11-15  Johan Dahlin  <johan@gnome.org>
404
405         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
406         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
407         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
408         (gst_vorbis_dec_init):
409         Fix pad template leaks. 
410
411 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
412
413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
414           Make state change function thread safe.
415
416 2005-11-15  Edward Hervey  <edward@fluendo.com>
417
418         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
419         (gst_ogg_demux_class_init):
420         Implement GstElement::send_event, so we can send seek events
421         in GST_STATE_READY
422
423 2005-11-14  Julien MOUTTE  <julien@moutte.net>
424
425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
426         Discovered how to take away flickering while resizing the
427         window. Please don't put that in ximagesink, refactoring in
428         progress.
429
430 2005-11-14  Michael Smith <msmith@fluendo.com>
431
432         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
433         (gst_multifdsink_render):
434           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
435
436 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
437
438         * gst/playback/gstplaybin.c: (gen_audio_element):
439           Use autoaudiosink, it tends to be more widely available than
440           autoaudiiosink.
441           
442 2005-11-14  Andy Wingo  <wingo@pobox.com>
443
444         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
445         as well if it is available. Fixes #316442.
446
447 2005-11-14  Michael Smith <msmith@fluendo.com>
448
449         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
450         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
451         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
452         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
453         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
454         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
455         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
456         (gst_vorbisenc_change_state):
457           Fix a small memory leak in vorbisenc.
458           Fix large memory leaks in oggmux, also fix lots of state change
459           bugs in oggmux.
460
461 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
462
463         * gst/videotestsrc/gstvideotestsrc.c:
464         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
465         (gst_videotestsrc_src_fixate):
466           move fixation to a fixate function
467           remove negotiate function, basesrc's is good enough
468           fixes a bug for check when using the element alone
469
470 2005-11-13  Edward Hervey  <edward@fluendo.com>
471
472         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
473         (key_toggle_cb), (main):
474         Added checkboxes for adding/removing the accurate and key_unit seek
475         flags.
476
477 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
478
479         * configure.ac: back to HEAD
480
481 === release 0.9.5 ===
482
483 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
484
485         * configure.ac:
486           releasing 0.9.5, "No No Kia"
487
488 2005-11-11  Edward Hervey  <edward@fluendo.com>
489
490         * examples/seeking/seek.c: (make_parselaunch_pipeline):
491         Added parse-launch syntax seeking mode for the seeking example.
492         This should help stress-test even more cases.
493         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
494
495 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
496
497         * sys/xvimage/xvimagesink.c:
498         (gst_xvimagesink_navigation_send_event):
499           Check whether peer pad exists before sending navigation events
500           to it.
501
502 2005-11-11  Michael Smith <msmith@fluendo.com>
503
504         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
505         (gst_vorbisenc_buffer_from_packet):
506         * ext/vorbis/vorbisenc.h:
507           Set duration on encoded buffers. This allows oggmux's
508           max_page_delay parameter to actually work.
509
510 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
511
512         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
513         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
514         (gst_ffmpegcsp_avpicture_fill):
515         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
516         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
517           Make palettes work again (see #132341). Use our own macros
518           for rounding up.
519
520 2005-11-10  Andy Wingo  <wingo@pobox.com>
521
522         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
523         string doober.
524
525 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
526
527         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
528         (gst_ffmpegcsp_transform_caps):
529           Prefer passthrough in transform_caps
530
531 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
532
533         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
534           check for ALSA errors properly, instead of relying on ALSA's
535           error strings to serve to the user.
536
537 2005-11-10  Wim Taymans  <wim@fluendo.com>
538
539         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
540         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
541         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
542         Modernise the seek code.
543
544 2005-11-10  Michael Smith <msmith@fluendo.com>
545         
546         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
547         (setup_substreams), (set_active_source):
548           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
549           trying to go to NULL if we failed to read a file.
550
551 2005-11-10  Wim Taymans  <wim@fluendo.com>
552
553         * gst/audiotestsrc/gstaudiotestsrc.c:
554         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
555         (gst_audiotestsrc_create):
556         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
557         (gst_sinesrc_get_times), (gst_sinesrc_create):
558         * gst/videotestsrc/gstvideotestsrc.c:
559         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
560         (gst_videotestsrc_create):
561         The base class can now sync for us.
562
563 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
564
565         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
566           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
567           name=source autoprobe=false autoprobe-fps=false copy-mode=1
568           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
569           format=(fourcc)I420" ! xvimagesink
570
571 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
572
573         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
574         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
575         (gst_sinesrc_newsegment):
576           Send newsegment event in TIME format, set duration if
577           num-buffers is set, fix duration querying.
578
579 2005-11-10  Michael Smith <msmith@fluendo.com>
580
581         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
582         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
583         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
584         (gst_ogg_mux_collected):
585          Fix EOS handling, partially. Now forwarding an EOS event once we have
586          EOS on all pads works correctly. However, we still don't properly set
587          EOS on the actual ogg stream pages.
588
589 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
590
591         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
592           Set elements to NULL state before disposing of them.
593
594 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
595
596         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
597
598         * gst-libs/gst/rtp/gstbasertpdepayload.c:
599         (gst_base_rtp_depayload_init),
600         (gst_base_rtp_depayload_set_gst_timestamp):
601         * gst-libs/gst/rtp/gstbasertpdepayload.h:
602           We need to send a newsegment event for each instance, not
603           just for the first instance of this class (get rid of
604           static variable in function). (#321011).
605           
606 2005-11-08  Michael Smith <msmith@fluendo.com>
607
608         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
609         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
610         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
611         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
612           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
613           This makes us mux things correctly according to the ogg muxing
614           rules. Still not handling EOS correctly right now, though.
615
616 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
617
618         * gst/audioconvert/gstaudioconvert.c:
619           Fix typo in docs. 
620
621 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
622
623         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
624         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
625           Initialise segment_stop to GST_CLOCK_TIME_NONE when
626           creating a new chain; should fix live streaming. Also
627           add more debug output and fix a typo.
628
629 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
630
631         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
632
633         * gst/volume/gstvolume.c: (volume_set_caps):
634           Fix compilation on Solaris with Forte. (#320923)
635
636 2005-11-08  Wim Taymans  <wim@fluendo.com>
637
638         * gst-libs/gst/audio/gstbaseaudiosink.c:
639         (gst_base_audio_sink_render):
640         No need to do a typecheck.
641
642 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
643
644         * ext/alsa/gstalsa.h:
645           We register a debug category, so let's use it.
646
647 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
648
649         * gst-libs/gst/rtp/gstbasertpdepayload.c:
650         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
651         Fixed a small problem.
652
653 2005-11-04  Wim Taymans  <wim@fluendo.com>
654
655         * examples/seeking/Makefile.am:
656         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
657         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
658         (make_playerbin_pipeline), (format_value), (update_scale),
659         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
660         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
661         (print_usage), (main):
662         Added app for playback speed testing.
663
664         * examples/seeking/seek.c: (dynamic_link),
665         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
666         (make_mpeg_pipeline), (do_seek), (set_update_scale),
667         (message_received), (main):
668         Updated seek example.
669
670 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
671
672         * gst-libs/gst/rtp/gstbasertpdepayload.c:
673         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
674         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
675         (gst_base_rtp_depayload_set_clock):
676         * gst-libs/gst/rtp/gstbasertpdepayload.h:
677         Don't sleep on the bench (system clock) when you have a nice 
678         comfortable bed (Gstreamer clock) to sleep on.
679
680 2005-11-03  Wim Taymans  <wim@fluendo.com>
681
682         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
683         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
684         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
685         Handle the case where a pad_block failed.
686
687 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
688
689         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
690
691         * gst-libs/gst/rtp/gstbasertpdepayload.c:
692         (gst_base_rtp_depayload_add_to_queue),
693         (gst_base_rtp_depayload_push),
694         (gst_base_rtp_depayload_set_gst_timestamp),
695         (gst_base_rtp_depayload_queue_release):
696           Fixes some bugs in the depayloader's queuing/de-queueing code.
697
698 2005-10-31  Michael Smith <msmith@fluendo.com>
699
700         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
701         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
702         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
703           Patch from Alessandro Decina <alessandro@nnva.org>.
704           Make oggdemux only find the final time in a chain, not per-pad,
705           since the per-pad information can be very expensive to locate, and
706           it isn't used anywhere. This makes reading a file containing
707           OggSkeleton reasonably fast.
708           Also, make chain finding work when there are logical bitstreams that
709           can't be decoded. Fixes #319110.
710
711 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
712
713         * gst-libs/gst/rtp/gstbasertpdepayload.c:
714         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
715         (gst_base_rtp_depayload_chain),
716         (gst_base_rtp_depayload_add_to_queue),
717         (gst_base_rtp_depayload_push),
718         (gst_base_rtp_depayload_set_gst_timestamp),
719         (gst_base_rtp_depayload_queue_release),
720         (gst_base_rtp_depayload_start_thread),
721         (gst_base_rtp_depayload_set_property),
722         (gst_base_rtp_depayload_get_property):
723         * gst-libs/gst/rtp/gstbasertpdepayload.h:
724         Some random fixes, to fullfill the desires of thomas.
725
726 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
727
728         * gst-libs/gst/rtp/gstbasertpdepayload.c:
729         (gst_base_rtp_depayload_add_to_queue),
730         (gst_base_rtp_depayload_push):
731         Fixed the queueing algorithm.
732
733 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
734
735         * gst-libs/gst/rtp/gstbasertpdepayload.c:
736         (gst_base_rtp_depayload_push):
737         A small fix
738
739 2005-10-31  Wim Taymans  <wim@fluendo.com>
740
741         * gst-libs/gst/audio/gstringbuffer.h:
742         Don't break ABI.
743
744         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
745         (gst_ffmpeg_caps_to_pixfmt):
746         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
747         (gst_ffmpegcsp_set_caps):
748         Some more comments.
749         Handle missing required caps fields better.
750
751 2005-10-31  Wim Taymans  <wim@fluendo.com>
752
753         * gst-libs/gst/audio/gstbaseaudiosink.c:
754         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
755         (gst_base_audio_sink_render):
756         * gst-libs/gst/audio/gstringbuffer.c:
757         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
758         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
759         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
760         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
761         (gst_ring_buffer_read):
762         * gst-libs/gst/audio/gstringbuffer.h:
763         Add flushing mode to the ringbuffer so that it in all cases does
764         not try to handle more audio. This makes sure it does not try to
765         block anymore when flushing and fixes a livelock.
766
767 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
768
769         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
770         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
771         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
772           Explicitly check for -1 values before doing a conversion
773           and always map them to -1. (#315545)
774
775 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
776
777         * gst/playback/gstplaybin.c: (gen_video_element):
778           first try autovideosink, then xvimagesink, then error out
779         * po/POTFILES.in:
780           add translatable file
781         * po/af.po:
782         * po/az.po:
783         * po/cs.po:
784         * po/en_GB.po:
785         * po/hu.po:
786         * po/it.po:
787         * po/nb.po:
788         * po/nl.po:
789         * po/or.po:
790         * po/sq.po:
791         * po/sr.po:
792         * po/sv.po:
793         * po/uk.po:
794         * po/vi.po:
795           update translations
796
797 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
798
799         * gst-libs/gst/rtp/gstbasedepayload.c:
800         * gst-libs/gst/rtp/gstbasedepayload.h:
801           Minor cleanups
802
803 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
804
805         * gst/playback/.cvsignore:
806         * gst/playback/decodetest.c:
807         * gst/playback/test3.c:
808           Port these two tests as well.
809
810 2005-10-27  Wim Taymans  <wim@fluendo.com>
811
812         * ext/theora/theoradec.c: (theora_dec_src_query),
813         (theora_dec_sink_event):
814         * ext/theora/theoraenc.c: (theora_enc_sink_event),
815         (theora_enc_change_state):
816         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
817         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
818         Take proper locks when handling events.
819
820 2005-10-27  Wim Taymans  <wim@fluendo.com>
821
822         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
823         (gst_adder_change_state):
824         Fix timestamps and fix deadlock when stopping the collectpads.
825
826 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
827
828         * gst-libs/gst/rtp/gstrtpbuffer.h:
829         Declaring the payload types as strings too so that they can be used
830         in the padtemplate inialization.
831
832 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
833
834         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
835
836         * gst-libs/gst/rtp/gstbasertpdepayload.c:
837         (gst_base_rtp_depayload_class_init):
838         Fixes a small but nasty bug. The derived elements no longer segfaults
839         on finalization.
840
841 2005-10-26  Michael Smith <msmith@fluendo.com>
842
843         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
844           When clearing an audioconvert context, set tmpbufsize to zero, so
845           we'll allocate it again later if required.
846           This fixes audioconvert re-negotiating formats, which previously
847           segfaulted with a NULL destination buffer.
848
849 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
850
851         * gst-libs/gst/rtp/gstbasertpdepayload.c:
852         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
853         (gst_base_rtp_depayload_set_gst_timestamp),
854         (gst_base_rtp_depayload_queue_release):
855         Fixed a smalll memleak.
856
857 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
858         * gst-libs/gst/rtp/gstbasertpdepayload.c:
859         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
860         (gst_base_rtp_depayload_finalize),
861         (gst_base_rtp_depayload_setcaps),
862         (gst_base_rtp_depayload_add_to_queue),
863         (gst_base_rtp_depayload_push),
864         (gst_base_rtp_depayload_set_gst_timestamp),
865         (gst_base_rtp_depayload_queue_release),
866         (gst_base_rtp_depayload_thread),
867         (gst_base_rtp_depayload_change_state):
868         * gst-libs/gst/rtp/gstbasertpdepayload.h:
869         Changed the C++ comments to C comments
870
871 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
872
873         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
874         * gst/tcp/gsttcpclientsrc.h:
875         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
876         * gst/tcp/gsttcpserversrc.h:
877           Remove unused 'curoffset' structure member.
878
879 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
880
881         * gst-libs/gst/rtp/gstbasertpdepayload.c:
882         (gst_base_rtp_depayload_base_init),
883         (gst_base_rtp_depayload_finalize):
884         * gst-libs/gst/rtp/gstbasertpdepayload.h:
885         * gst-libs/gst/rtp/gstbasertppayload.h:
886           The pad-template on the sinkpad should be set by the derived classes.
887           Also added some useful macros.
888
889 2005-10-24  Wim Taymans  <wim@fluendo.com>
890
891         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
892         Correctly flush decoder samples even if we could not
893         copy them to an output buffer. Fixes #319618.
894
895 2005-10-24  Julien MOUTTE  <julien@moutte.net>
896
897         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
898         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
899         the caps against our xcontext caps.
900
901 2005-10-24  Wim Taymans  <wim@fluendo.com>
902
903         * gst-libs/gst/audio/gstbaseaudiosink.c:
904         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
905         Remove g_print
906         Use sync property from baseclass to disable sync.
907
908 2005-10-24  Wim Taymans  <wim@fluendo.com>
909
910         * gst-libs/gst/audio/gstbaseaudiosink.c:
911         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
912         Buffers with no timestamps get aligned with previous buffers or
913         on underrun, played ASAP.
914
915 2005-10-24  Julien MOUTTE  <julien@moutte.net>
916
917         * gst-libs/gst/video/video.h:
918         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
919         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
921         here comes my change on caps for framerate and geometry range.
922         We are now accepting 1 to MAXINT for width and height, and from
923         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
924         to be blended correctly in videomixer.
925
926 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
927
928         * configure.ac:
929           back to HEAD
930
931 === release 0.9.4 ===
932
933 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
934
935         * NEWS:
936         * RELEASE:
937         * configure.ac:
938           releasing 0.9.4, "Velociraptor"
939
940 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
941
942         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
943         * po/POTFILES.in:
944           STOPPED -> FAILED
945
946 2005-10-21  Wim Taymans  <wim@fluendo.com>
947
948         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
949         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
950         (pad_blocked), (close_pad_link), (new_pad):
951         Don't try to remove elements twice.
952
953 2005-10-21  Wim Taymans  <wim@fluendo.com>
954
955         * ext/theora/theoradec.c: (theora_dec_src_query),
956         (theora_dec_sink_event):
957         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
958         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
959         (vorbis_handle_data_packet):
960         * ext/vorbis/vorbisdec.h:
961         Fix old naming.
962
963         * gst-libs/gst/audio/gstbaseaudiosink.c:
964         (gst_base_audio_sink_render):
965         Don't try to sync on buffers without a timestamp.
966
967 2005-10-21  Wim Taymans  <wim@fluendo.com>
968
969         * ext/theora/theoradec.c: (theora_dec_src_query),
970         (theora_dec_sink_event):
971         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
972         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
973         (vorbis_handle_data_packet):
974         * ext/vorbis/vorbisdec.h:
975         Fix old naming.
976
977 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
978
979         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
980         (gst_vorbisenc_src_query):
981           Implement position and duration queries.
982
983         * gst/playback/test3.c: (update_scale), (main):
984           Fix for async state changes and print nicer output.
985
986 2005-10-20  Wim Taymans  <wim@fluendo.com>
987
988         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
989         (dump_element_stats), (main):
990         * gst/playback/test6.c: (main):
991         Fix tests again
992
993 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
994
995         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
996         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
997           Don't use functions for position queries when handling
998           duration queries.
999
1000 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1001
1002         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1003         (vorbis_handle_data_packet), (vorbis_dec_chain),
1004         (vorbis_dec_change_state):
1005         * ext/vorbis/vorbisdec.h:
1006           Vorbis streams can be embedded in other container formats
1007           than ogg, container formats where the demuxer might set 
1008           timestamps on encoded vorbis buffers instead of those silly 
1009           granulepos thingies. In short: make vorbisdec handle 
1010           timestamps on incoming buffers as well.
1011
1012 2005-10-20  Wim Taymans  <wim@fluendo.com>
1013
1014         * gst/playback/gstplaybasebin.c: (group_destroy),
1015         (gst_play_base_bin_change_state):
1016         Fix leak.
1017         Handle case where playbasebin is now ASYNC because
1018         decodebin is.
1019
1020 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1021
1022         * gst/audioconvert/Makefile.am:
1023         * gst/audioconvert/bufferframesconvert.c:
1024         * gst/audioconvert/plugin.c: (plugin_init):
1025         * gst/audioconvert/plugin.h:
1026           And bye bye buffer-frames-convert
1027
1028 2005-10-19  Wim Taymans  <wim@fluendo.com>
1029
1030         * check/elements/audioconvert.c:
1031         * docs/libs/tmpl/gstaudio.sgml:
1032         * docs/libs/tmpl/gstcolorbalance.sgml:
1033         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1034         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1035         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1036         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1037         * gst-libs/gst/audio/audio.h:
1038         * gst/audioconvert/audioconvert.h:
1039         * gst/audioconvert/gstaudioconvert.c:
1040         (gst_audio_convert_parse_caps):
1041         * gst/volume/gstvolume.c:
1042         Bye bye buffer-frames.
1043
1044 2005-10-19  Wim Taymans  <wim@fluendo.com>
1045
1046         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1047         (query_positions_elems), (query_positions_pads), (update_scale),
1048         (do_seek), (set_update_scale), (message_received), (main):
1049         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1050         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1051         (gst_ogg_demux_loop):
1052         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1053         * ext/theora/theoradec.c: (theora_dec_src_query),
1054         (theora_dec_sink_event):
1055         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1056         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1057         * gst/adder/gstadder.c: (gst_adder_query):
1058         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1059         * gst/playback/test3.c: (update_scale):
1060         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1061         (dump_element_stats), (main):
1062         * gst/playback/test6.c: (main):
1063         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1064         Query API update.
1065
1066 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1067
1068         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1069         (xml_check_first_element), (xml_type_find), (smil_type_find),
1070         (plugin_init):
1071           Add typefinding for SMIL and for generic XML. Based on patch by
1072           Akos Maroy (#308663).
1073
1074 2005-10-18  Wim Taymans  <wim@fluendo.com>
1075
1076         * gst/playback/Makefile.am:
1077         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1078         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1079         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1080         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1081         (gst_decode_bin_change_state):
1082         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1083         (gst_play_bin_send_event_to_sink):
1084         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1085         (dump_element_stats), (main):
1086         * gst/playback/test6.c: (main):
1087         Make playbin async, it'll commit state to paused when all streams
1088         are detected.
1089         Remove ugly hack.
1090         Added test6.c to show async behaviour.
1091
1092 2005-10-18  Wim Taymans  <wim@fluendo.com>
1093
1094         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1095         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1096         Fix for segment-start/stop API change.
1097
1098 2005-10-18  Wim Taymans  <wim@fluendo.com>
1099
1100         * check/Makefile.am:
1101         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1102         (main):
1103         Add future test for clock selection.
1104
1105 2005-10-18  Wim Taymans  <wim@fluendo.com>
1106
1107         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1108         (gst_alsasink_close):
1109         Set handle to NULL.
1110
1111         * gst-libs/gst/audio/gstringbuffer.c:
1112         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1113         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1114         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1115         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1116         (gst_ring_buffer_read):
1117         More debug info.
1118
1119 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1120
1121         * gst/audiotestsrc/Makefile.am:
1122         * gst/sine/Makefile.am:
1123         * gst/volume/Makefile.am:
1124           fix broken build of controllerized plugins
1125
1126 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1127
1128         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1129
1130         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1131         (gst_riff_create_video_template_caps):
1132           Add support for Indeo-3 (IV32).
1133
1134 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1135
1136         * configure.ac:
1137           rewrite
1138
1139 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1140
1141         * gst-libs/gst/video/video.c: (gst_video_get_size):
1142         * gst/audiotestsrc/gstaudiotestsrc.c:
1143           doc updates
1144
1145 2005-10-17  Andy Wingo  <wingo@pobox.com>
1146
1147         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1148         with the collectpads change.
1149         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1150
1151         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1152
1153         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1154
1155         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1156         alloc_buffer flow return to callers.
1157         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1158         change. Fix some memleaks in theoraenc.
1159
1160         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1161         in strange circumstance.
1162
1163 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1164
1165         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1166         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1167         from caps, let's use the caps...
1168
1169 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1170
1171         * configure.ac:
1172           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1173
1174 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1175
1176         * gst-libs/gst/interfaces/Makefile.am:
1177           fix silly typo
1178
1179 2005-10-16  Andy Wingo  <wingo@pobox.com>
1180
1181         * gst/playback/gstdecodebin.c
1182         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1183         function!
1184         (try_to_link_1): Increase kraziness level.
1185
1186 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1187
1188         * configure.ac:
1189           restructure like the core one
1190         * gst-libs/gst/audio/Makefile.am:
1191         * gst-libs/gst/interfaces/Makefile.am:
1192         * gst-libs/gst/net/Makefile.am:
1193         * gst-libs/gst/riff/Makefile.am:
1194         * gst-libs/gst/rtp/Makefile.am:
1195         * gst-libs/gst/tag/Makefile.am:
1196         * gst-libs/gst/video/Makefile.am:
1197           use correct linker flags, now the libs are properly versioned
1198         * check/elements/audioconvert.c: (verify_convert):
1199         * ext/alsa/gstalsaplugin.c:
1200         * ext/cdparanoia/gstcdparanoia.c:
1201         * ext/gnomevfs/gstgnomevfs.c:
1202         * ext/libvisual/visual.c:
1203         * ext/ogg/gstogg.c:
1204         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1205         * ext/theora/theora.c:
1206         * ext/vorbis/vorbis.c:
1207         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1208         * gst-libs/gst/tag/gsttagediting.c:
1209         * gst-libs/gst/video/video.c:
1210         * gst/adder/gstadder.c:
1211         * gst/audioconvert/plugin.c:
1212         * gst/audiorate/gstaudiorate.c:
1213         * gst/audioresample/gstaudioresample.c:
1214         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1215         * gst/audioscale/gstaudioscale.c:
1216         * gst/audioscale/resample.c:
1217         * gst/audiotestsrc/gstaudiotestsrc.c:
1218         * gst/ffmpegcolorspace/gstffmpeg.c:
1219         * gst/playback/gstdecodebin.c: (close_pad_link):
1220         * gst/playback/gstplaybin.c: (gen_video_element),
1221         (gen_audio_element):
1222         * gst/sine/gstsinesrc.c:
1223         * gst/subparse/gstsubparse.c:
1224         * gst/tags/gsttagediting.c:
1225         * gst/tcp/gsttcpplugin.c:
1226         * gst/typefind/gsttypefindfunctions.c:
1227         * gst/videorate/gstvideorate.c:
1228         * gst/videoscale/gstvideoscale.c:
1229         * gst/videotestsrc/gstvideotestsrc.c:
1230         * gst/volume/gstvolume.c:
1231         * sys/v4l/gstv4l.c:
1232         * sys/ximage/ximage.c:
1233         * sys/xvimage/xvimagesink.c:
1234           fix up defines
1235
1236 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1237
1238         * ext/vorbis/vorbisenc.c:
1239         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1240         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1241         (gst_tag_to_vorbis_comments):
1242           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1243
1244 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1245
1246         * examples/stats/mp2ogg.c:
1247         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1248           typo fixes
1249
1250 2005-10-13  Michael Smith <msmith@fluendo.com>
1251
1252         * ext/ogg/gstoggmux.c:
1253           Use magic glib macros to define constants as 64 bit, to ensure
1254           appropriate vararg passing.
1255
1256 2005-10-13  Michael Smith <msmith@fluendo.com>
1257
1258         * ext/ogg/gstoggmux.c:
1259         * gst/audioconvert/audioconvert.c: (float):
1260           Don't use LL suffix, as it's not portable, and neither of these
1261           uses required it anyway.
1262
1263 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1264
1265         * examples/indexing/indexmpeg.c: (main):
1266         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1267         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1268         (cdparanoia_convert), (cdparanoia_query):
1269         * ext/cdparanoia/gstcdparanoia.h:
1270         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1271         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1272         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1273         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1274         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1275         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1276         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1277         (gst_multifdsink_render), (gst_multifdsink_start),
1278         (gst_multifdsink_stop):
1279         * gst/tcp/gstmultifdsink.h:
1280         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1281         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1282         (gst_tcpclientsink_stop):
1283         * gst/tcp/gsttcpclientsink.h:
1284         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1285         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1286         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1287         * gst/tcp/gsttcpclientsrc.h:
1288         * gst/tcp/gsttcpserversink.h:
1289         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1290         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1291         (gst_tcpserversrc_stop):
1292         * gst/tcp/gsttcpserversrc.h:
1293         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1294         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1295         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1296           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1297           moved bitshift from macro to enum definition
1298
1299 2005-10-12  Wim Taymans  <wim@fluendo.com>
1300
1301         * examples/seeking/Makefile.am:
1302         Oops.
1303
1304 2005-10-12  Wim Taymans  <wim@fluendo.com>
1305
1306         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1307         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1308         Don't assert on normal stuff.
1309
1310         * gst/playback/gstplaybin.c: (do_playbin_seek):
1311         API fix.
1312
1313 2005-10-12  Wim Taymans  <wim@fluendo.com>
1314
1315         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1316         * examples/seeking/Makefile.am:
1317         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1318         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1319         (do_seek), (set_update_scale), (message_received), (main):
1320         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1321         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1322         Update for _get_state() API change.
1323
1324 2005-10-11  Wim Taymans  <wim@fluendo.com>
1325
1326         * gst-libs/gst/audio/gstbaseaudiosink.c:
1327         (gst_base_audio_sink_render):
1328         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1329         (gst_base_audio_src_create):
1330         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1331         (gst_ring_buffer_read):
1332         Cleanups.
1333         Commit and read from ringbuffer in samples rather than bytes.
1334
1335 2005-10-11  Wim Taymans  <wim@fluendo.com>
1336
1337         * gst-libs/gst/audio/gstbaseaudiosink.c:
1338         (gst_base_audio_sink_render):
1339         Respect segment rate and accum when scheduling samples.
1340
1341 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1342
1343         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1344         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1345         EOS correctly, that needs more work.
1346
1347 2005-10-11  Wim Taymans  <wim@fluendo.com>
1348
1349         * check/generic/states.c: (GST_START_TEST):
1350         remove old property.
1351
1352         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1353         (gst_ogg_demux_perform_seek):
1354         * ext/theora/theoradec.c: (theora_dec_sink_event):
1355         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1356         (vorbis_handle_data_packet):
1357         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1358         (gst_base_rtp_depayload_set_gst_timestamp):
1359         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1360         Update for newsegment API change.
1361
1362 2005-10-11  Michael Smith <msmith@fluendo.com>
1363
1364         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1365         (do_playbin_seek), (gst_play_bin_send_event):
1366           Override send_event differently, so that we can takes bits of
1367           functionality from GstPipeline (special handling for seeks,
1368           including pausing/resuming, and resetting stream time) and still get
1369           the appropriate behaviour of only forwarding event to a single sink,
1370           rather than all of them.
1371           Unfortunately requires a lot of code duplication, but the
1372           alternatives are equally ugly in the end.
1373
1374 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1375
1376         * check/elements/audioconvert.c: (setup_audioconvert),
1377         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1378         (GST_START_TEST), (audioconvert_suite):
1379           clean up tests a little, fix some leaks.
1380
1381 2005-10-10  Wim Taymans  <wim@fluendo.com>
1382
1383         * ext/alsa/gstalsasink.c:
1384         Also allow unsigned int.
1385
1386         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1387         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1388         Small cleanup
1389
1390 2005-10-10  Wim Taymans  <wim@fluendo.com>
1391
1392         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1393         Small update, use API as stated in design docs.
1394
1395         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1396         (update_scale), (do_seek), (seek_cb), (set_update_scale),
1397         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
1398         (message_received), (main):
1399         Updated seek example for GOption. Some usability improvements.
1400
1401 2005-10-10  Wim Taymans  <wim@fluendo.com>
1402
1403         * gst/audioconvert/audioconvert.h:
1404         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
1405         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
1406         Alloc temp storage somewhere else where we can do it more
1407         portable.
1408
1409 2005-10-10  Wim Taymans  <wim@fluendo.com>
1410
1411         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
1412         (gst_tcpserversrc_start):
1413         Don't block in accept while doing the state change, move
1414         to poll and make cancellable.
1415
1416 2005-10-09  Philippe Khalaf <burger@speedy.org>
1417
1418         * gst-libs/gst/rtp/rtpbasedepayload.c:
1419         Set timestamp and add queue delay to timestamp
1420         * gst-libs/gst/rtp/rtpbuffer.h:
1421         Set correct payload type for h263
1422
1423 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1424
1425         * gst/audiotestsrc/gstaudiotestsrc.c:
1426         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
1427         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
1428         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
1429         (gst_audiotestsrc_create_triangle),
1430         (gst_audiotestsrc_create_silence),
1431         (gst_audiotestsrc_create_white_noise),
1432         (gst_audiotestsrc_init_pink_noise),
1433         (gst_audiotestsrc_generate_pink_noise_value),
1434         (gst_audiotestsrc_create_pink_noise),
1435         (gst_audiotestsrc_change_wave):
1436         * gst/audiotestsrc/gstaudiotestsrc.h:
1437           fixed typo, added pink noise
1438
1439 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1440
1441         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
1442         (plugin_init):
1443           Add wavpack and spc typefind functions from 0.8 branch.
1444
1445 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1446
1447         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
1448         (ar_type_find), (msdos_type_find), (plugin_init):
1449           Add typefind functions for tar archives, ar archives,
1450           RAR archives, and msdos-executables (dlls, exe, etc.).
1451           Some of those would be wrongly identified as mpeg
1452           streams of some sort before (#315550).
1453
1454 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1455
1456         * configure.ac:
1457         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1458         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1459         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
1460         * gst/audiotestsrc/Makefile.am:
1461         * gst/audiotestsrc/gstaudiotestsrc.c:
1462         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
1463         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
1464         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
1465         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
1466         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
1467         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
1468         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
1469         (gst_audiotestsrc_create_silence),
1470         (gst_audiotestsrc_create_white_noise),
1471         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
1472         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
1473         (gst_audiotestsrc_start), (plugin_init):
1474         * gst/audiotestsrc/gstaudiotestsrc.h:
1475           add new plugin and element
1476         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
1477           use gobject_class
1478
1479 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1480
1481         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
1482         (gst_adder_init), (gst_adder_request_new_pad),
1483         (gst_adder_change_state):
1484           Add query function to source pad, so adder reports the correct
1485           time/sample position when queried (#315457); fix state change
1486           function; use GST_DEBUG_FUNCPTR() for pad functions.
1487
1488 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1489
1490         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
1491           Fix leaks in typefind registration
1492           Clean up the gratuitous commenting and whitespacing a little
1493
1494 2005-10-08  Wim Taymans  <wim@fluendo.com>
1495
1496         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1497         Only actually wait for the thread to be stopped if it's 
1498         running.
1499
1500 2005-10-08  Wim Taymans  <wim@fluendo.com>
1501
1502         * gst-libs/gst/audio/gstbaseaudiosink.c:
1503         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1504         If we receive EOS we can start playback of what we had.
1505
1506 2005-10-08  Wim Taymans  <wim@fluendo.com>
1507
1508         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1509         (gst_multifdsink_finalize), (multifdsink_hash_remove),
1510         (gst_multifdsink_stop):
1511         Fix crasher when going to NULL multiple times.
1512
1513 2005-10-06  Wim Taymans  <wim@fluendo.com>
1514
1515         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
1516         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1517         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1518         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
1519         patch from Edgard Lima <edgard.lima@indt.org.br>
1520         Fixed gstbaseaudiosrc adding ring buffer sync to it.
1521
1522 2005-10-06  Wim Taymans  <wim@fluendo.com>
1523
1524         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1525         Report the FLOW_RETURN as string in the error message.
1526
1527         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
1528         Don't assert when clearing an unnegotiated buffer.
1529
1530 2005-10-04  Michael Smith <msmith@fluendo.com>
1531
1532         * gst/playback/gstplaybasebin.c: (group_destroy),
1533         (gen_preroll_element), (remove_groups), (setup_source):
1534         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
1535         (setup_sinks), (gst_play_bin_send_event),
1536         (gst_play_bin_change_state):
1537           Set state to NULL before removing from bin. Fix refcounting.
1538
1539 2005-10-04  Michael Smith <msmith@fluendo.com>
1540
1541         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
1542           Correct refcounting in send_event() function. Previously was wrong
1543           if the first sink was unable to handle the event.
1544
1545 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1546
1547         * configure.ac:
1548           back to development
1549
1550 === release 0.9.3 ===
1551
1552 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1553
1554         * configure.ac:
1555           Releasing 0.9.3, "De Facto"
1556
1557 2005-10-03  Andy Wingo  <wingo@pobox.com>
1558
1559         * gst/playback/gstdecodebin.c (try_to_link_1)
1560         (remove_element_chain): set element to NULL before removing it.
1561
1562 2005-10-02  Johan Dahlin  <johan@gnome.org>
1563
1564         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
1565         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
1566         MT safe.
1567
1568 2005-10-02  Andy Wingo  <wingo@pobox.com>
1569
1570         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
1571         (gst_ring_buffer_prepare_read): 
1572         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
1573         Demote to LOG.
1574
1575 2005-09-29  Wim Taymans  <wim@fluendo.com>
1576
1577         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
1578         * ext/theora/theoradec.c: (theora_handle_data_packet):
1579         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1580         Propagate error codes from alloc_buffer too.
1581
1582 2005-09-29  Wim Taymans  <wim@fluendo.com>
1583
1584         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
1585         We use fixed caps.
1586
1587         * gst/playback/Makefile.am:
1588         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1589         (dump_element_stats), (main):
1590         Added example stream introspection code.
1591
1592 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
1593
1594         * gst/adder/gstadder.c: (gst_adder_collected):
1595           fix adder for float elements
1596
1597 2005-09-28  Wim Taymans  <wim@fluendo.com>
1598
1599         * gst-libs/gst/audio/gstbaseaudiosink.c:
1600         (gst_base_audio_sink_class_init),
1601         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
1602         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1603         (gst_base_audio_src_class_init),
1604         (gst_base_audio_src_provide_clock):
1605         get_clock -> provide_clock
1606
1607 2005-09-28  Andy Wingo  <wingo@pobox.com>
1608
1609         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
1610         and unlocking.
1611
1612         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
1613         unlocking.
1614
1615         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
1616         Actually add the pad template.
1617         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
1618
1619         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
1620         I'm at it...
1621
1622         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
1623         from fdsrc. Get caps in create() instead of start() so it can be
1624         interrupted. Interruption somewhat untested.
1625
1626         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
1627         Proper EOS handling.
1628
1629 2005-09-27  Andy Wingo  <wingo@pobox.com>
1630
1631         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
1632
1633         * gst/tcp/gsttcpserversrc.c: Cleaned up.
1634
1635         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
1636
1637         * gst/tcp/gsttcp.h: 
1638         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
1639         out of tcpclientsrc.c. Cancellable.
1640         (gst_tcp_socket_read): Made private, cancellable, with better
1641         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
1642         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
1643         whole buffer, and better diagnostics.
1644         (gst_tcp_gdp_read_caps): Same.
1645
1646         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
1647
1648 2005-09-26  Andy Wingo  <wingo@pobox.com>
1649
1650         * gst/sine/gstsinesrc.h:
1651         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
1652         change the 'sync' property to 'is-live' and implement it halfway,
1653         update for controller api change.
1654
1655         * gst/volume/gstvolume.c (volume_transform_ip): Update for
1656         controller api change.
1657
1658 2005-09-24  Wim Taymans  <wim@fluendo.com>
1659
1660         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
1661         * gst-libs/gst/audio/gstaudiosink.c:
1662         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
1663         (gst_audioringbuffer_stop):
1664         * gst-libs/gst/audio/gstbaseaudiosink.c:
1665         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
1666         (gst_base_audio_sink_change_state):
1667         * gst-libs/gst/audio/gstbaseaudiosink.h:
1668         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
1669         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1670         (gst_ring_buffer_commit), (gst_ring_buffer_read):
1671         * gst-libs/gst/audio/gstringbuffer.h:
1672         Fix sync again. Moved sample alignment to basesink.
1673
1674 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1675
1676         * docs/plugins/Makefile.am:
1677         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1678         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1679         * gst/volume/gstvolume.c:
1680           add/fix docs
1681         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
1682         * gst-libs/gst/audio/audio.h:
1683           add conversion macros for frames <-> clocktime
1684
1685 2005-09-23  David Schleef  <ds@schleef.org>
1686
1687         * gst/audioresample/Makefile.am:
1688         * gst/audioresample/debug.h:
1689         * gst/audioresample/gstaudioresample.c:
1690         * gst/audioresample/resample.c: Convert to using gst debugging
1691
1692 2005-09-22  Wim Taymans  <wim@fluendo.com>
1693
1694         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1695         (gst_play_bin_send_event):
1696         Only seek on one sink, the first one that succeeds.
1697
1698 2005-09-22  Michael Smith <msmith@fluendo.com>
1699
1700         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
1701         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1702         Don't flush encoder state unless we have an initialised encoder.
1703         Clear out encoder state on PAUSED_TO_READY.
1704
1705 2005-09-22  Wim Taymans  <wim@fluendo.com>
1706
1707         * gst-libs/gst/rtp/gstbasertppayload.c:
1708         (gst_basertppayload_class_init), (gst_basertppayload_init),
1709         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1710         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1711         (gst_basertppayload_is_filled), (gst_basertppayload_push),
1712         (gst_basertppayload_set_property),
1713         (gst_basertppayload_get_property),
1714         (gst_basertppayload_change_state):
1715         * gst-libs/gst/rtp/gstbasertppayload.h:
1716         Added max-ptime to control amount of data in the rtp packets.
1717
1718 2005-09-21  Andy Wingo  <wingo@pobox.com>
1719
1720         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
1721         thingies.
1722
1723         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
1724         can be called multiple times, dogs.
1725
1726 2005-09-21  Wim Taymans  <wim@fluendo.com>
1727
1728         * gst-libs/gst/rtp/gstbasertppayload.c:
1729         (gst_basertppayload_class_init), (gst_basertppayload_init),
1730         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1731         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1732         (gst_basertppayload_push), (gst_basertppayload_get_property),
1733         (gst_basertppayload_change_state):
1734         Allow 0 ssrc too.
1735
1736 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
1737
1738         * docs/libs/compiling.sgml:
1739           fixing typos
1740
1741 2005-09-20  Wim Taymans  <wim@fluendo.com>
1742
1743         * gst-libs/gst/rtp/gstbasertppayload.c:
1744         (gst_basertppayload_class_init), (gst_basertppayload_init),
1745         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1746         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1747         (gst_basertppayload_push), (gst_basertppayload_set_property),
1748         (gst_basertppayload_get_property),
1749         (gst_basertppayload_change_state):
1750         * gst-libs/gst/rtp/gstbasertppayload.h:
1751         Added property to configure sequence number offsets.
1752
1753 2005-09-20  Wim Taymans  <wim@fluendo.com>
1754
1755         * gst-libs/gst/rtp/gstbasertppayload.c:
1756         (gst_basertppayload_class_init), (gst_basertppayload_init),
1757         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1758         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1759         (gst_basertppayload_push), (gst_basertppayload_set_property),
1760         (gst_basertppayload_get_property),
1761         (gst_basertppayload_change_state):
1762         * gst-libs/gst/rtp/gstbasertppayload.h:
1763         Make timestamp offset configurable.
1764
1765 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1766
1767         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1768           fix wrong pop/unref
1769
1770 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
1771
1772         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1773
1774         * gst-libs/gst/interfaces/propertyprobe.c:
1775         (gst_property_probe_probe_property_name),
1776         (gst_property_probe_needs_probe_name),
1777         (gst_property_probe_get_values_name),
1778         (gst_property_probe_probe_and_get_values_name):
1779           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
1780           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
1781
1782 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1783
1784         * check/Makefile.am:
1785           have some tests be disabled for valgrinding
1786         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
1787         (GST_START_TEST):
1788         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
1789           Fix A Leak.  Chain To Parent Finalize.
1790
1791 2005-09-19  Wim Taymans  <wim@fluendo.com>
1792
1793         * examples/seeking/seek.c: (make_wav_pipeline), (main):
1794         Fixed wav pipeline.
1795
1796 2005-09-19  Wim Taymans  <wim@fluendo.com>
1797
1798         * gst-libs/gst/rtp/gstbasertppayload.c:
1799         (gst_basertppayload_class_init), (gst_basertppayload_init),
1800         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1801         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1802         (gst_basertppayload_push), (gst_basertppayload_get_property),
1803         (gst_basertppayload_change_state):
1804         Posting ERROR and WARNING messages is good.
1805
1806 2005-09-19  Wim Taymans  <wim@fluendo.com>
1807
1808         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1809         (gst_base_rtp_depayload_add_to_queue),
1810         (gst_base_rtp_depayload_push),
1811         (gst_base_rtp_depayload_set_gst_timestamp),
1812         (gst_base_rtp_depayload_queue_release):
1813         This one was not supposed to go in.
1814
1815 2005-09-19  Wim Taymans  <wim@fluendo.com>
1816
1817         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1818         Fix for bus API.
1819
1820         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1821         (gst_base_rtp_depayload_chain),
1822         (gst_base_rtp_depayload_add_to_queue),
1823         (gst_base_rtp_depayload_push),
1824         (gst_base_rtp_depayload_set_gst_timestamp),
1825         (gst_base_rtp_depayload_queue_release):
1826         Some cleanups.
1827
1828         * gst-libs/gst/rtp/gstbasertppayload.c:
1829         (gst_basertppayload_class_init), (gst_basertppayload_init),
1830         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
1831         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
1832         (gst_basertppayload_get_property),
1833         (gst_basertppayload_change_state):
1834         Added debugging category.
1835
1836 2005-09-18  David Schleef  <ds@schleef.org>
1837
1838         * gst/playback/gstdecodebin.c: free plugin list correctly
1839         * gst/playback/gstplaybin.c: emit warning if autovideosink
1840           and autoaudiosink can't be found (instead of segfaulting)
1841
1842 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1843
1844         * check/elements/audioconvert.c: (GST_START_TEST):
1845           try out 24 bit conversion
1846
1847 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1848
1849         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1850         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
1851         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
1852         * ext/vorbis/vorbisenc.h:
1853           Fix EOS handling.  Still needs a fix in the ogg muxer to
1854           mark the last page as eos.
1855
1856 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1857
1858         * common/gtk-doc-plugins.mak:
1859         * docs/plugins/Makefile.am:
1860         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1861         * gst/ffmpegcolorspace/Makefile.am:
1862         * gst/ffmpegcolorspace/avcodec.h:
1863         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1864         * gst/tcp/gstmultifdsink.c:
1865           fix up ffmpegcolorspace docs; extract header
1866
1867 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1868
1869         * common/gtk-doc-plugins.mak:
1870         * docs/plugins/Makefile.am:
1871         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1872         * ext/theora/Makefile.am:
1873         * ext/theora/gsttheoraenc.h:
1874         * ext/theora/theoraenc.c:
1875         * ext/vorbis/vorbisenc.c:
1876           pick up signals and args for vorbis; add some docs for vorbis
1877
1878 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1879
1880         * common/gstdoc-scangobj:
1881         * common/gtk-doc-plugins.mak:
1882         * docs/libs/Makefile.am:
1883         * docs/plugins/gst-plugins-base-plugins.args:
1884         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1885         * docs/plugins/gst-plugins-base-plugins.interfaces:
1886         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1887         * docs/plugins/gst-plugins-base-plugins.signals:
1888           only scanobj stuff from our source module.  Not sure yet
1889           if that's correct, given the hierarchy stuff :)
1890
1891 2005-09-15  Wim Taymans  <wim@fluendo.com>
1892
1893         * gst/audioconvert/gstaudioconvert.c:
1894         And enable 24 bits mode as well..
1895
1896 2005-09-15  Wim Taymans  <wim@fluendo.com>
1897
1898         * gst-libs/gst/rtp/Makefile.am:
1899         * gst-libs/gst/rtp/gstbasertppayload.c:
1900         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
1901         (gst_basertppayload_class_init), (gst_basertppayload_init),
1902         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
1903         (gst_basertppayload_chain), (gst_basertppayload_set_options),
1904         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
1905         (gst_basertppayload_set_property),
1906         (gst_basertppayload_get_property),
1907         (gst_basertppayload_change_state):
1908         * gst-libs/gst/rtp/gstbasertppayload.h:
1909         Added rtp payloader base class.
1910
1911 2005-09-15  Andy Wingo  <wingo@pobox.com>
1912
1913         * configure.ac (plugindir): Remove the EOL matcher from the
1914         regexp, as it causes me problems. Libtool? Make? Who knows?
1915
1916 2005-09-14  David Schleef  <ds@schleef.org>
1917
1918         * check/generic/states.c: 
1919         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1920         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
1921           Fixes for changes in registry API.
1922
1923         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
1924           to GST_PLUGIN_LDFLAGS.
1925         * ext/libvisual/visual.c: Make the library shut up.
1926         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
1927         * gst-libs/gst/audio/gstaudiofilter.c: same
1928
1929 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1930
1931         * docs/plugins/Makefile.am:
1932         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1933         * docs/plugins/inspect/plugin-libvisual.xml:
1934         * docs/plugins/tmpl/element-tcpserversink.sgml:
1935         * ext/theora/theoraenc.c:
1936           add libvisual plugin and theoraenc element to docs
1937
1938 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1939
1940         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1941         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1942         * ext/theora/theoraenc.c:
1943           add theoraenc
1944
1945 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
1946
1947         * gst/audioconvert/Makefile.am:
1948           Audioconvert derives from GstBaseTransform and should
1949           link to the library with our base elements to avoid
1950           unresolved symbols. Makes things work with MinGW (#316160)
1951
1952         * gst/playback/test4.c: (main):
1953           Fix MinGW build problem and use g_usleep() instead of 
1954           sleep() (#316162)
1955
1956 2005-09-12  Wim Taymans  <wim@fluendo.com>
1957
1958         * gst/audioconvert/audioconvert.c: (float),
1959         (audio_convert_prepare_context), (audio_convert_convert):
1960         * gst/audioconvert/audioconvert.h:
1961         Cleanups, speedups, simplifications, added back support
1962         for 24 bits.
1963
1964 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1965
1966         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1967         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1968         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1969         * docs/plugins/tmpl/element-tcpserversink.sgml:
1970         * gst/ffmpegcolorspace/gstffmpeg.c:
1971         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1972         * gst/videotestsrc/gstvideotestsrc.c:
1973         * gst/volume/gstvolume.c:
1974           add more elements to the docs
1975
1976 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
1977
1978         * check/Makefile.am:
1979         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
1980         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
1981           Add extra tests for basetransform based components. 
1982           Comment out the test_element_negotiation test until we decide
1983           if it's testing correct behaviour.
1984         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
1985         (gst_visual_chain), (gst_visual_change_state):
1986           Slightly more correct but still bogus timestamping.
1987           Fix state change function.
1988         * gst/audioconvert/gstaudioconvert.c:
1989         (gst_audio_convert_class_init):
1990         * gst/audioresample/gstaudioresample.c:
1991         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1992         (gst_ffmpegcsp_class_init):
1993         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
1994         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
1995         (gst_videoscale_prepare_image):
1996         * gst/volume/gstvolume.c: (gst_volume_class_init),
1997         (volume_transform_ip):
1998           Basetransform updates. Enable passthrough modes.
1999         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2000         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
2001         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2002           Negotiation fix that allows the window to return to the original
2003           size and renegotiate passthrough upstream. Extra debug output.
2004
2005 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2006
2007         * gst/sine/gstsinesrc.c:
2008         * gst/volume/gstvolume.c:
2009           fix up header include
2010
2011 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
2012
2013         * gst-libs/gst/audio/gstbaseaudiosink.c:
2014         (gst_base_audio_sink_render):
2015         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
2016         * gst/volume/gstvolume.c: (gst_volume_class_init),
2017         (volume_transform):
2018           fixing lost sync, some more debugging
2019
2020 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
2021
2022         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2023         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2024         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2025         (gst_xvimagesink_check_xshm_calls):
2026           Fix compilation when XShm is not available.
2027
2028 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2029
2030         * ext/libvisual/visual.c: (gst_visual_dispose),
2031         (gst_visual_getcaps), (gst_visual_src_setcaps),
2032         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2033         (gst_visual_change_state):
2034           Finish fixing up libvisual plugin so that it runs. 
2035
2036 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2037
2038         * ext/vorbis/vorbisenc.c:
2039         * gst-libs/gst/tag/gstvorbistag.c:
2040           gsttaginterface.h -> gsttagsetter.h
2041
2042 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2043
2044         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2045           added another test that failes for me (test is not active by default)
2046
2047 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2048
2049         * configure.ac:
2050           v4l2 is no longer in gst-plugins-base
2051
2052 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2053
2054         * configure.ac:
2055           In the output at the end, don't show the first plugin on the same
2056           line as "Core plug-ins, always built:".
2057           Indent the output as for other plugin categories
2058         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2059           #define that can be used to not use peer buffer_alloc functions for
2060           test purposes.
2061         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2062         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2063         (gst_ximagesink_show_frame):
2064         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2065         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2066         (gst_xvimagesink_show_frame):
2067           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2068           fails gracefully instead of XError aborting or deadlocking.
2069
2070 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2071
2072         * ext/libvisual/Makefile.am:
2073           link against gst-base-libs
2074
2075 2005-09-06  David Schleef  <ds@schleef.org>
2076
2077         * configure.ac: Enable libvisual plugin.
2078         * ext/libvisual/Makefile.am:
2079         * ext/libvisual/visual.c: Fixes to make it compile.
2080
2081 === release 0.9.2 ===
2082
2083 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2084
2085         * NEWS:
2086         * RELEASE:
2087         * configure.ac:
2088         * docs/random/ChangeLog-0.8:
2089           releasing 0.9.2, "Spoon"
2090
2091 2005-09-05  Michael Smith <msmith@fluendo.com>
2092
2093         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2094           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2095           that in the vorbisenc element.
2096
2097 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2098
2099         * common/gtk-doc-plugins.mak:
2100         * docs/plugins/Makefile.am:
2101           fix distcheck
2102         * gst/audioresample/resample.c:
2103           fix wrong docstring
2104
2105 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2106
2107         * common/gst-xmlinspect.py:
2108         * common/gtk-doc-plugins.mak:
2109           only inspect plugins for this given package
2110           require gst-python 0.9
2111
2112 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2113
2114         * Makefile.am:
2115         * autogen.sh:
2116         * common/gst-xmlinspect.py:
2117         * configure.ac:
2118         * docs/Makefile.am:
2119         * docs/plugins/inspect/plugin-alsa.xml:
2120         * docs/plugins/inspect/plugin-audioresample.xml:
2121         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2122         * docs/plugins/inspect/plugin-ogg.xml:
2123         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2124         * docs/plugins/tmpl/element-multifdsink.sgml:
2125         * docs/plugins/tmpl/element-tcpserversink.sgml:
2126         * docs/plugins/tmpl/element-vorbisenc.sgml:
2127         * gst-plugins-base.spec.in:
2128           various doc-related updates
2129
2130 2005-08-31  Wim Taymans  <wim@fluendo.com>
2131
2132         * gst-libs/gst/audio/gstbaseaudiosink.c:
2133         (gst_base_audio_sink_render):
2134         Resync if the buffer timestamps drift more than a 10th 
2135         of a second.
2136
2137 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2138
2139         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2140         (gst_v4lsrc_get_property):
2141           The 'timestamp-offset' property is registered as an int64, so
2142           let's use g_value_{set|get}_int64() in our setter and getter
2143           functions (makes it work and fixes warnings with gst-inspect).
2144
2145 2005-08-30  Wim Taymans  <wim@fluendo.com>
2146
2147         * check/elements/audioconvert.c: (setup_audioconvert):
2148         * check/elements/audioresample.c: (setup_audioresample):
2149         * check/elements/volume.c: (setup_volume):
2150         Fix checks.
2151
2152 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2153
2154         * common/gtk-doc-plugins.mak:
2155         * common/plugins.xsl:
2156         * docs/plugins/Makefile.am:
2157           make module a param
2158
2159 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2160
2161         * examples/seeking/seek.c: (make_mp3_pipeline),
2162         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2163         (play_cb), (pause_cb), (stop_cb):
2164           update the example
2165
2166 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2167
2168         * gst/volume/gstvolume.c: (gst_volume_class_init),
2169         (volume_transform):
2170           do not update controlled params, if buffer has no timestamp
2171
2172 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2173
2174         * configure.ac:
2175         * gst/sine/Makefile.am:
2176         * gst/volume/Makefile.am:
2177           controllerized elements also need to link against controller-libs ;)
2178
2179 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2180
2181         * docs/libs/tmpl/gstcolorbalance.sgml:
2182         * docs/libs/tmpl/gstgconf.sgml:
2183         * docs/libs/tmpl/gstmixer.sgml:
2184         * docs/libs/tmpl/gstringbuffer.sgml:
2185         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2186         (gst_sinesrc_create):
2187         * gst/volume/gstvolume.c: (gst_volume_class_init),
2188         (volume_transform):
2189           controllerized two audio plugins
2190
2191 2005-08-29  Andy Wingo  <wingo@pobox.com>
2192
2193         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2194         (vorbis_handle_data_packet): Fix some int overflow errors.
2195
2196         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2197         -1.
2198         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2199         valid.
2200         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2201         if it's valid. Fixed streaming-mode playback.
2202
2203         * check/elements/volume.c (cleanup_volume): Fix for running
2204         CK_FORK=no.
2205
2206         * check/elements/audioconvert.c: Convert from native endian, not
2207         little endian.
2208
2209 2005-08-29  Michael Smith <msmith@fluendo.com>
2210
2211         * ext/ogg/Makefile.am:
2212         * ext/ogg/gstogg.c: (plugin_init):
2213         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2214         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2215         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2216         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2217         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2218         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2219         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2220         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2221         Add an ogg parser element.
2222
2223 2005-08-28  Andy Wingo  <wingo@pobox.com>
2224
2225         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2226
2227 2005-08-26  Wim Taymans  <wim@fluendo.com>
2228
2229         * gst/audioconvert/audioconvert.c: (if), (float),
2230         (audio_convert_get_func_index), (check_default),
2231         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2232         (audio_convert_clean_context), (audio_convert_get_sizes),
2233         (audio_convert_convert):
2234         Cleanups.
2235
2236 2005-08-26  Wim Taymans  <wim@fluendo.com>
2237
2238         * gst/audioconvert/audioconvert.c: (if), (float),
2239         (audio_convert_get_func_index), (check_default),
2240         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2241         (audio_convert_clean_context), (audio_convert_get_sizes),
2242         (audio_convert_convert):
2243         More elegant and working temp buffer selection algo.
2244
2245 2005-08-26  Wim Taymans  <wim@fluendo.com>
2246
2247         * gst/audioconvert/audioconvert.c: (if), (float),
2248         (audio_convert_get_func_index), (check_default),
2249         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2250         (audio_convert_clean_context), (audio_convert_get_sizes),
2251         (get_temp_buffer), (audio_convert_convert):
2252         Use realloc else we lose our original data.
2253
2254 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2255
2256         * gst/audioresample/gstaudioresample.c:
2257           use base class' newsegment to properly timestamp
2258
2259 2005-08-26  Wim Taymans  <wim@fluendo.com>
2260
2261         * gst/audioconvert/audioconvert.c: (if), (float),
2262         (audio_convert_get_func_index), (check_default),
2263         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2264         (audio_convert_clean_context), (audio_convert_get_sizes),
2265         (get_temp_buffer), (audio_convert_convert):
2266         * gst/audioconvert/gstaudioconvert.c:
2267         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2268         (gst_audio_convert_transform_caps),
2269         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2270         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2271         Oops, allocate enough space to perform the channel mix.
2272
2273 2005-08-26  Wim Taymans  <wim@fluendo.com>
2274
2275         * gst/audioconvert/Makefile.am:
2276         * gst/audioconvert/audioconvert.c: (if), (float),
2277         (audio_convert_get_func_index), (check_default),
2278         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2279         (audio_convert_clean_context), (audio_convert_get_sizes),
2280         (get_temp_buffer), (audio_convert_convert):
2281         * gst/audioconvert/audioconvert.h:
2282         * gst/audioconvert/gstaudioconvert.c:
2283         (gst_audio_convert_class_init), (gst_audio_convert_init),
2284         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2285         (gst_audio_convert_get_unit_size),
2286         (gst_audio_convert_transform_caps),
2287         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2288         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2289         * gst/audioconvert/gstaudioconvert.h:
2290         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2291         (gst_channel_mix_fill_identical),
2292         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2293         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2294         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2295         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2296         (gst_channel_mix_mix):
2297         * gst/audioconvert/gstchannelmix.h:
2298         Cleanups, librarify a bit, optimize, better negotiation and more.
2299
2300 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2301
2302         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2303         Another from MikeS:
2304         During typefinding, don't support negative offsets
2305         (offsets from the end of the stream) in our typefind->peek() function
2306         - nothing embedded in ogg ever needs them. However, we need to recognise
2307         those requests and reject them, otherwise we return invalid pointers.
2308
2309 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2310
2311         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2312         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2313         (vorbisdec_finalize), (vorbis_handle_type_packet):
2314           Big shout-out to MikeS for fixing this giant memory leak.
2315           Huzzah!
2316
2317 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2318
2319         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2320         (audio_convert_get_unit_size):
2321           plug some leaks
2322
2323 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2324
2325         * check/Makefile.am:
2326         * check/elements/audioconvert.c: (setup_audioconvert),
2327         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2328         (GST_START_TEST), (audioconvert_suite), (main):
2329           add a test for audioconvert
2330         * gst/audioresample/gstaudioresample.c:
2331         * gst/audioresample/gstaudioresample.h:
2332           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2333           note that for buffers of 1/3 sec this means DURATION(c) is 
2334           one nanosecond more than for a and b
2335
2336 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2337
2338         * check/Makefile.am:
2339         * check/elements/audioresample.c: (setup_audioresample),
2340         (cleanup_audioresample), (fail_unless_perfect_stream),
2341         (test_perfect_stream_instance), (GST_START_TEST),
2342           add a check for audioresample
2343         (audioresample_suite), (main):
2344         * check/elements/volume.c: (GST_START_TEST):
2345           remove unused method
2346         * gst/audioresample/gstaudioresample.c:
2347           set correct buffer parameters since we're changing them
2348         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2349           add some debug
2350
2351 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2352
2353         * gst/audioresample/debug.c:
2354         * gst/audioresample/gstaudioresample.c:
2355           add room for extra overlap samples when asked to transform size
2356           protect against possible mem corruption and check for discrepancies
2357           between written size and outbuffer's size so we can warn for
2358           potential problems
2359         * gst/audioresample/resample.c: (resample_init),
2360         (resample_get_output_size_for_input), (resample_get_output_size),
2361         (resample_set_n_channels), (resample_set_format):
2362           set debug level based on RESAMPLE_DEBUG env var
2363           make sure that get_output_size* returns a whole number of
2364           sample_size
2365           set sample_size each time either channel or format is set
2366         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
2367         * gst/audioresample/resample_functable.c:
2368         (resample_scale_functable):
2369         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2370           remove r->sample_size, it's done in resample.c now
2371           add some debugging to the ref implementation
2372           make sure we only give back bytes that are wholes of the sample
2373           size
2374
2375 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
2376         * gst/playback/gstplaybasebin.c: (fill_buffer):
2377         Revert unpopular change for GST_MESSAGE_SRC to GObject.
2378
2379 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
2380
2381         * gst/volume/gstvolume.c:
2382           made set_caps function static
2383
2384 2005-08-24  Wim Taymans  <wim@fluendo.com>
2385
2386         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2387         (gst_vorbisenc_change_state):
2388         Stop leaking taglists.
2389
2390 2005-08-24  Wim Taymans  <wim@fluendo.com>
2391
2392         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2393         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
2394         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
2395         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
2396         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2397         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2398         Parse seeking events better.
2399         Unref static caps.
2400         Generate correct newsegment events, fixes seeking in live oggs.
2401
2402         * ext/theora/theoradec.c: (theora_dec_src_query),
2403         (theora_dec_src_event), (theora_dec_src_getcaps),
2404         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
2405         Use newsegment values to report correct play time.
2406
2407         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2408         (vorbis_dec_src_event), (vorbis_dec_sink_event):
2409         * ext/vorbis/vorbisdec.h:
2410         Parse and use newsegment values to report correct play time.
2411
2412         * gst-libs/gst/audio/gstbaseaudiosink.c:
2413         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2414         Clear ringbuffer on flush.
2415         Use newsegment values to calculate playback time.
2416
2417         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2418         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
2419         Basesink does newsegment calculations for us now.
2420
2421 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2422
2423         * check/Makefile.am:
2424         * configure.ac:
2425           add core's plugins to the mix so that playbin works
2426         * check/generic/states.c: (GST_START_TEST):
2427           set a 0 timeout on pipelines, so they don't force the next
2428           state change
2429         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
2430         (gst_play_base_bin_change_state):
2431           remove the crappy error handling and do GST error handling
2432
2433 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2434
2435         * check/Makefile.am:
2436         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
2437           add same test as to core, it bitches out on playbin atm.
2438
2439 2005-08-24  Wim Taymans  <wim@fluendo.com>
2440
2441         * configure.ac:
2442         Remove audioscale.
2443
2444 2005-08-24  Wim Taymans  <wim@fluendo.com>
2445
2446         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2447         (gst_videoscale_prepare_size), (parse_caps),
2448         (gst_videoscale_set_caps), (gst_videoscale_get_size),
2449         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
2450         (gst_videoscale_transform):
2451         * gst/videoscale/gstvideoscale.h:
2452         Refactor, make use of BaseTranform really well.
2453
2454 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2455
2456         * configure.ac:
2457           compile audioresample
2458         * gst/audioresample/Makefile.am:
2459         * gst/audioresample/buffer.c:
2460         * gst/audioresample/functable.c:
2461         * gst/audioresample/gstaudioresample.c:
2462         * gst/audioresample/gstaudioresample.h:
2463         * gst/audioresample/resample.c:
2464         (resample_get_output_size_for_input):
2465         * gst/audioresample/resample.h:
2466         * gst/audioresample/resample_chunk.c:
2467         * gst/audioresample/resample_functable.c:
2468         * gst/audioresample/resample_ref.c:
2469           port to use basetransform; doesn't work in all cases yet
2470
2471 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2472
2473         * gst/audioconvert/gstaudioconvert.c:
2474         (gst_audio_convert_class_init), (gst_audio_convert_init),
2475         (audio_convert_get_unit_size), (audio_convert_transform_caps),
2476         (audio_convert_fixate_caps), (audio_convert_set_caps),
2477         (audio_convert_transform),
2478         (gst_audio_convert_buffer_to_default_format),
2479         (gst_audio_convert_buffer_from_default_format),
2480         (gst_audio_convert_channels):
2481         * gst/audioconvert/gstchannelmix.c:
2482         * gst/audioconvert/gstchannelmix.h:
2483           port to basetransform
2484         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2485         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
2486         (gst_ffmpegcsp_get_unit_size):
2487         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2488         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
2489           fix for basetransform changes
2490
2491 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
2492
2493         * check/Makefile.am:
2494           Add CHECK_CFLAGS and LDFLAGS
2495
2496         * gst/playback/gstplaybasebin.c: (fill_buffer):
2497           GST_MESSAGE_SRC became a GObject
2498
2499 2005-08-24  Wim Taymans  <wim@fluendo.com>
2500
2501         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
2502         (gst_ring_buffer_clear_all):
2503         * gst-libs/gst/audio/gstringbuffer.h:
2504         Added function to clear the ringbuffer.
2505
2506 2005-08-24  Andy Wingo  <wingo@pobox.com>
2507
2508         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
2509         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
2510         of _open and _close.
2511
2512         * sys/v4l/gstv4lxoverlay.h:
2513         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
2514         an Xv connection here, instead of all the time. Make Xv only be
2515         loaded if you axe for it. Kindof a workaround for buggy behaviour
2516         of Xv when using remote xservers (XvQueryExtension would block).
2517         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
2518         replace the _open and _close public API. Only start the xv
2519         connection if necessary.
2520         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
2521
2522 2005-08-23  David Schleef  <ds@schleef.org>
2523
2524         * gst/audioresample/Makefile.am: Leet audioresampling code
2525         * gst/audioresample/buffer.c:
2526         * gst/audioresample/buffer.h:
2527         * gst/audioresample/debug.c:
2528         * gst/audioresample/debug.h:
2529         * gst/audioresample/functable.c:
2530         * gst/audioresample/functable.h:
2531         * gst/audioresample/gstaudioresample.c:
2532         * gst/audioresample/gstaudioresample.h:
2533         * gst/audioresample/resample.c:
2534         * gst/audioresample/resample.h:
2535         * gst/audioresample/resample_chunk.c:
2536         * gst/audioresample/resample_functable.c:
2537         * gst/audioresample/resample_ref.c:
2538
2539 2005-08-23  Wim Taymans  <wim@fluendo.com>
2540
2541         * examples/seeking/seek.c: (make_vorbis_pipeline),
2542         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
2543         Small seek updates.
2544
2545 2005-08-23  Andy Wingo  <wingo@pobox.com>
2546
2547         * gst-libs/gst/audio/gstbaseaudiosrc.c
2548         (gst_base_audio_src_fixate): Only fixate endianness if it is
2549         present in the caps.
2550
2551 2005-08-22  Andy Wingo  <wingo@pobox.com>
2552
2553         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
2554         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
2555         device-name property.
2556
2557         * gst-libs/gst/audio/gstaudiosrc.h:
2558         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
2559         close_device in the ring buffer, like gstaudiosink.
2560
2561         * ext/alsa/gstalsamixer.h:
2562         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
2563         macro to implement the interface without much code. Cleanups. 
2564
2565         * ext/alsa/gstalsasrc.h:
2566         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
2567         READY.
2568
2569         * ext/alsa/Makefile.am: Add new files.
2570         * ext/alsa/gstalsamixerelement.c: 
2571         * ext/alsa/gstalsamixerelement.c: Split element code out from
2572         mixer code so that alsasrc can be a mixer too.
2573
2574 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2575
2576         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2577         (GST_START_TEST):
2578         * check/elements/vorbisdec.c: (setup_vorbisdec),
2579         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
2580         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2581         (vorbis_handle_identification_packet),
2582         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
2583         (vorbis_handle_header_packet), (vorbis_dec_push),
2584         (vorbis_dec_chain):
2585           use the setup/teardown methods to save code.  save code is good.
2586
2587 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2588
2589         * check/Makefile.am:
2590           add ext dir for plugins
2591           add vorbisdec test conditionally
2592         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2593         (GST_START_TEST), (volume_suite):
2594           add a test with wrong caps
2595         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
2596         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
2597           add a vorbisdec test
2598         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
2599         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
2600           clean up debug output
2601         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2602           yay, fix a segfault/security issue in vorbisdec
2603           gst-launch fakesrc ! vorbisdec wasn't happy
2604         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
2605         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
2606         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
2607         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
2608         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
2609         (gst_vorbisenc_set_metadata), (get_constraints_string),
2610         (update_start_message), (gst_vorbisenc_setup),
2611         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
2612         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
2613         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
2614         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
2615         * ext/vorbis/vorbisenc.h:
2616           march in line
2617         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2618         (gst_ffmpegcsp_transform):
2619           have the kow come home
2620         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
2621           debug my func ptr
2622         * gst/volume/gstvolume.c: (volume_set_caps):
2623           add a debug
2624
2625 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2626
2627         * Makefile.am:
2628         * check/.cvsignore:
2629         * check/Makefile.am:
2630         * check/elements/.cvsignore:
2631         * check/elements/volume.c: (chain_func), (event_func),
2632         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
2633         (main):
2634         * configure.ac:
2635           add unit test structure for gst-plugins-base
2636           add a test for volume
2637         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
2638         (gst_volume_set_volume), (gst_volume_get_volume),
2639         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
2640         (volume_funcfind), (volume_process_float), (volume_process_int16),
2641         (volume_set_caps), (volume_transform), (volume_update_mute),
2642         (volume_update_volume), (volume_set_property),
2643         (volume_get_property):
2644           document a little; use basetransform vmethod _set_caps
2645
2646 2005-08-19  Andy Wingo  <wingo@pobox.com>
2647
2648         * ext/alsa/gstalsamixertrack.h:
2649         * ext/alsa/gstalsamixertrack.c:
2650         * ext/alsa/gstalsamixeroptions.h:
2651         * ext/alsa/gstalsamixeroptions.c:
2652         * ext/alsa/gstalsamixer.h:
2653         * ext/alsa/gstalsamixer.c: Port to 0.9.
2654
2655         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
2656         Remove gstalsa.c and alsaclock. No more cruft here.
2657         
2658 2005-08-18  Wim Taymans  <wim@fluendo.com>
2659
2660         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2661         (gst_base_rtp_depayload_chain),
2662         (gst_base_rtp_depayload_add_to_queue),
2663         (gst_base_rtp_depayload_push),
2664         (gst_base_rtp_depayload_queue_release):
2665         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2666         Fix for RTPBuffer changes.
2667
2668         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
2669         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
2670         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
2671         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
2672         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
2673         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
2674         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
2675         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
2676         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
2677         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
2678         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
2679         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
2680         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
2681         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
2682         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
2683         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
2684         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
2685         (gst_rtpbuffer_get_payload):
2686         * gst-libs/gst/rtp/gstrtpbuffer.h:
2687         Don't subclass GstBuffer but add methods and helper functions
2688         to construct and manipulate RTP packets in regular GstBuffers.
2689
2690 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
2691
2692         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
2693           moved statement below switch
2694         * gst/volume/gstvolume.c: (gst_volume_class_init):
2695           added debug ptr
2696
2697 2005-08-16  Wim Taymans  <wim@fluendo.com>
2698
2699         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2700         (gst_base_audio_src_change_state):
2701         Open and close device in READY<->NULL state change.
2702
2703 2005-08-16  Andy Wingo  <wingo@pobox.com>
2704
2705         * examples/seeking/Makefile.am: Don't compile non-compiling
2706         compiled objects with the compiler.
2707
2708         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
2709         elements.
2710
2711 2005-08-12  Philippe Khalaf <burger@speedy.org>
2712         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2713         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2714           Made a thread to release the queue.
2715           Removed timestamp conversion for now.
2716
2717 2005-08-10  Philippe Khalaf <burger@speedy.org>
2718         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2719         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2720           Added rtp timestamp -> gst timestamp conversion.
2721           Fixed several problems with queue.
2722
2723 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
2724
2725         * gst-libs/gst/audio/gstaudioclock.h:
2726         * gst-libs/gst/audio/gstaudiofilter.h:
2727         * gst-libs/gst/audio/gstaudiosink.h:
2728         * gst-libs/gst/audio/gstaudiosrc.h:
2729         * gst-libs/gst/audio/gstbaseaudiosink.h:
2730         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2731         * gst-libs/gst/audio/gstringbuffer.h:
2732         * gst-libs/gst/net/gstnetbuffer.h:
2733         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2734         * gst-libs/gst/rtp/gstrtpbuffer.h:
2735           Add padding (you will need to rebuild gst-plugins-base,
2736           gst-plugins and all applications afterwards!)
2737
2738 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
2739
2740         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
2741         (gst_riff_parse_chunk):
2742           Fix bug in debug message and add some more debug messages.
2743
2744 2005-08-08  Edward Hervey  <edward@fluendo.com>
2745
2746         * gst-libs/gst/riff/riff-media.c:
2747         backported updates since branch
2748
2749 2005-08-08  Andy Wingo  <wingo@pobox.com>
2750
2751         * gst-libs/gst/audio/gstbaseaudiosink.c
2752         (gst_base_audio_sink_change_state): Open the device in NULL->READY
2753         like good elements should. Close on READY->NULL too.
2754
2755         * gst-libs/gst/audio/gstaudiosink.c
2756         (gst_audioringbuffer_open_device,
2757         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
2758         (gst_audioringbuffer_release): Updates for new ring buffer API,
2759         hook into the new audio sink api.
2760
2761         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
2762         (GstAudioSinkClass.close): Just open and close the device -- no
2763         resource allocation or configuration.
2764         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
2765         vmethods, handle device setup and resource allocation.
2766
2767         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
2768         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
2769         base class API.
2770
2771         * gst-libs/gst/audio/gstringbuffer.h
2772         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
2773         New vmethods.
2774
2775         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
2776         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
2777         New API functions. The device should be opened before acquiring
2778         and closed after releasing.
2779
2780 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
2781
2782         * gst-libs/gst/interfaces/mixer.h:
2783           Reset padding to GST_PADDING.
2784
2785 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2786
2787         * gst/playback/gstplaybin.c: (remove_sinks):
2788           Remove visualization from parent explicitely; works around some
2789           apparent refcount issue that I haven't tracked down yet.
2790
2791 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2792
2793         * ext/alsa/gstalsasink.c: (set_hwparams):
2794           Assign debug category, add negotiation debug msgs.
2795
2796 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2797
2798         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
2799           Fix error code for file-not-found to NOT_FOUND.
2800
2801 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2802
2803         * common/gtk-doc-plugins.mak:
2804         * docs/plugins/Makefile.am:
2805         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2806         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2807           renamed to actual element names, so much nicer to look at
2808         * docs/plugins/tmpl/gstmultifdsink.sgml:
2809           remove
2810         * docs/plugins/tmpl/multifdsink.sgml:
2811         * docs/plugins/tmpl/tcpserversink.sgml:
2812           add
2813         * ext/alsa/gstalsa.c:
2814         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
2815         * ext/ogg/gstoggmux.c:
2816         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
2817         * gst/playback/gstdecodebin.c:
2818         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
2819         * gst/tcp/gsttcpserversink.c:
2820           various fixes and documentation additions
2821
2822 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2823
2824         * common/Makefile.am:
2825         * common/gstdoc-scangobj:
2826         * common/gtk-doc-plugins.mak:
2827         * common/gtk-doc.mak:
2828           add a custom scangobj that uses the registry
2829           add a custom gtk-doc-plugins.mak that uses it
2830           some doc build fixes
2831         * configure.ac:
2832         * docs/Makefile.am:
2833         * docs/plugins/Makefile.am:
2834         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2835         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2836         * docs/plugins/gst-plugins-base-plugins.types:
2837         * docs/plugins/tmpl/gstmultifdsink.sgml:
2838           add docs for one element, multifdsink
2839         * gst/adder/gstadder.h:
2840         * gst/volume/gstvolume.h:
2841           don't privatize enum
2842         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
2843         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
2844         (gst_sync_method_get_type), (gst_client_status_get_type),
2845         (gst_multifdsink_class_init),
2846         (gst_multifdsink_client_queue_buffer),
2847         (gst_multifdsink_handle_client_write):
2848         * gst/tcp/gstmultifdsink.h:
2849         * gst/tcp/gsttcp.h:
2850         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
2851         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
2852         (gst_tcpclientsink_render):
2853         * gst/tcp/gsttcpclientsink.h:
2854         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
2855         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
2856         (gst_tcpclientsrc_start):
2857         * gst/tcp/gsttcpclientsrc.h:
2858         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
2859         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
2860         * gst/tcp/gsttcpserversrc.h:
2861         * gst/typefind/gsttypefindfunctions.c:
2862           remove superfluous Type stuff
2863
2864 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2865
2866         * gst/playback/gstplaybin.c: (gen_video_element):
2867           Enable videoscale.
2868
2869 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2870
2871         * gst-libs/gst/gconf/gconf.c:
2872         * gst-libs/gst/gconf/gconf.h:
2873           Fix some Andy Problem [tm].
2874
2875 2005-08-04  Andy Wingo  <wingo@pobox.com>
2876
2877         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
2878         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
2879         (gst_ffmpegcsp_get_size): Adapt to API changes.
2880
2881         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
2882         Implement an in-place do-nothing transform.
2883
2884 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2885
2886         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
2887         (gst_ximagesink_renegotiate_size):
2888           Do not set new window sizes yet if we prepare a new buffer size
2889           for upstream renegotiation (software scaling) at some point in the
2890           future, because this new size waqs not actually accepted yet. Once
2891           accepted, renegotiation later on will set the new sizes just fine.
2892           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
2893           embedding testcase.
2894
2895 2005-08-03  Andy Wingo  <wingo@pobox.com>
2896
2897         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
2898         (gst_ximagesink_buffer_alloc): 
2899         Protect the height, width, and desired_caps with the pool_lock.
2900         Fixes videotestsrc ! queue ! ximagesink.
2901
2902 2005-08-02  Edward Hervey  <edward@fluendo.com>
2903
2904         * gst/volume/gstvolume.c:
2905         include left from controller cleanup
2906
2907 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
2908         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
2909           Stop collectpads before calling the parent state
2910           change function on PAUSED->READY.
2911
2912 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
2913         * configure.ac:
2914           When testing for X libs, use the X CFlags 
2915         * gst/adder/gstadder.c: (gst_adder_change_state):
2916           Stop the collectpads before calling parent state change function
2917           on PAUSED->READY, otherwise we deadlock deactivating pads.
2918
2919 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
2920
2921         * configure.ac:
2922         * docs/libs/tmpl/gstcolorbalance.sgml:
2923         * docs/libs/tmpl/gstmixer.sgml:
2924         * examples/Makefile.am:
2925         * gst/sine/Makefile.am:
2926         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
2927         (gst_sinesrc_set_property), (plugin_init):
2928         * gst/sine/gstsinesrc.h:
2929         * gst/volume/Makefile.am:
2930         * gst/volume/gstvolume.c: (gst_volume_set_volume),
2931         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
2932         (volume_process_float), (volume_process_int16),
2933         (volume_set_property), (plugin_init):
2934         * gst/volume/gstvolume.h:
2935           deactivate and remove dparams (libgstcontrol)
2936
2937 2005-07-29  Wim Taymans  <wim@fluendo.com>
2938
2939         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
2940         Convert me to BaseTransform!! help..
2941
2942 2005-07-29  Andy Wingo  <wingo@pobox.com>
2943
2944         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
2945         sinks.
2946
2947         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
2948         support of both endiannesses.
2949
2950 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
2951
2952         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2953           Fix confusing debug message (s/event/query/)
2954
2955 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
2956
2957         * gst/videotestsrc/videotestsrc.h:
2958           Use "_stdint.h" instead of <stdint.h>
2959
2960 2005-07-27  Wim Taymans  <wim@fluendo.com>
2961
2962         * ext/vorbis/Makefile.am:
2963         Revert wrong commit.
2964
2965 2005-07-27  Wim Taymans  <wim@fluendo.com>
2966
2967         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
2968         More compilation fixen.
2969
2970 2005-07-27  Wim Taymans  <wim@fluendo.com>
2971
2972         * gst-libs/gst/audio/gstbaseaudiosink.c:
2973         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
2974         (gst_base_audio_sink_create_ringbuffer),
2975         (gst_base_audio_sink_change_state):
2976         Fix compilation.
2977
2978 2005-07-27  Wim Taymans  <wim@fluendo.com>
2979
2980         * examples/seeking/seek.c: (setup_dynamic_link),
2981         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
2982         (query_positions_elems), (query_positions_pads), (do_seek):
2983         Update seek example.
2984
2985         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
2986         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
2987         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
2988         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
2989         (gst_ogg_demux_handle_event),
2990         (gst_ogg_demux_deactivate_current_chain),
2991         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
2992         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2993         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
2994         (gst_ogg_demux_loop):
2995         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
2996         * ext/theora/theoradec.c: (theora_dec_src_event),
2997         (theora_dec_src_getcaps), (theora_dec_sink_event),
2998         (theora_dec_push), (theora_dec_chain):
2999         * ext/vorbis/Makefile.am:
3000         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
3001         (vorbis_dec_sink_event), (vorbis_dec_push),
3002         (vorbis_handle_data_packet):
3003         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
3004         (gst_vorbisenc_chain):
3005         * gst/playback/gststreaminfo.c: (cb_probe):
3006         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
3007         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3008         * gst/videoscale/gstvideoscale.c:
3009         (gst_videoscale_handle_src_event):
3010         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
3011         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
3012         (gst_ximagesink_navigation_send_event):
3013         * sys/xvimage/xvimagesink.c:
3014         (gst_xvimagesink_navigation_send_event):
3015         Various event updates and cleanups
3016
3017 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3018
3019         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
3020           Fix segfault for I420/YV12.
3021
3022 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3023
3024         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3025           Report bitrate.
3026
3027 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3028
3029         * gst/playback/gstplaybin.c: (gen_video_element),
3030         (gen_audio_element):
3031           Switch to auto*sink elements as default sinks; add volume element
3032           so that volume control in totem works.
3033
3034 2005-07-21  Wim Taymans  <wim@fluendo.com>
3035
3036         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3037         * gst/playback/gstplaybin.c: (setup_sinks),
3038         (gst_play_bin_change_state):
3039         Refcount fix and more comments.
3040
3041 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3042
3043         * sys/ximage/Makefile.am:
3044         * sys/ximage/ximage.c: (plugin_init):
3045         * sys/ximage/ximagesink.c:
3046         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3047         
3048
3049 2005-07-21  Wim Taymans  <wim@fluendo.com>
3050
3051         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3052         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3053         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3054         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3055         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3056         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3057         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3058         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3059         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3060         Generate correct disconts for live chained oggs.
3061
3062         * gst-libs/gst/audio/gstbaseaudiosink.c:
3063         (gst_base_audio_sink_render),
3064         (gst_base_audio_sink_create_ringbuffer),
3065         (gst_base_audio_sink_change_state):
3066         Handle discont math correctly.
3067
3068         * gst/playback/gstplaybin.c: (add_sink):
3069         Some small debug cleanup.
3070
3071 2005-07-21  Wim Taymans  <wim@fluendo.com>
3072
3073         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3074         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3075         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3076         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3077         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3078         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3079         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3080         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3081         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3082         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3083         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3084         (gst_ogg_demux_change_state), (gst_ogg_print):
3085         Reorganize code to send the right disconts when in streaming
3086         mode.
3087
3088 2005-07-20  Andy Wingo  <wingo@pobox.com>
3089
3090         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3091         fix (?), fixes a seggie mcfalterson (#310894).
3092
3093 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3094
3095         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3096         (gst_ogg_mux_set_header_on_caps):
3097         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3098         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3099         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3100         * gst-libs/gst/audio/multichannel.c:
3101         (gst_audio_set_channel_positions),
3102         (gst_audio_set_structure_channel_positions_list):
3103         * gst/playback/gstdecodebin.c: (dynamic_create):
3104         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3105         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3106           Fixes for API changes in core.
3107
3108 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3109
3110         * gst/playback/gstplaybasebin.c: (fill_buffer):
3111           Use _new_custom() so we can set custom message types for buffering
3112           messages.
3113
3114 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3115
3116         * configure.ac:
3117         * gst-libs/gst/Makefile.am:
3118         * gst-libs/gst/gconf/.cvsignore:
3119         * gst-libs/gst/gconf/Makefile.am:
3120         * gst-libs/gst/gconf/test-gconf.c:
3121         * pkgconfig/Makefile.am:
3122         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3123         * pkgconfig/gstreamer-gconf.pc.in:
3124           Remove gconf stuff, use gconf elements instead from now on.
3125
3126 2005-07-20  Wim Taymans  <wim@fluendo.com>
3127
3128         * gst-libs/gst/audio/TODO:
3129         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3130         (gst_audio_clock_get_internal_time):
3131         * gst-libs/gst/audio/gstaudioclock.h:
3132         * gst-libs/gst/audio/gstbaseaudiosink.c:
3133         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3134         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3135         (gst_base_audio_sink_render),
3136         (gst_base_audio_sink_create_ringbuffer),
3137         (gst_base_audio_sink_change_state):
3138         Make sure the audio clock always returns an increasing value.
3139
3140 2005-07-19  Andy Wingo  <wingo@pobox.com>
3141
3142         * gst/videotestsrc/: Cleanups.
3143
3144 2005-07-19  Wim Taymans  <wim@fluendo.com>
3145
3146         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3147         Better debugging.
3148
3149 2005-07-19  Wim Taymans  <wim@fluendo.com>
3150
3151         * examples/seeking/seek.c: (make_dv_pipeline),
3152         (make_vorbis_theora_pipeline), (query_rates),
3153         (query_positions_elems), (query_positions_pads), (do_seek):
3154         Make correct DV pipeline.
3155
3156 2005-07-18  Andy Wingo  <wingo@pobox.com>
3157
3158         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3159         default. Also because it's the only thing that really works. (This
3160         is used in the GConf elements).
3161         Use AS_LIBTOOL_TAGS.
3162
3163 2005-07-18  Wim Taymans  <wim@fluendo.com>
3164
3165         * gst/playback/gstdecodebin.c: (remove_element_chain):
3166         * gst/playback/gstplaybin.c: (add_sink):
3167         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3168         (gst_stream_info_set_mute):
3169         * gst/playback/gststreamselector.c:
3170         (gst_stream_selector_get_linked_pad),
3171         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3172         More leak and compile fixes.
3173
3174 2005-07-18  Wim Taymans  <wim@fluendo.com>
3175
3176         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3177         (query_rates), (query_positions_elems), (query_positions_pads),
3178         (do_seek), (seek_cb), (stop_seek):
3179         Updated seek example. 
3180
3181         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3182         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3183         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3184         * gst/playback/gstplaybin.c: (add_sink):
3185         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3186         (gst_stream_info_set_mute):
3187         Some refcount leak fixes.
3188
3189 2005-07-16  Wim Taymans  <wim@fluendo.com>
3190
3191         * gst-libs/gst/audio/gstbaseaudiosink.c:
3192         (gst_base_audio_sink_render):
3193         Align samples even if we have roundoff errors in the 
3194         timestamp conversion.
3195
3196 2005-07-16  Wim Taymans  <wim@fluendo.com>
3197
3198         * docs/libs/tmpl/gstringbuffer.sgml:
3199         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3200         (query_rates), (query_positions_elems), (query_positions_pads),
3201         (update_scale), (do_seek):
3202         Updated seek example.
3203
3204         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3205         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3206         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3207         (gst_ogg_demux_loop):
3208         Push out correct discont values.
3209
3210         * ext/theora/theoradec.c: (theora_dec_src_convert),
3211         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3212         (theora_dec_sink_event), (theora_handle_type_packet),
3213         (theora_handle_header_packet), (theora_dec_push),
3214         (theora_handle_data_packet), (theora_dec_chain),
3215         (theora_dec_change_state):
3216         Better timestamping.
3217
3218         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3219         (vorbis_dec_sink_event), (vorbis_dec_push),
3220         (vorbis_handle_data_packet), (vorbis_dec_chain):
3221         * ext/vorbis/vorbisdec.h:
3222         Better timestamping.
3223
3224         * gst-libs/gst/audio/gstbaseaudiosink.c:
3225         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3226         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3227         Handle syncing on timestamps instead of sample offsets. Make
3228         use of DISCONT values as described in design docs.
3229
3230         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3231         (gst_base_audio_src_get_time):
3232         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3233         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3234         (gst_ring_buffer_read):
3235         * gst-libs/gst/audio/gstringbuffer.h:
3236         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3237         (gst_ximagesink_show_frame):
3238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3239         Correcly convert buffer timestamp to stream time.
3240
3241 2005-07-16  Wim Taymans  <wim@fluendo.com>
3242
3243         * gst/audioconvert/gstaudioconvert.c:
3244         (gst_audio_convert_get_buffer):
3245         Timestamp buffers correctly.
3246
3247         * gst/playback/gstplaybin.c: (gen_video_element):
3248         Make internal fakesink silent.
3249
3250 2005-07-15  Wim Taymans  <wim@fluendo.com>
3251
3252         * gst/ffmpegcolorspace/Makefile.am:
3253         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3254         (gst_ffmpegcsp_caps_remove_format_info),
3255         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3256         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3257         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3258         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3259         Ported ffmpegcolorspace to basetransform.
3260
3261         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3262         * gst/volume/gstvolume.c: (volume_transform):
3263         Ported to new API.
3264
3265 2005-07-14  Wim Taymans  <wim@fluendo.com>
3266
3267         * gst/videotestsrc/Makefile.am:
3268         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3269         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3270         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3271         (gst_videotestsrc_init), (gst_videotestsrc_event),
3272         (gst_videotestsrc_create), (gst_videotestsrc_start),
3273         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3274         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3275         (gst_videotestsrc_get_property):
3276         * gst/videotestsrc/gstvideotestsrc.h:
3277         Make videotestsrc a pushsrc.
3278
3279 2005-07-14  Wim Taymans  <wim@fluendo.com>
3280
3281         * gst/tcp/gstfdset.c: (gst_fdset_free):
3282         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3283         (gst_multifdsink_add), (gst_multifdsink_remove),
3284         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3285         (gst_multifdsink_remove_client_link),
3286         (gst_multifdsink_client_queue_data),
3287         (gst_multifdsink_client_queue_caps),
3288         (gst_multifdsink_client_queue_buffer),
3289         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3290         (gst_multifdsink_stop):
3291         * gst/tcp/gstmultifdsink.h:
3292         0.8 backporting.
3293
3294         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3295         Also draw image when not from a pool.
3296
3297 2005-07-14  Wim Taymans  <wim@fluendo.com>
3298
3299         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3300         (mute_stream), (silence_stream):
3301         Small debug additions.
3302
3303 2005-07-14  Wim Taymans  <wim@fluendo.com>
3304
3305         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3306         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3307         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3308         Better error recovery, ignore unconnected pads and
3309         non-fatal errors.
3310
3311 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3312
3313         * docs/libs/tmpl/gstaudio.sgml:
3314         * docs/libs/tmpl/gstcolorbalance.sgml:
3315         * docs/libs/tmpl/gstgconf.sgml:
3316         * docs/libs/tmpl/gstmixer.sgml:
3317         * docs/libs/tmpl/gstringbuffer.sgml:
3318         * docs/libs/tmpl/gsttuner.sgml:
3319         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3320         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3321         (gst_tcpclientsrc_class_init):
3322         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3323         (gst_tcpserversrc_class_init):
3324         * sys/v4l/gstv4lelement.c:
3325           more autistic cleanliness in functions/names/defines
3326
3327 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3328
3329         * configure.ac:
3330           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3331           added manually to each Makefile.am so we are sure it goes
3332           *last* and doesn't add -L flags before linking in libs of our
3333           own, like, say, internal .la libs, that then accidentally pick
3334           up the installed copy.
3335         * docs/libs/Makefile.am:
3336         * ext/alsa/Makefile.am:
3337         * ext/cdparanoia/Makefile.am:
3338         * ext/gnomevfs/Makefile.am:
3339         * ext/libvisual/Makefile.am:
3340         * ext/ogg/Makefile.am:
3341         * ext/theora/Makefile.am:
3342         * ext/vorbis/Makefile.am:
3343         * gst-libs/gst/video/Makefile.am:
3344         * gst/adder/Makefile.am:
3345         * gst/audioconvert/Makefile.am:
3346         * gst/audiorate/Makefile.am:
3347         * gst/audioscale/Makefile.am:
3348         * gst/ffmpegcolorspace/Makefile.am:
3349         * gst/playback/Makefile.am:
3350         * gst/sine/Makefile.am:
3351         * gst/subparse/Makefile.am:
3352         * gst/tags/Makefile.am:
3353         * gst/tcp/Makefile.am:
3354         * gst/typefind/Makefile.am:
3355         * gst/videorate/Makefile.am:
3356         * gst/videoscale/Makefile.am:
3357         * gst/videotestsrc/Makefile.am:
3358         * gst/volume/Makefile.am:
3359         * sys/v4l/Makefile.am:
3360         * sys/ximage/Makefile.am:
3361         * sys/xvimage/Makefile.am:
3362           adapt properly to this change. This should make sure that
3363           plugins and libs properly link to the as-yet-uninstalled
3364           copies of stuff like libgstinterfaces and libgstvideo
3365
3366 2005-07-13  Andy Wingo  <wingo@pobox.com>
3367
3368         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
3369         (gst_v4lsrc_fixate): Fixate on format as well.
3370
3371         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
3372         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
3373         buffer points to it.
3374         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
3375         rather just doing X calls ourselves. Also fixes a memleak.
3376
3377 2005-07-12  Andy Wingo  <wingo@pobox.com>
3378
3379         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
3380         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
3381         (gst_v4lsrc_create): Re-add the copy-mode property, default to
3382         TRUE to avoid deadlocks if an element holds on to our buffers.
3383
3384 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3385
3386         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3387         (gst_sinesrc_init), (gst_sinesrc_create),
3388         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3389         (gst_sinesrc_start):
3390         * gst/sine/gstsinesrc.h:
3391           removing num-buffers property before moving it
3392
3393 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3394
3395         * configure.ac:
3396           use overridable ERROR_CFLAGS
3397         * docs/libs/gst-plugins-base-libs.types:
3398         * docs/libs/tmpl/gstringbuffer.sgml:
3399         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3400         (gst_alsasink_class_init):
3401         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3402         (gst_alsasrc_class_init):
3403         * gst-libs/gst/audio/audio.h:
3404         * gst-libs/gst/audio/gstaudioclock.h:
3405         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3406         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
3407         (gst_audio_filter_link), (gst_audio_filter_init),
3408         (gst_audio_filter_chain), (gst_audio_filter_set_property),
3409         (gst_audio_filter_get_property),
3410         (gst_audio_filter_class_add_pad_templates):
3411         * gst-libs/gst/audio/gstaudiofilter.h:
3412         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3413         (gst_audio_filter_template_get_type),
3414         (gst_audio_filter_template_base_init),
3415         (gst_audio_filter_template_class_init),
3416         (gst_audio_filter_template_init),
3417         (gst_audio_filter_template_set_property),
3418         (gst_audio_filter_template_get_property), (plugin_init),
3419         (gst_audio_filter_template_setup),
3420         (gst_audio_filter_template_filter),
3421         (gst_audio_filter_template_filter_inplace):
3422         * gst-libs/gst/audio/gstaudiosink.c:
3423         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3424         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
3425         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3426         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3427         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
3428         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
3429         * gst-libs/gst/audio/gstaudiosink.h:
3430         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3431         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3432         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3433         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
3434         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
3435         (gst_audio_src_class_init), (gst_audio_src_init),
3436         (gst_audio_src_create_ringbuffer):
3437         * gst-libs/gst/audio/gstaudiosrc.h:
3438         * gst-libs/gst/audio/gstbaseaudiosink.c:
3439         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
3440         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3441         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
3442         (gst_base_audio_sink_set_property),
3443         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
3444         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
3445         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
3446         (gst_base_audio_sink_create_ringbuffer),
3447         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
3448         * gst-libs/gst/audio/gstbaseaudiosink.h:
3449         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3450         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
3451         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
3452         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
3453         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
3454         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
3455         (gst_base_audio_src_event), (gst_base_audio_src_create),
3456         (gst_base_audio_src_create_ringbuffer),
3457         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
3458         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3459         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
3460         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
3461         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
3462         (gst_ring_buffer_debug_spec_caps),
3463         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3464         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
3465         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
3466         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3467         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
3468         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3469         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
3470         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
3471         (gst_ring_buffer_clear):
3472         * gst-libs/gst/audio/gstringbuffer.h:
3473         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
3474         (gst_video_sink_class_init), (gst_video_sink_get_type):
3475         * gst-libs/gst/video/videosink.h:
3476         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3477         (gst_multifdsink_class_init),
3478         (gst_multifdsink_handle_client_write),
3479         (gst_multifdsink_change_state):
3480         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3481         (gst_tcpclientsink_setcaps):
3482         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3483         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
3484         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
3485         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
3486         (gst_ximagesink_send_pending_navigation),
3487         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
3488         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
3489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
3490         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3491         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
3492         (gst_xvimagesink_send_pending_navigation),
3493         (gst_xvimagesink_navigation_send_event),
3494         (gst_xvimagesink_set_xwindow_id),
3495         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
3496         (gst_xvimagesink_get_type):
3497         more macro splitting
3498
3499 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3500
3501         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
3502           plug a memleak, allows me to import 1479 albums in one go
3503           in jamboree
3504         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3505         (vorbis_handle_type_packet), (vorbis_dec_chain),
3506         (vorbis_dec_change_state):
3507           fix some format strings
3508
3509 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3510
3511         * docs/libs/tmpl/gstcolorbalance.sgml:
3512         * docs/libs/tmpl/gstmixer.sgml:
3513         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3514         (gst_alsasink_set_property), (gst_alsasink_get_property):
3515         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
3516         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
3517           add device property
3518
3519 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3520
3521         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3522         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
3523         (audiocast_register_listener), (audiocast_thread_run),
3524         (gst_gnomevfssrc_send_additional_headers_callback),
3525         (gst_gnomevfssrc_received_headers_callback),
3526         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
3527         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
3528         (gst_gnomevfssrc_get_size):
3529           add/clean up debugging
3530         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
3531           cleanups
3532
3533 2005-07-07  Andy Wingo  <wingo@pobox.com>
3534
3535         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
3536         framerate. Need to get a handle on when exactly this function is
3537         called, tho.
3538
3539         * sys/v4l/v4lsrc_calls.h:
3540         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
3541         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
3542         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
3543
3544         * sys/v4l/v4l_calls.h: Cast to V4lElement.
3545         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
3546         v4lelements are sources.
3547
3548         * sys/v4l/gstv4lxoverlay.h:
3549         * sys/v4l/gstv4lxoverlay.c:
3550         * sys/v4l/gstv4ltuner.h:
3551         * sys/v4l/gstv4ltuner.c: Header loc fixen.
3552         
3553         * sys/v4l/gstv4lsrc.h:
3554         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
3555         PushSrc/BaseSrc. Removed most sync-related properties, videorate
3556         or something should handle that. Made a live source.
3557
3558         * sys/v4l/gstv4lelement.h:
3559         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
3560         signals. Some cleanups.
3561
3562         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
3563
3564         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
3565         stuff.
3566
3567         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
3568         stuff.
3569
3570         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
3571
3572 2005-07-07  Wim Taymans  <wim@fluendo.com>
3573
3574         * ext/theora/theoradec.c: (theora_get_query_types),
3575         (theora_dec_src_getcaps), (theora_dec_push):
3576         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
3577         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
3578         Remove deprecated/unused query types.
3579
3580 2005-07-06  Wim Taymans  <wim@fluendo.com>
3581
3582         * ext/alsa/Makefile.am:
3583         * ext/alsa/gstalsaplugin.c: (plugin_init):
3584         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3585         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3586         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
3587         (gst_alsasrc_class_init), (gst_alsasrc_init),
3588         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
3589         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
3590         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
3591         (gst_alsasrc_reset):
3592         * ext/alsa/gstalsasrc.h:
3593         * gst-libs/gst/audio/Makefile.am:
3594         * gst-libs/gst/audio/gstaudiosink.c:
3595         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3596         (gst_audioringbuffer_start):
3597         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3598         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3599         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
3600         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3601         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3602         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3603         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
3604         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
3605         * gst-libs/gst/audio/gstaudiosrc.h:
3606         * gst-libs/gst/audio/gstbaseaudiosink.c:
3607         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
3608         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
3609         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
3610         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3611         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
3612         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
3613         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
3614         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
3615         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
3616         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
3617         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
3618         (gst_baseaudiosrc_change_state):
3619         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3620         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3621         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
3622         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
3623         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
3624         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
3625         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
3626         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
3627         * gst-libs/gst/audio/gstringbuffer.h:
3628         Added audiosource base classes.
3629         Ported alsasrc, still very basic.
3630
3631 2005-07-06  Wim Taymans  <wim@fluendo.com>
3632
3633         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
3634         (theora_dec_push), (theora_handle_data_packet):
3635         Prepare for better timestamp fix later.
3636
3637         * gst/audioconvert/gstaudioconvert.c:
3638         List most accurate caps first
3639
3640         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
3641         Use proper pad task function.
3642
3643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3644         (gst_xvimagesink_show_frame):
3645         Fix deadlock when alloc failed.
3646
3647 2005-07-05  Andy Wingo  <wingo@pobox.com>
3648
3649         * ext/gnomevfs/gstgnomevfssrc.c:
3650         * gst/sine/gstsinesrc.c:
3651         * gst/tcp/gsttcpserversrc.c:
3652         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
3653
3654         * sys/v4l/: Port from 0.8.
3655
3656         * Many files: Null if we got it....
3657
3658 2005-07-05  Andy Wingo  <wingo@pobox.com>
3659
3660         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
3661         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
3662         Signedness fixes.
3663
3664 2005-07-05  Wim Taymans  <wim@fluendo.com>
3665
3666         * configure.ac:
3667         * gst/tcp/Makefile.am:
3668         * gst/tcp/README:
3669         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3670         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
3671         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
3672         (is_sync_frame), (gst_multifdsink_handle_client_write),
3673         (gst_multifdsink_render), (gst_multifdsink_start),
3674         (gst_multifdsink_stop), (gst_multifdsink_change_state):
3675         * gst/tcp/gstmultifdsink.h:
3676         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
3677         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
3678         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
3679         * gst/tcp/gsttcp.h:
3680         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3681         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3682         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
3683         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
3684         * gst/tcp/gsttcpclientsink.h:
3685         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3686         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
3687         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
3688         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
3689         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
3690         * gst/tcp/gsttcpclientsrc.h:
3691         * gst/tcp/gsttcpplugin.c: (plugin_init):
3692         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
3693         * gst/tcp/gsttcpserversink.h:
3694         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3695         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
3696         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
3697         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
3698         (gst_tcpserversrc_stop):
3699         * gst/tcp/gsttcpserversrc.h:
3700         * gst/tcp/gsttcpsink.c:
3701         * gst/tcp/gsttcpsink.h:
3702         * gst/tcp/gsttcpsrc.c:
3703         * gst/tcp/gsttcpsrc.h:
3704         Ported tcp plugins to 0.9. 
3705         
3706
3707 2005-07-05  Andy Wingo  <wingo@pobox.com>
3708
3709         * gst/playback/gstplaybasebin.c (fill_buffer):
3710         message_new_application fixen.
3711
3712         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
3713         Style fix.
3714
3715 2005-07-04  Wim Taymans  <wim@fluendo.com>
3716
3717         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
3718         Set caps on output buffer.
3719
3720 2005-07-04  Andy Wingo  <wingo@pobox.com>
3721
3722         * ext/gnomevfs/gstgnomevfssrc.c
3723         (gst_gnomevfssrc_received_headers_callback) 
3724         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
3725         hopefully.
3726
3727         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
3728         No refcount leakage.
3729
3730         * configure.ac: Enable -Werror.
3731         
3732         * ext/theora/theoradec.c (theora_dec_src_getcaps):
3733         * gst/audioconvert/bufferframesconvert.c
3734         (buffer_frames_convert_fixate):
3735         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
3736         (gst_audio_convert_fixate):
3737         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
3738         (gst_sinesrc_create): Fixate func changes.
3739         
3740         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3741         (gst_ximagesink_buffer_alloc): Unused var.
3742
3743 2005-07-01  Andy Wingo  <wingo@pobox.com>
3744
3745         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
3746         getcaps to do explicit caps. Needs to be done in all decoders,
3747         possibly via a base class.
3748
3749         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
3750
3751         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
3752         caps on the sink pad, just rely on the pad template. Also, setting
3753         ANY caps on a pad is not valid because the caps are not fixed.
3754
3755         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
3756         caps on the buffer, and get the width from the desired_caps if
3757         they're set.
3758         (gst_ximagesink_renegotiate_size): Implement via setting the
3759         desired_caps on the ximagesink.
3760         (gst_ximagesink_setcaps): Only reset the width of the player if it
3761         wasn't already set. Not sure if this is right.
3762         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
3763
3764         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
3765         that the user wants. NULL unless the window has been resized.
3766
3767         * gst/volume/gstvolume.c (volume_transform): Adapt to
3768         basetransform refcount changes.
3769         
3770 2005-07-01  Andy Wingo  <wingo@pobox.com>
3771
3772         * gst/videoscale/gstvideoscale.c:
3773         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
3774         from BaseTransform, implements a transform_caps. Removed dead code
3775         including some PAR stuff that was never reached -- should probably
3776         be added back somehow.
3777
3778 2005-07-01  Andy Wingo  <wingo@pobox.com>
3779
3780         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
3781         come later.
3782
3783 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3784
3785         * configure.ac:
3786         * docs/libs/Makefile.am:
3787         * docs/libs/gst-plugins-libs.types:
3788         * ext/alsa/Makefile.am:
3789         * ext/alsa/gstalsamixer.h:
3790         * ext/alsa/gstalsamixeroptions.h:
3791         * ext/alsa/gstalsamixertrack.h:
3792         * gst-libs/gst/Makefile.am:
3793         * gst-libs/gst/colorbalance/.cvsignore:
3794         * gst-libs/gst/colorbalance/Makefile.am:
3795         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
3796         * gst-libs/gst/colorbalance/colorbalance.c:
3797         * gst-libs/gst/colorbalance/colorbalance.h:
3798         * gst-libs/gst/colorbalance/colorbalance.vcproj:
3799         * gst-libs/gst/colorbalance/colorbalancechannel.c:
3800         * gst-libs/gst/colorbalance/colorbalancechannel.h:
3801         * gst-libs/gst/interfaces/Makefile.am:
3802         * gst-libs/gst/interfaces/colorbalance.c:
3803         (gst_color_balance_class_init):
3804         * gst-libs/gst/interfaces/colorbalance.h:
3805         * gst-libs/gst/interfaces/interfaces-marshal.list:
3806         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
3807         * gst-libs/gst/interfaces/mixer.h:
3808         * gst-libs/gst/interfaces/mixeroptions.h:
3809         * gst-libs/gst/interfaces/navigation.c:
3810         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
3811         * gst-libs/gst/interfaces/tuner.h:
3812         * gst/volume/Makefile.am:
3813         * gst/volume/gstvolume.c:
3814         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
3815         * sys/ximage/Makefile.am:
3816         * sys/ximage/ximagesink.c:
3817         * sys/xvimage/Makefile.am:
3818         * sys/xvimage/xvimagesink.c:
3819           fold in all interfaces into an interfaces dir, preserving CVS
3820           history
3821
3822 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3823
3824         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3825           Fix build after riff changes.
3826
3827 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3828
3829         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3830         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
3831         (gst_riff_create_video_template_caps),
3832         (gst_riff_create_audio_template_caps),
3833         (gst_riff_create_iavs_template_caps):
3834         * gst-libs/gst/riff/riff-media.h:
3835         * gst-libs/gst/riff/riff-read.h:
3836         * gst-libs/gst/riff/riff.c: (gst_riff_init):
3837           Add gst_riff_init() to initialize the debug category, instead
3838           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
3839
3840 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3841
3842         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
3843           Oops, I shouldn't apply hacks.
3844
3845 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3846
3847         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
3848           Remove pad_loop function which doesn't work.
3849
3850 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3851
3852         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
3853           Send EOS when deactivating.
3854         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3855         (check_queue), (queue_threshold_reached), (queue_out_of_data),
3856         (gen_preroll_element), (probe_triggered), (mute_stream),
3857         (silence_stream), (new_decoded_pad), (setup_substreams),
3858         (set_active_source):
3859         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
3860         (remove_sinks), (add_sink):
3861         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
3862           Change for new probe API.
3863
3864 2005-06-29  Wim Taymans  <wim@fluendo.com>
3865
3866         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
3867         * gst-libs/gst/audio/gstbaseaudiosink.c:
3868         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
3869         (gst_baseaudiosink_change_state):
3870         * gst-libs/gst/audio/gstbaseaudiosink.h:
3871         * gst-libs/gst/audio/gstringbuffer.c:
3872         (gst_ringbuffer_set_callback):
3873         Fix compilation error.
3874         Ringbuffer starts out as not running.
3875         Free our clock in dispose.
3876         When releasing the ringbuffer we need to renegotiate so
3877         clear the pad caps.
3878
3879 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3880
3881         * autogen.sh:
3882         * configure.ac:
3883         * docs/Makefile.am:
3884         * docs/libs/Makefile.am:
3885         * docs/libs/gst-plugins-libs-docs.sgml:
3886         * docs/libs/gst-plugins-libs-sections.txt:
3887         * docs/libs/gst-plugins-libs.types:
3888         * docs/libs/tmpl/gstaudio.sgml:
3889         * docs/libs/tmpl/gstcolorbalance.sgml:
3890         * docs/libs/tmpl/gstringbuffer.sgml:
3891         * gst-libs/gst/audio/gstringbuffer.c:
3892         (gst_ringbuffer_set_callback):
3893           reinstate gtk-doc docs for plugin libs
3894
3895 2005-06-28  Wim Taymans  <wim@fluendo.com>
3896
3897         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3898         (gst_ogg_demux_init):
3899         Removed pad loop function.
3900
3901 2005-06-28  Wim Taymans  <wim@fluendo.com>
3902
3903         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
3904         If we're building a chain we are not in an error case
3905         when we queue a buffer.
3906
3907 2005-06-28  Andy Wingo  <wingo@pobox.com>
3908
3909         * *.c: Don't cast to GstObject before reffing/unreffing.
3910
3911 2005-06-27  Andy Wingo  <wingo@pobox.com>
3912
3913         * gst/videotestsrc/gstvideotestsrc.c
3914         (gst_videotestsrc_activate_push): Activation API changes.
3915
3916         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
3917         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
3918         they have refs on the decodebin.
3919
3920         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
3921         parent class.
3922         (gst_ogg_pad_typefind): Don't leak a pad ref.
3923         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
3924         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
3925         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
3926
3927 2005-06-27  Edward Hervey  <edward@fluendo.com>
3928
3929         * ext/theora/theoradec.c: (theora_dec_change_state): 
3930         re-arranged call to parent's state change in order to avoid locks (or
3931         worse).
3932
3933 2005-06-26  Edward Hervey  <edward@fluendo.com>
3934
3935         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3936         2nd argument of 'unknow-type' signal is a GstCaps and not a
3937         GstMiniObject
3938
3939 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
3940         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3941           Set the worker thread's running flag to TRUE before starting the
3942           thread.
3943         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
3944           Catch a failure to add typefind to the bin.
3945
3946 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3947
3948         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3949         (gst_sinesrc_init), (gst_sinesrc_create),
3950         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3951         (gst_sinesrc_start):
3952         * gst/sine/gstsinesrc.h:
3953           add num-buffers and timestamp-offset properties
3954         * gst/videotestsrc/gstvideotestsrc.c:
3955         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
3956         (gst_videotestsrc_get_property):
3957           add timestamp-offset property
3958
3959 2005-06-23  Christian Schaller  <uraeus@gnome.org>
3960
3961         * configure.ac: add videorate
3962         * gst-plugins-base.spec.in: add videorate
3963
3964 2005-06-23  Wim Taymans  <wim@fluendo.com>
3965
3966         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
3967         (gst_videorate_getcaps), (gst_videorate_setcaps),
3968         (gst_videorate_event), (gst_videorate_chain):
3969         Fixed videorate, fixating an already fixated caps is not
3970         an error.
3971
3972 2005-06-23  Wim Taymans  <wim@fluendo.com>
3973
3974         * ext/ogg/README:
3975         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
3976         Buffer on caps is not boxed anymore.
3977
3978 2005-06-22  Wim Taymans  <wim@fluendo.com>
3979
3980         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3981         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3982         Set buffers on caps as miniobjects and not as boxed.
3983
3984 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3985
3986         * configure.ac:
3987           back to HEAD
3988
3989 === release 0.9.1 ===
3990
3991 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3992
3993         * .cvsignore:
3994         * NEWS:
3995         * README:
3996         * RELEASE:
3997         * configure.ac:
3998         * po/af.po:
3999         * po/az.po:
4000         * po/cs.po:
4001         * po/en_GB.po:
4002         * po/hu.po:
4003         * po/it.po:
4004         * po/nb.po:
4005         * po/nl.po:
4006         * po/or.po:
4007         * po/sq.po:
4008         * po/sr.po:
4009         * po/sv.po:
4010         * po/uk.po:
4011         * po/vi.po:
4012           updates for release
4013
4014 2005-06-09  Andy Wingo  <wingo@pobox.com>
4015
4016         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
4017         
4018 2005-06-09  Andy Wingo  <wingo@pobox.com>
4019
4020         * configure.ac:
4021         * gst-libs/gst/Makefile.am:
4022         * gst-libs/gst/net/Makefile.am:
4023         Add gstnet to build.
4024
4025 2005-06-09  Andy Wingo  <wingo@pobox.com>
4026
4027         * gst-libs/gst/gconf/gconf.c:
4028         * gst/playback/test.c:
4029         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4030         fixes.
4031
4032         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4033
4034         * ext/theora/theoraenc.c (theora_enc_chain): 
4035         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4036
4037         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4038         RealPad.
4039
4040 2005-06-02  Wim Taymans  <wim@fluendo.com>
4041
4042         * gst-libs/gst/net/Makefile.am:
4043         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4044         * pkgconfig/gstreamer-libs.pc.in:
4045         Added net stuff, version net lib.
4046
4047 2005-06-02  Wim Taymans  <wim@fluendo.com>
4048
4049         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4050         (query_rates), (query_positions_elems), (query_positions_pads),
4051         (do_seek):
4052         Updated seek example.
4053
4054 2005-06-02  Andy Wingo  <wingo@pobox.com>
4055
4056         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4057         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4058         list.
4059
4060         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4061         remove the typefind, the bin dispose will do it for us. When it's
4062         removed and unreffed, the signal handler will be disconnected,
4063         too.
4064         (unlinked): It's too difficult to disconnect from unlinked
4065         handlers, as they are on pads not elements. Just punt if the pads
4066         aren't grandkids of the bin.
4067
4068 2005-06-02  Wim Taymans  <wim@fluendo.com>
4069
4070         * ext/ogg/README:
4071         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4072         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4073         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4074         * ext/theora/theoradec.c: (theora_dec_src_query),
4075         (theora_handle_data_packet):
4076         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4077         (theora_enc_chain):
4078         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4079         (vorbis_handle_data_packet):
4080         * gst/audioconvert/bufferframesconvert.c:
4081         (buffer_frames_convert_chain):
4082         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4083         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4084         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4085         (gst_ffmpegcsp_chain):
4086         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4087         (gst_videorate_getcaps), (gst_videorate_setcaps),
4088         (gst_videorate_event), (gst_videorate_chain):
4089         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4090         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4091         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4092         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4093         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4094         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4095         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4096         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4097         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4098         Cleanups and buffer alloc.
4099
4100 2005-05-31  Wim Taymans  <wim@fluendo.com>
4101
4102         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4103         Don't try to call the delay method when the device is not
4104         opened.
4105
4106 2005-05-31  Wim Taymans  <wim@fluendo.com>
4107
4108         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4109         Get actual segment size and buffer size after opening
4110         the device.
4111
4112 2005-05-30  Wim Taymans  <wim@fluendo.com>
4113
4114         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4115         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4116         Also FLUSH upstream, makes the loop function exit faster.
4117         
4118         * ext/theora/theoradec.c: (theora_dec_src_query):
4119         Some more debug info in the query.
4120         
4121         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4122         (gst_ximagesink_setcaps):
4123         Release lock on par error, better error reporting.
4124
4125 2005-05-26  Wim Taymans  <wim@fluendo.com>
4126
4127         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4128         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4129         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4130         Clear chains in READY
4131         Queue packets until the chain is activated.
4132
4133 2005-05-25  Wim Taymans  <wim@fluendo.com>
4134
4135         * gst-libs/gst/audio/gstaudiosink.c:
4136         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4137         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4138         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4139         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4140         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4141         (gst_audiosink_create_ringbuffer):
4142         * gst-libs/gst/audio/gstbaseaudiosink.c:
4143         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4144         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4145         (gst_baseaudiosink_set_property), (build_linear_format),
4146         (debug_spec_caps), (debug_spec_buffer),
4147         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4148         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4149         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4150         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4151         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4152         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4153         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4154         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4155         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4156         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4157         (wait_segment), (gst_ringbuffer_commit),
4158         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4159         (gst_ringbuffer_clear):
4160         Various small cleanups.
4161
4162         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4163         (gst_audio_convert_change_state):
4164         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4165         No need to take the locks anymore.
4166
4167 2005-05-25  Wim Taymans  <wim@fluendo.com>
4168
4169         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4170         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4171         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4172         (type_found):
4173         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4174         (group_destroy), (group_commit), (queue_overrun),
4175         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4176         (mute_stream), (new_decoded_pad), (setup_substreams),
4177         (setup_source), (mute_group_type), (set_active_source),
4178         (gst_play_base_bin_change_state):
4179         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4180         (gen_video_element), (gen_text_element), (gen_audio_element),
4181         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4182         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4183         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4184         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4185         Some playbin cleanups mostly refcounting sloppyness.
4186
4187 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4188
4189         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4190           Work with streaming input.
4191
4192 2005-05-25  Wim Taymans  <wim@fluendo.com>
4193
4194         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4195         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4196         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4197         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4198         No need to take the STREAM lock anymore.
4199
4200 2005-05-25  Wim Taymans  <wim@fluendo.com>
4201
4202         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4203         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4204         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4205         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4206         (gst_ogg_demux_sink_activate):
4207         * ext/theora/theoradec.c: (theora_dec_src_event),
4208         (theora_handle_comment_packet), (theora_dec_chain),
4209         (theora_dec_change_state):
4210         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4211         (vorbis_handle_data_packet), (vorbis_dec_chain),
4212         (vorbis_dec_change_state):
4213         Remove STREAM locks as they are taken in core now.
4214         Never set bogus granulepos on vorbis/theora.
4215         Fix leaks in theoradec tag parsing.
4216
4217 2005-05-25  Wim Taymans  <wim@fluendo.com>
4218
4219         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4220         Fix memleaks, GST_BUFFER_DATA() is not freed.
4221
4222 2005-05-25  Wim Taymans  <wim@fluendo.com>
4223
4224         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4225         Open non-blocking, set to blocking mode afterwards to avoid
4226         lockups when audio device is busy.
4227
4228 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4229
4230         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4231           This can't be good.
4232
4233 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4234
4235         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4236         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4237         (gst_audio_convert_setcaps):
4238           Implement instant setup switching.
4239
4240 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4241
4242         * gst/playback/gstplaybasebin.c: (probe_triggered):
4243           Fix missing unlock.
4244         * gst/playback/gstplaybin.c: (add_sink):
4245           First add, then link (otherwise pad link fails).
4246
4247 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4248
4249         * examples/Makefile.am:
4250         fix buildbot (make distcheck)
4251
4252 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4253
4254         * gst/playback/gstplaybin.c: (gen_vis_element):
4255           Remove some wrong code. Doesn't work yet.
4256
4257 2005-05-19  Wim Taymans  <wim@fluendo.com>
4258
4259         * gst-libs/gst/net/Makefile.am:
4260         * gst-libs/gst/net/README:
4261         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4262         (gst_netbuffer_class_init), (gst_netbuffer_init),
4263         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4264         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4265         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4266         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4267         * gst-libs/gst/net/gstnetbuffer.h:
4268         Added buffer subclass to store extra to/from addresses for
4269         network sources/sinks.
4270
4271 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4272
4273         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4274           Don't lock an unassigned variable.
4275
4276 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4277
4278         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4279           Increase buffer for video, decrease buffer for other media types.
4280         * gst/playback/gstplaybin.c: (gen_video_element),
4281         (gen_audio_element):
4282           Change names for debugging purposes.
4283
4284 2005-05-18  Wim Taymans  <wim@fluendo.com>
4285
4286         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4287         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4288         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4289         (gst_ffmpegcsp_chain):
4290         Enable buffer alloc passthrough if the source and dest
4291         formats are the same.
4292
4293 2005-05-17  Wim Taymans  <wim@fluendo.com>
4294
4295         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4296         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4297         (gst_ogg_demux_chain_unlocked):
4298         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4299         (gst_audio_convert_caps_remove_format_info),
4300         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4301         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4302         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4303         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4304         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4305         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4306         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4307         (gst_ffmpegcsp_get_property):
4308         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4309         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4310         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4311         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4312         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4313         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4314         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4315         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4316         Leak fixes in oggdemux.
4317         Some cleanups in audioconvert.
4318         Make passthrough work along with buffer_alloc etc.
4319         Make buffer_alloc and buffer recycling actually work in
4320         xvimagesink.
4321
4322 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4323
4324         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4325           make the compiler happy
4326
4327 2005-05-17  Wim Taymans  <wim@fluendo.com>
4328
4329         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4330         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4331         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4332         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4333         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4334         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4335         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4336         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4337         (gst_xvimagesink_set_xwindow_id):
4338         * sys/xvimage/xvimagesink.h:
4339         Port xvimagesink to new MiniObject.
4340
4341 2005-05-17  Wim Taymans  <wim@fluendo.com>
4342
4343         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4344         (gst_audiofilter_chain):
4345         * gst-libs/gst/audio/gstaudiosink.c:
4346         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4347         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4348         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4349         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4350         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4351         (gst_audiosink_create_ringbuffer):
4352         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4353         (gst_audio_convert_caps_remove_format_info),
4354         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4355         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4356         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4357         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4358         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4359         Fix passthrough in ffmpegcolorspace.
4360         Fix memset in audiosink on wrong memory.
4361
4362 2005-05-16  David Schleef  <ds@schleef.org>
4363
4364         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4365         to GstMiniObject.
4366
4367 2005-05-16  David Schleef  <ds@schleef.org>
4368
4369         Port from GstData to GstMiniObject.
4370         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4371         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4372         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
4373         (gst_ogg_mux_collected):
4374         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4375         * ext/theora/theoradec.c: (theora_handle_comment_packet),
4376         (theora_handle_data_packet):
4377         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4378         (theora_set_header_on_caps), (theora_enc_chain):
4379         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4380         (vorbis_handle_comment_packet):
4381         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4382         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4383         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
4384         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
4385         * gst/audioconvert/gstaudioconvert.c:
4386         (gst_audio_convert_get_buffer):
4387         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4388         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4389         (mute_stream), (silence_stream):
4390         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4391         * gst/volume/gstvolume.c: (volume_transform):
4392         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4393         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
4394         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
4395         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
4396         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
4397         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
4398         (gst_ximagesink_buffer_alloc):
4399         * sys/ximage/ximagesink.h:
4400
4401 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4402
4403         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4404         (fill_buffer), (check_queue), (queue_threshold_reached),
4405         (queue_out_of_data):
4406         * gst/playback/gstplaybasebin.h:
4407           Post buffer-fullness on the bus.
4408
4409 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4410
4411         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4412         (try_to_link_1):
4413         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4414         (group_commit), (probe_triggered), (setup_source),
4415         (gst_play_base_bin_change_state):
4416         * gst/playback/gstplaybasebin.h:
4417         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4418         (gst_play_bin_init), (remove_sinks), (setup_sinks),
4419         (gst_play_bin_change_state):
4420           Move setup_output_pads into a virtual function, remove
4421           group-switch (no longer needed) and redirect (handled by bus
4422           now) signals.
4423
4424 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4425
4426         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4427         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
4428         (get_active_group), (get_building_group), (group_destroy),
4429         (group_commit), (check_queue), (queue_overrun),
4430         (queue_threshold_reached), (queue_out_of_data),
4431         (gen_preroll_element), (remove_groups), (unknown_type),
4432         (add_element_stream), (no_more_pads), (probe_triggered),
4433         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
4434         (setup_substreams), (setup_source), (finish_source),
4435         (prepare_output), (muted_group_change_state),
4436         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4437         (gst_play_base_bin_change_state):
4438         * gst/playback/gstplaybasebin.h:
4439         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4440         (gst_play_bin_init), (gst_play_bin_set_property),
4441         (gen_video_element), (gen_text_element), (gen_audio_element),
4442         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
4443         (gst_play_bin_change_state):
4444         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4445         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
4446         (stream_info_change_state), (gst_stream_info_set_mute),
4447         (gst_stream_info_get_property):
4448         * gst/playback/gststreaminfo.h:
4449         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4450         (gst_stream_selector_get_linked_pad),
4451         (gst_stream_selector_getcaps),
4452         (gst_stream_selector_get_linked_pads),
4453         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4454         * gst/playback/gststreamselector.h:
4455           Rough port of playbin. Needs some more work, but is mostly done,
4456           and uses a few locks in important places, which should make stuff
4457           like chain-switches clean. Still uses GST_STATE() in a few places,
4458           which isn't all that good an idea, subtitles/elements disabled
4459           because no elements to test with and thus probably broken, query
4460           and event handling moved to GstBin, internal thread removed
4461           alltogether because the pipeline does that for us now. Can play
4462           Ogg/Vorbis files. Haven't tested anything else yet.
4463
4464 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4465
4466         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
4467           Do no-more-pads (needed for autoplugging).
4468
4469 2005-05-10  Andy Wingo  <wingo@pobox.com>
4470
4471         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
4472         message to the bus with the tags. Still not sent downstream tho.
4473
4474         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
4475         get_parent.
4476         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
4477         avoid refcounting hassles.
4478
4479 2005-05-09  Andy Wingo  <wingo@pobox.com>
4480
4481         * gst/volume/Makefile.am:
4482         * gst/volume/demo.c
4483         * gst/volume/gstvolume.h
4484         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
4485         basetransform. Probably need an audio filter base class.
4486
4487 2005-05-09  Wim Taymans  <wim@fluendo.com>
4488
4489         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
4490         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
4491         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
4492         (gst_vorbisenc_chain):
4493         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4494         (gst_audio_convert_caps_remove_format_info),
4495         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4496         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4497         Make caps writable before writing to it.
4498         Fix negotiation in audioconvert some more.
4499
4500 2005-05-09  Wim Taymans  <wim@fluendo.com>
4501
4502         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4503         (gst_videorate_getcaps), (gst_videorate_setcaps),
4504         (gst_videorate_event), (gst_videorate_chain):
4505         Better negotiation.
4506
4507 2005-05-09  Wim Taymans  <wim@fluendo.com>
4508
4509         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4510         (gst_videorate_getcaps), (gst_videorate_setcaps),
4511         (gst_videorate_blank_data), (gst_videorate_init),
4512         (gst_videorate_event), (gst_videorate_chain),
4513         (gst_videorate_change_state):
4514         Port videorate, do a better job at negotiation while we're at
4515         it.
4516
4517 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
4518
4519         * configure.ac:
4520           Disable libvisual
4521
4522         * examples/Makefile.am:
4523         * gst-libs/gst/audio/Makefile.am:
4524         * gst-libs/gst/riff/Makefile.am:
4525         * gst-libs/gst/tag/Makefile.am:
4526         * gst-libs/gst/video/Makefile.am:
4527           Fixups for missing variables.
4528
4529 2005-05-09  Wim Taymans  <wim@fluendo.com>
4530
4531         * examples/seeking/seek.c: (make_theora_pipeline),
4532         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
4533         (query_rates), (query_positions_elems), (query_positions_pads),
4534         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
4535         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4536         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
4537         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
4538         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
4539         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
4540         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4541         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
4542         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
4543         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4544         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4545         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4546         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4547         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
4548         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
4549         (theora_dec_src_convert), (theora_dec_sink_convert),
4550         (theora_dec_src_query), (theora_dec_sink_query),
4551         (theora_dec_src_event), (theora_dec_sink_event),
4552         (theora_handle_comment_packet), (theora_handle_type_packet),
4553         (theora_handle_header_packet), (theora_handle_data_packet),
4554         (theora_dec_chain):
4555         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4556         (vorbis_dec_convert), (vorbis_dec_src_query),
4557         (vorbis_dec_sink_query), (vorbis_dec_src_event),
4558         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4559         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4560         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
4561         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
4562         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
4563         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
4564         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4565         (gst_play_bin_query):
4566         * gst/playback/test3.c: (update_scale):
4567         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
4568         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
4569         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4570         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
4571         (gst_videotestsrc_src_query):
4572         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
4573         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
4574         (paint_hline_YUV9):
4575         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
4576         Port to new query API.
4577         Updated seek.
4578         Cleanups in x[v]imagesink
4579
4580 2005-05-09  Andy Wingo  <wingo@pobox.com>
4581
4582         * ext/alsa/gstalsasink.h:
4583         * ext/gnomevfs/gstgnomevfssrc.c:
4584         (gst_gnomevfssrc_get_icy_metadata):
4585         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
4586         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
4587         * ext/theora/theoradec.c (theora_dec_src_query)
4588         (theora_dec_src_event, theora_dec_sink_event)
4589         (theora_handle_comment_packet, theora_handle_data_packet):
4590         * ext/theora/theoraenc.c (theora_enc_chain):
4591         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
4592         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
4593         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
4594         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
4595         (qt_type_find):
4596         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
4597         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
4598         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
4599         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
4600         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
4601         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
4602         (paint_setup_xBGR8888, paint_setup_RGBx8888)
4603         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
4604         (paint_setup_RGB565, paint_setup_xRGB1555):
4605         * gst/videotestsrc/videotestsrc.h:
4606         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
4607         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
4608         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
4609         GCC4 fixes.
4610         
4611         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
4612         gst_pad_query_position. Fixes oggdemux.
4613
4614 2005-05-08  David Schleef  <ds@schleef.org>
4615
4616         * configure.ac: Require liboil.
4617         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
4618         a few more.
4619         * gst/videotestsrc/videotestsrc.c:
4620         * gst/videotestsrc/videotestsrc.h:
4621
4622 2005-05-06  Wim Taymans  <wim@fluendo.com>
4623
4624         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4625         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4626         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4627         Well, unreffing a buffer right before pushing it is asking
4628         for trouble..
4629
4630 2005-05-06  Christian Schaller  <uraeus@gnome.org>
4631
4632         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
4633
4634 2005-05-06  Wim Taymans  <wim@fluendo.com>
4635
4636         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4637         (gst_audio_convert_caps_remove_format_info),
4638         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4639         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4640         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4641         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4642         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4643         * gst/sine/Makefile.am:
4644         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
4645         (gst_sinesrc_class_init), (gst_sinesrc_init),
4646         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
4647         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
4648         (gst_sinesrc_update_freq):
4649         * gst/sine/gstsinesrc.h:
4650         * gst/tcp/gstmultifdsink.c:
4651         * sys/xvimage/xvimagesink.c:
4652         Fixed negotiation wrt _peer_get_caps()
4653         Some cleanups.
4654
4655
4656 2005-05-06  Wim Taymans  <wim@fluendo.com>
4657
4658         * gst-libs/gst/audio/gstaudiosink.c:
4659         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4660         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4661         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4662         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4663         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4664         (gst_audiosink_create_ringbuffer):
4665         * gst-libs/gst/audio/gstbaseaudiosink.c:
4666         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4667         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4668         (gst_baseaudiosink_set_property), (build_linear_format),
4669         (debug_spec_caps), (debug_spec_buffer),
4670         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4671         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4672         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4673         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4674         * gst-libs/gst/audio/gstbaseaudiosink.h:
4675         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4676         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4677         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4678         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4679         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4680         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4681         (wait_segment), (gst_ringbuffer_commit),
4682         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4683         (gst_ringbuffer_clear):
4684         * gst-libs/gst/audio/gstringbuffer.h:
4685         Make the base audiosink return an error when there is no
4686         audiobuffer negotiated.
4687
4688 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4689
4690         * ext/Makefile.am:
4691         Disable cdparanoia until someone ports it!
4692
4693 2005-05-06  Wim Taymans  <wim@fluendo.com>
4694
4695         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4696         (gst_ogg_demux_sink_activate):
4697         And revert after wingo's revert.. sigh..
4698
4699 2005-05-05  Andy Wingo  <wingo@pobox.com>
4700
4701         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
4702         GObject.
4703         * configure.ac: Return audiorate and subparse from the ghetto.
4704         Re-enable -Wall -Werror.
4705         * gst/subparse/gstsubparse.c:
4706         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
4707         or chain-based. Cleaned up a bit. Not tested.
4708         
4709 2005-05-05  Christian Schaller <christian@fluendo.com> 
4710
4711         * Makefile.am: remove stuff that is not building
4712         * configure.ac: remove stuff that is not building
4713         * examples/Makefile.am: remove stuff that is not building
4714         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
4715         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
4716         * sys/Makefile.am: remove stuff that is not building
4717         * testsuite/Makefile.am: remove stuff that is not building
4718
4719 2005-05-05  Andy Wingo  <wingo@pobox.com>
4720
4721         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4722         * gst-libs/gst/tag/gstvorbistag.c:
4723         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
4724         * gst/adder/gstadder.h:
4725         * gst/audioconvert/gstchannelmix.c:
4726         (gst_audio_convert_fill_one_other):
4727         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
4728         (gst_audiorate_init), (gst_audiorate_chain):
4729         * gst/playback/gstplaybasebin.c: (setup_source):
4730         * gst/playback/test3.c: (update_scale):
4731         Some GCC4 fixes
4732         
4733         * po/af.po:
4734         * po/az.po:
4735         * po/cs.po:
4736         * po/en_GB.po:
4737         * po/hu.po:
4738         * po/it.po:
4739         * po/nb.po:
4740         * po/nl.po:
4741         * po/or.po:
4742         * po/sq.po:
4743         * po/sr.po:
4744         * po/sv.po:
4745         * po/uk.po:
4746         * po/vi.po: Foo
4747
4748 2005-05-05  Wim Taymans  <wim@fluendo.com>
4749
4750         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4751         (gst_audio_convert_caps_remove_format_info),
4752         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
4753         (gst_audio_convert_change_state), (gst_audio_convert_channels):
4754         * gst/videotestsrc/gstvideotestsrc.c:
4755         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
4756         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
4757         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
4758         (gst_videotestsrc_init), (gst_videotestsrc_loop):
4759         Don't ignore _push() return values.
4760         Make sure no processing is done when shutting down.
4761         Videotestsrc pad activation fix.
4762
4763 2005-05-05  Wim Taymans  <wim@fluendo.com>
4764
4765         * gst/adder/Makefile.am:
4766         * gst/adder/gstadder.c: (gst_adder_setcaps),
4767         (gst_adder_class_init), (gst_adder_init),
4768         (gst_adder_request_new_pad), (gst_adder_collected),
4769         (gst_adder_change_state):
4770         * gst/adder/gstadder.h:
4771         Ported adder as an example of a mixer element using
4772         collect pads. Needs more negotiation work.
4773
4774 2005-05-05  Wim Taymans  <wim@fluendo.com>
4775
4776         * ext/theora/theoradec.c: (_inc_granulepos),
4777         (theora_dec_src_event), (theora_dec_sink_event),
4778         (theora_handle_comment_packet), (theora_handle_type_packet),
4779         (theora_handle_header_packet), (theora_handle_data_packet),
4780         (theora_dec_chain):
4781         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4782         (gst_theora_enc_init), (theora_enc_sink_setcaps),
4783         (theora_push_buffer), (theora_push_packet),
4784         (theora_enc_sink_event), (theora_enc_chain),
4785         (theora_enc_change_state), (theora_enc_set_property),
4786         (theora_enc_get_property):
4787         Added stream lock to decoder so that we can serialize
4788         the discont event.
4789         More theoraenc porting, recover from errors, do clean
4790         shutdown.
4791
4792 2005-05-05  Wim Taymans  <wim@fluendo.com>
4793
4794         * ext/ogg/Makefile.am:
4795         * ext/ogg/README:
4796         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4797         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
4798         (gst_ogg_print):
4799         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4800         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
4801         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
4802         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
4803         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
4804         (gst_ogg_mux_change_state):
4805         Ported ogg muxer.
4806
4807 2005-05-05  Wim Taymans  <wim@fluendo.com>
4808
4809         * docs/design-audiosinks.txt:
4810         * gst-libs/gst/audio/TODO:
4811         * gst-libs/gst/audio/gstaudiosink.c:
4812         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4813         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4814         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4815         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4816         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4817         (gst_audiosink_create_ringbuffer):
4818         * gst-libs/gst/audio/gstbaseaudiosink.c:
4819         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4820         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4821         (gst_baseaudiosink_set_property), (build_linear_format),
4822         (debug_spec_caps), (debug_spec_buffer),
4823         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4824         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4825         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4826         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4827         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4828         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4829         (gst_ringbuffer_release), (gst_ringbuffer_play),
4830         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4831         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
4832         (gst_ringbuffer_set_sample), (wait_segment),
4833         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
4834         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
4835         More work on the audiosink, mostly debugging and a race in
4836         shutdown.
4837
4838 2005-04-28  Wim Taymans  <wim@fluendo.com>
4839
4840         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4841         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
4842         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
4843         (vorbis_dec_src_query), (vorbis_dec_src_event),
4844         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4845         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4846         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
4847         Don't crap out when seeking back to position 0.
4848
4849 2005-04-28  Wim Taymans  <wim@fluendo.com>
4850
4851         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
4852         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
4853         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
4854         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
4855         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
4856         Make audio sink configurable, use alsasink as default.
4857
4858 2005-04-28  Wim Taymans  <wim@fluendo.com>
4859
4860         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4861         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4862         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4863         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
4864         (vorbis_dec_change_state):
4865         * ext/vorbis/vorbisdec.h:
4866         Refactor, use STREAM_LOCK.
4867
4868 2005-04-28  Wim Taymans  <wim@fluendo.com>
4869
4870         * ext/theora/theoradec.c: (_inc_granulepos),
4871         (theora_dec_sink_event), (theora_handle_comment_packet),
4872         (theora_handle_type_packet), (theora_handle_header_packet),
4873         (theora_handle_data_packet), (theora_dec_chain),
4874         (theora_dec_change_state):
4875         Refactor a bit, use STREAM_LOCK.
4876
4877 2005-04-28  Wim Taymans  <wim@fluendo.com>
4878
4879         * ext/alsa/Makefile.am:
4880         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
4881         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
4882         (gst_alsa_link), (gst_alsa_close_audio):
4883         * ext/alsa/gstalsaplugin.c: (plugin_init):
4884         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
4885         (gst_alsasink_dispose), (gst_alsasink_base_init),
4886         (gst_alsasink_class_init), (gst_alsasink_init),
4887         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
4888         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
4889         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
4890         (gst_alsasink_reset):
4891         * ext/alsa/gstalsasink.h:
4892         Implement alsasink with simple open/write/close API. 
4893         Make alsa dir build by disabling compilation of code.
4894
4895 2005-04-28  Wim Taymans  <wim@fluendo.com>
4896
4897         * gst-libs/gst/audio/Makefile.am:
4898         * gst-libs/gst/audio/audio.h:
4899         * gst-libs/gst/audio/audioclock.c:
4900         * gst-libs/gst/audio/audioclock.h:
4901         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
4902         (gst_audio_clock_class_init), (gst_audio_clock_init),
4903         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
4904         * gst-libs/gst/audio/gstaudioclock.h:
4905         * gst-libs/gst/audio/gstaudiosink.c:
4906         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4907         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4908         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4909         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4910         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4911         (gst_audiosink_create_ringbuffer):
4912         * gst-libs/gst/audio/gstbaseaudiosink.c:
4913         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4914         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4915         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
4916         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
4917         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4918         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4919         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4920         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4921         * gst-libs/gst/audio/gstbaseaudiosink.h:
4922         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4923         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
4924         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4925         (gst_ringbuffer_release), (gst_ringbuffer_play),
4926         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4927         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
4928         (gst_ringbuffer_set_sample), (wait_segment),
4929         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
4930         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
4931         * gst-libs/gst/audio/gstringbuffer.h:
4932         Make ringbuffer faster and more simple by removing the locks
4933         in the playback thread.
4934         Add sample accurate playback based on buffer sample offsets.
4935         Make the baseaudiosink provide a clock.
4936         Parse caps in the base class.
4937         Correctly handle seeking, flushing and state changes.
4938
4939 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4940
4941         * configure.ac:
4942         * gst/audioconvert/Makefile.am:
4943         * gst/audioscale/Makefile.am:
4944           Fix part of the build.  Come on guys, autogen didn't even work :)
4945
4946 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4947
4948         * configure.ac:
4949         * gst-libs/gst/Makefile.am:
4950         * gst-libs/gst/media-info/.cvsignore:
4951         * gst-libs/gst/media-info/Makefile.am:
4952         * gst-libs/gst/media-info/README:
4953         * gst-libs/gst/media-info/media-info-priv.c:
4954         * gst-libs/gst/media-info/media-info-priv.h:
4955         * gst-libs/gst/media-info/media-info-test.c:
4956         * gst-libs/gst/media-info/media-info.c:
4957         * gst-libs/gst/media-info/media-info.h:
4958         * gst-libs/gst/media-info/media-info.vcproj:
4959         * pkgconfig/Makefile.am:
4960         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
4961         * pkgconfig/gstreamer-media-info.pc.in:
4962           Remove media-info, which is also successed by playbin (see Totem
4963           implementation).
4964
4965 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4966
4967         * configure.ac:
4968         * examples/Makefile.am:
4969         * examples/gstplay/.cvsignore:
4970         * examples/gstplay/Makefile.am:
4971         * examples/gstplay/player.c:
4972         * gst-libs/gst/Makefile.am:
4973         * gst-libs/gst/play/.cvsignore:
4974         * gst-libs/gst/play/Makefile.am:
4975         * gst-libs/gst/play/play.c:
4976         * gst-libs/gst/play/play.h:
4977         * gst-libs/gst/play/play.vcproj:
4978         * pkgconfig/Makefile.am:
4979         * pkgconfig/gstreamer-play-uninstalled.pc.in:
4980         * pkgconfig/gstreamer-play.pc.in:
4981           Remove libgstplay, playbin is now the official successor.
4982
4983 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4984
4985         * configure.ac:
4986         * gst-libs/gst/Makefile.am:
4987         * gst-libs/gst/xwindowlistener/Makefile.am:
4988         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
4989         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
4990           Remove deprecated xwindowlistener (I've moved xwindowlistening
4991           in the v4l/v4l2 plugins over to serverside).
4992
4993 2005-04-25  David Schleef  <ds@schleef.org>
4994
4995         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
4996         to examples/dynparams.  Examples do not belong interspersed with
4997         source code.
4998         * examples/dynparams/demo-dparams.c:
4999         * gst/sine/Makefile.am:
5000         * gst/sine/demo-dparams.c:
5001
5002 2005-04-25  David Schleef  <ds@schleef.org>
5003
5004         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
5005         * gst-libs/gst/audio/Makefile.am:
5006         * gst-libs/gst/riff/Makefile.am:
5007         * gst-libs/gst/tag/Makefile.am:
5008         * gst-libs/gst/video/Makefile.am:
5009         * gst-libs/gst/xwindowlistener/Makefile.am:
5010
5011         Convert to 0.9 API, seems to work:
5012         * sys/ximage/Makefile.am:
5013         * sys/ximage/ximagesink.c:
5014
5015 2005-04-24  David Schleef  <ds@schleef.org>
5016
5017         Link plugins against libraries:
5018         * ext/alsa/Makefile.am:
5019         * gst/tcp/Makefile.am:
5020
5021         Remove asm code that should be in liboil
5022         * gst/videoscale/Makefile.am:
5023         * gst/videoscale/videoscale_x86_asm.s:
5024
5025         gettext wants these checked in:
5026         * po/af.po:
5027         * po/az.po:
5028         * po/cs.po:
5029         * po/en_GB.po:
5030         * po/hu.po:
5031         * po/it.po:
5032         * po/nb.po:
5033         * po/nl.po:
5034         * po/or.po:
5035         * po/sq.po:
5036         * po/sr.po:
5037         * po/sv.po:
5038         * po/uk.po:
5039         * po/vi.po:
5040
5041 2005-04-24  David Schleef  <ds@schleef.org>
5042
5043         Convert gst_main() to g_main_loop_run()
5044         * gst/playback/decodetest.c: (main):
5045         * gst/playback/test2.c: (main):
5046         * gst/playback/test3.c: (main):
5047         * gst/playback/test4.c: (main):
5048
5049         Link plugins against libraries:
5050         * ext/libvisual/Makefile.am:
5051         * sys/xvimage/Makefile.am:
5052
5053 2005-04-24  David Schleef  <ds@schleef.org>
5054
5055         * configure.ac: Remove idct and resample libs
5056         * gst-libs/gst/Makefile.am: same
5057
5058         Remove usage of gst_library_load():
5059         * ext/alsa/gstalsaplugin.c: (plugin_init):
5060         * ext/libvisual/visual.c: (plugin_init):
5061         * ext/ogg/gstogg.c: (plugin_init):
5062         * ext/theora/theora.c: (plugin_init):
5063         * ext/vorbis/vorbis.c: (plugin_init):
5064         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5065         * gst/audioscale/gstaudioscale.c:
5066         * gst/adder/gstadder.c: (plugin_init):
5067         * gst/audioconvert/plugin.c: (plugin_init):
5068         * sys/ximage/ximagesink.c: (plugin_init):
5069         * sys/xvimage/xvimagesink.c: (plugin_init):
5070         * gst/tcp/gsttcpplugin.c: (plugin_init):
5071
5072         Link plugins against libraries:
5073         * ext/ogg/Makefile.am:
5074         * ext/theora/Makefile.am:
5075         * ext/vorbis/Makefile.am:
5076         * gst/audioconvert/Makefile.am:
5077
5078         Create proper libraries:
5079         * gst-libs/gst/riff/Makefile.am:
5080         * gst-libs/gst/audio/Makefile.am:
5081         * gst-libs/gst/video/Makefile.am:
5082
5083         Move resample library to audioscale plugin directory:
5084         * gst-libs/gst/resample/Makefile.am:
5085         * gst-libs/gst/resample/README:
5086         * gst-libs/gst/resample/dtof.c:
5087         * gst-libs/gst/resample/dtos.c:
5088         * gst-libs/gst/resample/functable.c:
5089         * gst-libs/gst/resample/private.h:
5090         * gst-libs/gst/resample/resample.c:
5091         * gst-libs/gst/resample/resample.h:
5092         * gst-libs/gst/resample/resample.vcproj:
5093         * gst-libs/gst/resample/test.c:
5094         * gst/audioscale/Makefile.am:
5095         * gst/audioscale/README:
5096         * gst/audioscale/dtof.c:
5097         * gst/audioscale/dtos.c:
5098         * gst/audioscale/functable.c:
5099         * gst/audioscale/private.h:
5100         * gst/audioscale/resample.c:
5101         * gst/audioscale/resample.h:
5102         * gst/audioscale/test.c:
5103
5104         Move tagedit library to gst-libs:
5105         * gst-libs/gst/tag/Makefile.am:
5106         * gst-libs/gst/tag/gstid3tag.c:
5107         * gst-libs/gst/tag/gsttagediting.c:
5108         * gst-libs/gst/tag/gsttageditingprivate.h:
5109         * gst-libs/gst/tag/gstvorbistag.c:
5110         * gst/tags/Makefile.am:
5111         * gst/tags/gstid3tag.c:
5112         * gst/tags/gstvorbistag.c:
5113
5114         Fix for core changes:
5115         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5116         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5117         (gst_sinesrc_getrange):
5118
5119 2005-04-23  David Schleef  <ds@schleef.org>
5120
5121         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5122         in gst-plugins in a long time, and properly belongs in liboil.
5123         * gst-libs/gst/idct/Makefile.am:
5124         * gst-libs/gst/idct/README:
5125         * gst-libs/gst/idct/dct.h:
5126         * gst-libs/gst/idct/doieee:
5127         * gst-libs/gst/idct/fastintidct.c:
5128         * gst-libs/gst/idct/floatidct.c:
5129         * gst-libs/gst/idct/idct.c:
5130         * gst-libs/gst/idct/idct.h:
5131         * gst-libs/gst/idct/idtc.vcproj:
5132         * gst-libs/gst/idct/ieeetest.c:
5133         * gst-libs/gst/idct/intidct.c:
5134
5135 2005-04-20  Wim Taymans  <wim@fluendo.com>
5136
5137         * docs/design-audiosinks.txt:
5138         * gst-libs/gst/audio/Makefile.am:
5139         * gst-libs/gst/audio/TODO:
5140         * gst-libs/gst/audio/gstaudiosink.c:
5141         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5142         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5143         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5144         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5145         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5146         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5147         (gst_audiosink_class_init), (gst_audiosink_init),
5148         (gst_audiosink_create_ringbuffer):
5149         * gst-libs/gst/audio/gstaudiosink.h:
5150         * gst-libs/gst/audio/gstbaseaudiosink.c:
5151         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5152         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5153         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5154         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5155         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5156         (gst_baseaudiosink_create_ringbuffer),
5157         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5158         * gst-libs/gst/audio/gstbaseaudiosink.h:
5159         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5160         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5161         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5162         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5163         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5164         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5165         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5166         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5167         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5168         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5169         * gst-libs/gst/audio/gstringbuffer.h:
5170         An attempt at a set of audio base classes together with some
5171         design docs.
5172
5173 2005-04-20  Wim Taymans  <wim@fluendo.com>
5174
5175         * gst/audioconvert/Makefile.am:
5176         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5177         (gst_audio_convert_caps_remove_format_info),
5178         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5179         (gst_audio_convert_channels):
5180         Link against audio libs.
5181         Fix audio convert plugin.
5182
5183 2005-04-20  Wim Taymans  <wim@fluendo.com>
5184
5185         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5186         (gst_ogg_demux_sink_activate):
5187         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5188         (theora_set_header_on_caps), (theora_enc_sink_event),
5189         (theora_enc_chain):
5190         Fix theora encoder.
5191
5192 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5193
5194         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5195         * gst/playback/gstdecodebin.c: (find_compatibles):
5196           Work with staticpadtemplates in elementfactories.
5197
5198 2005-04-12  Wim Taymans  <wim@fluendo.com>
5199
5200         * gst/playback/README:
5201         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5202         (compare_ranks), (print_feature), (gst_decode_bin_init),
5203         (dynamic_create), (dynamic_free), (find_compatibles),
5204         (mimetype_is_raw), (close_pad_link), (got_redirect),
5205         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5206         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5207         (gst_decode_bin_change_state):
5208         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5209         (gst_play_base_bin_init), (group_destroy), (group_commit),
5210         (check_queue), (queue_overrun), (queue_threshold_reached),
5211         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5212         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5213         (got_redirect), (setup_source), (play_base_eos),
5214         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5215         (gst_play_base_bin_remove_element):
5216         * gst/playback/gstplaybasebin.h:
5217         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5218         (gst_play_bin_init), (gst_play_bin_dispose),
5219         (gst_play_bin_set_property), (gen_video_element),
5220         (gen_text_element), (gen_audio_element), (remove_sinks),
5221         (gst_play_bin_send_event):
5222         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5223         (stream_info_change_state), (gst_stream_info_set_mute):
5224         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5225         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5226         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5227         (gst_stream_selector_chain):
5228         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5229         (main):
5230         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5231         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5232         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5233         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5234         Raw and crude port of decodebin. 
5235         Make playbin compile.
5236
5237 2005-04-06  Wim Taymans  <wim@fluendo.com>
5238
5239         * ext/gnomevfs/Makefile.am:
5240         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5241         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5242         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5243         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5244         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5245         (gst_gnomevfssrc_stop):
5246         * ext/ogg/Makefile.am:
5247         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5248         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5249         * ext/theora/Makefile.am:
5250         * ext/theora/theoradec.c: (_inc_granulepos),
5251         (theora_dec_sink_event), (theora_dec_chain):
5252         * ext/vorbis/Makefile.am:
5253         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5254         (vorbis_dec_sink_event), (vorbis_dec_chain):
5255         * gst-libs/gst/audio/Makefile.am:
5256         * sys/xvimage/Makefile.am:
5257         Make gnomevfssrc extend the source base class.
5258         Fix linking against libs in various plugins.
5259
5260 2005-04-06  Andy Wingo  <wingo@pobox.com>
5261
5262         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5263         GST_BASE_LIBS.
5264
5265         * configure.ac: Add check and AC_SUBST for libgstbase.
5266
5267 2005-03-31  Wim Taymans  <wim@fluendo.com>
5268
5269         * examples/seeking/Makefile.am:
5270         * examples/seeking/cdparanoia.c: (main):
5271         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5272         (play_cb), (pause_cb), (stop_cb), (main):
5273         * examples/seeking/playbin.c:
5274         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5275         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5276         (make_sid_pipeline), (make_vorbis_pipeline),
5277         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5278         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5279         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5280         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5281         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5282         (stop_cb), (main):
5283         * examples/seeking/spider_seek.c:
5284         * examples/seeking/vorbisfile.c:
5285         * ext/gnomevfs/Makefile.am:
5286         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5287         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5288         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5289         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5290         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5291         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5292         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5293         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5294         * ext/ogg/README:
5295         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5296         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5297         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5298         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5299         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5300         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5301         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5302         (gst_ogg_demux_factory_filter), (compare_ranks),
5303         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5304         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5305         (gst_ogg_chain_new), (gst_ogg_chain_free),
5306         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5307         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5308         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5309         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5310         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5311         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5312         (gst_ogg_demux_get_prev_page),
5313         (gst_ogg_demux_deactivate_current_chain),
5314         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5315         (gst_ogg_demux_bisect_forward_serialno),
5316         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5317         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5318         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5319         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5320         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5321         (gst_ogg_demux_change_state), (gst_ogg_print):
5322         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5323         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5324         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5325         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5326         (gst_ogg_mux_loop):
5327         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5328         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5329         (theora_dec_src_convert), (theora_dec_sink_convert),
5330         (theora_dec_src_query), (theora_dec_src_event),
5331         (theora_dec_sink_event), (theora_dec_chain),
5332         (theora_dec_change_state):
5333         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5334         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5335         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5336         (theora_enc_change_state):
5337         * ext/vorbis/Makefile.am:
5338         * ext/vorbis/oggvorbisenc.c:
5339         * ext/vorbis/oggvorbisenc.h:
5340         * ext/vorbis/vorbis.c: (plugin_init):
5341         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5342         (vorbis_dec_src_query), (vorbis_dec_src_event),
5343         (vorbis_dec_sink_event), (vorbis_dec_chain),
5344         (vorbis_dec_change_state):
5345         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5346         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5347         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5348         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5349         (gst_vorbisenc_change_state):
5350         * ext/vorbis/vorbisenc.h:
5351         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5352         * gst-libs/gst/audio/audioclock.c:
5353         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5354         (gst_audiofilter_init), (gst_audiofilter_chain):
5355         * gst-libs/gst/audio/testchannels.c: (main):
5356         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5357         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5358         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5359         (gmip_find_track_streaminfo), (gmip_find_track_format):
5360         * gst-libs/gst/media-info/media-info.c:
5361         (gst_media_info_read_idler):
5362         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5363         (gst_play_get_all_by_interface):
5364         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5365         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5366         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5367         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5368         (gst_riff_parse_info):
5369         * gst-libs/gst/riff/riff-read.h:
5370         * gst-libs/gst/riff/riff.c: (plugin_init):
5371         * gst-libs/gst/video/Makefile.am:
5372         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
5373         (gst_videosink_class_init), (gst_videosink_get_type):
5374         * gst-libs/gst/video/videosink.h:
5375         * gst/audioconvert/bufferframesconvert.c:
5376         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
5377         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
5378         * gst/audioconvert/channelmixtest.c: (main):
5379         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5380         (gst_audio_convert_chain),
5381         (gst_audio_convert_caps_remove_format_info),
5382         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
5383         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
5384         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
5385         (gst_audio_convert_buffer_to_default_format),
5386         (gst_audio_convert_buffer_from_default_format),
5387         (gst_audio_convert_channels):
5388         * gst/audioconvert/gstchannelmix.h:
5389         * gst/ffmpegcolorspace/avcodec.h:
5390         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5391         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5392         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
5393         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
5394         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
5395         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5396         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5397         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5398         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5399         (dv_type_find):
5400         * gst/videotestsrc/gstvideotestsrc.c:
5401         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
5402         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
5403         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
5404         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
5405         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
5406         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
5407         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
5408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5409         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
5410         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
5411         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
5412         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5413         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5414         (gst_xvimagesink_navigation_send_event),
5415         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
5416         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
5417         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5418         * sys/xvimage/xvimagesink.h:
5419         Plugin port to 0.9, ogg/theora playback should work in the seek
5420         example now.
5421         Removed old examples.
5422         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
5423         explained in 0.9 TODO doc.
5424
5425
5426 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5427
5428         * autogen.sh:
5429         * configure.ac:
5430         * ext/Makefile.am:
5431         * gst/Makefile.am:
5432         * po/POTFILES.in:
5433         * po/af.po:
5434         * po/az.po:
5435         * po/cs.po:
5436         * po/en_GB.po:
5437         * po/hu.po:
5438         * po/it.po:
5439         * po/nb.po:
5440         * po/nl.po:
5441         * po/or.po:
5442         * po/sq.po:
5443         * po/sr.po:
5444         * po/sv.po:
5445         * po/uk.po:
5446         * po/vi.po:
5447         * sys/Makefile.am:
5448         * testsuite/Makefile.am:
5449           remove a whole bunch of plugins.  This module now contains a set
5450           of free reference plugins/elements as agreed.
5451
5452 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5453
5454         * configure.ac:
5455           hunting season on 0.9 is now OPEN
5456
5457 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5458
5459         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5460           Kick the hell out of gcc for not warning me about a symbol conflict.
5461
5462 2005-02-22  Luca Ognibene  <luogni@tin.it>
5463
5464         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5465
5466         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
5467           Don't leak caps string (fixes #168134)
5468
5469         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
5470         (gst_jpegenc_init), (gst_jpegenc_finalize),
5471         (gst_jpegenc_change_state):
5472           Don't leak line buffers and context struct (fixes #168133).
5473
5474 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
5475
5476         * configure.ac:
5477         * ext/dirac/gstdiracdec.cc:
5478         (gst_diracdec_chain):
5479           Since dirac 0.5.0 the framerate in dirac is expressed as a
5480           rational number. Fix build and up requirement to 0.5.0, and
5481           also pass parameters to gst_diracdec_link in the right order
5482           (fixes #167959).
5483
5484 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
5485
5486         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
5487         * ext/faad/gstfaad.h:
5488         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
5489         certain invalid muxed streams, where some packets will contain 
5490         junk after decoder data. Partially fixes #149158.
5491
5492 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
5493         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
5494           Make sure we only write to writable buffers
5495
5496 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
5497
5498         * gst-libs/gst/riff/riff-media.c:
5499         (gst_riff_create_audio_caps_with_data):
5500           Do actually fix invalid RIFF fmt header values for alaw
5501           and mulaw audio instead of just saying so.
5502
5503         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
5504           Give gst_riff_create_audio_caps_with_data() a chance to
5505           fix up broken format header fields before extracting any
5506           parameters from the header. (fixes #167633)
5507
5508 2005-02-19  Martin Holters  <martin.holters@gmx.de>
5509
5510         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5511
5512         * gst/audioconvert/bufferframesconvert.c:
5513         (buffer_frames_convert_link):
5514           Don't leak othercaps. (fixes #167878)
5515
5516 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
5517
5518         * configure.ac:
5519         * ext/libvisual/visual.c: (gst_visual_srclink),
5520         (gst_visual_change_state):
5521           Support libvisual 0.2.0.
5522
5523 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
5524
5525         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
5526         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
5527           Use same rowstrides for I420 as used everywhere else.
5528
5529 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
5530
5531         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
5532           Declare variables at beginning of block and make gcc-2.95 happy
5533           (fixes # 167482, patch by Gergely Nagy).
5534           
5535         * gst/tcp/gsttcpclientsrc.c:
5536         * gst/tcp/gsttcpclientsrc.h:
5537           Move some includes into the header, so that struct sockaddr_in is
5538           defined when it should be defined on FreeBSD as well (fixes
5539           #167483).
5540           
5541         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
5542           Don't pass uninitialised values to setsockopt() here either.
5543
5544 2005-02-17  Luca Ognibene  <luogni at tin dot it>
5545
5546         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5547
5548         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
5549           Don't pass uninitialised values to setsockopt(). (fixes #167704)
5550
5551 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5552
5553         * gst/playback/gstplaybin.c: (add_sink):
5554           Invert bin_add/link order to workaround deadlock in opt.
5555
5556 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5557
5558         * gst/modplug/gstmodplug.cc:
5559           Add missing break causing position queries to fail.
5560
5561 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5562
5563         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
5564           Granpos can apparently be -1, which screws up calculations...
5565
5566 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
5567
5568         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
5569         (gst_ximagesink_send_pending_navigation),
5570         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
5571         (gst_ximagesink_init):
5572         * sys/ximage/ximagesink.h:
5573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
5574         (gst_xvimagesink_send_pending_navigation),
5575         (gst_xvimagesink_navigation_send_event),
5576         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
5577         * sys/xvimage/xvimagesink.h:
5578           Use a mutex protected list to marshal navigation
5579           events into the stream thread from whichever thread
5580           sends them.
5581
5582 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
5583
5584         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
5585           Display current position and track length; misc. clean-ups.
5586           
5587         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
5588         (speed_init), (speed_chain):
5589           Add query function, so that the stream length and current position
5590           get adjusted when queried (note that current position queries may
5591           still be wrong if the audio sink returns values based on buffer
5592           timestamps instead of passing on the query).
5593
5594 2005-02-13  Benjamin Otte  <otte@gnome.org>
5595
5596         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
5597         (gst_audio_convert_channels):
5598           create channel conversion matrix when linking
5599         * gst/audioconvert/.cvsignore:
5600         * gst/audioconvert/Makefile.am:
5601         * gst/audioconvert/channelmixtest.c: (main):
5602           add (ugly) test that ensures stereo <=> mono conversion works
5603           correctly
5604
5605 2005-02-13  Benjamin Otte  <otte@gnome.org>
5606
5607         * gst/audioconvert/gstchannelmix.h:
5608           include missing header file
5609         * gst/audioconvert/gstchannelmix.c:
5610         (gst_audio_convert_fill_compatible):
5611           use same sign for both channels when converting to/from compatible
5612           channel. Previously used different signs made the signals cancel
5613           each other out and appear like silence. (fixes #167269)
5614
5615 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
5616
5617         * gst/ffmpegcolorspace/avcodec.h:
5618         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5619         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5620         (gst_ffmpegcsp_avpicture_fill):
5621         * gst/ffmpegcolorspace/imgconvert.c:
5622           Convert to and from YV12 (fixes #156379).
5623
5624 2005-02-12  Julien MOUTTE  <julien@moutte.net>
5625
5626         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
5627         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
5628         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
5629         (gst_ximagesink_expose), (gst_ximagesink_set_property),
5630         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
5631         methods from chain and negotiation and vice versa (Fixes #166142).
5632         * sys/ximage/ximagesink.h: Add stream_lock.
5633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
5634         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5635         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5636         (gst_xvimagesink_expose): Check for xcontext before trying to link.
5637
5638 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
5639
5640         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
5641           Don't send "Hey! You gave me a NULL pointer you naughty person" as
5642           error message when we can't open the DVD device (when dvdnav_open()
5643           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
5644           the above). Send something more useful instead (fixes #167117).
5645
5646 2005-02-11  Julien MOUTTE  <julien@moutte.net>
5647
5648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5649         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
5650         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5651         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5652         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5653         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
5654         methods from chain and negotiation and vice versa (Fixes #166142).
5655         Fix a possible bug of images in the buffer pool being discarded because
5656         we are looking at the wrong geometry.
5657         * sys/xvimage/xvimagesink.h: Add stream_lock.
5658
5659 2005-02-11  David Schleef  <ds@schleef.org>
5660
5661         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
5662         unsigned int. (fixes #167128)
5663
5664 2005-02-11  David Schleef  <ds@schleef.org>
5665
5666         * gst/librfb/Makefile.am: Testing stuff before committing is
5667           for wimps... and people with fast machines.  Fix stupid
5668           mistake.
5669
5670 2005-02-11  David Schleef  <ds@schleef.org>
5671
5672         * configure.ac: Pull in librfb from my CVS tree, because it is
5673           too small and annoying to be separate.  Move rfbsrc plugin
5674           to gst/.
5675         * ext/Makefile.am:
5676         * ext/librfb/Makefile.am:
5677         * ext/librfb/gstrfbsrc.c:
5678         * gst/librfb/Makefile.am:
5679         * gst/librfb/gstrfbsrc.c:
5680         * gst/librfb/rfb.c:
5681         * gst/librfb/rfb.h:
5682         * gst/librfb/rfbbuffer.c:
5683         * gst/librfb/rfbbuffer.h:
5684         * gst/librfb/rfbbytestream.c:
5685         * gst/librfb/rfbbytestream.h:
5686         * gst/librfb/rfbcontext.h:
5687         * gst/librfb/rfbdecoder.c:
5688         * gst/librfb/rfbdecoder.h:
5689         * gst/librfb/rfbutil.h:
5690
5691 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
5692
5693         * gst/speed/Makefile.am:
5694         * gst/speed/demo-mp3.c: (main):
5695         * gst/speed/filter.func:
5696         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
5697         (speed_class_init), (speed_init), (speed_chain_int16),
5698         (speed_chain_float32), (speed_chain), (speed_set_property),
5699         (speed_get_property), (speed_change_state):
5700         * gst/speed/gstspeed.h:
5701           Fix speed element and make it chain-based (fixes #156467),
5702           and make it handle more than one channel.
5703
5704 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
5705
5706         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
5707         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
5708         (gst_dtsdec_chain), (gst_dtsdec_change_state):
5709         * ext/dts/gstdtsdec.h:
5710           Don't clobber the stack constructing the channels array.
5711           Make the element chain-based. DTS tracks can now be played.
5712           
5713 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
5714
5715         * gst-libs/gst/audio/multichannel.h:
5716         * gst-libs/gst/gconf/gconf.h:
5717         * gst-libs/gst/idct/idct.h:
5718         * gst-libs/gst/media-info/media-info-priv.h:
5719         * gst-libs/gst/play/play.h:
5720         * gst-libs/gst/resample/private.h:
5721         * gst-libs/gst/resample/resample.h:
5722         * gst-libs/gst/riff/riff-ids.h:
5723         * gst-libs/gst/video/video.h:
5724         * gst-libs/gst/video/videosink.h:
5725           Add G_BEGIN_DECLS and G_END_DECLS around headers where
5726           missing, so that they work when included from C++ code.
5727
5728 2005-02-09  David Schleef  <ds@schleef.org>
5729
5730         * testsuite/gst-lint: Check for non-statically scoped
5731           parent_class variables.  This won't be a problem once
5732           plugins are loaded with RTLD_LOCAL.
5733
5734 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5735
5736         * ext/mplex/gstmplexibitstream.cc:
5737           gcc madness.
5738
5739 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5740
5741         * ext/ogg/gstogmparse.c:
5742         * gst/debug/gstnavigationtest.c:
5743           Die, thou faulty symbol pollutors (non-static parent_class).
5744
5745 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5746
5747         * ext/mplex/gstmplexibitstream.cc:
5748           Fix event handling (#165525).
5749
5750 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5751
5752         * ext/mikmod/gstmikmod.c:
5753         * gst/modplug/gstmodplug.cc:
5754           Add missing endianness to template (fixes #165509).
5755
5756 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5757
5758         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
5759           Fix wrong order of reading of optional bytes (#165290).
5760
5761 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5762
5763         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5764           Implement FILLER event awareness.
5765
5766 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5767
5768         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
5769           Fix track calculations (#166208).
5770
5771 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
5772
5773         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5774
5775         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
5776         * ext/libpng/gstpngenc.c:
5777           Fix byte-order, use proper fixed caps. Fixes #164197.
5778
5779 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
5780
5781         * configure.ac:
5782           Add dvdlpcmdec 
5783
5784         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
5785         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
5786           Don't push buffers if the src pad isn't negotiated yet.
5787           
5788         * gst/audioconvert/gstaudioconvert.c:
5789         (gst_audio_convert_buffer_to_default_format),
5790         (gst_audio_convert_buffer_from_default_format):
5791           Add support for 24-bit width.
5792
5793         * gst/dvdlpcmdec/.cvsignore:
5794         * gst/dvdlpcmdec/Makefile.am:
5795         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
5796         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
5797         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
5798         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
5799         (plugin_init):
5800         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
5801           New decoder for rearranging DVD LPCM into our audio/x-raw-int
5802           format. Needs support for the channels maps if someone can find 
5803           a DVD LPCM track with > 2 channels.
5804
5805         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
5806         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
5807         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
5808         * gst/mpegstream/gstdvddemux.h:
5809         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
5810         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
5811         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
5812         * gst/mpegstream/gstmpegdemux.h:
5813         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
5814         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
5815         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
5816         (gst_mpeg_parse_handle_src_query),
5817         (gst_mpeg_parse_handle_src_event):
5818           Use audio/x-dvd-lpcm for LPCM output.
5819           Add DTS output.
5820
5821 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
5822
5823         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5824
5825         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
5826         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
5827           Add BGRA handling (#165736).
5828
5829 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
5830
5831         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5832
5833         * gst/law/alaw-decode.c: (alawdec_link):
5834         * gst/law/alaw-encode.c: (alawenc_link):
5835         * gst/law/mulaw-decode.c: (mulawdec_link):
5836         * gst/law/mulaw-encode.c: (mulawenc_link):
5837           Fix caps memleaks (#166600).
5838
5839 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
5840
5841         * ext/tarkin/mem.h:
5842         * ext/tarkin/wavelet.h:
5843         * ext/tarkin/yuv.h:
5844         * gst/ffmpegcolorspace/avcodec.h:
5845           Include "_stdint.h" instead of <stdint.h>. Fixes build on
5846           systems that don't have stdint.h, like Solaris9 (fixes #166631).
5847
5848 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5849
5850         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
5851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
5852         (gst_xvimagesink_change_state):
5853           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
5854           Xv video (and thereby regenerate Xv colourkey) in clear() so
5855           that PLAY -> READY -> PLAY works (fixes #162504).
5856
5857 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5858
5859         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
5860           Switch to list instead of range, since MJPEG-devices really just
5861           support decimations, not any size.
5862
5863 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
5864         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
5865         (gst_mpeg2dec_reset), (free_all_buffers),
5866         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
5867         * ext/mpeg2dec/gstmpeg2dec.h:
5868           The libmpeg2 user-allocated buffer management is awkward, 
5869           to say the least. Hopefully this fixes things.
5870
5871 2005-02-04  Andy Wingo  <wingo@pobox.com>
5872
5873         * gst/audioconvert/bufferframesconvert.c
5874         (buffer_frames_convert_fixate): New function, fixates to 256
5875         frames per buffer by default. (Much better than 1.)
5876         (buffer_frames_convert_init): Set the fixate function for both src
5877         and sink pad.
5878         (buffer_frames_convert_link): After success setting nonfixed caps,
5879         get the negotiated caps so we can know how many buffer-frames it
5880         will be. No idea how this worked at all before.
5881
5882 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
5883
5884         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
5885         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
5886         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
5887         (handle_sequence), (handle_picture):
5888         * ext/mpeg2dec/gstmpeg2dec.h:
5889           Rearrange buffer tracking and refcounting and refactor
5890           a little for readability. 
5891
5892 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
5893         * sys/v4l/gstv4l.c: (plugin_init):
5894         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
5895         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
5896         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
5897         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
5898         * sys/v4l/gstv4ljpegsrc.h:
5899         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
5900         * sys/v4l/v4l_calls.h:
5901         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
5902         (gst_v4lsrc_get_fps):
5903         * sys/v4l/v4lsrc_calls.h:
5904           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
5905           you jpeg inside rgb frames" driver.
5906           Don't error in the v4lsrc link function, just return 
5907           REFUSED.
5908
5909 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5910
5911         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
5912         (gst_qcamsrc_open):
5913           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
5914
5915 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5916
5917         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
5918           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
5919
5920 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5921
5922         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
5923           Reset negotiated state on PAUSED->READY.
5924
5925 2005-02-02  David Schleef  <ds@schleef.org>
5926
5927         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
5928         whereever possible.  (Fixes #165997)
5929         * examples/capsfilter/capsfilter1.c: (main):
5930         * examples/dynparams/filter.c: (create_ui):
5931         * examples/seeking/cdparanoia.c: (get_track_info), (main):
5932         * examples/seeking/chained.c: (main):
5933         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5934         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5935         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
5936         (make_mpeg_pipeline), (make_mpegnt_pipeline):
5937         * examples/seeking/spider_seek.c: (make_spider_pipeline):
5938         * examples/switch/switcher.c: (main):
5939         * ext/dv/demo-play.c: (main):
5940         * ext/faad/gstfaad.c: (gst_faad_change_state):
5941         * ext/mad/gstmad.c: (gst_mad_chain):
5942         * ext/smoothwave/demo-osssrc.c: (main):
5943         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
5944         (gst_gconf_render_bin_from_description),
5945         (gst_gconf_get_default_audio_sink),
5946         (gst_gconf_get_default_video_sink),
5947         (gst_gconf_get_default_audio_src),
5948         (gst_gconf_get_default_video_src),
5949         (gst_gconf_get_default_visualization_element):
5950         * gst/level/demo.c: (main):
5951         * gst/level/plot.c: (main):
5952         * gst/playback/gstplaybin.c: (gen_video_element),
5953         (gen_audio_element):
5954         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
5955         * gst/playondemand/demo-mp3.c: (setup_pipeline):
5956         * gst/sine/demo-dparams.c: (main):
5957         * gst/spectrum/demo-osssrc.c: (main):
5958         * gst/speed/demo-mp3.c: (main):
5959         * gst/volume/demo.c: (main):
5960         * testsuite/embed/embed.c: (main):
5961
5962 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
5963
5964         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
5965         (gst_tcpclientsink_finalize):
5966         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
5967         (gst_tcpclientsrc_finalize):
5968         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
5969         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
5970         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
5971         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
5972           Don't leak the hostname when shutting down.
5973           In tcpserversrc, take a copy of the default hostname.
5974
5975 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5976
5977         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
5978           Set caps to systemstream=TRUE.
5979
5980 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5981
5982         * testsuite/Makefile.am:
5983           Fix more OSX buildbots.
5984
5985 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
5986
5987         * ext/mpeg2dec/gstmpeg2dec.c:
5988           Don't send things to NULL PAD_PEERs
5989
5990         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
5991           Copy-on-write the incoming buffer.
5992
5993         * gst/mpegstream/gstdvddemux.h:
5994         * gst/mpegstream/gstmpegclock.h:
5995         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
5996         (normal_seek), (gst_mpeg_demux_handle_src_event):
5997         * gst/mpegstream/gstmpegdemux.h:
5998         * gst/mpegstream/gstmpegpacketize.h:
5999         * gst/mpegstream/gstmpegparse.c:
6000         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
6001         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
6002         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
6003         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
6004         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
6005         * gst/mpegstream/gstmpegparse.h:
6006         * gst/mpegstream/gstrfc2250enc.h:
6007           Various changes to the way time is computed that make seeking and
6008           total time estimation much better here.
6009           Use G_BEGIN/END_DECLS instead of __cplusplus
6010
6011         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
6012           Use gst_buffer_stamp instead of only copying the TIMESTAMP
6013
6014 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6015
6016         * gst/subparse/gstsubparse.c:
6017           Fix OSX buildbot.
6018
6019 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6020
6021         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6022         (theora_enc_chain), (theora_enc_change_state):
6023         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6024         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6025         (gst_vorbisenc_change_state):
6026         * ext/vorbis/vorbisenc.h:
6027           Set granulepos and timestamp correctly for streams not
6028           starting at 0, taking into account the initial delay.
6029
6030 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6031
6032         * gst/mpegstream/gstdvddemux.c:
6033           Add audio/x-dts to audio pad template caps
6034
6035 2005-01-30  David Schleef  <ds@schleef.org>
6036
6037         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6038         (create_context), (gst_polypsink_link): Fix silly endianness
6039         bug.  Add some debugging.  Remove float from caps; it doesn't
6040         work.  Attempt to get remote audio working.
6041
6042 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6043
6044         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6045           Add 3IV2 fourcc.
6046
6047 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6048
6049         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6050         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6051         (gst_avi_demux_stream_data):
6052         * gst/avi/gstavidemux.h:
6053           Invert DIB images. Fixes #132341.
6054
6055 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6056
6057         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6058         (gst_ffmpegcsp_chain):
6059           D'oh, reference the palette data, not the palette structure.
6060           Fixes color distortion in #132341.
6061
6062 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6063
6064         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6065           PAR can be non-fixed when not provided as argument (#162626).
6066
6067 2005-01-29  David Moore  <dcm@acm.org>
6068
6069         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6070
6071         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6072         (gst_qtdemux_loop_header):
6073           Re-apply patch from #142272 that allows non-seekable sources,
6074           re-proposed by Daniel Drake <dsd@gentoo.org>.
6075
6076 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6077
6078         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6079           Use the src template for creating the src pad (#162330).
6080
6081 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6082
6083         * configure.ac:
6084         * ext/musepack/Makefile.am:
6085         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6086         (gst_musepackdec_init), (gst_musepackdec_dispose),
6087         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6088         (gst_musepack_stream_init), (gst_musepackdec_loop),
6089         (gst_musepackdec_change_state):
6090         * ext/musepack/gstmusepackdec.cpp:
6091         * ext/musepack/gstmusepackdec.h:
6092         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6093         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6094         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6095         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6096         * ext/musepack/gstmusepackreader.cpp:
6097         * ext/musepack/gstmusepackreader.h:
6098           Update to 1.1 API (#165446).
6099
6100 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6101
6102         * ext/Makefile.am:
6103           Unbreak buildbot.
6104
6105 2005-01-28  Andy Wingo  <wingo@pobox.com>
6106
6107         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6108         to reflect a different dubious internet source. Add a reference
6109         and some commentary.
6110
6111 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6112
6113         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6114         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6115         * gst/playback/gststreamselector.h:
6116           Be more selective when we're redoing caps negotiation from
6117           within the chain function on a stream change.
6118
6119 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6120
6121         * configure.ac:
6122         * ext/Makefile.am:
6123         * ext/amrnb/Makefile.am:
6124         * ext/amrnb/amrnb.c: (plugin_init):
6125         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6126         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6127         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6128         (gst_amrnbdec_state_change):
6129         * ext/amrnb/amrnbdec.h:
6130         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6131         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6132         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6133         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6134         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6135         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6136         * ext/amrnb/amrnbparse.h:
6137           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6138         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6139           Add AMR-NB/-WB raw formats.
6140         * ext/alsa/gstalsa.c: (gst_alsa_link):
6141           Keep valid time when changing format.
6142         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6143         (qtdemux_parse_trak):
6144           Add some more format-specific options (#140141, #143555, #155163).
6145
6146 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6147
6148         * gst/matroska/matroska-demux.c:
6149         (gst_matroska_demux_parse_blockgroup):
6150           Fix logic error in timing of subtitle stream synchronization.
6151         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6152           Add skip-chunk, which is found in kodak-camera streams.
6153
6154 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6155
6156         * po/LINGUAS:
6157         * po/vi.po:
6158           Adding Vietnamese translation (submitted by Clytie Siddall)
6159
6160 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6161
6162         * gst/playback/gstdecodebin.c: (try_to_link_1):
6163           Use realpad for signal.
6164
6165 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6166
6167         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6168           Fix category so decodebin picks it up.
6169
6170 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6171
6172         * ext/mad/Makefile.am:
6173         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6174         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6175         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6176         (found_type), (gst_id3demux_bin_change_state):
6177         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6178         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6179         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6180         (gst_id3_tag_change_state), (plugin_init):
6181         * ext/mad/gstmad.h:
6182           Add id3demuxbin (which is a simple bin consisting of id3demux
6183           and typefind), take over rank from id3demux, remove typefind
6184           code from id3demux. Makes all broken mp3s that I know of work,
6185           and thereby fixes #152688.
6186
6187 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6188
6189         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6190
6191         * ext/mad/gstmad.c: (gst_mad_src_event):
6192         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6193           Allow seeks on audio pad, make mad forward those (#164826).
6194         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6195           Set duration (#165335).
6196
6197 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6198
6199         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6200         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6201         (gst_asf_demux_process_ext_content_desc),
6202         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6203         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6204         * gst/asfdemux/gstasfdemux.h:
6205           Improve metadata display, e.g. if the metadata comes before the
6206           streams are loaded (which is perfectly valid).
6207
6208 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6209
6210         * tools/gst-launch-ext-m.m:
6211           Fix AVI/ASF pipelines (#165340).
6212
6213 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6214         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6215         build failure on amd64
6216
6217 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6218
6219         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6220         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6221           Check environment variables GST_ID3V2_TAG_ENCODING,
6222           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6223           list of character encodings to force interpretation of non-unicode
6224           strings stored in an ID3v2 tag to a particular encoding. If none
6225           is specified, try to use current locale's encoding, then fall back
6226           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6227         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6228         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6229           Check environment variables GST_ID3V1_TAG_ENCODING,
6230           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6231           list of character encodings to use in case a string encountered
6232           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6233           specified, try to use the current locale's encoding, then fall
6234           back to ISO-8859-1 (which will always succeed).
6235
6236 2005-01-25  Benjamin Otte  <otte@gnome.org>
6237
6238         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6239           - on half framerate, compute the rate in advance so the comparisons
6240             don't compare wrong values
6241           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6242             behaviour
6243           - don't use mad_header_decode anymore, mad_frame_decode does that
6244             automatically
6245           - when getting rid of consumed bytes, reset the stream's skiplen
6246           (fixes #163867)
6247
6248 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6249
6250         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6251           Use 1/2 a second for default max_discont, as PES streams from DVB
6252           seem to have larger spacings in the SCR. 
6253           Fix a typo.
6254
6255 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6256
6257         * gst/playback/gstplaybasebin.c: (group_commit):
6258           Notify delayed stream-info availability.
6259
6260 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6261         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6262         (gst_a52dec_handle_event), (gst_a52dec_chain):
6263         Add some debug output. Check that a discont has a valid
6264         time associated.
6265         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6266         (gst_alsa_sink_loop):
6267         Ignore TAG events. A little extra debug for broken timestamps.
6268         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6269         (dvdnavsrc_change_state):
6270         Ensure we send a discont to engage the link before we send any
6271         other events.
6272         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6273         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6274         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6275         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6276         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6277         dvd://title works in totem because typefinding sends a seek that ends
6278         up going back to chapter 1 regardless.
6279         * ext/mpeg2dec/gstmpeg2dec.c:
6280         * ext/mpeg2dec/gstmpeg2dec.h:
6281         Output correct timestamps and handle disconts.
6282         * ext/ogg/gstoggdemux.c: (get_relative):
6283         Small guard against a null dereference.
6284         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6285         (gst_textoverlay_set_property):
6286         Free memory when done. Don't call gst_event_filler_get_duration on
6287         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6288         g_warning.
6289         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6290         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6291         (gst_sw_srclink), (gst_smoothwave_chain):
6292         Draw solid lines, prettier colours.
6293         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6294         Add a default palette that'll work for some movies.
6295         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6296         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6297         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6298         * gst/mpegstream/gstdvddemux.h:
6299         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6300         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6301         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6302         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6303         * gst/mpegstream/gstmpegparse.h:
6304         Use PTM/NAV events when for timestamp adjustment when connected to 
6305         dvdnavsrc. Don't use many discont events where one suffices.
6306         * gst/playback/gstplaybasebin.c: (group_destroy),
6307         (gen_preroll_element), (gst_play_base_bin_add_element):
6308         * gst/playback/gstplaybasebin.h:
6309         Make sure we remove subtitles from the same bin we put them in.
6310         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6311         (gst_subparse_buffer_format_autodetect),
6312         (gst_subparse_change_state):
6313         Fix some memleaks and invalid accesses.
6314         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6315         (oggskel_type_find), (cmml_type_find), (plugin_init):
6316         Some typefind functions for Annodex v3.0 files
6317         * gst/wavparse/gstwavparse.h:
6318         GstRiffReadClass is the correct parent class.
6319
6320 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6321
6322         * gst-libs/gst/riff/riff-media.c:
6323         (gst_riff_create_video_caps_with_data):
6324           Add extradata to huffyuv (fixes #165013).
6325         * gst-libs/gst/riff/riff-read.c:
6326         (gst_riff_read_strf_vids_with_data):
6327           Fix extradata extraction if it is in the chunk size.
6328
6329 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6330
6331         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6332
6333         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6334         (gst_quarktv_change_state), (gst_quarktv_dispose):
6335           Memory free'ing location fix (#164708).
6336
6337 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6338
6339         * gst/playback/gstplaybasebin.c: (group_commit),
6340         (gen_preroll_element), (probe_triggered), (gen_source_element),
6341         (setup_source), (gst_play_base_bin_change_state),
6342         (gst_play_base_bin_add_element):
6343           Don't block for streams.
6344         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6345         (gst_stream_info_set_mute):
6346           Use gst_pad_set_active_recursive.
6347
6348 2005-01-25  Andy Wingo  <wingo@pobox.com>
6349
6350         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6351         for #ifndef HAVE_XVIDEO.
6352
6353 2005-01-24  Jeffrey C. Ollie
6354
6355         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6356
6357         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6358         * ext/gsm/gstgsmdec.h:
6359         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6360         * ext/gsm/gstgsmenc.h:
6361         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6362         was given by property. Add proper buffer timestamps and offsets.
6363
6364 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6365
6366         * gst-libs/gst/riff/riff-media.c:
6367         (gst_riff_create_audio_caps_with_data):
6368           Audio can be <8000Hz.
6369
6370 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6371
6372         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6373           Explicit state change to workaround refcount bugs.
6374
6375 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6376
6377         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
6378         (gst_avimux_riff_get_avi_header):
6379           Fix...
6380
6381 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6382
6383         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
6384         (gst_riff_read_element_data):
6385         * gst-libs/gst/riff/riff-read.h:
6386           Add _peek version (req'ed in CDXA).
6387         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
6388         (gst_cdxaparse_loop):
6389           Fix parsing in playbin.
6390         * gst/playback/gstdecodebin.c: (close_pad_link):
6391           Ignore current_ pads, they cause major annoyance.
6392
6393 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6394
6395         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6396           Safety guard.
6397
6398 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6399
6400         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
6401           Fix padding...
6402
6403 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6404
6405         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
6406           Allow for 0-sized buffers. Fixes length query problems in
6407           starwars.mkv from the testsuite.
6408
6409 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
6410
6411         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
6412         (gst_video_box_i420), (gst_video_box_chain):
6413           Fix row strides for I420 (fixes #163159)
6414           
6415 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6416
6417         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6418           MPEG2 has a useful rate property, so we can actually use that.
6419           For MPEG-1, continue using the bytes/time properties.
6420
6421 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6422
6423         * gst-libs/gst/riff/riff-media.c:
6424         (gst_riff_create_video_caps_with_data),
6425         (gst_riff_create_video_template_caps):
6426           Add intel-h263.
6427
6428 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6429
6430         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6431           Fail if caps negotiation fails. Should fix #162184, and should
6432           definately be in there regardless of it fixing the actual bug.
6433         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
6434         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
6435         (gst_avimux_riff_get_avix_header),
6436         (gst_avimux_riff_get_video_header),
6437         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
6438         (gst_avimux_start_file), (gst_avimux_handle_event),
6439         (gst_avimux_change_state):
6440         * gst/avi/gstavimux.h:
6441           Refactor structure writing to use GST_WRITE_UINT macros, add
6442           metadata writing support.
6443
6444 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6445
6446         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6447           Elements may already be destroyed when this function is called.
6448
6449 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6450
6451         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6452         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
6453           More memory leak fixes (#149162).
6454
6455 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6456
6457         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6458         (gst_qtdemux_add_stream):
6459           Fix two memleaks.
6460
6461 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6462
6463         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6464           Argh...
6465
6466 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6467
6468         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6469           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
6470           when fixating to six channels in Totem.
6471
6472 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6473
6474         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
6475           Fix compile warnings on Solaris 10 buildbot
6476
6477 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6478
6479         * ext/dvdread/dvdreadsrc.c: (_read):
6480           Don't read beyond the last cell in a chapter (fixes 
6481           invalid memory access)
6482
6483 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6484
6485         * ext/dvdread/stream_labels.c:
6486         (dvdreadsrc_get_audio_stream_labels):
6487           Use NULL for an empty GList instead of g_list_alloc(); fix 
6488           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
6489           of GString (easier to bulk free later)
6490
6491 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6492
6493         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6494
6495         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6496         (gst_ffmpeg_pixfmt_to_caps):
6497           Fix BGRA32 caps (#164209).
6498
6499 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6500
6501         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6502
6503         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6504         (gst_ffmpeg_caps_to_pixfmt):
6505           alpha_mask can be RGBA/ABGR. Fixes #164265.
6506
6507 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
6508
6509         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6510
6511         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
6512         (gst_mpeg2dec_alloc_buffer):
6513         * ext/mpeg2dec/gstmpeg2dec.h:
6514           Crop if decoding size is not the actual image size (#163676).
6515
6516 2005-01-17  Steve Baker  <steve@stevebaker.org>
6517
6518         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6519
6520         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
6521         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
6522           Add libsndfile typefind functions (#163309).
6523
6524 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6525
6526         * tools/gst-launch-ext-m.m:
6527           Add .aac, fix .m1v/.m2v (#163891).
6528
6529 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6530
6531         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
6532           Sanity check, don't wait endlessly since the clock might not
6533           actually run at this point (which is a deadlock). Fixes #164069.
6534
6535 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6536
6537         * gst/playback/gstplaybasebin.c: (probe_triggered):
6538           Of course, only pause if group is done...
6539
6540 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6541
6542         * gst/playback/gstplaybasebin.c: (probe_triggered):
6543           Thread safety.
6544
6545 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
6546
6547         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
6548           Don't return state change success when the parent
6549           failed.
6550
6551 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6552
6553         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
6554           Free events (fix memleak in #162905).
6555
6556 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
6557
6558         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6559
6560         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6561         (gst_ffmpeg_caps_to_pixfmt):
6562           Fix for depth = 15. Fixes #161675.
6563
6564 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6565
6566         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
6567           Set FPS correctly, even for webcams and the like.
6568         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
6569           Don error on setting while capturing.
6570
6571 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6572
6573         * ext/dv/gstdvdec.c:
6574         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6575         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6576           I'm a bad boy. using /1001. to force C to do float division
6577           and not integer division (as it did in my last commit)
6578           Thanks to David I. Lehn for pointing this mistake.
6579
6580 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6581
6582         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
6583           Revert Johan??s 1.35->1.36 since it breaks compat.
6584
6585 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6586
6587         * ext/dv/gstdvdec.c:
6588         * ext/libfame/gstlibfame.c:
6589         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6590         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6591           replace framerate aproximations by their real value
6592           (24000/1001, 30000/1001, 60000/1001)
6593           Finish fixing bug #164049
6594
6595 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6596
6597         * ext/ogg/gstoggmux.c:
6598           eos/bos debugging
6599         * gst/tcp/gstmultifdsink.c:
6600         * gst/tcp/gstmultifdsink.h:
6601         * gst/tcp/gsttcp.c:
6602         * gst/tcp/gsttcp.h:
6603         * gst/tcp/gsttcpclientsink.c:
6604         * gst/tcp/gsttcpclientsrc.c:
6605         * gst/tcp/gsttcpserversink.c:
6606         * gst/tcp/gsttcpserversrc.c:
6607           improve reusability of elements after state changes and errors
6608           make multifdsink throw away streamheaders when receiving new ones
6609
6610 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6611
6612         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6613           Fix for if items are already in list...
6614
6615 2005-01-12  Benjamin Otte  <otte@gnome.org>
6616
6617         * gst/adder/gstadder.c: (gst_adder_loop):
6618           fix adder a bit so it doesn't screw up with events as much anymore
6619
6620 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
6621
6622         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
6623         (pixbufscale_scale), (gst_pixbufscale_chain):
6624         * ext/gdk_pixbuf/pixbufscale.h:
6625           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
6626           to ensure rowstrides are calculated the same way as 
6627           ffmpegcolorspace
6628           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
6629           that we pick up duration and offset also.
6630
6631 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6632
6633         * gst/avi/gstavimux.c: (gst_avimux_class_init),
6634         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
6635           Reusability fixes.
6636
6637 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6638
6639         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
6640         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
6641         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
6642         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
6643           Update flags when requested.
6644
6645 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6646
6647         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6648           Fix dmix.
6649
6650 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6651
6652         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6653         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
6654         (probe_triggered), (new_decoded_pad), (gen_source_element),
6655         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
6656         * gst/playback/gstplaybasebin.h:
6657         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6658         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
6659         (gst_play_bin_change_state):
6660           Implement group-switch signal for use in apps to clear metadata
6661           cache, clean up subtitle, add suburi property instead of # hack,
6662           some error-out fixes.
6663
6664 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6665
6666         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6667           Debug.
6668         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
6669           If we got a state change in the _get handler, don't return success.
6670
6671 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6672
6673         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
6674         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
6675           Make jpegdec quiet on MJPEG decoding
6676         * gst/asfdemux/README:
6677           Fix mimetypes for MJPEG and H263
6678
6679 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6680
6681         * ext/theora/theoradec.c: (theora_dec_chain):
6682           Fix broken code generation by gcc by swapping arguments.
6683         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6684           Fix \n in debug.
6685
6686 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6687
6688         * TODO:
6689           delete this file, it is by far outdated
6690         * ext/alsa/gstalsa.1: remove
6691         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
6692         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
6693         (gst_alsa_get_caps):
6694           Add HW probing for supported sample rates. Fixes #161704
6695
6696 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6697
6698         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6699           Don't crash, biatch! :).
6700
6701 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6702
6703         * ext/musepack/gstmusepackreader.cpp:
6704         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
6705           Some work on tags - still doesn't work in playbin...
6706         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6707           Handle events...
6708
6709 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6710
6711         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
6712           Also shove tags on kid pads.
6713
6714 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6715
6716         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
6717           Don't bail on unknown events.
6718         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6719           Don't crash on events before negotiation.
6720         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6721           Send tags on pads, too.
6722         * gst/playback/gststreamselector.c:
6723         (gst_stream_selector_request_new_pad):
6724           Forward events on first pad if no input was selected yet.
6725
6726 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6727
6728         * gst/playback/gstplaybasebin.c: (setup_substreams):
6729           Don't disable streamtype if the stream doesn't exist, since
6730           then playing a video after audio will disable both and nothing
6731           will happen. Fixes the testsuite.
6732
6733 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6734
6735         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
6736         (gst_v4l_xoverlay_set_xwindow_id):
6737         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
6738         (gst_v4l2_xoverlay_set_xwindow_id):
6739           Add debug categories, fix overlay disabling.
6740
6741 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6742
6743         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
6744         * ext/alsa/gstalsa.h:
6745           Add HW probing for period_count/size and buffer_size MIX/MAX
6746           Adjust default/user defined value if out of bounds
6747           Should fix bug #162024
6748
6749 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6750
6751         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
6752           Fix warning (#161191).
6753
6754 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6755
6756         * ext/dvdread/stream_labels.c:
6757         (dvdreadsrc_get_audio_stream_labels):
6758           Fix warning (init the good variable in switch default)
6759
6760 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
6761
6762         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6763
6764         * gst/tta/gstttaparse.c: (gst_tta_src_event):
6765           Fix gcc-2.95 compile (#163485).
6766
6767 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6768
6769         * configure.ac:
6770         * ext/flac/gstflacenc.c: (gst_flacenc_init),
6771         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
6772         (gst_flacenc_tell_callback), (gst_flacenc_chain),
6773         (gst_flacenc_change_state):
6774         * ext/flac/gstflacenc.h:
6775           Update for API change in flac-1.1.1. Update requirement in
6776           configure.ac. Fixes #162974.
6777
6778 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6779
6780         * gst/playback/gstplaybasebin.c: (group_destroy):
6781           Remove hack to get rid of assert and get rid of unlinked
6782           signals properly.
6783
6784 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6785
6786         * gst/playback/gstplaybasebin.c: (setup_source):
6787           Set source to NULL so that resources are free'ed. Fixes issues
6788           with playback of CDDA and similar device-accessing things.
6789
6790 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6791
6792         * testsuite/embed/Makefile.am:
6793           test->noinst, fix make test in buildbot.
6794
6795 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6796
6797         * ext/dvdread/stream_labels.c: new file
6798         * ext/dvdread/stream_labels.h: new file
6799         * ext/dvdread/Makefile.am:
6800         * ext/dvdread/dvdreadsrc.c: (_seek_title):
6801           Extract audio stream label from DVD IFO files.
6802           It only dump them on the console for now, still have to
6803           make playbin aware of them.
6804
6805 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6806
6807         * gst/playback/gstplaybasebin.c: (setup_source):
6808           Fix hanging subs.
6809
6810 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6811
6812         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6813         (gen_preroll_element), (remove_groups), (setup_subtitle),
6814         (gen_source_element), (setup_source):
6815         * gst/playback/gstplaybasebin.h:
6816           Multiple .sub files is just a stupid idea... Fix some threading
6817           mistakes. Interestingly, external .sub files cause playbin to
6818           hang, I don't know why... Parsing fixes contributed by Fran??ois
6819           Kooman <fkooman@tuxed.net>.
6820
6821 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6822
6823         * testsuite/embed/Makefile.am:
6824           Fix buildbot.
6825
6826 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
6827
6828         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6829
6830         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
6831         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
6832         (gst_pngenc_set_property):
6833         * ext/libpng/gstpngenc.h:
6834           Add compression level property (#163323).
6835
6836 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6837
6838         * configure.ac:
6839         * examples/capsfilter/capsfilter1.c: (main):
6840         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6841         * ext/dvdread/Makefile.am:
6842         * ext/dvdread/demo-play:
6843         * ext/dvdread/demo-play.c:
6844         * gconf/gstreamer.schemas.in:
6845         * gst-libs/gst/gconf/gconf.c:
6846         * sys/v4l/TODO:
6847         * testsuite/Makefile.am:
6848         * testsuite/embed/Makefile.am:
6849         * testsuite/embed/embed.c: (cb_expose), (main):
6850           Remove all references to xvideosink, fix examples (#140845).
6851         * gst/playback/gstplaybasebin.c: (group_destroy):
6852           Apparently, disposal does not unlink - so do explicitely.
6853         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6854           Add debug.
6855
6856 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
6857
6858         * README: fix PKG_CONFIG_PATH instructions, what was there
6859         previously was breaking default search path, not nice. 
6860         Fixes #163358
6861
6862 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6863
6864         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
6865         (gst_audioscale_chain):
6866           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
6867           when resampling - how the ^@$^!@^! is this possible?!?
6868
6869 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6870
6871         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
6872           Reset variables on READY.
6873         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
6874         (gst_matroska_mux_loop):
6875           Require data before writing header.
6876
6877 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
6878
6879         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6880
6881         * ext/mad/gstmad.c: (gst_mad_chain):
6882           Don't call mad_stream_sync() directly after recovering sync.
6883           Fixes #151661.
6884
6885 2005-01-09  Martin Eikermann  <meiker@upb.de>
6886
6887         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6888
6889         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
6890         (snapshot_handler), (gst_snapshot_sinkconnect),
6891         (gst_snapshot_chain):
6892           Allocate resources when required, fix recursive signal emission
6893           and fix caps. Fixes #161667.
6894
6895 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
6896
6897         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6898
6899         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
6900         (gst_pngdec_chain):
6901           Handle only 8-bppc (bits-per-pixel-component) images, better
6902           error handling and correct strides. Fixes #163177.
6903         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
6904         (gst_pngenc_chain):
6905           Better error handling. Fixes #163348.
6906
6907 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6908
6909         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
6910         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
6911         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
6912         (dvdnavsrc_uri_handler_init):
6913           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
6914         * gst/playback/gstplaybasebin.c: (gen_source_element):
6915           Add MMS to streaming URIs.
6916
6917 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6918
6919         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
6920         * sys/xvimage/xvimagesink.c:
6921         (gst_xvimagesink_navigation_send_event):
6922           Check for pad availability before sending event.
6923
6924 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6925
6926         * gst-plugins.spec.in:
6927           Add subparse.
6928
6929 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6930
6931         * configure.ac:
6932           Since we use functions from CVS, up requirement.
6933
6934 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6935
6936         * gst/playback/Makefile.am:
6937         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6938         (group_destroy), (group_commit), (group_is_muted),
6939         (gen_preroll_element), (add_stream), (unknown_type),
6940         (probe_triggered), (preroll_unlinked), (mute_stream),
6941         (silence_stream), (new_decoded_pad), (setup_substreams),
6942         (setup_source), (get_active_source), (mute_group_type),
6943         (muted_group_change_state), (set_active_source),
6944         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
6945         (play_base_eos), (gst_play_base_bin_change_state):
6946         * gst/playback/gstplaybasebin.h:
6947         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
6948         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
6949         (gst_stream_info_dispose), (stream_info_mute_pad),
6950         (stream_info_change_state), (gst_stream_info_set_mute):
6951         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
6952         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6953         (gst_stream_selector_init), (gst_stream_selector_dispose),
6954         (gst_stream_selector_get_linked_pad),
6955         (gst_stream_selector_get_caps), (gst_stream_selector_link),
6956         (gst_stream_selector_get_linked_pads),
6957         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
6958         * gst/playback/gststreamselector.h:
6959           Adding stream selection support plus required properties for
6960           applications to use this. Fully fixes #100931.
6961
6962 2005-01-08  Benjamin Otte  <otte@gnome.org>
6963
6964         * gst/games/gstpuzzle.c: (nav_event_handler):
6965           - handle nav events differently: forward every event no matter if it
6966             was handled or not.
6967           - translate events
6968           You can now cheat by using navigationtest ! puzzle and moving the
6969           mouse close to the edge of a tile. ;)
6970
6971 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6972
6973         * configure.ac:
6974         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
6975         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
6976         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
6977         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
6978         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
6979         (gst_ogm_parse_plugin_init):
6980         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
6981         (gst_textoverlay_link), (gst_textoverlay_getcaps),
6982         (gst_textoverlay_event), (gst_textoverlay_video_chain),
6983         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
6984         * ext/pango/gsttextoverlay.h:
6985         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6986         (gst_matroska_demux_handle_seek_event),
6987         (gst_matroska_demux_sync_streams),
6988         (gst_matroska_demux_parse_blockgroup),
6989         (gst_matroska_demux_subtitle_caps),
6990         (gst_matroska_demux_plugin_init):
6991         * gst/matroska/matroska-ids.h:
6992         * gst/playback/gstdecodebin.c: (close_pad_link):
6993         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6994         (gen_preroll_element), (remove_groups), (add_stream),
6995         (new_decoded_pad), (setup_subtitles), (gen_source_element),
6996         (setup_source):
6997         * gst/playback/gstplaybasebin.h:
6998         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
6999         * gst/subparse/Makefile.am:
7000         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
7001         (gst_subparse_base_init), (gst_subparse_class_init),
7002         (gst_subparse_init), (gst_subparse_formats),
7003         (gst_subparse_eventmask), (gst_subparse_event),
7004         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
7005         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
7006         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
7007         (parse_mpsub_deinit), (parse_mpsub_init),
7008         (gst_subparse_buffer_format_autodetect),
7009         (gst_subparse_format_autodetect), (gst_subparse_loop),
7010         (gst_subparse_change_state), (gst_subparse_type_find),
7011         (plugin_init):
7012         * gst/subparse/gstsubparse.h:
7013         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
7014         (plugin_init):
7015           Add subtitle support, .sub parser (supports SRT and MPsub),
7016           OGM text support, Matroska UTF-8 text support, deadlock fixes
7017           all over the place, subtitle awareness in decodebin/playbin
7018           and some fixes to textoverlay to handle subtitles in a stream
7019           correctly. Fixes #100931.
7020
7021 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7022
7023         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7024           Check for pad availability before doing a query on it.
7025
7026 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7027
7028         * ext/dv/gstdvdec.c:
7029           really fix bpp24/32 dvdec caps (classic rgba indeed)
7030         * gst/asfdemux/gstasfdemux.c:
7031         (gst_asf_demux_process_ext_content_desc):
7032           don't send text tags if they are empty (bis repetita)
7033
7034 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7035
7036         * ext/dv/gstdvdec.c:
7037          remove unneeded comment from dvdec
7038           (related to DV 4CC codes in AVI files)
7039           moved them in gstreamer/docs/random/mimetypes
7040         * gst/asfdemux/gstasfdemux.c:
7041         (gst_asf_demux_process_ext_content_desc):
7042          don't send text tags if they are empty
7043          fix mem leak on error path
7044         * gst/ffmpegcolorspace/avcodec.h:
7045         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7046         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7047         (gst_ffmpegcsp_avpicture_fill):
7048         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7049         * gst/ffmpegcolorspace/imgconvert_template.h:
7050          adds BGR32 and BGRA32 to ffmpegcolorspace
7051           (still bad colors, fixing it on next commit)
7052           helps with dvdec outputing BGR32
7053
7054 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7055
7056         * ext/dv/gstdvdec.c:
7057          Fix audio caps i just broke (missing ',')
7058         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7059         (gst_matroska_mux_reset):
7060          Fix typo + add FIXME about old "x-gst-metadata" crap
7061
7062 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7063
7064         * ext/dv/demo-play.c: (main):
7065          xvideosink -> xvimagesink
7066         * ext/dv/gstdvdec.c:
7067          change rgb 32/32 caps to 24/32 (no alpha)
7068          change nb of channels to be a list (2 or 4, not 2)
7069          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7070         * gst/asfdemux/gstasfdemux.c:
7071         (gst_asf_demux_process_ext_content_desc):
7072          Add 'date/year' to extracted metadata list
7073
7074 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7075
7076         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7077           The return value of fixate_to does not imply that the requested
7078           value was set, so don't assume.
7079
7080 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7081
7082         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7083
7084         * ext/libpng/gstpngdec.c:
7085         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7086         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7087         * ext/libpng/gstpngenc.h:
7088           Alpha support (encoder; #163161), mime fixage.
7089
7090 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7091
7092         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7093
7094         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7095         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7096         (gst_faac_set_property), (gst_faac_get_property):
7097         * ext/faac/gstfaac.h:
7098           Allow for ADTS output (#153434).
7099
7100 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7101
7102         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7103           Fix against template (#150576).
7104
7105 2005-01-06  Benjamin Otte  <otte@gnome.org>
7106
7107         * gst/games/gstpuzzle.c: (draw_puzzle):
7108           don't draw a puzzle if either width or height of tiles would be 0.
7109
7110 2005-01-06  Benjamin Otte  <otte@gnome.org>
7111
7112         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7113         (gst_puzzle_class_init), (gst_puzzle_finalize):
7114           no memleaks, please
7115         (gst_puzzle_create), (gst_puzzle_init),
7116         (gst_puzzle_set_property), (gst_puzzle_setup):
7117           change initialization code around so we don't reshuffle on resize
7118         (draw_puzzle):
7119           fix another stupid typo
7120
7121 2005-01-06  Benjamin Otte  <otte@gnome.org>
7122
7123         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7124           fix stupid typo that borked copying on YUY2
7125
7126 2005-01-06  Benjamin Otte  <otte@gnome.org>
7127
7128         * gst/games/gstpuzzle.c: (draw_puzzle):
7129           fix edges when image sizes aren't multiples of tile sizes
7130
7131 2005-01-06  Benjamin Otte  <otte@gnome.org>
7132
7133         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7134           make RGB endianness work correctly
7135         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7136           refactor and fix race with initial shuffling
7137         (nav_event_handler):
7138           allow using the mouse to puzzle
7139         (draw_puzzle):
7140           insist on tiles having width and height as multiples of 4 to get
7141           clean YUV image handling
7142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7143         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7144           s/DEBUG/LOG/ for common messages
7145         (gst_xvimagesink_navigation_send_event):
7146           fix mouse event translation to not include screen PAR
7147         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7148           fix mouse event translation to actually work
7149
7150 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7151
7152         * gst/asfdemux/gstasfdemux.c:
7153         (gst_asf_demux_process_ext_content_desc):
7154          Extract TrackNumber metadata + clean up code
7155         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7156          Hope this is the good fix (var used unitialised)
7157
7158 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7159
7160         * ext/faad/gstfaad.c: (gst_faad_chain):
7161           Only increment timestamp if it's valid. Fixes raw AAC streams.
7162
7163 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7164
7165         * configure.ac:
7166         * gst/games/Makefile.am:
7167         * gst/games/gstpuzzle.c:
7168           add a puzzle game with...
7169         * gst/games/gstvideoimage.c:
7170         * gst/games/gstvideoimage.h:
7171           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7172           from videotestsrc and made into something that would be a nice
7173           library for a lot of other plugins.
7174
7175 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7176
7177         * configure.ac:
7178          don't compile faad plugin if a RC of 2.0 is found
7179          Fixes #155346 (and FC1 buildbot)
7180         * gst/asfdemux/gstasfdemux.c:
7181         (gst_asf_demux_process_ext_content_desc):
7182          try to make Solaris compiler happier
7183
7184 2005-01-06  Paul Jack  <pjack@sfaf.org>
7185
7186         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7187
7188         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7189           Fix segfault (#161667).
7190
7191 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7192
7193         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7194           Fix framerate reporting.
7195
7196 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7197
7198         * gst-libs/gst/riff/riff-ids.h:
7199         * gst/wavenc/riff.h:
7200          Add AMR (VBR and CBR) ids to riff.h audio codec list
7201         * gst/asfdemux/gstasfdemux.c:
7202         (gst_asf_demux_process_ext_content_desc),
7203         (gst_asf_demux_process_object):
7204           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7205
7206 2005-01-05  Martin Eikermann  <meiker@upb.de>
7207
7208         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7209
7210         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7211         (gst_dvd_demux_handle_discont):
7212         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7213         (gst_mpeg_demux_handle_discont):
7214           Recreate pads on new-media (#160730).
7215         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7216           Send discont even if manager changes timestamps (#161929).
7217
7218 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7219
7220         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7221
7222         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7223           Fix invalid memory access (#159211).
7224
7225 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7226
7227         * examples/gstplay/player.c: (main):
7228           Don't iterate.
7229         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7230           Add visualizations.
7231         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7232         (gst_a52dec_handle_frame):
7233           Set duration.
7234         * ext/dvdnav/gst-dvd:
7235           Add audioconvert. Fixes #161325.
7236         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7237           Explicitely case to gint64. Possible valgrind error.
7238         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7239         (gst_play_tick_callback), (gst_play_change_state),
7240         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7241         (gst_play_set_location), (gst_play_get_location),
7242         (gst_play_seek_to_time), (gst_play_set_data_src),
7243         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7244         (gst_play_set_visualization), (gst_play_connect_visualization),
7245         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7246         (gst_play_new):
7247           Use playbin. Fixes #139749 and #147744.
7248         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7249           Add genre tag.
7250         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7251         (audioscale_get_type), (gst_audioscale_base_init),
7252         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7253         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7254         (gst_audioscale_link), (gst_audioscale_get_buffer),
7255         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7256         (gst_audioscale_init), (gst_audioscale_dispose),
7257         (gst_audioscale_chain), (gst_audioscale_set_property),
7258         (gst_audioscale_get_property), (plugin_init):
7259           Indent properly.
7260         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7261           Fix LPCM.
7262         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7263         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7264         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7265           Add more metadata (fixes #162656).
7266
7267 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7268
7269         * configure.ac:
7270           back to cvs
7271
7272 === release 0.8.7 ===
7273
7274 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7275
7276         * NEWS:
7277         * RELEASE:
7278         * configure.ac:
7279           releasing 0.8.7, "Hyperspace"
7280
7281 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7282
7283         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7284
7285         * gst/playback/gstplaybasebin.c:
7286          Fix for #162924 - free caps after use, not before
7287
7288 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7289
7290         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7291
7292         * gst/playback/gstplaybasebin.c:
7293         * gst/wavparse/gstwavparse.c:
7294           Fix for #154773 - fixes playback of small .wav files
7295
7296 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7297
7298         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7299
7300         * gst/audioscale/gstaudioscale.c:
7301           Fix for #162819 - make audioscale reusable
7302           Fixes playback of more than one file with playbin/totem
7303
7304 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7305
7306         * gst/ffmpegcolorspace/avcodec.h:
7307         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7308         * gst/ffmpegcolorspace/imgconvert.c:
7309           clean up the mess that made me cry and avoid needless duplication
7310
7311 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7312
7313         * gst/ffmpegcolorspace/imgconvert.c:
7314           give some indication of why we're segfaulting
7315
7316 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7317
7318         * configure.ac:
7319           Fix indentation, fix v4l2 plugin detection.
7320         * ext/Makefile.am:
7321           Fix libmms location (Maciej, use diff -u!).
7322         * ext/alsa/gstalsa.c: (gst_alsa_init):
7323           Initialize caps cache to NULL.
7324         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7325           Only change state on audiosink if it exists.
7326
7327 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7328
7329         * gst/matroska/matroska-demux.c:
7330         * gst/matroska/matroska-ids.h:
7331         * gst/matroska/matroska-demux.h:
7332         Fix Vorbis streams failing to decode in some files, where cluster_time
7333         isn't 0, because then it doesn't send codec_priv before actual data.
7334         Remove time-based test and replace it with marker set on beginning of
7335         new stream
7336
7337 2004-12-28  David Schleef  <ds@schleef.org>
7338
7339         Merge patch from Ronald fixing problems with streaming
7340         text.
7341         * ext/cairo/gstcairo.c: (plugin_init):
7342         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7343         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7344         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7345         (gst_textoverlay_font_init), (gst_textoverlay_init),
7346         (gst_textoverlay_set_property):
7347         * ext/cairo/gsttextoverlay.h:
7348
7349 2004-12-27  David Schleef  <ds@schleef.org>
7350
7351         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7352         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7353         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7354         (gst_textoverlay_font_init), (gst_textoverlay_init),
7355         (gst_textoverlay_set_property): Improvements to actually
7356         render text as white on black outline on video, including
7357         font selection and horizontal/vertical alignment.  (Ronald's
7358         christmas present)
7359         * ext/cairo/gsttextoverlay.h:
7360
7361 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7362
7363         * ext/ogg/gstogg.c:
7364         * ext/ogg/gstogmparse.c:
7365           fix ogm[audio/video]parse plugin registration
7366           (riff won't load if bytestream is already loaded)
7367
7368 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7369
7370         * gst/audioconvert/gstchannelmix.c:
7371           fix for GLIB < 2.4
7372
7373 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7374
7375         * Makefile.am:
7376         * configure.ac:
7377           disable docs again until it actually passes make distcheck.
7378
7379 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7380
7381         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
7382         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7383         (plugin_init):
7384           Add 3GP (variables name Q3GP because they can't start with a
7385           number). Add samr audio fourcc (used in .3gp files), decoder
7386           is work in progress. Also do a GST_WARNING instead of ERROR
7387           in case of unknown nodes, to decrease output.
7388
7389 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7390
7391         * Makefile.am:
7392           really fix dist
7393
7394 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7395
7396         * configure.ac:
7397         * ext/speex/gstspeexdec.h:
7398         * ext/speex/gstspeexenc.h:
7399           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
7400           Fix detection code in configure.ac
7401
7402 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7403
7404         * gst/matroska/matroska-demux.c:
7405         (gst_matroska_demux_parse_blockgroup):
7406           Save position, so that queries give proper return values. Don't
7407           know how this could ever have worked before...
7408
7409 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7410
7411         * configure.ac:
7412           Put additional LAME check inside the conditional.  Fixes #152339
7413
7414 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7415
7416         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7417         (gst_avi_demux_stream_scan):
7418           Add some more debug. Fix logic error when setting movi offset
7419           while reading index.
7420
7421 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7422
7423         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7424         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
7425         (gst_avi_demux_process_next_entry):
7426           Add some debugging. Better detection of broken indexes and the
7427           accompanying index recovery. No infinite loops on state changes
7428           when we're still in our loopfunction.
7429
7430 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7431
7432         * configure.ac:
7433           Fix up.
7434
7435 2004-12-22  Archana Shah  <archana.shah@wipro.com>
7436
7437         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7438
7439         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
7440           Normalizing the value before setting
7441         (gst_sunaudiomixer_get_volume):
7442           Normalizing the value after getting. Fixes bug# 161980
7443
7444 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7445
7446         * Makefile.am: Make sure docs gets disted
7447         * docs/Makefile.am: Make sure all needed files get disted
7448         * gst-plugins.spec.in: latest updates
7449
7450 2004-12-22  Wim Taymans  <wim@fluendo.com>
7451
7452         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7453         Revert patch 1.38 as clock distribution over schedulers does
7454         not work correcly in the core yet.
7455
7456 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7457
7458         * sys/oss/README: remove this file, which predates my birth
7459           (and which content is by far outdated)
7460
7461 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
7462
7463         * Makefile.am:
7464         * configure.ac:
7465         * docs/Makefile.am:
7466         * docs/libs/Makefile.am:
7467         * docs/libs/gst-plugins-libs-docs.sgml:
7468         * docs/libs/gst-plugins-libs-sections.txt:
7469         * docs/libs/tmpl/gstgconf.sgml:
7470         * docs/upload.mak:
7471         * docs/version.entities.in:
7472           Added boilerplate gtk-doc files for plugin-libs documentation.
7473
7474 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7475
7476         * gst/auparse/gstauparse.c: fix int and float audio caps
7477
7478 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7479
7480         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7481         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
7482           g_assert() can be a macro, don't use #ifdef inside it.
7483
7484 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
7485
7486         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7487
7488         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
7489         (gst_videorate_init), (gst_videorate_chain),
7490         (gst_videorate_change_state):
7491           Event handling (fixes #159986).
7492
7493 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7494
7495         * gst-libs/gst/riff/riff-media.c:
7496         (gst_riff_create_video_caps_with_data):
7497           Add BLZ0 (Blizzard's version of DivX) fourcc.
7498
7499 2004-12-18  David Schleef  <ds@schleef.org>
7500
7501         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
7502         portability fix.
7503
7504 2004-12-18  David Schleef  <ds@schleef.org>
7505
7506         * gst/tta/ttadec.h: Disable some header code that isn't used
7507         and clearly isn't portable.
7508
7509 2004-12-18  David Schleef  <ds@schleef.org>
7510
7511         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
7512         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
7513         (avcodec_get_pix_fmt), (avpicture_layout),
7514         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
7515         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
7516         Fix code to not use GCC extensions (and c99 extensions that
7517         Forte does not like.)
7518
7519 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7520
7521         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7522
7523         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
7524         (gst_deinterlace_chain):
7525           Rowstride fixes. Fixes #161039.
7526         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
7527         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
7528         (gst_video_crop_getcaps), (gst_video_crop_link),
7529         (gst_video_crop_i420), (gst_video_crop_chain),
7530         (gst_video_crop_change_state):
7531           Rework of negotiation. Actually works now. Fixes #158650.
7532
7533 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7534
7535         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
7536           That was very stupid.
7537
7538 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7539
7540         * gst/matroska/matroska-demux.c:
7541         (gst_matroska_demux_parse_blockgroup):
7542           Fix possible crasher.
7543
7544 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7545
7546         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
7547         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
7548           Lace sizes can be zero.
7549
7550 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7551
7552         * ext/musepack/gstmusepackdec.cpp:
7553           Fetch error return values. Fixes #161624.
7554         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7555           Really EOS.
7556
7557 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7558
7559         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7560           Work for truncated (unfinished download etc.) files. Fixes #160514.
7561
7562 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7563
7564         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7565           Fix for integer overflow. Makes #156001 not crash. Probably masks
7566           the real bug.
7567
7568 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7569
7570         * gst/ac3parse/gstac3parse.c: (plugin_init):
7571           Parsers never have ranks. Fixes #159651.
7572
7573 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7574
7575         * gst/playback/gstdecodebin.c: (compare_ranks):
7576           make sure the facotries are ordered the same every time even if they
7577           have the same rank by using the name
7578         * gst/playback/gstdecodebin.c: (find_compatibles):
7579           make sure we don't add factories to the list twice
7580
7581 2004-12-16  David Schleef  <ds@schleef.org>
7582
7583         * configure.ac: look for musepack headers as musepack/*.h
7584         (fixes #159847)
7585         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
7586         * ext/musepack/gstmusepackreader.h: same
7587
7588 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7589
7590         * gst-libs/gst/riff/riff-read.c:
7591         (gst_riff_read_strf_auds_with_data):
7592           Read extradata correctly (fixes #155879).
7593
7594 2004-12-16  David Schleef  <ds@schleef.org>
7595
7596         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
7597         audio.  does _not_ attempt or allow conversion unless channels
7598         is 1 or 2.
7599
7600 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7601
7602         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
7603
7604 2004-12-16  David Schleef  <ds@schleef.org>
7605
7606         * gst/audioscale/gstaudioscale.c: the resample library only
7607         handles 1 or 2 channels.  Change caps to compensate.
7608
7609 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7610
7611         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
7612         (gst_matroska_demux_audio_caps):
7613           Some MPEG-AAC hacks, because else it doesn't work...
7614
7615 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7616
7617         * gst-libs/gst/riff/riff-media.c:
7618         (gst_riff_create_video_caps_with_data),
7619         (gst_riff_create_video_template_caps):
7620           Add h264.
7621
7622 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7623
7624         * gst-libs/gst/audio/Makefile.am:
7625           Try to fix buildbot.
7626
7627 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7628
7629         * gst/tcp/gstmultifdsink.c:
7630           Clean up and uniformize debugging.
7631
7632 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
7633
7634         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7635
7636         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7637         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
7638         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
7639         (gst_mpeg_demux_change_state):
7640           Reset on ready. Fixes 160276.
7641
7642 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
7643
7644         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7645
7646         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7647         (gst_ffmpegcsp_pad_link):
7648           Fix memleak (#154815).
7649
7650 2004-12-16  James Bowes  <bowes@cs.dal.ca>
7651
7652         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7653
7654         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
7655         (gst_musicbrainz_init), (gst_musicbrainz_chain),
7656         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
7657         * ext/musicbrainz/gsttrm.h:
7658           Add support for using a proxy server when getting a trm id from
7659           the MusicBrainz database (#149613).
7660
7661 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
7662
7663         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7664
7665         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
7666         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
7667           Fix memleaks (#157233).
7668
7669 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
7670
7671         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7672
7673         * gst-libs/gst/resample/resample.c: (gst_resample_close):
7674         * gst-libs/gst/resample/resample.h:
7675         * gst/audioscale/gstaudioscale.c:
7676           Fix memleak (#159215).
7677
7678 2004-12-16  Toni Willberg  <toniw@iki.fi>
7679
7680         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7681
7682         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
7683         * sys/oss/oss_probe.c: (main):
7684           Check for mono/stereo support (similar to samplerate probing),
7685           fixes #159433. Also add missing copyright header to oss_probe.c.
7686
7687 2004-12-15  David Schleef  <ds@schleef.org>
7688
7689         * configure.ac: add audioresample and cairo plugins.  Remove
7690         HAVE_MMX stuff, because it's not used.
7691         * ext/Makefile.am: same
7692         * ext/audioresample/Makefile.am: You are not ready for an
7693         audio resampling element based on audioresample.
7694         * ext/audioresample/gstaudioresample.c:
7695         * ext/audioresample/gstaudioresample.h:
7696         * ext/cairo/Makefile.am: You are not ready for overlay elements
7697         based on cairo.  Don't look too closely, these elements kinda
7698         suck right now.
7699         * ext/cairo/gstcairo.c: new
7700         * ext/cairo/gsttextoverlay.c: new
7701         * ext/cairo/gsttextoverlay.h: new
7702         * ext/cairo/gsttimeoverlay.c: new
7703         * ext/cairo/gsttimeoverlay.h: new
7704         * gst-libs/gst/media-info/media-info-priv.h: fix compile
7705         problem with compilers that don't support variadic macros.
7706
7707 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
7708
7709         Reviewed by:  David Schleef  <ds@schleef.org>
7710
7711         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
7712         Bala, registering sunaudiosrc (oops!), and cleaning up code a
7713         bit.  Also ran indent-gst.
7714         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
7715         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
7716         (gst_sunaudiosrc_setparams):
7717
7718 2004-12-14  David Schleef  <ds@schleef.org>
7719
7720         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
7721         output rate to 16000.  Should fix #160235.
7722
7723 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7724
7725         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7726         Add typefinding for mpeg2 pes streams
7727
7728 2004-12-13  David Schleef  <ds@schleef.org>
7729
7730         * configure.ac:  Applied patch from bug #143659, making default
7731         sources and sinks OS-dependent (for Solaris), and added code
7732         for OS/X.
7733         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
7734
7735 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7736
7737         * gst-libs/gst/riff/riff-media.c:
7738           forgot to add h2.64 to avidemux template caps
7739
7740 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7741
7742         * gst/wavenc/riff.h:
7743         * gst-libs/gst/riff/riff-media.c:
7744         * gst-libs/gst/riff/riff-ids.h:
7745         * gst/avi/gstavimux.c
7746         add 4CC code for VideoSoft h264 in AVI (VSSH)
7747           fixes bug #160655
7748         remove s323 from riff, it's quicktime specific :(
7749
7750 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7751
7752         * gst/asfdemux/README
7753         * gst/wavenc/riff.h
7754         * gst-libs/gst/riff/riff-ids.h
7755         * gst-libs/gst/riff/riff-media.c
7756         * gst/qtdemux/qtdemux.c:
7757           add new 4CC codes for h263 related codecs
7758           fixes partially bug #155163
7759
7760 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
7761
7762         * configure.ac: Update polyaudio requirement to 0.7
7763         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
7764
7765 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7766
7767         * gst/interleave/deinterleave.c:
7768         fix my name's spelling! :)
7769
7770 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7771
7772         * AUTHORS ChangeLog
7773         * gst/auparse/gstauparse.c
7774         * gst/interleave/deinterleave.c
7775         * gst/law/:
7776                 alaw-decode.c alaw-encode.c
7777                 mulaw-decode.c mulaw-encode.c
7778         * gst/oneton/gstoneton.c
7779         * sys/osxaudio/:
7780                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
7781         * sys/osxvideo/:
7782                 cocoawindow.h cocoawindow.m
7783                 osxvideosink.h osxvideosink.m
7784
7785         put the same mail address for Zaheer Abbas Merali everywhere
7786
7787 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7788
7789         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
7790           Align by packetsize, and assert that we a packet available before
7791           playing. The first makes webstreams work (they often include
7792           trailing padding data in a packet), the second allows pausing a
7793           ASF stream in totem without getting demux errors afterwards.
7794
7795 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7796
7797         * ext/ogg/gstoggdemux.c: (get_relative):
7798           Check for non-NULL before accessing member (end-of-chain).
7799
7800 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7801
7802         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
7803         (cdparanoia_set_property), (cdparanoia_get_property):
7804         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
7805         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
7806         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
7807         (dvdreadsrc_init), (dvdreadsrc_set_property),
7808         (dvdreadsrc_get_property):
7809         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
7810         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
7811           Synchronize property names where not yet the case. Devices are
7812           now device=X, other versions are deprecated (but still exist).
7813           Also use g_free() unconditionally.
7814         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7815         (setup_source), (gst_play_base_bin_get_property):
7816           Expose source.
7817
7818 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7819
7820         * configure.ac: move GCONF macro outside conditional for the am
7821           conditional. Fixes #160439
7822
7823 2004-12-08  David Schleef  <ds@schleef.org>
7824
7825         * tools/gst-visualise-m.m: Switch to elements that currently
7826         exist.
7827
7828 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7829
7830         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7831           We love wrong commas.
7832
7833 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7834
7835         * gst/matroska/matroska-demux.c:
7836         (gst_matroska_demux_handle_src_query):
7837           Don't set DEFAULT, unsupported - makes length display incorrectly
7838           in some cases.
7839
7840 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7841
7842         * gst/monoscope/README: remove blurb about files being GPL
7843         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
7844         * gst/monoscope/monoscope.c: Change license to BSD with explanation
7845           monoscope is now effectively LGPL licensed
7846
7847 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7848
7849         * gst/monoscope/README: Update information to be more correct
7850         * gst/monoscope/convolve.c: Relicense to LGPL
7851         * gst/monoscope/convolve.h: Relicense to LGPL
7852
7853 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
7854
7855         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
7856           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
7857         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
7858           set default_duration for mpeg1 audio
7859
7860 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7861
7862         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
7863         * ext/alsa/gstalsa.h:
7864           refactor big chunks of the core caps negotiation code to make it
7865           a lot faster, because people claim it's really slow
7866           (actually, just cache the getcaps when the device is opened)
7867
7868 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7869
7870         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
7871         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
7872         (gst_a52dec_handle_frame), (gst_a52dec_chain),
7873         (gst_a52dec_change_state), (plugin_init):
7874         * ext/a52dec/gsta52dec.h:
7875           Do something useful with timestamps. Make chain-based (since
7876           there's really no reason to be loopbased).
7877         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
7878           Update current_byte/frame correctly.
7879
7880 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7881
7882         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
7883         (gst_ape_demux_stream_init):
7884           Forward tags, too.
7885
7886 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7887
7888         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
7889           Let's make sure we're done typefinding when detecting tags.
7890
7891 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7892
7893         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
7894         (gst_ebml_read_init), (gst_ebml_read_use_event),
7895         (gst_ebml_read_element_id), (gst_ebml_peek_id),
7896         (gst_ebml_read_seek), (gst_ebml_read_skip),
7897         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
7898         (gst_ebml_read_master):
7899         * gst/matroska/ebml-read.h:
7900         * gst/matroska/matroska-demux.c:
7901         (gst_matroska_demux_parse_contents),
7902         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
7903           Disgustingly evil hack for working around INTERRUPT events and
7904           their extremely annoying habit of being a pain in the ass. We
7905           simply peek a cluster before reading any of it.
7906
7907 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7908
7909         * ext/musepack/gstmusepackdec.cpp:
7910           There's also floating point libmusepacks.
7911
7912 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7913
7914         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
7915         (gst_faad_chanpos_to_gst), (gst_faad_chain):
7916           Set DURATION even if source buffer didn't. Also use increasing
7917           timestamps.
7918         * gst-libs/gst/riff/riff-media.c:
7919         (gst_riff_create_audio_caps_with_data):
7920           Block_align can have larger values than 8192.
7921
7922 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7923
7924         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
7925         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
7926         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
7927         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
7928           Fix caps.
7929
7930 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7931
7932         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
7933           Fix logic bug.
7934
7935 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7936
7937         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
7938           Yay, another one.
7939
7940 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7941
7942         * ext/esd/esdsink.c: (gst_esdsink_chain):
7943           Make error actually say something useful (fixes #156798).
7944         * gst-libs/gst/riff/riff-media.c:
7945         (gst_riff_create_video_caps_with_data),
7946         (gst_riff_create_video_template_caps):
7947           Add Intel Video 5.0 fourcc (IV50).
7948
7949 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
7950
7951         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
7952         detection on mono and stereo mp3 files.
7953
7954 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7955
7956         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
7957           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
7958           the contained stream).
7959
7960 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7961
7962         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
7963           Oops, remove debug.
7964
7965 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
7966
7967         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7968
7969         * gst/law/alaw-decode.c: (alawdec_getcaps):
7970         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
7971           Prevent warnings when negotiating caps (fixes #159338).
7972
7973 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7974
7975         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7976         (gst_ffmpegcsp_chain):
7977           Remove old leftover that shouldn't be there...
7978
7979 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
7980
7981         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7982
7983         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
7984           Don't forward DISCONT events (fixes #159684).
7985
7986 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7987
7988         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
7989           Unlink manually since sometimes bin disposal (and therefore
7990           pad unlinking) is delayed, which will cause a new media file
7991           to not be able to start playing instantly.
7992
7993 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7994
7995         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
7996           On mute of an unlinked stream, check for pad availability so
7997           we don't crash on unlinked pad.
7998
7999 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8000
8001         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8002         (gst_avi_demux_massage_index):
8003           Fix quite humiliating bug in omitting 0-sized index chunks but
8004           forgetting to count them for timestamps.
8005
8006 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8007
8008         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8009           Actually leave the loop if we failed to sync. Don't crash.
8010
8011 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8012
8013         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
8014         (gst_dvd_demux_process_private):
8015         * gst/mpegstream/gstdvddemux.h:
8016           Fix crash (#159759). Doesn't work, though. :-(.
8017
8018 2004-11-28  Benjamin Otte  <otte@gnome.org>
8019
8020         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8021           more overwriting protection due to modifying channels one by one
8022           instead of all at once
8023
8024 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8025
8026         * gst/audioconvert/gstchannelmix.c:
8027         (gst_audio_convert_fill_normalize):
8028           Normalize using absolute values.
8029
8030 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8031
8032         * configure.ac:
8033         * ext/Makefile.am:
8034         * ext/directfb/Makefile.am:
8035         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8036         (gst_directfbvideosink_get_pixel_format),
8037         (gst_directfbvideosink_get_format_from_fourcc),
8038         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8039         (gst_directfbvideosink_sink_link),
8040         (gst_directfbvideosink_change_state),
8041         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8042         (gst_directfbvideosink_buffer_alloc),
8043         (gst_directfbvideosink_interface_supported),
8044         (gst_directfbvideosink_interface_init),
8045         (gst_directfbvideosink_navigation_send_event),
8046         (gst_directfbvideosink_navigation_init),
8047         (gst_directfbvideosink_set_property),
8048         (gst_directfbvideosink_get_property),
8049         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8050         (gst_directfbvideosink_base_init),
8051         (gst_directfbvideosink_class_init),
8052         (gst_directfbvideosink_get_type), (plugin_init):
8053         * ext/directfb/directfbvideosink.h: Adding a first version of
8054         directfbvideosink.
8055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8056         more.
8057
8058 2004-11-28  Benjamin Otte  <otte@gnome.org>
8059
8060         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8061           walk the samples backwards if out_channels > in_channels so we don't
8062           overwrite data
8063
8064 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8065
8066         * gst/audioconvert/Makefile.am:
8067         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8068         (gst_audio_convert_link), (gst_audio_convert_change_state),
8069         (gst_audio_convert_channels):
8070         * gst/audioconvert/gstchannelmix.c:
8071         (gst_audio_convert_unset_matrix),
8072         (gst_audio_convert_fill_identical),
8073         (gst_audio_convert_fill_compatible),
8074         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8075         (gst_audio_convert_fill_others),
8076         (gst_audio_convert_fill_normalize),
8077         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8078         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8079         * gst/audioconvert/gstchannelmix.h:
8080           Implement a channel mixer.
8081
8082 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8083
8084         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8085         * ext/alsa/gstalsa.h:
8086         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8087         Make alsasink actually honor gst_element_set_clock and use that
8088         clock instead of its internal one.
8089
8090 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8091
8092         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8093         (gst_play_base_bin_change_state): nullify source and decoder when
8094         going from READY to NULL so that we don't try to do weird stuff with
8095         them when going from NULL to READY
8096         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8097         instead of g_object_unref
8098         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8099         it should be correct
8100         (gst_play_bin_change_state): don't call remove_sinks if we are
8101         currently disposing the object
8102
8103 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8104
8105         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8106           Don't forget bass if it's there. Else left channel is silent...
8107
8108 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8109
8110         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8111         (gst_a52dec_change_state):
8112           Don't do sample adjusting anymore, we use float audio now.
8113         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8114           Don't fixate to non-existing properties.
8115
8116 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8117
8118         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8119         (gst_a52dec_change_state):
8120           Advertise that we can do surround sound.
8121
8122 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8123
8124         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8125           Add buffer-frames=0.
8126         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8127         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8128         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8129         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8130         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8131         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8132         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8133         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8134         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8135         * ext/dvdread/dvdreadsrc.h:
8136           Add seeking, querying for bytes, sectors, title, angle and
8137           chapter. Handle multiple chapters. Relicense to LGPL because
8138           Billy agreed on that (thanks Billy!).
8139
8140 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8141
8142         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8143         call parent dispose method
8144
8145 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8146
8147         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8148         (gst_audio_clock_get_internal_time):
8149         Fix active <-> inactive transitions: ensure time value always
8150         grows and avoid abrupt value changes.
8151
8152 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8153
8154         * configure.ac:
8155         * gst/tta/Makefile.am:
8156         * gst/tta/crc32.h:
8157         * gst/tta/filters.h:
8158         * gst/tta/gsttta.c:
8159         * gst/tta/gstttadec.c:
8160         * gst/tta/gstttadec.h:
8161         * gst/tta/gstttaparse.c:
8162         * gst/tta/gstttaparse.h:
8163         * gst/tta/ttadec.h:
8164           added TTA parser and decoder
8165
8166 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8167
8168         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8169         (probe_triggered), (check_queue), (buffer_underrun),
8170         (buffer_running), (buffer_overrun), (gen_source_element),
8171         (setup_source):
8172         * gst/playback/gstplaybasebin.h:
8173           Implement buffering. Needs some more work.
8174
8175 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8176
8177         * ext/theora/theoradec.c: (theora_dec_chain):
8178           Fix ilog mask range overflow.
8179
8180 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8181
8182         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8183           Don't omit the last (which in case of dmix is the only :) )
8184           channel count. Don't set channels if <= 2.
8185
8186 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8187
8188         * gst/playback/gstplaybin.c: (gen_video_element),
8189         (gen_audio_element): Removed 2 obsolete comments
8190
8191 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8192
8193         * ext/vorbis/oggvorbisenc.c
8194         * ext/vorbis/vorbisenc.c :
8195           change description fields of those plugins to differentiate them
8196           (pitivi show Encoders by description, they had the same one)
8197
8198 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8199
8200         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8201
8202         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8203         (gst_play_bin_set_property), (gen_video_element),
8204         (gen_audio_element):
8205           Refcounting fixes for provided audio-/videosinks.
8206
8207 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8208
8209         * gst/playback/gstplaybin.c: (gen_video_element),
8210         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8211           Don't reference all sinks, but only the video- and audiosinks.
8212           The vis. element should be disposed when we're done with it.
8213           We don't have any reason to keep it around. This fixes warnings
8214           when reusing playbin for playing multiple audio files with
8215           vis. enabled. Also release audio device on pause - idea stolen
8216           from Rhythmbox.
8217
8218 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8219
8220         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8221         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8222         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8223         * ext/alsa/gstalsaplugin.c: (plugin_init):
8224         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8225         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8226         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8227         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8228         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8229         (gst_faad_change_state), (plugin_init):
8230         * ext/faad/gstfaad.h:
8231         * ext/vorbis/vorbis.c: (plugin_init):
8232         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8233         * gst-libs/gst/audio/Makefile.am:
8234         * gst-libs/gst/audio/audio.c: (plugin_init):
8235         * gst-libs/gst/audio/multichannel.c:
8236         (gst_audio_check_channel_positions),
8237         (gst_audio_get_channel_positions),
8238         (gst_audio_set_channel_positions),
8239         (gst_audio_set_structure_channel_positions_list),
8240         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8241         (gst_audio_fixate_channel_positions):
8242         * gst-libs/gst/audio/multichannel.h:
8243         * gst-libs/gst/audio/testchannels.c: (main):
8244         * gst/audioconvert/gstaudioconvert.c:
8245         (gst_audio_convert_class_init), (gst_audio_convert_init),
8246         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8247         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8248         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8249         * gst/audioconvert/plugin.c: (plugin_init):
8250           Surround sound support.
8251
8252 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8253
8254         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8255           Fix position for discont if we're close as well. Nitpicking, but
8256           saves a few milliseconds of extra waiting or skipping.
8257
8258 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8259
8260         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8261           We sometimes need parsers for playback, so add those too.
8262
8263 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8264
8265         * configure.ac:
8266         * gst/apetag/Makefile.am:
8267         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8268         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8269         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8270         (gst_ape_demux_get_src_query_types),
8271         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8272         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8273         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8274         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8275         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8276         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8277         (gst_ape_demux_change_state):
8278         * gst/apetag/apedemux.h:
8279         * gst/apetag/apetag.c: (plugin_init):
8280         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8281         (plugin_init):
8282           APE v1/2 tag reader plus typefind function.
8283
8284 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8285
8286         * configure.ac:
8287         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8288         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8289           Remove hacks for older core. Require newer core version
8290           accordingly.
8291
8292 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8293
8294         * gst/cdxaparse/Makefile.am:
8295         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8296         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8297         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8298         * gst/cdxaparse/gstcdxaparse.h:
8299         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8300         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8301         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8302         (gst_cdxastrip_get_src_query_types),
8303         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8304         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8305         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8306         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8307         * gst/cdxaparse/gstcdxastrip.h:
8308           SVCD/VCD header stripping separated from CDXA image parsing.
8309         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8310         (plugin_init):
8311           Add VCD/SVCD header typefinding for VCD/SVCD.
8312         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8313         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8314         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8315         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8316         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8317         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8318         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8319         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8320         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8321         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8322         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8323         * sys/vcd/vcdsrc.h:
8324           Fix up, add seeking, querying, URI interface. Works in totem now.
8325
8326 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8327
8328         * configure.ac:
8329           back to CVS
8330
8331 === release 0.8.6 ===
8332
8333 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8334
8335         * NEWS:
8336         * RELEASE:
8337         * configure.ac:
8338         * po/af.po:
8339         * po/az.po:
8340         * po/cs.po:
8341         * po/en_GB.po:
8342         * po/hu.po:
8343         * po/it.po:
8344         * po/nb.po:
8345         * po/nl.po:
8346         * po/or.po:
8347         * po/sq.po:
8348         * po/sr.po:
8349         * po/sv.po:
8350         * po/uk.po:
8351           releasing 0.8.6, "IOU Love"
8352
8353 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8354
8355         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8356
8357         * gst/playback/gstplaybasebin.c:
8358           Fix unplayable files error handling.  Fixes #158365
8359
8360 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8361
8362         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8363
8364         * gst/typefind/gsttypefindfunctions.c:
8365           Fix broken mp3 typefinding.  Fixes #158375
8366
8367 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8368
8369         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8370
8371         * ext/ogg/gstoggdemux.c:
8372           Fix sync on broken files.  Fixes #158976
8373
8374 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8375
8376         patch by: Edward Hervey <bilboed@bilboed.com>
8377
8378         * ext/libpng/gstpngenc.c:
8379           Copy over buffer properties.  Fixes #158832
8380
8381 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8382
8383         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
8384
8385         * ext/dvdread/dvdreadsrc.c:
8386           Fixes invalid reads (#158462)
8387
8388 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8389
8390         * sys/v4l/gstv4lsrc.c:
8391         * sys/v4l/gstv4lsrc.h:
8392         * sys/v4l/v4lsrc_calls.c:
8393           Probe less and cache it.  Fixes #159187.
8394
8395 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8396
8397         * gst/videorate/gstvideorate.c:
8398           Handle all video formats. Fixes #159186.
8399
8400 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
8401         * gst/synaesthesia/gstsynaesthesia.c:
8402         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
8403         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
8404         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
8405         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
8406         (gst_synaesthesia_change_state), (plugin_init):
8407         Fix up synaesthesia to work under different samplerates/ buffer sizes.
8408         Force 320x200 output, as that's the only thing the underlying
8409         synaesthesia implementation supports. Still needs to be made
8410         re-entrant.
8411
8412 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8413
8414         * configure.ac:
8415           Fix mpeg2enc configure check (similar to mplex check below).
8416
8417 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
8418
8419         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8420
8421         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8422           Fix for gcc-2.95 (fixes #158221).
8423
8424 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8425
8426         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8427           Re-add clock distribution hack (until new core is released).
8428           Fixes #158125.
8429
8430 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
8431         * configure.ac:
8432           fix mplex configure check segfaulting on some systems (bug #140994)
8433
8434 2004-11-13  Benjamin Otte  <otte@gnome.org>
8435
8436         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
8437           add debugging
8438         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8439           do a wait when we enter the loop func with no data available to
8440           write instead of getting into an 100% CPU loop by just returning and
8441           being called again by the scheduler
8442
8443 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
8444
8445         * configure.ac:
8446         * ext/libvisual/visual.c: (gst_visual_get_type),
8447         (libvisual_log_handler), (gst_visual_getcaps),
8448         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
8449         (plugin_init):
8450           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
8451         * ext/smoothwave/Makefile.am:
8452         * ext/smoothwave/demo-osssrc.c: (main):
8453         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
8454         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
8455         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
8456         (plugin_init):
8457         * ext/smoothwave/gstsmoothwave.h:
8458           Make gstsmoothwave a working element in the 20th century.
8459
8460         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
8461           Fix incorrect link function
8462
8463 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8464
8465         * gst/volume/gstvolume.c:
8466           Allow buffer-frames=0.
8467
8468 2004-11-12 Iain <iaingnome@gmail.com>
8469
8470         * configure.ac: Check for polypaudio
8471
8472         * ext/Makefile.am: Build the polyp dir
8473
8474         * ext/polyp: The polypsink sources.
8475
8476 2004-10-30 Iain <iaingnome@gmail.com>
8477
8478         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
8479         caps to reflect the new number of channels.
8480
8481 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8482
8483         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8484           Fix for negotiation order problem. This would show when the
8485           ALSA loopfuction was called before any other function. ALSA
8486           wouldn't do anything because we're not negotiated yet, leading
8487           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
8488
8489 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8490
8491         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8492
8493         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8494           No warnings (#157986).
8495
8496 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8497
8498         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8499           Prefer apev1/2 and id3v1 (at end of file) over musepack.
8500
8501 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8502
8503         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
8504           Signal no-more-pads (so it works in playbin).
8505
8506 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8507
8508         * ext/musepack/gstmusepackreader.cpp:
8509           Workaround for older core.
8510
8511 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8512
8513         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
8514           Actually test for odd width/height rather than testing whether
8515           a temporary variable that was 0 before we subtracted 1 is now
8516           not equal to zero (which it always is).
8517
8518 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8519
8520         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8521         Fix compilation if HAVE_XVIDEO is not defined
8522
8523 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8524
8525         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8526         Fix compilation if HAVE_XVIDEO is not defined
8527
8528 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
8529
8530         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
8531         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
8532         (gst_goom_change_state), (plugin_init):
8533         Use the bytestream adapter so goom doesn't depend on the input
8534         buffer size.
8535         Add a debug category
8536
8537 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8538
8539         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
8540           Only set hardware parameters *after* negotiation. Before
8541           negotiation, it will set ANY and that seems to cause crashes
8542           (see e.g. #151288, #153227).
8543
8544 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8545
8546         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
8547           This seems to be antique leftover. It needs to pass error
8548           checking.
8549         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
8550         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
8551         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
8552         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
8553           Fix GstXOverlay implementation (#151059).
8554
8555 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8556
8557         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8558           Don't assert (#157853).
8559
8560 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8561
8562         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
8563           Fix bytes/samples confustion.
8564         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
8565           Fix for underrun (#144389).
8566
8567 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8568
8569         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8570           Disable halfway-seek for pending release (since it needs a new
8571           core release).
8572
8573 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8574
8575         * sys/v4l/gstv4lsrc.c:
8576         * sys/v4l/gstv4lsrc.h:
8577         * sys/v4l/v4lsrc_calls.c:
8578           add autoprobe-fps property so we can separate autoprobing parts
8579
8580 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8581
8582         * sys/v4l/gstv4lsrc.c:
8583         * sys/v4l/v4lsrc_calls.c:
8584         initialise fourcc to catch unset fourcc's, and debug
8585
8586 2004-11-09  Wim Taymans  <wim@fluendo.com>
8587
8588         * gst/playback/README:
8589         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8590         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8591         (gst_play_bin_dispose), (gst_play_bin_set_property),
8592         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
8593         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
8594         (gst_play_bin_get_formats), (gst_play_bin_convert),
8595         (gst_play_bin_get_query_types), (gst_play_bin_query):
8596         Cleanups and some more documentation.
8597
8598 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
8599
8600         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
8601         (gst_cacasink_init), (gst_cacasink_chain):
8602         * ext/libcaca/gstcacasink.h:
8603         Cacasink inherits from VideoSink, so let that store the clock.
8604
8605 2004-11-09  Wim Taymans  <wim@fluendo.com>
8606
8607         * gst/playback/README:
8608         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
8609         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
8610         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
8611         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
8612         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
8613         (setup_sinks):
8614         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
8615         (gst_stream_info_is_mute), (gst_stream_info_set_property):
8616         * gst/playback/gststreaminfo.h:
8617         Updated README.
8618         Only switch groups if all streams have muted (EOSed).
8619         Send Tags in sync with the stream playback instead of in
8620         the playback/preroll phase.
8621         Some cleanups, free the fakesrc elements.
8622
8623 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8624
8625         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
8626           buffer-frames property was missing
8627         * ext/arts/gst_arts.c:
8628           rate missing from sinkcaps
8629         * ext/audiofile/gstafparse.c:
8630         * ext/audiofile/gstafsink.c:
8631         * ext/audiofile/gstafsrc.c:
8632         * ext/swfdec/gstswfdec.c:
8633           int audio doesn't know buffer-frames
8634         * ext/cdparanoia/gstcdparanoia.c:
8635           int audio doesn't know chunksize either
8636         * ext/nas/nassink.c:
8637           it's endianness, not endianess
8638         * gst-libs/gst/audio/audio.h:
8639           make float standard pad template caps really describe float
8640         * gst/law/mulaw.c: (linear_factory):
8641           signed only, please
8642         * gst/mpegstream/gstdvddemux.c:
8643           widths of 20 are not valid
8644
8645 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8646
8647         Submitted by: Luca Ferretti <elle.uca@infinito.it>
8648
8649         * po/LINGUAS:
8650         * po/it.po:
8651           Add Italian
8652
8653 2004-11-08  Wim Taymans  <wim@fluendo.com>
8654
8655         * gst/playback/README:
8656         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8657         * gst/playback/gstplaybasebin.c: (probe_triggered),
8658         (gst_play_base_bin_change_state):
8659         Updated README, added more comments for fixmes etc..
8660
8661 2004-11-08  Wim Taymans  <wim@fluendo.com>
8662
8663         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8664         We can remove this hack now.
8665
8666 2004-11-08  Wim Taymans  <wim@fluendo.com>
8667
8668         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
8669         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8670         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
8671         Only mix AYUV for maximum quality.
8672
8673 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8674
8675         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
8676         (gst_ogg_demux_push), (gst_ogg_pad_push):
8677           Let's act as if we're synchronized now! :).
8678         * ext/theora/theoradec.c: (theora_dec_chain):
8679           Add some debug.
8680
8681 2004-11-08  Wim Taymans  <wim@fluendo.com>
8682
8683         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8684         (gst_alpha_set_property), (gst_alpha_sink_link),
8685         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
8686         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
8687         (gst_alpha_init_params), (gst_alpha_chain):
8688         Implement alpha functions for AYUV too, this increases
8689         accuracy quite a bit.
8690
8691 2004-11-08  Wim Taymans  <wim@fluendo.com>
8692
8693         * gst/ffmpegcolorspace/avcodec.h:
8694         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8695         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8696         (gst_ffmpegcsp_avpicture_fill):
8697         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8698         (gst_ffmpegcsp_caps_remove_format_info):
8699         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8700         (shrink12), (img_get_alpha_info), (deinterlace_line),
8701         (deinterlace_line_inplace):
8702         * gst/ffmpegcolorspace/imgconvert_template.h:
8703         Added AYUV colorspace and handle RGBA a bit more respectful.
8704
8705 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8706
8707         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8708           Actually always send a discont (cornercase when resending the
8709           same serial-tagged chain twice).
8710
8711 2004-11-08  Julien MOUTTE  <julien@moutte.net>
8712
8713         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
8714         (gst_ximagesink_finalize):
8715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8716         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
8717
8718 2004-11-08  Wim Taymans  <wim@fluendo.com>
8719
8720         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
8721         Don't segfault on NULL data.
8722
8723 2004-11-08  Wim Taymans  <wim@fluendo.com>
8724
8725         * gst/playback/gstdecodebin.c: (unlinked):
8726         * gst/playback/gstplay-marshal.list:
8727         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8728         (gst_play_base_bin_init), (group_create), (get_active_group),
8729         (get_building_group), (group_destroy), (group_commit),
8730         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
8731         (add_element_stream), (no_more_pads), (probe_triggered),
8732         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
8733         (state_change), (setup_source), (gst_play_base_bin_get_property),
8734         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8735         (gst_play_base_bin_link_stream),
8736         (gst_play_base_bin_get_streaminfo):
8737         * gst/playback/gstplaybasebin.h:
8738         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8739         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
8740         Add support for chained ogg files. Prepare for playlist
8741         support. This patch introduces the concept of pad groups, which
8742         together compose one playable media file.
8743
8744 2004-11-07  David Schleef  <ds@schleef.org>
8745
8746         * testsuite/gst-lint: Check for pad templates that aren't statically
8747         scoped.
8748
8749 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8750
8751         * configure.ac:
8752         * ext/Makefile.am:
8753         * ext/musepack/Makefile.am:
8754         * ext/musepack/gstmusepackdec.cpp:
8755         * ext/musepack/gstmusepackdec.h:
8756         * ext/musepack/gstmusepackreader.cpp:
8757         * ext/musepack/gstmusepackreader.h:
8758           Add musepack decoder.
8759         * ext/faad/gstfaad.c: (gst_faad_base_init):
8760           Make pad templates static.
8761         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8762         (plugin_init):
8763           Add musepack typefinder, make mp3 typefinding work halfway stream,
8764           which doesn't actually work yet because id3demux doesn't implement
8765           _get_length().
8766
8767 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8768
8769         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8770         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
8771           Fix interrupt event handling (#144436).
8772
8773 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8774
8775         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
8776           Hide unused glory.
8777
8778 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8779
8780         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8781
8782         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
8783           Fix weird caps (#157548).
8784
8785 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8786
8787         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8788
8789         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
8790           Add missing NULL terminator (#157543).
8791
8792 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8793
8794         * gst/tcp/gsttcp.h:
8795         * gst/tcp/gsttcpclientsink.c:
8796         * gst/tcp/gsttcpclientsrc.c:
8797         * gst/tcp/gsttcpserversink.c:
8798         * gst/tcp/gsttcpserversrc.c:
8799           ports can go up to 65535.  Move common defines to gsttcp.h
8800
8801 2004-11-05  Wim Taymans  <wim@fluendo.com>
8802
8803         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
8804         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
8805         Added two more colorspaces.
8806
8807 2004-11-05  Wim Taymans  <wim@fluendo.com>
8808
8809         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8810         (gst_ffmpegcsp_avpicture_fill):
8811         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8812         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
8813         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
8814         More stride fixes.
8815
8816 2004-11-05  Wim Taymans  <wim@fluendo.com>
8817
8818         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
8819         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
8820         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
8821         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
8822         (gst_videomixer_loop):
8823         More stride fixes.
8824
8825 2004-11-05  Benjamin Otte  <otte@gnome.org>
8826
8827         * ext/mad/gstmad.c: (gst_mad_chain):
8828           don't overflow data buffer. Flush not needed sync data when syncing
8829           failed.
8830
8831 2004-11-04  Wim Taymans  <wim@fluendo.com>
8832
8833         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8834         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
8835         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
8836         (gst_alpha_init_params), (gst_alpha_chain),
8837         (gst_alpha_change_state):
8838         Updated the chroma keying algorithm with something more
8839         sophisticated.
8840
8841 2004-11-03  Wim Taymans  <wim@fluendo.com>
8842
8843         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
8844         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8845         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
8846         Fix stride issues. Does not completely work for odd
8847         heights.
8848
8849 2004-11-03  Wim Taymans  <wim@fluendo.com>
8850
8851         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8852         (gst_alpha_chroma_key), (gst_alpha_chain):
8853         Fix stride issues. Does not completely work for odd
8854         heights.
8855
8856 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
8857
8858         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
8859         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
8860         leak fixes
8861
8862 2004-11-03  Wim Taymans  <wim@fluendo.com>
8863
8864         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8865         (gst_ffmpegcsp_avpicture_fill):
8866         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8867         (avpicture_alloc):
8868         * gst/ffmpegcolorspace/imgconvert_template.h:
8869         Use correct _fill function to get correct strides.
8870
8871 2004-11-02  David Schleef  <ds@schleef.org>
8872
8873         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8874         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
8875         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
8876         Change all g_print()s to debugging.  Add a bunch of consistency
8877         checks.
8878
8879 2004-11-02  Wim Taymans  <wim@fluendo.com>
8880
8881         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8882         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
8883         (unlinked), (no_more_pads), (close_link):
8884         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8885         (unknown_type), (add_element_stream), (new_decoded_pad),
8886         (removed_decoded_pad), (setup_source):
8887         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
8888         (gst_stream_info_class_init), (gst_stream_info_init),
8889         (gst_stream_info_new), (gst_stream_info_dispose),
8890         (stream_info_mute_pad), (gst_stream_info_set_property),
8891         (gst_stream_info_get_property):
8892         * gst/playback/gststreaminfo.h:
8893         Fix playback of multiple files.
8894         a slightly different approach to handling dynamic pad removals.
8895         This one only looks at pads that we have linked.
8896
8897 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
8898
8899         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
8900         free" warning from libc.
8901
8902 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8903
8904         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8905         (get_unconnected_element), (remove_starting_from), (pad_removed),
8906         (close_link):
8907           Implement support for dynamic pad changing. We listen to "live"
8908           pad removals (i.e. while playing) and re-setup autoplugging
8909           after that. Playbasebin/playbin need some more work for this
8910           to finally work, but decodebin supports (and replugs) chained
8911           ogg now.
8912
8913 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
8914
8915         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
8916         (gst_alsa_finalize):
8917         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
8918         (gst_cdaudio_finalize):
8919         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8920         (cdparanoia_finalize):
8921         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
8922         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
8923         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8924         (dvdreadsrc_finalize):
8925         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
8926         (gst_flacdec_finalize):
8927         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
8928         (gst_flacenc_finalize):
8929         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
8930         (gst_gnomevfssink_finalize):
8931         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
8932         (gst_gnomevfssrc_finalize):
8933         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
8934         (gst_fameenc_finalize):
8935         * ext/nas/nassink.c: (gst_nassink_class_init),
8936         (gst_nassink_finalize):
8937         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
8938         (gst_sdlvideosink_class_init):
8939         * ext/sndfile/gstsf.c: (gst_sf_dispose):
8940         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
8941         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
8942         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
8943         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
8944         (gst_x_window_listener_dispose):
8945         * gst/audioscale/gstaudioscale.c:
8946         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
8947         (play_on_demand_finalize):
8948         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
8949         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
8950         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
8951         (cdplayer_finalize):
8952         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
8953         (gst_glimagesink_class_init):
8954         * sys/oss/gstosselement.c: (gst_osselement_class_init),
8955         (gst_osselement_finalize):
8956         * sys/oss/gstosssink.c: (gst_osssink_dispose):
8957         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
8958         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
8959           Fixes a bunch of problems with finalize and dispose functions,
8960           either assumptions that dispose is only called once, or not calling
8961           the parent class dispose/finalize function
8962
8963 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
8964
8965         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
8966           added two api precondition guards
8967           use g_strdup with getenv to fix crash when using ENVVAR
8968
8969 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
8970         * ext/esd/esdsink.c: (gst_esdsink_class_init),
8971         (gst_esdsink_finalize):
8972         Use a finalize function, not dispose, and more importantly,
8973         call the parent class finalize function too
8974
8975 2004-11-01  Johan Dahlin  <johan@gnome.org>
8976
8977         * ext/ogg/gstoggdemux.c:
8978         * gst/tags/gstvorbistag.c:
8979         Plug leaks.
8980
8981 2004-10-31  Benjamin Otte  <otte@gnome.org>
8982
8983         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
8984           lotsa memleaks today. But they're all small...
8985
8986 2004-10-31  Benjamin Otte  <otte@gnome.org>
8987
8988         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8989           another memleak crushed
8990
8991 2004-10-31  Benjamin Otte  <otte@gnome.org>
8992
8993         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
8994           fix memleak
8995
8996 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8997
8998         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8999           Hack to prevent crash when going to READY inside signal handler
9000           while this function is active.
9001
9002 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9003
9004         * gst/ffmpegcolorspace/Makefile.am:
9005         * gst/ffmpegcolorspace/avcodec.h:
9006         * gst/ffmpegcolorspace/common.h:
9007         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9008         * gst/ffmpegcolorspace/dsputil.h:
9009         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9010         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9011         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
9012         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
9013         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
9014         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
9015         (gst_ffmpegcsp_avpicture_fill):
9016         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9017         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9018         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9019         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
9020         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9021         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9022         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9023         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9024         * gst/ffmpegcolorspace/imgconvert.c:
9025         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9026         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9027         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9028         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9029         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9030         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9031         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9032         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9033         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9034         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9035         (grow21), (grow22), (grow41), (grow44), (conv411),
9036         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9037         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9038         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9039         (avpicture_free), (is_yuv_planar), (img_convert),
9040         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9041         (deinterlace_line_inplace), (deinterlace_bottom_field),
9042         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9043         * gst/ffmpegcolorspace/imgconvert_template.h:
9044         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9045         * gst/ffmpegcolorspace/mmx.h:
9046         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9047         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9048         (av_freep), (avcodec_get_context_defaults),
9049         (avcodec_alloc_context), (avcodec_init):
9050           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9051           handling plus update from ffmpeg CVS. Large clean-up.
9052
9053 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9054
9055         * gst/playback/Makefile.am:
9056           We need the marshallers for decodebin, too.
9057
9058 2004-10-30  David Schleef  <ds@schleef.org>
9059
9060         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9061           quicktime typefinding work with 64-bit offsets.
9062
9063 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9064
9065         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9066           Set EOS on the element when processing an EOS event.
9067         * ext/speex/gstspeexdec.h:
9068         * ext/speex/gstspeexenc.h:
9069           Only keep a const ptr to the mode
9070         * gst-libs/gst/riff/riff-media.c:
9071         (gst_riff_create_audio_caps_with_data),
9072         (gst_riff_create_audio_template_caps):
9073           Allow WMAV3, with up to 6 channels.
9074         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9075           Don't call gst_pad_set_event_function on a sink pad.
9076         * gst/mpegstream/gstdvddemux.c:
9077         (gst_dvd_demux_get_subpicture_stream),
9078         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9079           Copy the explicit caps that were set across to the cur_* pads,
9080           instead of trying to use a possibly non-existent negotiated caps.
9081           Reset the type of subpicture pads to UNKNOWN after calling
9082           init_stream, so that the caps get set.
9083
9084 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9085
9086         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9087
9088         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9089           Don't touch buffer if it is of size 0 (fixes #151064).
9090
9091 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9092
9093         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9094           Synchronized discont handling.
9095
9096 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9097
9098         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9099         (gst_ogg_demux_push):
9100           Make seeking sort-of exact again (fixes #156387).
9101
9102 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9103
9104         * gst/playback/gstplaybasebin.c: (unknown_type),
9105         (add_element_stream), (new_decoded_pad),
9106         (gst_play_base_bin_change_state):
9107         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9108         (gst_stream_info_init), (gst_stream_info_new),
9109         (gst_stream_info_dispose), (gst_stream_info_get_property):
9110         * gst/playback/gststreaminfo.h:
9111           Make caps explicitely available. Makes testing for unsupported
9112           types possible. Improves error reporting.
9113
9114 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9115
9116         * gst/audioconvert/gstaudioconvert.c:
9117         (gst_audio_convert_buffer_to_default_format):
9118           Really don't touch read-only buffers (#156563).
9119
9120 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9121
9122         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9123
9124         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9125           Fix memleak (#155223).
9126
9127 2004-10-29  Wim Taymans  <wim@fluendo.com>
9128
9129         * gst/tcp/.cvsignore:
9130         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9131         (gst_multifdsink_class_init), (gst_multifdsink_init),
9132         (gst_multifdsink_add), (gst_multifdsink_remove),
9133         (gst_multifdsink_remove_client_link), (is_sync_frame),
9134         (gst_multifdsink_new_client),
9135         (gst_multifdsink_handle_client_write),
9136         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9137         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9138         (gst_multifdsink_get_property):
9139         * gst/tcp/gstmultifdsink.h:
9140         Added burst on connect sync_method, deprecated sync_clients,
9141         streamlined the sync code some more.
9142
9143 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9144
9145         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9146         (gst_play_base_bin_change_state):
9147           Improve error reporting.
9148
9149 2004-10-28  Wim Taymans  <wim@fluendo.com>
9150
9151         * gst/tcp/Makefile.am:
9152         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9153         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9154         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9155         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9156         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9157         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9158         (gst_fdset_wait):
9159         Added more locks around fdset structures. Fixed/reworked
9160         the poll array resizing code.
9161         Added stress test for fdset.
9162
9163 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9164
9165         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9166         fix build
9167
9168 2004-10-28  Benjamin Otte  <otte@gnome.org>
9169
9170         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9171           fix link function to always query channels and query width for
9172           floats
9173         * configure.ac:
9174           add equalizer dir
9175         * gst/equalizer/Makefile.am:
9176         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9177         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9178         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9179         (arg_to_scale), (setup_filter),
9180         (gst_iir_equalizer_compute_frequencies),
9181         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9182         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9183         (plugin_init):
9184           add an equalizer
9185
9186 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9187
9188         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9189
9190         * po/LINGUAS:
9191         * po/nb.po:
9192           Added Norwegian Bokmaal translation
9193
9194 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9195
9196         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9197           Don't break on options (fixes #156488).
9198
9199 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9200
9201         * configure.ac:
9202         * ext/cdaudio/Makefile.am:
9203         * sys/Makefile.am:
9204           fix build on older automake
9205
9206 2004-10-26  Wim Taymans  <wim@fluendo.com>
9207
9208         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9209         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9210         Allow a little margin when negotiating the framerate.
9211
9212 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9213
9214         * gst/level/gstlevel.c:
9215           synchonised naming of pads and pad-templates
9216
9217 2004-10-26  Wim Taymans  <wim@fluendo.com>
9218
9219         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9220         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9221         (_find_streams_check), (gst_ogg_demux_push):
9222         Fix EOS again. Needs to be done in a better way. We should not
9223         remove the pad if there is no new chained stream.
9224
9225 2004-10-26 Iain <iaingnome@gmail.com>
9226
9227         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9228         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9229         of the caps.
9230         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9231         pad.
9232         (interleave_release_pad): Remove the pad.
9233         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9234         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9235         the set device.
9236         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9237         attrs
9238         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9239         (gst_xvimagesink_finalize): Free the par.
9240
9241 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9242
9243         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9244         (gst_avimux_stop_file):
9245           First calculate the rate, and only then use it. Hdr.rate is a
9246           multiple and not a derivative of hdr.scale. Scale is not the
9247           same as blockalign but is solely related to rate.
9248
9249 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9250
9251         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9252         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9253           Implement seeking.
9254
9255 2004-10-25  James Henstridge  <james@jamesh.id.au>
9256
9257         Reviewed by:  David Schleef  <ds@schleef.org>
9258
9259         * examples/gstplay/player.c: (got_stream_length), (main):
9260         * examples/seeking/cdplayer.c: (update_scale):
9261         * examples/seeking/seek.c: (format_value), (update_scale):
9262         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9263         (stop_seek):
9264         Build fixes on AMD64.
9265
9266 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9267
9268         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9269
9270         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9271         Fix for some v4l cards which hang in v4lsrc
9272
9273 2004-10-25  Wim Taymans  <wim@fluendo.com>
9274
9275         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9276         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9277         Make sure to remove the pad when a new chain is
9278         encountered. Set some vars to NULL so we don't try
9279         to reference freed memory.
9280
9281 2004-10-25  Wim Taymans  <wim@fluendo.com>
9282
9283         * examples/seeking/Makefile.am:
9284         * examples/seeking/cdplayer.c: (update_scale):
9285         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9286         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9287         (format_value), (update_scale), (iterate), (start_seek),
9288         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9289         (print_usage), (main):
9290         Added some more examples, update others.
9291
9292 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9293
9294         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9295         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9296         * ext/theora/theoradec.c: (theora_dec_chain):
9297         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9298           Add codec-name metadata.
9299
9300 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9301
9302         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9303
9304         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9305         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9306         * ext/alsa/gstalsamixertrack.h:
9307         * po/POTFILES.in:
9308           ALSA mixer track label internationalization (#154054).
9309
9310 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9311
9312         * ext/theora/theoradec.c: (theora_dec_chain):
9313           Export bitrate as metadata.
9314
9315 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9316
9317         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9318         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9319         * ext/alsa/gstalsamixertrack.h:
9320           Fix names, fix loop.
9321
9322 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9323
9324         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9325         (speex_dec_convert):
9326           sinkconvert function so oggdemux can get the file length (totem).
9327
9328 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9329
9330         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9331
9332         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9333           Don't push incomplete packets.
9334         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9335           Fix MPEG-4 audio typefinding.
9336
9337 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9338
9339         * sys/v4l/Makefile.am:
9340         * sys/v4l/gstv4l.c: (plugin_init):
9341         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9342         (gst_v4lelement_init), (gst_v4lelement_dispose),
9343         (gst_v4lelement_change_state):
9344         * sys/v4l/gstv4lelement.h:
9345         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9346         (gst_v4l_xoverlay_close), (idle_refresh),
9347         (gst_v4l_xoverlay_set_xwindow_id):
9348         * sys/v4l/gstv4lxoverlay.h:
9349         * sys/v4l/v4l-overlay_calls.c:
9350         * sys/v4l/v4l_calls.h:
9351         * sys/v4l2/Makefile.am:
9352         * sys/v4l2/gstv4l2.c: (plugin_init):
9353         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9354         (gst_v4l2element_init), (gst_v4l2element_dispose),
9355         (gst_v4l2element_change_state):
9356         * sys/v4l2/gstv4l2element.h:
9357         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9358         (gst_v4l2_xoverlay_close), (idle_refresh),
9359         (gst_v4l2_xoverlay_set_xwindow_id):
9360         * sys/v4l2/gstv4l2xoverlay.h:
9361         * sys/v4l2/v4l2-overlay_calls.c:
9362         * sys/v4l2/v4l2_calls.h:
9363           Remove client-side overlay handling, use the X-server v4l plugin
9364           for that. Nicer overlay, less code. Also make the plugin
9365           compileable without X (but then without overlay, obviously).
9366           Makes xwindowlistener obsolete, should we remove that?
9367
9368 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9369
9370         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
9371         (gst_osssrc_src_query):
9372         * sys/oss/gstosssrc.h:
9373           OK, so people want offset in DEFAULT. This time, actually fix all
9374           cases.
9375         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9376           Add FPS properly.
9377
9378 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9379
9380         * gst/asfdemux/gstasfmux.c:
9381         * gst/avi/gstavimux.c:
9382           Framerate.
9383
9384 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9385
9386         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
9387           Fix properties (channel, norm, frequency).
9388
9389 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9390
9391         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
9392           Flag typo.
9393         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
9394           No warnings.
9395
9396 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9397
9398         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
9399           Fix hang.
9400
9401 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9402
9403         * sys/v4l2/gstv4l2element.h:
9404           Yet Another Hack (tm) for kernel header borkedness.
9405         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9406         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
9407         (gst_v4l2src_link), (gst_v4l2src_getcaps),
9408         (gst_v4l2src_change_state):
9409         * sys/v4l2/gstv4l2src.h:
9410         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
9411         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
9412           Fix caps, keep track of state, work.
9413
9414 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9415
9416         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9417           Quiet.
9418
9419 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9420
9421         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9422           Don't mix bytes and samples.
9423
9424 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9425
9426         * ext/ogg/gstoggmux.c:
9427           Basic pad template which accepts OGM tracks, speex, flac, vorbis
9428           and theora. Any is incorrect.
9429         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
9430           Fix caps.
9431         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9432         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9433         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
9434         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
9435         * sys/v4l/gstv4lmjpegsrc.h:
9436         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9437         (gst_v4lsrc_change_state):
9438         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
9439         (gst_v4lmjpegsrc_capture_stop):
9440           Fix caps. Keep track of internal state. Work.
9441
9442 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9443
9444         * ext/Makefile.am:
9445           Fix the build fixes.
9446
9447 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9448
9449         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9450         (gst_ogg_demux_src_event), (_find_chain_seek),
9451         (gst_ogg_pad_push):
9452           Check for pad availability before using it.
9453         * ext/ogg/gstoggdemux.c: (_find_chain_process):
9454           Fix parsing of chained ogg. Needs more work on the decoder side.
9455
9456 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9457
9458         * gst/spectrum/Makefile.am:
9459         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
9460         (idle_func):
9461           Fix demo and reenable it. Yes, I'm currently playing with audio
9462           analysis tools
9463
9464 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9465
9466         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9467           We love it if files that start at zero work too...
9468
9469 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9470
9471         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9472           Handle files with missing EOS headers.
9473
9474 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9475
9476         * gst/tcp/gsttcpserversink.c:
9477         (gst_tcpserversink_handle_server_read),
9478         (gst_tcpserversink_init_send):
9479         Zero some variables first (need for accept not to return EINVAL)
9480
9481 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9482
9483         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9484         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9485         * ext/theora/theoradec.c: (theora_dec_sink_convert),
9486         (theora_dec_chain):
9487         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
9488         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
9489           Seeking and querying finetune.
9490
9491 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9492
9493         * configure.ac:
9494         * ext/Makefile.am:
9495         * ext/raw1394/Makefile.am:
9496           fix the build
9497
9498 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9499
9500         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9501           Wrong return.
9502         * gst/playback/Makefile.am:
9503         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9504         * gst/playback/gstplay-marshal.list:
9505         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9506           Fix marshallers.
9507
9508 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9509
9510         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
9511           Silence.
9512
9513 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9514
9515         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9516         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9517         (gst_ogg_pad_push):
9518           Yay for non-lineair granulepos in theora.
9519
9520 2004-10-18  Wim Taymans  <wim@fluendo.com>
9521
9522         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
9523         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9524         * ext/dv/gstdvdec.h:
9525         Make sure we renegotiate aspect ratio when the camera switches.
9526
9527 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9528
9529         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9530         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9531           Start at zero.
9532         * ext/theora/theoradec.c: (theora_dec_chain):
9533           Skip headers. Bad idea for chained ogg, but fixes seeking.
9534
9535 2004-10-18  Wim Taymans  <wim@fluendo.com>
9536
9537         * configure.ac:
9538         I swear, this is the last time I touch this.
9539
9540 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9541
9542         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9543         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9544         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
9545           Faster seeking.
9546         * ext/theora/theoradec.c: (theora_dec_sink_convert):
9547           Time-to-default conversion.
9548         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9549           Don't error on unknown packets, just skip. We should probably
9550           read them if we want to support chained ogg.
9551
9552 2004-10-18  Wim Taymans  <wim@fluendo.com>
9553
9554         * configure.ac:
9555         Added cdaudio to wrong list.
9556
9557 2004-10-18  Wim Taymans  <wim@fluendo.com>
9558
9559         * configure.ac:
9560         Revive cdaudio.
9561
9562 2004-10-18  Wim Taymans  <wim@fluendo.com>
9563
9564         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9565         (gst_dvdec_video_link), (gst_dvdec_push):
9566         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
9567         (gst_smokeenc_resync), (gst_smokeenc_chain):
9568         Fix mimetype on smoke encoder.
9569         Add aspect ratio to dvdec. Not sure if these
9570         values are correct though....
9571
9572 2004-10-18  Wim Taymans  <wim@fluendo.com>
9573
9574         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
9575         Fix vorbis property descriptions and ranges.
9576
9577 2004-10-18  Wim Taymans  <wim@fluendo.com>
9578
9579         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9580         Really do nothing when no data is available.
9581         Go to the playing state when the stream is not seekable
9582         instead of failing.
9583
9584 2004-10-18  Wim Taymans  <wim@fluendo.com>
9585
9586         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
9587         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
9588         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
9589         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
9590         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
9591         Added uri handler for cd://
9592         Port to new API.
9593
9594 2004-10-18  Wim Taymans  <wim@fluendo.com>
9595
9596         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9597         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
9598         (try_to_link_1), (no_more_pads), (close_link), (type_found):
9599         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
9600         (remove_prerolls), (unknown_type), (add_element_stream),
9601         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
9602         (gst_play_base_bin_remove_element),
9603         (gst_play_base_bin_link_stream):
9604         * gst/playback/gstplaybin.c: (gen_video_element),
9605         (gen_vis_element), (remove_sinks), (setup_sinks):
9606         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
9607         (gst_stream_info_get_type), (gst_stream_info_class_init),
9608         (gst_stream_info_init), (gst_stream_info_new),
9609         (gst_stream_info_dispose), (stream_info_mute_pad),
9610         (gst_stream_info_set_property), (gst_stream_info_get_property):
9611         * gst/playback/gststreaminfo.h:
9612         Add sink padtemplate to decodebin.
9613         Added some more comments.
9614         Make queue size configurable in playbasebin.
9615         Added possibility to use elements as sinks (ex cdaudio).
9616
9617 2004-10-15  Wim Taymans  <wim@fluendo.com>
9618
9619         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
9620         (gst_speexenc_chain):
9621         Fix speex timestamps so that it gets muxed properly.
9622
9623 2004-10-15  Wim Taymans  <wim@fluendo.com>
9624
9625         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
9626         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
9627         (gst_dv1394src_init), (gst_dv1394src_dispose),
9628         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
9629         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
9630         (gst_dv1394src_event), (gst_dv1394src_get_formats),
9631         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
9632         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
9633         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
9634         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
9635         * ext/raw1394/gstdv1394src.h:
9636         Added conversion/query functions.
9637         Update buffer timestamps,
9638         Added signals.
9639         Added uri dv:// so it might play from the firewire in playbin.
9640         Fix a possible leak.
9641         Added debugging.
9642
9643 2004-10-15  Wim Taymans  <wim@fluendo.com>
9644
9645         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
9646         (gst_dv1394src_init), (gst_dv1394src_set_property),
9647         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
9648         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
9649         * ext/raw1394/gstdv1394src.h:
9650         Added AV/C VTR control support needed for some cameras.
9651         Added automatic port detection.
9652         Added properties for selecting the channel.
9653         The configure.ac script is not yet updated to reflect the
9654         new libavc1394 and librom1394 dependencies.
9655
9656 2004-10-15  Wim Taymans  <wim@fluendo.com>
9657
9658         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9659         (qtdemux_parse), (gst_qtdemux_handle_esds):
9660         An esds box is not a container.
9661         Fix parsing of mp4v boxes.
9662         Do not try to renegotiate fps for each frame. Need to
9663         find a better method. This should fix mp4 playback.
9664
9665 2004-10-14  David Schleef  <ds@schleef.org>
9666
9667         * configure.ac: update for swfdec-0.3 and liboil-0.2
9668         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
9669         * ext/swfdec/gstswfdec.h: same
9670         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
9671         * gst/videotestsrc/videotestsrc.c: same
9672
9673 2004-10-14  Wim Taymans  <wim@fluendo.com>
9674
9675         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9676         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
9677         (is_sync_frame), (gst_multifdsink_new_client),
9678         (gst_multifdsink_handle_client_write),
9679         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9680         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
9681         Turn warnings into info.
9682         Don't allow a state change in the streaming thread.
9683
9684 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9685
9686         * ext/vorbis/oggvorbisenc.c:
9687         * ext/vorbis/vorbisdec.c:
9688           fix template sample rate
9689
9690 2004-10-13  Wim Taymans  <wim@fluendo.com>
9691
9692         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9693         Decoding the header first fixes some problems in resyncing
9694         in more mp3s.
9695
9696 2004-10-12  Wim Taymans  <wim@fluendo.com>
9697
9698         * gst/playback/gstplaybin.c: (gen_video_element),
9699         (gen_vis_element), (remove_sinks), (setup_sinks):
9700         Added vis plugin support, need to configure the vis
9701         element to activate it.
9702
9703 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9704
9705         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
9706         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9707           Some debug.
9708         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9709         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
9710         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
9711         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
9712         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
9713         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
9714         * gst/avi/gstavidemux.h:
9715           Support for openDML-2.0 indx/ix## chunks. Support for broken index
9716           recovery (where, if part of the index is broken, we will still read
9717           the rest of the index and recover the broken part by stream
9718           scanning). More broken media support. EOS workarounds. General AVI
9719           braindamage headache recovery. Aspirin included.
9720
9721 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9722
9723         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
9724         (cdparanoia_event), (cdparanoia_query):
9725           Get rid of hideous lead-in.
9726
9727 2004-10-11  Wim Taymans  <wim@fluendo.com>
9728
9729         * gst/playback/gstplaybasebin.c: (setup_source):
9730         Wrong var used to get g_list_next.
9731
9732 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9733
9734         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9735         (cdparanoia_get), (cdparanoia_open):
9736           Report discid as metadata, add duration.
9737
9738 2004-10-11  Wim Taymans  <wim@fluendo.com>
9739
9740         * gst/playback/gstplaybasebin.c: (setup_source):
9741         Cleanup the previous pipeline a little earlier for the
9742         case that a source element provides raw data.
9743
9744 2004-10-11  Benjamin Otte  <otte@gnome.org>
9745
9746         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9747           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
9748           consuming the last 128 bytes, even though it was valid mp3 data.
9749
9750 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9751
9752         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
9753         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
9754         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
9755         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
9756
9757 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9758
9759         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
9760         Fix for webcams that support only specific width or height
9761
9762 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9763
9764         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9765
9766         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
9767           Fix wrong discont event setup (fixes #154967).
9768
9769 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
9770
9771         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9772
9773         * gst/auparse/gstauparse.c: (gst_auparse_chain):
9774           Error out on invalid data (fixes #154807).
9775
9776 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9777
9778         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9779
9780         * ext/dvdread/dvdreadsrc.c: (_read):
9781           Make titles > 0 work again (fixes #154834).
9782
9783 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9784
9785         * gst-libs/gst/riff/riff-media.c:
9786         (gst_riff_create_video_template_caps):
9787           WMV3 missing in template caps.
9788
9789 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9790
9791         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9792           OK, so the original code was too strict. It makes random AVI files
9793           hang for seconds upon opening, which is unacceptable and is far
9794           beyond the original goal of getting multiple chunks for one-chunk
9795           sounc stream files. So now do just that.
9796
9797 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9798
9799         * gst/playback/gstplaybasebin.c: (setup_source),
9800         (gst_play_base_bin_change_state):
9801           Actually clean up streaminfo if output fails. This would trigger
9802           if, for example, there was no CD in the drive. No preroll, so
9803           a streaminfo structure is created, but the subsequent state change
9804           of the thread fails.
9805         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
9806           Don't change state if parent failed.
9807
9808 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9809
9810         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9811         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
9812         (gen_video_element), (remove_sinks):
9813           Add small bits of code for screenshot handling.
9814
9815 2004-10-08  Wim Taymans  <wim@fluendo.com>
9816
9817         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
9818         (gen_video_element), (gen_audio_element), (setup_sinks):
9819         Don't assume the user provided sinks are named "sink"...
9820
9821 2004-10-08  Wim Taymans  <wim@fluendo.com>
9822
9823         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
9824         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
9825         (gst_play_base_bin_link_stream):
9826         Do not try to autoplug sources that generate raw streams like
9827         cdparanoia.
9828         disconnect the preroll overrun signal when we don't need it anymore.
9829
9830 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
9831
9832         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
9833         Added reworked patch from #154903 from milosz derezynski (deadchip).
9834
9835 2004-10-08  Wim Taymans  <wim@fluendo.com>
9836
9837         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
9838         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
9839         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
9840         (cdparanoia_convert), (cdparanoia_uri_get_type),
9841         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
9842         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
9843         * ext/cdparanoia/gstcdparanoia.h:
9844         This adds the cdda://<tracknum> uri.
9845
9846 2004-10-08  Wim Taymans  <wim@fluendo.com>
9847
9848         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9849         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
9850         (try_to_link_1), (no_more_pads), (close_link), (type_found):
9851         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9852         (unknown_type), (gst_play_base_bin_remove_element),
9853         (gst_play_base_bin_link_stream):
9854         * gst/playback/gstplaybasebin.h:
9855         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9856         (gst_play_bin_set_property), (gen_video_element),
9857         (gen_audio_element), (setup_sinks):
9858         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
9859         (gst_stream_info_get_type), (gst_stream_info_class_init),
9860         (gst_stream_info_init), (gst_stream_info_new),
9861         (gst_stream_info_dispose), (stream_info_mute_pad),
9862         (gst_stream_info_set_property), (gst_stream_info_get_property):
9863         * gst/playback/gststreaminfo.h:
9864         Reuse the audio and video bins.
9865         Some internal cleanups in the stream selection code.
9866
9867 2004-10-08  Julien MOUTTE  <julien@moutte.net>
9868
9869         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
9870         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
9871         * sys/ximage/ximagesink.h:
9872         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9873         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
9874         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
9875         not coming from those elements. Moreover these elements should not keep
9876         the xid they have been given when in NULL state.
9877
9878 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9879
9880         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
9881         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
9882         * sys/ximage/ximagesink.h:
9883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9884         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
9885         * sys/xvimage/xvimagesink.h:
9886           Actually only create a new toplevel window if we're not gonna
9887           embed it right after.
9888
9889 2004-10-07  Wim Taymans  <wim@fluendo.com>
9890
9891         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
9892         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
9893         * gst/playback/gstplaybin.c: (setup_sinks):
9894         Implement muting/unmuting of streams, mute streams that are not
9895         used.
9896
9897 2004-10-07  Wim Taymans  <wim@fluendo.com>
9898
9899         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
9900         (plugin_init):
9901         Added lame audio/x-ac3 typefind function.
9902
9903 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9904
9905         * configure.ac:
9906           bump nano to cvs
9907
9908 === release 0.8.5 ===
9909
9910 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9911
9912         * NEWS:
9913         * RELEASE:
9914         * configure.ac:
9915           releasing 0.8.5, "Take You On"
9916
9917 2004-10-06  Wim Taymans  <wim@fluendo.com>
9918
9919         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9920         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
9921         (no_more_pads), (close_link), (type_found):
9922         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
9923         * gst/playback/gstplaybin.c: (gen_video_element):
9924         Do not signal the no_more_pads after the first pad when
9925         we are plugging a non dynamic element with multiple
9926         output pads (like swfdec, dvdec, ...).
9927
9928 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9929
9930         * configure.ac:
9931           bump for prerelease
9932
9933 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9934
9935         * gst/wavparse/gstwavparse.c:
9936           add ATRAC3 to STATIC CAPS to fix a warning
9937
9938         * gst/matroska/ebml-read.c:
9939         * gst-libs/gst/riff/riff-read.c:
9940           fix typos
9941
9942 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9943
9944         * gst-libs/gst/riff/riff-media.c:
9945           generate caps for ATRAC3 audio streams
9946
9947         * gst/realmedia/rmdemux.c:
9948           generate caps for ATRAC3 audio streams
9949
9950 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9951
9952         * gst/wavparse/Makefile.am
9953         * gst/wavparse/riff.h
9954         * gst/wavparse/wavparse.vcproj
9955           riff.h removal (unused and duplication with riff-ids.h)
9956
9957 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9958
9959         * gst/wavparse/gstwavparse.h
9960           remove duplicated defines for audio codec codes
9961
9962         * gst-libs/gst/riff/riff-ids.h
9963         * gst/wavenc/riff.h:
9964           add "4CC" code for ATRAC3 audio streams
9965           add "4CC" code for ITU_G721_ADPCM (unused for now)
9966
9967 2004-10-06  Wim Taymans  <wim@fluendo.com>
9968
9969         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
9970         Actually _do_ negotiation. Pass gdouble as arg instead
9971         of guint64 for the framerate.
9972
9973 2004-10-06  Wim Taymans  <wim@fluendo.com>
9974
9975         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9976         (find_compatibles), (close_pad_link), (try_to_link_1),
9977         (no_more_pads), (close_link), (type_found):
9978         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
9979         * gst/playback/gstplaybin.c: (gen_video_element),
9980         (gen_audio_element):
9981         Set state on newly added element to READY so that negotiation
9982         can happen ASAP.
9983         Addes some more debug info.
9984         Do not try to plug pads with multiple caps structures or ANY
9985         because it is too dangerous since we do not do dynamic
9986         replugging.
9987
9988 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9989
9990         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
9991
9992         * po/LINGUAS:
9993         * po/or.po:
9994           add Oriya translation
9995
9996 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9997
9998         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9999           Prevent overwrite of size member. Makes audio sound crappy.
10000
10001 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10002
10003         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10004         Add rmvb to the list of known RealMedia extensions
10005
10006 2004-10-05  Wim Taymans  <wim@fluendo.com>
10007
10008         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
10009         (mngdec_openstream), (mngdec_closestream),
10010         (mngdec_handle_sink_event), (mngdec_readdata),
10011         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
10012         (mngdec_getcanvasline), (mngdec_refresh),
10013         (gst_mngdec_change_state):
10014         Set the framerate correctly.
10015
10016 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10017
10018         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10019           There was something wrong with the index massaging.
10020
10021 2004-10-04  Wim Taymans  <wim@fluendo.com>
10022
10023         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10024         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10025         (gst_smokedec_chain):
10026         * ext/jpeg/gstsmokedec.h:
10027         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10028         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10029         * ext/jpeg/gstsmokeenc.h:
10030         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10031         (smokecodec_decode_new), (smokecodec_info_free),
10032         (smokecodec_set_quality), (smokecodec_get_quality),
10033         (smokecodec_set_threshold), (smokecodec_get_threshold),
10034         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10035         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10036         (smokecodec_encode), (smokecodec_parse_id),
10037         (smokecodec_parse_header), (smokecodec_decode):
10038         * ext/jpeg/smokecodec.h:
10039         * ext/jpeg/smokeformat.h:
10040         Updated smoke, new bitstream, allows embedding in ogg.
10041
10042 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10043
10044         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10045           Fix seeking in some files. All this code is no longer needed (and
10046           actually breaks stuff) because we now synchronize the full index
10047           right when reading the header.
10048
10049 2004-10-04  Wim Taymans  <wim@fluendo.com>
10050
10051         * configure.ac:
10052         configure update for libmng.
10053
10054 2004-10-04  Wim Taymans  <wim@fluendo.com>
10055
10056         * ext/libmng/Makefile.am:
10057         * ext/libmng/gstmng.c: (plugin_init):
10058         * ext/libmng/gstmng.h:
10059         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10060         (gst_mngdec_base_init), (gst_mngdec_class_init),
10061         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10062         (gst_mngdec_loop), (gst_mngdec_get_property),
10063         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10064         (mngdec_closestream), (mngdec_handle_sink_event),
10065         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10066         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10067         (gst_mngdec_change_state):
10068         * ext/libmng/gstmngdec.h:
10069         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10070         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10071         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10072         (gst_mngenc_chain), (gst_mngenc_get_property),
10073         (gst_mngenc_set_property):
10074         * ext/libmng/gstmngenc.h:
10075         Added basic MNG decoder. Needs more work. The encoder does
10076         not work yet.
10077
10078 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10079
10080         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10081         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10082         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10083           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10084           no-more-pads.
10085
10086 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10087
10088         * configure.ac:
10089           you need at least 1.0.4 of speex
10090
10091 2004-10-04 Iain <iaingnome@gmail.com>
10092
10093         * ext/speex/gstspeexdec.h: Revert the includes changes.
10094
10095         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10096
10097 2004-09-30 Iain <iaingnome@gmail.com>
10098
10099         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10100         found during init or set as a property instead of hardcoding /dev/audio
10101
10102 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10103
10104         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10105         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10106         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10107         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10108         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10109         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10110         (gst_rmdemux_dump_data):
10111           Use debug category, fix EOS handling. filesrc ! rmdemux now
10112           works.
10113
10114 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10115
10116         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10117         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10118         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10119           Improve allocation, cutting and sorting of the index. How takes a
10120           few seconds instead of minutes.
10121
10122 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10123
10124         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10125           fixed compilation
10126
10127 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10128
10129         * gst-libs/gst/riff/riff-media.c:
10130         (gst_riff_create_video_caps_with_data),
10131         (gst_riff_create_video_template_caps):
10132           Add wing commander format mimetype/fourccs.
10133         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10134           Don't crash if some value is 0.
10135
10136 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10137
10138         * gst-libs/gst/riff/riff-media.c:
10139         (gst_riff_create_video_caps_with_data),
10140         (gst_riff_create_video_template_caps):
10141           Add DIB fourcc (raw, palettized 8-bit RGB).
10142         * gst-libs/gst/riff/riff-read.c:
10143         (gst_riff_read_strf_vids_with_data):
10144           Oops, fix strf_data reading bug.
10145         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10146           Use a non-NULL tag.
10147         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10148           Time for hacks. Sorry Dave. At least one quicktime movie (a
10149           trailer) that I've encountered contains multiple video tracks.
10150           One of those is the actual video track, the other are one-frame
10151           tracks (images). Unfortunately, the number of frames according
10152           to the trak header is 1 for each, so that doesn't help. So
10153           instead, I look at the duration and discard tracks with a
10154           duration shorter than 20% of the length of the stream. Better
10155           than nothing.
10156
10157 2004-10-01  Christian Schaller <christian@fluendo.com>
10158
10159         * ext/ivorbis/vorbis.c:
10160           Patch from Phil Blundell (Bug 152341)
10161
10162 2004-10-01  Wim Taymans  <wim@fluendo.com>
10163
10164         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10165         (speex_dec_get_formats), (speex_dec_convert),
10166         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10167         (speex_dec_chain), (gst_speexdec_get_property),
10168         (gst_speexdec_set_property):
10169         Small cleanups.
10170
10171 2004-10-01  Wim Taymans  <wim@fluendo.com>
10172
10173         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10174         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10175         (gst_wavparse_other), (gst_wavparse_loop),
10176         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10177         (gst_wavparse_srcpad_event):
10178         * gst/wavparse/gstwavparse.h:
10179         Added some more debugging info.
10180         Fix the case where the length of the file is 0.
10181         Make sure we seek to sample borders.
10182
10183 2004-10-01  Wim Taymans  <wim@fluendo.com>
10184
10185         * gst/playback/README:
10186         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10187         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10188         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10189         Add some debug info to decodebin, update README
10190
10191 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10192
10193         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10194           Don't use g_print(); use GST_DEBUG().
10195
10196 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10197
10198         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10199         (gst_ogg_mux_queue_pads):
10200           Handle EOS properly.
10201
10202 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10203
10204         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10205
10206         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10207         (gst_faad_chain), (gst_faad_change_state):
10208         * ext/faad/gstfaad.h:
10209           Allow playback of raw (unframed) MPEG AAC files (#148993).
10210
10211 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10212
10213         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10214
10215         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10216           Throw error if we didn't recognize the stream. Fixes #152289.
10217
10218 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10219
10220         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10221           Fix negotiation.
10222
10223 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10224
10225         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10226
10227         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10228           Fix memleak.
10229
10230 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10231
10232         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10233
10234         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10235           Solve #152805.
10236         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10237           Solve 152806.
10238
10239 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10240
10241         * gst-libs/gst/riff/riff-media.c:
10242         (gst_riff_create_video_caps_with_data),
10243         (gst_riff_create_audio_caps_with_data):
10244           Add codec_data handling (like asfdemux used to do).
10245         * gst/asfdemux/gstasf.c: (plugin_init):
10246         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10247         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10248           Use riff-media for caps creation instead of our own (mostly
10249           broken) copy of its functions.
10250
10251 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10252
10253         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10254           Don't actually error out if we get another return value than
10255           -EINVAL. Opposite to what I first thought, drivers have random
10256           return values for this, although -EINVAL is the expected return
10257           value. Since this is not fatal, we shouldn't use
10258           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10259
10260 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10261
10262         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10263         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10264         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10265         (dvdreadsrc_get), (dvdreadsrc_open_file),
10266         (dvdreadsrc_change_state):
10267           Fix. Don't do one big huge loop around the whole DVD, that will
10268           cache all data and thus eat sizeof(dvd) (several GB) before we
10269           see something.
10270         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10271           Actually NULL'ify event after using it.
10272         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10273         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10274         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10275         (gst_ebml_read_seek), (gst_ebml_read_skip):
10276           Handle events.
10277         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10278         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10279         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10280           Fix timing (this will probably break if I seek using menus, but
10281           I didn't get there yet). VOBs and normal DVDs should now work.
10282           Add a mpeg2-only pad with high rank so this get autoplugged for
10283           MPEG-2 movies.
10284         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10285         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10286         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10287         (gst_mpeg_demux_get_audio_stream),
10288         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10289         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10290           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10291           MPEG-1 but use dvddemux for MPEG-2.
10292         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10293         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10294         (gst_mpeg_parse_parse_packhead):
10295           Timing. Only add pad template if it exists. Add sink template from
10296           class and not from ourselves. This means we will always use the
10297           correct sink template even if it is not the one defined in this
10298           file.
10299
10300 2004-09-29  Wim Taymans  <wim@fluendo.com>
10301
10302         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10303         (gst_mpeg_demux_parse_pes):
10304         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10305         Fix playback of mpeg again, timestamps where screwed up by
10306         patch 1.61.
10307
10308 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10309
10310         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10311           Only return true if we actually filled something in. Prevents
10312           player applications from showing a random length for flac files.
10313         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10314         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10315         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10316         (gst_riff_read_strf_vids_with_data),
10317         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10318           OK, ok, so I implemented event handling. Apparently it's normal
10319           that we receive random events at random points without asking
10320           for it.
10321         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10322         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10323         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10324         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10325         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10326         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10327         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10328         * gst/avi/gstavidemux.h:
10329           Implement non-lineair chunk handling and subchunk processing.
10330           The first solves playback of AVI files where the audio and video
10331           data of individual buffers that we read are not synchronized.
10332           This should not happen according to the wonderful AVI specs, but
10333           of course it does happen in reality. It is also a prerequisite for
10334           the second. Subchunk processing allows us to cut chunks in small
10335           pieces and process each of these pieces separately. This is
10336           required because I've seen several AVI files with incredibly large
10337           audio chunks, even some files with only one audio chunk for the
10338           whole file. This allows for proper playback including seeking.
10339           This patch is supposed to fix all AVI A/V sync issues.
10340         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10341         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10342           Work.
10343         * gst/modplug/gstmodplug.cc:
10344           Proper return value setting for the query() function.
10345         * gst/playback/gstplaybasebin.c: (setup_source):
10346           Being in non-playing state (after, e.g., EOS) is not necessarily
10347           a bad thing. Allow for that. This fixes playback of short files.
10348           They don't actually playback fully now, because the clock already
10349           runs. This means that small files (<500kB) with a small length
10350           (<2sec) will still not or barely play. Other files, such as mod
10351           or flx, will work correctly, however.
10352
10353 2004-09-28  Wim Taymans  <wim@fluendo.com>
10354
10355         * ext/speex/gstspeex.c: (plugin_init):
10356         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10357         (gst_speex_dec_class_init), (speex_dec_get_formats),
10358         (speex_get_event_masks), (speex_get_query_types),
10359         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10360         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10361         (gst_speexdec_get_property), (gst_speexdec_set_property),
10362         (speex_dec_change_state):
10363         * ext/speex/gstspeexdec.h:
10364         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10365         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10366         (gst_speexenc_base_init), (gst_speexenc_class_init),
10367         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
10368         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
10369         (gst_speexenc_src_query), (gst_speexenc_init),
10370         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
10371         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
10372         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
10373         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
10374         (gst_speexenc_chain), (gst_speexenc_get_property),
10375         (gst_speexenc_set_property), (gst_speexenc_change_state):
10376         * ext/speex/gstspeexenc.h:
10377         Rewrote speex encoder, make sure it can be embedded in ogg.
10378         Implemented speex decoder.
10379
10380 2004-09-28  Christian Schaller <christian@fluendo.com>
10381
10382         * configure.ac:
10383         Remove kioslave plugin. Markey is brewing a new working one
10384         * ext/Makefile.am: Remove kioslave plugin
10385         * ext/kio: remove
10386         * gst-plugins.spec.in: remove kio plugin from spec
10387
10388 2004-09-27  Wim Taymans  <wim@fluendo.com>
10389
10390         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10391         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10392         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
10393         (gst_multifdsink_new_client),
10394         (gst_multifdsink_handle_client_write),
10395         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10396         (gst_multifdsink_handle_clients):
10397         * gst/tcp/gstmultifdsink.h:
10398         Make syncing to keyframes actually work for new clients and lagging
10399         clients.
10400
10401 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10402
10403         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
10404         (gst_navigationtest_handle_src_event), (draw_box_planar411),
10405         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
10406         * gst/debug/gstnavigationtest.h:
10407           make navigationtest display button-press and button-release events
10408
10409 2004-09-26 Iain <iaingnome@gmail.com>
10410
10411         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
10412         the channels have received a new media event.
10413         (interleave_buffered_loop): Compresses a new media event on all
10414         channels into one.
10415
10416 2004-09-26 Iain <iaingnome@gmail.com>
10417
10418         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
10419         call the sinkpad's default event handler and not the srcpads. He also
10420         says this is confusing :)
10421         (gst_wavenc_stop_file): Company says that seek events only go upstream
10422         we should send a discontinuous downstream instead.
10423
10424 2004-09-25  Christian Schaller <christian@fluendo.com>
10425
10426         * Update SPEC file to be usable in conjunction with Fedora Core,
10427           Fedora.us and freshrpms packages
10428         * Fix typo in multifilesrc test Makefile
10429
10430 2004-09-24  Wim Taymans  <wim@fluendo.com>
10431
10432         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10433         Only signal the no_more_pads signal when we have
10434         added the stream to our list.
10435
10436 2004-09-24  Wim Taymans  <wim@fluendo.com>
10437
10438         * gst/playback/gstplaybasebin.c: (remove_prerolls),
10439         (new_decoded_pad):
10440         * gst/playback/gstplaybasebin.h:
10441         * gst/playback/gstplaybin.c: (setup_sinks):
10442         Don't try to preroll or decode more than one audio/video
10443         track.
10444
10445 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10446
10447         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10448           Throw error if we failed to find a suitable output. This should
10449           throw an error if we successfully set up a pipeline (e.g. because
10450           we recognized a media file) but found no decodable streams in it
10451           (e.g. because it contains only media stream types for which we
10452           have no decoders, or because it's not a media type).
10453
10454 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10455
10456         * ext/dirac/Makefile.am:
10457         * ext/dirac/gstdirac.cc:
10458         * ext/dirac/gstdiracdec.cc:
10459         * ext/dirac/gstdiracdec.h:
10460           Do something. Don't actually know if this works because I don't
10461           have a demuxer yet.
10462         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
10463           Add channels=1 to caps returned from _getcaps().
10464         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
10465         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
10466         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
10467         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10468         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
10469         (gst_ogm_parse_change_state):
10470           Separate between audio/video so ogmaudioparse actually uses the
10471           audio pad templates. Both audio and video work now, including
10472           autoplugging. Also use sometimes-srcpad hack.
10473         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10474           Handle events better. Don't hang on infinite loops.
10475         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10476         (gst_avi_demux_init), (gst_avi_demux_reset),
10477         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10478         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
10479         (gst_avi_demux_change_state):
10480         * gst/avi/gstavidemux.h:
10481           Improve A/V sync. Still not perfect.
10482         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
10483         (gst_ebml_read_skip):
10484           Handle events better.
10485         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10486         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
10487         (qtdemux_audio_caps):
10488           Add IMA4. Improve event handling. Save offset after a seek when
10489           the headers are at the end of the file so that we don't end up in
10490           an infinite loop.
10491         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10492           Add low-priority typefind support for files with no length.
10493
10494 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10495
10496         * testsuite/multifilesink/Makefile.am:
10497         fix typo
10498
10499 2004-09-22  Julien MOUTTE  <julien@moutte.net>
10500
10501         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
10503         mistakes from thaytan's patches.
10504
10505 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10506
10507         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10508           For completeness, XSync in the destroy function as xvimage does.
10509
10510 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10511
10512         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
10513            Correct caps negotiation
10514         * gst/volume/gstvolume.c: (volume_chain_float),
10515         (volume_chain_int16):
10516            Modify debug output to be little more informative
10517         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10519         (gst_xvimagesink_xvimage_destroy):
10520           Add XSync calls after detaching from the shared memory segment to
10521           avoid a crash.
10522
10523 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10524
10525         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10526         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
10527         * ext/vorbis/vorbis.c: (plugin_init):
10528         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10529         (gst_vorbisenc_chain):
10530         * ext/vorbis/vorbisenc.h:
10531         remove explicit newmedia support from oggmux and vorbisenc
10532         add debug category to vorbisenc
10533         * gst/multifilesink/gstmultifilesink.c:
10534         (gst_multifilesink_class_init), (gst_multifilesink_init),
10535         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
10536         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
10537         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
10538         (plugin_init):
10539         * gst/multifilesink/gstmultifilesink.h:
10540         add support for streamheader in multifilesink
10541
10542 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10543
10544         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
10545         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
10546         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
10547           Prevent infinite loops. More correct error reporting.
10548         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10549           Error out if negotiation fails.
10550         * gst/playback/gstplaybasebin.c: (setup_source),
10551         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
10552         (gst_play_base_bin_found_tag):
10553           Error/tag forwarding. Pre-roll fixes for source errors on state
10554           changes (e.g. "file does not exist") to prevent hangs.
10555
10556 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10557
10558         * testsuite/multifilesink/Makefile.am:
10559         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
10560         (gst_newmedia_class_init), (gst_newmedia_init),
10561         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10562         (newfile_signal), (test_signal), (main):
10563         * testsuite/multifilesink/multifilesrc_test.c: (main):
10564         * testsuite/multifilesink/oggtheora_test.c:
10565         (gst_newmedia_base_init), (gst_newmedia_class_init),
10566         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10567         (test_format), (newfile_signal), (test_signal), (main):
10568         * testsuite/multifilesink/oggvorbis_test.c:
10569         (gst_newmedia_base_init), (gst_newmedia_class_init),
10570         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10571         (test_format), (newfile_signal), (test_signal), (main):
10572         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
10573         (gst_newmedia_class_init), (gst_newmedia_init),
10574         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10575         (newfile_signal), (test_signal), (main):
10576         New media tests
10577
10578 2004-09-20  Christian Schaller <christian@fluendo.com>
10579
10580         * Fix mikmod license to LGPL as they have relicensed
10581         * Move Dirac and Effectv into LGPL section of README_license
10582
10583 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10584
10585         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
10586         (gst_mad_change_state):
10587           Allow for mp3 rate/channels changes. However, only very
10588           conservatively. Reason that we *have* to enable this is smiply
10589           because the mad find_sync() function is not good enough, it will
10590           regularly sync on random data as valid frames and therefore make
10591           us provide random caps as *final* caps of the stream. The best fix
10592           I could think of is to simply require several of the same stream
10593           changes in a row before we change caps.
10594           The actual testcase that works now is #
10595         * ext/ogg/Makefile.am:
10596         * ext/ogg/gstogg.c: (plugin_init):
10597         * ext/ogg/gstogmparse.c:
10598           OGM support (video only for now; I need an audio sample file).
10599         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10600         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
10601         (gst_asf_demux_add_video_stream):
10602           WMV extradata.
10603         * gst/playback/gstplaybasebin.c: (unknown_type):
10604           Don't error out on single unknown-types after all. It's wrong.
10605           If we found type of video and audio but not of a subtitle stream,
10606           it will still error out (which is unwanted). Will find a better fix
10607           later on.
10608         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
10609         (ogmaudio_type_find), (plugin_init):
10610           OGM support.
10611
10612 2004-09-20  Johan Dahlin  <johan@gnome.org>
10613
10614         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
10615         after setting caps.
10616
10617 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10618
10619         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
10620         * gst/wavenc/gstwavenc.h:
10621         Added newmedia support to wavenc
10622
10623 2004-09-17  Wim Taymans  <wim@fluendo.com>
10624
10625         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
10626         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
10627         (gst_fdset_fd_can_write), (gst_fdset_wait):
10628         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
10629         (gst_multifdsink_init), (gst_multifdsink_add),
10630         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
10631         (gst_multifdsink_remove_client_link),
10632         (gst_multifdsink_client_queue_buffer),
10633         (gst_multifdsink_handle_client_write),
10634         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
10635         (gst_multifdsink_close), (gst_multifdsink_change_state):
10636         * gst/tcp/gstmultifdsink.h:
10637         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10638         (gst_tcpserversink_removed):
10639         Small cleanups in fdset.c
10640         Use a hastable to map fd to the client structure for faster
10641         lookup in _remove and get_stats.
10642         Added virtual function to close the fds.
10643         Handle clients even when the select/poll call was unblocked because
10644         of a command.
10645         Implement syncing to keyframe in the recovery procedure.
10646
10647 2004-09-16 Iain <iaingnome@gmail.com>
10648
10649         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
10650         try caps.
10651
10652 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10653
10654         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
10655           Caps are only set if the type of the stream is unknown, but this
10656           is initialized in ->init_stream(), so set to UNKNOWN after calling
10657           ->init_stream() so that capsnego starts.
10658
10659 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10660
10661         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10662         (gst_avi_demux_stream_data):
10663           Just hardcode for raw audio then. AVI audio sucks.
10664
10665 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
10666
10667         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
10668         * gst/matroska/matroska-mux.c: (audiosink_templ),
10669         (gst_matroska_mux_audio_pad_link):
10670         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
10671         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
10672
10673 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10674
10675         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10676         (gst_avi_demux_stream_data):
10677           Try to fix a/v sync issues.
10678
10679 2004-09-15  David Schleef  <ds@schleef.org>
10680
10681         * configure.ac: remove NASM check, since we don't use it.  Update
10682         dirac check to 0.4
10683         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
10684         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10685         Initialized variables.
10686         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10687         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
10688         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
10689         SVQ3 format
10690
10691 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10692
10693         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10694         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
10695         * gst/avi/gstavidemux.h:
10696           Fix for compressed audio (mp3) timestamp generation. How did this
10697           ever work?
10698
10699 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10700
10701         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10702           Volume is a double not a float.
10703
10704 2004-09-15  Wim Taymans  <wim@fluendo.com>
10705
10706         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
10707         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10708         Don't close the fd in multifdsink as we didn't open it in the
10709         first place. Some cleanups.
10710
10711 2004-09-15  Wim Taymans  <wim@fluendo.com>
10712
10713         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10714         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10715         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
10716         Fix the case where the muxer would mark pages as delta
10717         frames when they are not (vorbis only ogg).
10718
10719 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10720
10721         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
10722         (gst_play_base_bin_change_state):
10723           Handle the case where we failed to setup a clear pipeline. This
10724           will throw an error (or EOS, another nice case) and if you don't
10725           catch that, the app will wait for the signal forever (and thus
10726           hang).
10727
10728 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10729
10730         * ext/gnomevfs/gstgnomevfssink.c:
10731         (gst_gnomevfssink_uri_get_protocols):
10732         * ext/gnomevfs/gstgnomevfssrc.c:
10733         (gst_gnomevfssrc_uri_get_protocols):
10734         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
10735         * ext/gnomevfs/gstgnomevfsuri.h:
10736           Use _uri_new() instead of _open(), so it doesn't take as long and
10737           Christophe's computer won't hang.
10738         * gst/playback/gstplaybasebin.c: (unknown_type):
10739           Throw error on unknown media type, so apps actually display it.
10740
10741 2004-09-14  Brian Cameron  <brian.cameron@sun.com
10742
10743         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
10744           this script to work on Solaris since bash shell handles echo
10745           differenly than bash.
10746
10747 2004-09-17  Wim Taymans  <wim@fluendo.com>
10748
10749         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
10750         (setup_source), (gst_play_base_bin_set_property),
10751         (gst_play_base_bin_add_element):
10752         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
10753         Some more work on making sure seeking pauses the pipeline and
10754         that changing the uri actually does something.
10755
10756 2004-09-17  Wim Taymans  <wim@fluendo.com>
10757
10758         * gst/tcp/gstfdset.c: (gst_fdset_wait):
10759         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
10760         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
10761         (gst_tcpserversink_close):
10762         Be a bit more paranoid when freeing memory.
10763
10764 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10765
10766         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
10767         (qtdemux_parse_trak):
10768           Don't crash by dividing by zero (see sample movie in #126922).
10769
10770 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10771
10772         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
10773           Don't touch non-existing data (fixes crash on file in #140147).
10774
10775 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10776
10777         * gst/playback/gstplaybasebin.c:
10778         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
10779           Handle double disposals, and proper change of URIs.
10780
10781 2004-09-13  Martin Eikermann <meiker@upb.de>
10782
10783         * gst/mpegstream/gstmpegparse.c:
10784           fix synchronistation for streams recorded from digital PCR
10785           fixes bug #119376
10786
10787 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10788
10789         * ext/gnomevfs/Makefile.am:
10790         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10791         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
10792         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
10793         (gst_gnomevfssink_uri_get_type),
10794         (gst_gnomevfssink_uri_get_protocols),
10795         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
10796         (gst_gnomevfssink_uri_handler_init),
10797         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
10798         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
10799         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
10800         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
10801         (gst_gnomevfssrc_uri_get_type),
10802         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
10803         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
10804         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
10805         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
10806         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
10807         * ext/gnomevfs/gstgnomevfsuri.h:
10808           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
10809           of fake URIs to see which this version of Gnome-VFS likes, and
10810           uses that for the Gst-URI interface. Makes playbin support http://
10811           streams. Also fix up some stupid behaviour in gnomevfssrc.
10812
10813 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10814
10815         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10816         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10817         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10818         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10819           Update mixer (to sync with other sessions) if we try to obtain
10820           a new value. This makes alsamixer work accross applications.
10821         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
10822           Only call sync functions if we're running, else alsalib asserts.
10823         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
10824           Sometimes fails to compile. Possibly a gcc bug.
10825         * gst/playback/gstplaybin.c: (gen_video_element),
10826         (gen_audio_element):
10827           Add a reference to an application-provided object, because we lose
10828           this same reference if we add it to the bin. If we don't do this,
10829           we can only use this object once and thus crash if we go from
10830           ready to playing, back to ready and back to playing again.
10831           Also add an audioscale element because several cheap soundcards -
10832           like mine - don't support all samplerates.
10833         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10834         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
10835           Fix wrong order or PAR calls. Makes automatically obtained PAR
10836           from the X server atually being used.
10837
10838 2004-09-12  David Schleef  <ds@schleef.org>
10839
10840         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
10841         #151887, #152102, #152247.
10842         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
10843         * examples/seeking/cdparanoia.c: same
10844         * examples/seeking/cdplayer.c: same
10845         * examples/seeking/seek.c: same
10846         * examples/seeking/spider_seek.c: same
10847         * examples/seeking/vorbisfile.c: same
10848         * examples/stats/mp2ogg.c: same
10849         * ext/esd/esdsink.c: (gst_esdsink_class_init),
10850         (gst_esdsink_dispose): Dispose of element properly.
10851         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
10852         fixes.
10853         * ext/nas/nassink.c: (gst_nassink_class_init),
10854         (gst_nassink_dispose): Dispose of element correctly.
10855         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
10856         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10857         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10858         Fix 64-bit warning.
10859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10860         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
10861         Fix 64-bit warning.
10862
10863 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10864
10865         * configure.ac : change speex detection as 1.1.6 now uses
10866           .pc/pkg-config and they changed their headers location.
10867
10868 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
10869
10870         * gst/matroska/matroska-mux.h:
10871         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
10872         (gst_matroska_mux_start), (gst_matroska_mux_finish),
10873         (gst_matroska_mux_write_data):
10874           Write multiple blocks/frames per cluster.
10875                 Write meta-seek information (seek heads).
10876
10877 2004-09-09  Scott Wheeler <wheeler@kde.org>
10878
10879         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
10880         (gst_play_bin_set_property), (gst_play_bin_get_property),
10881         (gen_audio_element), (gen_audio_element):
10882           Add a volume element / property to the pipeline.
10883
10884 2004-09-07  Wim Taymans  <wim@fluendo.com>
10885
10886         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
10887         Copy timestamps from the master pad to the output buffers.
10888
10889 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10890
10891         * ext/raw1394/gstdv1394src.c:
10892           throw errors when applicable
10893
10894 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
10895
10896         * gst/matroska/ebml-ids.h:
10897         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
10898         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
10899         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
10900           automatically convert unix time <-> ebml time when reading/writing
10901           a date, use gst_ebml_write_uint to write CUETIME,
10902           not gst_ebml_write_date.
10903         * gst/matroska/matroska-ids.h:
10904         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
10905         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
10906         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
10907         (gst_matroska_mux_write_data):
10908           Write track and segment UIDs, write muxing date, write
10909           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
10910           Create cues for audio only files.
10911
10912 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10913
10914         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
10915         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10916           Re-commit ALSA switches.
10917         * gst/adder/gstadder.c: (gst_adder_loop):
10918           64-bit fix (#151416).
10919         * gst/debug/progressreport.c: (gst_progressreport_report):
10920           64-bit fix (#151419).
10921         * gst/matroska/matroska-demux.c:
10922         (gst_matroska_demux_parse_contents):
10923           64-bit fix (#151420).
10924         * gst/playback/test3.c: (update_scale):
10925           64-bit fix (#151421).
10926
10927 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10928
10929         * configure.ac:
10930           bump nano to cvs
10931
10932 === release 0.8.4 ===
10933
10934 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10935
10936         * configure.ac: releasing 0.8.4, "Alias"
10937
10938 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10939
10940         * ext/theora/Makefile.am:
10941           fix makefile.  Fixes #151462.
10942
10943 2004-08-30  Wim Taymans  <wim@fluendo.com>
10944
10945         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
10946         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10947         (gst_multifdsink_remove_client_link),
10948         (gst_multifdsink_client_queue_buffer),
10949         (gst_multifdsink_handle_client_write):
10950         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
10951         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
10952         Fix some memory leaks.
10953
10954 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10955
10956         Patch by: David Schleef
10957
10958         * configure.ac:
10959         * sys/Makefile.am:
10960           rename our detection macro for V4L2.  Fixes #151236.
10961
10962 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10963
10964         Patch by: David Schleef
10965
10966         * configure.ac:
10967           check to define LAMEPRESET.  Fixes #151232.
10968
10969 2004-08-27  David Schleef  <ds@schleef.org>
10970
10971         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
10972         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
10973         (gst_glimagesink_fixate):  Move local variable declarations to
10974         make gcc-2.95 happy.
10975
10976 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10977
10978         * configure.ac:
10979           bump nano for prerelease
10980
10981 2004-08-27  David Schleef  <ds@schleef.org>
10982
10983         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
10984         * sys/sunaudio/gstsunaudiosrc.c:
10985         * sys/sunaudio/gstsunaudiosrc.h:
10986
10987 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
10988
10989         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
10990         handle EOS correctly
10991         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
10992         * gst/matroska/matroska-mux.h:
10993         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
10994         VFW compatibility mode
10995
10996 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10997
10998         patch by: Zaheer Abbas Merali
10999
11000         * ext/ogg/gstoggmux.c:
11001         * ext/vorbis/vorbisenc.c:
11002         * ext/vorbis/vorbisenc.h:
11003           handle NEWMEDIA
11004
11005 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
11006
11007         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
11008         fix byte order reversion on little endian machines.
11009         * gst/matroska/matroska-mux.c: (audiosink_templ),
11010         (gst_matroska_mux_audio_pad_link):
11011         add TTA codec to the list of supported codecs.
11012         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11013         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11014         (gst_matroska_mux_write_data):
11015         * gst/matroska/matroska-mux.h:
11016         write segment duration correctly, write muxing app string, fixes bugs
11017         #140897 and #140898.
11018         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
11019         wait for all pads to be negotiated before starting to mux.
11020
11021 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11022
11023         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11024         * ext/lame/gstlame.h:
11025         Added new media support to lame
11026
11027 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11028
11029         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11030         send vorbis headers at the beginning of a stream, fixes bug #141554.
11031         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11032         bug #148950.
11033         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11034         (gst_matroska_demux_plugin_init):
11035         * gst/matroska/matroska-ids.h:
11036         enable demuxing of TTA audio streams, fixes bug #148951.
11037         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11038         enable typefinding for TTA audio files, fixes bug #148711.
11039         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11040         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11041         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11042
11043 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11044
11045         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11046         (gst_riff_read_element_data), (gst_riff_read_seek),
11047         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11048         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11049         <teuf@gnome.org>
11050
11051 2004-08-23 Iain <iaingnome@gmail.com>
11052
11053         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11054         tags. They appear to be handled differently to normal.
11055         (tag_list_to_id3_tag_foreach): Ditto.
11056
11057 2004-08-22  Wim Taymans  <wim@fluendo.com>
11058
11059         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11060         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11061         Make sure we never send -1 granulepos.
11062
11063 2004-08-20  Wim Taymans  <wim@fluendo.com>
11064
11065         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11066         (gst_ogg_mux_loop):
11067         I will accept bitchslappings with non sharp objects.
11068
11069 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11070
11071         * configure.ac:
11072         Clean up the test for lame presets
11073
11074 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11075
11076         * configure.ac:
11077         * ext/lame/Makefile.am:
11078         * ext/lame/gstlame.c: (gst_lame_class_init),
11079         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11080         Only enable lame presets if version of lame has presets in API
11081
11082 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11083         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11084         * gst/udp/gstudpsrc.h:
11085           Don't call gst_pad_push in a get function. Fixes #150449
11086
11087 2004-08-18  Wim Taymans  <wim@fluendo.com>
11088
11089         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11090         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11091         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11092         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11093         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11094         (gst_fdset_wait):
11095         * gst/tcp/gstfdset.h:
11096         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11097         (gst_multifdsink_client_queue_buffer),
11098         (gst_multifdsink_handle_client_write):
11099         * gst/tcp/gstmultifdsink.h:
11100         Some extra checks in gstfdset.
11101         Only use send() when the fd is a socket. Don't try to
11102         read from write only fds.
11103
11104 2004-08-18  Wim Taymans  <wim@fluendo.com>
11105
11106         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11107         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11108         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11109         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11110         (gst_fdset_wait):
11111         Add more locking and bounds checking.
11112
11113 2004-08-18  Wim Taymans  <wim@fluendo.com>
11114
11115         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11116         Realloc test fdset in the lock and right before starting
11117         the poll call. Bump the limit to 4096.
11118
11119 2004-08-17  David Schleef  <ds@schleef.org>
11120
11121         * sys/sunaudio/Makefile.am:
11122         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11123         of rates and channels.  Make debugging less obnoxious.
11124
11125         Patch from Balamurali Viswanathan implementing a mixer for
11126         Sun audio.  (bug #144091):
11127         * sys/sunaudio/gstsunelement.c:
11128         * sys/sunaudio/gstsunelement.h:
11129         * sys/sunaudio/gstsunmixer.c:
11130         * sys/sunaudio/gstsunmixer.h:
11131
11132 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11133
11134         * gst/audioscale/gstaudioscale.c:
11135         * gst/audioscale/gstaudioscale.h:
11136         made audioscale resample from any sample rate to any sample rate
11137
11138 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11139
11140         * ext/libpng/gstpngdec.c:
11141           error out on unsupported types
11142
11143 2004-08-17  Iain <iaingnome@gmail.com>
11144
11145         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11146         mid_side and loose_mid_side properties if its a stereo stream.
11147
11148 2004-08-17  Wim Taymans  <wim@fluendo.com>
11149
11150         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11151         (theora_get_formats), (theora_dec_src_convert),
11152         (theora_dec_sink_convert), (theora_dec_src_query),
11153         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11154         Add a debug line.
11155
11156 2004-08-17  Wim Taymans  <wim@fluendo.com>
11157
11158         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11159         (gst_ogg_pad_push):
11160         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11161         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11162         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11163         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11164         Mark delta units in the muxer.
11165         Try to decode the packet after an out-of-sync error from
11166         libogg.
11167
11168 2004-08-17  Wim Taymans  <wim@fluendo.com>
11169
11170         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11171         (gst_multifdsink_init), (gst_multifdsink_add),
11172         (gst_multifdsink_client_queue_buffer),
11173         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11174         * gst/tcp/gstmultifdsink.h:
11175         Added option to send a keyframe to clients as the first buffer.
11176         Make timeout property writable.
11177
11178 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11179
11180         patch by: Wim Taymans
11181
11182         * gst/tcp/gstfdset.c:
11183         * gst/tcp/gstmultifdsink.c:
11184           fix index comparison, should include 0
11185
11186 2004-08-16  Wim Taymans  <wim@fluendo.com>
11187
11188         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11189         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11190         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11191         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11192         (gst_fdset_wait):
11193           copy when reallocing for poll so the select arguments don't get
11194           changed during the call
11195
11196 2004-08-16  Wim Taymans  <wim@fluendo.com>
11197
11198         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11199         (gst_theora_enc_class_init), (theora_enc_sink_link),
11200         (theora_buffer_from_packet), (theora_enc_chain):
11201         Fix bug where buffers were not marked as keyframes
11202         correctly.
11203
11204 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11205
11206         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11207         (gst_lame_preset_get_type), (gst_lame_class_init):
11208         describe the enum values for vbr mode and presets more verbosely
11209
11210 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11211
11212         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11213         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11214         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11215         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11216         * ext/lame/gstlame.h:
11217         add preset property to lame so it can use lame presets
11218
11219 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11220
11221         * ext/lame/gstlame.c: (gst_lame_get_property):
11222         whoops forgot break, thanks teuf
11223
11224 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11225
11226         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11227         (gst_lame_class_init), (gst_lame_src_getcaps),
11228         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11229         (gst_lame_get_property), (gst_lame_setup):
11230         * ext/lame/gstlame.h:
11231         fix lame's broken vbr stuff, allow it to resample if need be, and also
11232         make xing header optional
11233
11234 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11235
11236         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11237         added getcaps function so samplerate doesnt get fixated to silly values
11238
11239 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11240
11241         * ext/lame/gstlame.c: (gst_lame_src_link):
11242         revert previous fix
11243
11244 2004-08-12  Johan Dahlin  <johan@gnome.org>
11245
11246         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11247         checks. Doesn't matter what state we are in. Interfaces are a
11248         compile time thing, not runtime. It also broke the python bindings.
11249
11250 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11251
11252         * ext/lame/gstlame.c: (gst_lame_src_link):
11253         made source pad link function check if sinkpad is ok..fixes the problem
11254         where core fixates the output rate of lame stupidly
11255
11256 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11257
11258         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11259         * sys/v4l/v4l_calls.c:
11260         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11261           fix fixate function to handle nonsimple caps.
11262           remove bogus check in _link
11263           cleanups
11264
11265 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11266
11267         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11268         set default compression ratio parameter to 0.0 so bitrate parameter
11269         works :)
11270
11271 2004-08-11  David Schleef  <ds@schleef.org>
11272
11273         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11274
11275 2004-08-11  David Schleef  <ds@schleef.org>
11276
11277         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11278         before.
11279
11280 2004-08-11  David Schleef  <ds@schleef.org>
11281
11282         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11283
11284 2004-08-11  David Schleef  <ds@schleef.org>
11285
11286         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11287           license field
11288         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11289         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11290           LGPL.
11291         * gst/auparse/gstauparse.c: Fix plugin license field.
11292         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11293         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11294         * gst/rtp/gstrtp.c: Fix plugin license field.
11295
11296 2004-08-11  Wim Taymans  <wim@fluendo.com>
11297
11298         * gst/tcp/Makefile.am:
11299         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11300         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11301         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11302         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11303         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11304         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11305         (gst_fdset_fd_can_write), (gst_fdset_wait):
11306         * gst/tcp/gstfdset.h:
11307         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11308         (gst_multifdsink_class_init), (gst_multifdsink_init),
11309         (gst_multifdsink_add), (gst_multifdsink_remove),
11310         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11311         (gst_multifdsink_remove_client_link),
11312         (gst_multifdsink_handle_client_read),
11313         (gst_multifdsink_client_queue_data),
11314         (gst_multifdsink_client_queue_caps),
11315         (gst_multifdsink_client_queue_buffer),
11316         (gst_multifdsink_handle_client_write),
11317         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11318         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11319         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11320         (gst_multifdsink_close):
11321         * gst/tcp/gstmultifdsink.h:
11322         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11323         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11324         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11325         (gst_tcpserversink_close):
11326         * gst/tcp/gsttcpserversink.h:
11327         Abstracted away the select call, implemented poll (yes we ran into
11328         the 1024 limit in production).
11329
11330 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11331
11332         * gst/tcp/gsttcp.c:
11333         * gst/tcp/gsttcpplugin.c:
11334           improve debuggging, remove assert
11335
11336 2004-08-10  Wim Taymans  <wim@fluendo.com>
11337
11338         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11339         (gst_client_status_get_type), (gst_multifdsink_class_init),
11340         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11341         (gst_multifdsink_handle_client_read),
11342         (gst_multifdsink_handle_client_write),
11343         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11344         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11345         (gst_multifdsink_get_property):
11346         * gst/tcp/gstmultifdsink.h:
11347         * gst/tcp/gsttcp-marshal.list:
11348         Starting to prepare for specifying buffer time in other units
11349         than buffers. Expose remove reason in signal.
11350
11351 2004-08-10  Wim Taymans  <wim@fluendo.com>
11352
11353         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11354         (gst_multifdsink_remove), (gst_multifdsink_clear),
11355         (gst_multifdsink_remove_client_link),
11356         (gst_multifdsink_handle_client_read),
11357         (gst_multifdsink_client_queue_data),
11358         (gst_multifdsink_client_queue_buffer),
11359         (gst_multifdsink_handle_client_write),
11360         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11361         (gst_multifdsink_chain), (gst_multifdsink_close):
11362         * gst/tcp/gstmultifdsink.h:
11363         Added more debugging info. Changed the way clients are
11364         removed from the lists. Fixed a bug where a bad file descriptor
11365         could cause many clients to be removed.
11366
11367 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11368
11369         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
11370           allow all pixel-aspect-ratios, not just 1:1
11371
11372 2004-08-09  David Schleef  <ds@schleef.org>
11373
11374         * sys/glsink/ARB_multitexture.h:  Remove old files.
11375         * sys/glsink/EXT_paletted_texture.h:
11376         * sys/glsink/NV_register_combiners.h:
11377         * sys/glsink/gstgl_nvimage.c:
11378         * sys/glsink/gstgl_pdrimage.c:
11379         * sys/glsink/gstgl_rgbimage.c:
11380         * sys/glsink/gstglsink.c:
11381         * sys/glsink/gstglsink.h:
11382         * sys/glsink/gstglxwindow.c:
11383         * sys/glsink/regcomb_yuvrgb.c:
11384
11385 2004-08-09  David Schleef  <ds@schleef.org>
11386
11387         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
11388         GL sink plugin.  (Bug #147302)
11389
11390         * configure.ac: Test for OpenGL
11391         * sys/Makefile.am: Use test for OpenGL
11392         * sys/glsink/Makefile.am:
11393         * sys/glsink/glimagesink.c: rewrite
11394         * sys/glsink/glimagesink.h: rewrite
11395
11396 2004-08-09  David Schleef  <ds@schleef.org>
11397
11398         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
11399         sane framerates.
11400         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
11401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
11402         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
11403
11404 2004-08-09  Wim Taymans  <wim@fluendo.com>
11405
11406         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11407         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11408         (gst_multifdsink_client_remove),
11409         (gst_multifdsink_handle_client_read),
11410         (gst_multifdsink_handle_client_write),
11411         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11412         Do a bit more logging, make the client_read code more robust.
11413
11414 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11415
11416         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
11417         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
11418         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
11419         (gst_jpegdec_init), (gst_jpegdec_chain):
11420         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11421         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
11422           cleanups, debugging fixes and memleak plugging
11423
11424 2004-08-09  Wim Taymans  <wim@fluendo.com>
11425
11426         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11427         (theora_get_formats), (theora_dec_src_convert),
11428         (theora_dec_sink_convert), (theora_dec_src_query),
11429         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
11430         (theora_dec_change_state):
11431         Don't crash on missing header packets.
11432
11433 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11434
11435         * po/LINGUAS:
11436         * po/sq.po:
11437           Added Albanian translation (Laurent Dhima)
11438         * po/cs.po:
11439           updated
11440
11441 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11442
11443         * ext/lame/gstlame.c:
11444           fix/add debugging
11445
11446 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11447
11448         * sys/ximage/ximagesink.c:
11449         * sys/xvimage/xvimagesink.c:
11450           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
11451
11452 2004-08-06  Wim Taymans  <wim@fluendo.com>
11453
11454         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11455         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11456         (gst_multifdsink_client_remove),
11457         (gst_multifdsink_handle_client_read),
11458         (gst_multifdsink_handle_client_write),
11459         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11460         Make sure we don't try to read more from a client that what
11461         ioctl says us or we deadlock.
11462
11463 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11464
11465         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
11466         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
11467         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11468           decouple running_time and n_frames so it can handle changing
11469           framerate while running
11470
11471 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11472
11473         * po/nl.po:
11474         * po/sv.po:
11475           updated translations
11476
11477 2004-08-04  Benjamin Otte  <otte@gnome.org>
11478
11479         * gst/videotestsrc/gstvideotestsrc.c:
11480         (gst_videotestsrc_get_capslist), (generate_capslist),
11481         (plugin_init):
11482           generate the list of supported caps at startup and reuse it instead
11483           of always generating it
11484
11485 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11486
11487         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
11488           whoops, last checkin broke normal build
11489
11490 2004-08-03  Benjamin Otte  <otte@gnome.org>
11491
11492         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
11493         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
11494         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
11495         (gst_alsa_mixer_get_option):
11496         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
11497         (dvdnavsrc_print_event):
11498         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
11499         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
11500         (gst_ogg_mux_pad_unlink):
11501         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
11502         (gst_multipart_mux_pad_unlink):
11503         * gst/videofilter/gstvideobalance.c:
11504         (gst_videobalance_colorbalance_set_value):
11505         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
11506         (gst_videomixer_pad_unlink):
11507         * po/uk.po:
11508         * sys/oss/gstossmixer.c:
11509         * sys/v4l/gstv4lcolorbalance.c:
11510         * sys/v4l/gstv4ltuner.c:
11511         * sys/v4l/v4lsrc_calls.c:
11512         * sys/v4l2/gstv4l2colorbalance.c:
11513         * sys/v4l2/gstv4l2tuner.c:
11514           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
11515
11516 2004-08-03  Benjamin Otte  <otte@gnome.org>
11517
11518         * examples/dynparams/filter.c: (ui_control_create):
11519         * examples/gstplay/player.c: (print_tag):
11520         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
11521         * ext/gdk_pixbuf/gstgdkanimation.c:
11522         (gst_gdk_animation_iter_may_advance):
11523         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
11524         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
11525         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
11526         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
11527         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
11528         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
11529         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
11530         * gst/sine/demo-dparams.c: (main):
11531         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
11532         * testsuite/alsa/formats.c: (create_pipeline):
11533         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
11534           fixes for G_DISABLE_ASSERT and friends
11535         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11536         (mp3_type_frame_length_from_header), (mp3_type_find),
11537         (plugin_init):
11538           require mp3 typefinding to have at least MIN_HEADERS valid headers
11539           add typefinding for AAC adts files
11540
11541 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
11542
11543         * sys/ximage/ximagesink.c:
11544         (gst_ximagesink_calculate_pixel_aspect_ratio):
11545         * sys/xvimage/xvimagesink.c:
11546         (gst_xvimagesink_calculate_pixel_aspect_ratio):
11547         Make sure we calculate pixel-aspect-ratio using floating point maths
11548
11549 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11550
11551         * po/uk.po:
11552           updated translation
11553
11554 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11555
11556         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
11558           add debugging for display PAR calculation
11559
11560 2004-08-02  David Schleef  <ds@schleef.org>
11561
11562         * configure.ac: Fix mikmod CFLAGS.
11563
11564 2004-07-27  Benjamin Otte  <otte@gnome.org>
11565
11566         * gst/audioscale/gstaudioscale.c:
11567         - fix templates to only support S16, it's the only format that works
11568         - make caps nego code use try_set_caps_nonfixed and fixation instead
11569         of try_set_caps twice, which is not nice for autopluggers
11570         - change rank to secondary, so autopluggers can pick it up after
11571         audioconvert
11572
11573 2004-08-02  Iain <iain@prettypeople.org>
11574
11575         * gst/interleave/interleave.c (interleave_init),
11576         (interleave_request_new_pad),
11577         (interleave_pad_removed),
11578         (interleave_buffered_loop): Use the real pad count, not the artificial
11579         one.
11580
11581 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11582
11583         * configure.ac: bump nano back to development
11584
11585 === release 0.8.3 ===
11586
11587 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11588
11589         * configure.ac: releasing 0.8.3, "Water"
11590
11591 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11592
11593         * sys/xvimage/xvimagesink.c:
11594         (gst_xvimagesink_calculate_pixel_aspect_ratio),
11595         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
11596         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
11597         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11598         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11599         * sys/xvimage/xvimagesink.h:
11600           apply similar PAR fixes as to ximagesink
11601
11602 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11603
11604         patch from: Benjamin Otte
11605
11606         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
11607           add link function to lame.  Fixes #148986.
11608
11609 2004-08-02  Johan Dahlin  <johan@gnome.org>
11610
11611         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
11612         fix debugging log
11613
11614 2004-07-30  David Schleef  <ds@schleef.org>
11615
11616         * gst/videomixer/Makefile.am: Fix things that should have been
11617         fixed in the last checkin.
11618
11619 2004-07-30  David Schleef  <ds@schleef.org>
11620
11621         * gst/multipart/Makefile.am: Fix things that should have been
11622         fixed in the last checkin.
11623
11624 2004-07-30  David Schleef  <ds@schleef.org>
11625
11626         * testsuite/multifilesink/Makefile.am: Fix unused variable.
11627
11628 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11629
11630         * configure.ac:
11631           bump nano for prerelease
11632         * po/af.po:
11633         * po/az.po:
11634         * po/cs.po:
11635         * po/en_GB.po:
11636         * po/hu.po:
11637         * po/nl.po:
11638         * po/sr.po:
11639         * po/sv.po:
11640         * po/uk.po:
11641           updates
11642
11643 2004-07-30  Wim Taymans  <wim@fluendo.com>
11644
11645         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11646         (gst_multifdsink_add), (gst_multifdsink_remove),
11647         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11648         (gst_multifdsink_client_remove),
11649         (gst_multifdsink_handle_client_write),
11650         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11651         * gst/tcp/gstmultifdsink.h:
11652         Recover from a select with a bad file descriptor by removing
11653         the client.
11654
11655 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11656
11657         * configure.ac:
11658           fix requirement of core
11659         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
11660         (gst_play_pipeline_setup):
11661           don't use colorspace element.  do use hermescolorspace element.
11662           make macro to get a colorspace element.
11663           mark strings for translation.
11664         * po/POTFILES.in:
11665           add play.c
11666         * po/af.po:
11667         * po/az.po:
11668         * po/cs.po:
11669         * po/en_GB.po:
11670         * po/hu.po:
11671         * po/nl.po:
11672         * po/sr.po:
11673         * po/sv.po:
11674         * po/uk.po:
11675           update translations
11676
11677 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11678
11679         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11680         fix default for newmedia flag
11681
11682 2004-07-30  Wim Taymans  <wim@fluendo.com>
11683
11684         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11685         (gst_theora_dec_init), (theora_get_formats),
11686         (theora_dec_src_convert), (theora_dec_sink_convert),
11687         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11688         (theora_dec_chain), (theora_dec_set_property),
11689         (theora_dec_get_property):
11690         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11691         (gst_theora_enc_class_init), (gst_theora_enc_init),
11692         (theora_enc_sink_link), (theora_enc_chain),
11693         (theora_enc_set_property), (theora_enc_get_property):
11694         Added cropping option to theora decoder.
11695         Added border option to theora encoder.
11696
11697 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11698
11699         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11700         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11701         (gst_pngenc_set_property):
11702         * ext/libpng/gstpngenc.h:
11703         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
11704
11705 2004-07-30  Wim Taymans  <wim@fluendo.com>
11706
11707         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11708         (theora_enc_sink_link), (theora_enc_chain),
11709         (theora_enc_set_property), (theora_enc_get_property):
11710         Fix encoding of non-multiple-of-16 video.
11711
11712 2004-07-29  David Schleef  <ds@schleef.org>
11713
11714         * configure.ac: make test for audiofile more strict
11715
11716 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11717
11718         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11719           give different names to typefind functions
11720
11721 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11722
11723         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
11724         (gst_ximagesink_calculate_pixel_aspect_ratio),
11725         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
11726         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
11727         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
11728         (gst_ximagesink_get_property), (gst_ximagesink_init):
11729         * sys/ximage/ximagesink.h:
11730           allocate PAR's dynamically.
11731           use autodetected PAR if no object-set PAR is given.
11732           add workaround for directfb's X not setting physical size.
11733           fix to xvimagesink will follow tomorrow.
11734
11735 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11736
11737         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
11738         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
11739         (gst_shout2send_get_type), (gst_shout2send_set_clock),
11740         (gst_shout2send_class_init), (gst_shout2send_init),
11741         (set_shout_metadata), (gst_shout2send_set_metadata),
11742         (gst_shout2send_chain), (gst_shout2send_set_property),
11743         (gst_shout2send_get_property), (gst_shout2send_connect),
11744         (gst_shout2send_change_state):
11745         * ext/shout2/gstshout2.h:
11746         - fix for sending mp3 audio to icecast2 server, if pad link function not
11747         called before PAUSED state
11748         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
11749         - added tagging support for mp3 audio broadcasted
11750         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11751         debug info
11752
11753 2004-07-28  Wim Taymans  <wim@fluendo.com>
11754
11755         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11756         (gst_ogg_demux_push):
11757         Return query failure when we don't know the length of
11758         an ogg stream insteda of returning TRUE with a bogus value.
11759
11760 2004-07-28  Wim Taymans  <wim@fluendo.com>
11761
11762         * ext/theora/theoradec.c: (theora_get_formats),
11763         (theora_dec_src_convert), (theora_dec_sink_convert),
11764         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11765         (theora_dec_chain):
11766         Don't screw up the 1 Chroma for 1 luma sample situation when we
11767         have an odd offset/width by adding a black border in those cases.
11768
11769 2004-07-28  Wim Taymans  <wim@fluendo.com>
11770
11771         * ext/theora/theoradec.c: (theora_get_formats),
11772         (theora_dec_src_convert), (theora_dec_sink_convert),
11773         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11774         (theora_dec_chain):
11775         * ext/theora/theoraenc.c: (theora_enc_sink_link):
11776         Added first attempt at cropping of the image as required by the
11777         theora spec. We need more properties in the caps (offset_x,
11778         offset_y,stride) to implement this correctly.
11779
11780 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
11781
11782         * ext/dvdnav/README:
11783           Update the README to use dvddemux
11784         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
11785           Ensure getcaps returns a subset of the template caps
11786         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
11787         (gst_mpeg2subt_init):
11788           Ensure getcaps returns a subset of the template caps
11789         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11790         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
11791         (gst_dvd_demux_get_subpicture_stream),
11792         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
11793         * gst/mpegstream/gstdvddemux.h:
11794           Set the explicit caps on the current_video pad before pushing
11795           anything
11796         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
11797         (gst_mpeg_demux_get_audio_stream):
11798           Free caps used to gst_pad_set_explicit_caps, which takes a const
11799           GstCaps *
11800
11801 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11802
11803         * configure.ac: update GStreamer requirement to 0.8.4 because of
11804           GstFraction.
11805
11806 2004-07-28  Wim Taymans  <wim@fluendo.com>
11807
11808         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
11809         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
11810         Add the pad to the element after setting up the caps. This
11811         makes it a lot easier to autoplug.
11812
11813 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
11814
11815         * gst/median/gstmedian.c:
11816         * gst/mpeg2subt/gstmpeg2subt.c:
11817         * gst/mpegaudioparse/gstmpegaudioparse.c:
11818         * gst/mpegstream/gstdvddemux.c:
11819         * gst/mpegstream/gstmpegdemux.c:
11820         * gst/mpegstream/gstmpegpacketize.c:
11821         * gst/rtjpeg/gstrtjpeg.c:
11822         * gst/rtjpeg/gstrtjpegdec.c:
11823         * gst/rtjpeg/gstrtjpegenc.c:
11824         * gst/sine/gstsinesrc.c:
11825         * gst/smooth/gstsmooth.c:
11826         * gst/smpte/gstsmpte.c:
11827         * gst/smpte/gstsmpte.h:
11828         * gst/stereo/gststereo.c:
11829         * gst/videofilter/gstgamma.c:
11830         * gst/videofilter/gstvideobalance.c:
11831         * gst/videofilter/gstvideofilter.c:
11832         * gst/videofilter/gstvideoflip.c:
11833         * gst/videoscale/gstvideoscale.c:
11834         * gst/videoscale/videoscale.c:
11835         * gst/videotestsrc/gstvideotestsrc.c:
11836         * gst/videotestsrc/videotestsrc.c:
11837         * gst/wavenc/gstwavenc.c:
11838         * gst/wavparse/gstwavparse.c:
11839           fix local includes and 64 bits constants
11840
11841 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
11842
11843         * win32/gst.sln:
11844         * gst-libs/gst/*/*.vcproj:
11845         * gst/*/*.vcproj:
11846           more working plugins
11847
11848 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11849
11850         * testsuite/alsa/Makefile.am:
11851         * testsuite/alsa/srcstate.c:
11852         add test for alsasrc changing state
11853
11854 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11855
11856         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
11857         (gst_silence_get):
11858         * gst/silence/gstsilence.h:
11859         fix silence generation for 16bit raw audio
11860
11861 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11862
11863         * gst/matroska/matroska-demux.c:
11864         (gst_matroska_demux_parse_metadata),
11865         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
11866         * gst/mpegaudio/common.c:
11867         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11868         (gst_videoscale_getcaps), (gst_videoscale_link),
11869         (gst_videoscale_src_fixate), (gst_videoscale_init),
11870         (gst_videoscale_finalize):
11871         * gst/videoscale/gstvideoscale.h:
11872         * gst/videotestsrc/gstvideotestsrc.c:
11873         (gst_videotestsrc_get_capslist):
11874         * gst/wavenc/gstwavenc.c:
11875         * sys/oss/gstossmixer.c: (fill_labels):
11876         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
11877         (gst_ximagesink_handle_xevents),
11878         (gst_ximagesink_calculate_pixel_aspect_ratio),
11879         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
11880         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
11881         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
11882         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11883         (gst_ximagesink_init), (gst_ximagesink_class_init):
11884         * sys/ximage/ximagesink.h:
11885         * sys/xvimage/xvimagesink.c:
11886         (gst_xvimagesink_calculate_pixel_aspect_ratio),
11887         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
11888         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
11889         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11890         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11891         * sys/xvimage/xvimagesink.h:
11892           first batch of pixel aspect ratio commits.
11893
11894 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11895
11896         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11897         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
11898         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
11899           handle stride, needs work if we want to move stride handling
11900           upstream, but works correctly for our purposes.
11901
11902 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11903
11904         * gst/videoscale/README:
11905           add testing examples
11906         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
11907         (gst_videoscale_chain):
11908         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
11909         (gst_videoscale_get_size):
11910           add get_size function that handles stride like videotestsrc.
11911           fixes conversion for YUV formats for as much as I can test them.
11912
11913 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11914
11915         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11916         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11918         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
11919         (gst_xvimagesink_xvimage_put):
11920           further cleanups, logging, error handling and synchronizing
11921
11922 2004-07-27  Wim Taymans  <wim@fluendo.com>
11923
11924         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
11925         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
11926         (gst_videomixer_pad_set_property),
11927         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
11928         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
11929         (gst_videomixer_class_init), (gst_videomixer_init),
11930         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
11931         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
11932         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
11933         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
11934         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
11935         (gst_videomixer_loop), (plugin_init):
11936         Be a nicer negotiation citizen and provide a getcaps function on
11937         the srcpad. This also fixes a crash when resizing.
11938
11939 2004-07-27  Julien MOUTTE  <julien@moutte.net>
11940
11941         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11942         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
11943
11944 2004-07-27  Wim Taymans  <wim@fluendo.com>
11945
11946         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
11947         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11948         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11949         (gst_pngenc_set_property):
11950         * ext/libpng/gstpngenc.h:
11951         Added snapshot property to pngenc.
11952         removed g_print from pngdec
11953
11954 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
11955
11956         * gst/ac3parse/ac3parse.vcproj
11957         * gst/adder/adder.vcproj
11958         * gst/alpha/alpha.vcproj
11959         * gst/alpha/alphacolor.vcproj
11960         * gst/asfdemux/asf.vcproj
11961         * gst/audioconvert/audioconvert.vcproj
11962         * gst/audiorate/audiorate.vcproj
11963         * gst/audioscale/audioscale.vcproj
11964         * gst/auparse/auparse.vcproj
11965         * gst/avi/avi.vcproj
11966         * gst/cdxaparse/cdxaparse.vcproj
11967         * gst/chart/chart.vcproj
11968         * gst/colorspace/colorspace.vcproj
11969         * gst/cutter/cutter.vcproj
11970         * gst/debug/debug.vcproj
11971         * gst/debug/efence.vcproj
11972         * gst/debug/navigationtest.vcproj
11973         * gst/deinterlace/deinterlace.vcproj
11974         * gst/effectv/effectv.vcproj
11975         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
11976         * gst/filter/filter.vcproj
11977         * gst/flx/flxdec.vcproj
11978         * gst/goom/goom.vcproj
11979         * gst/interleave/interleave.vcproj
11980         * gst/law/alaw.vcproj
11981         * gst/law/mulaw.vcproj
11982         * gst/matroska/matroska.vcproj
11983         * gst/median/median.vcproj
11984         * gst/mixmatrix/mixmatrix.vcproj
11985         * gst/mpeg1sys/mpeg1systemencode.vcproj
11986         * gst/mpeg1videoparse/mp1videoparse.vcproj
11987         * gst/mpeg2sub/mpeg2subt.vcproj
11988         * gst/mpegaudio/mpegaudio.vcproj
11989         * gst/mpegaudioparse/mpegaudioparse.vcproj
11990         * gst/mpegstream/mpegstream.vcproj
11991         * gst/multifilesink/multifilesink.vcproj
11992         * gst/multipart/multipart.vcproj
11993         * gst/oneton/oneton.vcproj
11994         * gst/overlay/overlay.vcproj
11995         * gst/passthrough/passthrough.vcproj
11996         * gst/qtdemux/qtdemux.vcproj
11997         * gst/realmedia/rmdemux.vcproj
11998         * gst/rtjpeg/rtjpeg.vcproj
11999         * gst/rtp/rtp.vcproj
12000         * gst/silence/silence.vcproj
12001         * gst/sine/sinesrc.vcproj
12002         * gst/smooth/smooth.vcproj
12003         * gst/smpte/smpte.vcproj
12004         * gst/spectrum/spectrum.vcproj
12005         * gst/speed/speed.vcproj
12006         * gst/stereo/stereo.vcproj
12007         * gst/switch/switch.vcproj
12008         * gst/tags/tagedit.vcproj
12009         * gst/tcp/tcp.vcproj
12010         * gst/typefind/typefindfunctions.vcproj
12011         * gst/udp/udp.vcproj
12012         * gst/videobox/videobox.vcproj
12013         * gst/videocrop/videocrop.vcproj
12014         * gst/videodrop/videodrop.vcproj
12015         * gst/videofilter/gamma.vcproj
12016         * gst/videofilter/videobalance.vcproj
12017         * gst/videofilter/videofilter.vcproj
12018         * gst/videofilter/videoflip.vcproj
12019         * gst/videoflip/videoflip.vcproj
12020         * gst/videomixer/videomixer.vcproj
12021         * gst/videorate/videorate.vcproj
12022         * gst/videoscale/videoscale.vcproj
12023         * gst/videotestsrc/videotestsrc.vcproj
12024         * gst/virtualdub/virtualdub.vcproj
12025         * gst/volenv/volenv.vcproj
12026         * gst/volume/volume.vcproj
12027         * gst/wavenc/wavenc.vcproj
12028         * gst/wavparse/wavparse.vcproj
12029         * gst/y4m/y4menc.vcproj
12030         * gst-libs/gst/audio/audio.vcproj
12031         * gst-libs/gst/audio/audiofilter.vcproj
12032         * gst-libs/gst/colorbalance/colorbalance.vcproj
12033         * gst-libs/gst/idct/idtc.vcproj
12034         * gst-libs/gst/media-info/media-info.vcproj
12035         * gst-libs/gst/mixer/mixer.vcproj
12036         * gst-libs/gst/navigation/navigation.vcproj
12037         * gst-libs/gst/play/play.vcproj
12038         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12039         * gst-libs/gst/resample/resample.vcproj
12040         * gst-libs/gst/riff/riff.vcproj
12041         * gst-libs/gst/tuner/tuner.vcproj
12042         * gst-libs/gst/video/video.vcproj
12043         * gst-libs/gst/xoverlay/xoverlay.vcproj
12044           avoid problems with math.h, fix release dependancy
12045           rename GStreamer-0.8.lib to libgstreamer.lib
12046
12047 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12048
12049         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12051         the atom is not available we have to unlock the mutex. Fixes #148023
12052
12053 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12054
12055         * gst-libs/gst/media-info/media-info.h:
12056           issue for a vararg macro with MSVC
12057
12058 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12059
12060         * gst/effectv/effectv.vcproj
12061         * gst-libs/gst/idct/idct.vcproj:
12062         * gst-libs/gst/media-info/media-info.vcproj:
12063         * gst-libs/gst/navigation/navigation.vcproj:
12064         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12065         * gst-libs/gst/video/video.vcproj:
12066         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12067           fixes for build problems
12068
12069 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12070
12071         * gst-libs/gst/audio/audio.def:
12072         * gst-libs/gst/audio/riff.def:
12073           add some definitions needed by plugins
12074
12075 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12076
12077         * gst/asfdemux/gstasfmux.c
12078           Fix some 64 bits constants to be glib friendly
12079
12080 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12081
12082         * gst/ac3parse/gstac3parse.c
12083         * gst/audioscale/gstaudioscale.c
12084         * gst/auparse/gstauparse.c
12085         * gst/colorspace/gstcolorspace.c
12086         * gst/colorspace/yuv2rgb.h
12087           local include fixes
12088
12089 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12090
12091         * win32/gst.sln
12092           add more plugins to the build
12093
12094 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12095
12096         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12097         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12098
12099 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12100
12101         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12102         (gst_level_set_property), (gst_level_get_property),
12103         (gst_level_base_init), (gst_level_class_init):
12104           add debugging categories.  cleanups.
12105
12106 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12107
12108         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12109         (gst_videoscale_planar411), (gst_videoscale_planar400),
12110         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12111         (gst_videoscale_scale_nearest_str1),
12112         (gst_videoscale_scale_nearest_str2),
12113         (gst_videoscale_scale_nearest_str4),
12114         (gst_videoscale_scale_nearest_16bit),
12115         (gst_videoscale_scale_nearest_24bit):
12116           fixed stride issues
12117           tested with 320x240 -> 321, 322, 324 x240
12118           tested with YV12, I420, YUY2, UYVY
12119           fixed packed422rev (don't think it could have worked before)
12120           by testing with UYVY
12121
12122 2004-07-26  Benjamin Otte  <otte@gnome.org>
12123
12124         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12125         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12126         (plugin_init):
12127           add debugging category, add error checks like checking return values
12128           of setup calls, make sure it still works after
12129           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12130
12131 2004-07-26  Wim Taymans  <wim@fluendo.com>
12132
12133         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12134         (gst_mpeg_demux_get_audio_stream),
12135         (gst_mpeg_demux_process_private):
12136         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12137         Check for error codes from the negotiation functions. Make sure
12138         we really set the pad caps when a new pad is created.
12139
12140 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12141
12142         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12143         (gst_ffmpeg_caps_to_pix_fmt):
12144         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12145         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12146         (gst_ffmpegcolorspace_pad_link):
12147           don't make function do two things at the same time without reason.
12148
12149 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12150
12151         * gst/ac3parse/ac3parse.vcproj
12152         * gst/adder/adder.vcproj
12153         * gst/alpha/alpha.vcproj
12154         * gst/alpha/alphacolor.vcproj
12155         * gst/asfdemux/asf.vcproj
12156         * gst/audioconvert/audioconvert.vcproj
12157         * gst/audiorate/audiorate.vcproj
12158         * gst/audioscale/audioscale.vcproj
12159         * gst/auparse/auparse.vcproj
12160         * gst/avi/avi.vcproj
12161         * gst/cdxaparse/cdxaparse.vcproj
12162         * gst/chart/chart.vcproj
12163         * gst/colorspace/colorspace.vcproj
12164         * gst/cutter/cutter.vcproj
12165         * gst/debug/debug.vcproj
12166         * gst/debug/efence.vcproj
12167         * gst/debug/navigationtest.vcproj
12168         * gst/deinterlace/deinterlace.vcproj
12169         * gst/effectv/effectv.vcproj
12170         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12171         * gst/filter/filter.vcproj
12172         * gst/flx/flxdec.vcproj
12173         * gst/goom/goom.vcproj
12174         * gst/interleave/interleave.vcproj
12175         * gst/law/alaw.vcproj
12176         * gst/law/mulaw.vcproj
12177         * gst/matroska/matroska.vcproj
12178         * gst/median/median.vcproj
12179         * gst/mixmatrix/mixmatrix.vcproj
12180         * gst/mpeg1sys/mpeg1systemencode.vcproj
12181         * gst/mpeg1videoparse/mp1videoparse.vcproj
12182         * gst/mpeg2sub/mpeg2subt.vcproj
12183         * gst/mpegaudio/mpegaudio.vcproj
12184         * gst/mpegaudioparse/mpegaudioparse.vcproj
12185         * gst/mpegstream/mpegstream.vcproj
12186         * gst/multifilesink/multifilesink.vcproj
12187         * gst/multipart/multipart.vcproj
12188         * gst/oneton/oneton.vcproj
12189         * gst/overlay/overlay.vcproj
12190         * gst/passthrough/passthrough.vcproj
12191         * gst/qtdemux/qtdemux.vcproj
12192         * gst/realmedia/rmdemux.vcproj
12193         * gst/rtjpeg/rtjpeg.vcproj
12194         * gst/rtp/rtp.vcproj
12195         * gst/silence/silence.vcproj
12196         * gst/sine/sinesrc.vcproj
12197         * gst/smooth/smooth.vcproj
12198         * gst/smpte/smpte.vcproj
12199         * gst/spectrum/spectrum.vcproj
12200         * gst/speed/speed.vcproj
12201         * gst/stereo/stereo.vcproj
12202         * gst/switch/switch.vcproj
12203         * gst/tags/tagedit.vcproj
12204         * gst/tcp/tcp.vcproj
12205         * gst/typefind/typefindfunctions.vcproj
12206         * gst/udp/udp.vcproj
12207         * gst/videobox/videobox.vcproj
12208         * gst/videocrop/videocrop.vcproj
12209         * gst/videodrop/videodrop.vcproj
12210         * gst/videofilter/gamma.vcproj
12211         * gst/videofilter/videobalance.vcproj
12212         * gst/videofilter/videofilter.vcproj
12213         * gst/videofilter/videoflip.vcproj
12214         * gst/videoflip/videoflip.vcproj
12215         * gst/videomixer/videomixer.vcproj
12216         * gst/videorate/videorate.vcproj
12217         * gst/videoscale/videoscale.vcproj
12218         * gst/videotestsrc/videotestsrc.vcproj
12219         * gst/virtualdub/virtualdub.vcproj
12220         * gst/volenv/volenv.vcproj
12221         * gst/volume/volume.vcproj
12222         * gst/wavenc/wavenc.vcproj
12223         * gst/wavparse/wavparse.vcproj
12224         * gst/y4m/y4menc.vcproj
12225           more plugins supported under windows
12226
12227 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12228
12229         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12230         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12231         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12233         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12234           Add debugging statements.  Use the sizes as returned by the
12235           *CreateImage calls.
12236
12237 2004-07-26  Johan Dahlin  <johan@gnome.org>
12238
12239         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12240         the pad is negotiated.
12241
12242         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12243
12244 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12245
12246         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12247         * gst-libs/gst/idct/idct.vcproj:
12248         * gst-libs/gst/media-info/media-info.vcproj:
12249         * gst-libs/gst/mixer/mixer.vcproj:
12250         * gst-libs/gst/navigation/navigation.vcproj:
12251         * gst-libs/gst/play/play.vcproj:
12252         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12253         * gst-libs/gst/resample/resample.vcproj:
12254         * gst-libs/gst/tuner/tuner.vcproj:
12255         * gst-libs/gst/video/video.vcproj:
12256         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12257           more plugins supported under windows
12258
12259 2004-07-25 Iain <iain@prettypeople.org>
12260
12261         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12262         pad now rather than when the pad is created because state changes wipe
12263         explicit caps (fixes #148043).
12264
12265 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12266
12267         reviewed by Benjamin Otte  <otte@gnome.org>
12268
12269         * ext/mad/gstmad.c:
12270           fix mad plugin crashing on Sun (fixes #148289)
12271
12272 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12273
12274         * gst/avi/avi.def:
12275         * gst/avi/avi.vcproj:
12276         * gst/matroska/matroska.def:
12277         * gst/matroska/matroska.vcproj:
12278           remove unused .def files
12279
12280 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12281
12282         * gst-libs/gst/audio/gstaudiofilter.c:
12283           Clean the local include
12284
12285 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12286
12287         * win32/gst.sln:
12288         * gst-libs/gst/audio/audio.def:
12289         * gst-libs/gst/audio/audio.vcproj:
12290         * gst-libs/gst/audio/audiofilter.vcproj:
12291         * gst-libs/gst/audio/riff.def:
12292         * gst-libs/gst/audio/riff.vcproj:
12293         * gst-libs/gst/gst-libs.def:
12294         * gst-libs/gst/gst-libs.vcproj:
12295         * gst/avi/avi.vcproj:
12296         * gst/avi/avi.vcproj:
12297           Copy the files where needed after building, cleaner projects
12298
12299 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12300
12301         * gst/matroska/ebml-write.c:
12302           Fix some 64 bits constants to be glib friendly
12303
12304 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12305
12306         * win32/gst.sln:
12307         * gst-libs/gst/gst-libs.def:
12308         * gst-libs/gst/gst-libs.vcproj:
12309         * gst/matroska/matroska.def:
12310         * gst/matroska/matroska.vcproj:
12311           Add the preliminary canvas to build plugins on Win32
12312
12313 2004-07-23  Benjamin Otte  <otte@gnome.org>
12314
12315         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12316           don't enfore negotiation from source side, it breaks
12317           sinesrc ! audioconvert ! osssink
12318
12319 2004-07-22  David Schleef  <ds@schleef.org>
12320
12321         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12322         for ELF files, since they can easily be recognized as audio/mpeg.
12323         (bug #147441)
12324
12325 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12326
12327         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12328         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12329         (gst_videoscale_scale_nearest_24bit),
12330         (gst_videoscale_scale_nearest_16bit):
12331           fix 16bit and 24bit for stride (24bit might need testing)
12332           don't pretend we do more than one algorithm
12333
12334 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12335
12336         * configure.ac:
12337         * gst/Makefile.am:
12338         * gst/multifilesink/Makefile.am:
12339         * gst/multifilesink/gstmultifilesink.c:
12340         (gst_multifilesink_get_formats),
12341         (gst_multifilesink_get_query_types), (_do_init),
12342         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12343         (gst_multifilesink_init), (gst_multifilesink_dispose),
12344         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12345         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12346         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12347         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12348         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12349         (gst_multifilesink_uri_get_type),
12350         (gst_multifilesink_uri_get_protocols),
12351         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12352         (gst_multifilesink_uri_handler_init), (plugin_init):
12353         * gst/multifilesink/gstmultifilesink.h:
12354         * testsuite/Makefile.am:
12355         * testsuite/multifilesink/Makefile.am:
12356         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12357         (gst_newmedia_class_init), (gst_newmedia_init),
12358         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12359         (newfile_signal), (test_signal), (main):
12360         multifilesink plugin for creating new files every time a new media
12361         discontinuity event occurs
12362
12363 2004-07-22  Wim Taymans  <wim@fluendo.com>
12364
12365         * gst/alpha/Makefile.am:
12366         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
12367         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
12368         (gst_alpha_color_init), (gst_alpha_color_set_property),
12369         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
12370         (transform), (gst_alpha_color_chain),
12371         (gst_alpha_color_change_state), (plugin_init):
12372         Stupid plugin to to RGBA to AYUV conversion because none of
12373         the colorspace plugins can handle that yet.
12374
12375 2004-07-22  Wim Taymans  <wim@fluendo.com>
12376
12377         * examples/seeking/seek.c: (update_scale), (main):
12378         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12379         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12380         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12381         (gst_decode_bin_init), (gst_decode_bin_dispose),
12382         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12383         (no_more_pads), (close_link), (type_found),
12384         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12385         (plugin_init):
12386         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12387         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12388         (gst_play_base_bin_dispose), (queue_overrun),
12389         (gen_preroll_element), (remove_prerolls), (unknown_type),
12390         (no_more_pads), (new_stream), (setup_source),
12391         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12392         (play_base_eos), (gst_play_base_bin_change_state),
12393         (gst_play_base_bin_add_element),
12394         (gst_play_base_bin_remove_element),
12395         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12396         (gst_play_base_bin_unlink_stream),
12397         (gst_play_base_bin_get_streaminfo):
12398         * gst/playback/gstplaybin.c: (gen_video_element),
12399         (gen_audio_element):
12400         * gst/playback/gststreaminfo.h:
12401         More playback updates, attempt to fix things after the state change
12402         breakage.
12403
12404 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12405
12406         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
12407         (gst_videoscale_scale_nearest_16bit):
12408           comment algorithm
12409
12410 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12411
12412         * gst/videotestsrc/gstvideotestsrc.c:
12413         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
12414         (gst_videotestsrc_init), (gst_videotestsrc_get),
12415         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
12416         (gst_videotestsrc_get_property):
12417         * gst/videotestsrc/gstvideotestsrc.h:
12418         * gst/videotestsrc/videotestsrc.c:
12419         * gst/videotestsrc/videotestsrc.h:
12420           cleanup and commenting
12421
12422 2004-07-21  Wim Taymans  <wim@fluendo.com>
12423
12424         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12425         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
12426         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
12427         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
12428         (_find_chain_get_unknown_part), (_find_streams_check),
12429         (gst_ogg_demux_push), (gst_ogg_pad_push):
12430         * ext/theora/theoradec.c: (theora_get_formats),
12431         (theora_dec_src_convert), (theora_dec_sink_convert),
12432         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12433         (theora_dec_chain):
12434         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12435         (vorbis_dec_convert), (vorbis_dec_src_query),
12436         (vorbis_dec_src_event), (vorbis_dec_event):
12437         More seeking fixes, oggdemux now supports seeking to time and
12438         uses the downstream element to convert granulepos to time.
12439         Seeking in theora-only ogg files now works.
12440
12441 2004-07-21  Wim Taymans  <wim@fluendo.com>
12442
12443         * ext/theora/theoradec.c: (gst_theora_dec_init),
12444         (theora_get_formats), (theora_get_event_masks),
12445         (theora_get_query_types), (theora_dec_src_convert),
12446         (theora_dec_sink_convert), (theora_dec_src_query),
12447         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12448         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12449         (vorbis_get_event_masks), (vorbis_get_query_types),
12450         (gst_vorbis_dec_init), (vorbis_dec_convert),
12451         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
12452         Added query/convert/formats functions to vorbis and theora decoders
12453         so that the outside world can use them too. Fixed seeking on an
12454         ogg/theora/vorbis file by disabling the seeking seeking on the
12455         theora srcpad.
12456
12457 2004-07-21  Julien MOUTTE  <julien@moutte.net>
12458
12459         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12460         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
12461         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
12462         images creation for both elements. We don't create the image on caps
12463         nego or renego, we just destroy the internal one if present if it does
12464         not match the needs. The chain function takes care of creating a new
12465         image when needed.
12466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12467         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
12468         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12469         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
12470         the image format information. The buffer pool checks for the context
12471         image format and discard images with different formats.
12472         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
12473
12474 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12475
12476         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12477         (gst_ffmpegcolorspace_chain):
12478           no point in doing any chaining if the pad we want to push from
12479           isn't usable.
12480
12481 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12482
12483         * gst-libs/gst/riff/riff-media.c:
12484         (gst_riff_create_audio_caps_with_data):
12485           Fix double end-to-native symbol conversion (#148021).
12486
12487 2004-07-20  David Schleef  <ds@schleef.org>
12488
12489         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12490         Don't use an Atom that doesn't exist.
12491
12492 2004-07-20  Wim Taymans  <wim@fluendo.com>
12493
12494         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12495         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12496         (gst_multifdsink_client_remove),
12497         (gst_multifdsink_handle_client_write),
12498         (gst_multifdsink_queue_buffer):
12499         * gst/tcp/gstmultifdsink.h:
12500         More multifdsink stats. Avoid deadlock by releasing locks
12501         before sending out a signal.
12502
12503 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12504
12505         * po/LINGUAS:
12506         * po/hu.po:
12507           added Hungarian translation (Laszlo Dvornik)
12508
12509 2004-07-20  Wim Taymans  <wim@fluendo.com>
12510
12511         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12512         (gst_multifdsink_add), (gst_multifdsink_client_remove),
12513         (gst_multifdsink_handle_client_write),
12514         (gst_multifdsink_queue_buffer):
12515         * gst/tcp/gsttcp-marshal.list:
12516         Fixed the stupid marshal definition.
12517
12518 2004-07-20  Wim Taymans  <wim@fluendo.com>
12519
12520         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12521         (gst_multifdsink_init), (gst_multifdsink_add),
12522         (gst_multifdsink_client_remove),
12523         (gst_multifdsink_handle_client_write),
12524         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
12525         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
12526         (gst_multifdsink_init_send):
12527         * gst/tcp/gstmultifdsink.h:
12528         Added more stats, added timeout for a client, fixed some typos
12529         and added some comments.
12530
12531 2004-07-20  Wim Taymans  <wim@fluendo.com>
12532
12533         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12534         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12535         (gst_multifdsink_client_remove),
12536         (gst_multifdsink_handle_client_write):
12537         * gst/tcp/gstmultifdsink.h:
12538         * gst/tcp/gsttcp-marshal.list:
12539         Added get_stats method that returns a GValueArray of
12540         stats values.
12541
12542 2004-07-19  Benjamin Otte  <otte@gnome.org>
12543
12544         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
12545           make sure longname, description and author are valid UTF-8
12546
12547 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12548
12549         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
12550         (gst_ximagesink_set_property):
12551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
12552         (gst_xvimagesink_set_property):
12553           make sure SYNCHRONOUS is respected after getting the X context
12554
12555 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12556
12557         * gst/matroska/matroska-demux.c:
12558         (gst_matroska_demux_handle_src_event),
12559         (gst_matroska_demux_parse_blockgroup):
12560         * gst/matroska/matroska-ids.h:
12561           add BlockReference tag and ignore it to clear out log.
12562           ignore NAVIGATION events to clear out log.
12563
12564 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12565
12566         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
12567         (gst_matroska_demux_add_stream):
12568         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
12569           add debug categories
12570
12571 2004-07-16  Wim Taymans  <wim@fluendo.com>
12572
12573         * ext/libpng/Makefile.am:
12574         * ext/libpng/gstpng.c: (plugin_init):
12575         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
12576         (gst_pngdec_get_type), (gst_pngdec_base_init),
12577         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
12578         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
12579         * ext/libpng/gstpngdec.h:
12580         Added png decoder.
12581
12582 2004-07-16  Julien MOUTTE  <julien@moutte.net>
12583
12584         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
12585         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
12586         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
12587         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
12588         (gst_ximagesink_buffer_alloc):
12589         * sys/ximage/ximagesink.h:
12590         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12591         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12592         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
12593         (gst_xvimagesink_buffer_alloc):
12594         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
12595         again. Using internal data pointer of the x(v)image to store image's
12596         data to be coherent with the buffer alloc mechanism. Investigated the
12597         image destruction code to be sure that everything gets freed correctly.
12598
12599 2004-07-16  Wim Taymans  <wim@fluendo.com>
12600
12601         * gst-libs/gst/riff/riff-read.c:
12602         (gst_riff_read_strf_vids_with_data),
12603         (gst_riff_read_strf_auds_with_data):
12604         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12605         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
12606         Make sure we don't create 0 sized subbuffers in riff-read.
12607         Signal the no more pads signal after reading the avi header.
12608
12609 2004-07-16  Wim Taymans  <wim@fluendo.com>
12610
12611         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12612         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12613         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12614         (gst_decode_bin_init), (gst_decode_bin_dispose),
12615         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12616         (no_more_pads), (close_link), (type_found),
12617         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12618         (gst_decode_bin_change_state), (plugin_init):
12619         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12620         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12621         (gst_play_base_bin_dispose), (queue_overrun),
12622         (gen_preroll_element), (remove_prerolls), (unknown_type),
12623         (no_more_pads), (new_stream), (setup_source),
12624         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12625         (play_base_eos), (gst_play_base_bin_change_state),
12626         (gst_play_base_bin_add_element),
12627         (gst_play_base_bin_remove_element),
12628         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12629         (gst_play_base_bin_unlink_stream),
12630         (gst_play_base_bin_get_streaminfo):
12631         * gst/playback/gstplaybasebin.h:
12632         Better error recovery. Added configurable preroll queue size. Faster
12633         detection of no-more-pads.
12634
12635 2004-07-16  Wim Taymans  <wim@fluendo.com>
12636
12637         * gst-libs/gst/video/video.h:
12638         Added 32 bits RGBA. Not sure if we should use another mime-type
12639         for alpha rgb. Currently the presence of the alpha_mask property
12640         signals an alpha channel.
12641
12642 2004-07-16  Wim Taymans  <wim@fluendo.com>
12643
12644         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12645         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12646         FPS seems to be 0.0 to MAX everywhere else.
12647
12648 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12649
12650         * gst-libs/gst/riff/riff-media.c:
12651         (gst_riff_create_video_caps_with_data):
12652           mp42/mp43 (no caps) exist too.
12653         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
12654           Set pixel_width/height; we've got them in-caps.
12655         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12656         * gst/wavparse/gstwavparse.c: (plugin_init):
12657           Both are valid primary.
12658         * sys/oss/gstossmixer.c:
12659           Remove i18n hack and enable translations.
12660
12661 2004-07-15  Benjamin Otte  <otte@gnome.org>
12662
12663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12664         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
12665           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
12666
12667 2004-07-15  Benjamin Otte  <otte@gnome.org>
12668
12669         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12670         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
12671         (gst_alsa_close_audio):
12672           disable some of the debugging code for now. Writing debugging to a
12673           buffer is broken in current alsalib releases.
12674
12675 2004-07-12  Benjamin Otte  <otte@gnome.org>
12676
12677         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
12678           use bufferpools
12679
12680 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12681
12682         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12683         (theora_dec_src_query), (theora_dec_event):
12684         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
12685           add debugging categories.  Remove \n's.
12686
12687 2004-07-13  Johan Dahlin  <johan@gnome.org>
12688
12689         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
12690         (gst_play_bin_get_property): Impl.
12691
12692 2004-07-13  Wim Taymans  <wim@fluendo.com>
12693
12694         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
12695         When trying to find the stream length, seek back N pages
12696         instead of just one, where N is the number of streams in
12697         the current chain.
12698
12699 2004-07-13  Wim Taymans  <wim@fluendo.com>
12700
12701         * gst-libs/gst/riff/riff-media.c:
12702         (gst_riff_create_audio_caps_with_data),
12703         (gst_riff_create_audio_caps),
12704         (gst_riff_create_audio_template_caps):
12705         * gst-libs/gst/riff/riff-media.h:
12706         * gst-libs/gst/riff/riff-read.c:
12707         (gst_riff_read_strf_vids_with_data),
12708         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
12709         * gst-libs/gst/riff/riff-read.h:
12710         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12711         (gst_avi_demux_add_stream):
12712         Set codec_data on caps for avidemuxer.
12713
12714 2004-07-12  David Schleef  <ds@schleef.org>
12715
12716         * configure.ac: Fix test for Objective C
12717
12718 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
12719         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
12720         (gst_gdk_pixbuf_chain):
12721           Add svg and pcx to template caps, and ensure that getcaps returns a
12722           subset of the template caps.
12723           Copy each row manually for output, as gdkpixbuf may pad the
12724           rowstride to a 32-bit word boundary.
12725
12726 2004-07-12  Wim Taymans  <wim@fluendo.com>
12727
12728         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12729         (gst_riff_create_video_template_caps):
12730         Fix the template caps to include some more media types.
12731
12732 2004-07-12  Wim Taymans  <wim@fluendo.com>
12733
12734         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12735         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12736         (compare_ranks), (print_feature), (gst_decode_bin_init),
12737         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12738         (try_to_link_1), (new_pad), (close_link), (type_found),
12739         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12740         (gst_decode_bin_change_state), (plugin_init):
12741         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12742         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12743         (gst_play_base_bin_dispose), (queue_overrun),
12744         (gen_preroll_element), (remove_prerolls), (no_more_pads),
12745         (new_stream), (setup_source), (gst_play_base_bin_set_property),
12746         (gst_play_base_bin_get_property), (play_base_eos),
12747         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12748         (gst_play_base_bin_remove_element),
12749         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12750         (gst_play_base_bin_unlink_stream),
12751         (gst_play_base_bin_get_streaminfo):
12752         * gst/playback/gstplaybasebin.h:
12753         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12754         (gst_play_bin_class_init), (gst_play_bin_init),
12755         (gst_play_bin_dispose), (gst_play_bin_set_property),
12756         (gst_play_bin_get_property), (gen_video_element),
12757         (gen_audio_element), (remove_sinks), (setup_sinks),
12758         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
12759         (gst_play_bin_send_event), (gst_play_bin_get_formats),
12760         (gst_play_bin_convert), (gst_play_bin_get_query_types),
12761         (gst_play_bin_query), (plugin_init):
12762         * gst/playback/test4.c: (main):
12763         More fixes on reusing of the element.
12764
12765 2004-07-11  Benjamin Otte  <otte@gnome.org>
12766
12767         * ext/mad/gstmad.c: (normal_seek):
12768           allow seeking for other methods than just SET
12769
12770 2004-07-11  Andy Wingo  <wingo@pobox.com>
12771
12772         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
12773         float, "any" caps -> buffer_frames=[0,MAX].
12774
12775         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
12776         doesn't intersect our caps with the template any more. Do it
12777         ourselves.
12778         (interleave_buffered_loop): Use g_newa instead of malloc/free.
12779
12780 2004-07-09  Wim Taymans  <wim@fluendo.com>
12781
12782         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12783         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12784         (compare_ranks), (print_feature), (gst_decode_bin_init),
12785         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12786         (try_to_link_1), (new_pad), (close_link), (type_found),
12787         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12788         (gst_decode_bin_change_state), (plugin_init):
12789         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12790         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12791         (gst_play_base_bin_dispose), (queue_overrun),
12792         (gen_preroll_element), (remove_prerolls), (no_more_pads),
12793         (new_stream), (setup_source), (gst_play_base_bin_set_property),
12794         (gst_play_base_bin_get_property), (play_base_eos),
12795         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12796         (gst_play_base_bin_remove_element),
12797         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12798         (gst_play_base_bin_unlink_stream),
12799         (gst_play_base_bin_get_streaminfo):
12800         * gst/playback/gstplaybasebin.h:
12801         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12802         (gst_play_bin_class_init), (gst_play_bin_init),
12803         (gst_play_bin_dispose), (gst_play_bin_set_property),
12804         (gst_play_bin_get_property), (gen_video_element),
12805         (gen_audio_element), (remove_sinks), (setup_sinks),
12806         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
12807         (gst_play_bin_send_event), (gst_play_bin_get_formats),
12808         (gst_play_bin_convert), (gst_play_bin_get_query_types),
12809         (gst_play_bin_query), (plugin_init):
12810         * gst/playback/test4.c: (main):
12811         Work on object reuse and seeking.
12812
12813 2004-07-09  Wim Taymans  <wim@fluendo.com>
12814
12815         * examples/seeking/seek.c: (iterate):
12816         Don't consume all CPU in the idle loop.
12817
12818 2004-07-09  Wim Taymans  <wim@fluendo.com>
12819
12820         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
12821         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
12822         Add pad to element *after* setting the pad functions so that
12823         the scheduler can use the correct ones.
12824
12825 2004-07-09  Wim Taymans  <wim@fluendo.com>
12826
12827         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
12828         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
12829         Sync to keyframe after seek
12830
12831 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12832
12833         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12834         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12835         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
12836         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
12837         * ext/libvisual/visual.c: (gst_visual_change_state):
12838         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
12839         * ext/theora/theoradec.c: (theora_dec_change_state):
12840         * ext/theora/theoraenc.c: (theora_enc_change_state):
12841         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
12842         * gst-libs/gst/navigation/navigation.c:
12843         * gst/adder/gstadder.c: (gst_adder_change_state):
12844         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12845         (gst_audio_convert_get_buffer):
12846         * gst/multipart/multipartdemux.c:
12847         (gst_multipart_demux_change_state):
12848         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
12849         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12850         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12851         * gst/videoscale/gstvideoscale.c:
12852         (gst_videoscale_handle_src_event):
12853         * gst/volume/gstvolume.c: (volume_chain_int16):
12854           don't assert in state change, this should be done by the base
12855           GstElement class.
12856           various debugging fixes.
12857
12858 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12859
12860         * configure.ac:
12861         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
12862         (gst_play_dispose), (gst_play_set_location),
12863         (gst_play_set_data_src), (gst_play_set_video_sink),
12864         (gst_play_set_audio_sink), (gst_play_set_visualization),
12865         (gst_play_connect_visualization), (gst_play_get_sink_element),
12866         (gst_play_get_all_by_interface):
12867         * gst-libs/gst/play/play.h:
12868           add new method to get elements implementing an interface.
12869           add various error logging
12870
12871 2004-07-08  Wim Taymans  <wim@fluendo.com>
12872
12873         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
12874         (make_mpeg_pipeline), (make_mpegnt_pipeline),
12875         (make_playerbin_pipeline), (query_durations_elems),
12876         (query_durations_pads), (query_positions_elems),
12877         (query_positions_pads), (update_scale), (iterate), (stop_seek),
12878         (main):
12879         Added playbin seeking example.
12880
12881 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12882
12883         * gst-libs/gst/play/play.c: (gst_play_set_location),
12884         (gst_play_set_data_src), (gst_play_set_video_sink),
12885         (gst_play_set_audio_sink), (gst_play_set_visualization),
12886         (gst_play_connect_visualization), (gst_play_get_framerate):
12887           use a macro to look up elements from hash table
12888
12889 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12890
12891         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
12892         (gst_play_get_length_callback), (gst_play_set_location),
12893         (gst_play_seek_to_time), (gst_play_set_data_src),
12894         (gst_play_set_video_sink), (gst_play_set_audio_sink),
12895         (gst_play_set_visualization), (gst_play_connect_visualization),
12896         (gst_play_get_sink_element):
12897         - add debugging info
12898         - fix looking up sink elements by iterating over complete caps
12899         - put everything except for source and autoplugger in a complete bin
12900
12901 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12902
12903         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
12904         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
12905         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
12906         (gst_alsa_sink_write), (gst_alsa_sink_loop):
12907         * ext/alsa/gstalsasink.h:
12908         - add debugging info
12909         - clean up schizophrenia of data/buffer/event
12910         - fix double event unref error
12911
12912 2004-07-08  Wim Taymans  <wim@fluendo.com>
12913
12914         * gst/playback/Makefile.am:
12915         Add headers to noinst
12916
12917 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12918
12919         * tools/gst-launch-ext-m.m:
12920         * tools/gst-launch-ext.1.in:
12921           convert to the third millenium
12922
12923 2004-07-07  David Schleef  <ds@schleef.org>
12924
12925         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
12926
12927 2004-07-07  Wim Taymans  <wim@fluendo.com>
12928
12929         * gst/playback/Makefile.am:
12930         * gst/playback/README:
12931         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12932         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12933         (compare_ranks), (print_feature), (gst_decode_bin_init),
12934         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12935         (try_to_link_1), (new_pad), (close_link), (type_found),
12936         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12937         (plugin_init):
12938         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12939         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12940         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
12941         (gen_preroll_element), (no_more_pads), (new_stream),
12942         (setup_source), (gst_play_base_bin_set_property),
12943         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
12944         (gst_play_base_bin_add_element),
12945         (gst_play_base_bin_remove_element),
12946         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12947         (gst_play_base_bin_unlink_stream),
12948         (gst_play_base_bin_get_streaminfo):
12949         * gst/playback/gstplaybasebin.h:
12950         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12951         (gst_play_bin_class_init), (gst_play_bin_init),
12952         (gst_play_bin_dispose), (gst_play_bin_set_property),
12953         (gst_play_bin_get_property), (gen_video_element),
12954         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
12955         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12956         (gst_play_bin_get_formats), (gst_play_bin_convert),
12957         (gst_play_bin_get_query_types), (gst_play_bin_query),
12958         (plugin_init):
12959         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12960         (gst_stream_info_get_type), (gst_stream_info_class_init),
12961         (gst_stream_info_init), (gst_stream_info_new),
12962         (gst_stream_info_dispose), (gst_stream_info_set_property),
12963         (gst_stream_info_get_property):
12964         * gst/playback/gststreaminfo.h:
12965         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
12966         (main):
12967         * gst/playback/test2.c: (main):
12968         * gst/playback/test3.c: (update_scale), (main):
12969         More playbin fixes. Added README. Do better element filtering.
12970         Added base class to preroll media. Added test apps.
12971
12972 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12973
12974         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
12975         * ext/mpeg2dec/gstmpeg2dec.h:
12976           various debugging improvements.  Reset stream to next picture
12977           instead of sequence header, otherwise seeks cannot work.
12978
12979 2004-07-07  Wim Taymans  <wim@fluendo.com>
12980
12981         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
12982         (gst_video_box_class_init), (gst_video_box_set_property),
12983         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
12984         Use pad_alloc where possible.
12985
12986 2004-07-07  Wim Taymans  <wim@fluendo.com>
12987
12988         * sys/oss/gstosselement.c: (gst_osselement_reset),
12989         (gst_osselement_parse_caps):
12990         * sys/oss/gstosselement.h:
12991         * sys/oss/gstosssrc.c: (gst_osssrc_get):
12992         Fix offset on osssrc.
12993
12994 2004-07-07  Wim Taymans  <wim@fluendo.com>
12995
12996         * ext/theora/theora.c: (plugin_init):
12997         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
12998         (theora_dec_src_query), (theora_dec_chain):
12999         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13000         (theora_enc_sink_link), (theora_buffer_from_packet),
13001         (theora_push_packet), (theora_enc_chain):
13002         Fix theora granulepos calculation.
13003         Fix overflow in duration/position calculation.
13004         Bump rank to PRIMARY for theoradec.
13005         Use granulepos of last packet to calculate position.
13006         Set keyframe flag on buffers when needed.
13007
13008 2004-07-06  David Schleef  <ds@schleef.org>
13009
13010         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
13011         serious?  (Fixed, obviously.)
13012
13013 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13014
13015         * po/LINGUAS:
13016         * po/cs.po:
13017           added Czech translation (Miloslav Trmac)
13018
13019 2004-07-05  Wim Taymans  <wim@fluendo.com>
13020
13021         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13022         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13023         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13024         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13025         (close_link), (type_found), (gst_decode_bin_set_property),
13026         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13027         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13028         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13029         (gst_decode_bin_query), (plugin_init):
13030         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13031         (gst_play_bin_class_init), (gst_play_bin_init),
13032         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13033         (get_video_element), (new_pad), (setup_source),
13034         (gst_play_bin_set_property), (gst_play_bin_get_property),
13035         (gst_play_bin_change_state), (gst_play_bin_add_element),
13036         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13037         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13038         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13039         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13040         * gst/playback/test.c: (main):
13041         More fixes, cleaned up playbin, make it use decodebin. Added
13042         threaded property to playbin.
13043
13044 2004-07-05  Wim Taymans  <wim@fluendo.com>
13045
13046         * configure.ac:
13047         * gst/playback/Makefile.am:
13048         * gst/playback/decodetest.c: (main):
13049         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13050         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13051         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13052         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13053         (close_link), (type_found), (gst_decode_bin_set_property),
13054         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13055         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13056         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13057         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13058         (plugin_init):
13059         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13060         (gst_play_bin_class_init), (gst_play_bin_init),
13061         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13062         (collect_sink_pads), (find_compatibles), (close_pad_link),
13063         (try_to_link_1), (new_pad), (close_link), (type_found),
13064         (setup_source), (gst_play_bin_set_property),
13065         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13066         (compare_ranks), (gst_play_bin_collect_factories),
13067         (gst_play_bin_change_state), (gst_play_bin_add_element),
13068         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13069         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13070         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13071         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13072         * gst/playback/test.c: (main):
13073         Added some playback helper elements and some test apps, very alpha
13074         still.
13075
13076 2004-07-04  Benjamin Otte  <otte@gnome.org>
13077
13078         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13079           only restart audio when we indeed have an xrun to fix repeated
13080           xruns. Fix suggested by Giuliano Pochini.
13081
13082 2004-07-03  David Schleef  <ds@schleef.org>
13083
13084         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13085         call to gst_debug_log() if debugging is disabled (bug #145118)
13086
13087 2004-07-03  Benjamin Otte  <otte@gnome.org>
13088
13089         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13090           use our own functions for restarting the alsa device.
13091         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13092           I should apply patches myself - use MIN for the third argument, not
13093           the second, this fixes seeking
13094
13095 2004-07-02  David Schleef  <ds@schleef.org>
13096
13097         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13098         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13099         do with the logic.
13100
13101 2004-07-02  David Schleef  <ds@schleef.org>
13102
13103         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13104         output buffers.  Fix logic mistake.  (bug #144866)
13105
13106 2004-07-02  David Schleef  <ds@schleef.org>
13107
13108         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13109         on X.  (bug #144753)
13110
13111 2004-07-02  David Schleef  <ds@schleef.org>
13112
13113         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13114         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13115         (bug #144624)
13116         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13117         (gst_osselement_rate_probe_check): Add another workaround for
13118         buggy drivers (bug #145336)
13119
13120 2004-07-02  David Schleef  <ds@schleef.org>
13121
13122         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13123         Most systems don't have MSG_NOSIGNAL.
13124
13125 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13126
13127         * Makefile.am:
13128         * gst-libs/gst/colorbalance/Makefile.am:
13129         * gst-libs/gst/mixer/Makefile.am:
13130         * gst-libs/gst/play/Makefile.am:
13131         * gst-libs/gst/tuner/Makefile.am:
13132           (hopefully) fix both install and dist and make error message useful.
13133           needs testing across automakes.
13134
13135 2004-07-02  Benjamin Otte  <otte@gnome.org>
13136
13137         * ext/ogg/gstogg.c: (plugin_init):
13138           we require bytestream now
13139         * ext/ogg/gstoggdemux.c:
13140           huge diff to implement chain setup in a fast and generic way. This
13141           improves tag reading and startup of huge files (read: Theora videos)
13142           quite a bit. It probably contains bugs, too, so please test.
13143           Seeking is not improved to the fast method.
13144
13145 2004-06-29  Wim Taymans  <wim@fluendo.com>
13146
13147         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13148         * ext/ogg/gstoggmux.c:
13149         Fix memleak in oggdemux when running unconnected pads.
13150         doc update in mux, start working on keyframe mode.
13151
13152 2004-06-29  Benjamin Otte  <otte@gnome.org>
13153
13154         * sys/oss/gstosssink.c:
13155         * sys/oss/gstosssrc.c:
13156           advertise correct template caps - we indeed do non-native endianness
13157           and 8bit audio has no endianness
13158         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13160           avoid (wrong) duplications in getcaps function and return
13161           template caps
13162
13163 2004-06-29  Wim Taymans  <wim@fluendo.com>
13164
13165         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13166         (gst_multifdsink_class_init), (gst_multifdsink_add),
13167         (gst_multifdsink_remove), (gst_multifdsink_clear),
13168         (gst_multifdsink_client_remove),
13169         (gst_multifdsink_handle_client_read),
13170         (gst_multifdsink_client_queue_data),
13171         (gst_multifdsink_client_queue_caps),
13172         (gst_multifdsink_client_queue_buffer),
13173         (gst_multifdsink_handle_client_write),
13174         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13175         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13176         (gst_multifdsink_init_send), (gst_multifdsink_close):
13177         Fix wrong GList iteration that could crash the server when
13178         more then 2 clients disconnect at the same time. Read all the
13179         pending commands in one batch to recover from command storms under
13180         very heavy load.
13181
13182 2004-06-28  Wim Taymans  <wim@fluendo.com>
13183
13184         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13185         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13186         (gst_videomixer_pad_set_property),
13187         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13188         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13189         (gst_videomixer_class_init), (gst_videomixer_init),
13190         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13191         (pad_zorder_compare), (gst_videomixer_sort_pads),
13192         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13193         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13194         (gst_videomixer_update_queues), (gst_videomixer_loop),
13195         (plugin_init):
13196         Avoid divide by zero, choose masterpad as the pad with the highest
13197         framerate.
13198
13199 2004-06-27  Julien Moutte  <julien@moutte.net>
13200
13201         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13202         (gst_ximagesink_xwindow_new):
13203         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13204         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13205         function directly. We might want to call it from somewhere else one day.
13206
13207 2004-06-27  Julien Moutte  <julien@moutte.net>
13208
13209         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13210         (gst_ximagesink_xwindow_new):
13211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13212         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13213         window decorations.
13214
13215 2004-06-27  Wim Taymans  <wim@fluendo.com>
13216
13217         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13218         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13219         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13220         (gst_dvdec_set_property), (gst_dvdec_get_property):
13221         * ext/dv/gstdvdec.h:
13222         Implement drop_factor property to lower the framerate with
13223         a factor.
13224
13225 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13226
13227         * gst-libs/gst/colorbalance/Makefile.am:
13228         * gst-libs/gst/mixer/Makefile.am:
13229         * gst-libs/gst/play/Makefile.am:
13230         * gst-libs/gst/tuner/Makefile.am:
13231           unbreak Company's fix that didn't install the -enum.h files
13232
13233 2004-06-27  Wim Taymans  <wim@fluendo.com>
13234
13235         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13236         (gst_dvdec_change_state):
13237         * ext/dv/gstdvdec.h:
13238         Fix timestamp, duration and offset of the buffers.
13239
13240 2004-06-27  Wim Taymans  <wim@fluendo.com>
13241
13242         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13243         (gst_multifdsink_class_init), (gst_multifdsink_add),
13244         (gst_multifdsink_remove), (gst_multifdsink_clear),
13245         (gst_multifdsink_client_remove),
13246         (gst_multifdsink_handle_client_read),
13247         (gst_multifdsink_client_queue_data),
13248         (gst_multifdsink_client_queue_caps),
13249         (gst_multifdsink_client_queue_buffer),
13250         (gst_multifdsink_handle_client_write),
13251         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13252         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13253         (gst_multifdsink_init_send), (gst_multifdsink_close):
13254         * gst/tcp/gstmultifdsink.h:
13255         * gst/tcp/gsttcpserversink.c:
13256         (gst_tcpserversink_handle_server_read),
13257         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13258         More multifdsink fixes, more recovery policy fixes.
13259         Removed stupid g_print
13260
13261 2004-06-26  Wim Taymans  <wim@fluendo.com>
13262
13263         * gst/tcp/Makefile.am:
13264         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13265         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13266         (gst_multifdsink_class_init), (gst_multifdsink_init),
13267         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13268         (gst_multifdsink_handle_client_read),
13269         (gst_multifdsink_client_queue_data),
13270         (gst_multifdsink_client_queue_caps),
13271         (gst_multifdsink_client_queue_buffer),
13272         (gst_multifdsink_handle_client_write),
13273         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13274         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13275         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13276         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13277         (gst_multifdsink_close), (gst_multifdsink_change_state):
13278         * gst/tcp/gstmultifdsink.h:
13279         * gst/tcp/gsttcpplugin.c: (plugin_init):
13280         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13281         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13282         (gst_tcpserversink_handle_server_read),
13283         (gst_tcpserversink_handle_select),
13284         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13285         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13286         * gst/tcp/gsttcpserversink.h:
13287         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13288         one of the locks, added recovery policy to multifdsink.
13289
13290 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13291
13292         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13293           fix decision for when getting frames with same timestamp
13294         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13295         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13296         (gst_v4lsrc_get_property):
13297         * sys/v4l/gstv4lsrc.h:
13298           add latency offset property
13299
13300 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13301
13302         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13303         (plugin_init):
13304           fix debugging. add category.
13305
13306 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13307
13308         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13309           fix wrong offsets
13310
13311 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13312
13313         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13314         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13315         (gst_alsa_src_change_state):
13316           return a time that is in sync with the element's processing
13317
13318 2004-06-25  Wim Taymans  <wim@fluendo.com>
13319
13320         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13321         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13322         (gst_tcpserversink_client_remove),
13323         (gst_tcpserversink_handle_client_read),
13324         (gst_tcpserversink_client_queue_data),
13325         (gst_tcpserversink_client_queue_caps),
13326         (gst_tcpserversink_client_queue_buffer),
13327         (gst_tcpserversink_handle_client_write),
13328         (gst_tcpserversink_queue_buffer),
13329         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13330         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13331         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13332         (gst_tcpserversink_close):
13333         * gst/tcp/gsttcpserversink.h:
13334         Serversink rewrite. Really do non blocking writes to clients and
13335         maintain an internal queue to handle slower clients while not
13336         disturbing fast clients.
13337
13338 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13339
13340         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13341           better debug, don't override OFFSET and OFFSET_END
13342
13343 2004-06-25  Iain <iain@prettypeople.org>
13344
13345         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13346         name=source for the wavparse pipeline.
13347
13348 2004-06-24  Johan Dahlin  <johan@gnome.org>
13349
13350         * ext/theora/theoraenc.c (theora_enc_chain): Call
13351         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13352         streamheader caps are set correctly.
13353
13354 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13355
13356         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13357         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13358           respect minimum bitrate; same could be done for max bitrate
13359
13360 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13361
13362         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13363         (gst_vorbisenc_setup):
13364           fix sample rate range
13365
13366 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13367
13368         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
13369         (gst_oggvorbisenc_setup):
13370         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13371         (gst_vorbisenc_setup):
13372           resolve ambiguities in code and description
13373
13374 2004-06-24  Wim Taymans  <wim@fluendo.com>
13375
13376         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
13377         * ext/alsa/gstalsa.h:
13378         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13379         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
13380         Use alsa trigger_tstamp to get the timestamp of the first
13381         sample in the buffer for more precise sync. Some cleanups.
13382
13383 2004-06-24  Wim Taymans  <wim@fluendo.com>
13384
13385         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
13386         (gst_audiorate_init), (gst_audiorate_chain),
13387         (gst_audiorate_set_property), (gst_audiorate_get_property):
13388         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13389         (gst_videorate_chain):
13390         Added some logging, fixed an overflow bug in videorate.
13391
13392 2004-06-24  Benjamin Otte  <otte@gnome.org>
13393
13394         * ext/kio/Makefile.am:
13395           fix for builddir != srcdir and distcheck
13396
13397 2004-06-24  Benjamin Otte  <otte@gnome.org>
13398
13399         * gst-libs/gst/colorbalance/Makefile.am:
13400         * gst-libs/gst/mixer/Makefile.am:
13401         * gst-libs/gst/play/Makefile.am:
13402         * gst-libs/gst/tuner/Makefile.am:
13403         * gst/tcp/Makefile.am:
13404         * sys/dxr3/Makefile.am:
13405           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
13406           tarball.
13407           Also add all *.list files that were missing.
13408         * Makefile.am:
13409           add a distcheck hook to ensure the above doesn't happen again.
13410
13411 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
13412
13413         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
13414
13415 2004-06-23  Colin Walters  <walters@redhat.com>
13416
13417         * m4/Makefile.am: Distribute gst-fionread.m4.
13418
13419 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13420
13421         * configure.ac: back to dev
13422
13423 2004-06-23  Wim Taymans  <wim@fluendo.com>
13424
13425         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13426         (gst_alsa_xrun_recovery):
13427         * ext/alsa/gstalsa.h:
13428         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13429         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
13430         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13431         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
13432         (gst_alsa_src_loop):
13433         Add clock to alsasrc. Take new capture timestamp when
13434         restarting after an overrun. Split up some functions between
13435         alsasrc and alsasink.
13436
13437 === release 0.8.2 ===
13438
13439 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13440
13441         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13442         (gst_alsa_change_state), (gst_alsa_update_avail),
13443         (gst_alsa_xrun_recovery):
13444         * ext/alsa/gstalsa.h:
13445         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13446           merge back changes from release
13447
13448 2004-06-23  Wim Taymans  <wim@fluendo.com>
13449
13450         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
13451         (gst_audiorate_init), (gst_audiorate_chain),
13452         (gst_audiorate_set_property), (gst_audiorate_get_property):
13453         Implement sample dropping and notify
13454
13455 2004-06-22  Wim Taymans  <wim@fluendo.com>
13456
13457         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13458         (theora_enc_sink_link), (theora_buffer_from_packet),
13459         (theora_push_packet), (theora_enc_chain):
13460         Some cleanups, make sure the timestamps are correct.
13461
13462 2004-06-22  Wim Taymans  <wim@fluendo.com>
13463
13464         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
13465         (gst_alsa_change_state), (gst_alsa_update_avail),
13466         (gst_alsa_xrun_recovery):
13467         * ext/alsa/gstalsa.h:
13468         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13469         Cleanups, take queued samples into account when reporting
13470         the time.
13471
13472 2004-06-22  Wim Taymans  <wim@fluendo.com>
13473
13474         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13475         (gst_videorate_init):
13476         Initialize the property as well.
13477
13478 2004-06-22  Wim Taymans  <wim@fluendo.com>
13479
13480         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13481         (gst_videorate_init), (gst_videorate_chain),
13482         (gst_videorate_set_property), (gst_videorate_get_property):
13483         Add property to make videorate silent.
13484         Add property to prefer new frames over old ones.
13485
13486 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13487
13488         * sys/osxvideo/Makefile.am:
13489         Workaround so that the osxvideo .so file gets linked with the
13490         Cocoa, OpenGL and QuickTime frameworks
13491
13492 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13493
13494         * sys/osxaudio/Makefile.am:
13495         Workaround so that the osxaudio .so file gets linked with the
13496         CoreAudio framework
13497
13498 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13499
13500         * configure.ac:
13501         Whoops, my fault...fixed build issues
13502
13503 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13504
13505         * configure.ac:
13506         Add objective-c support if running in Darwin/Mac OS X
13507         * sys/Makefile.am:
13508         * sys/osxvideo:
13509         * sys/osxvideo/Makefile.am:
13510         * sys/osxvideo/osxvideosink.h:
13511         * sys/osxvideo/osxvideosink.m:
13512         * sys/osxvideo/cocoawindow.h:
13513         * sys/osxvideo/cocoawindow.m:
13514         Add osxvideosink, a cocoa-based osx video sink
13515
13516
13517 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
13518         * ext/dvdnav/gst-dvd:
13519         Grab the gconf key from the right spot
13520         * gst/debug/gstnavseek.c: (gst_navseek_init),
13521         (gst_navseek_segseek), (gst_navseek_handle_src_event),
13522         (gst_navseek_chain):
13523         * gst/debug/gstnavseek.h:
13524           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
13525           and loop parameters of a segment seek.
13526         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
13527         (gst_videotestsrc_get_event_masks),
13528         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
13529         * gst/videotestsrc/gstvideotestsrc.h:
13530           Add seeking support to videotestsrc
13531           Initialise the timestamp_offset variable.
13532
13533 2004-06-18  Wim Taymans  <wim@fluendo.com>
13534
13535         * ext/sidplay/gstsiddec.cc:
13536         Fix negotiation and set correct end offset.
13537
13538 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13539
13540         * configure.ac: branch and prerelease
13541
13542 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13543
13544         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
13545         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
13546         (gst_tcpclientsrc_init_receive):
13547         * gst/tcp/gsttcpclientsrc.h:
13548           read caps when connecting to server for GDP so we set them correctly
13549
13550 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13551
13552         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13553           notify drops and duplicates
13554         * gst/videoscale/videoscale.c: (videoscale_get_structure):
13555           no good reason to limit ourselves to 100x100
13556
13557 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13558
13559         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13560         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13561         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13562         (gst_v4lsrc_get_property):
13563         * sys/v4l/gstv4lsrc.h:
13564         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13565         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13566         (gst_v4l_set_audio):
13567         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
13568         (gst_v4lsrc_try_capture):
13569         * sys/v4l/v4lsrc_calls.h:
13570           change try_palette to more general try_capture
13571           add autoprobe option so we can turn off autoprobing
13572           various fixes
13573
13574 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13575
13576         * configure.ac:
13577           add videorate
13578         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
13579         (gst_ximagesink_class_init):
13580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
13581         (gst_xvimagesink_class_init):
13582           run them as finalize, not dispose, since dispose can be invoked
13583           multiple times
13584
13585 2004-06-17  Wim Taymans  <wim@fluendo.com>
13586
13587         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13588         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
13589         * ext/alsa/gstalsa.h:
13590         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
13591         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
13592         (gst_alsa_src_change_state):
13593         * ext/alsa/gstalsasrc.h:
13594         Make the xrun code timestamp and offset the buffers correctly.
13595         moved the clock to the base class, use alsa methods to get time.
13596         Do correct timestamping on outgoing buffers.
13597
13598 2004-06-17  Wim Taymans  <wim@fluendo.com>
13599
13600         * gst/audiorate/Makefile.am:
13601         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
13602         (gst_audiorate_base_init), (gst_audiorate_class_init),
13603         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
13604         (gst_audiorate_set_property), (gst_audiorate_get_property),
13605         (gst_audiorate_change_state), (plugin_init):
13606         Added an audiorate converter that fills in gaps.
13607
13608 2004-06-17  Johan Dahlin  <johan@gnome.org>
13609
13610         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
13611
13612 2004-06-16  Wim Taymans  <wim@fluendo.com>
13613
13614         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
13615         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13616         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13617         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13618         (gst_v4lsrc_get_property):
13619         * sys/v4l/gstv4lsrc.h:
13620         Added a copy mode to v4lsrc where it will output a copied version
13621         of its internal hardware buffer.
13622         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
13623         can't | them.
13624
13625 2004-06-16  Wim Taymans  <wim@fluendo.com>
13626
13627         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13628         Timestamp fixes.
13629
13630 2004-06-16  Wim Taymans  <wim@fluendo.com>
13631
13632         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13633         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13634         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13635         (gst_v4lsrc_get_property):
13636         * sys/v4l/gstv4lsrc.h:
13637         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13638         Added a sync mode enum property to control v4lsrc timestamp method
13639         Removed the use-fixed-fps property and moved functionality in
13640         the enum.
13641         Don't error on an error value from v4l-conf, it might not always
13642         be a real error.
13643
13644 2004-06-16  Wim Taymans  <wim@fluendo.com>
13645
13646         * gst/videorate/Makefile.am:
13647         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
13648         (gst_videorate_base_init), (gst_videorate_class_init),
13649         (gst_videorate_getcaps), (gst_videorate_link),
13650         (gst_videorate_init), (gst_videorate_chain),
13651         (gst_videorate_set_property), (gst_videorate_get_property),
13652         (gst_videorate_change_state), (plugin_init):
13653         Added a video timestamp corrector.
13654
13655 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13656
13657         fixed a potential leak with previous commit
13658
13659         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13660
13661 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13662
13663         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13664         Added missing refcount, fixes bug #144425
13665         Cheers Tim for finding the bug
13666
13667 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13668
13669         * sys/v4l/gstv4l.c: (plugin_init):
13670         * sys/v4l/gstv4lcolorbalance.c:
13671         * sys/v4l/gstv4lcolorbalance.h:
13672         * sys/v4l/gstv4lelement.c:
13673         * sys/v4l/gstv4lelement.h:
13674         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
13675         * sys/v4l/gstv4lmjpegsink.h:
13676         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
13677         * sys/v4l/gstv4lmjpegsrc.h:
13678         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
13679         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
13680         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13681         * sys/v4l/gstv4lsrc.h:
13682         * sys/v4l/gstv4ltuner.c:
13683         * sys/v4l/gstv4ltuner.h:
13684         * sys/v4l/gstv4lxoverlay.c:
13685         * sys/v4l/gstv4lxoverlay.h:
13686         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
13687         (gst_v4l_set_window), (gst_v4l_enable_overlay):
13688         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13689         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13690         (gst_v4l_set_audio):
13691         * sys/v4l/v4l_calls.h:
13692         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
13693         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
13694         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
13695         (gst_v4lmjpegsink_playback_init),
13696         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
13697         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
13698         (gst_v4lmjpegsink_playback_stop),
13699         (gst_v4lmjpegsink_playback_deinit):
13700         * sys/v4l/v4lmjpegsink_calls.h:
13701         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
13702         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
13703         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
13704         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
13705         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
13706         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
13707         * sys/v4l/v4lmjpegsrc_calls.h:
13708         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
13709         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
13710         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
13711         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
13712         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
13713         (gst_v4lsrc_try_palette):
13714         * sys/v4l/v4lsrc_calls.h:
13715           bunch of paranoia cleanups
13716
13717 2004-06-14  David Schleef  <ds@schleef.org>
13718
13719         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
13720         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
13721         Send discont events and change timestamps appropriately when
13722         we get a seek event.  (bug #144240)
13723         * ext/cdparanoia/gstcdparanoia.h:
13724
13725 2004-06-14  Benjamin Otte  <otte@gnome.org>
13726
13727         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
13728           snd_pcm_hw_params_set_rate  since the latter fails for no good
13729           reason on some setups.
13730
13731 2004-06-14  David Schleef  <ds@schleef.org>
13732
13733         * gst/volume/demo.c: (value_changed_callback): exp10() is not
13734         standard.  Thank you for playing.
13735
13736 2004-06-14  Wim Taymans  <wim@fluendo.com>
13737
13738         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
13739         Patch 1.3 broke the ordering of the colorspace info and
13740         made the plugin basically work by coincidence, reordered
13741         the info.
13742
13743 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13744
13745         * ext/lame/gstlame.c:
13746         * ext/mad/gstmad.c:
13747           sync caps.  Make sure mad can only output a list of rates, not
13748           a full range.  In the future, have three caps lists for each of the
13749           mpeg versions.  Change mpegversion to a double as well.
13750
13751 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13752
13753         * gst/volume/.cvsignore:
13754         * gst/volume/Makefile.am:
13755         * gst/volume/demo.c: (value_changed_callback), (idler),
13756         (setup_gui), (main):
13757           added small demo app
13758
13759 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
13760         * ext/esd/esdsink.c: (gst_esdsink_change_state):
13761         * ext/esd/esdsink.h:
13762         Close the esd connection on pause, because esd will just wait -
13763         blocking all other esd clients indefinitely.
13764
13765 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
13766
13767         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
13768           previous commit with GST_DEBUG
13769
13770 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13771
13772         * configure.ac:
13773           add a header check for a dvdread header in dvdnav.  Fixes #133002
13774
13775 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13776
13777         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
13778         * gst/tcp/gsttcpclientsink.h:
13779         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
13780         * gst/tcp/gsttcpclientsrc.h:
13781         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
13782         (gst_tcpserversink_handle_server_read),
13783         (gst_tcpserversink_init_send):
13784         * gst/tcp/gsttcpserversink.h:
13785         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
13786         * gst/tcp/gsttcpserversrc.h:
13787         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
13788         version of IP)
13789
13790 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13791
13792         * configure.ac:
13793         Added ogg library so that OSX detects libtheora properly
13794
13795 2004-06-11  Wim Taymans  <wim@fluendo.com>
13796
13797         * ext/theora/theoradec.c: (theora_dec_chain),
13798         (theora_dec_change_state):
13799         Don't try to decode frames before we received a keyframe.
13800
13801 2004-06-11  Wim Taymans  <wim@fluendo.com>
13802
13803         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13804         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
13805         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13806         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
13807         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
13808         Added property to set the maximum delay of a page.
13809
13810 2004-06-10  Wim Taymans  <wim@fluendo.com>
13811
13812         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13813         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
13814         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13815         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
13816         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
13817         Added max-delay property to control the maximum amount
13818         of data to put in one page.
13819
13820 2004-06-10  Wim Taymans  <wim@fluendo.com>
13821
13822         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13823         (gst_theora_enc_init), (theora_enc_sink_link),
13824         (theora_buffer_from_packet), (theora_enc_set_property),
13825         (theora_enc_get_property):
13826         Set duration on encoded buffer, added some more properties
13827
13828 2004-06-10  Wim Taymans  <wim@fluendo.com>
13829
13830         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13831         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13832         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13833         * ext/theora/theoraenc.c: (theora_enc_chain):
13834         Fix refcounting bugs
13835
13836 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13837
13838         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
13839         (gst_asf_demux_loop), (gst_asf_demux_process_file),
13840         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
13841         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
13842         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
13843         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
13844         (gst_asf_demux_change_state):
13845         * gst/asfdemux/gstasfdemux.h:
13846           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
13847           feels like. I think we should set a new requirement for demuxers
13848           from now on to implement sane loop functions, data loops, query
13849           and seek functions before first commit into CVS. And this commit
13850           fixes all of the above.
13851
13852 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
13853
13854         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
13855           vorbis comments are properly encoded in UTF-8 before adding them
13856           to a GstTagList
13857
13858 2004-06-09  Benjamin Otte  <otte@gnome.org>
13859
13860         * ext/alsa/gstalsa.c: (add_channels):
13861           handle min <= max correctly
13862         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
13863         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
13864           add fixation functions so we fixate correctly. No preferring of alaw
13865           anymore because it's the first structure.
13866         * ext/alsa/gstalsa.h:
13867         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
13868         (gst_alsa_hw_params_dump):
13869           add functions to ease debugging in alsalib
13870         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
13871         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
13872         (gst_alsa_start_audio):
13873           only specify hw params if we really setup a format (fixes #134007 -
13874           or at least works around it)
13875
13876 2004-06-09  Wim Taymans  <wim@fluendo.com>
13877
13878         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13879         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
13880         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
13881         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
13882         (gst_ogg_mux_loop):
13883         Use stream caps to setup the initial pages in the ogg stream.
13884         Correctly set the streamheader caps on the srcpad.
13885
13886 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13887
13888         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
13889         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
13890         (gst_v4lsrc_getcaps):
13891         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13892         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
13893           add querying of fps lists for webcams.  Negotiating to a framerate
13894           now works.
13895
13896 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13897
13898         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
13899         (theora_push_buffer), (theora_push_packet),
13900         (theora_set_header_on_caps), (theora_enc_chain):
13901           mark buffers and put on streamheader, raw theora streaming
13902           now works too, whee
13903
13904 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13905
13906         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
13907         (gst_tcp_gdp_read_caps):
13908           do a looping read for caps and GDP headers too
13909
13910 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13911
13912         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13913         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
13914           return EOS instead of NULL in _get
13915
13916 2004-06-08  Wim Taymans  <wim@fluendo.com>
13917
13918         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
13919         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
13920         (gst_tcp_gdp_write_caps):
13921         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13922         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
13923         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
13924         Memory leak fixes
13925
13926 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13927
13928         * ext/vorbis/Makefile.am:
13929         * ext/vorbis/vorbis.c: (plugin_init):
13930         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
13931         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
13932         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
13933         (vorbis_parse_change_state):
13934         * ext/vorbis/vorbisparse.h:
13935           adding a vorbisparse element that marks the buffers, streaming
13936           raw vorbis using GDP now works, whee
13937
13938 2004-06-08  Wim Taymans  <wim@fluendo.com>
13939
13940         * ext/jpeg/Makefile.am:
13941         * ext/jpeg/README:
13942         * ext/jpeg/gstjpeg.c: (plugin_init):
13943         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
13944         (gst_smokedec_base_init), (gst_smokedec_class_init),
13945         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
13946         * ext/jpeg/gstsmokedec.h:
13947         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
13948         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
13949         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
13950         (gst_smokeenc_resync), (gst_smokeenc_chain),
13951         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
13952         * ext/jpeg/gstsmokeenc.h:
13953         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
13954         (smokecodec_flush_destination), (smokecodec_term_destination),
13955         (smokecodec_init_source), (smokecodec_fill_input_buffer),
13956         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
13957         (smokecodec_term_source), (smokecodec_encode_new),
13958         (smokecodec_decode_new), (smokecodec_info_free),
13959         (smokecodec_set_quality), (smokecodec_get_quality),
13960         (smokecodec_set_threshold), (smokecodec_get_threshold),
13961         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
13962         (find_best_size), (abs_diff), (put), (smokecodec_encode),
13963         (smokecodec_parse_header), (smokecodec_decode):
13964         * ext/jpeg/smokecodec.h:
13965         Added a new simple jpeg based codec
13966
13967 2004-06-08  Wim Taymans  <wim@fluendo.com>
13968
13969         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13970         (gst_multipart_mux_loop):
13971         Fix memory leak
13972
13973 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13974
13975         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13976         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
13977         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
13978         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
13979         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13980         * gst/tcp/gsttcpserversink.h:
13981           take streamheader into account
13982
13983 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13984
13985         * gst/level/Makefile.am:
13986         * gst/level/gstlevel.c: (gst_level_class_init):
13987           clean up marshal generation
13988
13989 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13990
13991         * gst/tcp/Makefile.am:
13992         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
13993         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
13994         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
13995         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13996         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
13997         (gst_tcpclientsrc_get_property):
13998         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13999         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14000         (gst_tcpserversink_handle_client_read),
14001         (gst_tcpserversink_handle_client_write),
14002         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
14003         * gst/tcp/gsttcpserversink.h:
14004           add signals client-added and client-removed
14005         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
14006         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
14007         (gst_tcpserversrc_get_property):
14008         uniformized, change default protocol to NONE
14009         * gst/tcp/gsttcp-marshal.list: added
14010 2004-06-07  Benjamin Otte  <otte@gnome.org>
14011
14012         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14013           handle discont events if they happen before caps nego
14014
14015 2004-06-07  Wim Taymans  <wim@fluendo.com>
14016
14017         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14018         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14019         (gst_multipart_demux_plugin_init):
14020         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14021         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14022         (gst_multipart_mux_change_state):
14023         Small updates, fix a memleak
14024
14025 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14026
14027         * configure.ac: OSS portability
14028         * ext/arts/gst_arts.c: idem
14029         * sys/oss/gstosselement.c: idem
14030         * sys/oss/gstossmixer.c: idem
14031         * sys/oss/gstosssink.c: idem
14032         * sys/oss/gstosssrc.c: idem
14033         * sys/oss/oss_probe.c: idem
14034           - check for soundcard.h in different places for some BSD
14035
14036 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14037
14038         * AUTHORS:
14039         Add me to the authors file
14040         * configure.ac:
14041         Increase the libdv requirement to >= version 0.100
14042         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14043         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14044         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14045         * ext/dv/gstdvdec.h:
14046         Add support for the new_media flag when sending DISCONT events
14047         Make the querying work when video pad is not linked
14048
14049 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14050
14051         reviewed by Benjamin Otte  <otte@gnome.org>
14052
14053         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14054           create a NULL-initialized array of pads, so we don't think they
14055           exist already. (fixes #143130)
14056
14057 2004-06-07  Benjamin Otte  <otte@gnome.org>
14058
14059         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14060         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14061         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14062           don't use // coments
14063
14064 2004-06-07  Benjamin Otte  <otte@gnome.org>
14065
14066         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14067           cast to GstClockTime to get higher granularity
14068         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14069           use gst_element_set_time_delay to get the exact time
14070         * ext/mad/gstmad.c: (gst_mad_chain):
14071           use the negotiated rate instead of the current frame's rate which
14072           might be wrong because of bit errors. This avoids emitting totally
14073           bogus timestamps and screwing sync.
14074         (fixes #143454)
14075
14076 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14077
14078         reviewed by Benjamin Otte  <otte@gnome.org>
14079
14080         * gst/adder/gstadder.c: (gst_adder_loop):
14081           properly error out when no negotiation has happened yet. (fixes
14082           #143032)
14083
14084 2004-06-06  Benjamin Otte  <otte@gnome.org>
14085
14086         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14087           forward correctly transformed offset in discont events. Based on
14088           patch by Arwed v. Merkatz. (fixes #142851)
14089
14090 2004-06-06  David Schleef  <ds@schleef.org>
14091
14092         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14093         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14094         problems on several systems.
14095
14096 2004-06-06  Benjamin Otte  <otte@gnome.org>
14097
14098         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14099           use explicit caps on the srcpad
14100         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14101           properly error out if caps couldn't be set (fixes #142764)
14102
14103 2004-06-06  Benjamin Otte  <otte@gnome.org>
14104
14105         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14106         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14107         (gst_alsa_start_audio):
14108           - don't call set_periods_integer anymore, it breaks the
14109           configuration randomly
14110           - call snd_pcm_hw_params_set_access directly instead of using masks
14111           - don't fail if the sw_params can't be set, just use the default
14112           params and hope it works. Alsalib has weird issues when you touch
14113           sw_params and does no proper error reporting about what failed.
14114         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14115         (gst_alsa_close_audio):
14116           make our alsa debugging go via gst debugging and not conditionally
14117           defined
14118         * ext/alsa/gstalsa.h:
14119           add ALSA_DEBUG_FLUSH macro
14120         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14121         (plugin_init):
14122           wrap alsa errors to be printed via the gst debugging system and not
14123           spammed to stderr
14124
14125 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14126
14127         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14128         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14129         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14130         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14131         (qtdemux_parse_trak):
14132         * gst/qtdemux/qtdemux.h:
14133           Bitch. Also known as seeking, querying & co.
14134         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14135         (gst_osssink_change_state):
14136         * sys/oss/gstosssink.h:
14137           Resyncing is for weenies, this hack is no longer needed and was
14138           broken anyway (since it - unintendedly - always leaves resync to
14139           TRUE).
14140
14141 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14142
14143         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14144         * gst/tcp/gsttcpclientsrc.h: idem
14145           - define MSG_NOSIGNAL if not done
14146           - include unistd.h for off_t
14147           (fixes #143749)
14148
14149 2004-06-05  Benjamin Otte  <otte@gnome.org>
14150
14151         * configure.ac:
14152         * ext/kio/Makefile.am:
14153           check for qt's moc preprocessor explicitly and use it
14154
14155 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14156
14157         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14158           don't get a signal for EPIPE on socket writes
14159           (somebody check if this works on other platforms)
14160
14161 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14162
14163         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14164         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14165           check error condition on available samples correctly
14166
14167 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14168
14169         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14170           avoid a segfault
14171         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14172         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14173         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14174         (gst_tcpserversrc_gdp_read_header):
14175          use ssize_t over size_t since the former is signed and thus the
14176          check for error codes can work
14177
14178 2004-06-02  Wim Taymans  <wim@fluendo.com>
14179
14180         reviewed by: Johan
14181
14182         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14183         (gst_multipart_mux_loop):
14184         Oops
14185
14186 2004-06-02  Wim Taymans  <wim@fluendo.com>
14187
14188         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14189         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14190         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14191         (gst_multipart_mux_change_state):
14192         Added configurable boundary specifier, added the value as a
14193         caps field as well.
14194
14195 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14196
14197         * gst/tcp/gsttcp.c:
14198         * gst/tcp/gsttcpclientsrc.c:
14199         * gst/tcp/gsttcpclientsrc.h:
14200         * gst/tcp/gsttcpserversrc.c:
14201           - portability fix, to compile on OSX
14202             (fixes #143146)
14203
14204         * sys/osxaudio/gstosxaudioelement.c:
14205         * sys/osxaudio/gstosxaudiosink.c:
14206         * sys/osxaudio/gstosxaudiosrc.c:
14207           - compilation warnings on OSX
14208             (fixes #143153)
14209
14210 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14211
14212         * ext/vorbis/vorbisdec.c : sign warning fixes
14213
14214         * gst-libs/gst/mixer/mixertrack.c :
14215           do no use defines which are glib 2.4 specific
14216
14217 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14218
14219         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14220           buffer since libflac doesn't expect it (reports a sync error when
14221           it encounters that)
14222
14223
14224 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14225
14226         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14227         * gst-libs/gst/mixer/mixertrack.c:
14228         (gst_mixer_track_get_property), (get_mixer_track_init),
14229         (get_mixer_track_get_property): Added property accessors
14230         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14231         * gst-libs/gst/mixer/mixeroptions.c:
14232         (gst_mixer_options_get_values): Added
14233         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14234         * gst-libs/gst/mixer/mixer.c: Fixed comment
14235
14236
14237 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14238
14239         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14240           improve error messages on open
14241
14242
14243 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14244
14245         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14246           check if v4l-conf is in path
14247
14248 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14249
14250         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14251           change assert to a more readable error message
14252
14253 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14254
14255         * gst-libs/gst/tuner/tunerchannel.h:
14256           - add a freq_multiplicator field to make the conversion
14257             between internal frequency unit and Hz
14258         * sys/v4l/gstv4lelement.c:
14259         * sys/v4l2/gstv4l2element.c:
14260           - change default video device to /dev/video0
14261         * sys/v4l/v4l_calls.c:
14262         * sys/v4l2/v4l2_calls.c:
14263           - we only expose frequency to the user in Hz instead of
14264             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14265
14266 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14267         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14268           Initialise b_o_s and e_o_s variables
14269         * gst-libs/gst/riff/riff-media.c:
14270         (gst_riff_create_video_caps_with_data):
14271           Add some unusual fourcc's from mplayer avi's
14272         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14273           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14274           autoplugging.
14275
14276 2004-05-28  Wim Taymans  <wim@fluendo.com>
14277
14278         * configure.ac:
14279         * gst/alpha/Makefile.am:
14280         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14281         (gst_alpha_get_type), (gst_alpha_base_init),
14282         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14283         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14284         (gst_alpha_chroma_key), (gst_alpha_chain),
14285         (gst_alpha_change_state), (plugin_init):
14286         A plugin to add an alpha channel to I420 video. Can optionally do
14287         chroma keying.
14288         * gst/multipart/Makefile.am:
14289         * gst/multipart/multipart.c: (plugin_init):
14290         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14291         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14292         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14293         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14294         (gst_multipart_demux_change_state),
14295         (gst_multipart_demux_plugin_init):
14296         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14297         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14298         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14299         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14300         (gst_multipart_mux_pad_unlink),
14301         (gst_multipart_mux_request_new_pad),
14302         (gst_multipart_mux_handle_src_event),
14303         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14304         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14305         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14306         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14307         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14308         send multipart jpeg images to a browser.
14309         * gst/videobox/Makefile.am:
14310         * gst/videobox/README:
14311         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14312         (gst_video_box_get_type), (gst_video_box_base_init),
14313         (gst_video_box_class_init), (gst_video_box_init),
14314         (gst_video_box_set_property), (gst_video_box_get_property),
14315         (gst_video_box_sink_link), (gst_video_box_i420),
14316         (gst_video_box_ayuv), (gst_video_box_chain),
14317         (gst_video_box_change_state), (plugin_init):
14318         Crops or adds borders around an image. can do alpha channel
14319         borders as well.
14320         * gst/videomixer/Makefile.am:
14321         * gst/videomixer/README:
14322         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14323         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14324         (gst_videomixer_pad_get_sink_event_masks),
14325         (gst_videomixer_pad_get_property),
14326         (gst_videomixer_pad_set_property),
14327         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14328         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14329         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14330         (gst_videomixer_base_init), (gst_videomixer_class_init),
14331         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14332         (gst_videomixer_handle_src_event),
14333         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14334         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14335         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14336         (gst_videomixer_loop), (gst_videomixer_get_property),
14337         (gst_videomixer_set_property), (gst_videomixer_change_state),
14338         (plugin_init):
14339         Generic video mixer plugin, can handle multiple inputs all with
14340         different framerates and video sizes. Is fully alpha channel
14341         aware.
14342
14343 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14344
14345         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14346           Select first track as master track. Not sure how else to handle
14347           that...
14348         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14349           Discard discont events. Should fix #142962.
14350
14351 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14352
14353         * ext/alsa/Makefile.am:
14354         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14355         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14356         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14357         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14358         (gst_alsa_mixer_get_option):
14359         * ext/alsa/gstalsamixer.h:
14360         * ext/alsa/gstalsamixeroptions.c:
14361         (gst_alsa_mixer_options_get_type),
14362         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14363         (gst_alsa_mixer_options_new):
14364         * ext/alsa/gstalsamixeroptions.h:
14365         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14366         * ext/alsa/gstalsamixertrack.h:
14367           Add enumerations (as GstMixerOptions). Make correct distinction
14368           between input/output tracks. Add capture/playback private flag.
14369           Use flag to decide on whether to set capture or playback volumes
14370           or switches. Use playback and record switches.
14371         * gst-libs/gst/mixer/Makefile.am:
14372         * gst-libs/gst/mixer/mixer-marshal.list:
14373         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
14374         (gst_mixer_set_option), (gst_mixer_get_option),
14375         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
14376         (gst_mixer_volume_changed), (gst_mixer_option_changed):
14377         * gst-libs/gst/mixer/mixer.h:
14378         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
14379         (gst_mixer_options_class_init), (gst_mixer_options_init),
14380         (gst_mixer_options_dispose):
14381         * gst-libs/gst/mixer/mixeroptions.h:
14382           Add GstMixerOptions.
14383         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14384           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
14385           broken device detection on computers with multiple OSS sound
14386           cards.
14387
14388 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14389
14390         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14391           fixate nicely even when the peer is not negotiating
14392
14393 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14394
14395         * gst/audioconvert/gstaudioconvert.c:
14396         (gst_audio_convert_parse_caps):
14397           make sure we don't allow depth > width
14398         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14399           fixate endianness to G_BYTE_ORDER as default
14400         * gst/audioscale/gstaudioscale.c:
14401           we don't handle another endianness as host-endianness
14402
14403 2004-05-25  David Schleef  <ds@schleef.org>
14404
14405         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
14406
14407 2004-05-24  Benjamin Otte  <otte@gnome.org>
14408
14409         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
14410         (gst_oggvorbisenc_setup):
14411           properly fail when we can't setup the vorbis encoder due to
14412           unsupported settings
14413         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
14414         (gst_vorbisenc_setup):
14415           same
14416         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14417           fix case where warnings occured when one pad was unlinked while the
14418           other's link function was called
14419
14420 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14421
14422         * gst/tcp/Makefile.am:
14423           use GST_ENABLE_NEW
14424
14425 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14426
14427         * gst-libs/gst/resample/private.h:
14428           don't use optimizations that are #if 0'ed
14429
14430 2004-05-24  Wim Taymans  <wim@fluendo.com>
14431
14432         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14433         Fix potential division by zero error and hopefully get
14434         the position query right to get correct timestamps on avi
14435         audio.
14436
14437 2004-05-24  Wim Taymans  <wim@fluendo.com>
14438
14439         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
14440         (gst_videoscale_scale_nearest_str2),
14441         (gst_videoscale_scale_nearest_str4),
14442         (gst_videoscale_scale_nearest_32bit),
14443         (gst_videoscale_scale_nearest_24bit),
14444         (gst_videoscale_scale_nearest_16bit):
14445         Fix the scaling algorithm and avoid a buffer overflow.
14446         removed the while loop in the scaling function as it
14447         was used for point sampling only.
14448
14449 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14450
14451         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
14452         (gst_id3_tag_class_init), (gst_id3_tag_init),
14453         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
14454         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
14455         (gst_id3_tag_send_tag_event):
14456           lots of fixes to make id3mux work and id3demux work correctly
14457
14458 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14459
14460         * ext/Makefile.am:
14461           add rules to build shout2send (was removed by accident
14462           when this module was no more marked experimental/broken)
14463
14464 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14465
14466         * ext/shout2/gstshout2.c:
14467         * ext/shout2/gstshout2.h:
14468           adding a "connection problem" signal to shout2send
14469           (fixes #142954)
14470
14471 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14472
14473         * ext/kio/kioreceiver.cpp:
14474         * ext/kio/kioreceiver.h:
14475           fix sign comparison issues
14476
14477 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14478
14479         * gst/cdxaparse/gstcdxaparse.c:
14480         * gst/cdxaparse/gstcdxaparse.h:
14481           some renaming
14482           add some checks/sanity
14483           prepare for seek addition
14484
14485         * sys/sunaudio/gstsunaudio.c:
14486           remove exported dupe init function
14487
14488 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
14489
14490         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
14491         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
14492           Fix format conversion and position querying.
14493         * gst/debug/progressreport.c: (gst_progressreport_report):
14494           Don't output a bogus total value that we didn't query.
14495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14496           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
14497           only a blank window after xine has been used.
14498
14499 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14500
14501         * m4/as-arts.m4:
14502           sync with upstream version to fix test on FC2
14503           readd with -ko to preserve Id header
14504
14505 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14506
14507         * configure.ac:
14508           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
14509         * gst/tcp/gsttcpclientsrc.c: idem
14510         * gst/tcp/gsttcpserversink.c: idem
14511         * gst/tcp/gsttcpserversrc.c: idem
14512         * m4/gst-fionread.m4: idem
14513
14514         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
14515
14516         * configure.ac: enable speex plugin for speex 1.1.5+
14517         * ext/speex/gstspeexenc.c: fix cast warning
14518
14519         * ext/esd/README: fix typo
14520
14521 2004-05-20  David Schleef  <ds@schleef.org>
14522
14523         * configure.ac: Minor cosmetic change to convince the buildbot to
14524         reautogen.
14525         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
14526         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
14527         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
14528         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
14529         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
14530         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
14531         More hacking.  Plays audio now.
14532
14533 2004-05-20  David Schleef  <ds@schleef.org>
14534
14535         * configure.ac:
14536         * sys/Makefile.am:
14537
14538 2004-05-20  David Schleef  <ds@schleef.org>
14539
14540         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
14541         * sys/osxaudio/gstosxaudio.c:
14542         * sys/osxaudio/gstosxaudioelement.c:
14543         * sys/osxaudio/gstosxaudioelement.h:
14544         * sys/osxaudio/gstosxaudiosink.c:
14545         * sys/osxaudio/gstosxaudiosink.h:
14546         * sys/osxaudio/gstosxaudiosrc.c:
14547         * sys/osxaudio/gstosxaudiosrc.h:
14548
14549 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14550
14551         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
14552         (gst_vorbisenc_chain):
14553           put the codec headers on the caps as streamheader as well as
14554           pushing them out
14555
14556 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14557
14558         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
14559         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
14560         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
14561         split up push_packet into two functions
14562
14563 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14564
14565         * gst/tcp/.cvsignore:
14566           ignore enums
14567         * gst/tcp/Makefile.am:
14568         * gst/tcp/README:
14569         * gst/tcp/gsttcp.c:
14570         * gst/tcp/gsttcp.h:
14571         * gst/tcp/gsttcpclientsink.c:
14572         * gst/tcp/gsttcpclientsink.h:
14573         * gst/tcp/gsttcpclientsrc.c:
14574         * gst/tcp/gsttcpclientsrc.h:
14575         * gst/tcp/gsttcpplugin.c:
14576         * gst/tcp/gsttcpserversink.c:
14577         * gst/tcp/gsttcpserversink.h:
14578         * gst/tcp/gsttcpserversrc.c:
14579         * gst/tcp/gsttcpserversrc.h:
14580           add new tcp elements
14581
14582 2004-05-19  Wim Taymans  <wim@fluendo.com>
14583
14584         * gst/law/mulaw-conversion.c: (mulaw_encode):
14585         Fix overflow bug in ulaw encoding.
14586
14587 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14588
14589         * ext/mad/gstmad.c: (gst_mad_handle_event):
14590           don't unref the event twice
14591
14592 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14593
14594         * configure.ac:
14595           remove -Wno-sign-compare
14596
14597 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14598
14599         * configure.ac:
14600           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
14601           if you want to work against glib 2.2 and 2.4
14602
14603 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14604
14605         * gst/tcp/Makefile.am:
14606         * gst/tcp/gsttcp.c:
14607         * gst/tcp/gsttcp.h:
14608         * gst/tcp/gsttcpsink.h:
14609         * gst/tcp/gsttcpsrc.h:
14610           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
14611
14612 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14613
14614         * gst/debug/tests.c: (md5_get_value):
14615           fix segfault on gst-inspect
14616
14617 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14618
14619         * gst/debug/testplugin.c:
14620         * gst/debug/tests.c:
14621         * gst/debug/tests.h:
14622           add new extensible and configurable testing element. Current tests
14623           include buffer count, stream length, timestamp/duration matching and
14624           md5.
14625         * gst/debug/Makefile.am:
14626         * gst/debug/gstdebug.c: (plugin_init):
14627           add infrastructure for new element
14628
14629 2004-05-19  Johan Dahlin  <johan@gnome.org>
14630
14631         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
14632         ending of the array. Fixes gst-inspect segfault on ppc.
14633
14634 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14635
14636         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
14637
14638         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
14639
14640 2004-05-18  David Schleef  <ds@schleef.org>
14641
14642         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
14643         warnings (bugs, actually) noticed by gcc but not forte.
14644
14645 2004-05-18  David Schleef  <ds@schleef.org>
14646
14647         * sys/sunaudio/Makefile.am:
14648         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
14649
14650 2004-05-18  David Schleef  <ds@schleef.org>
14651
14652         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14653         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
14654         to allow qtdemux to use non-seekable streams. (bug #142272)
14655
14656 2004-05-18  David Schleef  <ds@schleef.org>
14657
14658         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
14659         (gst_resample_sinc_ft_float): Remove use of static temporary
14660         buffer.  This code was obviously not supposed to last long, but
14661         it's stuck in our ABI, so it required a little hack to make it
14662         ABI-compatible.  Fixes #142585.
14663         * gst-libs/gst/resample/resample.h: same.
14664
14665 2004-05-18  David Schleef  <ds@schleef.org>
14666
14667         * configure.ac: Add sunaudio
14668         * examples/Makefile.am: make gstplay depend on gconf
14669         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
14670         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
14671         (convert_table_lookup), (img_convert): remove c99-isms
14672         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
14673           unsigned, to fix a warning on Solaris
14674         * gst/mpeg1sys/systems.c: bcopy->memcpy
14675         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
14676         * sys/Makefile.am: Add sunaudio
14677
14678 2004-05-18  Wim Taymans  <wim@fluendo.com>
14679
14680         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
14681         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
14682         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
14683         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
14684         (gst_ogg_mux_loop):
14685         Fix an ugly memleak where the muxer didn't flush enough ogg
14686         pages. This also resulted in badly muxed ogg files.
14687
14688 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14689
14690         * gst/asfdemux/asfheaders.c :
14691         * gst/asfdemux/asfheaders.h :
14692         * gst/asfdemux/gstasfdemux.c :
14693           - fix ASF_OBJ_PADDING guid
14694           - add 3 new object guids (language list, metadata,
14695             extended stream properties)
14696           - add a function to parse extended header objects
14697
14698 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14699
14700         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
14701           remove leftover debugging g_print
14702
14703 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14704
14705         * ext/mad/gstmad.c: (gst_mad_handle_event):
14706           Fix for when the first format in a discont event is not a
14707           byte-based one. Should fix #137710.
14708
14709 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14710
14711         * m4/a52.m4 : fix compilation with -Wall -Werror
14712         * m4/libfame.m4 : idem
14713         * m4/libmikmod.m4 : idem
14714
14715 2004-05-17  Benjamin Otte  <otte@gnome.org>
14716
14717         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14718           signal the new tags before giving up the reference
14719
14720 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14721
14722         * ext/shout2/gstshout2.c:
14723           use application/ogg instead of application/x-ogg (patch by Patrick
14724           Guimond, fixes #142432)
14725         * sys/oss/gstosselement.c: (gst_osselement_reset),
14726         (gst_osselement_sync_parms):
14727           don't set fragment size unless specified (fixes #142493)
14728
14729 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14730
14731         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
14732           fixes #142664
14733
14734 2004-05-17  Benjamin Otte  <otte@gnome.org>
14735
14736         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
14737           compute offsets correctly for internal buffers so timestamps are set
14738           correctly when we can't seek. Also handle cases where there are no
14739           offsets. (based on a patch by David Moore, fixes #142507)
14740
14741 2004-05-17  Benjamin Otte  <otte@gnome.org>
14742
14743         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14744           use correct variable when determining amount of data to skip so we
14745           don't skip into the void and segfault
14746
14747 2004-05-16  Benjamin Otte  <otte@gnome.org>
14748
14749         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
14750           Hi, I'm a memleak
14751
14752 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14753
14754         * gst/asfdemux/gstasfdemux.c:
14755           - fix a mem leak and always propagate tags
14756           - add WMV3 to known video codecs (but no decoder yet)
14757           - replace "surplus data" at end of audio header for what
14758             it is : codec specific data
14759           - fix a typo
14760
14761 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
14762
14763         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
14764
14765         * gst-libs/gst/audio/audioclock.c:
14766           Fix wrong return type (#142205).
14767
14768 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14769
14770         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
14771           Ignore CRCs by default (fixes #142566).
14772
14773 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14774
14775         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14776         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
14777         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
14778         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
14779         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14780         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
14781           Fix for cases where we fail to attach to a mixer.
14782
14783 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14784
14785         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14786           Don't touch events after not owning them anymore.
14787         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14788         (gst_wavparse_fmt), (gst_wavparse_other),
14789         (gst_wavparse_handle_seek), (gst_wavparse_loop),
14790         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14791         (gst_wavparse_srcpad_event):
14792         * gst/wavparse/gstwavparse.h:
14793           Add seeking, fix querying.
14794
14795 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14796
14797         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14798           - process comments even if they don't end with \0\0
14799             g_convert would ignore them if present and works well without them
14800
14801 2004-05-16  Benjamin Otte  <otte@gnome.org>
14802
14803         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
14804           simplify caps
14805
14806 2004-05-16  Benjamin Otte  <otte@gnome.org>
14807
14808         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14809           don't write to memory we might not write to - g_convert does that
14810           for us anyway (fixes #142613)
14811         (gst_asf_demux_audio_caps):
14812           comment out gst_util_dump_mem
14813
14814 2004-05-16  Benjamin Otte  <otte@gnome.org>
14815
14816         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14817           compute correct expected timestamps after seek (broken since
14818           last commit)
14819         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
14820           rename element and debugging category to gdkpixbufscale
14821
14822 2004-05-16  Benjamin Otte  <otte@gnome.org>
14823
14824         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14825           add error checking to snd_pcm_delay and remove duplicate call to
14826           snd_pcm_delay that caused issues (see inline code comments)
14827         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14828           make more readable and fix return value when snd_pcm_delay fails
14829         (fixes #142586)
14830
14831 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
14832         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
14833         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
14834         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
14835         (gst_pixbufscale_link), (gst_pixbufscale_init),
14836         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
14837         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
14838         (gst_pixbufscale_get_property), (pixbufscale_init):
14839         * ext/gdk_pixbuf/pixbufscale.h:
14840         Add these files I forgot earlier
14841
14842 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
14843         * ext/gdk_pixbuf/Makefile.am:
14844         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
14845         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14846         Add new pixbufscale element to scale RGB video
14847         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
14848         and HYPER interpolation correctly.
14849         * ext/theora/theoraenc.c: (theora_enc_chain),
14850         Discard buffer and return if explicit caps could not be set
14851         (theora_enc_get_property):
14852         Make _get return kbps for the bitrate consistent with
14853         the _set function.
14854
14855
14856 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14857
14858         * ext/libvisual/visual.c: (gst_visual_chain):
14859           add missing visual_audio_analyze
14860
14861 2004-05-14  David Schleef  <ds@schleef.org>
14862
14863         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
14864         is killed while we're playing.
14865         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
14866         gst_element_no_more_pads().
14867
14868 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14869
14870         * gst-libs/gst/riff/riff-read.c :
14871           - fix INFO tag extraction in RIFF/AVI files
14872             because gst_event_unref (event) also freed taglist
14873           - avoid a mem leak
14874
14875 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14876
14877         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
14878         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
14879
14880         * gst/auparse/gstauparse.c :
14881           - add code (commented for now) to support audio/x-adpcm on src pad
14882             (we have no decoder for those layout yet)
14883
14884         * gst/cdxaparse/gstcdxaparse.c :
14885         * gst/cdxaparse/gstcdxaparse.h :
14886           - partial rewrite using RiffRead (ripped iain's wavparse code)
14887
14888         * gst/rtp/gstrtpL16enc.c : typo
14889         * gst/rtp/gstrtpgsmenc.c : typo
14890
14891 2004-05-13  Benjamin Otte  <otte@gnome.org>
14892
14893         * configure.ac:
14894           check for exact version of libvisual, it's not supposed to be
14895           API/ABI stable yet
14896
14897 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14898
14899         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
14900           signal no-more-pads
14901
14902 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14903
14904         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
14905         Report which format was used for GST_FORMAT_DEFAULT
14906         * gst/debug/Makefile.am:
14907         * gst/debug/gstdebug.c: (plugin_init):
14908         * gst/debug/progressreport.c: (gst_progressreport_base_init),
14909         (gst_progressreport_class_init), (gst_progressreport_init),
14910         (gst_progressreport_report), (gst_progressreport_set_property),
14911         (gst_progressreport_get_property), (gst_progressreport_chain),
14912         (gst_progressreport_plugin_init):
14913         Add progressreport element for testing.
14914
14915 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14916
14917         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
14918         * sys/v4l/gstv4lsrc.h:
14919         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
14920         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
14921         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
14922         (gst_v4lsrc_grab_frame):
14923           add more debugging
14924           send a discont at start
14925
14926 2004-05-12  Colin Walters  <walters@redhat.com>
14927
14928         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
14929         inflooping if we can't find a chunk.  Or in other words, don't blow
14930         chunks if we don't have a chunk to blow.
14931
14932 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14933         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
14934         Remove old debug output
14935         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
14936         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
14937         (gst_dvdec_set_property), (gst_dvdec_get_property):
14938         Change the quality setting to an enum, so it works from gst-launch
14939         Don't renegotiate a non-linked pad. Allows audio only decoding.
14940         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
14941         (gst_deinterlace_link), (gst_deinterlace_init):
14942         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
14943         (gst_videodrop_link):
14944         Some caps negotiation fixes
14945
14946 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14947
14948         * ext/tarkin/gsttarkin.c :
14949           - Change RANK from NONE to PRIMARY
14950         * ext/gdk_pixbuf/gstgdkpixbuf.c :
14951           - Change RANK from NONE to MARGINAL
14952         * ext/divx/gstdivxenc.c :
14953           - Change RANK from PRIMARY to NONE (encoder/spider issue)
14954
14955 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14956
14957         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
14958         (gst_vorbisenc_push_packet):
14959           copy a function that was added between 1.0 and 1.0.1 until we
14960           depend on worthwhile features of post-1.0
14961
14962 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14963
14964         * configure.ac:
14965           enable shout2 by default
14966         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
14967         (gst_shout2send_base_init), (gst_shout2send_init),
14968         (gst_shout2send_connect), (gst_shout2send_change_state):
14969         * ext/shout2/gstshout2.h:
14970           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
14971           #142262)
14972         * ext/theora/theora.c: (plugin_init):
14973           don't set rank on encoders
14974
14975 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
14976
14977         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
14978           Use codec_data property instead of flag1 and flag2 for wma
14979
14980 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14981
14982         * gst/cdxaparse/gstcdxaparse.c :
14983           - Add mpegversion to CAPS to make it link
14984           - Rank is as GST_RANK_SECONDARY instead of NONE
14985         * gst/auparse/gstauparse.c :
14986           - Document all audio encoding we can encounter from Solaris 9
14987             headers and libsndfile information.
14988           - Increase max. rate from 48000 to 192000 (to match other elements)
14989           - Don't try to play junk data between header and samples
14990
14991 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14992
14993         * ext/libvisual/visual.c: (gst_visual_getcaps):
14994           use the right caps depending on endianness (I hope)
14995         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
14996           use GST_RANK_NONE for all non-decoding elements or spider gets
14997           mighty confused
14998
14999 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15000
15001         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15002           Fix some odd cases and fix BE metadata parsing of unicode16 text.
15003
15004 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15005
15006         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15007         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15008         (gst_switch_loop), (gst_switch_get_type):
15009           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
15010           HEADERS. Had to be said.
15011
15012 2004-05-10  David Schleef  <ds@schleef.org>
15013
15014         * configure.ac: Add prototype Dirac support.
15015         * ext/Makefile.am:
15016         * ext/dirac/Makefile.am:
15017         * ext/dirac/gstdirac.cc:
15018         * ext/dirac/gstdiracdec.cc:
15019
15020 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15021
15022         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15023         (gst_auparse_init), (gst_auparse_chain),
15024         (gst_auparse_change_state):
15025           Hack around spider. Remove me some day please.
15026
15027 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15028
15029         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15030           Fix for some uninitialized variables in previous patch, also
15031           makes it work. Fixes #142286 while we're at it.
15032
15033 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15034
15035         * gst/auparse/gstauparse.c:
15036                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15037                 only unsupported formats are ADPCM/CCITT G.72x
15038                 reviewed by Ronald
15039         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15040
15041 2004-05-10  Wim Taymans  <wim@fluendo.com>
15042
15043         * ext/vorbis/Makefile.am:
15044         * ext/vorbis/README:
15045         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15046         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15047         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15048         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15049         (gst_oggvorbisenc_convert_sink),
15050         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15051         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15052         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15053         (get_constraints_string), (update_start_message),
15054         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15055         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15056         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15057         * ext/vorbis/oggvorbisenc.h:
15058         * ext/vorbis/vorbis.c: (plugin_init):
15059         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15060         (raw_caps_factory), (gst_vorbisenc_class_init),
15061         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15062         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15063         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15064         * ext/vorbis/vorbisenc.h:
15065         Added a raw vorbis encoder to be used with the oggmuxer.
15066         We still need the old encoder for some gnome applications,
15067         read the README to find out how that works.
15068         The raw encoder is called "rawvorbisenc" until 0.9.
15069
15070 2004-05-10  Wim Taymans  <wim@fluendo.com>
15071
15072         * ext/ogg/gstogg.c: (plugin_init):
15073         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15074         (gst_ogg_print):
15075         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15076         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15077         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15078         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15079         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15080         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15081         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15082         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15083         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15084         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15085         Added an ogg muxer.
15086         Small typo fixes in the demuxer.
15087
15088 2004-05-10  Wim Taymans  <wim@fluendo.com>
15089
15090         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15091         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15092         (theora_enc_change_state), (theora_enc_set_property),
15093         (theora_enc_get_property):
15094         Mark the last packet with an EOS flag which is not really needed
15095         in gstreamer.
15096         Do some better video framerate initialisation.
15097         Update the buffer timestamp.
15098
15099 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15100
15101         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15102         Return the result of the parent state change call
15103
15104 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15105
15106         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15107         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15108         * gst/law/alaw-encode.c : (idem)
15109         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15110         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15111         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15112
15113 2004-05-09  Benjamin Otte  <otte@gnome.org>
15114
15115         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15116           don't use a fixed buffer size when writing variable length data to
15117           it. Fixes memory corruption and makes alsasrc work
15118
15119 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15120
15121         * ext/gnomevfs/gstgnomevfssink.c:
15122         (_gst_boolean_allow_overwrite_accumulator),
15123         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15124           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15125           RUN_LAST, and don't use that to set the accumulator value because
15126           then it's always FALSE.
15127
15128 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15129
15130         * gst-libs/gst/riff/riff-media.c:
15131         (gst_riff_create_video_caps_with_data),
15132         (gst_riff_create_audio_caps),
15133         (gst_riff_create_audio_template_caps):
15134         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15135           Fix for unaligned RIFF files (i.e. where all the chunks together
15136           in a LIST chunk are not of the same size as the size given in
15137           the LIST chunk header). Fixes several odd WAVE files. Also fix
15138           ADPCM (block_align property) in audio, so that wavparse based
15139           on this works now as it used to stand-alone.
15140
15141 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15142
15143         reviewed by Benjamin Otte  <otte@gnome.org>
15144
15145         * ext/a52dec/gsta52dec.c:
15146         * ext/divx/gstdivxdec.c:
15147         * ext/divx/gstdivxenc.c:
15148         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15149         * ext/faac/gstfaac.c: (gst_faac_base_init):
15150         * ext/faad/gstfaad.c: (gst_faad_base_init):
15151         * ext/ivorbis/vorbisfile.c:
15152         * ext/lame/gstlame.c:
15153         * ext/libfame/gstlibfame.c:
15154         * ext/mpeg2enc/gstmpeg2enc.cc:
15155         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15156         * ext/sidplay/gstsiddec.cc:
15157         * ext/speex/gstspeexdec.c:
15158         * ext/speex/gstspeexenc.c:
15159         * ext/xvid/gstxviddec.c:
15160         * ext/xvid/gstxvidenc.c:
15161           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15162           (fixes #142193)
15163
15164 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15165
15166         * ext/alsa/gstalsa.c: (device_list),
15167         (gst_alsa_class_probe_devices):
15168         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15169           Fix alsa oddness in mixer after the combination of using mixer
15170           in source/sink elements and using hw:x,y instead of just hw:x.
15171
15172 2004-05-09  Benjamin Otte  <otte@gnome.org>
15173
15174         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15175         (gst_wavparse_create_sourcepad):
15176           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15177           sourcepads
15178
15179 2004-05-09  Benjamin Otte  <otte@gnome.org>
15180
15181         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15182           allow discont events before caps nego
15183
15184 2004-05-08  Benjamin Otte  <otte@gnome.org>
15185
15186         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15187           don't leak events
15188
15189 2004-05-08  Benjamin Otte  <otte@gnome.org>
15190
15191         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15192         (gst_level_change_state), (gst_level_init):
15193         * gst/level/gstlevel.h:
15194           figure out if we're initialized directly instead of keeping a
15195           variable that's wrong in 90% of cases
15196           don't initialize pads and then leak them and use a new unitialized
15197           pad. (fixes #142084)
15198           these were bugs so n00bish I didn't find them for an hour :/
15199
15200 2004-05-08 Iain <iain@prettypeople.org>
15201
15202         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15203         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15204         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15205         return the length that was read.
15206         (gst_riff_read_strf_auds): Allow fmt tags as well.
15207
15208 2004-05-07  David Schleef  <ds@schleef.org>
15209
15210         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15211         signed char assumption in faad.h.
15212
15213 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15214
15215         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15216           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15217
15218 2004-05-07  Colin Walters  <walters@redhat.com>
15219
15220         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15221         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15222         function.
15223         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15224         Add dispose function.
15225
15226 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15227         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15228           Fix caps nego and pad templates. RGB mode caps should
15229           work now.
15230         * ext/dvdnav/gst-dvd:
15231           Move mpeg2dec inside the thread because otherwise the
15232           queue rejects cap changes mid-stream
15233         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15234         (gst_mpeg2dec_flush_decoder):
15235           For mpeg2dec > 0.4.0, call the flush function instead of
15236           manually extracting all in-flight frames.
15237         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15238         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15239           Change mime type video/dv go video/x-dv to match the
15240           rest of gst-plugins
15241
15242 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15243
15244         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15245         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15246         (gst_alsa_sink_class_init):
15247         * ext/alsa/gstalsasink.h:
15248         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15249         (gst_alsa_src_class_init):
15250         * ext/alsa/gstalsasrc.h:
15251           Make alsasink/src a subclass of alsamixer so that mixer stuff
15252           shows up in gst-rec. Needs some finetuning.
15253
15254 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15255
15256         * ext/lame/gstlame.c: (gst_lame_chain):
15257           simplify
15258         * ext/mad/gstmad.c: (gst_mad_handle_event):
15259           fix event leak
15260         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15261           be able to detect mp3 files < 4096 bytes
15262
15263 2004-05-06  Wim Taymans  <wim@fluendo.com>
15264
15265         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15266         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15267         (theora_enc_set_property), (theora_enc_get_property):
15268         Also encode the first frame, cleanup some code.
15269
15270 2004-05-06  Wim Taymans  <wim@fluendo.com>
15271
15272         * ext/mpeg2enc/gstmpeg2enc.cc:
15273         Forward events first before deciding that negotiation was
15274         not performed.
15275
15276 2004-05-06  Wim Taymans  <wim@fluendo.com>
15277
15278         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15279         First process the events before deciding that negotiation
15280         was not performed.
15281
15282 2004-05-06  Wim Taymans  <wim@fluendo.com>
15283
15284         * ext/theora/Makefile.am:
15285         * ext/theora/theora.c: (plugin_init):
15286         * ext/theora/theoradec.c: (theora_dec_change_state):
15287         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15288         (gst_theora_enc_class_init), (gst_theora_enc_init),
15289         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15290         (theora_enc_chain), (theora_enc_change_state),
15291         (theora_enc_set_property), (theora_enc_get_property):
15292         Added a theora encoder, grouped the encoder and decoder into the
15293         same plugin.
15294
15295 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15296
15297         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15298         (gst_jpegenc_chain):
15299         fix DURATION on outgoing buffers
15300         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15301         debug using time formats
15302         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15304         (gst_xvimagesink_sink_link):
15305         windows with width/height 0 generate X errors, so don't allow them
15306
15307 2004-05-05  Wim Taymans  <wim@fluendo.com>
15308
15309         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15310         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15311         (gst_mpeg2dec_negotiate_format):
15312         * ext/mpeg2dec/gstmpeg2dec.h:
15313           removed the static pad template so that we can add the
15314           more accurate framerate value to the caps.
15315
15316
15317 2004-05-04  Benjamin Otte  <otte@gnome.org>
15318
15319         * configure.ac:
15320           check for kdemacros.h, too (should fix #141821)
15321         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15322           don't crash if no header was sent, but nicely error out (fixes part
15323           of #141554)
15324
15325 2004-05-04  Wim Taymans  <wim@fluendo.com>
15326
15327         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15328         parent dispose function to avoid segfault on destroy.
15329
15330 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15331
15332         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15333         (plugin_init):
15334         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15335         (gst_xvimagesink_sink_link):
15336         clean up debugging caps
15337         also recreate xvimage when format has changed
15338
15339 2004-05-04  Benjamin Otte  <otte@gnome.org>
15340
15341         * ext/libvisual/Makefile.am:
15342         * ext/libvisual/visual.c: (gst_visual_class_init),
15343         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15344         (gst_visual_srclink), (gst_visual_chain),
15345         (gst_visual_change_state), (plugin_init):
15346           use a GstAdapter to correctly adapt buffer sizes - allows using a
15347           framerate
15348
15349 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15350
15351         * sys/v4l/gstv4lelement.h:
15352         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15353         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15354         (gst_v4lsrc_buffer_free):
15355         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15356         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15357         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15358         (gst_v4lsrc_requeue_frame):
15359         move some debugging categories around
15360         query for fps index and set accordingly if found
15361
15362 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15363
15364         * ext/lame/gstlame.c:
15365         correct defaults that lame_init puts out of range
15366
15367 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15368
15369         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
15370         (gst_divxenc_class_init):
15371         fix range since -1 is the default
15372         * gst/mpeg1sys/gstmpeg1systemencode.c:
15373         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
15374         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
15375         (gst_rtjpegdec_chain):
15376         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
15377         (gst_rtjpegenc_chain):
15378         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
15379         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
15380         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
15381         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
15382         * sys/v4l/gstv4lsrc.c:
15383         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15384         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15385         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15386         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
15387         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
15388           remove gst_info calls
15389
15390 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15391
15392         * Makefile.am:
15393         * po/af.po:
15394         * po/az.po:
15395         * po/en_GB.po:
15396         * po/nl.po:
15397         * po/sr.po:
15398         * po/sv.po:
15399           Updated translations
15400
15401 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15402
15403         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15404           refactor/comment code
15405
15406 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15407
15408         * gst/asfdemux/Makefile.am:
15409         * gst/asfdemux/asfheaders.c:
15410         * gst/asfdemux/asfheaders.h:
15411         * gst/asfdemux/gstasf.c: (plugin_init):
15412         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
15413         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
15414         (gst_asf_demux_setup_pad):
15415         * gst/asfdemux/gstasfdemux.h:
15416         * gst/asfdemux/gstasfmux.c:
15417         * gst/asfdemux/gstasfmux.h:
15418           Add tagging support to demuxer, split out registration in its own
15419           file instead of in demux (hacky), and prevent having some tables
15420           in our memory multiple times (in asfheaders.h).
15421
15422 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15423
15424         * gst/matroska/matroska-demux.c:
15425         (gst_matroska_demux_parse_metadata):
15426         * gst/matroska/matroska-ids.h:
15427           Basic tag reading support.
15428
15429 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15430
15431         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15432           Really detect ac-3 audio.
15433         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
15434           really detect matroska files (off-by-1).
15435
15436 2004-04-30  David Schleef  <ds@schleef.org>
15437
15438         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15439         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
15440         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
15441         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
15442         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
15443         hackage -- parse a lot more atoms, extract a few tags.  One might even
15444         mistake this for tag support.  Maybe it is.
15445         * gst/qtdemux/qtdemux.h:
15446
15447 2004-04-30  Colin Walters  <walters@verbum.org>
15448
15449         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
15450
15451 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15452
15453         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15454         (gst_ffmpegcolorspace_getcaps):
15455           remove broken nego fix
15456
15457 2004-04-30  Benjamin Otte  <otte@gnome.org>
15458
15459         * configure.ac:
15460         * ext/Makefile.am:
15461         * ext/libvisual/Makefile.am:
15462         * ext/libvisual/visual.c:
15463           add initial support for libvisual (http://libvisual.sourceforge.net)
15464           libvisual is still quite alpha, so expect crashes in there :)
15465
15466 2004-04-29  David Schleef  <ds@schleef.org>
15467
15468         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15469         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
15470         up qtdemux to make it spit out codec_data.  Do _not_ look at this
15471         code; you will no longer respect me.
15472
15473 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15474
15475         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
15476         * ext/alsa/gstalsa.h :
15477         change alsa pcm device discovery to find more than 1 device
15478         per card. code review by Ronald.
15479
15480 2004-04-29  David Schleef  <ds@schleef.org>
15481
15482         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
15483         Add a check for a driver bug on FreeBSD.  (bug #140565)
15484
15485 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15486
15487         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
15488         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15489         (gst_jpegenc_getcaps):
15490           move format setting to inner loop
15491         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15492         (gst_ffmpegcolorspace_getcaps):
15493           use GST_PAD_CAPS if available so that we use already negotiated
15494           caps
15495         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15496         (qtdemux_parse_moov), (qtdemux_parse):
15497           extra debugging
15498         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
15499         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
15500           move hardcoded path to DEFINE
15501
15502 2004-04-28  David Schleef  <ds@schleef.org>
15503
15504         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
15505         (bug #140064)
15506
15507 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15508
15509         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
15510           Don't probe for playback device if we're a source element. Fixes
15511           #139658.
15512
15513 2004-04-29  Benjamin Otte  <otte@gnome.org>
15514
15515         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
15516         (gst_id3_tag_chain):
15517           rewrite buffer offset
15518
15519 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15520
15521         * configure.ac:
15522         * ext/Makefile.am:
15523         * ext/dts/Makefile.am:
15524         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
15525         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
15526         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
15527         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
15528         (gst_dtsdec_loop), (gst_dtsdec_change_state),
15529         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
15530         (plugin_init):
15531         * ext/dts/gstdtsdec.h:
15532           New DTS decoder.
15533         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
15534         (gst_faad_srcconnect):
15535           Add ESDS atom handling (.m4a).
15536
15537 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15538
15539         * ext/divx/gstdivxdec.c: (plugin_init):
15540           Remove comment that makes no sense.
15541         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
15542           Fix for obvious typo that resulted in warnings during gst-register.
15543         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
15544         (gst_xviddec_sink_link):
15545           Fix caps negotiation a bit better.
15546         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15547           We call this 'codec_data', not 'esds'.
15548
15549 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15550
15551         * gst/monoscope/gstmonoscope.c:
15552           make sure we only provide 256x128
15553         * gst/monoscope/monoscope.c: (monoscope_init):
15554           assert size of 256x128
15555
15556 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15557
15558         * Makefile.am:
15559         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
15560         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
15561           fixate to max width and height of device
15562
15563 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15564
15565         * Makefile.am:
15566         * sys/v4l/gstv4l.c:
15567         * sys/v4l/gstv4lsrc.c:
15568         * sys/v4l/v4l_calls.c:
15569         * sys/v4l/v4lsrc_calls.c:
15570           fix for qc-usb driver which fakes having more than one buffer
15571           by handing the same buffer twice, which confused GStreamer's/v4lsrc
15572           buffer_free override
15573           add debugging
15574
15575 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15576
15577         * Makefile.am:
15578         * gst/videotestsrc/gstvideotestsrc.c:
15579         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
15580         (gst_videotestsrc_init), (gst_videotestsrc_get),
15581         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
15582         * gst/videotestsrc/gstvideotestsrc.h:
15583           add num-buffers property
15584
15585         2004-04-26  Benjamin Otte  <otte@gnome.org>
15586
15587         * ext/mad/gstid3tag.c: (plugin_init):
15588           set id3mux rank to NONE so it doesn't confuse spider
15589           require audio/mpeg,mpegversion=1 in id3mux
15590
15591 2004-04-26  Benjamin Otte  <otte@gnome.org>
15592
15593         * configure.ac:
15594           detect faad correctly as non-working if it's indeed non-working
15595
15596 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15597
15598         * Makefile.am:
15599         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15600         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
15601         fix _getcaps so it only negotiates to its supported format
15602
15603 2004-04-25  Benjamin Otte  <otte@gnome.org>
15604
15605         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15606           fix memleak
15607
15608 2004-04-23  Benjamin Otte  <otte@gnome.org>
15609
15610         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15611           audio/x-raw-int with height rules! not. Now it's depth.
15612
15613 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15614
15615         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
15616         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
15617         (gst_wavparse_loop):
15618           Missing variable initialization. Add handling of DVI ADPCM. Fix
15619           mis-parsing of LIST chunks. This works around a bug where we mis-
15620           parse non-aligning LIST chunks (so LIST chunks where the contents
15621           don't align with the actual LIST size). The correct fix is to use
15622           rifflib, I'm not going to fix wavparse - too much work. All this
15623           fixes #104878.
15624
15625 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15626
15627         reviewed by Benjamin Otte  <otte@gnome.org>
15628
15629         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
15630           fix shoutcast not working (fixes #140844)
15631
15632 2004-04-22  Benjamin Otte  <otte@gnome.org>
15633
15634         * ext/hermes/gsthermescolorspace.c:
15635         (gst_hermes_colorspace_caps_remove_format_info):
15636         * gst/colorspace/gstcolorspace.c:
15637         (gst_colorspace_caps_remove_format_info):
15638         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15639         (gst_ffmpegcolorspace_caps_remove_format_info):
15640           s/gst_caps_simplify/gst_caps_do_simplify/
15641
15642 2004-04-22  Benjamin Otte  <otte@gnome.org>
15643
15644         * gst-libs/gst/riff/riff-media.c:
15645         (gst_riff_create_video_caps_with_data):
15646           mpegversion is an int
15647         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
15648           don't try to create pad templates with NULL caps, use any caps
15649           instead.
15650
15651 2004-04-20  David Schleef  <ds@schleef.org>
15652
15653         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
15654         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
15655         (bug #140384)
15656
15657 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
15658
15659         reviewed by David Schleef
15660
15661         * ext/mad/gstid3tag.c: Add stdlib.h
15662         * gst/rtp/gstrtpgsmenc.c: same
15663         * gst/tags/gstid3tag.c: same
15664         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
15665         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
15666         GST_DISABLE_LOADSAVE use.
15667         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
15668         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
15669         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
15670         atol(3)).
15671         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
15672         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
15673         strtoul(3)).
15674         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
15675         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
15676         $(ID3_CFLAGS).
15677         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
15678         $(LIBFAME_CFLAGS).
15679
15680 2004-04-20  David Schleef  <ds@schleef.org>
15681
15682         * gst/realmedia/rmdemux.c:  This was supposed to part of the
15683         last checkin.  Same idea.
15684
15685 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
15686
15687         reviewed by David Schleef
15688
15689         * configure.ac: bump required gstreamer version to 0.8.1.1
15690         because of following changes [--ds]
15691
15692         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
15693         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
15694         (gst_riff_read_header):  Use GST_READ_UINT*
15695         macros to access possibly unaligned memory.
15696
15697         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
15698         (mp3_type_find):  Use GST_READ_UINT*
15699         macros to access possibly unaligned memory.
15700         (mp3_type_find, mpeg1_parse_header, qt_type_find)
15701         (speex_type_find): Likewise
15702
15703         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
15704
15705         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
15706         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
15707         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
15708         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
15709         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
15710         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
15711         macros to access possibly unaligned memory.
15712
15713         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
15714         Likewise.
15715
15716         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
15717         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
15718
15719         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
15720         Likewise.
15721
15722         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
15723         (gst_mpeg2subt_chain_subtitle): Likewise.
15724
15725         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
15726         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
15727         Likewise.
15728
15729         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
15730         Likewise.
15731
15732         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
15733         Likewise.
15734
15735         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
15736         Likewise.
15737
15738 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15739
15740         * configure.ac:
15741           update required version of GStreamer because of GST_TIME_FORMAT
15742
15743 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15744
15745         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
15746           remove leftover g_print
15747         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15748           don't try setting only a subset of the caps. We don't want to kill
15749           autoplugging on purpose
15750
15751 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15752
15753         * sys/ximage/ximagesink.c: (plugin_init):
15754         * sys/xvimage/xvimagesink.c: (plugin_init):
15755           add debugging categories
15756
15757 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15758
15759         * po/en_GB.po:
15760         * po/LINGUAS:
15761           Adding en_GB translation (Gareth Owen)
15762
15763 2004-04-20  David Schleef  <ds@schleef.org>
15764
15765         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15766         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
15767         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
15768         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
15769         A number of new features and hacks to extract the esds atom and
15770         put it into the caps.  (bug #137724)
15771
15772 2004-04-19  David Schleef  <ds@schleef.org>
15773
15774         * gconf/Makefile.am: Fix for non-GNU make
15775         * gst-libs/gst/Makefile.am: Change directory order to handle
15776         GstPlay linking with gstinterfaces
15777         * gst-libs/gst/audio/make_filter: make use of tr portable
15778         * gst-libs/gst/play/Makefile.am: Add intended \
15779         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15780         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
15781         function prototype instead of void *.
15782         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
15783         macro.
15784         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15785         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
15786         * gst/videofilter/make_filter: make use of tr portable
15787         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
15788
15789 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15790
15791         * po/LINGUAS:
15792         * po/uk.po:
15793           Added Ukrainian translation (Maxim V. Dziumanenko)
15794
15795 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15796
15797         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
15798         (gst_gsmdec_link), (gst_gsmdec_chain):
15799           Fix capsnego, simplify chain function slightly.
15800         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
15801           Add GSM.
15802
15803 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15804
15805         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
15806         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
15807         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
15808           Hack to make wavparse work with spider (always -> sometimes pad).
15809           Fixes #135862 && #140411.
15810
15811 2004-04-18  Benjamin Otte  <otte@gnome.org>
15812
15813         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
15814         (gst_osselement_rate_probe_check),
15815         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
15816           get rid of \n in debug output
15817
15818 2004-04-17  Iain <iain@prettypeople.org>
15819
15820         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
15821         not just EOS.
15822
15823 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15824
15825         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
15826         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
15827         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
15828         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
15829         (gst_id3_tag_src_link), (gst_id3_tag_chain),
15830         (gst_id3_tag_change_state), (plugin_init):
15831           deprecate id3tag element and replace with id3demux/id3mux.
15832           great side effect: this ugly file is now even uglier, yay!
15833         * ext/mad/gstmad.h:
15834           remove non-available function
15835           update for new get_type
15836
15837 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15838
15839         * configure.ac:
15840           require mpeg2dec >= 0.4.0
15841
15842 2004-04-17  Benjamin Otte  <otte@gnome.org>
15843
15844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15845         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
15846         (gst_xvimagesink_set_xwindow_id):
15847           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
15848           assorted cleanup fixes.
15849
15850 2004-04-16  David Schleef  <ds@schleef.org>
15851
15852         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
15853         * sys/xvimage/xvimagesink.h: same
15854
15855 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15856
15857         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
15858           Fix GST_ELEMENT_ERROR with (NULL)
15859
15860 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15861
15862         * gst-libs/gst/riff/riff-media.c:
15863         (gst_riff_create_video_caps_with_data):
15864           Add div[3456] as fourccs for DivX 3 (fixes #140137).
15865
15866 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15867
15868         * gst-libs/gst/riff/riff-media.c:
15869         (gst_riff_create_video_caps_with_data),
15870         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
15871         (gst_riff_create_video_template_caps),
15872         (gst_riff_create_audio_template_caps):
15873         * gst-libs/gst/riff/riff-media.h:
15874         * gst-libs/gst/riff/riff-read.c:
15875         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
15876         * gst-libs/gst/riff/riff-read.h:
15877         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
15878           Add MS RLE support. I added some functions to read out strf chunks
15879           into strf chunks and the data behind it. This is usually color
15880           palettes (as in RLE, but also in 8-bit RGB). Also use those during
15881           caps creation. Lastly, add ADPCM (similar to wavparse - which
15882           should eventually be rifflib based).
15883         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
15884         (gst_matroska_demux_init), (gst_matroska_demux_reset):
15885         * gst/matroska/matroska-demux.h:
15886           Remove placeholders for some prehistoric tagging system. Didn't add
15887           support for any tag system really anyway.
15888         * gst/qtdemux/qtdemux.c:
15889           Add support for audio/x-m4a (MPEG-4) through spider.
15890         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
15891         (gst_wavparse_loop):
15892           ADPCM support (#135862). Increase max. buffer size because we
15893           cannot split buffers for ADPCM (screws references) and I've seen
15894           files with 2048 byte chunks. 4096 seems safe for now.
15895
15896 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15897
15898         * configure.ac: bump nano to 1
15899
15900 === release 0.8.1 ===
15901
15902 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15903
15904         * configure.ac: releasing 0.8.1, "Comforting Sounds"
15905
15906 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15907
15908         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15909           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
15910           Fixes #140058
15911
15912 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15913
15914         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
15915           lower rank of dvddemux so that it's not used for mpeg playback.
15916
15917 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15918
15919         * configure.ac:
15920           save libs correctly when checking mad
15921
15922 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15923
15924         * ext/mad/gstid3tag.c: (plugin_init):
15925           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
15926
15927 2004-04-13  David Schleef  <ds@schleef.org>
15928
15929         * common/m4/gst-feature.m4: Call -config scripts with
15930         --plugin-libs if it is supported.
15931         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
15932         JPEG images are image/jpeg.
15933         * gst/debug/Makefile.am:
15934         * gst/debug/negotiation.c: (gst_negotiation_class_init),
15935         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
15936         (gst_negotiation_update_caps), (gst_negotiation_get_property),
15937         (gst_negotiation_plugin_init): Add a property that acts like
15938         filter caps.
15939         * testsuite/gst-lint:  Move license checking to be a standard
15940         test.
15941
15942 2004-04-13  David Schleef  <ds@schleef.org>
15943
15944         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
15945         patch from Sebastien Cote (bug #139958)
15946
15947 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15948
15949         * examples/gstplay/Makefile.am:
15950         * examples/gstplay/player.c: (main):
15951           make the commandline player example use gconf settings
15952
15953 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15954
15955         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
15956         (gst_cacasink_sinkconnect), (gst_cacasink_init),
15957         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
15958           init/end library during state transition, not object
15959           creation/disposal.  get rid of custom dispose handler.
15960
15961
15962 2004-04-12  Christian Schaller <Uraeus@gnome.org>
15963
15964         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
15965         be a symlink
15966
15967 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15968
15969         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
15970           Handle JUNK chunks inside data section. Prevents warnings.
15971
15972 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15973
15974         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15975         (gst_riff_create_video_template_caps):
15976           Add MS video v1.
15977         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15978         (gst_avi_demux_stream_data):
15979           Add support for "rec-list" chunks.
15980
15981 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15982
15983         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15984           Fix another codecname mismatch.
15985
15986 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15987
15988         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15989           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
15990           so that MJPEG plays back.
15991
15992 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15993
15994         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
15995         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
15996         * gst/mpeg1videoparse/gstmp1videoparse.h:
15997           Fix for some slight mis-cuts in buffer parsing, and for some
15998           potential overflows or faults-causers. Adds disconts. Also fixes
15999           #139105 while we're at it.
16000
16001 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16002
16003         * configure.ac:
16004         * sys/v4l2/gstv4l2element.h:
16005           Workaround for missing struct v4l2_buffer declaration in Suse 9
16006           and Mandrake 10 linux/videodev2.h header file (#135919).
16007
16008 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16009
16010         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16011           Bail out if no filename was given.
16012
16013 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16014
16015         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
16016         (gst_v4l2_fourcc_from_structure):
16017           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
16018           Y41B somewhere).
16019
16020 2004-04-09  Benjamin Otte  <otte@gnome.org>
16021
16022         * ext/gnomevfs/gstgnomevfssink.c:
16023         (_gst_boolean_allow_overwrite_accumulator),
16024         (gst_gnomevfssink_class_init):
16025           fix erase signal - if any handler returns false the file will not be
16026           overwritten. If no handler is connected, the file will not be
16027           overwritten either.
16028           renamed signal to "allow-overwrite"
16029         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16030           free string when adding it to ID3 failed
16031         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16032           unref event when done
16033         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16034           free caps
16035         * gst/typefind/gsttypefindfunctions.c:
16036         (mpeg_video_stream_type_find):
16037           fix invalid read
16038
16039 2004-04-08  David Schleef  <ds@schleef.org>
16040
16041         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16042         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16043
16044 2004-04-08  David Schleef  <ds@schleef.org>
16045
16046         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16047         we don't support (bug #139532)
16048
16049 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16050
16051         * ext/mad/gstmad.c: (gst_mad_handle_event),
16052         (gst_mad_check_caps_reset), (gst_mad_chain),
16053         (gst_mad_change_state):
16054           only set explicit caps if they haven't been set before for
16055           this stream.  MPEG-audio sample rate/channels aren't allowed
16056           to change in-stream.
16057           Fixes #139382
16058
16059 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16060
16061         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16062         (_gst_boolean_did_something_accumulator),
16063         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16064         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16065         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16066         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16067         (gst_gnomevfssink_change_state):
16068           Fix erase signal. Don't erase by default. Remove handoff signal.
16069           Remove erase property. Don't segfault. General cleanup.
16070
16071 2004-04-07  Benjamin Otte  <otte@gnome.org>
16072
16073         * gst-libs/gst/gconf/test-gconf.c: (main):
16074           add missing gst_init
16075
16076 2004-04-07  Benjamin Otte  <otte@gnome.org>
16077
16078         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16079           free the mutexes, too
16080
16081 2004-04-07  Benjamin Otte  <otte@gnome.org>
16082
16083         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16084           actually free the URI string
16085         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16086           compute offset correctly when passing discont events
16087         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16088           don't leak discont events
16089         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16090           add some missing breaks so caps aren't copied randomly
16091         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16092           if we realloc memory, we better use it
16093
16094 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16095
16096         * ext/mad/gstmad.c: (normal_seek):
16097           fix GST_FORMAT_TIME usage
16098
16099 2004-04-05  David Schleef  <ds@schleef.org>
16100
16101         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16102         a deprecated function (hack!)
16103
16104 2004-04-05  Benjamin Otte  <otte@gnome.org>
16105
16106         * ext/esd/esdmon.c: (gst_esdmon_get):
16107           fix nonterminated vararg and memleak
16108
16109 2004-04-05  Benjamin Otte  <otte@gnome.org>
16110
16111         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16112         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16113         (gst_ladspa_set_property), (gst_ladspa_get_property),
16114         (gst_ladspa_instantiate), (gst_ladspa_activate),
16115         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16116           clean up debugging
16117
16118 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16119
16120         reviewed by Benjamin Otte  <otte@gnome.org>
16121
16122         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16123           check for broken LADSPA parameters (fixes #138635)
16124
16125 2004-04-05  Benjamin Otte  <otte@gnome.org>
16126
16127         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16128           advertise buffer-frames correctly on sinkpads
16129
16130 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16131
16132         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16133         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16134         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16135         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16136         (gst_mad_check_caps_reset), (gst_mad_chain):
16137         add more debugging, only reset caps when we're not in error state
16138
16139 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16140
16141         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16142
16143 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16144
16145         reviewed by Benjamin Otte  <otte@gnome.org>
16146
16147         * configure.ac:
16148           fix == in test(1) operator
16149
16150 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16151
16152         reviewed by Benjamin Otte  <otte@gnome.org>
16153
16154         * configure.ac:
16155           fix --export-symblos-regex to a working regex.
16156
16157 2004-04-04  Benjamin Otte  <otte@gnome.org>
16158
16159         * sys/oss/.cvsignore:
16160           add for oss_probe
16161
16162 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16163
16164         reviewed by Benjamin Otte  <otte@gnome.org>
16165
16166         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16167           add missing 'new_media' argument (fixes #138168)
16168         * gst/matroska/matroska-demux.c:
16169         (gst_matroska_demux_handle_seek_event):
16170           add vararg terminator (fixes #138169)
16171
16172 2004-04-02  David Schleef  <ds@schleef.org>
16173
16174         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16175         disted (bug #138914)
16176
16177 2004-04-01  Benjamin Otte  <otte@gnome.org>
16178
16179         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16180         (gst_alsa_close_audio):
16181           handle case better where a soundcard can't pause
16182         * ext/ogg/gstoggdemux.c:
16183           don't crash when we get events but don't have pads yet
16184
16185 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16186
16187         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16188           throw an error if we couldn't probe any caps.
16189
16190 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16191
16192         * ext/dvdnav/gst-dvd:
16193         Add a really simple sample DVD player
16194
16195 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16196
16197         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16198         (gst_a52dec_push), (gst_a52dec_handle_event),
16199         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16200         (gst_a52dec_change_state):
16201         * ext/a52dec/gsta52dec.h:
16202           Use a debug category, Output timestamps correctly
16203           Emit tag info, Handle events, tell liba52dec about cpu
16204           capabilities so it can use MMX etc.
16205         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16206           Fix a crasher accessing invalid memory
16207         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16208         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16209         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16210         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16211         (dvdnavsrc_query):
16212           Some support for byte-format seeking.
16213           Small fixes for still frames and menu button overlays
16214         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16215         (gst_mpeg2dec_alloc_buffer):
16216           Use a debug category. Adjust the report level of several items to
16217           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16218           so it doesn't lose the GstBuffer pointer
16219         * gst/debug/Makefile.am:
16220         * gst/debug/gstdebug.c: (plugin_init):
16221         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16222         (gst_navseek_base_init), (gst_navseek_class_init),
16223         (gst_navseek_init), (gst_navseek_seek),
16224         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16225         (gst_navseek_get_property), (gst_navseek_chain),
16226         (gst_navseek_plugin_init):
16227         * gst/debug/gstnavseek.h:
16228           Add the navseek debug element for seeking back and forth in a
16229           video stream using arrow keys.
16230         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16231         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16232         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16233         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16234         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16235         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16236         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16237         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16238         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16239         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16240         * gst/mpeg2sub/gstmpeg2subt.h:
16241           Pretty much a complete rewrite. Now a loopbased element. May still
16242           require work to properly synchronise subtitle buffers.
16243         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16244         (gst_dvd_demux_send_subbuffer):
16245         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16246           Don't attempt to create subbuffers of size 0
16247           Reduce a couple of error outputs to warnings.
16248         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16249         (gst_y4mencode_chain):
16250         Output the y4m frame header correctly.
16251
16252 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16253
16254         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16255           throw errors instead of allowing SIGFPE
16256
16257 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16258
16259         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16260         (gst_gconf_render_bin_from_key):
16261           leak plugging and style fixing
16262
16263 2004-03-31  David Schleef  <ds@schleef.org>
16264
16265         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16266         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16267         (bug #138225)
16268         * gst/debug/Makefile.am:
16269         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16270         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16271         plugin.
16272         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16273         (gst_negotiation_base_init), (gst_negotiation_class_init),
16274         (gst_negotiation_init), (gst_negotiation_getcaps),
16275         (gst_negotiation_pad_link), (gst_negotiation_chain),
16276         (gst_negotiation_set_property), (gst_negotiation_get_property),
16277         (gst_negotiation_plugin_init):  New element to talk about random
16278         negotiation things happening in a pipeline.
16279
16280 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16281
16282         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16283           fix integer addition with help of Stefan Kost
16284
16285 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16286
16287         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16288
16289 2004-03-30  David Schleef  <ds@schleef.org>
16290
16291         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16292         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16293         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16294         (bug #137504)
16295         * ext/mpeg2dec/gstmpeg2dec.h:
16296
16297 2004-03-30  David Schleef  <ds@schleef.org>
16298
16299         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16300
16301 2004-03-30  David Schleef  <ds@schleef.org>
16302
16303         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16304         Michael Petullo) to handle .mov
16305
16306 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16307
16308         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16309         (gst_osselement_rate_check_rate):
16310           probe caps correctly for sound cards that only support one format
16311
16312 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16313
16314         * ext/kio/kiosrc.cpp: (process_events):
16315           update handling event processing if inside KDE - untested
16316
16317 2004-03-29  David Schleef  <ds@schleef.org>
16318
16319         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16320         by 2 to not interfere with other colorspaces.
16321         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16322         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16323         one to not interfere with ffmpeg_colorspace.
16324
16325 2004-03-29  David Schleef  <ds@schleef.org>
16326
16327         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16328         aren't in the caps.
16329         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16330         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16331
16332 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16333
16334         * gst-libs/gst/riff/riff-media.c:
16335           fail on error, don't try to set stuff on NULL caps
16336
16337 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16338
16339         * configure.ac:
16340         * ext/Makefile.am:
16341         * ext/kio/Makefile.am:
16342         * ext/kio/kioreceiver.cpp:
16343         * ext/kio/kioreceiver.h:
16344         * ext/kio/kiosrc.cpp:
16345         * ext/kio/kiosrc.h:
16346           add experimental kiosrc plugin
16347         * ext/alsa/gstalsaplugin.c: (plugin_init):
16348           initialize debugging category only when we're sure registering the
16349           plugins worked.
16350
16351 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16352
16353         * examples/gstplay/player.c: (main):
16354         * gst-libs/gst/play/play.c: (gst_play_class_init),
16355         (gst_play_set_location), (gst_play_set_data_src),
16356         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16357         (gst_play_set_visualization), (gst_play_connect_visualization):
16358           check return values of element_set_state and return FALSE where
16359           failed
16360
16361 2004-03-29  Benjamin Otte  <otte@gnome.org>
16362
16363         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16364           try harder to check if an event is really a discont
16365
16366 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16367
16368         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
16369         * po/az.po:
16370
16371 2004-03-28  Benjamin Otte  <otte@gnome.org>
16372
16373         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16374         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16375         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16376           get rid of non-standard "..." ranges in case statements.
16377
16378 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
16379
16380         * gst/mpegstream/gstmpegdemux.c:
16381         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
16382         specific functionality split to the new dvddemux element.
16383         * gst/mpegstream/gstdvddemux.c:
16384         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
16385         streams, derived from mpegdemux.
16386         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
16387         up. SCR based timestamp rewriting can be turned off (will probably
16388         completely disappear soon).
16389         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
16390         hacking. General cleanup. All printf statements replaced by
16391         debugging messages. Almost complete libdvdnav support.
16392         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
16393         by events. New properties for audio and subpicture languages.
16394         (dvdnavsrc_update_highlight): Now uses events.
16395         (dvdnavsrc_user_op): Cleaned up.
16396         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
16397         based). Lots of cleanup, and propper support for most libdvdnav
16398         events.
16399         (dvdnavsrc_make_dvd_event): New function.
16400         (dvdnavsrc_make_dvd_nav_packet_event): New function.
16401         (dvdnavsrc_make_clut_change_event): New function.
16402
16403 2004-03-26  Benjamin Otte  <otte@gnome.org>
16404
16405         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
16406           fix bug where typefinding would claim it's theora whenever less then
16407           7 bytes of data were available
16408
16409 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16410
16411         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
16412         (gst_alawdec_base_init), (gst_alawdec_class_init),
16413         (gst_alawdec_init), (gst_alawdec_chain):
16414         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
16415         (gst_alawenc_base_init), (gst_alawenc_class_init),
16416         (gst_alawenc_init), (gst_alawenc_chain):
16417         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
16418         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
16419         (gst_mulawdec_init), (gst_mulawdec_chain):
16420         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
16421         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
16422         (gst_mulawenc_init), (gst_mulawenc_chain):
16423           Fix capsnego in all four, remove the unused property functions and
16424           simplify the chain functions slightly. I guess we could use macros
16425           or something similar for those, since the code is so similar, but
16426           I'm currently too lazy...
16427
16428 2004-03-24  David Schleef  <ds@schleef.org>
16429
16430         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16431         (gst_osselement_close_audio), (gst_osselement_probe_caps),
16432         (gst_osselement_get_format_structure),
16433         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
16434         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
16435         (gst_osselement_rate_int_compare): Add code to handle rate probing
16436         (bug #120883)
16437         * sys/oss/gstosselement.h: same
16438         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
16439         Use rate probing provided by osselement.
16440         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
16441
16442 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16443
16444         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
16445         (gst_xvidenc_get_property):
16446           ulong/int mess-up.
16447
16448 2004-03-24  David Schleef  <ds@schleef.org>
16449
16450         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
16451         (gst_speexdec_init):
16452         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
16453         (gst_speexenc_init):  Create the pad template correctly (from
16454         the static pad template, not a NULL pointer.)
16455
16456 2004-03-25  Benjamin Otte  <otte@gnome.org>
16457
16458         * gst/debug/Makefile.am:
16459         * gst/debug/breakmydata.c:
16460           add element that quasi-randomly changes bytes in the stream.
16461           Intended use is robustness checking of demuxers and decoders in
16462           media tests.
16463
16464 2004-03-24  Benjamin Otte  <otte@gnome.org>
16465
16466         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16467         (gst_alsa_probe_hw_params):
16468         * ext/alsa/gstalsa.h:
16469           debugging output fixes
16470
16471 2004-03-24  Benjamin Otte  <otte@gnome.org>
16472
16473         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
16474           don't g_return_if_fail if element is PLAYING, fail silently as every
16475           other element.
16476         * gst/effectv/gstquark.c: (gst_quarktv_chain):
16477           only fix needed for cast lvalue issues in gst-plugins
16478         * gst/volenv/gstvolenv.c: (gst_volenv_init):
16479           add proxy_getcaps
16480
16481 2004-03-24  Benjamin Otte  <otte@gnome.org>
16482
16483         * gst/level/gstlevel.c: (gst_level_init):
16484           add proxying getcaps function, so level doesn't advertise impossible
16485           caps
16486
16487 2004-03-24  David Schleef  <ds@schleef.org>
16488
16489         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16490         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
16491         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
16492         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
16493         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
16494         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
16495         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
16496         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
16497         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
16498         messages.  Divide the chunk size by the compression ratio
16499         (needed for MACE audio)
16500
16501 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16502
16503         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16504           Fix buffer overflow read error.
16505
16506 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16507
16508         * ext/alsa/gstalsa.h:
16509           Remove unused entry.
16510         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16511           Add cinepak.
16512         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
16513         (gst_videodrop_link), (gst_videodrop_chain):
16514           Fix, sort of. Was horribly broken with new capsnego. Bah...
16515
16516 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
16517
16518         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
16519         (plugin_init):
16520         Add a monkeysaudio typefind function
16521
16522 2004-03-23  Johan Dahlin  <johan@gnome.org>
16523
16524         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
16525         (gst_play_video_fixate): Check so the structure has the field
16526         before trying to fixate them, this makes it possible to have
16527         fakesinks for video and audio output without printing errors on
16528         the output console.
16529
16530 2004-03-22  David Schleef  <ds@schleef.org>
16531
16532         * sys/oss/Makefile.am:
16533         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
16534         (check_rate), (add_rate):  Rate probing test app.
16535
16536 2004-03-21  Benjamin Otte  <otte@gnome.org>
16537
16538         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16539         (_fixate_caps_to_int), (gst_audio_convert_fixate):
16540           add a fixation function that pretty much does the right thing (fixes
16541           #137556)
16542
16543 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
16544
16545         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
16546
16547 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16548
16549         reviewed by: Benjamin Otte  <otte@gnome.org>
16550
16551         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16552           terminate gst_event_new_discontinuous correctly (fixes parts of
16553           #137711)
16554
16555 2004-03-19  David Schleef  <ds@schleef.org>
16556
16557         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
16558         since it doesn't depend on X, and it's part of our ABI.
16559
16560 2004-03-19  Iain <iain@prettypeople.org>
16561
16562         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
16563         is_int in the structure, not the local variable.
16564
16565 2004-03-19  David Schleef  <ds@schleef.org>
16566
16567         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
16568         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
16569         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
16570         Improvements in caps negotiation.
16571
16572 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16573
16574         * po/LINGUAS:
16575         * po/af.po:
16576           adding Afrikaans (Petri Jooste)
16577
16578 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16579
16580         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16581         (gst_ffmpegcolorspace_chain):
16582         throw error instead of g_critical (#137588)
16583
16584 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16585
16586         * Makefile.am:
16587         * configure.ac:
16588           dist common and m4 correctly
16589         * po/sv.po:
16590
16591 2004-03-17  David Schleef  <ds@schleef.org>
16592
16593         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
16594         (bug #137348)
16595
16596 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16597
16598         * po/LINGUAS:
16599         * po/sv.po:
16600           adding Swedish translation (Christian Rose)
16601
16602 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16603
16604         * Makefile.am: use release.mak
16605
16606 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16607
16608         * common/ChangeLog:
16609         * common/gst-autogen.sh:
16610           add some explanation about the version detection
16611         * configure.ac:
16612           fix X check
16613
16614 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16615
16616         * configure.ac: bump nano to 1
16617
16618 === release 0.8.0 ===
16619
16620 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16621
16622         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
16623
16624 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16625
16626         * configure.ac:
16627           update libtool version
16628         * gst-libs/gst/media-info/Makefile.am:
16629           actually use libtool version
16630
16631 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16632
16633         * configure.ac: fix speex detection to work with 1.0 but not 1.1
16634
16635 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16636
16637         * configure.ac:
16638         * gst-plugins.spec.in:
16639         * pkgconfig/Makefile.am:
16640         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16641         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16642         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16643         * pkgconfig/gstreamer-libs.pc.in:
16644         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16645         * pkgconfig/gstreamer-play-uninstalled.pc.in:
16646         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
16647         * pkgconfig/gstreamer-plugins.pc.in:
16648           remove @VERSION@ from some of the pc files since core and plugins
16649           are decoupled.
16650           created gstreamer-plugins.pc as it's a better name, but keeping
16651           -libs around for now to get fixes upstream done first.
16652
16653 2004-03-15  Julien MOUTTE <julien@moutte.net>
16654
16655         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
16656         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
16657         * gst-libs/gst/play/play.h:
16658
16659 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16660
16661         * *.c, *.cc: don't mix tabs and spaces
16662
16663 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16664
16665         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
16666           use the new ffmpegcolorspace
16667         * gst-plugins.spec.in:
16668           package new colorspace and media-info
16669         * configure.ac:
16670         * pkgconfig/Makefile.am:
16671           fix some more disting issues
16672         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16673         * pkgconfig/gstreamer-media-info.pc.in:
16674           generate media-info pc files
16675
16676 2004-03-15  Johan Dahlin  <johan@gnome.org>
16677
16678         * *.h: Revert indenting
16679
16680 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16681
16682         * configure.ac:
16683           adding ffmpegcolorspace element
16684         * gst/ffmpegcolorspace/Makefile.am:
16685         * gst/ffmpegcolorspace/avcodec.h:
16686         * gst/ffmpegcolorspace/common.h:
16687         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
16688         * gst/ffmpegcolorspace/dsputil.h:
16689         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
16690         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16691         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
16692         (gst_ffmpeg_caps_to_pix_fmt):
16693         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16694         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16695         (gst_ffmpegcolorspace_caps_remove_format_info),
16696         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
16697         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
16698         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
16699         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
16700         (gst_ffmpegcolorspace_set_property),
16701         (gst_ffmpegcolorspace_get_property),
16702         (gst_ffmpegcolorspace_register):
16703         * gst/ffmpegcolorspace/imgconvert.c:
16704         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
16705         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
16706         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
16707         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
16708         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
16709         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
16710         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
16711         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
16712         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
16713         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
16714         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
16715         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
16716         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
16717         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
16718         (img_get_alpha_info), (deinterlace_line),
16719         (deinterlace_line_inplace), (deinterlace_bottom_field),
16720         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
16721         * gst/ffmpegcolorspace/imgconvert_template.h:
16722         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
16723         * gst/ffmpegcolorspace/mmx.h:
16724         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
16725           adding ffmpegcolorspace element supplied by Ronald after cleaning
16726           up and pulling in the right bits of upstream source.
16727           I'm sure a better C/compiler wizard could do some cleaning up (for
16728           example use GLIB's malloc stuff), but as a first pass this
16729           works very well
16730
16731 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16732
16733         * ext/alsa/gstalsa.h:
16734           I assume Ronald forgot to commit the change to have cardname
16735           as a struct member.  Expect some public spanking at the next
16736           opportunity.
16737
16738 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16739
16740         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
16741         (gst_alsa_open_audio), (gst_alsa_close_audio):
16742         * ext/alsa/gstalsa.c:
16743           Don't open the device if we're a mixer (= padless).
16744         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
16745         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
16746         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
16747           Open mixer during state change rather than during object
16748           initialization. Also, get a device name. Currently in a somewhat
16749           hackish fashion, but I didn't really find something better.
16750
16751 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16752
16753         * *.c, *.h: run gst-indent
16754
16755 2004-03-14  Benjamin Otte  <otte@gnome.org>
16756
16757         * gst/modplug/gstmodplug.cc:
16758         * gst/modplug/gstmodplug.h:
16759           set correct timestamps on outgoing buffers
16760
16761 2004-03-14  Benjamin Otte  <otte@gnome.org>
16762
16763         * gst/modplug/gstmodplug.cc:
16764           handle events - don't do crap when a discont arrives that's not
16765           necessary
16766           This allows correct loading and playback of mods in Rhythmbox
16767
16768 2004-03-14  Benjamin Otte  <otte@gnome.org>
16769
16770         * configure.ac:
16771         * gst-libs/gst/gconf/Makefile.am:
16772         * pkgconfig/Makefile.am:
16773           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
16774           they get rebuilt properly
16775         * configure.ac:
16776           when checking for vorbis, try pkgconfig first.
16777         * gst/modplug/gstmodplug.cc:
16778           add fixate function
16779
16780 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16781
16782         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16783           Fix for obvious mistake, where we first shift the offset and then
16784           read a samplesize element assuming the old offset. Note that this
16785           part still has something weird, i.e. my movies containing those
16786           don't actually play well, but at least there's something that looks
16787           like sound now.
16788
16789 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
16790         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
16791         (plugin_init):
16792         Add a typefind function for speex format
16793
16794 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16795
16796         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
16797         (gst_asf_demux_setup_pad):
16798           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
16799           instead of 0. Reason is simple: some elements have a fps range
16800           of 1-max instead of 0-max. So now ASF video actually works.
16801
16802 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16803
16804         * po/LINGUAS:
16805         * po/sr.po:
16806           adding serbian as a language
16807
16808 2004-03-13  Benjamin Otte  <otte@gnome.org>
16809
16810         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
16811           return taglist correctly from _get function, don't gst_pad_push it.
16812           (fixes #137042)
16813
16814 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
16815         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16816
16817 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16818
16819         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
16820         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
16821         (gst_alsa_mixer_track_new):
16822         * ext/alsa/gstalsamixertrack.h:
16823           Fix ancient leftovers... MixerTrack is a GObject.
16824
16825 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16826
16827         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16828         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16829           Don't block during probing...
16830
16831 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16832
16833         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
16834         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
16835         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
16836         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
16837         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
16838         (gst_alsa_open_audio), (gst_alsa_close_audio):
16839         * ext/alsa/gstalsa.h:
16840           Add propertyprobe interface implementation, add some device-name
16841           property, all this so that it looks good in gnome-volume-control.
16842
16843 2004-03-12  David Schleef  <ds@schleef.org>
16844
16845         * configure.ac: the Hermes library controls hermescolorspace, not
16846         colorspace.
16847         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
16848         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
16849         not /* */
16850         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
16851         * ext/sdl/sdlvideosink.h: ditto.
16852         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
16853
16854 2004-03-12  Benjamin Otte  <otte@gnome.org>
16855
16856         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
16857         (gst_x_overlay_got_xwindow_id):
16858         * gst-libs/gst/xoverlay/xoverlay.h:
16859           replace XID with unsigned long to get rid of the xlibs dependency in
16860           XOverlay (fixes #137004)
16861
16862 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
16863         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
16864         (gst_agingtv_setup):
16865         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
16866         (gst_dicetv_base_init), (gst_dicetv_class_init),
16867         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
16868         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
16869         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
16870         (gst_edgetv_setup), (gst_edgetv_rgb32):
16871         * gst/effectv/gsteffectv.c:
16872         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
16873         (gst_quarktv_set_property):
16874         * gst/effectv/gstrev.c: (gst_revtv_get_type),
16875         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
16876         (gst_revtv_setup), (gst_revtv_rgb32):
16877         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
16878         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
16879         (gst_shagadelictv_init), (gst_shagadelictv_setup),
16880         (gst_shagadelictv_rgb32):
16881         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
16882         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
16883         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
16884         * gst/effectv/gstwarp.c:
16885         Port everything that can be ported to videofilter and fix up the caps.
16886         Can someone with a big-endian machine please check these?
16887
16888 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16889
16890         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
16891         (gst_osssink_chain), (gst_osssink_change_state):
16892           Latest fixes for A/V sync, audio playback and such. This is about
16893           all... MPEG playback issues are mostly related to the async build-
16894           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
16895
16896 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16897
16898         patch from: Stephane Loeuillet
16899
16900         * configure.ac:
16901           use pkg-config for some libraries, falling back to the old .m4 way
16902           (fixes #131270)
16903         * m4/libdv.m4:
16904           removed
16905
16906 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16907
16908         * configure.ac:
16909         * tools/Makefile.am:
16910         * tools/Makefile.in:
16911         * tools/gst-launch-ext-m.m:
16912         * tools/gst-launch-ext.1.in:
16913         * tools/gst-visualise-m.m:
16914         * tools/gst-visualise.1:
16915         * tools/gst-visualise.1.in:
16916           reorganizing generation of script tools
16917
16918 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16919
16920         * ext/divx/gstdivxdec.c:
16921           Downgrade priority. We prefer ffdec_mpeg4.
16922         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
16923         (gst_faad_chain), (gst_faad_change_state):
16924           Fix capsnego. Doesn't work for some sounds because we don't have
16925           a 5:1 to stereo element.
16926         * ext/xvid/gstxvid.c: (plugin_init):
16927           Add priority.
16928         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
16929         (gst_osssink_change_state):
16930           Add discont handling.
16931
16932 2004-03-09  Colin Walters  <walters@verbum.org>
16933
16934         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
16935         conversion.
16936
16937 2004-03-09  Benjamin Otte  <otte@gnome.org>
16938
16939         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
16940           the signals take 2 arguments
16941
16942 2004-03-09  David Schleef  <ds@schleef.org>
16943
16944         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
16945         (gst_alsa_fixate): Add fixate function.  (bug #136686)
16946         * ext/alsa/gstalsa.h:
16947         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
16948
16949 2004-03-09  Benjamin Otte  <otte@gnome.org>
16950
16951         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
16952         (gst_mikmod_change_state):
16953         * ext/mikmod/gstmikmod.h:
16954           make mikmod's loop function not loop infinitely and call
16955           gst_element_yield anymore
16956         * gst/modplug/gstmodplug.cc:
16957           fix pad negotiation (fixes #136590)
16958
16959 2004-03-09  David Schleef  <ds@schleef.org>
16960
16961         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
16962         doesn't conflict with the internal colorspace plugin.
16963         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
16964         satisfy the crappy-ass shell shipped by a certain vendor.
16965         * gst/videofilter/make_filter: same (bug #135299)
16966
16967 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16968
16969         * configure.ac: bump nano to 1
16970
16971 === release 0.7.6 ===
16972
16973 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16974
16975         * configure.in: releasing 0.7.6, "There"
16976
16977 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16978
16979         * pkgconfig/gstreamer-play-uninstalled.pc.in:
16980         * pkgconfig/gstreamer-play.pc.in:
16981           synchronize the two
16982
16983 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16984
16985         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
16986         (cdparanoia_open), (cdparanoia_event):
16987           fix/add error handling
16988         * po/POTFILES.in:
16989           add cdparanoia source
16990         * tools/Makefile.am:
16991           make scripts executable
16992
16993 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16994
16995         * configure.ac:
16996         * ext/vorbis/Makefile.am:
16997         * sys/Makefile.am:
16998           remove id3types, vorbisfile and xvideosink from the build (#133783)
16999
17000 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17001
17002         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17003           Fix metadata read crash (#136537).
17004
17005 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17006
17007         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17008         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
17009           adding mime types, fixing the one-stop function
17010
17011 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17012
17013         * ext/nas/nassink.c and /ext/nas/nassink.h:
17014         More NAS love from Arwed von Merkatz
17015         So lets all sing 'Can you feel the NAS tonight'
17016
17017 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17018
17019         * tools/gst-launch-ext.in:
17020         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
17021
17022 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17023
17024         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17025         (gst_mpeg2dec_init):
17026         remove the user_data pad for now, because it is being used in
17027         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17028         If someone knows how to fix this properly, please do.
17029
17030 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17031
17032         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17033         (gst_osssink_get_time):
17034         add a warning, IMO this won't get triggered anymore, remove later
17035
17036 2004-03-07  David Schleef  <ds@schleef.org>
17037
17038         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17039         format (bug #136470)
17040
17041 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17042
17043         * gst-libs/Makefile.am:
17044         * gst-libs/gst/media-info/Makefile.am:
17045         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17046         (error_callback), (gst_media_info_error_create),
17047         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17048         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17049         * gst-libs/gst/media-info/media-info-priv.h:
17050         * gst-libs/gst/media-info/media-info-test.c: (main):
17051         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17052         (gst_media_info_class_init), (gst_media_info_instance_init),
17053         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17054         (gst_media_info_read_idler), (gst_media_info_read):
17055         * gst-libs/gst/media-info/media-info.h:
17056         fixed, should work now
17057
17058 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17059
17060         * ext/nas/nassink.c:
17061         A bunch of NAS fixes from Arwed von Merkatz
17062
17063 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17064
17065         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17066         (qtdemux_parse_trak):
17067           Fix crash (j might be greater than n_samples, in which case we're
17068           writing outside the allocated space for the array) and memleak.
17069
17070 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17071
17072         * sys/oss/gstosssink.c: (gst_osssink_chain):
17073           And another caller that couldn't handle delay < 0 (unsigned
17074           integer overflow). Video now continues playing on an audio
17075           buffer underrun, and the clock continues working. Audio still
17076           stalls.
17077
17078 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17079
17080         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17081         (gst_osssink_get_time):
17082           get_delay() may return values lower than 0. In those cases, we
17083           should not actually cast to *unsigned* int64, that will break
17084           stuff horribly. In my case, it screwed up A/V sync in movies
17085           in totem rather badly.
17086
17087 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17088
17089         * ext/faac/gstfaac.c: (gst_faac_chain):
17090         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17091         * ext/libpng/gstpngenc.c: (user_write_data):
17092         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17093         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17094         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17095         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17096         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17097         of any buffer), should fix some leaks. I hope I didn't unref buffers
17098         that shouldn't be...
17099
17100 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17101
17102         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17103         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17104         (error_callback), (gmi_reset), (gmi_seek_to_track),
17105         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17106         (gmip_find_type_post), (gmip_find_stream_post),
17107         (gmip_find_track_streaminfo_post):
17108         * gst-libs/gst/media-info/media-info-priv.h:
17109         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17110         (info_print), (main):
17111         * gst-libs/gst/media-info/media-info.c:
17112         (gst_media_info_error_create), (gst_media_info_error_element),
17113         (gst_media_info_instance_init), (gst_media_info_get_property),
17114         (gst_media_info_new), (gst_media_info_set_source),
17115         (gst_media_info_read_idler), (gst_media_info_read):
17116         * gst-libs/gst/media-info/media-info.h:
17117           first pass at making this work again.  This seems to work on
17118           tagged ogg/vorbis and mp3 files.
17119
17120 2004-03-06  Benjamin Otte  <otte@gnome.org>
17121
17122         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17123           fix huge leak: gst_buffer_merge doesn't unref the first argument
17124           itself.
17125
17126 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17127
17128         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17129           report layer/mode/emphasis
17130
17131 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17132
17133         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17134
17135 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17136
17137         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17138           signal serial
17139
17140 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17141
17142         * ext/vorbis/vorbis.c: (plugin_init):
17143         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17144         (gst_vorbis_dec_init), (vorbis_dec_event):
17145         add debug category
17146         make vorbisdec handle _BYTE and _TIME queries
17147
17148 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17149
17150         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17151           from the xing header
17152
17153 2004-03-06  Benjamin Otte  <otte@gnome.org>
17154
17155         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17156         (gst_audio_convert_link), (gst_audio_convert_change_state),
17157         (gst_audio_convert_buffer_from_default_format):
17158           do conversions from/to float correctly, fix some caps nego errors,
17159           export correct supported caps in template and getcaps, use correct
17160           caps in try_set_caps functions
17161
17162 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17163
17164         For some reason, I only committed a ChangeLog entry yesterday and
17165         not the corresponding code...
17166         * ext/mad/gstmad.c: Fix detection of Xing headers
17167         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17168
17169 2004-03-06  Benjamin Otte  <otte@gnome.org>
17170
17171         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17172         (gst_ogg_demux_src_query):
17173           make sure to handle the case where there's no current chain
17174           gracefully.
17175
17176 2004-03-05  David Schleef  <ds@schleef.org>
17177
17178         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17179         Add fixate function. (bug #131128)
17180         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17181         (gst_sdlvideosink_fixate):  Add fixate function.
17182         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17183         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17184         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17185         Fix missing break that was causing ulaw to be interpreted as
17186         raw int.
17187
17188 2004-03-05  David Schleef  <ds@schleef.org>
17189
17190         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17191         Fix code that ignores return value of gst_buffer_merge().
17192         (bug #114560)
17193         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17194         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17195         * testsuite/gst-lint:  Check for above.
17196
17197 2004-03-05  David Schleef  <ds@schleef.org>
17198
17199         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17200         caps and throw an element error.  (bug #136334)
17201
17202 2004-03-05  David Schleef  <ds@schleef.org>
17203
17204         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17205         (gst_faad_chain): Fix negotiation.
17206         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17207         key and button events.
17208         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17209         dung heap of code.
17210         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17211         depends on gconf
17212         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17213         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17214         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17215         function to encourage better negotiation, particularly between
17216         audioconvert and osssink.
17217         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17218         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17219         more important.
17220         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17221         typefinding.
17222         * gst/vbidec/vbiscreen.c:  Add glib header
17223         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17224
17225 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17226
17227         * ext/mad/gstmad.c: Fix detection of Xing headers
17228         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17229
17230 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17231
17232         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17233         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17234           debug updates
17235
17236 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17237
17238         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17239         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17240         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17241         files, and report the parsed length as a GST_TAG_DURATION tag.
17242         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17243
17244 2004-03-05  Benjamin Otte  <otte@gnome.org>
17245
17246         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17247           convert channels correctly. convert correctly to unsigned.
17248
17249 2004-03-05  Julien MOUTTE <julien@moutte.net>
17250
17251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17252         we have a window before clearing it.
17253
17254 2004-03-05  Julien MOUTTE <julien@moutte.net>
17255
17256         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17257         have a window before clearing it.
17258
17259 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17260
17261         * gconf/gstreamer.schemas.in:
17262         * gst-libs/gst/gconf/Makefile.am:
17263           version installation path the same way as for 0.6
17264         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17265         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17266         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17267           remove comment that was fixed
17268
17269 2004-03-05  David Schleef  <ds@schleef.org>
17270
17271         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17272         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17273         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17274         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17275         Add prototype code for handling seeking and querying.
17276
17277 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17278
17279         * examples/gstplay/player.c: (main):
17280           Initialize variables to NULL. Prevents a segfault because the
17281           (uninitialized) variable is not NULL, resulting in a crash on
17282           trying to reach error->message.
17283
17284 2004-03-05  Benjamin Otte  <otte@gnome.org>
17285
17286         * gst/audioconvert/gstaudioconvert.c:
17287         (gst_audio_convert_buffer_to_default_format):
17288         make float=>int conversion work correctly even in cornercases.
17289
17290 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17291
17292         * debian/README.Debian:
17293         * debian/build-deps:
17294         * debian/changelog:
17295         * debian/control:
17296         * debian/control.in:
17297         * debian/copyright:
17298         * debian/gstreamer-a52dec.files:
17299         * debian/gstreamer-aa.files:
17300         * debian/gstreamer-alsa.files:
17301         * debian/gstreamer-alsa.manpages:
17302         * debian/gstreamer-arts.files:
17303         * debian/gstreamer-artsd.files:
17304         * debian/gstreamer-audiofile.files:
17305         * debian/gstreamer-avifile.files:
17306         * debian/gstreamer-cdparanoia.files:
17307         * debian/gstreamer-colorspace.files:
17308         * debian/gstreamer-doc.files:
17309         * debian/gstreamer-dv.files:
17310         * debian/gstreamer-dvd.files:
17311         * debian/gstreamer-esd.files:
17312         * debian/gstreamer-festival.files:
17313         * debian/gstreamer-flac.files:
17314         * debian/gstreamer-gconf.conffiles:
17315         * debian/gstreamer-gconf.files:
17316         * debian/gstreamer-gconf.postinst:
17317         * debian/gstreamer-gnomevfs.files:
17318         * debian/gstreamer-gsm.files:
17319         * debian/gstreamer-http.files:
17320         * debian/gstreamer-jack.files:
17321         * debian/gstreamer-jpeg.files:
17322         * debian/gstreamer-mad.files:
17323         * debian/gstreamer-mikmod.files:
17324         * debian/gstreamer-misc.files:
17325         * debian/gstreamer-mpeg2dec.files:
17326         * debian/gstreamer-oss.files:
17327         * debian/gstreamer-plugin-apps.files:
17328         * debian/gstreamer-plugin-apps.manpages:
17329         * debian/gstreamer-plugin-libs-dev.files:
17330         * debian/gstreamer-plugin-libs.files:
17331         * debian/gstreamer-plugin-template.postinst:
17332         * debian/gstreamer-plugin-template.postrm:
17333         * debian/gstreamer-sdl.files:
17334         * debian/gstreamer-sid.files:
17335         * debian/gstreamer-vorbis.files:
17336         * debian/gstreamer-x.files:
17337         * debian/mk.control:
17338         * debian/rules:
17339         Debian package info not maintained here.
17340
17341 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17342
17343         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17344         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17345         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17346         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17347         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17348         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17349         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17350         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17351         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17352         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17353         * gst-libs/gst/colorbalance/colorbalance.c:
17354         (gst_color_balance_class_init):
17355         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17356         (gst_color_balance_channel_class_init):
17357         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17358         * gst-libs/gst/play/play.c: (gst_play_class_init):
17359         * gst-libs/gst/propertyprobe/propertyprobe.c:
17360         (gst_property_probe_iface_init):
17361         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17362         * gst-libs/gst/tuner/tunerchannel.c:
17363         (gst_tuner_channel_class_init):
17364         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17365         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17366         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
17367         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17368         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17369         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17370         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17371         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
17372         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
17373           fix signals to use - instead of _
17374         * ext/libcaca/gstcacasink.h:
17375         * ext/sdl/sdlvideosink.h:
17376           fix header rename
17377
17378 2004-03-04  David Schleef  <ds@schleef.org>
17379
17380         * testsuite/gst-lint:  Add a check for bad signal names.
17381
17382 2004-03-04  <kost@imn.htwk-leipzig.de>
17383
17384         reviewed by David Schleef
17385
17386         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
17387         modified the alpha channel and caused a warning. (bug #136192)
17388
17389 2004-04-03  Christian Schaller <Uraeus@gnome.org>
17390
17391         * gst-plugins.spec.in:
17392         Change names of plugins to actually be correct. Try to keep things
17393         alphabetical to avoid getting beat up by Thomas
17394
17395 2004-03-03  Julien MOUTTE <julien@moutte.net>
17396
17397         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
17398         Using ximagesink as a default if no gconf key found. We should
17399         probably consider using alsasink instead of osssink for the audio
17400         part.
17401
17402 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17403
17404         * configure.ac:
17405           fix --with-plugins, don't think it ever worked before
17406         * gst-plugins.spec.in:
17407           even more updates
17408
17409 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17410
17411         * ext/sdl/sdlvideosink.h:
17412         * sys/ximage/ximagesink.h:
17413         * sys/xvideo/xvideosink.h:
17414         * sys/xvimage/xvimagesink.h:
17415           Fix for move of gstvideosink.h -> videosink.h.
17416
17417 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17418
17419         * gst-libs/gst/xwindowlistener/Makefile.am:
17420           this is a plugin library, not a library
17421
17422 2004-03-01  David Schleef  <ds@schleef.org>
17423
17424         * AUTHORS:  Added some names.  Add yourself if you're still
17425         missing.
17426
17427 2004-03-01  David Schleef  <ds@schleef.org>
17428
17429         * MAINTAINERS: Add
17430
17431 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17432
17433         * gst-plugins.spec.in: clean up spec file
17434
17435 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17436
17437         * gst-libs/gst/video/Makefile.am:
17438         * gst-libs/gst/video/gstvideosink.c:
17439         * gst-libs/gst/video/gstvideosink.h:
17440           rename gstvideosink.h to videosink.h to match other headers
17441         * gst/mixmatrix/Makefile.am:
17442           fix plugin filename
17443         * gst/tags/Makefile.am: fix plugin filename
17444
17445 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17446
17447         * gst/tags/Makefile.am: fix plugin filename
17448
17449 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17450
17451         * examples/gstplay/player.c: (got_time_tick), (main):
17452           add error handler
17453           display time_tick more readably
17454         * gst/mixmatrix/Makefile.am:
17455           fix plugin file name
17456
17457 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
17458
17459         * sys/oss/gstosselement.c: (gst_osselement_probe),
17460         (device_combination_append), (gst_osselement_class_probe_devices):
17461         * sys/oss/gstosselement.h:
17462           Reworked enumeration of oss dsps and mixers so that gst-mixer works
17463           on my system using alsa oss emulation, fixes bug #135597
17464
17465 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17466
17467         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
17468         (gst_videodrop_chain), (gst_videodrop_change_state):
17469         * gst/videodrop/gstvideodrop.h:
17470           Work based on timestamp of input data, not based on the expected
17471           framerate from the input. The consequence is that this element now
17472           not only scales framerates, but also functions as a framerate
17473           corrector or framerate stabilizer/constantizer.
17474
17475 2004-02-27  David Schleef  <ds@schleef.org>
17476
17477         patches from jmmv@menta.net (Julio M. Merino Vidal)
17478
17479         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
17480         GST_ELEMENT_ERROR call (bug #135634)
17481         * gst/interleave/interleave.c: (interleave_buffered_loop),
17482         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
17483         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
17484         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17485         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
17486         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
17487         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17488         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
17489         Fix GST_ELEMENT_ERROR call.
17490         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
17491         GST_ELEMENT_ERROR call.
17492
17493 2004-02-27  Benjamin Otte  <otte@gnome.org>
17494
17495         * gst-libs/gst/audio/audio.h:
17496           add macro to make sure header isn't included twice
17497         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
17498           don't use gst_buffer_free
17499         * gst/playondemand/filter.func:
17500           don't use gst_data_free. Free data only once.
17501
17502 2004-02-26  David Schleef  <ds@schleef.org>
17503
17504         * gst-libs/gst/colorbalance/Makefile.am:
17505         * gst-libs/gst/mixer/Makefile.am:
17506         * gst-libs/gst/tuner/Makefile.am:
17507         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
17508         should not be disted, -marshal.h files should not be installed,
17509         and -enum.h files _should_ be installed.  Fix to make this the
17510         case.
17511
17512 === release 0.7.5 ===
17513
17514 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17515
17516         * configure.ac: release 0.7.5, "Under The Sea"
17517
17518 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17519
17520         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17521         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
17522         * gst/videoscale/gstvideoscale.c:
17523         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17524           assorted debug/warning fixes
17525
17526 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17527
17528         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
17529         (gst_videoscale_init), (gst_videoscale_chain),
17530         (gst_videoscale_set_property), (plugin_init):
17531         * gst/videoscale/gstvideoscale.h:
17532         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17533         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
17534         (gst_videoscale_planar400), (gst_videoscale_packed422),
17535         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
17536         (gst_videoscale_24bit), (gst_videoscale_16bit),
17537         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
17538         (gst_videoscale_scale_plane_slow),
17539         (gst_videoscale_scale_point_sample),
17540         (gst_videoscale_scale_nearest),
17541         (gst_videoscale_scale_nearest_str2),
17542         (gst_videoscale_scale_nearest_str4),
17543         (gst_videoscale_scale_nearest_32bit),
17544         (gst_videoscale_scale_nearest_24bit),
17545         (gst_videoscale_scale_nearest_16bit):
17546         add debugging category and use it properly
17547         fix use of GST_PTR_FORMAT
17548
17549 2004-02-25  Andy Wingo  <wingo@pobox.com>
17550
17551         * gst/interleave/interleave.c (interleave_buffered_loop): Always
17552         push only when channel->buffer is NULL. Prevents segfaults doing
17553         the state change after a nonlocal exit, like a scheme exception.
17554
17555         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17556         Handle the case where the intersected caps is empty.
17557
17558 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17559
17560         * gst/law/mulaw-decode.c: (mulawdec_link):
17561         * gst/law/mulaw.c: (plugin_init):
17562           fix mulawdec so it actually works again
17563
17564 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
17565
17566         reviewed by: David Schleef  <ds@schleef.org>
17567
17568         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
17569         (gst_gamma_init), (gst_gamma_set_property),
17570         (gst_gamma_get_property), (gst_gamma_calculate_tables),
17571         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
17572         for RGB, with separate r g and b correction factors. (#131167)
17573
17574 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17575
17576         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17577           only signal tags for bitrate if they're > 0 (#134894)
17578
17579 2004-02-24  David Schleef  <ds@schleef.org>
17580
17581         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
17582         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
17583         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
17584         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
17585         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
17586         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
17587         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
17588         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
17589         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
17590         category.  Attempt to fix timestamp calculation.
17591
17592 2004-02-24  Johan Dahlin  <johan@gnome.org>
17593
17594         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
17595
17596 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17597
17598         * configure.ac:
17599         * gconf/Makefile.am:
17600         * gconf/gstreamer.schemas:
17601         * gst-libs/gst/gconf/Makefile.am:
17602         * gst-libs/gst/gconf/gconf.c:
17603           version gconf schemas and install locations
17604
17605 2004-02-23  Benjamin Otte  <otte@gnome.org>
17606
17607         * ext/xine/xineinput.c: (gst_xine_input_dispose):
17608         (gst_xine_input_subclass_init):
17609           call parent dispose.
17610           change pad template for CD reader correctly
17611         * ext/xine/Makefile.am:
17612         * ext/xine/gstxine.h:
17613         * ext/xine/xine.c: (plugin_init):
17614         * ext/xine/xineaudiosink.c:
17615           wrap audio sinks, too
17616         * gst-libs/gst/resample/private.h:
17617         * gst-libs/gst/resample/resample.c: (gst_resample_init),
17618         (gst_resample_reinit), (gst_resample_scale),
17619         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
17620         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
17621         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
17622         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
17623         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
17624         * gst-libs/gst/resample/resample.h:
17625         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17626         (gst_audioscale_class_init), (gst_audioscale_link),
17627         (gst_audioscale_get_buffer), (gst_audioscale_init),
17628         (gst_audioscale_chain), (gst_audioscale_set_property),
17629         (gst_audioscale_get_property):
17630         * gst/audioscale/gstaudioscale.h:
17631           s/resample_*/gst_resample_*/i to not clobber namespaces
17632
17633 2004-02-23  Julien MOUTTE  <julien@moutte.net>
17634
17635         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17636         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17637         (gst_riff_create_video_template_caps),
17638         (gst_riff_create_audio_template_caps),
17639         (gst_riff_create_iavs_template_caps):
17640         * gst-libs/gst/riff/riff-media.h:
17641         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
17642         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
17643         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
17644         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17645         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17646         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17647         (gst_matroska_demux_plugin_init): First batch implementing audio and
17648         video codec tags in demuxers.
17649
17650 2004-02-22  Benjamin Otte  <otte@gnome.org>
17651
17652         * ext/xine/Makefile.am:
17653         * ext/xine/gstxine.h:
17654         * ext/xine/xine.c: (plugin_init):
17655         * ext/xine/xineinput.c:
17656           add input plugin wrapper. Playback from files, http, mms and cdda
17657           works.
17658         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
17659           remove leftover G_GNUC_UNUSED
17660         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
17661         (gst_asf_demux_identify_guid):
17662           improve debugging output
17663
17664 2004-02-22  Benjamin Otte  <otte@gnome.org>
17665
17666         reported by: Padraig O'Briain <padraig.obriain@sun.com>
17667
17668         * autogen.sh:
17669           replace test -e with test -x for mkinstalldirs to be more portable.
17670           (fixes #134816)
17671
17672 2004-02-22  Benjamin Otte  <otte@gnome.org>
17673
17674         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
17675
17676         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
17677           set rank to PRIMARY
17678         * gst/volume/gstvolume.c: (plugin_init):
17679           set rank to NONE
17680         fixes #134960
17681
17682 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
17683
17684         reviewed by Benjamin Otte  <otte@gnome.org>
17685
17686         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
17687           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
17688
17689 2004-02-22  Benjamin Otte  <otte@gnome.org>
17690
17691         * configure.ac:
17692           export [_]*{gst,Gst,GST}.* symbols from plugins
17693
17694 2004-02-22  Christophe Fergeau <teuf@gnome.org>
17695
17696         reviewed by: Benjamin Otte  <otte@gnome.org>
17697
17698         * ext/lame/gstlame.c: (add_one_tag):
17699         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17700         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
17701         (gst_vorbisenc_metadata_set1):
17702         * gst/tags/gstid3tag.c:
17703         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
17704           apply fixes from bugs #135042 (lame can't write tags) and #133817
17705           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
17706
17707 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
17708
17709         * configure.ac: Export only gst_plugin_desc from plugins.
17710          Note that this change only makes any effect with Linux using libtool
17711          1.5.2 or higher. Otherwise it is silently ignored, but it would build
17712          fine. And don't try to have several versions of libtool in different
17713          directories.
17714
17715 2004-02-20  Andy Wingo  <wingo@pobox.com>
17716
17717         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
17718         interleave respectively.
17719
17720         * gst/interleave/deinterleave.c: New plugin: deinterleave
17721         (replaces on oneton).
17722         * gst/interleave/interleave.c: New plugin: interleave.
17723         * gst/interleave/plugin.h: Support file.
17724         * gst/interleave/plugin.c: Support file.
17725
17726         * configure.ac: Remove intfloat and oneton, add interleave.
17727
17728         * ext/sndfile/gstsf.c: Handle events better.
17729
17730         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
17731         and float2int operation. int2float has scheduling problems as
17732         noted in in2float_chain.
17733
17734 2004-02-20  Benjamin Otte  <otte@gnome.org>
17735
17736         * ext/xine/Makefile.am:
17737         * ext/xine/gstxine.h:
17738         * ext/xine/xine.c:
17739         * ext/xine/xineaudiodec.c:
17740         * ext/xine/xinecaps.c:
17741           add first version of xine plugin wrapper. Currently only wraps the
17742           QDM2 win32 DLL, and even that only in proof-of-concept quality.
17743         * configure.ac:
17744         * ext/Makefile.am:
17745           add xine plugin wrapper, disabled by default. Use --enable-xine to
17746           build. Note that it'll segfault on gst-register if you don't remove
17747           the goom and tvtime post plugins from xine.
17748         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17749         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
17750           add extradata parsing for QDM2.
17751           change around debugging prints.
17752
17753 2004-02-19  Benjamin Otte  <otte@gnome.org>
17754
17755         * ext/lame/gstlame.c: (gst_lame_chain):
17756         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17757           use gst_tag_list_insert when you want to insert tags
17758
17759 2004-02-18  David Schleef  <ds@schleef.org>
17760
17761         * configure.ac:  Move massink to gst-rotten
17762         * ext/Makefile.am:
17763         * ext/mas/Makefile.am:
17764         * ext/mas/massink.c:
17765         * ext/mas/massink.h:
17766
17767 2004-02-18  David Schleef  <ds@schleef.org>
17768
17769         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
17770         typefinding, since it seems to be worse than nothing.
17771         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
17772         atom to recognize .mp4 and .m4a files as video/quicktime.
17773
17774 2004-02-18  David Schleef  <ds@schleef.org>
17775
17776         * gst/sine/demo-dparams.c: (quit_live),
17777         (dynparm_log_value_changed), (dynparm_value_changed), (main):
17778         Use double dparams, not float.
17779         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17780         (gst_sinesrc_init): Change sync default to FALSE, since multiple
17781         sync'd elements don't really work correctly.
17782         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
17783         (volume_update_volume), (volume_get_property):  Change dparam
17784         to double.
17785
17786 2004-02-18  Julien MOUTTE  <julien@moutte.net>
17787
17788         * sys/ximage/ximagesink.c:
17789         (gst_ximagesink_xwindow_update_geometry),
17790         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
17791         (gst_ximagesink_change_state), (gst_ximagesink_expose),
17792         (gst_ximagesink_init): Rework the way software video scaling works. So
17793         now we check on each chain call if the video frames are feeling the
17794         window. If not we try to renegotiate caps. On failure we memorize that
17795         and we won't try again for that PLAYING sessions.
17796         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
17797         failure.
17798         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
17799         synchronous flag.
17800
17801 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17802
17803         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17804           break up _link so we can give a better debug message for errors
17805
17806 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17807
17808         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
17809           set up debug category
17810
17811 2004-02-18  Julien MOUTTE <julien@moutte.net>
17812
17813         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17814         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
17815         the way renegotiation work. The event handling function is not taking
17816         care of external windows and renegotiate method check for pad flags
17817         NEGOTIATING. Should fix : #133209
17818
17819 2004-02-17  Julien MOUTTE  <julien@moutte.net>
17820
17821         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
17822         pad is negotiating before trying renegotiation.
17823
17824 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17825
17826         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
17827           pass on all possible mime types as typefind hints
17828
17829 2004-02-17  Julien MOUTTE <julien@moutte.net>
17830
17831         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
17833         possible SHM leak if we crash. All other apps using XShm are doing
17834         that.
17835
17836 2004-02-17  Julien MOUTTE  <julien@moutte.net>
17837
17838         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17839         (gst_ximagesink_expose): Renegotiate size on expose.
17840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
17841         size on expose.
17842
17843 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17844
17845         * testsuite/alsa/sinesrc.c:
17846           cosmetic fix to fix compile issue with gcc 2.95.4
17847
17848 2004-02-16  Julien MOUTTE <julien@moutte.net>
17849
17850         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17851         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
17852         failed opening the audio device.
17853         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17854         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
17855         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
17856         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
17857         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
17858         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
17859         (gst_ximagesink_change_state), (gst_ximagesink_chain),
17860         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
17861         Removing some useless g_return_if_fail like wingo suggested.
17862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17863         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
17864         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
17865         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
17866         (gst_xvimagesink_update_colorbalance),
17867         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
17868         (gst_xvimagesink_xcontext_clear),
17869         (gst_xvimagesink_get_fourcc_from_caps),
17870         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
17871         (gst_xvimagesink_set_xwindow_id),
17872         (gst_xvimagesink_colorbalance_list_channels),
17873         (gst_xvimagesink_colorbalance_set_value),
17874         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
17875         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
17876
17877 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17878
17879         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17880           throw error when not negotiated instead of asserting
17881
17882 2004-02-15  Julien MOUTTE  <julien@moutte.net>
17883
17884         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
17885         correct data refcounting.
17886
17887 2004-02-15  Julien MOUTTE  <julien@moutte.net>
17888
17889         * gst/switch/gstswitch.c: (gst_switch_change_state),
17890         (gst_switch_class_init): Cleaning the sinkpads correctly on state
17891         change, mostly the EOS flag.
17892
17893 2004-02-15  Julien MOUTTE  <julien@moutte.net>
17894
17895         * examples/gstplay/player.c: (got_eos), (main): Adding some
17896         output for debugging.
17897         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
17898         timeouts if we go to any state different from PLAYING.
17899         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
17900         more EOS bugs in riff lib.
17901
17902 2004-02-14  Julien MOUTTE  <julien@moutte.net>
17903
17904         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
17905         visualization until i find a way to fix switch correctly.
17906         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
17907         EOS arrives.
17908         * gst/switch/gstswitch.c: (gst_switch_release_pad),
17909         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
17910         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
17911         Reworked switch to get a more correct behaviour with events and refing
17912         of data stored in sinkpads.
17913         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
17914         we don't pull from a pad in EOS.
17915
17916 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17917
17918         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17919           remove v1 tag even if we can't read it (makes sure we don't detect
17920           it again)
17921
17922 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17923
17924         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
17925         (gst_alsa_xrun_recovery):
17926         * ext/alsa/gstalsa.h:
17927           try xrun recovery when wait failed. Make xrun recovery function
17928           return TRUE/FALSE to indicate success. (might fix #134354)
17929
17930 2004-02-13  David Schleef  <ds@schleef.org>
17931
17932         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
17933         (dynparm_value_changed), (main): Convert from float to double.
17934         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
17935
17936 2004-02-13  David Schleef  <ds@schleef.org>
17937
17938         * gst/silence/gstsilence.c: (gst_silence_class_init),
17939         (gst_silence_set_clock), (gst_silence_get),
17940         (gst_silence_set_property), (gst_silence_get_property):
17941         * gst/silence/gstsilence.h: Add sync property.
17942         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17943         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
17944         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
17945         * gst/sine/gstsinesrc.h: Add sync property.
17946
17947 2004-02-13  David Schleef  <ds@schleef.org>
17948
17949         * gst/intfloat/gstint2float.c: (conv_f32_s16),
17950         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
17951
17952 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17953
17954         * configure.ac:
17955         * ext/Makefile.am:
17956         * gst-libs/ext/Makefile.am:
17957           move ffmpeg plugin to gst-ffmpeg module
17958
17959 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17960
17961         * configure.ac: use GST_ARCH to detect architecture
17962
17963 2004-02-12  Julien MOUTTE  <julien@moutte.net>
17964
17965         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
17966
17967 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17968
17969         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
17970           classify LADSPA plugins based on number of src/sink pads
17971           (#133663, Stefan Kost)
17972         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
17973           fix dparams registration
17974           (#133528, Stefan Kost)
17975         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
17976           fix use of isprint and use g_ascii_isprint instead
17977           (#133316, Stefan Kost)
17978
17979 2004-02-11  David Schleef  <ds@schleef.org>
17980
17981         Convert a few inner loops to use liboil.  This is currently
17982         optional, and is only enabled if liboil is present (duh!).
17983         * configure.ac: Check for liboil-0.1
17984         * gst/intfloat/Makefile.am:
17985         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
17986         (gst_int2float_chain_gint16):
17987         * gst/videofilter/Makefile.am:
17988         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
17989         (tablelookup_u8), (gst_videobalance_planar411):
17990         * gst/videotestsrc/Makefile.am:
17991         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
17992         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
17993         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
17994         (paint_hline_RGB565), (paint_hline_xRGB1555):
17995
17996 2004-02-11  David Schleef  <ds@schleef.org>
17997
17998         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
17999         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
18000         (gst_colorspace_getcaps), (gst_colorspace_link),
18001         (gst_colorspace_base_init), (gst_colorspace_init),
18002         (gst_colorspace_chain), (gst_colorspace_change_state),
18003         (plugin_init): Merge Ronald's patch (bug #117897) and update
18004         for new caps and negotiation.  Seems to work, although it
18005         shows off bugs in lcs.
18006
18007 2004-02-11  David Schleef  <ds@schleef.org>
18008
18009         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
18010         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
18011
18012 2004-02-11  David Schleef  <ds@schleef.org>
18013
18014         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
18015         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
18016         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
18017         Add server and port properties
18018
18019 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18020
18021         * m4/a52.m4:
18022         * m4/aalib.m4:
18023         * m4/as-ffmpeg.m4:
18024         * m4/as-liblame.m4:
18025         * m4/as-slurp-ffmpeg.m4:
18026         * m4/check-libheader.m4:
18027         * m4/esd.m4:
18028         * m4/freetype2.m4:
18029         * m4/gconf-2.m4:
18030         * m4/glib.m4:
18031         * m4/gst-alsa.m4:
18032         * m4/gst-artsc.m4:
18033         * m4/gst-ivorbis.m4:
18034         * m4/gst-matroska.m4:
18035         * m4/gst-sdl.m4:
18036         * m4/gst-shout2.m4:
18037         * m4/gst-sid.m4:
18038         * m4/gtk.m4:
18039         * m4/libdv.m4:
18040         * m4/libfame.m4:
18041         * m4/libmikmod.m4:
18042         * m4/ogg.m4:
18043         * m4/vorbis.m4:
18044           fix underquotedness of macros (#133800)
18045         * m4/as-avifile.m4:
18046         * m4/xmms.m4:
18047           removed because no longer used
18048
18049 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18050
18051         * configure.ac:
18052           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18053           by autopoint (fixes #132996)
18054
18055 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18056
18057         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18058         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18059         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18060         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18061           fix memleaks
18062
18063 2004-02-11  David Schleef  <ds@schleef.org>
18064
18065         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18066         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18067         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18068         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18069         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18070         (gst_jpegenc_class_init), (gst_jpegenc_init),
18071         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18072         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18073         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18074         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18075
18076 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18077
18078         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18079         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18080         * ext/mikmod/gstmikmod.h:
18081           fix caps negotiation in mikmod
18082         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18083           output debug information
18084
18085 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18086
18087         * gst-libs/gst/colorbalance/Makefile.am:
18088         * gst-libs/gst/navigation/Makefile.am:
18089         * gst-libs/gst/xoverlay/Makefile.am:
18090           remove unused GST_OPT_CFLAGS from Makefiles
18091           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18092
18093 2004-02-07  David Schleef  <ds@schleef.org>
18094
18095         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18096         push events to pads that haven't been created (#133508)
18097
18098 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18099
18100         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18101         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18102         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18103         (gst_dvdec_loop), (gst_dvdec_change_state):
18104         Second attempt at committing a working dvdec element.
18105
18106 2004-02-06  David Schleef  <ds@schleef.org>
18107
18108         Build fixes for OS X: (see #129600)
18109         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18110         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18111         (gst_riff_read_strf_iavs):
18112         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18113         (gst_avi_demux_stream_odml):
18114         * gst/playondemand/Makefile.am:
18115         * gst/rtp/rtp-packet.c:
18116
18117 2004-02-05  David Schleef  <ds@schleef.org>
18118
18119         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18120         last change, because it Just Doesn't Compile.
18121
18122 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18123
18124         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18125           skip undecodable id3v2 tag instead of keeping it
18126
18127 2004-02-05  David Schleef  <ds@schleef.org>
18128
18129         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18130         Unref leaked buffer.  (Noticed by Ronald)
18131
18132 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18133
18134         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18135         Sync requires with other checks.  >= vs =.
18136
18137 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18138
18139         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18140         (gst_dvdec_video_link), (gst_dvdec_loop):
18141         * ext/dv/gstdvdec.h:
18142           rework the caps negotiation so that dvdec works again instead
18143           of just segfaulting.
18144
18145 === release 0.7.4 ===
18146
18147 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18148
18149         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18150         * configure.ac: changed for release
18151
18152 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18153
18154         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18155         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18156         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18157         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18158           reworked patch by David Lehn to fix libdir and includedir for
18159           uninstalled libraries
18160           removed play and gconf from gstreamer-libs since they have their
18161           own pkgconfig files
18162
18163 2004-02-04  David Schleef  <ds@schleef.org>
18164
18165         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18166         memleak.
18167
18168 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18169
18170         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18171           use correct GST_TAG_ENCODER tag
18172
18173 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18174
18175         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18176           be sure to stop the clock when going to paused
18177         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18178           reset number of transmitted when going to ready.
18179         fixes #132935
18180
18181 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18182
18183         reviewed by Benjamin Otte
18184
18185         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18186           extract track count (fixes #133410)
18187
18188 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18189
18190         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18191           that should be !=, not == (fixes #132519)
18192
18193 2004-02-04  David Schleef  <ds@schleef.org>
18194
18195         Make sure set_explicit_caps() is called before adding pad.
18196         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18197         * gst/id3/gstid3types.c: (gst_id3types_loop):
18198         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18199         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18200
18201 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18202
18203         * configure.ac:
18204           bump nano to 2, first prerelease
18205           put back AM_PROG_LIBTOOL
18206
18207 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18208
18209         * testsuite/alsa/Makefile.am:
18210           these are user test apps, not automatic testsuite tests
18211
18212 2004-02-04  David Schleef  <ds@schleef.org>
18213
18214         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18215         * gst/mpeg1videoparse/gstmp1videoparse.c:
18216         (mp1videoparse_parse_seq):
18217         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18218         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18219         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18220         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18221         (gst_xvideosink_getcaps):
18222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18223         * testsuite/gst-lint: more tests
18224
18225 2004-02-04  David Schleef  <ds@schleef.org>
18226
18227         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18228         with the code that they would expand to.
18229         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18230         (gst_flacdec_get_src_query_types),
18231         (gst_flacdec_get_src_event_masks):
18232         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18233         (gst_gnomevfssrc_get_query_types),
18234         (gst_gnomevfssrc_get_event_mask):
18235
18236 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18237
18238         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18239         (gst_sinesrc_dispose):
18240           fix memleak by properly disposing sinesrc
18241
18242 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18243
18244         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18245         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18246         an overlay to redraw the image because it has been exposed.
18247         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18248         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18249         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18250         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18251         interface
18252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18253         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18254         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18255         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18256         interface
18257
18258 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18259
18260         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18261           more memleak fixage
18262
18263 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18264
18265         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18266         * gst/typefind/gsttypefindfunctions.c:
18267           fix memleaks shown by gst-typefind
18268
18269 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18270
18271         * common/glib-gen.mak:
18272           add hack rule to touch .Plo files
18273         * gst-libs/gst/colorbalance/Makefile.am:
18274         * gst-libs/gst/mixer/Makefile.am:
18275         * gst-libs/gst/play/Makefile.am:
18276         * gst-libs/gst/tuner/Makefile.am:
18277           remove glib_root variable
18278
18279 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18280
18281         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18282           set explicit caps before adding the element, so the autopluggers can
18283           plug correctly.
18284         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18285         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18286         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18287         (dv_type_find):
18288           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18289           argument.
18290
18291 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18292
18293         * gst-libs/gst/colorbalance/Makefile.am:
18294         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18295         * gst-libs/gst/colorbalance/colorbalance.c:
18296         * gst-libs/gst/colorbalance/colorbalance.h:
18297         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18298         * gst-libs/gst/mixer/Makefile.am:
18299         * gst-libs/gst/mixer/mixer-marshal.list:
18300         * gst-libs/gst/mixer/mixer.c:
18301         * gst-libs/gst/mixer/mixer.h:
18302         * gst-libs/gst/mixer/mixermarshal.list:
18303         * gst-libs/gst/play/Makefile.am:
18304         * gst-libs/gst/play/play.h:
18305         * gst-libs/gst/tuner/Makefile.am:
18306         * gst-libs/gst/tuner/tuner-marshal.list:
18307         * gst-libs/gst/tuner/tuner.c:
18308         * gst-libs/gst/tuner/tuner.h:
18309         * gst-libs/gst/tuner/tunermarshal.list:
18310           use new glib-gen.mak snippet to clean up Makefile.am
18311           fix various bugs in Makefile.am's
18312
18313 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18314
18315         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18316           handle chain parsing correctly in the multichain case
18317         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18318         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18319         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18320         (theora_dec_chain):
18321           handle events and queries correctly
18322
18323 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18324
18325         * .cvsignore:
18326         Ignore generated file _stdint.h.
18327
18328 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18329
18330         * gst-libs/gst/colorbalance/Makefile.am:
18331         * gst-libs/gst/colorbalance/colorbalance.h:
18332         * gst-libs/gst/mixer/Makefile.am:
18333         * gst-libs/gst/mixer/mixer.h:
18334         * gst-libs/gst/play/Makefile.am:
18335         * gst-libs/gst/play/play.h:
18336         * gst-libs/gst/tuner/Makefile.am:
18337         * gst-libs/gst/tuner/tuner.h:
18338         Generate enum type code with glib-mkenums.
18339         * gst-libs/gst/colorbalance/.cvsignore:
18340         * gst-libs/gst/mixer/.cvsignore:
18341         * gst-libs/gst/play/.cvsignore:
18342         * gst-libs/gst/tuner/.cvsignore:
18343         Ignore generated files.
18344
18345 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18346
18347         * gst-libs/gst/audio/.cvsignore:
18348         Ignore generated file.
18349         * gst-libs/gst/audio/Makefile.am:
18350         Do not install example filter.
18351
18352 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18353
18354         * examples/switch/.cvsignore:
18355         Ignore generated file.
18356
18357 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18358
18359         * common/m4/ax_create_stdint_h.m4:
18360         * configure.ac:
18361           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18362           _stdint.h.
18363         * Makefile.am:
18364           remove generated _stdint.h in DISTCLEANFILES
18365         * ext/a52dec/gsta52dec.c:
18366           include _stdint.h for a52dec. (should fix #133064)
18367
18368 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18369
18370         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
18371         (gst_tag_to_vorbis_comments):
18372         Add replaygain support to vorbistag
18373
18374 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18375         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18376         (gst_ffmpeg_caps_to_extradata):
18377           Fix SVQ3 caps flag properties
18378           Use glib macro for bytes swap
18379
18380 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18381
18382         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18383         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18384         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18385         * ext/sndfile/gstsf.c: (plugin_init):
18386         * gst/avi/gstavi.c: (plugin_init):
18387         * sys/dxr3/dxr3init.c: (plugin_init):
18388         * sys/oss/gstossaudio.c: (plugin_init):
18389         * sys/v4l/gstv4l.c: (plugin_init):
18390         * sys/v4l2/gstv4l2.c: (plugin_init):
18391           remove textdomain calls
18392         * po/nl.po:
18393           update Dutch translation
18394
18395 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18396
18397         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18398         (gst_play_set_audio_sink): Moving volume in the audio thread for
18399         instantaneous volume change. Maybe i will add another volume in front
18400         of visualization later, not sure yet though.
18401
18402 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18403
18404         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18405         (gst_ximagesink_handle_xevents): Better X events handling, only take
18406         the latest events for configure and motion.
18407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
18408
18409 2004-02-02  Jon Trowbridge  <trow@gnu.org>
18410
18411         reviewed by: David Schleef  <ds@schleef.org>
18412
18413         Fix memory leaks:
18414         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
18415         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
18416
18417 2004-02-02  David Schleef  <ds@schleef.org>
18418
18419         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
18420         of lines.
18421         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
18422         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18423         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
18424         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18425         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18426         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
18427         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
18428         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
18429         (gst_float2_2_int_link):
18430         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18431         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
18432         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
18433         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
18434         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
18435         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
18436         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
18437         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
18438         * testsuite/gst-lint: Add tests for bzero and ;;
18439
18440 2004-02-02  David Schleef  <ds@schleef.org>
18441
18442         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
18443
18444 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18445
18446         * ext/aalib/gstaasink.c: (gst_aasink_open):
18447         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
18448         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18449         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18450         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
18451         (gst_afsink_close_file):
18452         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
18453         (gst_afsrc_close_file):
18454         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
18455         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
18456         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18457         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
18458         * ext/esd/esdmon.c: (gst_esdmon_get):
18459         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
18460         * ext/faac/gstfaac.c: (gst_faac_chain):
18461         * ext/faad/gstfaad.c: (gst_faad_chain):
18462         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
18463         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18464         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
18465         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
18466         (gst_flacdec_loop):
18467         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18468         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18469         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18470         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
18471         (gst_gnomevfssink_close_file):
18472         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18473         (gst_gnomevfssrc_open_file):
18474         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18475         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
18476         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
18477         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18478         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
18479         * ext/mad/gstmad.c: (gst_mad_chain):
18480         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
18481         * ext/mpeg2dec/gstmpeg2dec.c:
18482         * ext/mpeg2enc/gstmpeg2enc.cc:
18483         * ext/mplex/gstmplex.cc:
18484         * ext/mplex/gstmplexibitstream.cc:
18485         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
18486         (gst_ogg_demux_push):
18487         * ext/raw1394/gstdv1394src.c:
18488         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
18489         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
18490         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
18491         (gst_sf_loop):
18492         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18493         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
18494         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
18495         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
18496         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18497         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
18498         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
18499         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
18500         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18501         (gst_riff_read_element_data), (gst_riff_read_seek),
18502         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
18503         * gst/adder/gstadder.c: (gst_adder_loop):
18504         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
18505         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
18506         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
18507         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18508         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
18509         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
18510         * gst/goom/gstgoom.c: (gst_goom_chain):
18511         * gst/id3/gstid3types.c: (gst_id3types_loop):
18512         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18513         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
18514         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
18515         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18516         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
18517         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
18518         (gst_ebml_read_float), (gst_ebml_read_header):
18519         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
18520         (gst_matroska_demux_parse_blockgroup):
18521         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
18522         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
18523         * gst/oneton/gstoneton.c: (gst_oneton_chain):
18524         * gst/silence/gstsilence.c: (gst_silence_get):
18525         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18526         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
18527         * gst/speed/gstspeed.c: (speed_loop):
18528         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18529         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18530         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
18531         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18532         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18533         (gst_wavparse_loop):
18534         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
18535         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
18536         (dxr3audiosink_close):
18537         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
18538         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
18539         (dxr3videosink_close), (dxr3videosink_write_data):
18540         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
18541         * sys/oss/gstosssink.c: (gst_osssink_chain):
18542         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18543         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
18544         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
18545         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
18546         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
18547         (gst_v4l_set_window), (gst_v4l_enable_overlay):
18548         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
18549         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
18550         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
18551         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
18552         (gst_v4l_set_audio):
18553         * sys/v4l/v4l_calls.h:
18554         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
18555         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
18556         (gst_v4lmjpegsink_playback_init),
18557         (gst_v4lmjpegsink_playback_start):
18558         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
18559         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18560         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
18561         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
18562         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
18563         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
18564         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
18565         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
18566         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
18567         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
18568         (gst_v4l2_get_output), (gst_v4l2_set_output),
18569         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
18570         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
18571         (gst_v4l2_set_attribute):
18572         * sys/v4l2/v4l2_calls.h:
18573         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
18574         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
18575         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
18576         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
18577         (gst_v4l2src_capture_stop):
18578         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
18579         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
18580         (gst_ximagesink_chain):
18581         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
18582         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
18583         (gst_xvideosink_xwindow_new):
18584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18585         (gst_xvimagesink_chain):
18586
18587 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18588
18589         * gst/volume/gstvolume.c: (gst_volume_set_volume),
18590         (gst_volume_get_volume), (volume_class_init), (volume_init),
18591         (volume_chain_int16), (volume_update_volume):
18592         * gst/volume/gstvolume.h:
18593           make code more readable by removing magic numbers
18594           make mixer interface export 0-100 range
18595           make it internally map to 0.0-1.0 range so users don't distort
18596           output by putting the sliders at full volume
18597
18598 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18599
18600         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
18601         (gst_play_state_change), (gst_play_seek_to_time):
18602         block the tick callback for 0.5 secs after doing a seek
18603
18604 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18605
18606         * gst-libs/gst/play/play.c: (gst_play_new):
18607           check for GError
18608
18609 2004-02-01  Julien MOUTTE  <julien@moutte.net>
18610
18611         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
18612         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
18613         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
18614         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
18615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
18616         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
18617
18618 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18619
18620         * configure.ac:
18621         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18622           check for a function added in vorbis 1.1
18623
18624 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18625
18626         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
18627         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
18628           really start/stop clock only on PLAYING <=> PAUSED
18629         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18630           remove \n from debugging lines
18631         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18632           make it work when seeking does not
18633         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18634           reset on DISCONT
18635
18636 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18637
18638         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
18639           start clock on PAUSED=>PLAYING, not later
18640         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18641           extract correct time for different discont formats
18642         (gst_alsa_sink_get_time):
18643           don't segfault when no format is negotiated yet, just return 0
18644         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18645         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
18646         (gst_ogg_pad_push):
18647           handle flush and discont events correctly
18648         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
18649           handle discont events correctly
18650
18651 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18652
18653         * gst-libs/gst/play/play.c: (gst_play_error_quark),
18654         (gst_play_error_create), (gst_play_error_plugin),
18655         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
18656         * gst-libs/gst/play/play.h:
18657           add error handling during creation
18658         * examples/gstplay/player.c: (main):
18659           use new gst_play_new
18660
18661
18662 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18663
18664         * ext/theora/theoradec.c: (theora_dec_chain):
18665           make comments work
18666         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18667         (vorbis_dec_src_event), (vorbis_dec_chain):
18668           add encoder tag, fix tag reading to be more error tolerant, change
18669           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
18670           gst_pad_event_default.
18671         * gst/tags/gstvorbistag.c:
18672         (gst_tag_list_from_vorbiscomment_buffer):
18673           undefine function specific define at end of function
18674
18675 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
18676
18677         * ext/flac/gstflac.c: (plugin_init):
18678         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
18679         * ext/flac/gstflacdec.h:
18680         * ext/flac/gstflacenc.h:
18681           Fix typos
18682
18683 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
18684
18685         * examples/gstplay/player.c: s/gstplay.h/play.h/
18686
18687 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18688
18689         * gst-libs/gst/play/Makefile.am:
18690         * gst-libs/gst/play/gstplay.c:
18691         * gst-libs/gst/play/gstplay.h:
18692         * gst-libs/gst/play/play.c:
18693           more surgery, operation complete
18694
18695 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18696
18697         * gst-libs/gst/play/play.old.c:
18698         * gst-libs/gst/play/play.old.h:
18699           after CVS surgery by moving, remove
18700         * gst-libs/gst/play/playpipelines.c:
18701           remove
18702
18703         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18704           add negotiation error
18705
18706 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18707
18708         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18709         (gst_ogg_demux_push):
18710           add some seeking debug info
18711           send a flush when seeking
18712
18713 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18714
18715         * configure.ac:
18716           use AC_C_INLINE
18717         * configure.ac:
18718         * ext/Makefile.am:
18719         * ext/theora/Makefile.am:
18720         * ext/theora/theoradec.c:
18721           add theora video decoder. Does just do simple decoding for now and
18722           has been tested against Theora cvs only. It only works when theora
18723           is compiled with --enable-static.
18724         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18725           always reset packetno on DISCONT
18726
18727 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18728
18729         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18730           Fix audio.
18731
18732 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18733
18734         * gst/mpegaudioparse/gstmpegaudioparse.c:
18735         (mp3_type_frame_length_from_header):
18736           Fix header parsing - stolen from ffmpeg (thank you! :) ).
18737
18738 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18739
18740         * ext/esd/esdsink.c: (gst_esdsink_init):
18741           Since we have static pad template caps, we don't need to negotiate;
18742           either the core errors out or we know the format.
18743
18744 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18745
18746         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18747         (gst_riff_read_seek):
18748         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18749         (gst_ebml_read_seek):
18750           Fix event handling.
18751
18752 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18753
18754         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
18755           removee video/x-theora from vp3 decoder, it doesn't handle raw
18756           theora streams
18757         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
18758           fix bug with finalizing element that never went to PAUSED
18759         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
18760           length and position queries were swapped
18761         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18762         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
18763         (vorbis_dec_src_event):
18764           implement querying time and bytes
18765
18766 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18767
18768         * just about every source file:
18769           gst_element_error -> GST_ELEMENT_ERROR
18770
18771 2004-01-29  Julien MOUTTE  <julien@moutte.net>
18772
18773         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
18774         emiting FLUSH and even before DISCONT.
18775         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
18776         get the best instant seeking as possible yay!
18777
18778 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18779
18780         * gst/mpeg1videoparse/gstmp1videoparse.c:
18781         (gst_mp1videoparse_real_chain):
18782           Committed wrong version last week... Grr... Didn't notice until now.
18783
18784 2004-01-29  Julien MOUTTE <julien@moutte.net>
18785
18786         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
18787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
18788         have_xwindow_id signal in xwindow_create.
18789
18790 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18791
18792         * ext/ogg/gstoggdemux.c:
18793           lots of changes - mainly support for chained bitstreams, seeking,
18794           querying and bugfixes of course
18795         * ext/vorbis/Makefile.am:
18796         * ext/vorbis/vorbisdec.c:
18797         * ext/vorbis/vorbisdec.h:
18798           add vorbisdec raw vorbis decoder
18799         * ext/vorbis/vorbis.c: (plugin_init):
18800           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
18801         * gst/intfloat/Makefile.am:
18802         * gst/intfloat/float22int.c:
18803         * gst/intfloat/float22int.h:
18804         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
18805           add float2intnew plugin. It converts multichannel interleaved float to
18806           multichannel interleaved int. The name should probably be changed.
18807         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
18808         (plugin_init):
18809           add typefinding for raw theora video so oggdemux can detect it.
18810
18811 2004-01-28  Julien MOUTTE  <julien@moutte.net>
18812
18813         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
18814         sink element first.
18815         * gst/videoscale/gstvideoscale.c:
18816         (gst_videoscale_handle_src_event): Fixing src event handler.
18817
18818 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18819
18820         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
18821         (gst_v4lsrc_open), (gst_v4lsrc_close),
18822         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
18823         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
18824         * sys/v4l/gstv4lsrc.h:
18825         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
18826         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
18827           Implement resizing... Hack. But that's why v4l is b0rked...
18828
18829 2004-01-28  Julien MOUTTE <julien@moutte.net>
18830
18831         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
18832         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
18833         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
18834         (gst_ximagesink_xwindow_destroy):
18835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18836         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
18837         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18838         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
18839         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
18840         correctly cleaning the image created to check xshm calls on succes,
18841         added a lot of XSync calls in X11 functions, and fixed a segfault when
18842         no image format was defined before negotiation happened.
18843
18844 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18845
18846         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
18847           use gst_element_get_time to get correct time
18848
18849 2004-01-28  Julien MOUTTE  <julien@moutte.net>
18850
18851         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
18852         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
18853         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
18854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
18855         (gst_xvimagesink_check_xshm_calls),
18856         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
18857         X plugins are now able to detect that XShm calls will fail even if the
18858         server claims that it has XShm support (remote displays most of the
18859         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
18860         so that we use non XShm functions. This feature is almost useless for
18861         xvimagesink as Xv is not supported on remote displays anyway, but
18862         it might happen than even on the local display XShm calls fail.
18863
18864 2004-01-27  David Schleef  <ds@schleef.org>
18865
18866         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
18867         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
18868         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
18869         changed esdsink to only use 44100,16,2, since esd sucks at rate
18870         conversion and esdsink has had difficulty negotiating.
18871
18872 2004-01-27  Julien MOUTTE <julien@moutte.net>
18873
18874         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
18875         (gst_play_seek_to_time): Fixing the way to get current position.
18876
18877 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18878
18879         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
18880           use gst_element_get_time to get correct time
18881
18882 2004-01-27  Julien MOUTTE <julien@moutte.net>
18883
18884         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
18885         fix ever... Inverting 2 lines of code make spider autoplug correctly
18886         tagged mp3 !
18887
18888 2004-01-27  David Schleef  <ds@schleef.org>
18889
18890         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18891         Use gst_pad_try_set_caps_nonfixed().
18892
18893 2004-01-27  David Schleef  <ds@schleef.org>
18894
18895         * gst/ac3parse/gstac3parse.c: update to checklist 5
18896         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
18897         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
18898         * gst/audioscale/gstaudioscale.c: same
18899         * gst/auparse/gstauparse.c: same
18900         * gst/avi/gstavidemux.c: same
18901
18902 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18903
18904         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
18905           stop processing after EOS
18906
18907 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18908
18909         * gst/asfdemux/asfheaders.h:
18910         * gst/asfdemux/gstasfdemux.c:
18911         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
18912         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
18913         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
18914           lot's of fixes to make data extraction simpler and get the code
18915           architecture and compiler independant. Add debugging category
18916         * gst/goom/gstgoom.c: (gst_goom_change_state):
18917           reset channel count on PAUSED=>READY, not READY=>PAUSED
18918
18919 2004-01-26  Colin Walters  <walters@verbum.org>
18920
18921         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
18922         code to pull a bigger buffer in iradio mode.  This as a side effect
18923         makes typefinding work.
18924
18925 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
18926
18927         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
18928         Fix SVQ3 decoding on PPC
18929
18930 2004-01-26  Julien MOUTTE <julien@moutte.net>
18931
18932         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
18933         that one managed to stay there... Fixed.
18934
18935 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
18936
18937         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18938         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
18939         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
18940         (qtdemux_video_caps):
18941         * gst/qtdemux/qtdemux.h:
18942         Add SVQ3 specific flags to qtdemux and ffmpeg
18943
18944 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18945
18946         * gst-libs/gst/audio/audio.h:
18947           remove buffer-frames from audio caps
18948         * gst/audioconvert/gstaudioconvert.c:
18949           fix plugin to really work.
18950
18951 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18952
18953         * gst-libs/gst/mixer/mixer.c:
18954         * gst-libs/gst/propertyprobe/propertyprobe.c:
18955         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
18956         (gst_tuner_find_channel_by_name):
18957         * gst-libs/gst/tuner/tuner.h:
18958           Add gtk-doc style comments. Also fix a function name.
18959
18960 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18961
18962         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
18963         (gst_divxdec_negotiate):
18964           Fix for new capsnego - also fixes gst-player with divxdec.
18965
18966 2004-01-25  Julien MOUTTE  <julien@moutte.net>
18967
18968         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
18969         (gst_play_identity_handoff), (gst_play_set_location),
18970         (gst_play_set_visualization), (gst_play_connect_visualization): Another
18971         try in visualization implementation. Still have an issue with switch
18972         blocking when pulling from video_queue and only audio comes out of
18973         spider.
18974         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18975         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
18976         release method. And check if the pad is usable before pulling.
18977
18978 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18979
18980         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
18981         (gst_videobalance_init),
18982         (gst_videobalance_colorbalance_list_channels),
18983         (gst_videobalance_colorbalance_set_value),
18984         (gst_videobalance_colorbalance_get_value),
18985         (gst_videobalance_update_properties),
18986         (gst_videobalance_update_tables_planar411),
18987         (gst_videobalance_planar411):
18988         * gst/videofilter/gstvideobalance.h:
18989           Implement lookup-tables. +/- 10x faster.
18990
18991 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18992
18993         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18994         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
18995           The index reading was broken. The rest worked fine, but the whole
18996           goal of my rewrite was to make avidemux readable, and this was
18997           not at all readable. Please use typed variables.
18998
18999 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19000
19001         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19002           Additional pad usability check.
19003         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19004         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
19005         (gst_mp1videoparse_real_chain):
19006           Fix MPEG video stream parsing. The original plugin had several
19007           issues, including not timestamping streams where the source was
19008           not timestamped (this happens with PTS values in mpeg system
19009           streams, but MPEG video is also a valid stream on its own so
19010           that needs timestamps too). We use the display time code for that
19011           for now. Also, if one incoming buffer contains multiple valid
19012           frames, we push them all on correctly now, including proper EOS
19013           handling. Lastly, several potential segfaults were fixed, and we
19014           properly sync on new sequence/gop headers to include them in next,
19015           not previous frames (since they're header for the next frame, not
19016           the previous). Also see #119206.
19017         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
19018         (bpf_from_header):
19019           Move caps setting so we only do it after finding several valid
19020           MPEG-1 fraes sequentially, not right after the first one (which
19021           might be coincidental).
19022         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19023         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19024         (plugin_init):
19025           Add unsynced MPEG video stream typefinding, and change some
19026           probability values so we detect streams rightly. The idea is as
19027           follows: I can have an unsynced system stream which contains
19028           video. In the current code, I would randomly get a type for either
19029           system or video stream type found, because the probabilities are
19030           being calculated rather randomly. I now use fixed values, so we
19031           always prefer system stream if that was found (and that is how it
19032           should be). If no system stream was found, we can still identity                the stream as video-only.
19033
19034 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19035
19036         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19037         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19038           don't write to buffer. Extract data without the need of
19039           __attribute__ ((packed))
19040
19041 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19042
19043         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19044         (mpeg1_sys_type_find):
19045           Fix MPEG-1 stream typefinding.
19046
19047 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19048
19049         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19050           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19051
19052 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19053
19054         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19055         * ext/esd/gstesd.c: (plugin_init):
19056           private debugging, better error reporting
19057
19058 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19059
19060         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19061         (gst_riff_read_init), (gst_riff_read_change_state):
19062         * gst-libs/gst/riff/riff-read.h:
19063           Remove stuff fromold metadata system.
19064
19065 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19066
19067         * ext/ogg/gstoggdemux.c:
19068           Fix wrong file comment.
19069         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19070         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19071           Add metadata reading properly.
19072
19073 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19074
19075         * ext/Makefile.am:
19076           Fix nas DIST_SUBDIRS
19077           Uraeus:
19078           Fix bug where make distcheck doesn't get run on adding stuff to
19079           the build.
19080
19081 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19082
19083         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19084         * ext/divx/gstdivxdec.h:
19085           Fix divx3 ("msmpeg4") playback using divxdec.
19086
19087 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19088
19089         * gst/typefind/gsttypefindfunctions.c:
19090         (mp3_type_frame_length_from_header): fix bug in length computation
19091         (mp3_type_find): improve debugging output
19092
19093 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19094
19095         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19096         (gst_play_set_location), (gst_play_seek_to_time),
19097         (gst_play_set_audio_sink), (gst_play_set_visualization),
19098         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19099         the pipeline from scratch. Visualization is back and switch went out as
19100         i realized it was not possible to use the way i wanted.
19101         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19102         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19103         clearing in state change from READY to NULL. So that one can clean the
19104         X ressources keeping the element.
19105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19106         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19107         (gst_xvimagesink_colorbalance_set_value),
19108         (gst_xvimagesink_colorbalance_get_value),
19109         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19110         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19111         change from READY to NULL and fixed some stupid bugs in colorbalance
19112         get/set values. Also added the following feature : when nobody tries to
19113         set some values to the colorbalance levels before the xcontext is
19114         grabbed, then when creating channels list from Xv attributes we set the
19115         internal values to the Xv defaults. This way we handle buggy Xv drivers
19116         that set default hue values far from the middle of the range (Thanks
19117         to Jon Trowbridge for pointing that issue).
19118         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19119         colorbalance levels have been set before xcontext is grabbed.
19120
19121 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19122
19123         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19124           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19125           it might block operations (which is bad for a mixer).
19126
19127 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19128
19129         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19130         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19131         (gmip_find_type_pre):
19132         * gst-libs/gst/media-info/media-info-priv.h:
19133         * gst-libs/gst/media-info/media-info.c:
19134         (gst_media_info_instance_init), (gst_media_info_read_idler):
19135         add fakesink to get caps on decoder src pad again
19136         fix callback prototype to match new have_type signal signature
19137
19138 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19139
19140         * gst/adder/gstadder.c: (gst_adder_link):
19141           fix non-compile and cut-n-paste code
19142
19143 2004-01-21  David Schleef  <ds@schleef.org>
19144
19145         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19146         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19147         (gst_swfdec_init), (gst_swfdec_change_state):
19148         * ext/swfdec/gstswfdec.h:
19149         Fix negotiation.
19150         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19151         (gst_adder_request_new_pad): Fix negotiation.
19152         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19153         Add a fixate function.
19154         * gst/intfloat/gstfloat2int.c:
19155         * gst/intfloat/gstfloat2int.h:
19156         * gst/intfloat/gstint2float.c:
19157         * gst/intfloat/gstint2float.h:
19158         Completely rewrite the negotiation.  Doesn't quite work yet,
19159         due to some buffer-frames problem.
19160
19161 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19162
19163         * ext/gnomevfs/gstgnomevfssrc.c:
19164         * sys/v4l2/v4l2_calls.h:
19165           fix includes for distcheck
19166
19167 2004-01-21  Christian Schaller <uraeus@gnome.org>
19168
19169         * ext/nas/
19170         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19171         based on earlier patch from Laurent Vivier
19172
19173 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19174
19175         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19176         Fix wma caps property
19177         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19178         Fix typo (flags1 and flags2)
19179
19180 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19181
19182         * gst-libs/gst/media-info/media-info-priv.c:
19183         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19184         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19185         (gmip_find_stream), (gmip_find_track_metadata),
19186         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19187         (gmip_find_track_format):
19188         * gst-libs/gst/media-info/media-info-priv.h:
19189         * gst-libs/gst/media-info/media-info-test.c: (main):
19190         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19191         (gst_media_info_read_idler), (gst_media_info_read):
19192         * gst-libs/gst/media-info/media-info.h:
19193           register debugging category and use it for debugging
19194
19195 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19196
19197         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19198         (gst_vorbisfile_new_link):
19199           signal streaminfo through tags
19200
19201 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19202
19203         * ext/mplex/gstmplex.cc:
19204         * ext/mplex/gstmplexibitstream.cc:
19205           g++ doesn't like NULL in our i18n/error macros, should be
19206           either (NULL) or ("").
19207
19208 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19209
19210         * sys/dxr3/dxr3audiosink.c:
19211         * sys/dxr3/dxr3init.c:
19212         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19213         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19214           Fix more error error error errors (missing includes here).
19215
19216 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19217
19218         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19219           fix thomas' error errors.
19220
19221 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19222
19223         * ext/mpeg2enc/gstmpeg2enc.cc:
19224           fix error errors.
19225
19226 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19227
19228         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19229         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19230           Fix for new error system.
19231
19232 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19233
19234         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19235           fix for new error reporting
19236
19237 2004-01-20  David Schleef  <ds@schleef.org>
19238
19239         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19240         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19241         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19242         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19243         and neither is 100+, most likely.
19244         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19245         (gst_xvimagesink_getcaps): same
19246
19247 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19248
19249         * configure.ac:
19250           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19251           clashes with ffmpeg.
19252
19253 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19254
19255         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19256         (gst_switch_init): Fixed switch element : proxying link and setting
19257         caps from src to sink on request.
19258
19259 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19260
19261         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19262         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19263         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19264         fix element_error
19265
19266 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19267
19268         * sys/v4l/v4l_calls.h:
19269         * sys/v4l2/v4l2_calls.h:
19270           element_error fixes
19271
19272 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19273
19274         * gst-libs/gst/gst-i18n-plugin.h:
19275           add locale.h
19276           remove config.h inclusion
19277
19278 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19279
19280         * autogen.sh:
19281           adding autopoint invocation
19282         * Makefile.am:
19283         * configure.ac:
19284         * gst-libs/gst/gettext.h:
19285           adding gettext bits
19286         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19287         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19288         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19289         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19290         (gst_gnomevfssink_close_file):
19291         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19292         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19293         * gst-libs/gst/gst-i18n-plugin.h:
19294         * gst/avi/gstavi.c: (plugin_init):
19295         * sys/dxr3/dxr3init.c: (plugin_init):
19296         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19297         * sys/oss/gstossaudio.c: (plugin_init):
19298         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19299         * sys/v4l/gstv4l.c: (plugin_init):
19300         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19301         * sys/v4l2/gstv4l2.c: (plugin_init):
19302         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19303         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19304         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19305         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19306         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19307         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19308           make sure locale and translation domain are set
19309           fix translated strings
19310         * po/.cvsignore:
19311         * po/LINGUAS:
19312         * po/Makevars:
19313         * po/POTFILES.in:
19314         * po/nl.po:
19315           put translation files into place
19316         * sys/xvideo/imagetest.c: (main):
19317         * ext/dv/demo-play.c: (main):
19318           fix unnecessary translations
19319
19320 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19321
19322         * ext/sndfile/gstsf.c:
19323         * gst/avi/gstavimux.c:
19324         * ext/audiofile/gstafsink.c:
19325         * ext/audiofile/gstafsrc.c:
19326         * ext/gnomevfs/gstgnomevfssink.c:
19327         * ext/gnomevfs/gstgnomevfssrc.c:
19328         * sys/oss/gstosselement.c:
19329         * sys/v4l/v4l_calls.h:
19330           fix i18n include
19331
19332 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19333
19334         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19335         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19336         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19337         (gst_v4l2_get_output), (gst_v4l2_set_output),
19338         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19339         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19340         (gst_v4l2_set_attribute):
19341         update to new error handling
19342
19343 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19344
19345         * ext/sidplay/gstsiddec.cc:
19346         * gst/modplug/gstmodplug.cc:
19347           parenthese NULL because C++ seems angry about it
19348
19349 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19350
19351         * gst-libs/gst/gst-i18n-plugin.h:
19352           add skeleton i18n stuff, but needs to be further implemented
19353
19354 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19355
19356         * examples/gstplay/player.c: (main):
19357         * ext/aalib/gstaasink.c: (gst_aasink_open):
19358         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19359         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19360         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19361         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19362         (gst_afsink_close_file):
19363         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19364         (gst_afsrc_close_file):
19365         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19366         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19367         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19368         * ext/esd/esdmon.c: (gst_esdmon_get):
19369         * ext/esd/esdsink.c: (gst_esdsink_chain):
19370         * ext/faac/gstfaac.c: (gst_faac_chain):
19371         * ext/faad/gstfaad.c: (gst_faad_chain):
19372         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19373         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19374         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19375         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19376         (gst_flacdec_loop):
19377         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19378         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19379         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19380         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19381         (gst_gnomevfssink_close_file):
19382         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19383         (gst_gnomevfssrc_open_file):
19384         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19385         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19386         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19387         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19388         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19389         * ext/mad/gstmad.c: (gst_mad_chain):
19390         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19391         * ext/mpeg2dec/gstmpeg2dec.c:
19392         * ext/mpeg2enc/gstmpeg2enc.cc:
19393         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19394         * ext/mplex/gstmplex.cc:
19395         * ext/mplex/gstmplexibitstream.cc:
19396         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19397         (gst_ogg_demux_push), (gst_ogg_pad_push):
19398         * ext/raw1394/gstdv1394src.c:
19399         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19400         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19401         * ext/sidplay/gstsiddec.cc:
19402         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19403         (gst_sf_loop):
19404         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19405         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19406         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19407         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19408         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19409         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19410         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19411         * gst-libs/gst/Makefile.am:
19412         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19413         (gst_riff_read_element_data), (gst_riff_read_seek),
19414         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19415         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
19416         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19417         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19418         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19419         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19420         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19421         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19422         * gst/goom/gstgoom.c: (gst_goom_chain):
19423         * gst/id3/gstid3types.c: (gst_id3types_loop):
19424         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19425         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19426         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19427         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19428         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19429         (gst_ebml_read_float), (gst_ebml_read_header):
19430         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19431         (gst_matroska_demux_parse_blockgroup):
19432         * gst/modplug/gstmodplug.cc:
19433         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19434         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19435         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19436         * gst/silence/gstsilence.c: (gst_silence_get):
19437         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19438         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19439         * gst/speed/gstspeed.c: (speed_loop):
19440         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19441         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19442         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19443         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19444         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19445         (gst_wavparse_loop):
19446         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19447         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19448         (dxr3audiosink_close):
19449         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19450         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19451         (dxr3videosink_close), (dxr3videosink_write_data):
19452         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19453         * sys/oss/gstosselement.h:
19454         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
19455         (gst_osssink_chain):
19456         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19457         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19458         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19459         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19460         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
19461         (gst_v4l_enable_overlay):
19462         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19463         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19464         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19465         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19466         (gst_v4l_set_audio):
19467         * sys/v4l/v4l_calls.h:
19468         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19469         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19470         (gst_v4lmjpegsink_playback_init),
19471         (gst_v4lmjpegsink_playback_start):
19472         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19473         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
19474         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
19475         (gst_v4lmjpegsrc_requeue_frame):
19476         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19477         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19478         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19479         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19480         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19481         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19482         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19483         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19484         (gst_v4l2src_capture_stop):
19485         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19486         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19487         (gst_ximagesink_chain):
19488         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19489         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19490         (gst_xvideosink_xwindow_new):
19491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19492         (gst_xvimagesink_chain):
19493         use new error signal, function and categories
19494
19495 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
19496
19497         * configure.ac:
19498         * ext/Makefile.am:
19499         * ext/musicbrainz/gsttrm.c:
19500         * ext/musicbrainz/gsttrm.h:
19501         * ext/musicbrainz/Makefile.am:
19502         Add a trm plugin
19503
19504 2004-01-18  Julien MOUTTE  <julien@moutte.net>
19505
19506         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
19507         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
19508         synchronous property for debugging.
19509         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
19510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19511         (gst_xvimagesink_set_property): Moving a pointer declaration to a
19512         smaller block, fixing indent.
19513
19514 2004-01-16  David Schleef  <ds@schleef.org>
19515
19516         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
19517         property affects the video stream.
19518         * sys/xvimage/xvimagesink.c:
19519         * sys/xvimage/xvimagesink.h:
19520         Add synchronous property for debugging.  Should probably be
19521         disabled in non-CVS builds.  Make sure that the Xv attribute
19522         exists before we set it (crash!).  Fix a silly float bug that
19523         caused colorbalance to just not work.
19524
19525 2004-01-17  Christian Schaller <Uraeus@gnome.org>
19526
19527         * tools/gst-launch-ext.in - update for new plugins
19528
19529 2004-01-16  David Schleef  <ds@schleef.org>
19530
19531         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
19532         already-freed caps.
19533
19534 2994-01-16  Christian Schaller <Uraeus@gnome.org>
19535
19536         * Update spec for new colorspace plugin and libcaca plugin
19537         * Fix compilation of libcaca plugin (clock -> id)
19538
19539 2004-01-16  Julien MOUTTE <julien@moutte.net>
19540
19541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
19542         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19543         (gst_xvimagesink_set_xwindow_id),
19544         (gst_xvimagesink_colorbalance_set_value),
19545         (gst_xvimagesink_colorbalance_get_value),
19546         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19547         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
19548         correct colorbalance properties. They can now be set when the element
19549         is still in NULL state. The values will be committed to the Xv Port
19550         when xcontext is initialized.
19551         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
19552         brightness int values in the GstXvImagesink structure.
19553
19554 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19555
19556         * gst-libs/gst/Makefile.am:
19557           restructure so having local patches works easier.
19558
19559 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19560
19561         * ext/mpeg2enc/Makefile.am:
19562         * ext/mpeg2enc/gstmpeg2enc.cc:
19563         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19564           Bugfix with respect to EOS handling.
19565
19566 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19567
19568         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
19569           Link with right caps (else, it segfaults).
19570         * ext/mplex/gstmplexjob.cc:
19571           Fix for slight API change in 1.6.1.93 release of mjpegtools.
19572
19573 2004-01-15  David Schleef  <ds@schleef.org>
19574
19575         * gst-libs/gst/audio/Makefile.am:
19576         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
19577         from the template.
19578         * gst-libs/gst/audio/gstaudiofilter.c:
19579         * gst-libs/gst/audio/gstaudiofilter.h:
19580         Add bytes_per_sample and size and n_samples calculation.
19581         * gst-libs/gst/audio/gstaudiofilterexample.c:
19582         Remove, now autogenerated.
19583         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
19584         Moved from gstaudiofilterexample, object name changed, code added
19585         so that it actually works.
19586         * gst-libs/gst/audio/make_filter:
19587         Script to build an audiofilter subclass from the template.
19588         * gst/colorspace/Makefile.am:
19589         * gst/colorspace/yuv2yuv.c:
19590         Remove file, since it's GPL, and we don't use it.
19591
19592 2004-01-15  Julien MOUTTE  <julien@moutte.net>
19593
19594         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
19596         them use the buffer free function to test how the buffer was allocated.
19597
19598 2004-01-15  David Schleef  <ds@schleef.org>
19599
19600         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
19601         that handles osssink fallback.
19602         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19603         (gst_audio_convert_getcaps):
19604         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19605         Add audio/x-qdm2 for QDM2 audio.
19606         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19607         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
19608         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19609         Decrease minimum size to 16x16.
19610         * gst/wavparse/gstwavparse.c:
19611         Convert disabled pad template caps to new caps.
19612         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19614         (gst_xvimagesink_chain): Throw element error when display cannot
19615         be opened.  Increase minimum framerate to 1.0.  Check the data
19616         free function on a buffer to make sure it is the type we expect
19617         before manipulating it.
19618
19619 2004-01-15  Julien MOUTTE <julien@moutte.net>
19620
19621         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
19622         (gst_videobalance_colorbalance_set_value): Implement passthru if
19623         settings are in the middle.
19624         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
19625
19626 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19627
19628         * gst/videofilter/Makefile.am:
19629         * gst/volume/Makefile.am:
19630           Since we use videofilter symbols, link to it.
19631
19632 2004-01-15  Julien MOUTTE <julien@moutte.net>
19633
19634         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
19635         mixer interface type to HARDWARE.
19636         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
19637         type to SOFTWARE.
19638         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
19639         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
19640         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
19641         (gst_volume_interface_init), (gst_volume_list_tracks),
19642         (gst_volume_set_volume), (gst_volume_get_volume),
19643         (gst_volume_set_mute), (gst_volume_mixer_init),
19644         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
19645         (volume_init): Implementing mixer interface.
19646         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
19647         * sys/oss/gstosselement.c: (gst_osselement_get_type),
19648         (gst_osselement_change_state): Removing some trailing commas in
19649         structures.
19650         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
19651         interface type to HARDWARE.
19652         * sys/v4l/gstv4lcolorbalance.c:
19653         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
19654         type to HARDWARE.
19655         * sys/v4l2/gstv4l2colorbalance.c:
19656         (gst_v4l2_color_balance_interface_init): Setting colorbalance
19657         interface type to HARDWARE.
19658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
19659         same code than ximagesink for event handling.
19660
19661 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19662
19663         * ext/snapshot/Makefile.am:
19664         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
19665         (gst_snapshot_chain):
19666         * ext/snapshot/gstsnapshot.h:
19667           This has to be a joke... Snapshot should be connected to a tee,
19668           colorspace element before it and EOS after that, where the other
19669           src of the tee receives normal data.
19670           The current way is *wrong*.
19671
19672 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19673
19674         * ext/hermes/gsthermescolorspace.c:
19675           Fix another compile error. Same as below.
19676
19677 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19678
19679         * gst/colorspace/gstcolorspace.c:
19680         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
19681         (gst_colorspace_i420_to_yv12):
19682           Fix compiling... Didn't test if it actually works.
19683
19684 2004-01-15  David Schleef  <ds@schleef.org>
19685
19686         * configure.ac:
19687         * gst/colorspace/Makefile.am:
19688         * gst/colorspace/gstcolorspace.c:
19689         * gst/colorspace/gstcolorspace.h:
19690         * gst/colorspace/yuv2rgb.c:
19691         * gst/colorspace/yuv2rgb.h:
19692         Duplicate the ext/hermes colorspace plugin, and remove Hermes
19693         code and GPL code.  Fix for new caps negotiation.  Rewrite
19694         much of the format handling code, and some of the conversion
19695         code.  Basically, rewrote almost everything.  This element
19696         handles I420, YV12 to RGB conversions.
19697         * ext/hermes/Makefile.am:
19698         * ext/hermes/gsthermescolorspace.c:
19699         Rename colorspace to hermescolorspace.  Fix negotiation issues.
19700         Remove non-Hermes related code.  This element handles lots of
19701         RGB to RGB conversions, but no YUV.
19702         * ext/hermes/gstcolorspace.c:
19703         * ext/hermes/gstcolorspace.h:
19704         * ext/hermes/rgb2yuv.c:
19705         * ext/hermes/yuv2rgb.c:
19706         * ext/hermes/yuv2rgb.h:
19707         * ext/hermes/yuv2rgb_mmx16.s:
19708         * ext/hermes/yuv2yuv.c:
19709         * ext/hermes/yuv2yuv.h:
19710         Remove old code.
19711
19712 2004-01-14  Colin Walters  <walters@verbum.org>
19713
19714         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
19715         they've already been.
19716
19717 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19718
19719         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
19720           assume tag mode when pad is not connected
19721
19722 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19723
19724         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19725           Don't update the time of the clock
19726         (gst_alsa_sink_loop):
19727           sync to the clock given to alsasink, not the own clock
19728         * sys/oss/gstosssink.c: (gst_osssink_chain):
19729           sync to the clock
19730         (gst_osssink_change_state):
19731           activate the clock
19732         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
19734           remove bogus code that made DISCONT events unhandled
19735         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
19736           explicitly case to double in _set_simple. (fixes 2nd warning in bug
19737           #131502)
19738         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
19739         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
19740         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
19741           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
19742           2nd warning in bug #131502)
19743
19744 2004-01-14  Julien MOUTTE  <julien@moutte.net>
19745
19746         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
19747         (gst_videobalance_colorbalance_set_value),
19748         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
19749         for colorbalance interface implementation.
19750         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19751         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
19752         (gst_ximagesink_dispose), (gst_ximagesink_init),
19753         (gst_ximagesink_class_init): Adding DISPLAY property.
19754         * sys/ximage/ximagesink.h: Adding display_name to store display.
19755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19756         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19757         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
19758         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
19759         properties (they still need polishing though for gst-launch use : no
19760         xcontext yet, i ll do that tomorrow).
19761         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
19762
19763 2004-01-14  Julien MOUTTE  <julien@moutte.net>
19764
19765         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19766         (gst_play_set_location), (gst_play_set_visualization): Preparing
19767         switch integration, adding videobalance in the pipeline.
19768
19769 2004-01-14  Julien MOUTTE <julien@moutte.net>
19770
19771         * gst-libs/gst/colorbalance/colorbalance.c:
19772         (gst_color_balance_class_init): Adding a default type.
19773         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
19774         the type.
19775         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
19776         (gst_videobalance_dispose), (gst_videobalance_class_init),
19777         (gst_videobalance_init), (gst_videobalance_interface_supported),
19778         (gst_videobalance_interface_init),
19779         (gst_videobalance_colorbalance_list_channels),
19780         (gst_videobalance_colorbalance_set_value),
19781         (gst_videobalance_colorbalance_get_value),
19782         (gst_videobalance_colorbalance_init): Implementing colorbalance
19783         interface.
19784         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
19785         list.
19786         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
19787         bug which was triggering a BadAccess X error when setting an overlay
19788         before pad was really negotiated.
19789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
19790         Using the colorbalance type macro.
19791
19792 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19793
19794         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
19795         (gst_flacenc_chain):
19796           handle tags correctly
19797         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
19798           extract ID3v1 tags correctly
19799
19800 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19801
19802         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
19803         (plugin_init):
19804           Improve matroska typefinding for odd-typed headers...
19805
19806 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19807
19808         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
19809           Fix for using incremental number on padnames.
19810
19811 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19812
19813         * ext/divx/gstdivxdec.c:
19814         * ext/divx/gstdivxenc.c:
19815           Set category to divx4linux instead of divx (too generic).
19816         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19817         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19818         (gst_wavparse_loop), (gst_wavparse_change_state):
19819         * gst/wavparse/gstwavparse.h:
19820           fix parsing of WAV files with non-standard fmt-tag size and fix
19821           skipping of unrecognized chunks... Someone please fix this thing
19822           to use rifflib so all this is automated.
19823         * sys/v4l/Makefile.am:
19824         * sys/v4l2/Makefile.am:
19825           Add X_CFLAGS because we depend on X (for overlay).
19826
19827 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
19828
19829         * ext/mpeg2dec/gstmpeg2dec.c:
19830           Don't issue a timestamp unless we tagged the frame
19831           with a PTS.
19832
19833 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19834
19835         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
19836           Query the audio element to get the time, not the clock. We're
19837           interested in the element's time here.
19838
19839 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19840
19841         * ext/aalib/gstaasink.c: (gst_aasink_chain):
19842         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19843         * ext/esd/esdsink.c: (gst_esdsink_chain):
19844         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
19845         * ext/mas/massink.c: (gst_massink_chain):
19846         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
19847         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
19848         (gst_matroska_demux_parse_metadata):
19849         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
19850         (gst_mpeg_parse_release_locks):
19851         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
19852         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
19853         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19854         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19855         (gst_osssink_change_state):
19856         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19857         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19858         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
19859         (gst_xvideosink_release_locks):
19860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
19861           use element time.
19862         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
19863         (gst_alsa_clock_stop):
19864         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
19865         (gst_audio_clock_get_internal_time):
19866           simplify for use with new clocking code.
19867         * testsuite/alsa/Makefile.am:
19868         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
19869           fix testsuite for new caps system
19870
19871 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19872
19873         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19874         * ext/flac/gstflacenc.c: (add_one_tag):
19875           length is already host endian, no need to convert. Fixes playback of
19876           tagged files on PPC. (bug #128384)
19877
19878 2004-01-13  Julien MOUTTE <julien@moutte.net>
19879
19880         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
19881         colorbalance interface stating if it is hardware based or software
19882         based.
19883         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
19884         Removing a trailing comma.
19885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19886         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
19887         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
19888         the documentation seems to be wrong on the -1000 to 1000 interval.
19889
19890 2004-01-12  David Schleef  <ds@schleef.org>
19891
19892         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19893         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
19894         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
19895         Fix negotiation.  Add a bufferalloc function for the sink pad,
19896         and generally clean up some of the code.
19897
19898 2004-01-12  Julien MOUTTE <julien@moutte.net>
19899
19900         * gst-libs/gst/colorbalance/colorbalancechannel.c:
19901         (gst_color_balance_channel_dispose): Adding safety check in dispose
19902         method.
19903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19904         (gst_xvimagesink_xcontext_clear),
19905         (gst_xvimagesink_interface_supported),
19906         (gst_xvimagesink_colorbalance_list_channels),
19907         (gst_xvimagesink_colorbalance_set_value),
19908         (gst_xvimagesink_colorbalance_get_value),
19909         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
19910         Adding colorbalance interface support to set XV parameters such as
19911         HUE, BRIGHTNESS, CONTRAST, SATURATION.
19912         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
19913         interface.
19914
19915 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19916
19917         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
19918         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
19919         (gst_audio_convert_init), (gst_audio_convert_set_property),
19920         (gst_audio_convert_get_property), (gst_audio_convert_chain),
19921         (gst_audio_convert_link),
19922         (gst_audio_convert_buffer_to_default_format),
19923         (gst_audio_convert_buffer_from_default_format), (plugin_init):
19924           - implement _getcaps and use it
19925           - improve linking
19926           - remove float caps since no float conversion is actually done
19927           - remove properties and arguments that were to be used for rate
19928             conversion
19929
19930 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19931
19932         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
19933         (gst_audio_structure_set_int):
19934         * gst-libs/gst/audio/audio.h:
19935           add helper functions for _getcaps matching the standard audio
19936           templates
19937
19938 2004-01-12  David Schleef  <ds@schleef.org>
19939
19940         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19941         Test that pad is negotiated before getting its caps.
19942
19943 2004-01-12  Julien MOUTTE <julien@moutte.net>
19944
19945         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
19946         analyzing the pads of an element the bin is mostly in READY state so
19947         no caps were negotiated. This helper function needs to work with
19948         _get_caps directly then. I was not freeing them though, added that to
19949         fix the mem leak.
19950
19951 2004-01-12  Julien MOUTTE <julien@moutte.net>
19952
19953         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19954         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
19955         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
19956         than the free_func.
19957
19958 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19959
19960         * sys/oss/gstossaudio.c: (plugin_init):
19961         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
19962         * sys/oss/gstosselement.h:
19963           make an oss debugging category
19964           make failure more descriptive
19965
19966 2004-01-11  David Schleef  <ds@schleef.org>
19967
19968         * ext/ffmpeg/gstffmpeg.c:
19969         * ext/ffmpeg/gstffmpegcodecmap.c:
19970         * ext/ffmpeg/gstffmpegdec.c:
19971         * ext/ffmpeg/gstffmpegenc.c:
19972         * ext/ffmpeg/gstffmpegprotocol.c:
19973         * ext/gdk_pixbuf/gstgdkanimation.c:
19974         * ext/jpeg/gstjpeg.c:
19975         * ext/libpng/gstpng.c:
19976         * ext/mpeg2dec/perftest.c:
19977         * ext/speex/gstspeex.c:
19978         * gst-libs/gst/resample/dtos.c:
19979         * gst/intfloat/gstintfloatconvert.c:
19980         * gst/oneton/gstoneton.c:
19981         * gst/rtjpeg/RTjpeg.c:
19982         * gst/rtp/gstrtp.c:
19983         * sys/dxr3/dxr3init.c:
19984         * sys/glsink/gstgl_nvimage.c:
19985         * sys/glsink/gstgl_pdrimage.c:
19986         * sys/glsink/gstglsink.c:
19987         * testsuite/gst-lint:
19988         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
19989
19990 2004-01-11  David Schleef  <ds@schleef.org>
19991
19992         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
19993         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
19994         * ext/gdk_pixbuf/gstgdkanimation.c:
19995         (gst_gdk_animation_iter_create_pixbuf):
19996         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
19997         (gst_gdk_pixbuf_chain):
19998         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19999         * ext/jack/gstjack.c: (gst_jack_change_state):
20000         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
20001         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
20002         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20003         * gst/videofilter/gstvideofilter.c:
20004         (gst_videofilter_set_output_size):
20005         Remove all usage of gst_pad_get_caps(), and replace it with
20006         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
20007
20008 2004-01-11  David Schleef  <ds@schleef.org>
20009
20010         * configure.ac:
20011         * ext/Makefile.am: Fixes to make ext/libcaca compile.
20012         * ext/divx/gstdivxdec.c:
20013         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20014         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
20015         handle images that span multiple buffers.  Now work with both
20016         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
20017         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20018         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
20019         video/video.h changes
20020         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
20021         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20022         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20023         of GstData free function.
20024         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20025         same.
20026
20027 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20028
20029         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20030         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20031         (gst_v4l2element_get_property):
20032         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20033           add norm, channel and frequency properties.
20034         * sys/v4l2/gstv4l2tuner.c:
20035           fixes for tuner interface changes
20036         * sys/v4l2/gstv4l2element.h:
20037         * sys/v4l2/gstv4l2src.c:
20038         * sys/v4l2/gstv4l2src.h:
20039         * sys/v4l2/v4l2src_calls.c:
20040         * sys/v4l2/v4l2src_calls.h:
20041           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20042
20043 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20044
20045         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20046         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20047         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20048         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20049         * gst-libs/gst/tuner/tuner.h:
20050           GObjects aren't const.
20051           Add find_by_name functions.
20052           Add checks to _changed functions.
20053         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20054         (gst_v4l_tuner_get_norm):
20055           Fixes for above.
20056
20057 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20058
20059         * gst-libs/gst/video/video.h:
20060           Fix caps template names to be understandable.
20061           Prefix everything with GST_VIDEO.
20062         * ext/aalib/gstaasink.c:
20063         * ext/divx/gstdivxdec.c:
20064         * ext/divx/gstdivxenc.c:
20065         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20066         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20067         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20068         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20069         * ext/libcaca/gstcacasink.c:
20070         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20071         * ext/snapshot/gstsnapshot.c:
20072         * ext/swfdec/gstswfdec.c:
20073         * ext/xvid/gstxviddec.c:
20074         * ext/xvid/gstxvidenc.c:
20075         * gst/chart/gstchart.c:
20076         * gst/deinterlace/gstdeinterlace.c:
20077         * gst/effectv/gsteffectv.c:
20078         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20079         * gst/goom/gstgoom.c:
20080         * gst/median/gstmedian.c:
20081         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20082         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20083         * gst/overlay/gstoverlay.c:
20084         * gst/smooth/gstsmooth.c:
20085         * gst/smpte/gstsmpte.c:
20086         * gst/synaesthesia/gstsynaesthesia.c:
20087         * gst/videocrop/gstvideocrop.c:
20088         * gst/videodrop/gstvideodrop.c:
20089         * gst/y4m/gsty4mencode.c:
20090         * sys/qcam/gstqcamsrc.c:
20091         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20092           Make them work with new video.h file.
20093         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20094         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20096         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20097           Make it work with new buffer allocation system.
20098
20099 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20100
20101         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20102         pad_alloc_buffer implementation to use ->srcpad
20103         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20104         pad_alloc_buffer implementation to use ->srcpad
20105         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20106         pad_alloc_buffer implementation to use ->srcpad
20107         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20108         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20109         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20110         a reference to everything we need.
20111         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20113         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20114         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20115         a reference to everything we need.
20116         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20117
20118 2004-01-11  David Schleef  <ds@schleef.org>
20119
20120         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20121         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20122         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20123         structure members.
20124         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20125         value during a resize/renegotiation.
20126         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20127         gst_pad_alloc_buffer();
20128         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20129         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20130         structure members.
20131         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20132         Fix for rename of buffer private structure members.
20133         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20134         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20135         Fix for rename of buffer private structure members.
20136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20137         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20138         Fix for rename of buffer private structure members.
20139
20140 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20141
20142         reviewed by: David Schleef <ds@schleef.org>
20143
20144         * gst/videofilter/Makefile.am:
20145         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20146         from the patch by ds to fit in with recent make_filter changes.
20147
20148 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20149
20150         * configure.ac: Adding examples/switch/Makefile
20151         * examples/Makefile.am: Adding examples/switch
20152         * examples/switch/Makefile.am: Adding switcher example.
20153         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20154         (switch_timer), (main): Adding an example demonstrating switch usage
20155         with 2 videotestsrc showing different patterns.
20156         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20157         (gst_switch_init): Fixing switch with the new caps system.
20158
20159 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20160
20161         * gst-libs/gst/video/video.h:
20162           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20163           They should probably be like
20164           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20165
20166 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20167
20168         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20169         (qtdemux_parse_trak):
20170           fix audio chunk size/timestamp calculation
20171
20172 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20173
20174         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20175           fix SVQ3 caps
20176
20177 2004-01-11  Steve Baker  <steve@stevebaker.org>
20178
20179         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20180         (gst_agingtv_base_init), (gst_agingtv_class_init),
20181         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20182         (gst_agingtv_set_property), (gst_agingtv_get_property):
20183         Port agingTV to videofilter
20184
20185 2004-01-09  Julien MOUTTE <julien@moutte.net>
20186
20187         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20188         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20189
20190 2004-01-09  Julien MOUTTE <julien@moutte.net>
20191
20192         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20193         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20194         * gst-libs/gst/xoverlay/xoverlay.c:
20195         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20196         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20197         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20198         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20199         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20200         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20201         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20202         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20203         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20204         interface implementation to handle xid being 0 and fix some bugs
20205         triggered by Benjamin's testcase.
20206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20207         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20208         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20209         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20210         interface implementation to handle xid being 0 and fix some bugs
20211         triggered by Benjamin's testcase.
20212
20213 2004-01-09  David Schleef  <ds@schleef.org>
20214
20215         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20216         mouse pointer events.  It works.
20217
20218 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20219
20220         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20221           Use explicit caps - fix capsnego.
20222         * ext/xvid/gstxviddec.c:
20223         * ext/xvid/gstxvidenc.c:
20224           Remove macro-inside-macro which caused compile errors.
20225         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20226           Error out if it's not a RIFF file. Else we error out without
20227           gst_element_error() which is not good...
20228
20229 2004-01-08  David Schleef  <ds@schleef.org>
20230
20231         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20232         Fix pad_link function to handle formats that ffmpeg returns
20233         as multiple caps structures.
20234         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20235         Only complain if source buffer is _smaller_ than expected.
20236         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20237         (gst_videoscale_handle_src_event): Resize navigation events
20238         when passing them upstream.
20239         * gst/videotestsrc/gstvideotestsrc.c:
20240         * gst/videotestsrc/gstvideotestsrc.h:
20241         * gst/videotestsrc/videotestsrc.c:
20242         * gst/videotestsrc/videotestsrc.h:
20243         Rewrite many of the buffer painting functions to handle odd
20244         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20245         been verified to work with my video card.
20246         * testsuite/gst-lint:  Add check for elements calling
20247         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20248
20249 2004-01-08  David Schleef  <ds@schleef.org>
20250
20251         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20252         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20253
20254 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20255
20256         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20257         configure event is not emiting the desired size signal. That fixes
20258         aspect ratio issues with gst-player.
20259
20260 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20261
20262         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20263           Fix capsnego.
20264
20265 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20266
20267         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20268         public method to fire size signal.
20269
20270 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20271
20272         * examples/gstplay/Makefile.am: Adding the interface library.
20273         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20274         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20275         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20276         GST_IS_X_OVERLAY before signal connect.
20277         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20278         Removing the have_video_size signal.
20279         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20280         and associated public method.
20281         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20282         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20283         signal.
20284         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20285         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20286         signal.
20287         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20288         Using XOverlay public method to fire size signal.
20289
20290 2004-01-07  David Schleef  <ds@schleef.org>
20291
20292         * gst/videofilter/Makefile.am:
20293         * gst/videofilter/gstvideotemplate.c:
20294         * gst/videofilter/make_filter:
20295         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20296         Convert make_filter to /bin/sh script.
20297
20298 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20299
20300         * gst/modplug/gstmodplug.cc: fix element description
20301
20302 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20303
20304         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20305         (got_video_size): Adding some new lines in g_print calls.
20306         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20307         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20308         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20309         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20310         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20311         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20312         Complete code review, reverting some stuff i disagree with, adding
20313         some fixes : time synchronization on invalid timestamps, renegotiation
20314         of private window.
20315         * sys/ximage/ximagesink.h:
20316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20317         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20318         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20319         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20320         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20321         (gst_xvimagesink_buffer_new),
20322         (gst_xvimagesink_navigation_send_event),
20323         (gst_xvimagesink_set_xwindow_id),
20324         (gst_xvimagesink_get_desired_size),
20325         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20326         stuff i disagree with, adding some fixes : Renegotiation of private
20327         window, implementing get_desired_size.
20328
20329 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20330
20331         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20332         (gst_afsink_handle_event):
20333         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20334         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20335         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20336         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20337         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20338           Fix for instantiate-test (see core). Also remove dead code from
20339           jpegenc (which still needs fixing, but that's lower on my TODO
20340           list...).
20341         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20342           Never return NULL as caps.
20343
20344 2004-01-07  David Schleef  <ds@schleef.org>
20345
20346         * configure.ac:
20347         * ext/Makefile.am:
20348         * ext/librfb/Makefile.am:
20349         * ext/librfb/gstrfbsrc.c:
20350         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20351         is the protocol used by VNC.
20352
20353 2004-01-07  David Schleef  <ds@schleef.org>
20354
20355         * gst/videofilter/gstvideotemplate.c:
20356         * gst/videofilter/gstvideotemplate.h:
20357         * gst/videofilter/make_filter:
20358         Merge videotemplate header into source file.
20359         * gst/effectv/Makefile.am:
20360         * gst/effectv/gsteffectv.c: (plugin_init):
20361         * gst/effectv/gstwarp.c:
20362         Make warpTV a subclass of videofilter.
20363
20364 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20365
20366         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20367           Add guard against invalid utf-8 conversions in mad. Just in case.
20368
20369 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20370
20371         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20372           Fix for bug shown by poisoning
20373
20374 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20375
20376         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20377         (gst_v4lmjpegsrc_buffer_free):
20378         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20379         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
20380         (gst_v4lsrc_buffer_free):
20381           Fix for removed bufferpools.
20382
20383 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20384
20385         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20386         Fix caps negotiation.
20387
20388         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20389         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
20390         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20391         (dvdnavsrc_event):
20392         * ext/mpeg2dec/gstmpeg2dec.c:
20393         * gst-libs/gst/navigation/navigation.c:
20394         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
20395         * gst-libs/gst/navigation/navigation.h:
20396         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
20397         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
20398         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
20399         Super-simple first version of mouse and keyboard events. Clicking
20400         on a DVD menu now works, although it may not take you where you
20401         expected.
20402
20403         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20404         * gst/videotestsrc/gstvideotestsrc.c:
20405         (gst_videotestsrc_src_fixate):
20406         These fixate functions were broken - they never actually
20407         fixated :)
20408
20409 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20410
20411         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
20412         (gst_icecastsend_init):
20413           fix for new caps system.
20414         * gst-libs/gst/mixer/mixertrack.h:
20415         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
20416           Add 'master track' flag (for tools like ACME that only want to
20417           change the main volume).
20418
20419 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20420
20421         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
20422         (gst_xvid_csp_to_caps):
20423         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
20424         * ext/xvid/gstxvidenc.c:
20425         ifdef out ARGB type when it isn't available
20426         in xvidcore 1.0.0beta2
20427
20428 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20429
20430         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20431           When we have received a new SCR right in the first buffer after
20432           a seek (so in the same cycle that handles the discont), we should
20433           handle the buffer instead of unreffing it, else we lose data.
20434
20435 2004-01-06  Iain <iain@prettypeople.org>
20436
20437         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
20438           buffer-frames caps too.
20439
20440         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
20441           caps that we need, don't destroy them all and rebuild them. And when
20442           creating src pads, use the src pad template rather than the sink...
20443
20444 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20445
20446         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20447           Add pad to element *after* setting functions such as event handler.
20448           Without this, the scheduler (opt) will link pads, set the event
20449           handler from the default event function (dispatcher in gstpad.c)
20450           and *after* that, we will set our own event function, which will
20451           thus never be used (and thus mpegdemux doesn't handle events).
20452
20453 2004-01-04  David Schleef  <ds@schleef.org>
20454
20455         Fix the fixate functions to handle new prototype:
20456         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20457         * gst/videotestsrc/gstvideotestsrc.c:
20458         (gst_videotestsrc_src_fixate):
20459         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20460         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
20461         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20462
20463 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20464
20465         * sys/ximage/ximagesink.h:
20466         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20467         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
20468         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
20469         (gst_ximagesink_xoverlay_init):
20470           assorted fixes to make (re)embedding work
20471         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
20472         (gst_ximagesink_get_desired_size):
20473           implement desired size additions to XOverlay
20474
20475 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20476
20477         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
20478         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
20479         (gst_x_overlay_got_desired_size):
20480         * gst-libs/gst/xoverlay/xoverlay.h:
20481           Add optional "desired size" signal and querying.
20482
20483 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20484
20485         * gst/matroska/matroska-demux.c:
20486         (gst_matroska_demux_parse_blockgroup):
20487           Fix EBML-laced block parsing. Diffs are relative to previous
20488           lace, not the first lace. Thanks to Mosu from the Matroska
20489           team for detecting this.
20490         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20491         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
20492         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
20493         (gst_wavparse_change_state):
20494         * gst/wavparse/gstwavparse.h:
20495           Quickfix for capsnego.
20496
20497 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20498
20499         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
20500           Fix indenting, fix pad creation.
20501
20502 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20503
20504         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
20505         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
20506         (gst_xviddec_sink_link):
20507           Implement src_getcaps() so proper size caps is negotiated.
20508
20509 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20510
20511         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
20512           Finish flac decoder on EOS. See #116178.
20513
20514 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20515
20516         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
20517         (gst_matroska_demux_add_stream):
20518         * gst/matroska/matroska-ids.h:
20519           Add getcaps() function to fix capsnego...
20520
20521 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20522
20523         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20524         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20525         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20526           Fix more integer overflows. Again, see #126967.
20527
20528 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20529
20530         * ext/mpeg2dec/gstmpeg2dec.c:
20531           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
20532           #130416.
20533
20534 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20535
20536         * configure.ac:
20537         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
20538         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
20539         * ext/xvid/gstxvid.h:
20540         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
20541         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
20542         (gst_xviddec_src_link), (gst_xviddec_sink_link),
20543         (gst_xviddec_change_state):
20544         * ext/xvid/gstxviddec.h:
20545         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
20546         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
20547         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
20548         (gst_xvidenc_link), (gst_xvidenc_set_property),
20549         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
20550         * ext/xvid/gstxvidenc.h:
20551           Update xvid plugin to latest xvid (1.0.0-beta3) API.
20552
20553 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20554
20555         * gst/rtp/rtp-packet.c:
20556           Add sys/types.h include, since OS X doesn't define in_addr_t
20557           in netinet/in.h, like it does on Linux (see #129600).
20558
20559 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
20560
20561         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
20562
20563         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
20564           Correct logic of dispose function (see #129306).
20565
20566 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20567
20568         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
20569         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20570         (gst_mpeg_parse_init):
20571         * gst/mpegstream/gstmpegparse.h:
20572           Remove clock (which was never provided, i.e. dead code), and
20573           also fix integer overflows at high PTS values (see #126967).
20574
20575 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20576
20577         * ext/flac/gstflacdec.c:
20578         * ext/libpng/gstpngenc.h:
20579         * ext/mikmod/gstmikmod.h:
20580           OS X fixes (see #126628).
20581
20582 2004-01-02  David Schleef  <ds@schleef.org>
20583
20584         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
20585         (gst_alsa_src_base_init): Remove bogus "src" request pad.
20586         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
20587         (gst_mpeg_parse_class_init): Move pad template registration
20588         to class_init, since the derived class (mpegdemux) doesn't
20589         want them.
20590
20591 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20592
20593         * sys/ximage/Makefile.am:
20594         * sys/xvideo/Makefile.am:
20595         * sys/xvimage/Makefile.am:
20596           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
20597           after installation (see #127664).
20598
20599 2004-01-02  David Schleef  <ds@schleef.org>
20600
20601         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
20602         (gst_ffmpegenc_connect):  Negotiation fixes.
20603         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
20604         Remove inappropriate gst_caps_free().
20605         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20606         Reenable Ronald's internal resize code, since the core handles
20607         it correctly now.
20608
20609 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20610
20611         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
20612         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
20613         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
20614           Fix pad template stuff.
20615
20616 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20617
20618         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
20619         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
20620           fix signed integer reading/writing.
20621
20622 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20623
20624         * ext/alsa/README:
20625           Remove outdated document
20626
20627 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
20628
20629         * gst/cutter/gstcutter.c: (gst_cutter_init):
20630           src pad was being created twice - oops.
20631
20632 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20633
20634         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20635           Comment out internal resize. It doesn't handle the resulting
20636           XEvent internally, does another try_set_caps() which leads to
20637           a really nice loop.
20638           Real fix will come when Julien and Dave are awake. ;).
20639
20640 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20641
20642         * ext/mpeg2enc/gstmpeg2enc.cc:
20643           fix const/nonconst compile issue.
20644
20645 2004-01-02  David Schleef  <ds@schleef.org>
20646
20647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
20648         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
20649         Add fixate function and a check for bad formats.
20650
20651 2004-01-01  David Schleef  <ds@schleef.org>
20652
20653         Negotiation fixes:
20654         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
20655         (gst_audiofilter_init):
20656         * gst/debug/efence.c: (gst_efence_init):
20657         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20658         (gst_deinterlace_init):
20659         * gst/volume/gstvolume.c: (volume_connect):
20660
20661 2004-01-01  David Schleef  <ds@schleef.org>
20662
20663         Convert elements to use gst_pad_use_explicit_caps() where
20664         appropriate:
20665         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
20666         * ext/audiofile/gstafparse.c: (gst_afparse_init),
20667         (gst_afparse_open_file):
20668         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
20669         (gst_afsrc_open_file):
20670         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
20671         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
20672         (gst_ffmpegdec_chain):
20673         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20674         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
20675         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
20676         (gst_gdk_pixbuf_chain):
20677         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
20678         (gst_jpegdec_chain):
20679         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
20680         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
20681         (gst_mikmod_negotiate):
20682         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
20683         (gst_mpeg2dec_negotiate_format):
20684         * ext/mpeg2enc/gstmpeg2enc.cc:
20685         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20686         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
20687         (gst_speexdec_sinkconnect):
20688         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
20689         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
20690         (gst_vorbisfile_new_link):
20691         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
20692         (gst_ac3parse_chain):
20693         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
20694         (gst_asf_demux_setup_pad):
20695         * gst/auparse/gstauparse.c: (gst_auparse_init),
20696         (gst_auparse_chain):
20697         * gst/id3/gstid3types.c: (gst_id3types_loop):
20698         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20699         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
20700         (mp1videoparse_parse_seq):
20701         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
20702         (bpf_from_header):
20703         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20704         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
20705         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
20706         (gst_mpeg_parse_send_data):
20707         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20708         (gst_qtdemux_add_stream):
20709         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20710         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20711         (gst_wavparse_parse_fmt):
20712
20713 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20714
20715         * configure.ac:
20716           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
20717           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
20718           it therefore uses the wrong include paths. Too bad... Note
20719           that 1.6.1.93 is not release yet. ;).
20720           Also add a check for mplex, which is now using the lib'ified
20721           mplex from mjpegtools, too.
20722         * ext/ffmpeg/gstffmpegcodecmap.c:
20723           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
20724           issues. I don't think ffmpeg handles 3ivx correctly, so this
20725           probably won't work. But it won't hurt either.
20726         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
20727         (gst_ffmpegdec_chain):
20728         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
20729         (gst_ffmpegenc_chain_audio):
20730           Fix memleak in audio encoding. Close codec if open fails, this
20731           calls the cleanup routines so we can re-use the context.
20732         * ext/mpeg2enc/gstmpeg2enc.cc:
20733           Fix pad template names/types, fix memory issue with getcaps().
20734         * ext/mpeg2enc/gstmpeg2encoder.cc:
20735         * ext/mpeg2enc/gstmpeg2encoder.hh:
20736           Fix compile issue with new caps system (const thingy).
20737         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20738         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
20739           We read a first frame right on initing, so that we have a caps
20740           when we init the output. This caps is cached in padprivate and
20741           read as first frame.
20742         * ext/mplex/Makefile.am:
20743         * ext/mplex/gstmplex.cc:
20744         * ext/mplex/gstmplex.h:
20745         * ext/mplex/gstmplex.hh:
20746         * ext/mplex/gstmplexibitstream.cc:
20747         * ext/mplex/gstmplexibitstream.hh:
20748         * ext/mplex/gstmplexjob.cc:
20749         * ext/mplex/gstmplexjob.hh:
20750         * ext/mplex/gstmplexoutputstream.cc:
20751         * ext/mplex/gstmplexoutputstream.hh:
20752           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
20753           had issues, didn't do capsnego, supported only a subset of the
20754           mplex features and required a mplex fork in our local CVS. Plus
20755           that it worked agaist a very old mplex version. Rewriting was
20756           faster than updating it.
20757         * gst-libs/ext/Makefile.am:
20758         * gst-libs/ext/mplex/INSTRUCT:
20759         * gst-libs/ext/mplex/Makefile.am:
20760         * gst-libs/ext/mplex/README:
20761         * gst-libs/ext/mplex/TODO:
20762         * gst-libs/ext/mplex/ac3strm_in.cc:
20763         * gst-libs/ext/mplex/audiostrm.hh:
20764         * gst-libs/ext/mplex/audiostrm_out.cc:
20765         * gst-libs/ext/mplex/aunit.hh:
20766         * gst-libs/ext/mplex/bits.cc:
20767         * gst-libs/ext/mplex/bits.hh:
20768         * gst-libs/ext/mplex/buffer.cc:
20769         * gst-libs/ext/mplex/buffer.hh:
20770         * gst-libs/ext/mplex/fastintfns.h:
20771         * gst-libs/ext/mplex/format_codes.h:
20772         * gst-libs/ext/mplex/inputstrm.cc:
20773         * gst-libs/ext/mplex/inputstrm.hh:
20774         * gst-libs/ext/mplex/lpcmstrm_in.cc:
20775         * gst-libs/ext/mplex/mjpeg_logging.cc:
20776         * gst-libs/ext/mplex/mjpeg_logging.h:
20777         * gst-libs/ext/mplex/mjpeg_types.h:
20778         * gst-libs/ext/mplex/mpastrm_in.cc:
20779         * gst-libs/ext/mplex/mpegconsts.cc:
20780         * gst-libs/ext/mplex/mpegconsts.h:
20781         * gst-libs/ext/mplex/mplexconsts.hh:
20782         * gst-libs/ext/mplex/multplex.cc:
20783         * gst-libs/ext/mplex/outputstream.hh:
20784         * gst-libs/ext/mplex/padstrm.cc:
20785         * gst-libs/ext/mplex/padstrm.hh:
20786         * gst-libs/ext/mplex/stillsstream.cc:
20787         * gst-libs/ext/mplex/stillsstream.hh:
20788         * gst-libs/ext/mplex/systems.cc:
20789         * gst-libs/ext/mplex/systems.hh:
20790         * gst-libs/ext/mplex/vector.cc:
20791         * gst-libs/ext/mplex/vector.hh:
20792         * gst-libs/ext/mplex/videostrm.hh:
20793         * gst-libs/ext/mplex/videostrm_in.cc:
20794         * gst-libs/ext/mplex/videostrm_out.cc:
20795         * gst-libs/ext/mplex/yuv4mpeg.cc:
20796         * gst-libs/ext/mplex/yuv4mpeg.h:
20797         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
20798         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
20799           We don't fork mjpegtools' mplex in our CVS anymore.
20800         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
20801         (gst_avi_demux_add_stream):
20802         * gst/avi/gstavidemux.h:
20803           Add getcaps() function for proper caps nego. This makes some
20804           parts of AVI playback/reading work.
20805         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20806           Resize window on new capsnego. This is probably wrong, but
20807           I'm still committing it because with current capsnego, the
20808           first successfull capsnego is auto-fixated, therefore rounded
20809           down to the lowest values in the caps. this results in a 16x16
20810           XWindow that is not reized when real capsnego finishes.
20811           Dave, I see more cases of this, do you know a proper solution?
20812         * tools/gst-launch-ext.in:
20813           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
20814
20815 2003-12-31  David Schleef  <ds@schleef.org>
20816
20817         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
20818         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
20819           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
20820
20821 2003-12-30  David Schleef  <ds@schleef.org>
20822
20823         * ext/ffmpeg/gstffmpegcolorspace.c:
20824         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
20825         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
20826         (gst_ffmpegcsp_chain): Negotiation fixes
20827         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
20828         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20829         (gst_audio_convert_link), (gst_audio_convert_channels):
20830         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
20831         (gst_audioscale_link), (gst_audioscale_get_buffer),
20832         (gst_audioscale_chain): Negotiation fixes
20833         * gst/audioscale/gstaudioscale.h:
20834         * gst/videofilter/gstvideofilter.c:
20835         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
20836         (gst_videofilter_link), (gst_videofilter_init),
20837         (gst_videofilter_set_output_size), (gst_videofilter_setup),
20838         (gst_videofilter_find_format_by_structure):
20839         * gst/videofilter/gstvideofilter.h: Negotiation fixes
20840         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
20841         (gst_videoscale_link):
20842         * gst/videoscale/videoscale.c: (videoscale_get_structure),
20843         (videoscale_find_by_structure), (gst_videoscale_setup):
20844         * gst/videoscale/videoscale.h: Negotiation fixes
20845         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20846         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
20847         function, restrict resizing to a multiple of 4 (hack until
20848         everyone supports odd sizes correctly).
20849
20850 2003-12-29  Colin Walters  <walters@verbum.org>
20851
20852         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
20853         signed.
20854
20855 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
20856
20857         * ext/sndfile/gstsf.c: (gst_sf_loop):
20858           Fix warning about discarding const qualifier
20859
20860 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
20861
20862         * gst/cutter/gstcutter.c:
20863         * gst/videoscale/gstvideoscale.c:
20864         * gst/volenv/gstvolenv.c:
20865         * gst-libs/gst/audio/audio.c:
20866         * gst-libs/gst/video/video.c:
20867           Fix warnings
20868
20869 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20870
20871         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
20872           Don't send ALSA debugging to stderr.
20873         * ext/alsa/gstalsa.h:
20874           Use GST_WARNING instead of g_warning when ALSA functions fail.
20875
20876 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20877
20878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20879           Free XVAdapterInfo correctly.
20880
20881 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20882
20883         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
20884         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
20885           Make id3tag use correct caps nego.
20886
20887 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
20888
20889         * ext/ivorbis/vorbis.c:
20890         * ext/ivorbis/vorbisenc.h:
20891         * ext/ivorbis/vorbisfile.c:
20892           Modify so that it uses the new caps things
20893
20894 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20895
20896         * testsuite/spider/spider1.c: (main):
20897         * testsuite/spider/spider2.c: (main):
20898         * testsuite/spider/spider3.c: (main):
20899           Make tests compile again. They probably don't work.
20900
20901 2003-12-24  Colin Walters  <walters@verbum.org>
20902
20903         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
20904         we can't fixate the caps anymore.
20905
20906 2003-12-23  David Schleef  <ds@schleef.org>
20907
20908         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
20909         * sys/oss/gstosssink.c: (gst_osssink_init),
20910         (gst_osssink_sink_fixate): Add fixate function.
20911
20912 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20913
20914         * ext/ffmpeg/gstffmpegcodecmap.c:
20915         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
20916         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
20917         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
20918         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
20919         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
20920         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
20921         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
20922           fix typo in RGB masks, and move back to "old" colorspace
20923           capsnego code until whoever wrote this new crap has actually
20924           tested it so that it works.
20925           And yes, this works, keep it that way please.
20926
20927 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20928
20929         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
20930         (gst_divxdec_init), (gst_divxdec_negotiate):
20931         * ext/divx/gstdivxdec.h:
20932         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
20933         (gst_divxenc_init):
20934         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
20935         (gst_faac_sinkconnect), (gst_faac_srcconnect):
20936         * ext/mpeg2enc/gstmpeg2enc.cc:
20937         * ext/mpeg2enc/gstmpeg2encoder.cc:
20938         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20939         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
20940         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
20941         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
20942         (dxr3spusink_init):
20943         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
20944         (dxr3videosink_init):
20945           Fix caps breakage after Dave's caps branch merge.
20946
20947 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20948
20949         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20950           Fix for 24bpp display.
20951
20952 2003-12-23  Colin Walters  <walters@verbum.org>
20953
20954         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
20955         a GnomeVFSHandle directly.
20956
20957 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20958
20959         * gst/volume/Makefile.am:
20960         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
20961         (volume_base_init), (volume_init):
20962           Reenable volume element and fix to work with new caps stuff.
20963           Rhythmbox needs this.
20964
20965 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20966
20967         * gst/qtdemux/qtdemux.c: (plugin_init):
20968           qtdemux requires bytestream
20969
20970 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20971
20972         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
20973           Fix remaining caps handling errors due to CAPS merge.
20974
20975 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20976
20977         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
20978         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
20979         (gst_faad_srcconnect):
20980           Port to new caps system.
20981
20982 2003-12-21  Julien MOUTTE  <julien@moutte.net>
20983
20984         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20985         (got_video_size), (main): using g_print instead of g_message.
20986         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
20987         signal which was not emitted because of "switch" element added to the
20988         bin but not connected. (Removing from the bin temporarily)
20989
20990 2003-12-21  Julien MOUTTE  <julien@moutte.net>
20991
20992         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
20993         find X development files. I don't understand the previous tests and
20994         they fail on my debian/ppc unstable. This one works.
20995         * examples/gstplay/player.c: (main): Set the pipeline to READY before
20996         exiting.
20997         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
20998         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20999         (gst_play_set_visualization): Add some safety checks in set_ methods
21000         and state_change. This was throwing some ugly CRITICAL messages when
21001         pipeline was getting disposed and casts were failing.
21002
21003 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21004
21005         * configure.ac:
21006           Improve mpeg2enc detection. This is for distributions that do
21007           ship mjpegtools, but without mpeg2enc. Also does object check
21008           for might there ever be ABI incompatibility.
21009         * ext/mpeg2enc/gstmpeg2enc.cc:
21010           Add Andrew as second maintainer (he's helping me), and also add
21011           an error if no caps was set. This happens if I pull before capsnego
21012           and that's something I should solve sometime else.
21013         * gst/matroska/matroska-demux.c:
21014         (gst_matroska_demux_parse_blockgroup):
21015           Fix time parsing.
21016         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
21017         (gst_matroska_mux_track_header):
21018           Add caps to templates.
21019         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
21020           Add mpegversion=1 to prevent confusion with MPEG/AAC.
21021         * gst/mpegstream/gstmpegdemux.c:
21022           Remove layer since it causes warnings about unfixed caps.
21023         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21024           Fix obvious typo (we error out if caps were set, we should of
21025           course error out if *no* caps were set).
21026         * sys/oss/gstosselement.c: (gst_osselement_convert):
21027           Fix format conversion, we confused bits/bytes.
21028         * sys/oss/gstosselement.h:
21029           Improve documentation for 'bps'.
21030         * sys/v4l/TODO:
21031           Remove stuff about plugins that need removing - this was done
21032           ages ago.
21033         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21034         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21035         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21036         (gst_v4lsrc_src_query):
21037         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21038         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21039           Add get_query_types(), get_formats() and query() functions.
21040
21041 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21042
21043         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21044         * moved CVS to freedesktop.org