sys/: Call gst_x_overlay_prepare_xwindow_id() to give applications a final chance...
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5           Call gst_x_overlay_prepare_xwindow_id() to give applications
6           a final chance to set their own xwindow id before the video
7           sink creates its own window.
8
9 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10
11         * sys/xvimage/xvimagesink.c:
12         (gst_xvimagesink_navigation_send_event): Handle navigation
13         events correcly with borders if applicable.
14
15 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
16
17         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
19         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20         (gst_ffmpegcsp_caps_remove_format_info):
21         * gst/ffmpegcolorspace/imgconvert.c:
22         * gst/ffmpegcolorspace/imgconvert_template.h:
23           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
24           #318353); use gst_structure_has_name().
25
26 2005-11-22  Julien MOUTTE  <julien@moutte.net>
27
28         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
29         (gst_ximagesink_class_init): Add debug macros on functions.
30         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31         (gst_xvimagesink_xwindow_draw_borders),
32         (gst_xvimagesink_xvimage_put),
33         (gst_xvimagesink_xwindow_update_geometry),
34         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
35         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
36         (gst_xvimagesink_xcontext_clear),
37         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
38         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
39         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
40         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
41         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
42         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
43         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
44         expose while being PAUSED, out of data flow navigation events, etc..
45
46 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
47
48         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
49         * gst-libs/gst/audio/audio.h:
50           fix prototype - wondering why the test worked regardless
51
52 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
53
54         * check/Makefile.am:
55         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
56         * gst-libs/gst/audio/audio.h:
57           add a method that returns a proper GstClockTime
58
59 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
60
61         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
62         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
63         * gst-libs/gst/interfaces/xoverlay.h:
64           Remove everything having to do with the desired size; add 
65           gst_x_overlay_prepare_xwindow_id() function; remove the
66           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
67           post a message on the bus instead (#321816).
68
69         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
70         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
71         (gst_xvimagesink_xoverlay_init):
72           Remove desired size stuff (#321816).
73
74 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
75
76         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
77         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
78         (mpeg_video_type_find), (mpeg_video_stream_type_find):
79           Terminate vararg functions with NULL instead of 0 to 
80           make gcc4 happy.
81
82 2005-11-21  Andy Wingo  <wingo@pobox.com>
83
84         patch from: Sebastien Cote <sebas642@yahoo.ca>
85         
86         * gst-libs/gst/rtp/gstrtpbuffer.h: 
87         * gst-libs/gst/rtp/gstrtpbuffer.c
88         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
89
90 2005-11-21  Andy Wingo  <wingo@pobox.com>
91
92         * gst/playback/gstplaybin.c (gen_audio_element) 
93         (gen_video_element): Use the new MISSING_PLUGIN core error
94         category. Closes #320060.
95
96         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
97         * gst/videorate/gstvideorate.c (gst_videorate_event):
98         * ext/theora/theoradec.c (theora_dec_sink_event): 
99         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
100         stream lock.
101
102         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
103         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
104         stream lock changes.
105
106 2005-11-21  Wim Taymans  <wim@fluendo.com>
107
108         * gst-libs/gst/audio/gstbaseaudiosink.c:
109         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
110         (gst_base_audio_sink_provide_clock),
111         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
112         (gst_base_audio_sink_change_state):
113         * gst/audioresample/gstaudioresample.c:
114         Segment update fix.
115
116 2005-11-21  Andy Wingo  <wingo@pobox.com>
117
118         * *.h:
119         * *.c: Ran scripts/update-macros. Oh yes.
120
121 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
122
123         * sys/ximage/Makefile.am:
124         * sys/ximage/ximage.c:
125           Rename ximage plugin to ximagesink (#321426) (Don't forget to
126           remove your old libgstximage.* manually if necessary).
127
128 2005-11-21  Michael Smith <msmith@fluendo.com>
129
130         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
131           Minimal fix for bug #320200: set the min/max bitrate in the correct
132           units. A better fix would be to upgrade to the RATEMANAGE2
133           interface, rather than using the deprecated interface used here, but
134           that would require an update in our libvorbis dependency (to 1.1),
135           which is probably undesirable.
136
137 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
138
139         * ext/libvisual/visual.c: (get_buffer):
140         * gst-libs/gst/audio/gstbaseaudiosrc.c:
141         (gst_base_audio_src_fixate):
142         * gst/audioconvert/gstaudioconvert.c:
143         (gst_audio_convert_fixate_caps):
144         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
145         * gst/audiotestsrc/gstaudiotestsrc.c:
146         (gst_audiotestsrc_src_fixate):
147         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
148         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
149         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
150         * gst/videotestsrc/gstvideotestsrc.c:
151         (gst_videotestsrc_src_fixate):
152         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
154         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
155         (#322027)
156
157
158 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
159
160         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
161         (gst_riff_create_iavs_caps):
162         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
163         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
164         (gst_riff_parse_info):
165         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
166         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
168           Fixes for GST_FOURCC_FORMAT API change.
169
170 2005-11-21  Andy Wingo  <wingo@pobox.com>
171
172         patch by: Alessandro Dessina <alessandro nnva org>
173
174         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
175         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
176         (gst_ogg_parse_chain):
177         * ext/theora/theoraenc.c (theora_set_header_on_caps):
178         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
179         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
180         gst_value_list calls on arrays. Fixes #321962.
181
182 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
183
184         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
185         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
186         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
187         * gst/adder/gstadder.c: (gst_adder_init),
188         (gst_adder_request_new_pad), (gst_adder_collected),
189         (gst_adder_change_state):
190           Update for gst_collectpads_foo() to gst_collect_pads_foo()
191           API change.
192
193 2005-11-21  Michael Smith <msmith@fluendo.com>
194
195         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
196         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
197           Properly handle pad_push return values.
198
199 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
200
201         * gst-libs/gst/tag/Makefile.am:
202         * gst-libs/gst/tag/gstvorbistag.c:
203         (gst_tag_list_to_vorbiscomment_buffer):
204           Remove obsolete vorbistag element and debug category.
205
206         * gst/playback/gstplaybasebin.c: (check_queue):
207           Don't divide by 0 when queue-threshold is 0.
208
209         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
210           Don't modify an existing pixel-aspect-ratio if we fail to read
211           a new one.
212
213 2005-11-20  Wim Taymans  <wim@fluendo.com>
214
215         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
216         (gst_vorbisenc_push_packet):
217         GST_PAD_IS_USABLE is gone, use the return value of
218         the push or pad_alloc_buffer instead.
219
220 2005-11-18  Julien MOUTTE  <julien@moutte.net>
221
222         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
223         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
224         (gst_ximagesink_ximage_destroy),
225         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
226         (gst_ximagesink_xwindow_new),
227         (gst_ximagesink_xwindow_update_geometry),
228         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
229         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
230         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
231         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
232         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
233         (gst_ximagesink_navigation_send_event),
234         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
235         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
236         (gst_ximagesink_finalize), (gst_ximagesink_init),
237         (gst_ximagesink_class_init):
238         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
239         This new version brings correct software scaling, non flickering
240         window while resizing, pixel aspect ratio handling, usage of
241         hardware buffer pools, out of data flow event thread for 
242         navigation and handling of expose events even when being PAUSED,
243         a new property to keep video aspect ratio when resizing, etc...
244
245 2005-11-18  Julien MOUTTE  <julien@moutte.net>
246
247         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
248         (gst_videoscale_fixate_caps): Introduce back caps fixate with
249         handling of PAR.
250
251 2005-11-18    <bilboed@dvdsrc.fluendo.com>
252
253         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
254         Unsetting IS_SINK flag from the fakesink, so decodebin
255         never behaves as a sink.
256
257 2005-11-17  Wim Taymans  <wim@fluendo.com>
258
259         * gst-libs/gst/audio/gstbaseaudiosrc.c:
260         (gst_base_audio_src_change_state):
261         Fix the audiosrc base class again, we did not unflush.
262
263 2005-11-17  Julien MOUTTE  <julien@moutte.net>
264
265         * examples/seeking/seek.c: (make_dv_pipeline),
266         (make_vorbis_theora_pipeline), (make_avi_pipeline),
267         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
268         to ogg/vorbis/theora pipeline.
269
270 2005-11-17  Wim Taymans  <wim@fluendo.com>
271
272         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
273         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
274         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
275         Fix EOS on multiple streams.
276         More debugging.
277
278 2005-11-16  Wim Taymans  <wim@fluendo.com>
279
280         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
281         (gst_ogg_demux_perform_seek):
282         Segment done must include stream time.
283
284         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
285         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
286         (gst_ogg_mux_change_state):
287         Fix ogg muxer again.
288
289 2005-11-16  Wim Taymans  <wim@fluendo.com>
290
291         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
292         Fix compile again.
293
294 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
295
296         * ext/libvisual/visual.c: (gst_visual_init):
297         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
298         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
299         (gst_ogg_parse_chain):
300         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
301         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
302         * ext/theora/theoradec.c: (gst_theora_dec_init):
303         * ext/theora/theoraenc.c: (gst_theora_enc_init):
304         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
305         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
306         * gst/adder/gstadder.c: (gst_adder_class_init),
307         (gst_adder_dispose):
308         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
309         * gst/subparse/gstsubparse.c: (gst_subparse_init):
310         * gst/videorate/gstvideorate.c: (gst_videorate_init):
311           Fix a whole set of pad template leaks
312
313 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
314
315         * check/generic/states.c: (GST_START_TEST):
316           fix the test so that it only checks for elements that are part of
317           this source module
318
319 2005-11-16  Michael Smith <msmith@fluendo.com>
320
321         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
322         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
323         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
324         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
325         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
326         (gst_ogg_mux_change_state):
327           Fix leaking collectpads.
328
329 2005-11-16  Edward Hervey  <edward@fluendo.com>
330
331         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
332         (gst_videorate_event), (gst_videorate_chain):
333         Handle segment seeks
334
335 2005-11-16  Wim Taymans  <wim@fluendo.com>
336
337         * gst-libs/gst/audio/gstbaseaudiosink.c:
338         (gst_base_audio_sink_provide_clock),
339         (gst_base_audio_sink_change_state):
340         Set ringbuffer to non-flushing when going to PAUSED, set to
341         flushing again when going to READY.
342
343         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
344         (gst_ring_buffer_stop):
345         Start in flushing mode by default.
346         Don't set flushing in the _stop method, let the app call
347         this explicitly.
348
349 2005-11-16  Julien MOUTTE  <julien@moutte.net>
350
351         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
352         * gst-libs/gst/video/videosink.h: Add helper function needed
353         for video sinks.
354
355 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
356
357         * gst/videoscale/gstvideoscale.c:
358         (gst_videoscale_handle_src_event):
359           Don't leak reference to pad parent.
360
361 2005-11-16  Wim Taymans  <wim@fluendo.com>
362
363         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
364         Set ringbuffer to flushing when stopping so that we don't
365         block on wait_segment anymore and livelock.
366
367 2005-11-16  Wim Taymans  <wim@fluendo.com>
368
369         * examples/seeking/seek.c: (send_event), (do_seek),
370         (loop_toggle_cb), (segment_done), (main):
371         Added looping checkbox.
372
373 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
374
375         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
376         (gst_ogg_demux_init):
377         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
378         (gst_vorbis_dec_init):
379           revert unrefs, they don't pass make check
380
381 2005-11-15  Johan Dahlin  <johan@gnome.org>
382
383         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
384         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
385         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
386         (gst_vorbis_dec_init):
387         Fix pad template leaks. 
388
389 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
390
391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
392           Make state change function thread safe.
393
394 2005-11-15  Edward Hervey  <edward@fluendo.com>
395
396         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
397         (gst_ogg_demux_class_init):
398         Implement GstElement::send_event, so we can send seek events
399         in GST_STATE_READY
400
401 2005-11-14  Julien MOUTTE  <julien@moutte.net>
402
403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
404         Discovered how to take away flickering while resizing the
405         window. Please don't put that in ximagesink, refactoring in
406         progress.
407
408 2005-11-14  Michael Smith <msmith@fluendo.com>
409
410         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
411         (gst_multifdsink_render):
412           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
413
414 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
415
416         * gst/playback/gstplaybin.c: (gen_audio_element):
417           Use autoaudiosink, it tends to be more widely available than
418           autoaudiiosink.
419           
420 2005-11-14  Andy Wingo  <wingo@pobox.com>
421
422         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
423         as well if it is available. Fixes #316442.
424
425 2005-11-14  Michael Smith <msmith@fluendo.com>
426
427         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
428         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
429         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
430         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
431         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
432         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
433         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
434         (gst_vorbisenc_change_state):
435           Fix a small memory leak in vorbisenc.
436           Fix large memory leaks in oggmux, also fix lots of state change
437           bugs in oggmux.
438
439 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
440
441         * gst/videotestsrc/gstvideotestsrc.c:
442         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
443         (gst_videotestsrc_src_fixate):
444           move fixation to a fixate function
445           remove negotiate function, basesrc's is good enough
446           fixes a bug for check when using the element alone
447
448 2005-11-13  Edward Hervey  <edward@fluendo.com>
449
450         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
451         (key_toggle_cb), (main):
452         Added checkboxes for adding/removing the accurate and key_unit seek
453         flags.
454
455 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
456
457         * configure.ac: back to HEAD
458
459 === release 0.9.5 ===
460
461 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
462
463         * configure.ac:
464           releasing 0.9.5, "No No Kia"
465
466 2005-11-11  Edward Hervey  <edward@fluendo.com>
467
468         * examples/seeking/seek.c: (make_parselaunch_pipeline):
469         Added parse-launch syntax seeking mode for the seeking example.
470         This should help stress-test even more cases.
471         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
472
473 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
474
475         * sys/xvimage/xvimagesink.c:
476         (gst_xvimagesink_navigation_send_event):
477           Check whether peer pad exists before sending navigation events
478           to it.
479
480 2005-11-11  Michael Smith <msmith@fluendo.com>
481
482         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
483         (gst_vorbisenc_buffer_from_packet):
484         * ext/vorbis/vorbisenc.h:
485           Set duration on encoded buffers. This allows oggmux's
486           max_page_delay parameter to actually work.
487
488 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
489
490         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
491         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
492         (gst_ffmpegcsp_avpicture_fill):
493         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
494         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
495           Make palettes work again (see #132341). Use our own macros
496           for rounding up.
497
498 2005-11-10  Andy Wingo  <wingo@pobox.com>
499
500         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
501         string doober.
502
503 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
504
505         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
506         (gst_ffmpegcsp_transform_caps):
507           Prefer passthrough in transform_caps
508
509 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
510
511         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
512           check for ALSA errors properly, instead of relying on ALSA's
513           error strings to serve to the user.
514
515 2005-11-10  Wim Taymans  <wim@fluendo.com>
516
517         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
518         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
519         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
520         Modernise the seek code.
521
522 2005-11-10  Michael Smith <msmith@fluendo.com>
523         
524         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
525         (setup_substreams), (set_active_source):
526           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
527           trying to go to NULL if we failed to read a file.
528
529 2005-11-10  Wim Taymans  <wim@fluendo.com>
530
531         * gst/audiotestsrc/gstaudiotestsrc.c:
532         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
533         (gst_audiotestsrc_create):
534         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
535         (gst_sinesrc_get_times), (gst_sinesrc_create):
536         * gst/videotestsrc/gstvideotestsrc.c:
537         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
538         (gst_videotestsrc_create):
539         The base class can now sync for us.
540
541 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
542
543         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
544           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
545           name=source autoprobe=false autoprobe-fps=false copy-mode=1
546           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
547           format=(fourcc)I420" ! xvimagesink
548
549 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
550
551         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
552         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
553         (gst_sinesrc_newsegment):
554           Send newsegment event in TIME format, set duration if
555           num-buffers is set, fix duration querying.
556
557 2005-11-10  Michael Smith <msmith@fluendo.com>
558
559         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
560         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
561         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
562         (gst_ogg_mux_collected):
563          Fix EOS handling, partially. Now forwarding an EOS event once we have
564          EOS on all pads works correctly. However, we still don't properly set
565          EOS on the actual ogg stream pages.
566
567 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
568
569         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
570           Set elements to NULL state before disposing of them.
571
572 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
573
574         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
575
576         * gst-libs/gst/rtp/gstbasertpdepayload.c:
577         (gst_base_rtp_depayload_init),
578         (gst_base_rtp_depayload_set_gst_timestamp):
579         * gst-libs/gst/rtp/gstbasertpdepayload.h:
580           We need to send a newsegment event for each instance, not
581           just for the first instance of this class (get rid of
582           static variable in function). (#321011).
583           
584 2005-11-08  Michael Smith <msmith@fluendo.com>
585
586         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
587         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
588         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
589         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
590           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
591           This makes us mux things correctly according to the ogg muxing
592           rules. Still not handling EOS correctly right now, though.
593
594 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
595
596         * gst/audioconvert/gstaudioconvert.c:
597           Fix typo in docs. 
598
599 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
600
601         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
602         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
603           Initialise segment_stop to GST_CLOCK_TIME_NONE when
604           creating a new chain; should fix live streaming. Also
605           add more debug output and fix a typo.
606
607 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
608
609         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
610
611         * gst/volume/gstvolume.c: (volume_set_caps):
612           Fix compilation on Solaris with Forte. (#320923)
613
614 2005-11-08  Wim Taymans  <wim@fluendo.com>
615
616         * gst-libs/gst/audio/gstbaseaudiosink.c:
617         (gst_base_audio_sink_render):
618         No need to do a typecheck.
619
620 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
621
622         * ext/alsa/gstalsa.h:
623           We register a debug category, so let's use it.
624
625 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
626
627         * gst-libs/gst/rtp/gstbasertpdepayload.c:
628         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
629         Fixed a small problem.
630
631 2005-11-04  Wim Taymans  <wim@fluendo.com>
632
633         * examples/seeking/Makefile.am:
634         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
635         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
636         (make_playerbin_pipeline), (format_value), (update_scale),
637         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
638         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
639         (print_usage), (main):
640         Added app for playback speed testing.
641
642         * examples/seeking/seek.c: (dynamic_link),
643         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
644         (make_mpeg_pipeline), (do_seek), (set_update_scale),
645         (message_received), (main):
646         Updated seek example.
647
648 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
649
650         * gst-libs/gst/rtp/gstbasertpdepayload.c:
651         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
652         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
653         (gst_base_rtp_depayload_set_clock):
654         * gst-libs/gst/rtp/gstbasertpdepayload.h:
655         Don't sleep on the bench (system clock) when you have a nice 
656         comfortable bed (Gstreamer clock) to sleep on.
657
658 2005-11-03  Wim Taymans  <wim@fluendo.com>
659
660         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
661         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
662         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
663         Handle the case where a pad_block failed.
664
665 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
666
667         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
668
669         * gst-libs/gst/rtp/gstbasertpdepayload.c:
670         (gst_base_rtp_depayload_add_to_queue),
671         (gst_base_rtp_depayload_push),
672         (gst_base_rtp_depayload_set_gst_timestamp),
673         (gst_base_rtp_depayload_queue_release):
674           Fixes some bugs in the depayloader's queuing/de-queueing code.
675
676 2005-10-31  Michael Smith <msmith@fluendo.com>
677
678         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
679         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
680         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
681           Patch from Alessandro Decina <alessandro@nnva.org>.
682           Make oggdemux only find the final time in a chain, not per-pad,
683           since the per-pad information can be very expensive to locate, and
684           it isn't used anywhere. This makes reading a file containing
685           OggSkeleton reasonably fast.
686           Also, make chain finding work when there are logical bitstreams that
687           can't be decoded. Fixes #319110.
688
689 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
690
691         * gst-libs/gst/rtp/gstbasertpdepayload.c:
692         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
693         (gst_base_rtp_depayload_chain),
694         (gst_base_rtp_depayload_add_to_queue),
695         (gst_base_rtp_depayload_push),
696         (gst_base_rtp_depayload_set_gst_timestamp),
697         (gst_base_rtp_depayload_queue_release),
698         (gst_base_rtp_depayload_start_thread),
699         (gst_base_rtp_depayload_set_property),
700         (gst_base_rtp_depayload_get_property):
701         * gst-libs/gst/rtp/gstbasertpdepayload.h:
702         Some random fixes, to fullfill the desires of thomas.
703
704 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
705
706         * gst-libs/gst/rtp/gstbasertpdepayload.c:
707         (gst_base_rtp_depayload_add_to_queue),
708         (gst_base_rtp_depayload_push):
709         Fixed the queueing algorithm.
710
711 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
712
713         * gst-libs/gst/rtp/gstbasertpdepayload.c:
714         (gst_base_rtp_depayload_push):
715         A small fix
716
717 2005-10-31  Wim Taymans  <wim@fluendo.com>
718
719         * gst-libs/gst/audio/gstringbuffer.h:
720         Don't break ABI.
721
722         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
723         (gst_ffmpeg_caps_to_pixfmt):
724         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
725         (gst_ffmpegcsp_set_caps):
726         Some more comments.
727         Handle missing required caps fields better.
728
729 2005-10-31  Wim Taymans  <wim@fluendo.com>
730
731         * gst-libs/gst/audio/gstbaseaudiosink.c:
732         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
733         (gst_base_audio_sink_render):
734         * gst-libs/gst/audio/gstringbuffer.c:
735         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
736         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
737         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
738         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
739         (gst_ring_buffer_read):
740         * gst-libs/gst/audio/gstringbuffer.h:
741         Add flushing mode to the ringbuffer so that it in all cases does
742         not try to handle more audio. This makes sure it does not try to
743         block anymore when flushing and fixes a livelock.
744
745 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
746
747         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
748         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
749         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
750           Explicitly check for -1 values before doing a conversion
751           and always map them to -1. (#315545)
752
753 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
754
755         * gst/playback/gstplaybin.c: (gen_video_element):
756           first try autovideosink, then xvimagesink, then error out
757         * po/POTFILES.in:
758           add translatable file
759         * po/af.po:
760         * po/az.po:
761         * po/cs.po:
762         * po/en_GB.po:
763         * po/hu.po:
764         * po/it.po:
765         * po/nb.po:
766         * po/nl.po:
767         * po/or.po:
768         * po/sq.po:
769         * po/sr.po:
770         * po/sv.po:
771         * po/uk.po:
772         * po/vi.po:
773           update translations
774
775 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
776
777         * gst-libs/gst/rtp/gstbasedepayload.c:
778         * gst-libs/gst/rtp/gstbasedepayload.h:
779           Minor cleanups
780
781 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
782
783         * gst/playback/.cvsignore:
784         * gst/playback/decodetest.c:
785         * gst/playback/test3.c:
786           Port these two tests as well.
787
788 2005-10-27  Wim Taymans  <wim@fluendo.com>
789
790         * ext/theora/theoradec.c: (theora_dec_src_query),
791         (theora_dec_sink_event):
792         * ext/theora/theoraenc.c: (theora_enc_sink_event),
793         (theora_enc_change_state):
794         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
795         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
796         Take proper locks when handling events.
797
798 2005-10-27  Wim Taymans  <wim@fluendo.com>
799
800         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
801         (gst_adder_change_state):
802         Fix timestamps and fix deadlock when stopping the collectpads.
803
804 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
805
806         * gst-libs/gst/rtp/gstrtpbuffer.h:
807         Declaring the payload types as strings too so that they can be used
808         in the padtemplate inialization.
809
810 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
811
812         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
813
814         * gst-libs/gst/rtp/gstbasertpdepayload.c:
815         (gst_base_rtp_depayload_class_init):
816         Fixes a small but nasty bug. The derived elements no longer segfaults
817         on finalization.
818
819 2005-10-26  Michael Smith <msmith@fluendo.com>
820
821         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
822           When clearing an audioconvert context, set tmpbufsize to zero, so
823           we'll allocate it again later if required.
824           This fixes audioconvert re-negotiating formats, which previously
825           segfaulted with a NULL destination buffer.
826
827 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
828
829         * gst-libs/gst/rtp/gstbasertpdepayload.c:
830         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
831         (gst_base_rtp_depayload_set_gst_timestamp),
832         (gst_base_rtp_depayload_queue_release):
833         Fixed a smalll memleak.
834
835 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
836         * gst-libs/gst/rtp/gstbasertpdepayload.c:
837         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
838         (gst_base_rtp_depayload_finalize),
839         (gst_base_rtp_depayload_setcaps),
840         (gst_base_rtp_depayload_add_to_queue),
841         (gst_base_rtp_depayload_push),
842         (gst_base_rtp_depayload_set_gst_timestamp),
843         (gst_base_rtp_depayload_queue_release),
844         (gst_base_rtp_depayload_thread),
845         (gst_base_rtp_depayload_change_state):
846         * gst-libs/gst/rtp/gstbasertpdepayload.h:
847         Changed the C++ comments to C comments
848
849 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
850
851         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
852         * gst/tcp/gsttcpclientsrc.h:
853         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
854         * gst/tcp/gsttcpserversrc.h:
855           Remove unused 'curoffset' structure member.
856
857 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
858
859         * gst-libs/gst/rtp/gstbasertpdepayload.c:
860         (gst_base_rtp_depayload_base_init),
861         (gst_base_rtp_depayload_finalize):
862         * gst-libs/gst/rtp/gstbasertpdepayload.h:
863         * gst-libs/gst/rtp/gstbasertppayload.h:
864           The pad-template on the sinkpad should be set by the derived classes.
865           Also added some useful macros.
866
867 2005-10-24  Wim Taymans  <wim@fluendo.com>
868
869         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
870         Correctly flush decoder samples even if we could not
871         copy them to an output buffer. Fixes #319618.
872
873 2005-10-24  Julien MOUTTE  <julien@moutte.net>
874
875         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
877         the caps against our xcontext caps.
878
879 2005-10-24  Wim Taymans  <wim@fluendo.com>
880
881         * gst-libs/gst/audio/gstbaseaudiosink.c:
882         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
883         Remove g_print
884         Use sync property from baseclass to disable sync.
885
886 2005-10-24  Wim Taymans  <wim@fluendo.com>
887
888         * gst-libs/gst/audio/gstbaseaudiosink.c:
889         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
890         Buffers with no timestamps get aligned with previous buffers or
891         on underrun, played ASAP.
892
893 2005-10-24  Julien MOUTTE  <julien@moutte.net>
894
895         * gst-libs/gst/video/video.h:
896         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
897         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
898         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
899         here comes my change on caps for framerate and geometry range.
900         We are now accepting 1 to MAXINT for width and height, and from
901         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
902         to be blended correctly in videomixer.
903
904 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
905
906         * configure.ac:
907           back to HEAD
908
909 === release 0.9.4 ===
910
911 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
912
913         * NEWS:
914         * RELEASE:
915         * configure.ac:
916           releasing 0.9.4, "Velociraptor"
917
918 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
919
920         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
921         * po/POTFILES.in:
922           STOPPED -> FAILED
923
924 2005-10-21  Wim Taymans  <wim@fluendo.com>
925
926         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
927         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
928         (pad_blocked), (close_pad_link), (new_pad):
929         Don't try to remove elements twice.
930
931 2005-10-21  Wim Taymans  <wim@fluendo.com>
932
933         * ext/theora/theoradec.c: (theora_dec_src_query),
934         (theora_dec_sink_event):
935         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
936         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
937         (vorbis_handle_data_packet):
938         * ext/vorbis/vorbisdec.h:
939         Fix old naming.
940
941         * gst-libs/gst/audio/gstbaseaudiosink.c:
942         (gst_base_audio_sink_render):
943         Don't try to sync on buffers without a timestamp.
944
945 2005-10-21  Wim Taymans  <wim@fluendo.com>
946
947         * ext/theora/theoradec.c: (theora_dec_src_query),
948         (theora_dec_sink_event):
949         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
950         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
951         (vorbis_handle_data_packet):
952         * ext/vorbis/vorbisdec.h:
953         Fix old naming.
954
955 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
956
957         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
958         (gst_vorbisenc_src_query):
959           Implement position and duration queries.
960
961         * gst/playback/test3.c: (update_scale), (main):
962           Fix for async state changes and print nicer output.
963
964 2005-10-20  Wim Taymans  <wim@fluendo.com>
965
966         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
967         (dump_element_stats), (main):
968         * gst/playback/test6.c: (main):
969         Fix tests again
970
971 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
972
973         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
974         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
975           Don't use functions for position queries when handling
976           duration queries.
977
978 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
979
980         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
981         (vorbis_handle_data_packet), (vorbis_dec_chain),
982         (vorbis_dec_change_state):
983         * ext/vorbis/vorbisdec.h:
984           Vorbis streams can be embedded in other container formats
985           than ogg, container formats where the demuxer might set 
986           timestamps on encoded vorbis buffers instead of those silly 
987           granulepos thingies. In short: make vorbisdec handle 
988           timestamps on incoming buffers as well.
989
990 2005-10-20  Wim Taymans  <wim@fluendo.com>
991
992         * gst/playback/gstplaybasebin.c: (group_destroy),
993         (gst_play_base_bin_change_state):
994         Fix leak.
995         Handle case where playbasebin is now ASYNC because
996         decodebin is.
997
998 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
999
1000         * gst/audioconvert/Makefile.am:
1001         * gst/audioconvert/bufferframesconvert.c:
1002         * gst/audioconvert/plugin.c: (plugin_init):
1003         * gst/audioconvert/plugin.h:
1004           And bye bye buffer-frames-convert
1005
1006 2005-10-19  Wim Taymans  <wim@fluendo.com>
1007
1008         * check/elements/audioconvert.c:
1009         * docs/libs/tmpl/gstaudio.sgml:
1010         * docs/libs/tmpl/gstcolorbalance.sgml:
1011         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1012         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1013         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1014         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1015         * gst-libs/gst/audio/audio.h:
1016         * gst/audioconvert/audioconvert.h:
1017         * gst/audioconvert/gstaudioconvert.c:
1018         (gst_audio_convert_parse_caps):
1019         * gst/volume/gstvolume.c:
1020         Bye bye buffer-frames.
1021
1022 2005-10-19  Wim Taymans  <wim@fluendo.com>
1023
1024         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1025         (query_positions_elems), (query_positions_pads), (update_scale),
1026         (do_seek), (set_update_scale), (message_received), (main):
1027         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1028         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1029         (gst_ogg_demux_loop):
1030         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1031         * ext/theora/theoradec.c: (theora_dec_src_query),
1032         (theora_dec_sink_event):
1033         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1034         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1035         * gst/adder/gstadder.c: (gst_adder_query):
1036         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1037         * gst/playback/test3.c: (update_scale):
1038         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1039         (dump_element_stats), (main):
1040         * gst/playback/test6.c: (main):
1041         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1042         Query API update.
1043
1044 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1045
1046         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1047         (xml_check_first_element), (xml_type_find), (smil_type_find),
1048         (plugin_init):
1049           Add typefinding for SMIL and for generic XML. Based on patch by
1050           Akos Maroy (#308663).
1051
1052 2005-10-18  Wim Taymans  <wim@fluendo.com>
1053
1054         * gst/playback/Makefile.am:
1055         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1056         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1057         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1058         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1059         (gst_decode_bin_change_state):
1060         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1061         (gst_play_bin_send_event_to_sink):
1062         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1063         (dump_element_stats), (main):
1064         * gst/playback/test6.c: (main):
1065         Make playbin async, it'll commit state to paused when all streams
1066         are detected.
1067         Remove ugly hack.
1068         Added test6.c to show async behaviour.
1069
1070 2005-10-18  Wim Taymans  <wim@fluendo.com>
1071
1072         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1073         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1074         Fix for segment-start/stop API change.
1075
1076 2005-10-18  Wim Taymans  <wim@fluendo.com>
1077
1078         * check/Makefile.am:
1079         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1080         (main):
1081         Add future test for clock selection.
1082
1083 2005-10-18  Wim Taymans  <wim@fluendo.com>
1084
1085         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1086         (gst_alsasink_close):
1087         Set handle to NULL.
1088
1089         * gst-libs/gst/audio/gstringbuffer.c:
1090         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1091         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1092         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1093         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1094         (gst_ring_buffer_read):
1095         More debug info.
1096
1097 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1098
1099         * gst/audiotestsrc/Makefile.am:
1100         * gst/sine/Makefile.am:
1101         * gst/volume/Makefile.am:
1102           fix broken build of controllerized plugins
1103
1104 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1105
1106         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1107
1108         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1109         (gst_riff_create_video_template_caps):
1110           Add support for Indeo-3 (IV32).
1111
1112 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1113
1114         * configure.ac:
1115           rewrite
1116
1117 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1118
1119         * gst-libs/gst/video/video.c: (gst_video_get_size):
1120         * gst/audiotestsrc/gstaudiotestsrc.c:
1121           doc updates
1122
1123 2005-10-17  Andy Wingo  <wingo@pobox.com>
1124
1125         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1126         with the collectpads change.
1127         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1128
1129         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1130
1131         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1132
1133         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1134         alloc_buffer flow return to callers.
1135         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1136         change. Fix some memleaks in theoraenc.
1137
1138         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1139         in strange circumstance.
1140
1141 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1142
1143         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1144         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1145         from caps, let's use the caps...
1146
1147 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1148
1149         * configure.ac:
1150           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1151
1152 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1153
1154         * gst-libs/gst/interfaces/Makefile.am:
1155           fix silly typo
1156
1157 2005-10-16  Andy Wingo  <wingo@pobox.com>
1158
1159         * gst/playback/gstdecodebin.c
1160         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1161         function!
1162         (try_to_link_1): Increase kraziness level.
1163
1164 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1165
1166         * configure.ac:
1167           restructure like the core one
1168         * gst-libs/gst/audio/Makefile.am:
1169         * gst-libs/gst/interfaces/Makefile.am:
1170         * gst-libs/gst/net/Makefile.am:
1171         * gst-libs/gst/riff/Makefile.am:
1172         * gst-libs/gst/rtp/Makefile.am:
1173         * gst-libs/gst/tag/Makefile.am:
1174         * gst-libs/gst/video/Makefile.am:
1175           use correct linker flags, now the libs are properly versioned
1176         * check/elements/audioconvert.c: (verify_convert):
1177         * ext/alsa/gstalsaplugin.c:
1178         * ext/cdparanoia/gstcdparanoia.c:
1179         * ext/gnomevfs/gstgnomevfs.c:
1180         * ext/libvisual/visual.c:
1181         * ext/ogg/gstogg.c:
1182         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1183         * ext/theora/theora.c:
1184         * ext/vorbis/vorbis.c:
1185         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1186         * gst-libs/gst/tag/gsttagediting.c:
1187         * gst-libs/gst/video/video.c:
1188         * gst/adder/gstadder.c:
1189         * gst/audioconvert/plugin.c:
1190         * gst/audiorate/gstaudiorate.c:
1191         * gst/audioresample/gstaudioresample.c:
1192         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1193         * gst/audioscale/gstaudioscale.c:
1194         * gst/audioscale/resample.c:
1195         * gst/audiotestsrc/gstaudiotestsrc.c:
1196         * gst/ffmpegcolorspace/gstffmpeg.c:
1197         * gst/playback/gstdecodebin.c: (close_pad_link):
1198         * gst/playback/gstplaybin.c: (gen_video_element),
1199         (gen_audio_element):
1200         * gst/sine/gstsinesrc.c:
1201         * gst/subparse/gstsubparse.c:
1202         * gst/tags/gsttagediting.c:
1203         * gst/tcp/gsttcpplugin.c:
1204         * gst/typefind/gsttypefindfunctions.c:
1205         * gst/videorate/gstvideorate.c:
1206         * gst/videoscale/gstvideoscale.c:
1207         * gst/videotestsrc/gstvideotestsrc.c:
1208         * gst/volume/gstvolume.c:
1209         * sys/v4l/gstv4l.c:
1210         * sys/ximage/ximage.c:
1211         * sys/xvimage/xvimagesink.c:
1212           fix up defines
1213
1214 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1215
1216         * ext/vorbis/vorbisenc.c:
1217         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1218         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1219         (gst_tag_to_vorbis_comments):
1220           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1221
1222 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1223
1224         * examples/stats/mp2ogg.c:
1225         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1226           typo fixes
1227
1228 2005-10-13  Michael Smith <msmith@fluendo.com>
1229
1230         * ext/ogg/gstoggmux.c:
1231           Use magic glib macros to define constants as 64 bit, to ensure
1232           appropriate vararg passing.
1233
1234 2005-10-13  Michael Smith <msmith@fluendo.com>
1235
1236         * ext/ogg/gstoggmux.c:
1237         * gst/audioconvert/audioconvert.c: (float):
1238           Don't use LL suffix, as it's not portable, and neither of these
1239           uses required it anyway.
1240
1241 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1242
1243         * examples/indexing/indexmpeg.c: (main):
1244         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1245         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1246         (cdparanoia_convert), (cdparanoia_query):
1247         * ext/cdparanoia/gstcdparanoia.h:
1248         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1249         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1250         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1251         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1252         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1253         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1254         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1255         (gst_multifdsink_render), (gst_multifdsink_start),
1256         (gst_multifdsink_stop):
1257         * gst/tcp/gstmultifdsink.h:
1258         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1259         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1260         (gst_tcpclientsink_stop):
1261         * gst/tcp/gsttcpclientsink.h:
1262         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1263         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1264         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1265         * gst/tcp/gsttcpclientsrc.h:
1266         * gst/tcp/gsttcpserversink.h:
1267         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1268         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1269         (gst_tcpserversrc_stop):
1270         * gst/tcp/gsttcpserversrc.h:
1271         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1272         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1273         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1274           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1275           moved bitshift from macro to enum definition
1276
1277 2005-10-12  Wim Taymans  <wim@fluendo.com>
1278
1279         * examples/seeking/Makefile.am:
1280         Oops.
1281
1282 2005-10-12  Wim Taymans  <wim@fluendo.com>
1283
1284         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1285         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1286         Don't assert on normal stuff.
1287
1288         * gst/playback/gstplaybin.c: (do_playbin_seek):
1289         API fix.
1290
1291 2005-10-12  Wim Taymans  <wim@fluendo.com>
1292
1293         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1294         * examples/seeking/Makefile.am:
1295         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1296         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1297         (do_seek), (set_update_scale), (message_received), (main):
1298         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1299         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1300         Update for _get_state() API change.
1301
1302 2005-10-11  Wim Taymans  <wim@fluendo.com>
1303
1304         * gst-libs/gst/audio/gstbaseaudiosink.c:
1305         (gst_base_audio_sink_render):
1306         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1307         (gst_base_audio_src_create):
1308         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1309         (gst_ring_buffer_read):
1310         Cleanups.
1311         Commit and read from ringbuffer in samples rather than bytes.
1312
1313 2005-10-11  Wim Taymans  <wim@fluendo.com>
1314
1315         * gst-libs/gst/audio/gstbaseaudiosink.c:
1316         (gst_base_audio_sink_render):
1317         Respect segment rate and accum when scheduling samples.
1318
1319 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1320
1321         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1322         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1323         EOS correctly, that needs more work.
1324
1325 2005-10-11  Wim Taymans  <wim@fluendo.com>
1326
1327         * check/generic/states.c: (GST_START_TEST):
1328         remove old property.
1329
1330         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1331         (gst_ogg_demux_perform_seek):
1332         * ext/theora/theoradec.c: (theora_dec_sink_event):
1333         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1334         (vorbis_handle_data_packet):
1335         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1336         (gst_base_rtp_depayload_set_gst_timestamp):
1337         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1338         Update for newsegment API change.
1339
1340 2005-10-11  Michael Smith <msmith@fluendo.com>
1341
1342         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1343         (do_playbin_seek), (gst_play_bin_send_event):
1344           Override send_event differently, so that we can takes bits of
1345           functionality from GstPipeline (special handling for seeks,
1346           including pausing/resuming, and resetting stream time) and still get
1347           the appropriate behaviour of only forwarding event to a single sink,
1348           rather than all of them.
1349           Unfortunately requires a lot of code duplication, but the
1350           alternatives are equally ugly in the end.
1351
1352 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1353
1354         * check/elements/audioconvert.c: (setup_audioconvert),
1355         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1356         (GST_START_TEST), (audioconvert_suite):
1357           clean up tests a little, fix some leaks.
1358
1359 2005-10-10  Wim Taymans  <wim@fluendo.com>
1360
1361         * ext/alsa/gstalsasink.c:
1362         Also allow unsigned int.
1363
1364         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1365         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1366         Small cleanup
1367
1368 2005-10-10  Wim Taymans  <wim@fluendo.com>
1369
1370         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1371         Small update, use API as stated in design docs.
1372
1373         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1374         (update_scale), (do_seek), (seek_cb), (set_update_scale),
1375         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
1376         (message_received), (main):
1377         Updated seek example for GOption. Some usability improvements.
1378
1379 2005-10-10  Wim Taymans  <wim@fluendo.com>
1380
1381         * gst/audioconvert/audioconvert.h:
1382         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
1383         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
1384         Alloc temp storage somewhere else where we can do it more
1385         portable.
1386
1387 2005-10-10  Wim Taymans  <wim@fluendo.com>
1388
1389         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
1390         (gst_tcpserversrc_start):
1391         Don't block in accept while doing the state change, move
1392         to poll and make cancellable.
1393
1394 2005-10-09  Philippe Khalaf <burger@speedy.org>
1395
1396         * gst-libs/gst/rtp/rtpbasedepayload.c:
1397         Set timestamp and add queue delay to timestamp
1398         * gst-libs/gst/rtp/rtpbuffer.h:
1399         Set correct payload type for h263
1400
1401 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1402
1403         * gst/audiotestsrc/gstaudiotestsrc.c:
1404         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
1405         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
1406         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
1407         (gst_audiotestsrc_create_triangle),
1408         (gst_audiotestsrc_create_silence),
1409         (gst_audiotestsrc_create_white_noise),
1410         (gst_audiotestsrc_init_pink_noise),
1411         (gst_audiotestsrc_generate_pink_noise_value),
1412         (gst_audiotestsrc_create_pink_noise),
1413         (gst_audiotestsrc_change_wave):
1414         * gst/audiotestsrc/gstaudiotestsrc.h:
1415           fixed typo, added pink noise
1416
1417 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1418
1419         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
1420         (plugin_init):
1421           Add wavpack and spc typefind functions from 0.8 branch.
1422
1423 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1424
1425         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
1426         (ar_type_find), (msdos_type_find), (plugin_init):
1427           Add typefind functions for tar archives, ar archives,
1428           RAR archives, and msdos-executables (dlls, exe, etc.).
1429           Some of those would be wrongly identified as mpeg
1430           streams of some sort before (#315550).
1431
1432 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1433
1434         * configure.ac:
1435         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1436         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1437         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
1438         * gst/audiotestsrc/Makefile.am:
1439         * gst/audiotestsrc/gstaudiotestsrc.c:
1440         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
1441         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
1442         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
1443         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
1444         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
1445         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
1446         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
1447         (gst_audiotestsrc_create_silence),
1448         (gst_audiotestsrc_create_white_noise),
1449         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
1450         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
1451         (gst_audiotestsrc_start), (plugin_init):
1452         * gst/audiotestsrc/gstaudiotestsrc.h:
1453           add new plugin and element
1454         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
1455           use gobject_class
1456
1457 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1458
1459         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
1460         (gst_adder_init), (gst_adder_request_new_pad),
1461         (gst_adder_change_state):
1462           Add query function to source pad, so adder reports the correct
1463           time/sample position when queried (#315457); fix state change
1464           function; use GST_DEBUG_FUNCPTR() for pad functions.
1465
1466 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1467
1468         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
1469           Fix leaks in typefind registration
1470           Clean up the gratuitous commenting and whitespacing a little
1471
1472 2005-10-08  Wim Taymans  <wim@fluendo.com>
1473
1474         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1475         Only actually wait for the thread to be stopped if it's 
1476         running.
1477
1478 2005-10-08  Wim Taymans  <wim@fluendo.com>
1479
1480         * gst-libs/gst/audio/gstbaseaudiosink.c:
1481         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1482         If we receive EOS we can start playback of what we had.
1483
1484 2005-10-08  Wim Taymans  <wim@fluendo.com>
1485
1486         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1487         (gst_multifdsink_finalize), (multifdsink_hash_remove),
1488         (gst_multifdsink_stop):
1489         Fix crasher when going to NULL multiple times.
1490
1491 2005-10-06  Wim Taymans  <wim@fluendo.com>
1492
1493         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
1494         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1495         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1496         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
1497         patch from Edgard Lima <edgard.lima@indt.org.br>
1498         Fixed gstbaseaudiosrc adding ring buffer sync to it.
1499
1500 2005-10-06  Wim Taymans  <wim@fluendo.com>
1501
1502         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1503         Report the FLOW_RETURN as string in the error message.
1504
1505         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
1506         Don't assert when clearing an unnegotiated buffer.
1507
1508 2005-10-04  Michael Smith <msmith@fluendo.com>
1509
1510         * gst/playback/gstplaybasebin.c: (group_destroy),
1511         (gen_preroll_element), (remove_groups), (setup_source):
1512         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
1513         (setup_sinks), (gst_play_bin_send_event),
1514         (gst_play_bin_change_state):
1515           Set state to NULL before removing from bin. Fix refcounting.
1516
1517 2005-10-04  Michael Smith <msmith@fluendo.com>
1518
1519         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
1520           Correct refcounting in send_event() function. Previously was wrong
1521           if the first sink was unable to handle the event.
1522
1523 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1524
1525         * configure.ac:
1526           back to development
1527
1528 === release 0.9.3 ===
1529
1530 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1531
1532         * configure.ac:
1533           Releasing 0.9.3, "De Facto"
1534
1535 2005-10-03  Andy Wingo  <wingo@pobox.com>
1536
1537         * gst/playback/gstdecodebin.c (try_to_link_1)
1538         (remove_element_chain): set element to NULL before removing it.
1539
1540 2005-10-02  Johan Dahlin  <johan@gnome.org>
1541
1542         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
1543         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
1544         MT safe.
1545
1546 2005-10-02  Andy Wingo  <wingo@pobox.com>
1547
1548         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
1549         (gst_ring_buffer_prepare_read): 
1550         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
1551         Demote to LOG.
1552
1553 2005-09-29  Wim Taymans  <wim@fluendo.com>
1554
1555         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
1556         * ext/theora/theoradec.c: (theora_handle_data_packet):
1557         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1558         Propagate error codes from alloc_buffer too.
1559
1560 2005-09-29  Wim Taymans  <wim@fluendo.com>
1561
1562         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
1563         We use fixed caps.
1564
1565         * gst/playback/Makefile.am:
1566         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1567         (dump_element_stats), (main):
1568         Added example stream introspection code.
1569
1570 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
1571
1572         * gst/adder/gstadder.c: (gst_adder_collected):
1573           fix adder for float elements
1574
1575 2005-09-28  Wim Taymans  <wim@fluendo.com>
1576
1577         * gst-libs/gst/audio/gstbaseaudiosink.c:
1578         (gst_base_audio_sink_class_init),
1579         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
1580         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1581         (gst_base_audio_src_class_init),
1582         (gst_base_audio_src_provide_clock):
1583         get_clock -> provide_clock
1584
1585 2005-09-28  Andy Wingo  <wingo@pobox.com>
1586
1587         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
1588         and unlocking.
1589
1590         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
1591         unlocking.
1592
1593         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
1594         Actually add the pad template.
1595         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
1596
1597         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
1598         I'm at it...
1599
1600         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
1601         from fdsrc. Get caps in create() instead of start() so it can be
1602         interrupted. Interruption somewhat untested.
1603
1604         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
1605         Proper EOS handling.
1606
1607 2005-09-27  Andy Wingo  <wingo@pobox.com>
1608
1609         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
1610
1611         * gst/tcp/gsttcpserversrc.c: Cleaned up.
1612
1613         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
1614
1615         * gst/tcp/gsttcp.h: 
1616         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
1617         out of tcpclientsrc.c. Cancellable.
1618         (gst_tcp_socket_read): Made private, cancellable, with better
1619         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
1620         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
1621         whole buffer, and better diagnostics.
1622         (gst_tcp_gdp_read_caps): Same.
1623
1624         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
1625
1626 2005-09-26  Andy Wingo  <wingo@pobox.com>
1627
1628         * gst/sine/gstsinesrc.h:
1629         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
1630         change the 'sync' property to 'is-live' and implement it halfway,
1631         update for controller api change.
1632
1633         * gst/volume/gstvolume.c (volume_transform_ip): Update for
1634         controller api change.
1635
1636 2005-09-24  Wim Taymans  <wim@fluendo.com>
1637
1638         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
1639         * gst-libs/gst/audio/gstaudiosink.c:
1640         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
1641         (gst_audioringbuffer_stop):
1642         * gst-libs/gst/audio/gstbaseaudiosink.c:
1643         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
1644         (gst_base_audio_sink_change_state):
1645         * gst-libs/gst/audio/gstbaseaudiosink.h:
1646         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
1647         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1648         (gst_ring_buffer_commit), (gst_ring_buffer_read):
1649         * gst-libs/gst/audio/gstringbuffer.h:
1650         Fix sync again. Moved sample alignment to basesink.
1651
1652 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1653
1654         * docs/plugins/Makefile.am:
1655         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1656         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1657         * gst/volume/gstvolume.c:
1658           add/fix docs
1659         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
1660         * gst-libs/gst/audio/audio.h:
1661           add conversion macros for frames <-> clocktime
1662
1663 2005-09-23  David Schleef  <ds@schleef.org>
1664
1665         * gst/audioresample/Makefile.am:
1666         * gst/audioresample/debug.h:
1667         * gst/audioresample/gstaudioresample.c:
1668         * gst/audioresample/resample.c: Convert to using gst debugging
1669
1670 2005-09-22  Wim Taymans  <wim@fluendo.com>
1671
1672         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1673         (gst_play_bin_send_event):
1674         Only seek on one sink, the first one that succeeds.
1675
1676 2005-09-22  Michael Smith <msmith@fluendo.com>
1677
1678         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
1679         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1680         Don't flush encoder state unless we have an initialised encoder.
1681         Clear out encoder state on PAUSED_TO_READY.
1682
1683 2005-09-22  Wim Taymans  <wim@fluendo.com>
1684
1685         * gst-libs/gst/rtp/gstbasertppayload.c:
1686         (gst_basertppayload_class_init), (gst_basertppayload_init),
1687         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1688         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1689         (gst_basertppayload_is_filled), (gst_basertppayload_push),
1690         (gst_basertppayload_set_property),
1691         (gst_basertppayload_get_property),
1692         (gst_basertppayload_change_state):
1693         * gst-libs/gst/rtp/gstbasertppayload.h:
1694         Added max-ptime to control amount of data in the rtp packets.
1695
1696 2005-09-21  Andy Wingo  <wingo@pobox.com>
1697
1698         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
1699         thingies.
1700
1701         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
1702         can be called multiple times, dogs.
1703
1704 2005-09-21  Wim Taymans  <wim@fluendo.com>
1705
1706         * gst-libs/gst/rtp/gstbasertppayload.c:
1707         (gst_basertppayload_class_init), (gst_basertppayload_init),
1708         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1709         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1710         (gst_basertppayload_push), (gst_basertppayload_get_property),
1711         (gst_basertppayload_change_state):
1712         Allow 0 ssrc too.
1713
1714 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
1715
1716         * docs/libs/compiling.sgml:
1717           fixing typos
1718
1719 2005-09-20  Wim Taymans  <wim@fluendo.com>
1720
1721         * gst-libs/gst/rtp/gstbasertppayload.c:
1722         (gst_basertppayload_class_init), (gst_basertppayload_init),
1723         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1724         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1725         (gst_basertppayload_push), (gst_basertppayload_set_property),
1726         (gst_basertppayload_get_property),
1727         (gst_basertppayload_change_state):
1728         * gst-libs/gst/rtp/gstbasertppayload.h:
1729         Added property to configure sequence number offsets.
1730
1731 2005-09-20  Wim Taymans  <wim@fluendo.com>
1732
1733         * gst-libs/gst/rtp/gstbasertppayload.c:
1734         (gst_basertppayload_class_init), (gst_basertppayload_init),
1735         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1736         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1737         (gst_basertppayload_push), (gst_basertppayload_set_property),
1738         (gst_basertppayload_get_property),
1739         (gst_basertppayload_change_state):
1740         * gst-libs/gst/rtp/gstbasertppayload.h:
1741         Make timestamp offset configurable.
1742
1743 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1744
1745         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1746           fix wrong pop/unref
1747
1748 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
1749
1750         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1751
1752         * gst-libs/gst/interfaces/propertyprobe.c:
1753         (gst_property_probe_probe_property_name),
1754         (gst_property_probe_needs_probe_name),
1755         (gst_property_probe_get_values_name),
1756         (gst_property_probe_probe_and_get_values_name):
1757           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
1758           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
1759
1760 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1761
1762         * check/Makefile.am:
1763           have some tests be disabled for valgrinding
1764         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
1765         (GST_START_TEST):
1766         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
1767           Fix A Leak.  Chain To Parent Finalize.
1768
1769 2005-09-19  Wim Taymans  <wim@fluendo.com>
1770
1771         * examples/seeking/seek.c: (make_wav_pipeline), (main):
1772         Fixed wav pipeline.
1773
1774 2005-09-19  Wim Taymans  <wim@fluendo.com>
1775
1776         * gst-libs/gst/rtp/gstbasertppayload.c:
1777         (gst_basertppayload_class_init), (gst_basertppayload_init),
1778         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1779         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1780         (gst_basertppayload_push), (gst_basertppayload_get_property),
1781         (gst_basertppayload_change_state):
1782         Posting ERROR and WARNING messages is good.
1783
1784 2005-09-19  Wim Taymans  <wim@fluendo.com>
1785
1786         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1787         (gst_base_rtp_depayload_add_to_queue),
1788         (gst_base_rtp_depayload_push),
1789         (gst_base_rtp_depayload_set_gst_timestamp),
1790         (gst_base_rtp_depayload_queue_release):
1791         This one was not supposed to go in.
1792
1793 2005-09-19  Wim Taymans  <wim@fluendo.com>
1794
1795         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1796         Fix for bus API.
1797
1798         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1799         (gst_base_rtp_depayload_chain),
1800         (gst_base_rtp_depayload_add_to_queue),
1801         (gst_base_rtp_depayload_push),
1802         (gst_base_rtp_depayload_set_gst_timestamp),
1803         (gst_base_rtp_depayload_queue_release):
1804         Some cleanups.
1805
1806         * gst-libs/gst/rtp/gstbasertppayload.c:
1807         (gst_basertppayload_class_init), (gst_basertppayload_init),
1808         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
1809         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
1810         (gst_basertppayload_get_property),
1811         (gst_basertppayload_change_state):
1812         Added debugging category.
1813
1814 2005-09-18  David Schleef  <ds@schleef.org>
1815
1816         * gst/playback/gstdecodebin.c: free plugin list correctly
1817         * gst/playback/gstplaybin.c: emit warning if autovideosink
1818           and autoaudiosink can't be found (instead of segfaulting)
1819
1820 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1821
1822         * check/elements/audioconvert.c: (GST_START_TEST):
1823           try out 24 bit conversion
1824
1825 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1826
1827         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1828         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
1829         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
1830         * ext/vorbis/vorbisenc.h:
1831           Fix EOS handling.  Still needs a fix in the ogg muxer to
1832           mark the last page as eos.
1833
1834 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1835
1836         * common/gtk-doc-plugins.mak:
1837         * docs/plugins/Makefile.am:
1838         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1839         * gst/ffmpegcolorspace/Makefile.am:
1840         * gst/ffmpegcolorspace/avcodec.h:
1841         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1842         * gst/tcp/gstmultifdsink.c:
1843           fix up ffmpegcolorspace docs; extract header
1844
1845 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1846
1847         * common/gtk-doc-plugins.mak:
1848         * docs/plugins/Makefile.am:
1849         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1850         * ext/theora/Makefile.am:
1851         * ext/theora/gsttheoraenc.h:
1852         * ext/theora/theoraenc.c:
1853         * ext/vorbis/vorbisenc.c:
1854           pick up signals and args for vorbis; add some docs for vorbis
1855
1856 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1857
1858         * common/gstdoc-scangobj:
1859         * common/gtk-doc-plugins.mak:
1860         * docs/libs/Makefile.am:
1861         * docs/plugins/gst-plugins-base-plugins.args:
1862         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1863         * docs/plugins/gst-plugins-base-plugins.interfaces:
1864         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1865         * docs/plugins/gst-plugins-base-plugins.signals:
1866           only scanobj stuff from our source module.  Not sure yet
1867           if that's correct, given the hierarchy stuff :)
1868
1869 2005-09-15  Wim Taymans  <wim@fluendo.com>
1870
1871         * gst/audioconvert/gstaudioconvert.c:
1872         And enable 24 bits mode as well..
1873
1874 2005-09-15  Wim Taymans  <wim@fluendo.com>
1875
1876         * gst-libs/gst/rtp/Makefile.am:
1877         * gst-libs/gst/rtp/gstbasertppayload.c:
1878         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
1879         (gst_basertppayload_class_init), (gst_basertppayload_init),
1880         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
1881         (gst_basertppayload_chain), (gst_basertppayload_set_options),
1882         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
1883         (gst_basertppayload_set_property),
1884         (gst_basertppayload_get_property),
1885         (gst_basertppayload_change_state):
1886         * gst-libs/gst/rtp/gstbasertppayload.h:
1887         Added rtp payloader base class.
1888
1889 2005-09-15  Andy Wingo  <wingo@pobox.com>
1890
1891         * configure.ac (plugindir): Remove the EOL matcher from the
1892         regexp, as it causes me problems. Libtool? Make? Who knows?
1893
1894 2005-09-14  David Schleef  <ds@schleef.org>
1895
1896         * check/generic/states.c: 
1897         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1898         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
1899           Fixes for changes in registry API.
1900
1901         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
1902           to GST_PLUGIN_LDFLAGS.
1903         * ext/libvisual/visual.c: Make the library shut up.
1904         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
1905         * gst-libs/gst/audio/gstaudiofilter.c: same
1906
1907 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1908
1909         * docs/plugins/Makefile.am:
1910         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1911         * docs/plugins/inspect/plugin-libvisual.xml:
1912         * docs/plugins/tmpl/element-tcpserversink.sgml:
1913         * ext/theora/theoraenc.c:
1914           add libvisual plugin and theoraenc element to docs
1915
1916 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1917
1918         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1919         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1920         * ext/theora/theoraenc.c:
1921           add theoraenc
1922
1923 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
1924
1925         * gst/audioconvert/Makefile.am:
1926           Audioconvert derives from GstBaseTransform and should
1927           link to the library with our base elements to avoid
1928           unresolved symbols. Makes things work with MinGW (#316160)
1929
1930         * gst/playback/test4.c: (main):
1931           Fix MinGW build problem and use g_usleep() instead of 
1932           sleep() (#316162)
1933
1934 2005-09-12  Wim Taymans  <wim@fluendo.com>
1935
1936         * gst/audioconvert/audioconvert.c: (float),
1937         (audio_convert_prepare_context), (audio_convert_convert):
1938         * gst/audioconvert/audioconvert.h:
1939         Cleanups, speedups, simplifications, added back support
1940         for 24 bits.
1941
1942 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1943
1944         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1945         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1946         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1947         * docs/plugins/tmpl/element-tcpserversink.sgml:
1948         * gst/ffmpegcolorspace/gstffmpeg.c:
1949         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1950         * gst/videotestsrc/gstvideotestsrc.c:
1951         * gst/volume/gstvolume.c:
1952           add more elements to the docs
1953
1954 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
1955
1956         * check/Makefile.am:
1957         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
1958         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
1959           Add extra tests for basetransform based components. 
1960           Comment out the test_element_negotiation test until we decide
1961           if it's testing correct behaviour.
1962         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
1963         (gst_visual_chain), (gst_visual_change_state):
1964           Slightly more correct but still bogus timestamping.
1965           Fix state change function.
1966         * gst/audioconvert/gstaudioconvert.c:
1967         (gst_audio_convert_class_init):
1968         * gst/audioresample/gstaudioresample.c:
1969         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1970         (gst_ffmpegcsp_class_init):
1971         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
1972         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
1973         (gst_videoscale_prepare_image):
1974         * gst/volume/gstvolume.c: (gst_volume_class_init),
1975         (volume_transform_ip):
1976           Basetransform updates. Enable passthrough modes.
1977         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
1978         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
1979         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
1980           Negotiation fix that allows the window to return to the original
1981           size and renegotiate passthrough upstream. Extra debug output.
1982
1983 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1984
1985         * gst/sine/gstsinesrc.c:
1986         * gst/volume/gstvolume.c:
1987           fix up header include
1988
1989 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
1990
1991         * gst-libs/gst/audio/gstbaseaudiosink.c:
1992         (gst_base_audio_sink_render):
1993         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
1994         * gst/volume/gstvolume.c: (gst_volume_class_init),
1995         (volume_transform):
1996           fixing lost sync, some more debugging
1997
1998 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
1999
2000         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2001         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2002         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2003         (gst_xvimagesink_check_xshm_calls):
2004           Fix compilation when XShm is not available.
2005
2006 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2007
2008         * ext/libvisual/visual.c: (gst_visual_dispose),
2009         (gst_visual_getcaps), (gst_visual_src_setcaps),
2010         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2011         (gst_visual_change_state):
2012           Finish fixing up libvisual plugin so that it runs. 
2013
2014 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2015
2016         * ext/vorbis/vorbisenc.c:
2017         * gst-libs/gst/tag/gstvorbistag.c:
2018           gsttaginterface.h -> gsttagsetter.h
2019
2020 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2021
2022         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2023           added another test that failes for me (test is not active by default)
2024
2025 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2026
2027         * configure.ac:
2028           v4l2 is no longer in gst-plugins-base
2029
2030 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2031
2032         * configure.ac:
2033           In the output at the end, don't show the first plugin on the same
2034           line as "Core plug-ins, always built:".
2035           Indent the output as for other plugin categories
2036         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2037           #define that can be used to not use peer buffer_alloc functions for
2038           test purposes.
2039         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2040         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2041         (gst_ximagesink_show_frame):
2042         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2043         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2044         (gst_xvimagesink_show_frame):
2045           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2046           fails gracefully instead of XError aborting or deadlocking.
2047
2048 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2049
2050         * ext/libvisual/Makefile.am:
2051           link against gst-base-libs
2052
2053 2005-09-06  David Schleef  <ds@schleef.org>
2054
2055         * configure.ac: Enable libvisual plugin.
2056         * ext/libvisual/Makefile.am:
2057         * ext/libvisual/visual.c: Fixes to make it compile.
2058
2059 === release 0.9.2 ===
2060
2061 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2062
2063         * NEWS:
2064         * RELEASE:
2065         * configure.ac:
2066         * docs/random/ChangeLog-0.8:
2067           releasing 0.9.2, "Spoon"
2068
2069 2005-09-05  Michael Smith <msmith@fluendo.com>
2070
2071         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2072           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2073           that in the vorbisenc element.
2074
2075 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2076
2077         * common/gtk-doc-plugins.mak:
2078         * docs/plugins/Makefile.am:
2079           fix distcheck
2080         * gst/audioresample/resample.c:
2081           fix wrong docstring
2082
2083 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2084
2085         * common/gst-xmlinspect.py:
2086         * common/gtk-doc-plugins.mak:
2087           only inspect plugins for this given package
2088           require gst-python 0.9
2089
2090 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2091
2092         * Makefile.am:
2093         * autogen.sh:
2094         * common/gst-xmlinspect.py:
2095         * configure.ac:
2096         * docs/Makefile.am:
2097         * docs/plugins/inspect/plugin-alsa.xml:
2098         * docs/plugins/inspect/plugin-audioresample.xml:
2099         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2100         * docs/plugins/inspect/plugin-ogg.xml:
2101         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2102         * docs/plugins/tmpl/element-multifdsink.sgml:
2103         * docs/plugins/tmpl/element-tcpserversink.sgml:
2104         * docs/plugins/tmpl/element-vorbisenc.sgml:
2105         * gst-plugins-base.spec.in:
2106           various doc-related updates
2107
2108 2005-08-31  Wim Taymans  <wim@fluendo.com>
2109
2110         * gst-libs/gst/audio/gstbaseaudiosink.c:
2111         (gst_base_audio_sink_render):
2112         Resync if the buffer timestamps drift more than a 10th 
2113         of a second.
2114
2115 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2116
2117         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2118         (gst_v4lsrc_get_property):
2119           The 'timestamp-offset' property is registered as an int64, so
2120           let's use g_value_{set|get}_int64() in our setter and getter
2121           functions (makes it work and fixes warnings with gst-inspect).
2122
2123 2005-08-30  Wim Taymans  <wim@fluendo.com>
2124
2125         * check/elements/audioconvert.c: (setup_audioconvert):
2126         * check/elements/audioresample.c: (setup_audioresample):
2127         * check/elements/volume.c: (setup_volume):
2128         Fix checks.
2129
2130 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2131
2132         * common/gtk-doc-plugins.mak:
2133         * common/plugins.xsl:
2134         * docs/plugins/Makefile.am:
2135           make module a param
2136
2137 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2138
2139         * examples/seeking/seek.c: (make_mp3_pipeline),
2140         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2141         (play_cb), (pause_cb), (stop_cb):
2142           update the example
2143
2144 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2145
2146         * gst/volume/gstvolume.c: (gst_volume_class_init),
2147         (volume_transform):
2148           do not update controlled params, if buffer has no timestamp
2149
2150 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2151
2152         * configure.ac:
2153         * gst/sine/Makefile.am:
2154         * gst/volume/Makefile.am:
2155           controllerized elements also need to link against controller-libs ;)
2156
2157 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2158
2159         * docs/libs/tmpl/gstcolorbalance.sgml:
2160         * docs/libs/tmpl/gstgconf.sgml:
2161         * docs/libs/tmpl/gstmixer.sgml:
2162         * docs/libs/tmpl/gstringbuffer.sgml:
2163         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2164         (gst_sinesrc_create):
2165         * gst/volume/gstvolume.c: (gst_volume_class_init),
2166         (volume_transform):
2167           controllerized two audio plugins
2168
2169 2005-08-29  Andy Wingo  <wingo@pobox.com>
2170
2171         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2172         (vorbis_handle_data_packet): Fix some int overflow errors.
2173
2174         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2175         -1.
2176         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2177         valid.
2178         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2179         if it's valid. Fixed streaming-mode playback.
2180
2181         * check/elements/volume.c (cleanup_volume): Fix for running
2182         CK_FORK=no.
2183
2184         * check/elements/audioconvert.c: Convert from native endian, not
2185         little endian.
2186
2187 2005-08-29  Michael Smith <msmith@fluendo.com>
2188
2189         * ext/ogg/Makefile.am:
2190         * ext/ogg/gstogg.c: (plugin_init):
2191         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2192         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2193         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2194         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2195         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2196         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2197         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2198         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2199         Add an ogg parser element.
2200
2201 2005-08-28  Andy Wingo  <wingo@pobox.com>
2202
2203         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2204
2205 2005-08-26  Wim Taymans  <wim@fluendo.com>
2206
2207         * gst/audioconvert/audioconvert.c: (if), (float),
2208         (audio_convert_get_func_index), (check_default),
2209         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2210         (audio_convert_clean_context), (audio_convert_get_sizes),
2211         (audio_convert_convert):
2212         Cleanups.
2213
2214 2005-08-26  Wim Taymans  <wim@fluendo.com>
2215
2216         * gst/audioconvert/audioconvert.c: (if), (float),
2217         (audio_convert_get_func_index), (check_default),
2218         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2219         (audio_convert_clean_context), (audio_convert_get_sizes),
2220         (audio_convert_convert):
2221         More elegant and working temp buffer selection algo.
2222
2223 2005-08-26  Wim Taymans  <wim@fluendo.com>
2224
2225         * gst/audioconvert/audioconvert.c: (if), (float),
2226         (audio_convert_get_func_index), (check_default),
2227         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2228         (audio_convert_clean_context), (audio_convert_get_sizes),
2229         (get_temp_buffer), (audio_convert_convert):
2230         Use realloc else we lose our original data.
2231
2232 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2233
2234         * gst/audioresample/gstaudioresample.c:
2235           use base class' newsegment to properly timestamp
2236
2237 2005-08-26  Wim Taymans  <wim@fluendo.com>
2238
2239         * gst/audioconvert/audioconvert.c: (if), (float),
2240         (audio_convert_get_func_index), (check_default),
2241         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2242         (audio_convert_clean_context), (audio_convert_get_sizes),
2243         (get_temp_buffer), (audio_convert_convert):
2244         * gst/audioconvert/gstaudioconvert.c:
2245         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2246         (gst_audio_convert_transform_caps),
2247         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2248         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2249         Oops, allocate enough space to perform the channel mix.
2250
2251 2005-08-26  Wim Taymans  <wim@fluendo.com>
2252
2253         * gst/audioconvert/Makefile.am:
2254         * gst/audioconvert/audioconvert.c: (if), (float),
2255         (audio_convert_get_func_index), (check_default),
2256         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2257         (audio_convert_clean_context), (audio_convert_get_sizes),
2258         (get_temp_buffer), (audio_convert_convert):
2259         * gst/audioconvert/audioconvert.h:
2260         * gst/audioconvert/gstaudioconvert.c:
2261         (gst_audio_convert_class_init), (gst_audio_convert_init),
2262         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2263         (gst_audio_convert_get_unit_size),
2264         (gst_audio_convert_transform_caps),
2265         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2266         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2267         * gst/audioconvert/gstaudioconvert.h:
2268         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2269         (gst_channel_mix_fill_identical),
2270         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2271         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2272         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2273         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2274         (gst_channel_mix_mix):
2275         * gst/audioconvert/gstchannelmix.h:
2276         Cleanups, librarify a bit, optimize, better negotiation and more.
2277
2278 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2279
2280         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2281         Another from MikeS:
2282         During typefinding, don't support negative offsets
2283         (offsets from the end of the stream) in our typefind->peek() function
2284         - nothing embedded in ogg ever needs them. However, we need to recognise
2285         those requests and reject them, otherwise we return invalid pointers.
2286
2287 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2288
2289         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2290         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2291         (vorbisdec_finalize), (vorbis_handle_type_packet):
2292           Big shout-out to MikeS for fixing this giant memory leak.
2293           Huzzah!
2294
2295 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2296
2297         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2298         (audio_convert_get_unit_size):
2299           plug some leaks
2300
2301 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2302
2303         * check/Makefile.am:
2304         * check/elements/audioconvert.c: (setup_audioconvert),
2305         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2306         (GST_START_TEST), (audioconvert_suite), (main):
2307           add a test for audioconvert
2308         * gst/audioresample/gstaudioresample.c:
2309         * gst/audioresample/gstaudioresample.h:
2310           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2311           note that for buffers of 1/3 sec this means DURATION(c) is 
2312           one nanosecond more than for a and b
2313
2314 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2315
2316         * check/Makefile.am:
2317         * check/elements/audioresample.c: (setup_audioresample),
2318         (cleanup_audioresample), (fail_unless_perfect_stream),
2319         (test_perfect_stream_instance), (GST_START_TEST),
2320           add a check for audioresample
2321         (audioresample_suite), (main):
2322         * check/elements/volume.c: (GST_START_TEST):
2323           remove unused method
2324         * gst/audioresample/gstaudioresample.c:
2325           set correct buffer parameters since we're changing them
2326         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2327           add some debug
2328
2329 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2330
2331         * gst/audioresample/debug.c:
2332         * gst/audioresample/gstaudioresample.c:
2333           add room for extra overlap samples when asked to transform size
2334           protect against possible mem corruption and check for discrepancies
2335           between written size and outbuffer's size so we can warn for
2336           potential problems
2337         * gst/audioresample/resample.c: (resample_init),
2338         (resample_get_output_size_for_input), (resample_get_output_size),
2339         (resample_set_n_channels), (resample_set_format):
2340           set debug level based on RESAMPLE_DEBUG env var
2341           make sure that get_output_size* returns a whole number of
2342           sample_size
2343           set sample_size each time either channel or format is set
2344         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
2345         * gst/audioresample/resample_functable.c:
2346         (resample_scale_functable):
2347         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2348           remove r->sample_size, it's done in resample.c now
2349           add some debugging to the ref implementation
2350           make sure we only give back bytes that are wholes of the sample
2351           size
2352
2353 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
2354         * gst/playback/gstplaybasebin.c: (fill_buffer):
2355         Revert unpopular change for GST_MESSAGE_SRC to GObject.
2356
2357 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
2358
2359         * gst/volume/gstvolume.c:
2360           made set_caps function static
2361
2362 2005-08-24  Wim Taymans  <wim@fluendo.com>
2363
2364         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2365         (gst_vorbisenc_change_state):
2366         Stop leaking taglists.
2367
2368 2005-08-24  Wim Taymans  <wim@fluendo.com>
2369
2370         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2371         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
2372         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
2373         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
2374         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2375         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2376         Parse seeking events better.
2377         Unref static caps.
2378         Generate correct newsegment events, fixes seeking in live oggs.
2379
2380         * ext/theora/theoradec.c: (theora_dec_src_query),
2381         (theora_dec_src_event), (theora_dec_src_getcaps),
2382         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
2383         Use newsegment values to report correct play time.
2384
2385         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2386         (vorbis_dec_src_event), (vorbis_dec_sink_event):
2387         * ext/vorbis/vorbisdec.h:
2388         Parse and use newsegment values to report correct play time.
2389
2390         * gst-libs/gst/audio/gstbaseaudiosink.c:
2391         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2392         Clear ringbuffer on flush.
2393         Use newsegment values to calculate playback time.
2394
2395         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
2397         Basesink does newsegment calculations for us now.
2398
2399 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2400
2401         * check/Makefile.am:
2402         * configure.ac:
2403           add core's plugins to the mix so that playbin works
2404         * check/generic/states.c: (GST_START_TEST):
2405           set a 0 timeout on pipelines, so they don't force the next
2406           state change
2407         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
2408         (gst_play_base_bin_change_state):
2409           remove the crappy error handling and do GST error handling
2410
2411 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2412
2413         * check/Makefile.am:
2414         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
2415           add same test as to core, it bitches out on playbin atm.
2416
2417 2005-08-24  Wim Taymans  <wim@fluendo.com>
2418
2419         * configure.ac:
2420         Remove audioscale.
2421
2422 2005-08-24  Wim Taymans  <wim@fluendo.com>
2423
2424         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2425         (gst_videoscale_prepare_size), (parse_caps),
2426         (gst_videoscale_set_caps), (gst_videoscale_get_size),
2427         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
2428         (gst_videoscale_transform):
2429         * gst/videoscale/gstvideoscale.h:
2430         Refactor, make use of BaseTranform really well.
2431
2432 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2433
2434         * configure.ac:
2435           compile audioresample
2436         * gst/audioresample/Makefile.am:
2437         * gst/audioresample/buffer.c:
2438         * gst/audioresample/functable.c:
2439         * gst/audioresample/gstaudioresample.c:
2440         * gst/audioresample/gstaudioresample.h:
2441         * gst/audioresample/resample.c:
2442         (resample_get_output_size_for_input):
2443         * gst/audioresample/resample.h:
2444         * gst/audioresample/resample_chunk.c:
2445         * gst/audioresample/resample_functable.c:
2446         * gst/audioresample/resample_ref.c:
2447           port to use basetransform; doesn't work in all cases yet
2448
2449 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2450
2451         * gst/audioconvert/gstaudioconvert.c:
2452         (gst_audio_convert_class_init), (gst_audio_convert_init),
2453         (audio_convert_get_unit_size), (audio_convert_transform_caps),
2454         (audio_convert_fixate_caps), (audio_convert_set_caps),
2455         (audio_convert_transform),
2456         (gst_audio_convert_buffer_to_default_format),
2457         (gst_audio_convert_buffer_from_default_format),
2458         (gst_audio_convert_channels):
2459         * gst/audioconvert/gstchannelmix.c:
2460         * gst/audioconvert/gstchannelmix.h:
2461           port to basetransform
2462         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2463         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
2464         (gst_ffmpegcsp_get_unit_size):
2465         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2466         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
2467           fix for basetransform changes
2468
2469 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
2470
2471         * check/Makefile.am:
2472           Add CHECK_CFLAGS and LDFLAGS
2473
2474         * gst/playback/gstplaybasebin.c: (fill_buffer):
2475           GST_MESSAGE_SRC became a GObject
2476
2477 2005-08-24  Wim Taymans  <wim@fluendo.com>
2478
2479         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
2480         (gst_ring_buffer_clear_all):
2481         * gst-libs/gst/audio/gstringbuffer.h:
2482         Added function to clear the ringbuffer.
2483
2484 2005-08-24  Andy Wingo  <wingo@pobox.com>
2485
2486         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
2487         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
2488         of _open and _close.
2489
2490         * sys/v4l/gstv4lxoverlay.h:
2491         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
2492         an Xv connection here, instead of all the time. Make Xv only be
2493         loaded if you axe for it. Kindof a workaround for buggy behaviour
2494         of Xv when using remote xservers (XvQueryExtension would block).
2495         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
2496         replace the _open and _close public API. Only start the xv
2497         connection if necessary.
2498         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
2499
2500 2005-08-23  David Schleef  <ds@schleef.org>
2501
2502         * gst/audioresample/Makefile.am: Leet audioresampling code
2503         * gst/audioresample/buffer.c:
2504         * gst/audioresample/buffer.h:
2505         * gst/audioresample/debug.c:
2506         * gst/audioresample/debug.h:
2507         * gst/audioresample/functable.c:
2508         * gst/audioresample/functable.h:
2509         * gst/audioresample/gstaudioresample.c:
2510         * gst/audioresample/gstaudioresample.h:
2511         * gst/audioresample/resample.c:
2512         * gst/audioresample/resample.h:
2513         * gst/audioresample/resample_chunk.c:
2514         * gst/audioresample/resample_functable.c:
2515         * gst/audioresample/resample_ref.c:
2516
2517 2005-08-23  Wim Taymans  <wim@fluendo.com>
2518
2519         * examples/seeking/seek.c: (make_vorbis_pipeline),
2520         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
2521         Small seek updates.
2522
2523 2005-08-23  Andy Wingo  <wingo@pobox.com>
2524
2525         * gst-libs/gst/audio/gstbaseaudiosrc.c
2526         (gst_base_audio_src_fixate): Only fixate endianness if it is
2527         present in the caps.
2528
2529 2005-08-22  Andy Wingo  <wingo@pobox.com>
2530
2531         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
2532         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
2533         device-name property.
2534
2535         * gst-libs/gst/audio/gstaudiosrc.h:
2536         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
2537         close_device in the ring buffer, like gstaudiosink.
2538
2539         * ext/alsa/gstalsamixer.h:
2540         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
2541         macro to implement the interface without much code. Cleanups. 
2542
2543         * ext/alsa/gstalsasrc.h:
2544         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
2545         READY.
2546
2547         * ext/alsa/Makefile.am: Add new files.
2548         * ext/alsa/gstalsamixerelement.c: 
2549         * ext/alsa/gstalsamixerelement.c: Split element code out from
2550         mixer code so that alsasrc can be a mixer too.
2551
2552 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2553
2554         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2555         (GST_START_TEST):
2556         * check/elements/vorbisdec.c: (setup_vorbisdec),
2557         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
2558         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2559         (vorbis_handle_identification_packet),
2560         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
2561         (vorbis_handle_header_packet), (vorbis_dec_push),
2562         (vorbis_dec_chain):
2563           use the setup/teardown methods to save code.  save code is good.
2564
2565 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2566
2567         * check/Makefile.am:
2568           add ext dir for plugins
2569           add vorbisdec test conditionally
2570         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2571         (GST_START_TEST), (volume_suite):
2572           add a test with wrong caps
2573         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
2574         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
2575           add a vorbisdec test
2576         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
2577         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
2578           clean up debug output
2579         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2580           yay, fix a segfault/security issue in vorbisdec
2581           gst-launch fakesrc ! vorbisdec wasn't happy
2582         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
2583         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
2584         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
2585         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
2586         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
2587         (gst_vorbisenc_set_metadata), (get_constraints_string),
2588         (update_start_message), (gst_vorbisenc_setup),
2589         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
2590         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
2591         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
2592         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
2593         * ext/vorbis/vorbisenc.h:
2594           march in line
2595         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2596         (gst_ffmpegcsp_transform):
2597           have the kow come home
2598         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
2599           debug my func ptr
2600         * gst/volume/gstvolume.c: (volume_set_caps):
2601           add a debug
2602
2603 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2604
2605         * Makefile.am:
2606         * check/.cvsignore:
2607         * check/Makefile.am:
2608         * check/elements/.cvsignore:
2609         * check/elements/volume.c: (chain_func), (event_func),
2610         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
2611         (main):
2612         * configure.ac:
2613           add unit test structure for gst-plugins-base
2614           add a test for volume
2615         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
2616         (gst_volume_set_volume), (gst_volume_get_volume),
2617         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
2618         (volume_funcfind), (volume_process_float), (volume_process_int16),
2619         (volume_set_caps), (volume_transform), (volume_update_mute),
2620         (volume_update_volume), (volume_set_property),
2621         (volume_get_property):
2622           document a little; use basetransform vmethod _set_caps
2623
2624 2005-08-19  Andy Wingo  <wingo@pobox.com>
2625
2626         * ext/alsa/gstalsamixertrack.h:
2627         * ext/alsa/gstalsamixertrack.c:
2628         * ext/alsa/gstalsamixeroptions.h:
2629         * ext/alsa/gstalsamixeroptions.c:
2630         * ext/alsa/gstalsamixer.h:
2631         * ext/alsa/gstalsamixer.c: Port to 0.9.
2632
2633         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
2634         Remove gstalsa.c and alsaclock. No more cruft here.
2635         
2636 2005-08-18  Wim Taymans  <wim@fluendo.com>
2637
2638         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2639         (gst_base_rtp_depayload_chain),
2640         (gst_base_rtp_depayload_add_to_queue),
2641         (gst_base_rtp_depayload_push),
2642         (gst_base_rtp_depayload_queue_release):
2643         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2644         Fix for RTPBuffer changes.
2645
2646         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
2647         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
2648         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
2649         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
2650         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
2651         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
2652         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
2653         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
2654         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
2655         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
2656         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
2657         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
2658         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
2659         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
2660         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
2661         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
2662         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
2663         (gst_rtpbuffer_get_payload):
2664         * gst-libs/gst/rtp/gstrtpbuffer.h:
2665         Don't subclass GstBuffer but add methods and helper functions
2666         to construct and manipulate RTP packets in regular GstBuffers.
2667
2668 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
2669
2670         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
2671           moved statement below switch
2672         * gst/volume/gstvolume.c: (gst_volume_class_init):
2673           added debug ptr
2674
2675 2005-08-16  Wim Taymans  <wim@fluendo.com>
2676
2677         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2678         (gst_base_audio_src_change_state):
2679         Open and close device in READY<->NULL state change.
2680
2681 2005-08-16  Andy Wingo  <wingo@pobox.com>
2682
2683         * examples/seeking/Makefile.am: Don't compile non-compiling
2684         compiled objects with the compiler.
2685
2686         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
2687         elements.
2688
2689 2005-08-12  Philippe Khalaf <burger@speedy.org>
2690         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2691         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2692           Made a thread to release the queue.
2693           Removed timestamp conversion for now.
2694
2695 2005-08-10  Philippe Khalaf <burger@speedy.org>
2696         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2697         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2698           Added rtp timestamp -> gst timestamp conversion.
2699           Fixed several problems with queue.
2700
2701 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
2702
2703         * gst-libs/gst/audio/gstaudioclock.h:
2704         * gst-libs/gst/audio/gstaudiofilter.h:
2705         * gst-libs/gst/audio/gstaudiosink.h:
2706         * gst-libs/gst/audio/gstaudiosrc.h:
2707         * gst-libs/gst/audio/gstbaseaudiosink.h:
2708         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2709         * gst-libs/gst/audio/gstringbuffer.h:
2710         * gst-libs/gst/net/gstnetbuffer.h:
2711         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2712         * gst-libs/gst/rtp/gstrtpbuffer.h:
2713           Add padding (you will need to rebuild gst-plugins-base,
2714           gst-plugins and all applications afterwards!)
2715
2716 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
2717
2718         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
2719         (gst_riff_parse_chunk):
2720           Fix bug in debug message and add some more debug messages.
2721
2722 2005-08-08  Edward Hervey  <edward@fluendo.com>
2723
2724         * gst-libs/gst/riff/riff-media.c:
2725         backported updates since branch
2726
2727 2005-08-08  Andy Wingo  <wingo@pobox.com>
2728
2729         * gst-libs/gst/audio/gstbaseaudiosink.c
2730         (gst_base_audio_sink_change_state): Open the device in NULL->READY
2731         like good elements should. Close on READY->NULL too.
2732
2733         * gst-libs/gst/audio/gstaudiosink.c
2734         (gst_audioringbuffer_open_device,
2735         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
2736         (gst_audioringbuffer_release): Updates for new ring buffer API,
2737         hook into the new audio sink api.
2738
2739         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
2740         (GstAudioSinkClass.close): Just open and close the device -- no
2741         resource allocation or configuration.
2742         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
2743         vmethods, handle device setup and resource allocation.
2744
2745         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
2746         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
2747         base class API.
2748
2749         * gst-libs/gst/audio/gstringbuffer.h
2750         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
2751         New vmethods.
2752
2753         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
2754         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
2755         New API functions. The device should be opened before acquiring
2756         and closed after releasing.
2757
2758 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
2759
2760         * gst-libs/gst/interfaces/mixer.h:
2761           Reset padding to GST_PADDING.
2762
2763 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2764
2765         * gst/playback/gstplaybin.c: (remove_sinks):
2766           Remove visualization from parent explicitely; works around some
2767           apparent refcount issue that I haven't tracked down yet.
2768
2769 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2770
2771         * ext/alsa/gstalsasink.c: (set_hwparams):
2772           Assign debug category, add negotiation debug msgs.
2773
2774 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2775
2776         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
2777           Fix error code for file-not-found to NOT_FOUND.
2778
2779 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2780
2781         * common/gtk-doc-plugins.mak:
2782         * docs/plugins/Makefile.am:
2783         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2784         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2785           renamed to actual element names, so much nicer to look at
2786         * docs/plugins/tmpl/gstmultifdsink.sgml:
2787           remove
2788         * docs/plugins/tmpl/multifdsink.sgml:
2789         * docs/plugins/tmpl/tcpserversink.sgml:
2790           add
2791         * ext/alsa/gstalsa.c:
2792         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
2793         * ext/ogg/gstoggmux.c:
2794         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
2795         * gst/playback/gstdecodebin.c:
2796         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
2797         * gst/tcp/gsttcpserversink.c:
2798           various fixes and documentation additions
2799
2800 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2801
2802         * common/Makefile.am:
2803         * common/gstdoc-scangobj:
2804         * common/gtk-doc-plugins.mak:
2805         * common/gtk-doc.mak:
2806           add a custom scangobj that uses the registry
2807           add a custom gtk-doc-plugins.mak that uses it
2808           some doc build fixes
2809         * configure.ac:
2810         * docs/Makefile.am:
2811         * docs/plugins/Makefile.am:
2812         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2813         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2814         * docs/plugins/gst-plugins-base-plugins.types:
2815         * docs/plugins/tmpl/gstmultifdsink.sgml:
2816           add docs for one element, multifdsink
2817         * gst/adder/gstadder.h:
2818         * gst/volume/gstvolume.h:
2819           don't privatize enum
2820         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
2821         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
2822         (gst_sync_method_get_type), (gst_client_status_get_type),
2823         (gst_multifdsink_class_init),
2824         (gst_multifdsink_client_queue_buffer),
2825         (gst_multifdsink_handle_client_write):
2826         * gst/tcp/gstmultifdsink.h:
2827         * gst/tcp/gsttcp.h:
2828         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
2829         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
2830         (gst_tcpclientsink_render):
2831         * gst/tcp/gsttcpclientsink.h:
2832         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
2833         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
2834         (gst_tcpclientsrc_start):
2835         * gst/tcp/gsttcpclientsrc.h:
2836         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
2837         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
2838         * gst/tcp/gsttcpserversrc.h:
2839         * gst/typefind/gsttypefindfunctions.c:
2840           remove superfluous Type stuff
2841
2842 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2843
2844         * gst/playback/gstplaybin.c: (gen_video_element):
2845           Enable videoscale.
2846
2847 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2848
2849         * gst-libs/gst/gconf/gconf.c:
2850         * gst-libs/gst/gconf/gconf.h:
2851           Fix some Andy Problem [tm].
2852
2853 2005-08-04  Andy Wingo  <wingo@pobox.com>
2854
2855         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
2856         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
2857         (gst_ffmpegcsp_get_size): Adapt to API changes.
2858
2859         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
2860         Implement an in-place do-nothing transform.
2861
2862 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2863
2864         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
2865         (gst_ximagesink_renegotiate_size):
2866           Do not set new window sizes yet if we prepare a new buffer size
2867           for upstream renegotiation (software scaling) at some point in the
2868           future, because this new size waqs not actually accepted yet. Once
2869           accepted, renegotiation later on will set the new sizes just fine.
2870           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
2871           embedding testcase.
2872
2873 2005-08-03  Andy Wingo  <wingo@pobox.com>
2874
2875         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
2876         (gst_ximagesink_buffer_alloc): 
2877         Protect the height, width, and desired_caps with the pool_lock.
2878         Fixes videotestsrc ! queue ! ximagesink.
2879
2880 2005-08-02  Edward Hervey  <edward@fluendo.com>
2881
2882         * gst/volume/gstvolume.c:
2883         include left from controller cleanup
2884
2885 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
2886         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
2887           Stop collectpads before calling the parent state
2888           change function on PAUSED->READY.
2889
2890 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
2891         * configure.ac:
2892           When testing for X libs, use the X CFlags 
2893         * gst/adder/gstadder.c: (gst_adder_change_state):
2894           Stop the collectpads before calling parent state change function
2895           on PAUSED->READY, otherwise we deadlock deactivating pads.
2896
2897 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
2898
2899         * configure.ac:
2900         * docs/libs/tmpl/gstcolorbalance.sgml:
2901         * docs/libs/tmpl/gstmixer.sgml:
2902         * examples/Makefile.am:
2903         * gst/sine/Makefile.am:
2904         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
2905         (gst_sinesrc_set_property), (plugin_init):
2906         * gst/sine/gstsinesrc.h:
2907         * gst/volume/Makefile.am:
2908         * gst/volume/gstvolume.c: (gst_volume_set_volume),
2909         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
2910         (volume_process_float), (volume_process_int16),
2911         (volume_set_property), (plugin_init):
2912         * gst/volume/gstvolume.h:
2913           deactivate and remove dparams (libgstcontrol)
2914
2915 2005-07-29  Wim Taymans  <wim@fluendo.com>
2916
2917         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
2918         Convert me to BaseTransform!! help..
2919
2920 2005-07-29  Andy Wingo  <wingo@pobox.com>
2921
2922         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
2923         sinks.
2924
2925         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
2926         support of both endiannesses.
2927
2928 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
2929
2930         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2931           Fix confusing debug message (s/event/query/)
2932
2933 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
2934
2935         * gst/videotestsrc/videotestsrc.h:
2936           Use "_stdint.h" instead of <stdint.h>
2937
2938 2005-07-27  Wim Taymans  <wim@fluendo.com>
2939
2940         * ext/vorbis/Makefile.am:
2941         Revert wrong commit.
2942
2943 2005-07-27  Wim Taymans  <wim@fluendo.com>
2944
2945         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
2946         More compilation fixen.
2947
2948 2005-07-27  Wim Taymans  <wim@fluendo.com>
2949
2950         * gst-libs/gst/audio/gstbaseaudiosink.c:
2951         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
2952         (gst_base_audio_sink_create_ringbuffer),
2953         (gst_base_audio_sink_change_state):
2954         Fix compilation.
2955
2956 2005-07-27  Wim Taymans  <wim@fluendo.com>
2957
2958         * examples/seeking/seek.c: (setup_dynamic_link),
2959         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
2960         (query_positions_elems), (query_positions_pads), (do_seek):
2961         Update seek example.
2962
2963         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
2964         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
2965         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
2966         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
2967         (gst_ogg_demux_handle_event),
2968         (gst_ogg_demux_deactivate_current_chain),
2969         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
2970         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2971         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
2972         (gst_ogg_demux_loop):
2973         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
2974         * ext/theora/theoradec.c: (theora_dec_src_event),
2975         (theora_dec_src_getcaps), (theora_dec_sink_event),
2976         (theora_dec_push), (theora_dec_chain):
2977         * ext/vorbis/Makefile.am:
2978         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
2979         (vorbis_dec_sink_event), (vorbis_dec_push),
2980         (vorbis_handle_data_packet):
2981         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
2982         (gst_vorbisenc_chain):
2983         * gst/playback/gststreaminfo.c: (cb_probe):
2984         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
2985         * gst/videorate/gstvideorate.c: (gst_videorate_event):
2986         * gst/videoscale/gstvideoscale.c:
2987         (gst_videoscale_handle_src_event):
2988         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
2989         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
2990         (gst_ximagesink_navigation_send_event):
2991         * sys/xvimage/xvimagesink.c:
2992         (gst_xvimagesink_navigation_send_event):
2993         Various event updates and cleanups
2994
2995 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2996
2997         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
2998           Fix segfault for I420/YV12.
2999
3000 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3001
3002         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3003           Report bitrate.
3004
3005 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3006
3007         * gst/playback/gstplaybin.c: (gen_video_element),
3008         (gen_audio_element):
3009           Switch to auto*sink elements as default sinks; add volume element
3010           so that volume control in totem works.
3011
3012 2005-07-21  Wim Taymans  <wim@fluendo.com>
3013
3014         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3015         * gst/playback/gstplaybin.c: (setup_sinks),
3016         (gst_play_bin_change_state):
3017         Refcount fix and more comments.
3018
3019 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3020
3021         * sys/ximage/Makefile.am:
3022         * sys/ximage/ximage.c: (plugin_init):
3023         * sys/ximage/ximagesink.c:
3024         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3025         
3026
3027 2005-07-21  Wim Taymans  <wim@fluendo.com>
3028
3029         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3030         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3031         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3032         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3033         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3034         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3035         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3036         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3037         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3038         Generate correct disconts for live chained oggs.
3039
3040         * gst-libs/gst/audio/gstbaseaudiosink.c:
3041         (gst_base_audio_sink_render),
3042         (gst_base_audio_sink_create_ringbuffer),
3043         (gst_base_audio_sink_change_state):
3044         Handle discont math correctly.
3045
3046         * gst/playback/gstplaybin.c: (add_sink):
3047         Some small debug cleanup.
3048
3049 2005-07-21  Wim Taymans  <wim@fluendo.com>
3050
3051         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (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_deactivate_current_chain),
3057         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3058         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3059         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3060         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3061         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3062         (gst_ogg_demux_change_state), (gst_ogg_print):
3063         Reorganize code to send the right disconts when in streaming
3064         mode.
3065
3066 2005-07-20  Andy Wingo  <wingo@pobox.com>
3067
3068         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3069         fix (?), fixes a seggie mcfalterson (#310894).
3070
3071 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3072
3073         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3074         (gst_ogg_mux_set_header_on_caps):
3075         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3076         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3077         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3078         * gst-libs/gst/audio/multichannel.c:
3079         (gst_audio_set_channel_positions),
3080         (gst_audio_set_structure_channel_positions_list):
3081         * gst/playback/gstdecodebin.c: (dynamic_create):
3082         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3083         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3084           Fixes for API changes in core.
3085
3086 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3087
3088         * gst/playback/gstplaybasebin.c: (fill_buffer):
3089           Use _new_custom() so we can set custom message types for buffering
3090           messages.
3091
3092 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3093
3094         * configure.ac:
3095         * gst-libs/gst/Makefile.am:
3096         * gst-libs/gst/gconf/.cvsignore:
3097         * gst-libs/gst/gconf/Makefile.am:
3098         * gst-libs/gst/gconf/test-gconf.c:
3099         * pkgconfig/Makefile.am:
3100         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3101         * pkgconfig/gstreamer-gconf.pc.in:
3102           Remove gconf stuff, use gconf elements instead from now on.
3103
3104 2005-07-20  Wim Taymans  <wim@fluendo.com>
3105
3106         * gst-libs/gst/audio/TODO:
3107         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3108         (gst_audio_clock_get_internal_time):
3109         * gst-libs/gst/audio/gstaudioclock.h:
3110         * gst-libs/gst/audio/gstbaseaudiosink.c:
3111         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3112         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3113         (gst_base_audio_sink_render),
3114         (gst_base_audio_sink_create_ringbuffer),
3115         (gst_base_audio_sink_change_state):
3116         Make sure the audio clock always returns an increasing value.
3117
3118 2005-07-19  Andy Wingo  <wingo@pobox.com>
3119
3120         * gst/videotestsrc/: Cleanups.
3121
3122 2005-07-19  Wim Taymans  <wim@fluendo.com>
3123
3124         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3125         Better debugging.
3126
3127 2005-07-19  Wim Taymans  <wim@fluendo.com>
3128
3129         * examples/seeking/seek.c: (make_dv_pipeline),
3130         (make_vorbis_theora_pipeline), (query_rates),
3131         (query_positions_elems), (query_positions_pads), (do_seek):
3132         Make correct DV pipeline.
3133
3134 2005-07-18  Andy Wingo  <wingo@pobox.com>
3135
3136         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3137         default. Also because it's the only thing that really works. (This
3138         is used in the GConf elements).
3139         Use AS_LIBTOOL_TAGS.
3140
3141 2005-07-18  Wim Taymans  <wim@fluendo.com>
3142
3143         * gst/playback/gstdecodebin.c: (remove_element_chain):
3144         * gst/playback/gstplaybin.c: (add_sink):
3145         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3146         (gst_stream_info_set_mute):
3147         * gst/playback/gststreamselector.c:
3148         (gst_stream_selector_get_linked_pad),
3149         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3150         More leak and compile fixes.
3151
3152 2005-07-18  Wim Taymans  <wim@fluendo.com>
3153
3154         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3155         (query_rates), (query_positions_elems), (query_positions_pads),
3156         (do_seek), (seek_cb), (stop_seek):
3157         Updated seek example. 
3158
3159         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3160         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3161         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3162         * gst/playback/gstplaybin.c: (add_sink):
3163         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3164         (gst_stream_info_set_mute):
3165         Some refcount leak fixes.
3166
3167 2005-07-16  Wim Taymans  <wim@fluendo.com>
3168
3169         * gst-libs/gst/audio/gstbaseaudiosink.c:
3170         (gst_base_audio_sink_render):
3171         Align samples even if we have roundoff errors in the 
3172         timestamp conversion.
3173
3174 2005-07-16  Wim Taymans  <wim@fluendo.com>
3175
3176         * docs/libs/tmpl/gstringbuffer.sgml:
3177         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3178         (query_rates), (query_positions_elems), (query_positions_pads),
3179         (update_scale), (do_seek):
3180         Updated seek example.
3181
3182         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3183         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3184         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3185         (gst_ogg_demux_loop):
3186         Push out correct discont values.
3187
3188         * ext/theora/theoradec.c: (theora_dec_src_convert),
3189         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3190         (theora_dec_sink_event), (theora_handle_type_packet),
3191         (theora_handle_header_packet), (theora_dec_push),
3192         (theora_handle_data_packet), (theora_dec_chain),
3193         (theora_dec_change_state):
3194         Better timestamping.
3195
3196         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3197         (vorbis_dec_sink_event), (vorbis_dec_push),
3198         (vorbis_handle_data_packet), (vorbis_dec_chain):
3199         * ext/vorbis/vorbisdec.h:
3200         Better timestamping.
3201
3202         * gst-libs/gst/audio/gstbaseaudiosink.c:
3203         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3204         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3205         Handle syncing on timestamps instead of sample offsets. Make
3206         use of DISCONT values as described in design docs.
3207
3208         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3209         (gst_base_audio_src_get_time):
3210         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3211         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3212         (gst_ring_buffer_read):
3213         * gst-libs/gst/audio/gstringbuffer.h:
3214         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3215         (gst_ximagesink_show_frame):
3216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3217         Correcly convert buffer timestamp to stream time.
3218
3219 2005-07-16  Wim Taymans  <wim@fluendo.com>
3220
3221         * gst/audioconvert/gstaudioconvert.c:
3222         (gst_audio_convert_get_buffer):
3223         Timestamp buffers correctly.
3224
3225         * gst/playback/gstplaybin.c: (gen_video_element):
3226         Make internal fakesink silent.
3227
3228 2005-07-15  Wim Taymans  <wim@fluendo.com>
3229
3230         * gst/ffmpegcolorspace/Makefile.am:
3231         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3232         (gst_ffmpegcsp_caps_remove_format_info),
3233         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3234         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3235         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3236         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3237         Ported ffmpegcolorspace to basetransform.
3238
3239         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3240         * gst/volume/gstvolume.c: (volume_transform):
3241         Ported to new API.
3242
3243 2005-07-14  Wim Taymans  <wim@fluendo.com>
3244
3245         * gst/videotestsrc/Makefile.am:
3246         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3247         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3248         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3249         (gst_videotestsrc_init), (gst_videotestsrc_event),
3250         (gst_videotestsrc_create), (gst_videotestsrc_start),
3251         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3252         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3253         (gst_videotestsrc_get_property):
3254         * gst/videotestsrc/gstvideotestsrc.h:
3255         Make videotestsrc a pushsrc.
3256
3257 2005-07-14  Wim Taymans  <wim@fluendo.com>
3258
3259         * gst/tcp/gstfdset.c: (gst_fdset_free):
3260         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3261         (gst_multifdsink_add), (gst_multifdsink_remove),
3262         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3263         (gst_multifdsink_remove_client_link),
3264         (gst_multifdsink_client_queue_data),
3265         (gst_multifdsink_client_queue_caps),
3266         (gst_multifdsink_client_queue_buffer),
3267         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3268         (gst_multifdsink_stop):
3269         * gst/tcp/gstmultifdsink.h:
3270         0.8 backporting.
3271
3272         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3273         Also draw image when not from a pool.
3274
3275 2005-07-14  Wim Taymans  <wim@fluendo.com>
3276
3277         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3278         (mute_stream), (silence_stream):
3279         Small debug additions.
3280
3281 2005-07-14  Wim Taymans  <wim@fluendo.com>
3282
3283         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3284         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3285         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3286         Better error recovery, ignore unconnected pads and
3287         non-fatal errors.
3288
3289 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3290
3291         * docs/libs/tmpl/gstaudio.sgml:
3292         * docs/libs/tmpl/gstcolorbalance.sgml:
3293         * docs/libs/tmpl/gstgconf.sgml:
3294         * docs/libs/tmpl/gstmixer.sgml:
3295         * docs/libs/tmpl/gstringbuffer.sgml:
3296         * docs/libs/tmpl/gsttuner.sgml:
3297         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3298         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3299         (gst_tcpclientsrc_class_init):
3300         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3301         (gst_tcpserversrc_class_init):
3302         * sys/v4l/gstv4lelement.c:
3303           more autistic cleanliness in functions/names/defines
3304
3305 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3306
3307         * configure.ac:
3308           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3309           added manually to each Makefile.am so we are sure it goes
3310           *last* and doesn't add -L flags before linking in libs of our
3311           own, like, say, internal .la libs, that then accidentally pick
3312           up the installed copy.
3313         * docs/libs/Makefile.am:
3314         * ext/alsa/Makefile.am:
3315         * ext/cdparanoia/Makefile.am:
3316         * ext/gnomevfs/Makefile.am:
3317         * ext/libvisual/Makefile.am:
3318         * ext/ogg/Makefile.am:
3319         * ext/theora/Makefile.am:
3320         * ext/vorbis/Makefile.am:
3321         * gst-libs/gst/video/Makefile.am:
3322         * gst/adder/Makefile.am:
3323         * gst/audioconvert/Makefile.am:
3324         * gst/audiorate/Makefile.am:
3325         * gst/audioscale/Makefile.am:
3326         * gst/ffmpegcolorspace/Makefile.am:
3327         * gst/playback/Makefile.am:
3328         * gst/sine/Makefile.am:
3329         * gst/subparse/Makefile.am:
3330         * gst/tags/Makefile.am:
3331         * gst/tcp/Makefile.am:
3332         * gst/typefind/Makefile.am:
3333         * gst/videorate/Makefile.am:
3334         * gst/videoscale/Makefile.am:
3335         * gst/videotestsrc/Makefile.am:
3336         * gst/volume/Makefile.am:
3337         * sys/v4l/Makefile.am:
3338         * sys/ximage/Makefile.am:
3339         * sys/xvimage/Makefile.am:
3340           adapt properly to this change. This should make sure that
3341           plugins and libs properly link to the as-yet-uninstalled
3342           copies of stuff like libgstinterfaces and libgstvideo
3343
3344 2005-07-13  Andy Wingo  <wingo@pobox.com>
3345
3346         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
3347         (gst_v4lsrc_fixate): Fixate on format as well.
3348
3349         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
3350         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
3351         buffer points to it.
3352         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
3353         rather just doing X calls ourselves. Also fixes a memleak.
3354
3355 2005-07-12  Andy Wingo  <wingo@pobox.com>
3356
3357         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
3358         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
3359         (gst_v4lsrc_create): Re-add the copy-mode property, default to
3360         TRUE to avoid deadlocks if an element holds on to our buffers.
3361
3362 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3363
3364         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3365         (gst_sinesrc_init), (gst_sinesrc_create),
3366         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3367         (gst_sinesrc_start):
3368         * gst/sine/gstsinesrc.h:
3369           removing num-buffers property before moving it
3370
3371 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3372
3373         * configure.ac:
3374           use overridable ERROR_CFLAGS
3375         * docs/libs/gst-plugins-base-libs.types:
3376         * docs/libs/tmpl/gstringbuffer.sgml:
3377         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3378         (gst_alsasink_class_init):
3379         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3380         (gst_alsasrc_class_init):
3381         * gst-libs/gst/audio/audio.h:
3382         * gst-libs/gst/audio/gstaudioclock.h:
3383         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3384         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
3385         (gst_audio_filter_link), (gst_audio_filter_init),
3386         (gst_audio_filter_chain), (gst_audio_filter_set_property),
3387         (gst_audio_filter_get_property),
3388         (gst_audio_filter_class_add_pad_templates):
3389         * gst-libs/gst/audio/gstaudiofilter.h:
3390         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3391         (gst_audio_filter_template_get_type),
3392         (gst_audio_filter_template_base_init),
3393         (gst_audio_filter_template_class_init),
3394         (gst_audio_filter_template_init),
3395         (gst_audio_filter_template_set_property),
3396         (gst_audio_filter_template_get_property), (plugin_init),
3397         (gst_audio_filter_template_setup),
3398         (gst_audio_filter_template_filter),
3399         (gst_audio_filter_template_filter_inplace):
3400         * gst-libs/gst/audio/gstaudiosink.c:
3401         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3402         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
3403         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3404         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3405         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
3406         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
3407         * gst-libs/gst/audio/gstaudiosink.h:
3408         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3409         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3410         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3411         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
3412         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
3413         (gst_audio_src_class_init), (gst_audio_src_init),
3414         (gst_audio_src_create_ringbuffer):
3415         * gst-libs/gst/audio/gstaudiosrc.h:
3416         * gst-libs/gst/audio/gstbaseaudiosink.c:
3417         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
3418         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3419         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
3420         (gst_base_audio_sink_set_property),
3421         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
3422         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
3423         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
3424         (gst_base_audio_sink_create_ringbuffer),
3425         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
3426         * gst-libs/gst/audio/gstbaseaudiosink.h:
3427         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3428         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
3429         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
3430         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
3431         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
3432         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
3433         (gst_base_audio_src_event), (gst_base_audio_src_create),
3434         (gst_base_audio_src_create_ringbuffer),
3435         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
3436         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3437         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
3438         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
3439         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
3440         (gst_ring_buffer_debug_spec_caps),
3441         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3442         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
3443         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
3444         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3445         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
3446         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3447         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
3448         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
3449         (gst_ring_buffer_clear):
3450         * gst-libs/gst/audio/gstringbuffer.h:
3451         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
3452         (gst_video_sink_class_init), (gst_video_sink_get_type):
3453         * gst-libs/gst/video/videosink.h:
3454         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3455         (gst_multifdsink_class_init),
3456         (gst_multifdsink_handle_client_write),
3457         (gst_multifdsink_change_state):
3458         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3459         (gst_tcpclientsink_setcaps):
3460         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3461         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
3462         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
3463         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
3464         (gst_ximagesink_send_pending_navigation),
3465         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
3466         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
3467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
3468         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3469         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
3470         (gst_xvimagesink_send_pending_navigation),
3471         (gst_xvimagesink_navigation_send_event),
3472         (gst_xvimagesink_set_xwindow_id),
3473         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
3474         (gst_xvimagesink_get_type):
3475         more macro splitting
3476
3477 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3478
3479         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
3480           plug a memleak, allows me to import 1479 albums in one go
3481           in jamboree
3482         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3483         (vorbis_handle_type_packet), (vorbis_dec_chain),
3484         (vorbis_dec_change_state):
3485           fix some format strings
3486
3487 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3488
3489         * docs/libs/tmpl/gstcolorbalance.sgml:
3490         * docs/libs/tmpl/gstmixer.sgml:
3491         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3492         (gst_alsasink_set_property), (gst_alsasink_get_property):
3493         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
3494         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
3495           add device property
3496
3497 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3498
3499         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3500         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
3501         (audiocast_register_listener), (audiocast_thread_run),
3502         (gst_gnomevfssrc_send_additional_headers_callback),
3503         (gst_gnomevfssrc_received_headers_callback),
3504         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
3505         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
3506         (gst_gnomevfssrc_get_size):
3507           add/clean up debugging
3508         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
3509           cleanups
3510
3511 2005-07-07  Andy Wingo  <wingo@pobox.com>
3512
3513         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
3514         framerate. Need to get a handle on when exactly this function is
3515         called, tho.
3516
3517         * sys/v4l/v4lsrc_calls.h:
3518         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
3519         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
3520         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
3521
3522         * sys/v4l/v4l_calls.h: Cast to V4lElement.
3523         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
3524         v4lelements are sources.
3525
3526         * sys/v4l/gstv4lxoverlay.h:
3527         * sys/v4l/gstv4lxoverlay.c:
3528         * sys/v4l/gstv4ltuner.h:
3529         * sys/v4l/gstv4ltuner.c: Header loc fixen.
3530         
3531         * sys/v4l/gstv4lsrc.h:
3532         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
3533         PushSrc/BaseSrc. Removed most sync-related properties, videorate
3534         or something should handle that. Made a live source.
3535
3536         * sys/v4l/gstv4lelement.h:
3537         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
3538         signals. Some cleanups.
3539
3540         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
3541
3542         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
3543         stuff.
3544
3545         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
3546         stuff.
3547
3548         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
3549
3550 2005-07-07  Wim Taymans  <wim@fluendo.com>
3551
3552         * ext/theora/theoradec.c: (theora_get_query_types),
3553         (theora_dec_src_getcaps), (theora_dec_push):
3554         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
3555         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
3556         Remove deprecated/unused query types.
3557
3558 2005-07-06  Wim Taymans  <wim@fluendo.com>
3559
3560         * ext/alsa/Makefile.am:
3561         * ext/alsa/gstalsaplugin.c: (plugin_init):
3562         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3563         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3564         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
3565         (gst_alsasrc_class_init), (gst_alsasrc_init),
3566         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
3567         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
3568         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
3569         (gst_alsasrc_reset):
3570         * ext/alsa/gstalsasrc.h:
3571         * gst-libs/gst/audio/Makefile.am:
3572         * gst-libs/gst/audio/gstaudiosink.c:
3573         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3574         (gst_audioringbuffer_start):
3575         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3576         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3577         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
3578         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3579         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3580         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3581         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
3582         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
3583         * gst-libs/gst/audio/gstaudiosrc.h:
3584         * gst-libs/gst/audio/gstbaseaudiosink.c:
3585         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
3586         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
3587         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
3588         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3589         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
3590         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
3591         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
3592         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
3593         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
3594         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
3595         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
3596         (gst_baseaudiosrc_change_state):
3597         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3598         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3599         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
3600         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
3601         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
3602         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
3603         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
3604         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
3605         * gst-libs/gst/audio/gstringbuffer.h:
3606         Added audiosource base classes.
3607         Ported alsasrc, still very basic.
3608
3609 2005-07-06  Wim Taymans  <wim@fluendo.com>
3610
3611         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
3612         (theora_dec_push), (theora_handle_data_packet):
3613         Prepare for better timestamp fix later.
3614
3615         * gst/audioconvert/gstaudioconvert.c:
3616         List most accurate caps first
3617
3618         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
3619         Use proper pad task function.
3620
3621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3622         (gst_xvimagesink_show_frame):
3623         Fix deadlock when alloc failed.
3624
3625 2005-07-05  Andy Wingo  <wingo@pobox.com>
3626
3627         * ext/gnomevfs/gstgnomevfssrc.c:
3628         * gst/sine/gstsinesrc.c:
3629         * gst/tcp/gsttcpserversrc.c:
3630         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
3631
3632         * sys/v4l/: Port from 0.8.
3633
3634         * Many files: Null if we got it....
3635
3636 2005-07-05  Andy Wingo  <wingo@pobox.com>
3637
3638         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
3639         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
3640         Signedness fixes.
3641
3642 2005-07-05  Wim Taymans  <wim@fluendo.com>
3643
3644         * configure.ac:
3645         * gst/tcp/Makefile.am:
3646         * gst/tcp/README:
3647         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3648         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
3649         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
3650         (is_sync_frame), (gst_multifdsink_handle_client_write),
3651         (gst_multifdsink_render), (gst_multifdsink_start),
3652         (gst_multifdsink_stop), (gst_multifdsink_change_state):
3653         * gst/tcp/gstmultifdsink.h:
3654         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
3655         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
3656         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
3657         * gst/tcp/gsttcp.h:
3658         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3659         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3660         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
3661         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
3662         * gst/tcp/gsttcpclientsink.h:
3663         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3664         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
3665         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
3666         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
3667         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
3668         * gst/tcp/gsttcpclientsrc.h:
3669         * gst/tcp/gsttcpplugin.c: (plugin_init):
3670         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
3671         * gst/tcp/gsttcpserversink.h:
3672         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3673         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
3674         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
3675         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
3676         (gst_tcpserversrc_stop):
3677         * gst/tcp/gsttcpserversrc.h:
3678         * gst/tcp/gsttcpsink.c:
3679         * gst/tcp/gsttcpsink.h:
3680         * gst/tcp/gsttcpsrc.c:
3681         * gst/tcp/gsttcpsrc.h:
3682         Ported tcp plugins to 0.9. 
3683         
3684
3685 2005-07-05  Andy Wingo  <wingo@pobox.com>
3686
3687         * gst/playback/gstplaybasebin.c (fill_buffer):
3688         message_new_application fixen.
3689
3690         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
3691         Style fix.
3692
3693 2005-07-04  Wim Taymans  <wim@fluendo.com>
3694
3695         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
3696         Set caps on output buffer.
3697
3698 2005-07-04  Andy Wingo  <wingo@pobox.com>
3699
3700         * ext/gnomevfs/gstgnomevfssrc.c
3701         (gst_gnomevfssrc_received_headers_callback) 
3702         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
3703         hopefully.
3704
3705         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
3706         No refcount leakage.
3707
3708         * configure.ac: Enable -Werror.
3709         
3710         * ext/theora/theoradec.c (theora_dec_src_getcaps):
3711         * gst/audioconvert/bufferframesconvert.c
3712         (buffer_frames_convert_fixate):
3713         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
3714         (gst_audio_convert_fixate):
3715         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
3716         (gst_sinesrc_create): Fixate func changes.
3717         
3718         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3719         (gst_ximagesink_buffer_alloc): Unused var.
3720
3721 2005-07-01  Andy Wingo  <wingo@pobox.com>
3722
3723         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
3724         getcaps to do explicit caps. Needs to be done in all decoders,
3725         possibly via a base class.
3726
3727         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
3728
3729         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
3730         caps on the sink pad, just rely on the pad template. Also, setting
3731         ANY caps on a pad is not valid because the caps are not fixed.
3732
3733         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
3734         caps on the buffer, and get the width from the desired_caps if
3735         they're set.
3736         (gst_ximagesink_renegotiate_size): Implement via setting the
3737         desired_caps on the ximagesink.
3738         (gst_ximagesink_setcaps): Only reset the width of the player if it
3739         wasn't already set. Not sure if this is right.
3740         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
3741
3742         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
3743         that the user wants. NULL unless the window has been resized.
3744
3745         * gst/volume/gstvolume.c (volume_transform): Adapt to
3746         basetransform refcount changes.
3747         
3748 2005-07-01  Andy Wingo  <wingo@pobox.com>
3749
3750         * gst/videoscale/gstvideoscale.c:
3751         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
3752         from BaseTransform, implements a transform_caps. Removed dead code
3753         including some PAR stuff that was never reached -- should probably
3754         be added back somehow.
3755
3756 2005-07-01  Andy Wingo  <wingo@pobox.com>
3757
3758         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
3759         come later.
3760
3761 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3762
3763         * configure.ac:
3764         * docs/libs/Makefile.am:
3765         * docs/libs/gst-plugins-libs.types:
3766         * ext/alsa/Makefile.am:
3767         * ext/alsa/gstalsamixer.h:
3768         * ext/alsa/gstalsamixeroptions.h:
3769         * ext/alsa/gstalsamixertrack.h:
3770         * gst-libs/gst/Makefile.am:
3771         * gst-libs/gst/colorbalance/.cvsignore:
3772         * gst-libs/gst/colorbalance/Makefile.am:
3773         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
3774         * gst-libs/gst/colorbalance/colorbalance.c:
3775         * gst-libs/gst/colorbalance/colorbalance.h:
3776         * gst-libs/gst/colorbalance/colorbalance.vcproj:
3777         * gst-libs/gst/colorbalance/colorbalancechannel.c:
3778         * gst-libs/gst/colorbalance/colorbalancechannel.h:
3779         * gst-libs/gst/interfaces/Makefile.am:
3780         * gst-libs/gst/interfaces/colorbalance.c:
3781         (gst_color_balance_class_init):
3782         * gst-libs/gst/interfaces/colorbalance.h:
3783         * gst-libs/gst/interfaces/interfaces-marshal.list:
3784         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
3785         * gst-libs/gst/interfaces/mixer.h:
3786         * gst-libs/gst/interfaces/mixeroptions.h:
3787         * gst-libs/gst/interfaces/navigation.c:
3788         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
3789         * gst-libs/gst/interfaces/tuner.h:
3790         * gst/volume/Makefile.am:
3791         * gst/volume/gstvolume.c:
3792         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
3793         * sys/ximage/Makefile.am:
3794         * sys/ximage/ximagesink.c:
3795         * sys/xvimage/Makefile.am:
3796         * sys/xvimage/xvimagesink.c:
3797           fold in all interfaces into an interfaces dir, preserving CVS
3798           history
3799
3800 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3801
3802         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3803           Fix build after riff changes.
3804
3805 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3806
3807         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3808         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
3809         (gst_riff_create_video_template_caps),
3810         (gst_riff_create_audio_template_caps),
3811         (gst_riff_create_iavs_template_caps):
3812         * gst-libs/gst/riff/riff-media.h:
3813         * gst-libs/gst/riff/riff-read.h:
3814         * gst-libs/gst/riff/riff.c: (gst_riff_init):
3815           Add gst_riff_init() to initialize the debug category, instead
3816           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
3817
3818 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3819
3820         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
3821           Oops, I shouldn't apply hacks.
3822
3823 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3824
3825         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
3826           Remove pad_loop function which doesn't work.
3827
3828 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3829
3830         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
3831           Send EOS when deactivating.
3832         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3833         (check_queue), (queue_threshold_reached), (queue_out_of_data),
3834         (gen_preroll_element), (probe_triggered), (mute_stream),
3835         (silence_stream), (new_decoded_pad), (setup_substreams),
3836         (set_active_source):
3837         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
3838         (remove_sinks), (add_sink):
3839         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
3840           Change for new probe API.
3841
3842 2005-06-29  Wim Taymans  <wim@fluendo.com>
3843
3844         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
3845         * gst-libs/gst/audio/gstbaseaudiosink.c:
3846         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
3847         (gst_baseaudiosink_change_state):
3848         * gst-libs/gst/audio/gstbaseaudiosink.h:
3849         * gst-libs/gst/audio/gstringbuffer.c:
3850         (gst_ringbuffer_set_callback):
3851         Fix compilation error.
3852         Ringbuffer starts out as not running.
3853         Free our clock in dispose.
3854         When releasing the ringbuffer we need to renegotiate so
3855         clear the pad caps.
3856
3857 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3858
3859         * autogen.sh:
3860         * configure.ac:
3861         * docs/Makefile.am:
3862         * docs/libs/Makefile.am:
3863         * docs/libs/gst-plugins-libs-docs.sgml:
3864         * docs/libs/gst-plugins-libs-sections.txt:
3865         * docs/libs/gst-plugins-libs.types:
3866         * docs/libs/tmpl/gstaudio.sgml:
3867         * docs/libs/tmpl/gstcolorbalance.sgml:
3868         * docs/libs/tmpl/gstringbuffer.sgml:
3869         * gst-libs/gst/audio/gstringbuffer.c:
3870         (gst_ringbuffer_set_callback):
3871           reinstate gtk-doc docs for plugin libs
3872
3873 2005-06-28  Wim Taymans  <wim@fluendo.com>
3874
3875         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3876         (gst_ogg_demux_init):
3877         Removed pad loop function.
3878
3879 2005-06-28  Wim Taymans  <wim@fluendo.com>
3880
3881         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
3882         If we're building a chain we are not in an error case
3883         when we queue a buffer.
3884
3885 2005-06-28  Andy Wingo  <wingo@pobox.com>
3886
3887         * *.c: Don't cast to GstObject before reffing/unreffing.
3888
3889 2005-06-27  Andy Wingo  <wingo@pobox.com>
3890
3891         * gst/videotestsrc/gstvideotestsrc.c
3892         (gst_videotestsrc_activate_push): Activation API changes.
3893
3894         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
3895         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
3896         they have refs on the decodebin.
3897
3898         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
3899         parent class.
3900         (gst_ogg_pad_typefind): Don't leak a pad ref.
3901         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
3902         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
3903         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
3904
3905 2005-06-27  Edward Hervey  <edward@fluendo.com>
3906
3907         * ext/theora/theoradec.c: (theora_dec_change_state): 
3908         re-arranged call to parent's state change in order to avoid locks (or
3909         worse).
3910
3911 2005-06-26  Edward Hervey  <edward@fluendo.com>
3912
3913         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3914         2nd argument of 'unknow-type' signal is a GstCaps and not a
3915         GstMiniObject
3916
3917 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
3918         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3919           Set the worker thread's running flag to TRUE before starting the
3920           thread.
3921         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
3922           Catch a failure to add typefind to the bin.
3923
3924 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3925
3926         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3927         (gst_sinesrc_init), (gst_sinesrc_create),
3928         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3929         (gst_sinesrc_start):
3930         * gst/sine/gstsinesrc.h:
3931           add num-buffers and timestamp-offset properties
3932         * gst/videotestsrc/gstvideotestsrc.c:
3933         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
3934         (gst_videotestsrc_get_property):
3935           add timestamp-offset property
3936
3937 2005-06-23  Christian Schaller  <uraeus@gnome.org>
3938
3939         * configure.ac: add videorate
3940         * gst-plugins-base.spec.in: add videorate
3941
3942 2005-06-23  Wim Taymans  <wim@fluendo.com>
3943
3944         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
3945         (gst_videorate_getcaps), (gst_videorate_setcaps),
3946         (gst_videorate_event), (gst_videorate_chain):
3947         Fixed videorate, fixating an already fixated caps is not
3948         an error.
3949
3950 2005-06-23  Wim Taymans  <wim@fluendo.com>
3951
3952         * ext/ogg/README:
3953         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
3954         Buffer on caps is not boxed anymore.
3955
3956 2005-06-22  Wim Taymans  <wim@fluendo.com>
3957
3958         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3959         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3960         Set buffers on caps as miniobjects and not as boxed.
3961
3962 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3963
3964         * configure.ac:
3965           back to HEAD
3966
3967 === release 0.9.1 ===
3968
3969 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3970
3971         * .cvsignore:
3972         * NEWS:
3973         * README:
3974         * RELEASE:
3975         * configure.ac:
3976         * po/af.po:
3977         * po/az.po:
3978         * po/cs.po:
3979         * po/en_GB.po:
3980         * po/hu.po:
3981         * po/it.po:
3982         * po/nb.po:
3983         * po/nl.po:
3984         * po/or.po:
3985         * po/sq.po:
3986         * po/sr.po:
3987         * po/sv.po:
3988         * po/uk.po:
3989         * po/vi.po:
3990           updates for release
3991
3992 2005-06-09  Andy Wingo  <wingo@pobox.com>
3993
3994         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
3995         
3996 2005-06-09  Andy Wingo  <wingo@pobox.com>
3997
3998         * configure.ac:
3999         * gst-libs/gst/Makefile.am:
4000         * gst-libs/gst/net/Makefile.am:
4001         Add gstnet to build.
4002
4003 2005-06-09  Andy Wingo  <wingo@pobox.com>
4004
4005         * gst-libs/gst/gconf/gconf.c:
4006         * gst/playback/test.c:
4007         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4008         fixes.
4009
4010         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4011
4012         * ext/theora/theoraenc.c (theora_enc_chain): 
4013         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4014
4015         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4016         RealPad.
4017
4018 2005-06-02  Wim Taymans  <wim@fluendo.com>
4019
4020         * gst-libs/gst/net/Makefile.am:
4021         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4022         * pkgconfig/gstreamer-libs.pc.in:
4023         Added net stuff, version net lib.
4024
4025 2005-06-02  Wim Taymans  <wim@fluendo.com>
4026
4027         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4028         (query_rates), (query_positions_elems), (query_positions_pads),
4029         (do_seek):
4030         Updated seek example.
4031
4032 2005-06-02  Andy Wingo  <wingo@pobox.com>
4033
4034         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4035         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4036         list.
4037
4038         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4039         remove the typefind, the bin dispose will do it for us. When it's
4040         removed and unreffed, the signal handler will be disconnected,
4041         too.
4042         (unlinked): It's too difficult to disconnect from unlinked
4043         handlers, as they are on pads not elements. Just punt if the pads
4044         aren't grandkids of the bin.
4045
4046 2005-06-02  Wim Taymans  <wim@fluendo.com>
4047
4048         * ext/ogg/README:
4049         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4050         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4051         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4052         * ext/theora/theoradec.c: (theora_dec_src_query),
4053         (theora_handle_data_packet):
4054         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4055         (theora_enc_chain):
4056         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4057         (vorbis_handle_data_packet):
4058         * gst/audioconvert/bufferframesconvert.c:
4059         (buffer_frames_convert_chain):
4060         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4061         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4062         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4063         (gst_ffmpegcsp_chain):
4064         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4065         (gst_videorate_getcaps), (gst_videorate_setcaps),
4066         (gst_videorate_event), (gst_videorate_chain):
4067         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4068         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4069         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4070         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4071         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4072         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4073         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4074         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4075         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4076         Cleanups and buffer alloc.
4077
4078 2005-05-31  Wim Taymans  <wim@fluendo.com>
4079
4080         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4081         Don't try to call the delay method when the device is not
4082         opened.
4083
4084 2005-05-31  Wim Taymans  <wim@fluendo.com>
4085
4086         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4087         Get actual segment size and buffer size after opening
4088         the device.
4089
4090 2005-05-30  Wim Taymans  <wim@fluendo.com>
4091
4092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4093         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4094         Also FLUSH upstream, makes the loop function exit faster.
4095         
4096         * ext/theora/theoradec.c: (theora_dec_src_query):
4097         Some more debug info in the query.
4098         
4099         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4100         (gst_ximagesink_setcaps):
4101         Release lock on par error, better error reporting.
4102
4103 2005-05-26  Wim Taymans  <wim@fluendo.com>
4104
4105         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4106         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4107         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4108         Clear chains in READY
4109         Queue packets until the chain is activated.
4110
4111 2005-05-25  Wim Taymans  <wim@fluendo.com>
4112
4113         * gst-libs/gst/audio/gstaudiosink.c:
4114         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4115         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4116         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4117         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4118         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4119         (gst_audiosink_create_ringbuffer):
4120         * gst-libs/gst/audio/gstbaseaudiosink.c:
4121         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4122         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4123         (gst_baseaudiosink_set_property), (build_linear_format),
4124         (debug_spec_caps), (debug_spec_buffer),
4125         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4126         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4127         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4128         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4129         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4130         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4131         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4132         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4133         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4134         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4135         (wait_segment), (gst_ringbuffer_commit),
4136         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4137         (gst_ringbuffer_clear):
4138         Various small cleanups.
4139
4140         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4141         (gst_audio_convert_change_state):
4142         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4143         No need to take the locks anymore.
4144
4145 2005-05-25  Wim Taymans  <wim@fluendo.com>
4146
4147         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4148         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4149         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4150         (type_found):
4151         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4152         (group_destroy), (group_commit), (queue_overrun),
4153         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4154         (mute_stream), (new_decoded_pad), (setup_substreams),
4155         (setup_source), (mute_group_type), (set_active_source),
4156         (gst_play_base_bin_change_state):
4157         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4158         (gen_video_element), (gen_text_element), (gen_audio_element),
4159         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4160         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4161         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4162         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4163         Some playbin cleanups mostly refcounting sloppyness.
4164
4165 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4166
4167         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4168           Work with streaming input.
4169
4170 2005-05-25  Wim Taymans  <wim@fluendo.com>
4171
4172         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4173         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4174         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4175         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4176         No need to take the STREAM lock anymore.
4177
4178 2005-05-25  Wim Taymans  <wim@fluendo.com>
4179
4180         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4181         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4182         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4183         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4184         (gst_ogg_demux_sink_activate):
4185         * ext/theora/theoradec.c: (theora_dec_src_event),
4186         (theora_handle_comment_packet), (theora_dec_chain),
4187         (theora_dec_change_state):
4188         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4189         (vorbis_handle_data_packet), (vorbis_dec_chain),
4190         (vorbis_dec_change_state):
4191         Remove STREAM locks as they are taken in core now.
4192         Never set bogus granulepos on vorbis/theora.
4193         Fix leaks in theoradec tag parsing.
4194
4195 2005-05-25  Wim Taymans  <wim@fluendo.com>
4196
4197         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4198         Fix memleaks, GST_BUFFER_DATA() is not freed.
4199
4200 2005-05-25  Wim Taymans  <wim@fluendo.com>
4201
4202         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4203         Open non-blocking, set to blocking mode afterwards to avoid
4204         lockups when audio device is busy.
4205
4206 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4207
4208         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4209           This can't be good.
4210
4211 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4212
4213         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4214         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4215         (gst_audio_convert_setcaps):
4216           Implement instant setup switching.
4217
4218 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4219
4220         * gst/playback/gstplaybasebin.c: (probe_triggered):
4221           Fix missing unlock.
4222         * gst/playback/gstplaybin.c: (add_sink):
4223           First add, then link (otherwise pad link fails).
4224
4225 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4226
4227         * examples/Makefile.am:
4228         fix buildbot (make distcheck)
4229
4230 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4231
4232         * gst/playback/gstplaybin.c: (gen_vis_element):
4233           Remove some wrong code. Doesn't work yet.
4234
4235 2005-05-19  Wim Taymans  <wim@fluendo.com>
4236
4237         * gst-libs/gst/net/Makefile.am:
4238         * gst-libs/gst/net/README:
4239         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4240         (gst_netbuffer_class_init), (gst_netbuffer_init),
4241         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4242         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4243         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4244         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4245         * gst-libs/gst/net/gstnetbuffer.h:
4246         Added buffer subclass to store extra to/from addresses for
4247         network sources/sinks.
4248
4249 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4250
4251         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4252           Don't lock an unassigned variable.
4253
4254 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4255
4256         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4257           Increase buffer for video, decrease buffer for other media types.
4258         * gst/playback/gstplaybin.c: (gen_video_element),
4259         (gen_audio_element):
4260           Change names for debugging purposes.
4261
4262 2005-05-18  Wim Taymans  <wim@fluendo.com>
4263
4264         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4265         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4266         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4267         (gst_ffmpegcsp_chain):
4268         Enable buffer alloc passthrough if the source and dest
4269         formats are the same.
4270
4271 2005-05-17  Wim Taymans  <wim@fluendo.com>
4272
4273         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4274         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4275         (gst_ogg_demux_chain_unlocked):
4276         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4277         (gst_audio_convert_caps_remove_format_info),
4278         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4279         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4280         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4281         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4282         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4283         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4284         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4285         (gst_ffmpegcsp_get_property):
4286         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4287         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4288         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4289         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4290         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4291         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4292         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4293         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4294         Leak fixes in oggdemux.
4295         Some cleanups in audioconvert.
4296         Make passthrough work along with buffer_alloc etc.
4297         Make buffer_alloc and buffer recycling actually work in
4298         xvimagesink.
4299
4300 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4301
4302         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4303           make the compiler happy
4304
4305 2005-05-17  Wim Taymans  <wim@fluendo.com>
4306
4307         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4308         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4309         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4310         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4311         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4312         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4313         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4314         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4315         (gst_xvimagesink_set_xwindow_id):
4316         * sys/xvimage/xvimagesink.h:
4317         Port xvimagesink to new MiniObject.
4318
4319 2005-05-17  Wim Taymans  <wim@fluendo.com>
4320
4321         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4322         (gst_audiofilter_chain):
4323         * gst-libs/gst/audio/gstaudiosink.c:
4324         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4325         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4326         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4327         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4328         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4329         (gst_audiosink_create_ringbuffer):
4330         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4331         (gst_audio_convert_caps_remove_format_info),
4332         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4333         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4334         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4335         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4336         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4337         Fix passthrough in ffmpegcolorspace.
4338         Fix memset in audiosink on wrong memory.
4339
4340 2005-05-16  David Schleef  <ds@schleef.org>
4341
4342         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4343         to GstMiniObject.
4344
4345 2005-05-16  David Schleef  <ds@schleef.org>
4346
4347         Port from GstData to GstMiniObject.
4348         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4349         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4350         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
4351         (gst_ogg_mux_collected):
4352         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4353         * ext/theora/theoradec.c: (theora_handle_comment_packet),
4354         (theora_handle_data_packet):
4355         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4356         (theora_set_header_on_caps), (theora_enc_chain):
4357         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4358         (vorbis_handle_comment_packet):
4359         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4360         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4361         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
4362         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
4363         * gst/audioconvert/gstaudioconvert.c:
4364         (gst_audio_convert_get_buffer):
4365         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4366         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4367         (mute_stream), (silence_stream):
4368         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4369         * gst/volume/gstvolume.c: (volume_transform):
4370         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4371         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
4372         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
4373         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
4374         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
4375         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
4376         (gst_ximagesink_buffer_alloc):
4377         * sys/ximage/ximagesink.h:
4378
4379 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4380
4381         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4382         (fill_buffer), (check_queue), (queue_threshold_reached),
4383         (queue_out_of_data):
4384         * gst/playback/gstplaybasebin.h:
4385           Post buffer-fullness on the bus.
4386
4387 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4388
4389         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4390         (try_to_link_1):
4391         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4392         (group_commit), (probe_triggered), (setup_source),
4393         (gst_play_base_bin_change_state):
4394         * gst/playback/gstplaybasebin.h:
4395         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4396         (gst_play_bin_init), (remove_sinks), (setup_sinks),
4397         (gst_play_bin_change_state):
4398           Move setup_output_pads into a virtual function, remove
4399           group-switch (no longer needed) and redirect (handled by bus
4400           now) signals.
4401
4402 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4403
4404         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4405         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
4406         (get_active_group), (get_building_group), (group_destroy),
4407         (group_commit), (check_queue), (queue_overrun),
4408         (queue_threshold_reached), (queue_out_of_data),
4409         (gen_preroll_element), (remove_groups), (unknown_type),
4410         (add_element_stream), (no_more_pads), (probe_triggered),
4411         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
4412         (setup_substreams), (setup_source), (finish_source),
4413         (prepare_output), (muted_group_change_state),
4414         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
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), (gst_play_bin_set_property),
4419         (gen_video_element), (gen_text_element), (gen_audio_element),
4420         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
4421         (gst_play_bin_change_state):
4422         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4423         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
4424         (stream_info_change_state), (gst_stream_info_set_mute),
4425         (gst_stream_info_get_property):
4426         * gst/playback/gststreaminfo.h:
4427         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4428         (gst_stream_selector_get_linked_pad),
4429         (gst_stream_selector_getcaps),
4430         (gst_stream_selector_get_linked_pads),
4431         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4432         * gst/playback/gststreamselector.h:
4433           Rough port of playbin. Needs some more work, but is mostly done,
4434           and uses a few locks in important places, which should make stuff
4435           like chain-switches clean. Still uses GST_STATE() in a few places,
4436           which isn't all that good an idea, subtitles/elements disabled
4437           because no elements to test with and thus probably broken, query
4438           and event handling moved to GstBin, internal thread removed
4439           alltogether because the pipeline does that for us now. Can play
4440           Ogg/Vorbis files. Haven't tested anything else yet.
4441
4442 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4443
4444         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
4445           Do no-more-pads (needed for autoplugging).
4446
4447 2005-05-10  Andy Wingo  <wingo@pobox.com>
4448
4449         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
4450         message to the bus with the tags. Still not sent downstream tho.
4451
4452         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
4453         get_parent.
4454         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
4455         avoid refcounting hassles.
4456
4457 2005-05-09  Andy Wingo  <wingo@pobox.com>
4458
4459         * gst/volume/Makefile.am:
4460         * gst/volume/demo.c
4461         * gst/volume/gstvolume.h
4462         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
4463         basetransform. Probably need an audio filter base class.
4464
4465 2005-05-09  Wim Taymans  <wim@fluendo.com>
4466
4467         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
4468         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
4469         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
4470         (gst_vorbisenc_chain):
4471         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4472         (gst_audio_convert_caps_remove_format_info),
4473         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4474         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4475         Make caps writable before writing to it.
4476         Fix negotiation in audioconvert some more.
4477
4478 2005-05-09  Wim Taymans  <wim@fluendo.com>
4479
4480         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4481         (gst_videorate_getcaps), (gst_videorate_setcaps),
4482         (gst_videorate_event), (gst_videorate_chain):
4483         Better negotiation.
4484
4485 2005-05-09  Wim Taymans  <wim@fluendo.com>
4486
4487         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4488         (gst_videorate_getcaps), (gst_videorate_setcaps),
4489         (gst_videorate_blank_data), (gst_videorate_init),
4490         (gst_videorate_event), (gst_videorate_chain),
4491         (gst_videorate_change_state):
4492         Port videorate, do a better job at negotiation while we're at
4493         it.
4494
4495 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
4496
4497         * configure.ac:
4498           Disable libvisual
4499
4500         * examples/Makefile.am:
4501         * gst-libs/gst/audio/Makefile.am:
4502         * gst-libs/gst/riff/Makefile.am:
4503         * gst-libs/gst/tag/Makefile.am:
4504         * gst-libs/gst/video/Makefile.am:
4505           Fixups for missing variables.
4506
4507 2005-05-09  Wim Taymans  <wim@fluendo.com>
4508
4509         * examples/seeking/seek.c: (make_theora_pipeline),
4510         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
4511         (query_rates), (query_positions_elems), (query_positions_pads),
4512         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
4513         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4514         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
4515         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
4516         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
4517         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
4518         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4519         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
4520         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
4521         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4522         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4523         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4524         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4525         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
4526         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
4527         (theora_dec_src_convert), (theora_dec_sink_convert),
4528         (theora_dec_src_query), (theora_dec_sink_query),
4529         (theora_dec_src_event), (theora_dec_sink_event),
4530         (theora_handle_comment_packet), (theora_handle_type_packet),
4531         (theora_handle_header_packet), (theora_handle_data_packet),
4532         (theora_dec_chain):
4533         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4534         (vorbis_dec_convert), (vorbis_dec_src_query),
4535         (vorbis_dec_sink_query), (vorbis_dec_src_event),
4536         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4537         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4538         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
4539         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
4540         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
4541         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
4542         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4543         (gst_play_bin_query):
4544         * gst/playback/test3.c: (update_scale):
4545         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
4546         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
4547         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4548         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
4549         (gst_videotestsrc_src_query):
4550         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
4551         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
4552         (paint_hline_YUV9):
4553         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
4554         Port to new query API.
4555         Updated seek.
4556         Cleanups in x[v]imagesink
4557
4558 2005-05-09  Andy Wingo  <wingo@pobox.com>
4559
4560         * ext/alsa/gstalsasink.h:
4561         * ext/gnomevfs/gstgnomevfssrc.c:
4562         (gst_gnomevfssrc_get_icy_metadata):
4563         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
4564         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
4565         * ext/theora/theoradec.c (theora_dec_src_query)
4566         (theora_dec_src_event, theora_dec_sink_event)
4567         (theora_handle_comment_packet, theora_handle_data_packet):
4568         * ext/theora/theoraenc.c (theora_enc_chain):
4569         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
4570         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
4571         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
4572         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
4573         (qt_type_find):
4574         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
4575         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
4576         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
4577         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
4578         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
4579         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
4580         (paint_setup_xBGR8888, paint_setup_RGBx8888)
4581         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
4582         (paint_setup_RGB565, paint_setup_xRGB1555):
4583         * gst/videotestsrc/videotestsrc.h:
4584         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
4585         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
4586         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
4587         GCC4 fixes.
4588         
4589         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
4590         gst_pad_query_position. Fixes oggdemux.
4591
4592 2005-05-08  David Schleef  <ds@schleef.org>
4593
4594         * configure.ac: Require liboil.
4595         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
4596         a few more.
4597         * gst/videotestsrc/videotestsrc.c:
4598         * gst/videotestsrc/videotestsrc.h:
4599
4600 2005-05-06  Wim Taymans  <wim@fluendo.com>
4601
4602         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4603         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4604         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4605         Well, unreffing a buffer right before pushing it is asking
4606         for trouble..
4607
4608 2005-05-06  Christian Schaller  <uraeus@gnome.org>
4609
4610         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
4611
4612 2005-05-06  Wim Taymans  <wim@fluendo.com>
4613
4614         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4615         (gst_audio_convert_caps_remove_format_info),
4616         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4617         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4618         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4619         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4620         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4621         * gst/sine/Makefile.am:
4622         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
4623         (gst_sinesrc_class_init), (gst_sinesrc_init),
4624         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
4625         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
4626         (gst_sinesrc_update_freq):
4627         * gst/sine/gstsinesrc.h:
4628         * gst/tcp/gstmultifdsink.c:
4629         * sys/xvimage/xvimagesink.c:
4630         Fixed negotiation wrt _peer_get_caps()
4631         Some cleanups.
4632
4633
4634 2005-05-06  Wim Taymans  <wim@fluendo.com>
4635
4636         * gst-libs/gst/audio/gstaudiosink.c:
4637         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4638         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4639         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4640         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4641         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4642         (gst_audiosink_create_ringbuffer):
4643         * gst-libs/gst/audio/gstbaseaudiosink.c:
4644         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4645         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4646         (gst_baseaudiosink_set_property), (build_linear_format),
4647         (debug_spec_caps), (debug_spec_buffer),
4648         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4649         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4650         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4651         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4652         * gst-libs/gst/audio/gstbaseaudiosink.h:
4653         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4654         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4655         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4656         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4657         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4658         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4659         (wait_segment), (gst_ringbuffer_commit),
4660         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4661         (gst_ringbuffer_clear):
4662         * gst-libs/gst/audio/gstringbuffer.h:
4663         Make the base audiosink return an error when there is no
4664         audiobuffer negotiated.
4665
4666 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4667
4668         * ext/Makefile.am:
4669         Disable cdparanoia until someone ports it!
4670
4671 2005-05-06  Wim Taymans  <wim@fluendo.com>
4672
4673         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4674         (gst_ogg_demux_sink_activate):
4675         And revert after wingo's revert.. sigh..
4676
4677 2005-05-05  Andy Wingo  <wingo@pobox.com>
4678
4679         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
4680         GObject.
4681         * configure.ac: Return audiorate and subparse from the ghetto.
4682         Re-enable -Wall -Werror.
4683         * gst/subparse/gstsubparse.c:
4684         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
4685         or chain-based. Cleaned up a bit. Not tested.
4686         
4687 2005-05-05  Christian Schaller <christian@fluendo.com> 
4688
4689         * Makefile.am: remove stuff that is not building
4690         * configure.ac: remove stuff that is not building
4691         * examples/Makefile.am: remove stuff that is not building
4692         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
4693         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
4694         * sys/Makefile.am: remove stuff that is not building
4695         * testsuite/Makefile.am: remove stuff that is not building
4696
4697 2005-05-05  Andy Wingo  <wingo@pobox.com>
4698
4699         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4700         * gst-libs/gst/tag/gstvorbistag.c:
4701         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
4702         * gst/adder/gstadder.h:
4703         * gst/audioconvert/gstchannelmix.c:
4704         (gst_audio_convert_fill_one_other):
4705         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
4706         (gst_audiorate_init), (gst_audiorate_chain):
4707         * gst/playback/gstplaybasebin.c: (setup_source):
4708         * gst/playback/test3.c: (update_scale):
4709         Some GCC4 fixes
4710         
4711         * po/af.po:
4712         * po/az.po:
4713         * po/cs.po:
4714         * po/en_GB.po:
4715         * po/hu.po:
4716         * po/it.po:
4717         * po/nb.po:
4718         * po/nl.po:
4719         * po/or.po:
4720         * po/sq.po:
4721         * po/sr.po:
4722         * po/sv.po:
4723         * po/uk.po:
4724         * po/vi.po: Foo
4725
4726 2005-05-05  Wim Taymans  <wim@fluendo.com>
4727
4728         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4729         (gst_audio_convert_caps_remove_format_info),
4730         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
4731         (gst_audio_convert_change_state), (gst_audio_convert_channels):
4732         * gst/videotestsrc/gstvideotestsrc.c:
4733         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
4734         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
4735         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
4736         (gst_videotestsrc_init), (gst_videotestsrc_loop):
4737         Don't ignore _push() return values.
4738         Make sure no processing is done when shutting down.
4739         Videotestsrc pad activation fix.
4740
4741 2005-05-05  Wim Taymans  <wim@fluendo.com>
4742
4743         * gst/adder/Makefile.am:
4744         * gst/adder/gstadder.c: (gst_adder_setcaps),
4745         (gst_adder_class_init), (gst_adder_init),
4746         (gst_adder_request_new_pad), (gst_adder_collected),
4747         (gst_adder_change_state):
4748         * gst/adder/gstadder.h:
4749         Ported adder as an example of a mixer element using
4750         collect pads. Needs more negotiation work.
4751
4752 2005-05-05  Wim Taymans  <wim@fluendo.com>
4753
4754         * ext/theora/theoradec.c: (_inc_granulepos),
4755         (theora_dec_src_event), (theora_dec_sink_event),
4756         (theora_handle_comment_packet), (theora_handle_type_packet),
4757         (theora_handle_header_packet), (theora_handle_data_packet),
4758         (theora_dec_chain):
4759         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4760         (gst_theora_enc_init), (theora_enc_sink_setcaps),
4761         (theora_push_buffer), (theora_push_packet),
4762         (theora_enc_sink_event), (theora_enc_chain),
4763         (theora_enc_change_state), (theora_enc_set_property),
4764         (theora_enc_get_property):
4765         Added stream lock to decoder so that we can serialize
4766         the discont event.
4767         More theoraenc porting, recover from errors, do clean
4768         shutdown.
4769
4770 2005-05-05  Wim Taymans  <wim@fluendo.com>
4771
4772         * ext/ogg/Makefile.am:
4773         * ext/ogg/README:
4774         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4775         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
4776         (gst_ogg_print):
4777         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4778         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
4779         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
4780         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
4781         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
4782         (gst_ogg_mux_change_state):
4783         Ported ogg muxer.
4784
4785 2005-05-05  Wim Taymans  <wim@fluendo.com>
4786
4787         * docs/design-audiosinks.txt:
4788         * gst-libs/gst/audio/TODO:
4789         * gst-libs/gst/audio/gstaudiosink.c:
4790         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4791         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4792         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4793         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4794         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4795         (gst_audiosink_create_ringbuffer):
4796         * gst-libs/gst/audio/gstbaseaudiosink.c:
4797         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4798         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4799         (gst_baseaudiosink_set_property), (build_linear_format),
4800         (debug_spec_caps), (debug_spec_buffer),
4801         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4802         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4803         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4804         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4805         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4806         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4807         (gst_ringbuffer_release), (gst_ringbuffer_play),
4808         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4809         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
4810         (gst_ringbuffer_set_sample), (wait_segment),
4811         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
4812         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
4813         More work on the audiosink, mostly debugging and a race in
4814         shutdown.
4815
4816 2005-04-28  Wim Taymans  <wim@fluendo.com>
4817
4818         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4819         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
4820         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
4821         (vorbis_dec_src_query), (vorbis_dec_src_event),
4822         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4823         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4824         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
4825         Don't crap out when seeking back to position 0.
4826
4827 2005-04-28  Wim Taymans  <wim@fluendo.com>
4828
4829         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
4830         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
4831         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
4832         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
4833         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
4834         Make audio sink configurable, use alsasink as default.
4835
4836 2005-04-28  Wim Taymans  <wim@fluendo.com>
4837
4838         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4839         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4840         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4841         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
4842         (vorbis_dec_change_state):
4843         * ext/vorbis/vorbisdec.h:
4844         Refactor, use STREAM_LOCK.
4845
4846 2005-04-28  Wim Taymans  <wim@fluendo.com>
4847
4848         * ext/theora/theoradec.c: (_inc_granulepos),
4849         (theora_dec_sink_event), (theora_handle_comment_packet),
4850         (theora_handle_type_packet), (theora_handle_header_packet),
4851         (theora_handle_data_packet), (theora_dec_chain),
4852         (theora_dec_change_state):
4853         Refactor a bit, use STREAM_LOCK.
4854
4855 2005-04-28  Wim Taymans  <wim@fluendo.com>
4856
4857         * ext/alsa/Makefile.am:
4858         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
4859         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
4860         (gst_alsa_link), (gst_alsa_close_audio):
4861         * ext/alsa/gstalsaplugin.c: (plugin_init):
4862         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
4863         (gst_alsasink_dispose), (gst_alsasink_base_init),
4864         (gst_alsasink_class_init), (gst_alsasink_init),
4865         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
4866         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
4867         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
4868         (gst_alsasink_reset):
4869         * ext/alsa/gstalsasink.h:
4870         Implement alsasink with simple open/write/close API. 
4871         Make alsa dir build by disabling compilation of code.
4872
4873 2005-04-28  Wim Taymans  <wim@fluendo.com>
4874
4875         * gst-libs/gst/audio/Makefile.am:
4876         * gst-libs/gst/audio/audio.h:
4877         * gst-libs/gst/audio/audioclock.c:
4878         * gst-libs/gst/audio/audioclock.h:
4879         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
4880         (gst_audio_clock_class_init), (gst_audio_clock_init),
4881         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
4882         * gst-libs/gst/audio/gstaudioclock.h:
4883         * gst-libs/gst/audio/gstaudiosink.c:
4884         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4885         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4886         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4887         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4888         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4889         (gst_audiosink_create_ringbuffer):
4890         * gst-libs/gst/audio/gstbaseaudiosink.c:
4891         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4892         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4893         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
4894         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
4895         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4896         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4897         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4898         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4899         * gst-libs/gst/audio/gstbaseaudiosink.h:
4900         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4901         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
4902         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4903         (gst_ringbuffer_release), (gst_ringbuffer_play),
4904         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4905         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
4906         (gst_ringbuffer_set_sample), (wait_segment),
4907         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
4908         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
4909         * gst-libs/gst/audio/gstringbuffer.h:
4910         Make ringbuffer faster and more simple by removing the locks
4911         in the playback thread.
4912         Add sample accurate playback based on buffer sample offsets.
4913         Make the baseaudiosink provide a clock.
4914         Parse caps in the base class.
4915         Correctly handle seeking, flushing and state changes.
4916
4917 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4918
4919         * configure.ac:
4920         * gst/audioconvert/Makefile.am:
4921         * gst/audioscale/Makefile.am:
4922           Fix part of the build.  Come on guys, autogen didn't even work :)
4923
4924 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4925
4926         * configure.ac:
4927         * gst-libs/gst/Makefile.am:
4928         * gst-libs/gst/media-info/.cvsignore:
4929         * gst-libs/gst/media-info/Makefile.am:
4930         * gst-libs/gst/media-info/README:
4931         * gst-libs/gst/media-info/media-info-priv.c:
4932         * gst-libs/gst/media-info/media-info-priv.h:
4933         * gst-libs/gst/media-info/media-info-test.c:
4934         * gst-libs/gst/media-info/media-info.c:
4935         * gst-libs/gst/media-info/media-info.h:
4936         * gst-libs/gst/media-info/media-info.vcproj:
4937         * pkgconfig/Makefile.am:
4938         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
4939         * pkgconfig/gstreamer-media-info.pc.in:
4940           Remove media-info, which is also successed by playbin (see Totem
4941           implementation).
4942
4943 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4944
4945         * configure.ac:
4946         * examples/Makefile.am:
4947         * examples/gstplay/.cvsignore:
4948         * examples/gstplay/Makefile.am:
4949         * examples/gstplay/player.c:
4950         * gst-libs/gst/Makefile.am:
4951         * gst-libs/gst/play/.cvsignore:
4952         * gst-libs/gst/play/Makefile.am:
4953         * gst-libs/gst/play/play.c:
4954         * gst-libs/gst/play/play.h:
4955         * gst-libs/gst/play/play.vcproj:
4956         * pkgconfig/Makefile.am:
4957         * pkgconfig/gstreamer-play-uninstalled.pc.in:
4958         * pkgconfig/gstreamer-play.pc.in:
4959           Remove libgstplay, playbin is now the official successor.
4960
4961 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4962
4963         * configure.ac:
4964         * gst-libs/gst/Makefile.am:
4965         * gst-libs/gst/xwindowlistener/Makefile.am:
4966         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
4967         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
4968           Remove deprecated xwindowlistener (I've moved xwindowlistening
4969           in the v4l/v4l2 plugins over to serverside).
4970
4971 2005-04-25  David Schleef  <ds@schleef.org>
4972
4973         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
4974         to examples/dynparams.  Examples do not belong interspersed with
4975         source code.
4976         * examples/dynparams/demo-dparams.c:
4977         * gst/sine/Makefile.am:
4978         * gst/sine/demo-dparams.c:
4979
4980 2005-04-25  David Schleef  <ds@schleef.org>
4981
4982         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
4983         * gst-libs/gst/audio/Makefile.am:
4984         * gst-libs/gst/riff/Makefile.am:
4985         * gst-libs/gst/tag/Makefile.am:
4986         * gst-libs/gst/video/Makefile.am:
4987         * gst-libs/gst/xwindowlistener/Makefile.am:
4988
4989         Convert to 0.9 API, seems to work:
4990         * sys/ximage/Makefile.am:
4991         * sys/ximage/ximagesink.c:
4992
4993 2005-04-24  David Schleef  <ds@schleef.org>
4994
4995         Link plugins against libraries:
4996         * ext/alsa/Makefile.am:
4997         * gst/tcp/Makefile.am:
4998
4999         Remove asm code that should be in liboil
5000         * gst/videoscale/Makefile.am:
5001         * gst/videoscale/videoscale_x86_asm.s:
5002
5003         gettext wants these checked in:
5004         * po/af.po:
5005         * po/az.po:
5006         * po/cs.po:
5007         * po/en_GB.po:
5008         * po/hu.po:
5009         * po/it.po:
5010         * po/nb.po:
5011         * po/nl.po:
5012         * po/or.po:
5013         * po/sq.po:
5014         * po/sr.po:
5015         * po/sv.po:
5016         * po/uk.po:
5017         * po/vi.po:
5018
5019 2005-04-24  David Schleef  <ds@schleef.org>
5020
5021         Convert gst_main() to g_main_loop_run()
5022         * gst/playback/decodetest.c: (main):
5023         * gst/playback/test2.c: (main):
5024         * gst/playback/test3.c: (main):
5025         * gst/playback/test4.c: (main):
5026
5027         Link plugins against libraries:
5028         * ext/libvisual/Makefile.am:
5029         * sys/xvimage/Makefile.am:
5030
5031 2005-04-24  David Schleef  <ds@schleef.org>
5032
5033         * configure.ac: Remove idct and resample libs
5034         * gst-libs/gst/Makefile.am: same
5035
5036         Remove usage of gst_library_load():
5037         * ext/alsa/gstalsaplugin.c: (plugin_init):
5038         * ext/libvisual/visual.c: (plugin_init):
5039         * ext/ogg/gstogg.c: (plugin_init):
5040         * ext/theora/theora.c: (plugin_init):
5041         * ext/vorbis/vorbis.c: (plugin_init):
5042         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5043         * gst/audioscale/gstaudioscale.c:
5044         * gst/adder/gstadder.c: (plugin_init):
5045         * gst/audioconvert/plugin.c: (plugin_init):
5046         * sys/ximage/ximagesink.c: (plugin_init):
5047         * sys/xvimage/xvimagesink.c: (plugin_init):
5048         * gst/tcp/gsttcpplugin.c: (plugin_init):
5049
5050         Link plugins against libraries:
5051         * ext/ogg/Makefile.am:
5052         * ext/theora/Makefile.am:
5053         * ext/vorbis/Makefile.am:
5054         * gst/audioconvert/Makefile.am:
5055
5056         Create proper libraries:
5057         * gst-libs/gst/riff/Makefile.am:
5058         * gst-libs/gst/audio/Makefile.am:
5059         * gst-libs/gst/video/Makefile.am:
5060
5061         Move resample library to audioscale plugin directory:
5062         * gst-libs/gst/resample/Makefile.am:
5063         * gst-libs/gst/resample/README:
5064         * gst-libs/gst/resample/dtof.c:
5065         * gst-libs/gst/resample/dtos.c:
5066         * gst-libs/gst/resample/functable.c:
5067         * gst-libs/gst/resample/private.h:
5068         * gst-libs/gst/resample/resample.c:
5069         * gst-libs/gst/resample/resample.h:
5070         * gst-libs/gst/resample/resample.vcproj:
5071         * gst-libs/gst/resample/test.c:
5072         * gst/audioscale/Makefile.am:
5073         * gst/audioscale/README:
5074         * gst/audioscale/dtof.c:
5075         * gst/audioscale/dtos.c:
5076         * gst/audioscale/functable.c:
5077         * gst/audioscale/private.h:
5078         * gst/audioscale/resample.c:
5079         * gst/audioscale/resample.h:
5080         * gst/audioscale/test.c:
5081
5082         Move tagedit library to gst-libs:
5083         * gst-libs/gst/tag/Makefile.am:
5084         * gst-libs/gst/tag/gstid3tag.c:
5085         * gst-libs/gst/tag/gsttagediting.c:
5086         * gst-libs/gst/tag/gsttageditingprivate.h:
5087         * gst-libs/gst/tag/gstvorbistag.c:
5088         * gst/tags/Makefile.am:
5089         * gst/tags/gstid3tag.c:
5090         * gst/tags/gstvorbistag.c:
5091
5092         Fix for core changes:
5093         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5094         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5095         (gst_sinesrc_getrange):
5096
5097 2005-04-23  David Schleef  <ds@schleef.org>
5098
5099         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5100         in gst-plugins in a long time, and properly belongs in liboil.
5101         * gst-libs/gst/idct/Makefile.am:
5102         * gst-libs/gst/idct/README:
5103         * gst-libs/gst/idct/dct.h:
5104         * gst-libs/gst/idct/doieee:
5105         * gst-libs/gst/idct/fastintidct.c:
5106         * gst-libs/gst/idct/floatidct.c:
5107         * gst-libs/gst/idct/idct.c:
5108         * gst-libs/gst/idct/idct.h:
5109         * gst-libs/gst/idct/idtc.vcproj:
5110         * gst-libs/gst/idct/ieeetest.c:
5111         * gst-libs/gst/idct/intidct.c:
5112
5113 2005-04-20  Wim Taymans  <wim@fluendo.com>
5114
5115         * docs/design-audiosinks.txt:
5116         * gst-libs/gst/audio/Makefile.am:
5117         * gst-libs/gst/audio/TODO:
5118         * gst-libs/gst/audio/gstaudiosink.c:
5119         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5120         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5121         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5122         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5123         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5124         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5125         (gst_audiosink_class_init), (gst_audiosink_init),
5126         (gst_audiosink_create_ringbuffer):
5127         * gst-libs/gst/audio/gstaudiosink.h:
5128         * gst-libs/gst/audio/gstbaseaudiosink.c:
5129         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5130         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5131         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5132         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5133         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5134         (gst_baseaudiosink_create_ringbuffer),
5135         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5136         * gst-libs/gst/audio/gstbaseaudiosink.h:
5137         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5138         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5139         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5140         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5141         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5142         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5143         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5144         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5145         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5146         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5147         * gst-libs/gst/audio/gstringbuffer.h:
5148         An attempt at a set of audio base classes together with some
5149         design docs.
5150
5151 2005-04-20  Wim Taymans  <wim@fluendo.com>
5152
5153         * gst/audioconvert/Makefile.am:
5154         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5155         (gst_audio_convert_caps_remove_format_info),
5156         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5157         (gst_audio_convert_channels):
5158         Link against audio libs.
5159         Fix audio convert plugin.
5160
5161 2005-04-20  Wim Taymans  <wim@fluendo.com>
5162
5163         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5164         (gst_ogg_demux_sink_activate):
5165         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5166         (theora_set_header_on_caps), (theora_enc_sink_event),
5167         (theora_enc_chain):
5168         Fix theora encoder.
5169
5170 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5171
5172         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5173         * gst/playback/gstdecodebin.c: (find_compatibles):
5174           Work with staticpadtemplates in elementfactories.
5175
5176 2005-04-12  Wim Taymans  <wim@fluendo.com>
5177
5178         * gst/playback/README:
5179         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5180         (compare_ranks), (print_feature), (gst_decode_bin_init),
5181         (dynamic_create), (dynamic_free), (find_compatibles),
5182         (mimetype_is_raw), (close_pad_link), (got_redirect),
5183         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5184         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5185         (gst_decode_bin_change_state):
5186         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5187         (gst_play_base_bin_init), (group_destroy), (group_commit),
5188         (check_queue), (queue_overrun), (queue_threshold_reached),
5189         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5190         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5191         (got_redirect), (setup_source), (play_base_eos),
5192         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5193         (gst_play_base_bin_remove_element):
5194         * gst/playback/gstplaybasebin.h:
5195         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5196         (gst_play_bin_init), (gst_play_bin_dispose),
5197         (gst_play_bin_set_property), (gen_video_element),
5198         (gen_text_element), (gen_audio_element), (remove_sinks),
5199         (gst_play_bin_send_event):
5200         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5201         (stream_info_change_state), (gst_stream_info_set_mute):
5202         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5203         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5204         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5205         (gst_stream_selector_chain):
5206         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5207         (main):
5208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5209         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5210         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5211         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5212         Raw and crude port of decodebin. 
5213         Make playbin compile.
5214
5215 2005-04-06  Wim Taymans  <wim@fluendo.com>
5216
5217         * ext/gnomevfs/Makefile.am:
5218         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5219         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5220         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5221         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5222         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5223         (gst_gnomevfssrc_stop):
5224         * ext/ogg/Makefile.am:
5225         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5226         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5227         * ext/theora/Makefile.am:
5228         * ext/theora/theoradec.c: (_inc_granulepos),
5229         (theora_dec_sink_event), (theora_dec_chain):
5230         * ext/vorbis/Makefile.am:
5231         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5232         (vorbis_dec_sink_event), (vorbis_dec_chain):
5233         * gst-libs/gst/audio/Makefile.am:
5234         * sys/xvimage/Makefile.am:
5235         Make gnomevfssrc extend the source base class.
5236         Fix linking against libs in various plugins.
5237
5238 2005-04-06  Andy Wingo  <wingo@pobox.com>
5239
5240         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5241         GST_BASE_LIBS.
5242
5243         * configure.ac: Add check and AC_SUBST for libgstbase.
5244
5245 2005-03-31  Wim Taymans  <wim@fluendo.com>
5246
5247         * examples/seeking/Makefile.am:
5248         * examples/seeking/cdparanoia.c: (main):
5249         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5250         (play_cb), (pause_cb), (stop_cb), (main):
5251         * examples/seeking/playbin.c:
5252         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5253         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5254         (make_sid_pipeline), (make_vorbis_pipeline),
5255         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5256         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5257         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5258         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5259         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5260         (stop_cb), (main):
5261         * examples/seeking/spider_seek.c:
5262         * examples/seeking/vorbisfile.c:
5263         * ext/gnomevfs/Makefile.am:
5264         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5265         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5266         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5267         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5268         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5269         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5270         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5271         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5272         * ext/ogg/README:
5273         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5274         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5275         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5276         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5277         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5278         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5279         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5280         (gst_ogg_demux_factory_filter), (compare_ranks),
5281         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5282         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5283         (gst_ogg_chain_new), (gst_ogg_chain_free),
5284         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5285         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5286         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5287         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5288         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5289         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5290         (gst_ogg_demux_get_prev_page),
5291         (gst_ogg_demux_deactivate_current_chain),
5292         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5293         (gst_ogg_demux_bisect_forward_serialno),
5294         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5295         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5296         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5297         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5298         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5299         (gst_ogg_demux_change_state), (gst_ogg_print):
5300         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5301         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5302         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5303         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5304         (gst_ogg_mux_loop):
5305         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5306         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5307         (theora_dec_src_convert), (theora_dec_sink_convert),
5308         (theora_dec_src_query), (theora_dec_src_event),
5309         (theora_dec_sink_event), (theora_dec_chain),
5310         (theora_dec_change_state):
5311         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5312         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5313         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5314         (theora_enc_change_state):
5315         * ext/vorbis/Makefile.am:
5316         * ext/vorbis/oggvorbisenc.c:
5317         * ext/vorbis/oggvorbisenc.h:
5318         * ext/vorbis/vorbis.c: (plugin_init):
5319         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5320         (vorbis_dec_src_query), (vorbis_dec_src_event),
5321         (vorbis_dec_sink_event), (vorbis_dec_chain),
5322         (vorbis_dec_change_state):
5323         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5324         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5325         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5326         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5327         (gst_vorbisenc_change_state):
5328         * ext/vorbis/vorbisenc.h:
5329         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5330         * gst-libs/gst/audio/audioclock.c:
5331         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5332         (gst_audiofilter_init), (gst_audiofilter_chain):
5333         * gst-libs/gst/audio/testchannels.c: (main):
5334         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5335         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5336         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5337         (gmip_find_track_streaminfo), (gmip_find_track_format):
5338         * gst-libs/gst/media-info/media-info.c:
5339         (gst_media_info_read_idler):
5340         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5341         (gst_play_get_all_by_interface):
5342         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5343         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5344         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5345         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5346         (gst_riff_parse_info):
5347         * gst-libs/gst/riff/riff-read.h:
5348         * gst-libs/gst/riff/riff.c: (plugin_init):
5349         * gst-libs/gst/video/Makefile.am:
5350         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
5351         (gst_videosink_class_init), (gst_videosink_get_type):
5352         * gst-libs/gst/video/videosink.h:
5353         * gst/audioconvert/bufferframesconvert.c:
5354         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
5355         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
5356         * gst/audioconvert/channelmixtest.c: (main):
5357         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5358         (gst_audio_convert_chain),
5359         (gst_audio_convert_caps_remove_format_info),
5360         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
5361         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
5362         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
5363         (gst_audio_convert_buffer_to_default_format),
5364         (gst_audio_convert_buffer_from_default_format),
5365         (gst_audio_convert_channels):
5366         * gst/audioconvert/gstchannelmix.h:
5367         * gst/ffmpegcolorspace/avcodec.h:
5368         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5369         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5370         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
5371         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
5372         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
5373         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5374         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5375         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5376         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5377         (dv_type_find):
5378         * gst/videotestsrc/gstvideotestsrc.c:
5379         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
5380         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
5381         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
5382         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
5383         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
5384         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
5385         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
5386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5387         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
5388         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
5389         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
5390         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5391         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5392         (gst_xvimagesink_navigation_send_event),
5393         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
5394         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
5395         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5396         * sys/xvimage/xvimagesink.h:
5397         Plugin port to 0.9, ogg/theora playback should work in the seek
5398         example now.
5399         Removed old examples.
5400         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
5401         explained in 0.9 TODO doc.
5402
5403
5404 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5405
5406         * autogen.sh:
5407         * configure.ac:
5408         * ext/Makefile.am:
5409         * gst/Makefile.am:
5410         * po/POTFILES.in:
5411         * po/af.po:
5412         * po/az.po:
5413         * po/cs.po:
5414         * po/en_GB.po:
5415         * po/hu.po:
5416         * po/it.po:
5417         * po/nb.po:
5418         * po/nl.po:
5419         * po/or.po:
5420         * po/sq.po:
5421         * po/sr.po:
5422         * po/sv.po:
5423         * po/uk.po:
5424         * po/vi.po:
5425         * sys/Makefile.am:
5426         * testsuite/Makefile.am:
5427           remove a whole bunch of plugins.  This module now contains a set
5428           of free reference plugins/elements as agreed.
5429
5430 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5431
5432         * configure.ac:
5433           hunting season on 0.9 is now OPEN
5434
5435 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5436
5437         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5438           Kick the hell out of gcc for not warning me about a symbol conflict.
5439
5440 2005-02-22  Luca Ognibene  <luogni@tin.it>
5441
5442         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5443
5444         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
5445           Don't leak caps string (fixes #168134)
5446
5447         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
5448         (gst_jpegenc_init), (gst_jpegenc_finalize),
5449         (gst_jpegenc_change_state):
5450           Don't leak line buffers and context struct (fixes #168133).
5451
5452 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
5453
5454         * configure.ac:
5455         * ext/dirac/gstdiracdec.cc:
5456         (gst_diracdec_chain):
5457           Since dirac 0.5.0 the framerate in dirac is expressed as a
5458           rational number. Fix build and up requirement to 0.5.0, and
5459           also pass parameters to gst_diracdec_link in the right order
5460           (fixes #167959).
5461
5462 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
5463
5464         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
5465         * ext/faad/gstfaad.h:
5466         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
5467         certain invalid muxed streams, where some packets will contain 
5468         junk after decoder data. Partially fixes #149158.
5469
5470 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
5471         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
5472           Make sure we only write to writable buffers
5473
5474 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
5475
5476         * gst-libs/gst/riff/riff-media.c:
5477         (gst_riff_create_audio_caps_with_data):
5478           Do actually fix invalid RIFF fmt header values for alaw
5479           and mulaw audio instead of just saying so.
5480
5481         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
5482           Give gst_riff_create_audio_caps_with_data() a chance to
5483           fix up broken format header fields before extracting any
5484           parameters from the header. (fixes #167633)
5485
5486 2005-02-19  Martin Holters  <martin.holters@gmx.de>
5487
5488         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5489
5490         * gst/audioconvert/bufferframesconvert.c:
5491         (buffer_frames_convert_link):
5492           Don't leak othercaps. (fixes #167878)
5493
5494 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
5495
5496         * configure.ac:
5497         * ext/libvisual/visual.c: (gst_visual_srclink),
5498         (gst_visual_change_state):
5499           Support libvisual 0.2.0.
5500
5501 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
5502
5503         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
5504         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
5505           Use same rowstrides for I420 as used everywhere else.
5506
5507 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
5508
5509         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
5510           Declare variables at beginning of block and make gcc-2.95 happy
5511           (fixes # 167482, patch by Gergely Nagy).
5512           
5513         * gst/tcp/gsttcpclientsrc.c:
5514         * gst/tcp/gsttcpclientsrc.h:
5515           Move some includes into the header, so that struct sockaddr_in is
5516           defined when it should be defined on FreeBSD as well (fixes
5517           #167483).
5518           
5519         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
5520           Don't pass uninitialised values to setsockopt() here either.
5521
5522 2005-02-17  Luca Ognibene  <luogni at tin dot it>
5523
5524         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5525
5526         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
5527           Don't pass uninitialised values to setsockopt(). (fixes #167704)
5528
5529 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5530
5531         * gst/playback/gstplaybin.c: (add_sink):
5532           Invert bin_add/link order to workaround deadlock in opt.
5533
5534 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5535
5536         * gst/modplug/gstmodplug.cc:
5537           Add missing break causing position queries to fail.
5538
5539 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5540
5541         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
5542           Granpos can apparently be -1, which screws up calculations...
5543
5544 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
5545
5546         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
5547         (gst_ximagesink_send_pending_navigation),
5548         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
5549         (gst_ximagesink_init):
5550         * sys/ximage/ximagesink.h:
5551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
5552         (gst_xvimagesink_send_pending_navigation),
5553         (gst_xvimagesink_navigation_send_event),
5554         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
5555         * sys/xvimage/xvimagesink.h:
5556           Use a mutex protected list to marshal navigation
5557           events into the stream thread from whichever thread
5558           sends them.
5559
5560 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
5561
5562         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
5563           Display current position and track length; misc. clean-ups.
5564           
5565         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
5566         (speed_init), (speed_chain):
5567           Add query function, so that the stream length and current position
5568           get adjusted when queried (note that current position queries may
5569           still be wrong if the audio sink returns values based on buffer
5570           timestamps instead of passing on the query).
5571
5572 2005-02-13  Benjamin Otte  <otte@gnome.org>
5573
5574         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
5575         (gst_audio_convert_channels):
5576           create channel conversion matrix when linking
5577         * gst/audioconvert/.cvsignore:
5578         * gst/audioconvert/Makefile.am:
5579         * gst/audioconvert/channelmixtest.c: (main):
5580           add (ugly) test that ensures stereo <=> mono conversion works
5581           correctly
5582
5583 2005-02-13  Benjamin Otte  <otte@gnome.org>
5584
5585         * gst/audioconvert/gstchannelmix.h:
5586           include missing header file
5587         * gst/audioconvert/gstchannelmix.c:
5588         (gst_audio_convert_fill_compatible):
5589           use same sign for both channels when converting to/from compatible
5590           channel. Previously used different signs made the signals cancel
5591           each other out and appear like silence. (fixes #167269)
5592
5593 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
5594
5595         * gst/ffmpegcolorspace/avcodec.h:
5596         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5597         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5598         (gst_ffmpegcsp_avpicture_fill):
5599         * gst/ffmpegcolorspace/imgconvert.c:
5600           Convert to and from YV12 (fixes #156379).
5601
5602 2005-02-12  Julien MOUTTE  <julien@moutte.net>
5603
5604         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
5605         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
5606         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
5607         (gst_ximagesink_expose), (gst_ximagesink_set_property),
5608         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
5609         methods from chain and negotiation and vice versa (Fixes #166142).
5610         * sys/ximage/ximagesink.h: Add stream_lock.
5611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
5612         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5613         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5614         (gst_xvimagesink_expose): Check for xcontext before trying to link.
5615
5616 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
5617
5618         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
5619           Don't send "Hey! You gave me a NULL pointer you naughty person" as
5620           error message when we can't open the DVD device (when dvdnav_open()
5621           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
5622           the above). Send something more useful instead (fixes #167117).
5623
5624 2005-02-11  Julien MOUTTE  <julien@moutte.net>
5625
5626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5627         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
5628         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5629         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5630         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5631         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
5632         methods from chain and negotiation and vice versa (Fixes #166142).
5633         Fix a possible bug of images in the buffer pool being discarded because
5634         we are looking at the wrong geometry.
5635         * sys/xvimage/xvimagesink.h: Add stream_lock.
5636
5637 2005-02-11  David Schleef  <ds@schleef.org>
5638
5639         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
5640         unsigned int. (fixes #167128)
5641
5642 2005-02-11  David Schleef  <ds@schleef.org>
5643
5644         * gst/librfb/Makefile.am: Testing stuff before committing is
5645           for wimps... and people with fast machines.  Fix stupid
5646           mistake.
5647
5648 2005-02-11  David Schleef  <ds@schleef.org>
5649
5650         * configure.ac: Pull in librfb from my CVS tree, because it is
5651           too small and annoying to be separate.  Move rfbsrc plugin
5652           to gst/.
5653         * ext/Makefile.am:
5654         * ext/librfb/Makefile.am:
5655         * ext/librfb/gstrfbsrc.c:
5656         * gst/librfb/Makefile.am:
5657         * gst/librfb/gstrfbsrc.c:
5658         * gst/librfb/rfb.c:
5659         * gst/librfb/rfb.h:
5660         * gst/librfb/rfbbuffer.c:
5661         * gst/librfb/rfbbuffer.h:
5662         * gst/librfb/rfbbytestream.c:
5663         * gst/librfb/rfbbytestream.h:
5664         * gst/librfb/rfbcontext.h:
5665         * gst/librfb/rfbdecoder.c:
5666         * gst/librfb/rfbdecoder.h:
5667         * gst/librfb/rfbutil.h:
5668
5669 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
5670
5671         * gst/speed/Makefile.am:
5672         * gst/speed/demo-mp3.c: (main):
5673         * gst/speed/filter.func:
5674         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
5675         (speed_class_init), (speed_init), (speed_chain_int16),
5676         (speed_chain_float32), (speed_chain), (speed_set_property),
5677         (speed_get_property), (speed_change_state):
5678         * gst/speed/gstspeed.h:
5679           Fix speed element and make it chain-based (fixes #156467),
5680           and make it handle more than one channel.
5681
5682 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
5683
5684         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
5685         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
5686         (gst_dtsdec_chain), (gst_dtsdec_change_state):
5687         * ext/dts/gstdtsdec.h:
5688           Don't clobber the stack constructing the channels array.
5689           Make the element chain-based. DTS tracks can now be played.
5690           
5691 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
5692
5693         * gst-libs/gst/audio/multichannel.h:
5694         * gst-libs/gst/gconf/gconf.h:
5695         * gst-libs/gst/idct/idct.h:
5696         * gst-libs/gst/media-info/media-info-priv.h:
5697         * gst-libs/gst/play/play.h:
5698         * gst-libs/gst/resample/private.h:
5699         * gst-libs/gst/resample/resample.h:
5700         * gst-libs/gst/riff/riff-ids.h:
5701         * gst-libs/gst/video/video.h:
5702         * gst-libs/gst/video/videosink.h:
5703           Add G_BEGIN_DECLS and G_END_DECLS around headers where
5704           missing, so that they work when included from C++ code.
5705
5706 2005-02-09  David Schleef  <ds@schleef.org>
5707
5708         * testsuite/gst-lint: Check for non-statically scoped
5709           parent_class variables.  This won't be a problem once
5710           plugins are loaded with RTLD_LOCAL.
5711
5712 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5713
5714         * ext/mplex/gstmplexibitstream.cc:
5715           gcc madness.
5716
5717 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5718
5719         * ext/ogg/gstogmparse.c:
5720         * gst/debug/gstnavigationtest.c:
5721           Die, thou faulty symbol pollutors (non-static parent_class).
5722
5723 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5724
5725         * ext/mplex/gstmplexibitstream.cc:
5726           Fix event handling (#165525).
5727
5728 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5729
5730         * ext/mikmod/gstmikmod.c:
5731         * gst/modplug/gstmodplug.cc:
5732           Add missing endianness to template (fixes #165509).
5733
5734 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5735
5736         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
5737           Fix wrong order of reading of optional bytes (#165290).
5738
5739 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5740
5741         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5742           Implement FILLER event awareness.
5743
5744 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5745
5746         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
5747           Fix track calculations (#166208).
5748
5749 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
5750
5751         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5752
5753         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
5754         * ext/libpng/gstpngenc.c:
5755           Fix byte-order, use proper fixed caps. Fixes #164197.
5756
5757 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
5758
5759         * configure.ac:
5760           Add dvdlpcmdec 
5761
5762         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
5763         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
5764           Don't push buffers if the src pad isn't negotiated yet.
5765           
5766         * gst/audioconvert/gstaudioconvert.c:
5767         (gst_audio_convert_buffer_to_default_format),
5768         (gst_audio_convert_buffer_from_default_format):
5769           Add support for 24-bit width.
5770
5771         * gst/dvdlpcmdec/.cvsignore:
5772         * gst/dvdlpcmdec/Makefile.am:
5773         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
5774         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
5775         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
5776         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
5777         (plugin_init):
5778         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
5779           New decoder for rearranging DVD LPCM into our audio/x-raw-int
5780           format. Needs support for the channels maps if someone can find 
5781           a DVD LPCM track with > 2 channels.
5782
5783         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
5784         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
5785         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
5786         * gst/mpegstream/gstdvddemux.h:
5787         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
5788         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
5789         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
5790         * gst/mpegstream/gstmpegdemux.h:
5791         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
5792         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
5793         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
5794         (gst_mpeg_parse_handle_src_query),
5795         (gst_mpeg_parse_handle_src_event):
5796           Use audio/x-dvd-lpcm for LPCM output.
5797           Add DTS output.
5798
5799 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
5800
5801         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5802
5803         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
5804         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
5805           Add BGRA handling (#165736).
5806
5807 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
5808
5809         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5810
5811         * gst/law/alaw-decode.c: (alawdec_link):
5812         * gst/law/alaw-encode.c: (alawenc_link):
5813         * gst/law/mulaw-decode.c: (mulawdec_link):
5814         * gst/law/mulaw-encode.c: (mulawenc_link):
5815           Fix caps memleaks (#166600).
5816
5817 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
5818
5819         * ext/tarkin/mem.h:
5820         * ext/tarkin/wavelet.h:
5821         * ext/tarkin/yuv.h:
5822         * gst/ffmpegcolorspace/avcodec.h:
5823           Include "_stdint.h" instead of <stdint.h>. Fixes build on
5824           systems that don't have stdint.h, like Solaris9 (fixes #166631).
5825
5826 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5827
5828         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
5829         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
5830         (gst_xvimagesink_change_state):
5831           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
5832           Xv video (and thereby regenerate Xv colourkey) in clear() so
5833           that PLAY -> READY -> PLAY works (fixes #162504).
5834
5835 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5836
5837         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
5838           Switch to list instead of range, since MJPEG-devices really just
5839           support decimations, not any size.
5840
5841 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
5842         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
5843         (gst_mpeg2dec_reset), (free_all_buffers),
5844         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
5845         * ext/mpeg2dec/gstmpeg2dec.h:
5846           The libmpeg2 user-allocated buffer management is awkward, 
5847           to say the least. Hopefully this fixes things.
5848
5849 2005-02-04  Andy Wingo  <wingo@pobox.com>
5850
5851         * gst/audioconvert/bufferframesconvert.c
5852         (buffer_frames_convert_fixate): New function, fixates to 256
5853         frames per buffer by default. (Much better than 1.)
5854         (buffer_frames_convert_init): Set the fixate function for both src
5855         and sink pad.
5856         (buffer_frames_convert_link): After success setting nonfixed caps,
5857         get the negotiated caps so we can know how many buffer-frames it
5858         will be. No idea how this worked at all before.
5859
5860 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
5861
5862         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
5863         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
5864         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
5865         (handle_sequence), (handle_picture):
5866         * ext/mpeg2dec/gstmpeg2dec.h:
5867           Rearrange buffer tracking and refcounting and refactor
5868           a little for readability. 
5869
5870 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
5871         * sys/v4l/gstv4l.c: (plugin_init):
5872         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
5873         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
5874         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
5875         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
5876         * sys/v4l/gstv4ljpegsrc.h:
5877         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
5878         * sys/v4l/v4l_calls.h:
5879         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
5880         (gst_v4lsrc_get_fps):
5881         * sys/v4l/v4lsrc_calls.h:
5882           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
5883           you jpeg inside rgb frames" driver.
5884           Don't error in the v4lsrc link function, just return 
5885           REFUSED.
5886
5887 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5888
5889         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
5890         (gst_qcamsrc_open):
5891           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
5892
5893 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5894
5895         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
5896           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
5897
5898 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5899
5900         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
5901           Reset negotiated state on PAUSED->READY.
5902
5903 2005-02-02  David Schleef  <ds@schleef.org>
5904
5905         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
5906         whereever possible.  (Fixes #165997)
5907         * examples/capsfilter/capsfilter1.c: (main):
5908         * examples/dynparams/filter.c: (create_ui):
5909         * examples/seeking/cdparanoia.c: (get_track_info), (main):
5910         * examples/seeking/chained.c: (main):
5911         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5912         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5913         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
5914         (make_mpeg_pipeline), (make_mpegnt_pipeline):
5915         * examples/seeking/spider_seek.c: (make_spider_pipeline):
5916         * examples/switch/switcher.c: (main):
5917         * ext/dv/demo-play.c: (main):
5918         * ext/faad/gstfaad.c: (gst_faad_change_state):
5919         * ext/mad/gstmad.c: (gst_mad_chain):
5920         * ext/smoothwave/demo-osssrc.c: (main):
5921         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
5922         (gst_gconf_render_bin_from_description),
5923         (gst_gconf_get_default_audio_sink),
5924         (gst_gconf_get_default_video_sink),
5925         (gst_gconf_get_default_audio_src),
5926         (gst_gconf_get_default_video_src),
5927         (gst_gconf_get_default_visualization_element):
5928         * gst/level/demo.c: (main):
5929         * gst/level/plot.c: (main):
5930         * gst/playback/gstplaybin.c: (gen_video_element),
5931         (gen_audio_element):
5932         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
5933         * gst/playondemand/demo-mp3.c: (setup_pipeline):
5934         * gst/sine/demo-dparams.c: (main):
5935         * gst/spectrum/demo-osssrc.c: (main):
5936         * gst/speed/demo-mp3.c: (main):
5937         * gst/volume/demo.c: (main):
5938         * testsuite/embed/embed.c: (main):
5939
5940 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
5941
5942         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
5943         (gst_tcpclientsink_finalize):
5944         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
5945         (gst_tcpclientsrc_finalize):
5946         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
5947         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
5948         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
5949         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
5950           Don't leak the hostname when shutting down.
5951           In tcpserversrc, take a copy of the default hostname.
5952
5953 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5954
5955         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
5956           Set caps to systemstream=TRUE.
5957
5958 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5959
5960         * testsuite/Makefile.am:
5961           Fix more OSX buildbots.
5962
5963 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
5964
5965         * ext/mpeg2dec/gstmpeg2dec.c:
5966           Don't send things to NULL PAD_PEERs
5967
5968         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
5969           Copy-on-write the incoming buffer.
5970
5971         * gst/mpegstream/gstdvddemux.h:
5972         * gst/mpegstream/gstmpegclock.h:
5973         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
5974         (normal_seek), (gst_mpeg_demux_handle_src_event):
5975         * gst/mpegstream/gstmpegdemux.h:
5976         * gst/mpegstream/gstmpegpacketize.h:
5977         * gst/mpegstream/gstmpegparse.c:
5978         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
5979         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
5980         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
5981         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
5982         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
5983         * gst/mpegstream/gstmpegparse.h:
5984         * gst/mpegstream/gstrfc2250enc.h:
5985           Various changes to the way time is computed that make seeking and
5986           total time estimation much better here.
5987           Use G_BEGIN/END_DECLS instead of __cplusplus
5988
5989         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
5990           Use gst_buffer_stamp instead of only copying the TIMESTAMP
5991
5992 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5993
5994         * gst/subparse/gstsubparse.c:
5995           Fix OSX buildbot.
5996
5997 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
5998
5999         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6000         (theora_enc_chain), (theora_enc_change_state):
6001         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6002         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6003         (gst_vorbisenc_change_state):
6004         * ext/vorbis/vorbisenc.h:
6005           Set granulepos and timestamp correctly for streams not
6006           starting at 0, taking into account the initial delay.
6007
6008 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6009
6010         * gst/mpegstream/gstdvddemux.c:
6011           Add audio/x-dts to audio pad template caps
6012
6013 2005-01-30  David Schleef  <ds@schleef.org>
6014
6015         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6016         (create_context), (gst_polypsink_link): Fix silly endianness
6017         bug.  Add some debugging.  Remove float from caps; it doesn't
6018         work.  Attempt to get remote audio working.
6019
6020 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6021
6022         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6023           Add 3IV2 fourcc.
6024
6025 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6026
6027         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6028         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6029         (gst_avi_demux_stream_data):
6030         * gst/avi/gstavidemux.h:
6031           Invert DIB images. Fixes #132341.
6032
6033 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6034
6035         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6036         (gst_ffmpegcsp_chain):
6037           D'oh, reference the palette data, not the palette structure.
6038           Fixes color distortion in #132341.
6039
6040 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6041
6042         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6043           PAR can be non-fixed when not provided as argument (#162626).
6044
6045 2005-01-29  David Moore  <dcm@acm.org>
6046
6047         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6048
6049         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6050         (gst_qtdemux_loop_header):
6051           Re-apply patch from #142272 that allows non-seekable sources,
6052           re-proposed by Daniel Drake <dsd@gentoo.org>.
6053
6054 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6055
6056         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6057           Use the src template for creating the src pad (#162330).
6058
6059 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6060
6061         * configure.ac:
6062         * ext/musepack/Makefile.am:
6063         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6064         (gst_musepackdec_init), (gst_musepackdec_dispose),
6065         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6066         (gst_musepack_stream_init), (gst_musepackdec_loop),
6067         (gst_musepackdec_change_state):
6068         * ext/musepack/gstmusepackdec.cpp:
6069         * ext/musepack/gstmusepackdec.h:
6070         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6071         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6072         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6073         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6074         * ext/musepack/gstmusepackreader.cpp:
6075         * ext/musepack/gstmusepackreader.h:
6076           Update to 1.1 API (#165446).
6077
6078 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6079
6080         * ext/Makefile.am:
6081           Unbreak buildbot.
6082
6083 2005-01-28  Andy Wingo  <wingo@pobox.com>
6084
6085         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6086         to reflect a different dubious internet source. Add a reference
6087         and some commentary.
6088
6089 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6090
6091         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6092         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6093         * gst/playback/gststreamselector.h:
6094           Be more selective when we're redoing caps negotiation from
6095           within the chain function on a stream change.
6096
6097 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6098
6099         * configure.ac:
6100         * ext/Makefile.am:
6101         * ext/amrnb/Makefile.am:
6102         * ext/amrnb/amrnb.c: (plugin_init):
6103         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6104         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6105         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6106         (gst_amrnbdec_state_change):
6107         * ext/amrnb/amrnbdec.h:
6108         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6109         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6110         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6111         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6112         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6113         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6114         * ext/amrnb/amrnbparse.h:
6115           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6116         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6117           Add AMR-NB/-WB raw formats.
6118         * ext/alsa/gstalsa.c: (gst_alsa_link):
6119           Keep valid time when changing format.
6120         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6121         (qtdemux_parse_trak):
6122           Add some more format-specific options (#140141, #143555, #155163).
6123
6124 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6125
6126         * gst/matroska/matroska-demux.c:
6127         (gst_matroska_demux_parse_blockgroup):
6128           Fix logic error in timing of subtitle stream synchronization.
6129         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6130           Add skip-chunk, which is found in kodak-camera streams.
6131
6132 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6133
6134         * po/LINGUAS:
6135         * po/vi.po:
6136           Adding Vietnamese translation (submitted by Clytie Siddall)
6137
6138 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6139
6140         * gst/playback/gstdecodebin.c: (try_to_link_1):
6141           Use realpad for signal.
6142
6143 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6144
6145         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6146           Fix category so decodebin picks it up.
6147
6148 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6149
6150         * ext/mad/Makefile.am:
6151         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6152         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6153         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6154         (found_type), (gst_id3demux_bin_change_state):
6155         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6156         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6157         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6158         (gst_id3_tag_change_state), (plugin_init):
6159         * ext/mad/gstmad.h:
6160           Add id3demuxbin (which is a simple bin consisting of id3demux
6161           and typefind), take over rank from id3demux, remove typefind
6162           code from id3demux. Makes all broken mp3s that I know of work,
6163           and thereby fixes #152688.
6164
6165 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6166
6167         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6168
6169         * ext/mad/gstmad.c: (gst_mad_src_event):
6170         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6171           Allow seeks on audio pad, make mad forward those (#164826).
6172         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6173           Set duration (#165335).
6174
6175 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6176
6177         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6178         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6179         (gst_asf_demux_process_ext_content_desc),
6180         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6181         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6182         * gst/asfdemux/gstasfdemux.h:
6183           Improve metadata display, e.g. if the metadata comes before the
6184           streams are loaded (which is perfectly valid).
6185
6186 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6187
6188         * tools/gst-launch-ext-m.m:
6189           Fix AVI/ASF pipelines (#165340).
6190
6191 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6192         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6193         build failure on amd64
6194
6195 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6196
6197         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6198         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6199           Check environment variables GST_ID3V2_TAG_ENCODING,
6200           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6201           list of character encodings to force interpretation of non-unicode
6202           strings stored in an ID3v2 tag to a particular encoding. If none
6203           is specified, try to use current locale's encoding, then fall back
6204           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6205         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6206         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6207           Check environment variables GST_ID3V1_TAG_ENCODING,
6208           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6209           list of character encodings to use in case a string encountered
6210           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6211           specified, try to use the current locale's encoding, then fall
6212           back to ISO-8859-1 (which will always succeed).
6213
6214 2005-01-25  Benjamin Otte  <otte@gnome.org>
6215
6216         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6217           - on half framerate, compute the rate in advance so the comparisons
6218             don't compare wrong values
6219           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6220             behaviour
6221           - don't use mad_header_decode anymore, mad_frame_decode does that
6222             automatically
6223           - when getting rid of consumed bytes, reset the stream's skiplen
6224           (fixes #163867)
6225
6226 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6227
6228         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6229           Use 1/2 a second for default max_discont, as PES streams from DVB
6230           seem to have larger spacings in the SCR. 
6231           Fix a typo.
6232
6233 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6234
6235         * gst/playback/gstplaybasebin.c: (group_commit):
6236           Notify delayed stream-info availability.
6237
6238 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6239         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6240         (gst_a52dec_handle_event), (gst_a52dec_chain):
6241         Add some debug output. Check that a discont has a valid
6242         time associated.
6243         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6244         (gst_alsa_sink_loop):
6245         Ignore TAG events. A little extra debug for broken timestamps.
6246         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6247         (dvdnavsrc_change_state):
6248         Ensure we send a discont to engage the link before we send any
6249         other events.
6250         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6251         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6252         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6253         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6254         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6255         dvd://title works in totem because typefinding sends a seek that ends
6256         up going back to chapter 1 regardless.
6257         * ext/mpeg2dec/gstmpeg2dec.c:
6258         * ext/mpeg2dec/gstmpeg2dec.h:
6259         Output correct timestamps and handle disconts.
6260         * ext/ogg/gstoggdemux.c: (get_relative):
6261         Small guard against a null dereference.
6262         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6263         (gst_textoverlay_set_property):
6264         Free memory when done. Don't call gst_event_filler_get_duration on
6265         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6266         g_warning.
6267         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6268         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6269         (gst_sw_srclink), (gst_smoothwave_chain):
6270         Draw solid lines, prettier colours.
6271         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6272         Add a default palette that'll work for some movies.
6273         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6274         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6275         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6276         * gst/mpegstream/gstdvddemux.h:
6277         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6278         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6279         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6280         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6281         * gst/mpegstream/gstmpegparse.h:
6282         Use PTM/NAV events when for timestamp adjustment when connected to 
6283         dvdnavsrc. Don't use many discont events where one suffices.
6284         * gst/playback/gstplaybasebin.c: (group_destroy),
6285         (gen_preroll_element), (gst_play_base_bin_add_element):
6286         * gst/playback/gstplaybasebin.h:
6287         Make sure we remove subtitles from the same bin we put them in.
6288         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6289         (gst_subparse_buffer_format_autodetect),
6290         (gst_subparse_change_state):
6291         Fix some memleaks and invalid accesses.
6292         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6293         (oggskel_type_find), (cmml_type_find), (plugin_init):
6294         Some typefind functions for Annodex v3.0 files
6295         * gst/wavparse/gstwavparse.h:
6296         GstRiffReadClass is the correct parent class.
6297
6298 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6299
6300         * gst-libs/gst/riff/riff-media.c:
6301         (gst_riff_create_video_caps_with_data):
6302           Add extradata to huffyuv (fixes #165013).
6303         * gst-libs/gst/riff/riff-read.c:
6304         (gst_riff_read_strf_vids_with_data):
6305           Fix extradata extraction if it is in the chunk size.
6306
6307 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6308
6309         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6310
6311         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6312         (gst_quarktv_change_state), (gst_quarktv_dispose):
6313           Memory free'ing location fix (#164708).
6314
6315 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6316
6317         * gst/playback/gstplaybasebin.c: (group_commit),
6318         (gen_preroll_element), (probe_triggered), (gen_source_element),
6319         (setup_source), (gst_play_base_bin_change_state),
6320         (gst_play_base_bin_add_element):
6321           Don't block for streams.
6322         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6323         (gst_stream_info_set_mute):
6324           Use gst_pad_set_active_recursive.
6325
6326 2005-01-25  Andy Wingo  <wingo@pobox.com>
6327
6328         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6329         for #ifndef HAVE_XVIDEO.
6330
6331 2005-01-24  Jeffrey C. Ollie
6332
6333         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6334
6335         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6336         * ext/gsm/gstgsmdec.h:
6337         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6338         * ext/gsm/gstgsmenc.h:
6339         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6340         was given by property. Add proper buffer timestamps and offsets.
6341
6342 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6343
6344         * gst-libs/gst/riff/riff-media.c:
6345         (gst_riff_create_audio_caps_with_data):
6346           Audio can be <8000Hz.
6347
6348 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6349
6350         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6351           Explicit state change to workaround refcount bugs.
6352
6353 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6354
6355         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
6356         (gst_avimux_riff_get_avi_header):
6357           Fix...
6358
6359 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6360
6361         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
6362         (gst_riff_read_element_data):
6363         * gst-libs/gst/riff/riff-read.h:
6364           Add _peek version (req'ed in CDXA).
6365         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
6366         (gst_cdxaparse_loop):
6367           Fix parsing in playbin.
6368         * gst/playback/gstdecodebin.c: (close_pad_link):
6369           Ignore current_ pads, they cause major annoyance.
6370
6371 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6372
6373         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6374           Safety guard.
6375
6376 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6377
6378         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
6379           Fix padding...
6380
6381 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6382
6383         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
6384           Allow for 0-sized buffers. Fixes length query problems in
6385           starwars.mkv from the testsuite.
6386
6387 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
6388
6389         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
6390         (gst_video_box_i420), (gst_video_box_chain):
6391           Fix row strides for I420 (fixes #163159)
6392           
6393 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6394
6395         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6396           MPEG2 has a useful rate property, so we can actually use that.
6397           For MPEG-1, continue using the bytes/time properties.
6398
6399 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6400
6401         * gst-libs/gst/riff/riff-media.c:
6402         (gst_riff_create_video_caps_with_data),
6403         (gst_riff_create_video_template_caps):
6404           Add intel-h263.
6405
6406 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6407
6408         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6409           Fail if caps negotiation fails. Should fix #162184, and should
6410           definately be in there regardless of it fixing the actual bug.
6411         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
6412         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
6413         (gst_avimux_riff_get_avix_header),
6414         (gst_avimux_riff_get_video_header),
6415         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
6416         (gst_avimux_start_file), (gst_avimux_handle_event),
6417         (gst_avimux_change_state):
6418         * gst/avi/gstavimux.h:
6419           Refactor structure writing to use GST_WRITE_UINT macros, add
6420           metadata writing support.
6421
6422 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6423
6424         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6425           Elements may already be destroyed when this function is called.
6426
6427 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6428
6429         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6430         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
6431           More memory leak fixes (#149162).
6432
6433 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6434
6435         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6436         (gst_qtdemux_add_stream):
6437           Fix two memleaks.
6438
6439 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6440
6441         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6442           Argh...
6443
6444 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6445
6446         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6447           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
6448           when fixating to six channels in Totem.
6449
6450 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6451
6452         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
6453           Fix compile warnings on Solaris 10 buildbot
6454
6455 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6456
6457         * ext/dvdread/dvdreadsrc.c: (_read):
6458           Don't read beyond the last cell in a chapter (fixes 
6459           invalid memory access)
6460
6461 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6462
6463         * ext/dvdread/stream_labels.c:
6464         (dvdreadsrc_get_audio_stream_labels):
6465           Use NULL for an empty GList instead of g_list_alloc(); fix 
6466           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
6467           of GString (easier to bulk free later)
6468
6469 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6470
6471         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6472
6473         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6474         (gst_ffmpeg_pixfmt_to_caps):
6475           Fix BGRA32 caps (#164209).
6476
6477 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6478
6479         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6480
6481         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6482         (gst_ffmpeg_caps_to_pixfmt):
6483           alpha_mask can be RGBA/ABGR. Fixes #164265.
6484
6485 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
6486
6487         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6488
6489         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
6490         (gst_mpeg2dec_alloc_buffer):
6491         * ext/mpeg2dec/gstmpeg2dec.h:
6492           Crop if decoding size is not the actual image size (#163676).
6493
6494 2005-01-17  Steve Baker  <steve@stevebaker.org>
6495
6496         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6497
6498         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
6499         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
6500           Add libsndfile typefind functions (#163309).
6501
6502 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6503
6504         * tools/gst-launch-ext-m.m:
6505           Add .aac, fix .m1v/.m2v (#163891).
6506
6507 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6508
6509         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
6510           Sanity check, don't wait endlessly since the clock might not
6511           actually run at this point (which is a deadlock). Fixes #164069.
6512
6513 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6514
6515         * gst/playback/gstplaybasebin.c: (probe_triggered):
6516           Of course, only pause if group is done...
6517
6518 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6519
6520         * gst/playback/gstplaybasebin.c: (probe_triggered):
6521           Thread safety.
6522
6523 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
6524
6525         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
6526           Don't return state change success when the parent
6527           failed.
6528
6529 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6530
6531         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
6532           Free events (fix memleak in #162905).
6533
6534 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
6535
6536         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6537
6538         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6539         (gst_ffmpeg_caps_to_pixfmt):
6540           Fix for depth = 15. Fixes #161675.
6541
6542 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6543
6544         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
6545           Set FPS correctly, even for webcams and the like.
6546         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
6547           Don error on setting while capturing.
6548
6549 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6550
6551         * ext/dv/gstdvdec.c:
6552         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6553         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6554           I'm a bad boy. using /1001. to force C to do float division
6555           and not integer division (as it did in my last commit)
6556           Thanks to David I. Lehn for pointing this mistake.
6557
6558 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6559
6560         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
6561           Revert Johan??s 1.35->1.36 since it breaks compat.
6562
6563 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6564
6565         * ext/dv/gstdvdec.c:
6566         * ext/libfame/gstlibfame.c:
6567         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6568         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6569           replace framerate aproximations by their real value
6570           (24000/1001, 30000/1001, 60000/1001)
6571           Finish fixing bug #164049
6572
6573 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6574
6575         * ext/ogg/gstoggmux.c:
6576           eos/bos debugging
6577         * gst/tcp/gstmultifdsink.c:
6578         * gst/tcp/gstmultifdsink.h:
6579         * gst/tcp/gsttcp.c:
6580         * gst/tcp/gsttcp.h:
6581         * gst/tcp/gsttcpclientsink.c:
6582         * gst/tcp/gsttcpclientsrc.c:
6583         * gst/tcp/gsttcpserversink.c:
6584         * gst/tcp/gsttcpserversrc.c:
6585           improve reusability of elements after state changes and errors
6586           make multifdsink throw away streamheaders when receiving new ones
6587
6588 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6589
6590         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6591           Fix for if items are already in list...
6592
6593 2005-01-12  Benjamin Otte  <otte@gnome.org>
6594
6595         * gst/adder/gstadder.c: (gst_adder_loop):
6596           fix adder a bit so it doesn't screw up with events as much anymore
6597
6598 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
6599
6600         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
6601         (pixbufscale_scale), (gst_pixbufscale_chain):
6602         * ext/gdk_pixbuf/pixbufscale.h:
6603           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
6604           to ensure rowstrides are calculated the same way as 
6605           ffmpegcolorspace
6606           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
6607           that we pick up duration and offset also.
6608
6609 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6610
6611         * gst/avi/gstavimux.c: (gst_avimux_class_init),
6612         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
6613           Reusability fixes.
6614
6615 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6616
6617         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
6618         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
6619         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
6620         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
6621           Update flags when requested.
6622
6623 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6624
6625         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6626           Fix dmix.
6627
6628 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6629
6630         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6631         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
6632         (probe_triggered), (new_decoded_pad), (gen_source_element),
6633         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
6634         * gst/playback/gstplaybasebin.h:
6635         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6636         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
6637         (gst_play_bin_change_state):
6638           Implement group-switch signal for use in apps to clear metadata
6639           cache, clean up subtitle, add suburi property instead of # hack,
6640           some error-out fixes.
6641
6642 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6643
6644         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6645           Debug.
6646         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
6647           If we got a state change in the _get handler, don't return success.
6648
6649 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6650
6651         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
6652         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
6653           Make jpegdec quiet on MJPEG decoding
6654         * gst/asfdemux/README:
6655           Fix mimetypes for MJPEG and H263
6656
6657 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6658
6659         * ext/theora/theoradec.c: (theora_dec_chain):
6660           Fix broken code generation by gcc by swapping arguments.
6661         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6662           Fix \n in debug.
6663
6664 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6665
6666         * TODO:
6667           delete this file, it is by far outdated
6668         * ext/alsa/gstalsa.1: remove
6669         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
6670         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
6671         (gst_alsa_get_caps):
6672           Add HW probing for supported sample rates. Fixes #161704
6673
6674 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6675
6676         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6677           Don't crash, biatch! :).
6678
6679 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6680
6681         * ext/musepack/gstmusepackreader.cpp:
6682         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
6683           Some work on tags - still doesn't work in playbin...
6684         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6685           Handle events...
6686
6687 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6688
6689         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
6690           Also shove tags on kid pads.
6691
6692 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6693
6694         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
6695           Don't bail on unknown events.
6696         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6697           Don't crash on events before negotiation.
6698         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6699           Send tags on pads, too.
6700         * gst/playback/gststreamselector.c:
6701         (gst_stream_selector_request_new_pad):
6702           Forward events on first pad if no input was selected yet.
6703
6704 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6705
6706         * gst/playback/gstplaybasebin.c: (setup_substreams):
6707           Don't disable streamtype if the stream doesn't exist, since
6708           then playing a video after audio will disable both and nothing
6709           will happen. Fixes the testsuite.
6710
6711 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6712
6713         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
6714         (gst_v4l_xoverlay_set_xwindow_id):
6715         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
6716         (gst_v4l2_xoverlay_set_xwindow_id):
6717           Add debug categories, fix overlay disabling.
6718
6719 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6720
6721         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
6722         * ext/alsa/gstalsa.h:
6723           Add HW probing for period_count/size and buffer_size MIX/MAX
6724           Adjust default/user defined value if out of bounds
6725           Should fix bug #162024
6726
6727 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6728
6729         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
6730           Fix warning (#161191).
6731
6732 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6733
6734         * ext/dvdread/stream_labels.c:
6735         (dvdreadsrc_get_audio_stream_labels):
6736           Fix warning (init the good variable in switch default)
6737
6738 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
6739
6740         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6741
6742         * gst/tta/gstttaparse.c: (gst_tta_src_event):
6743           Fix gcc-2.95 compile (#163485).
6744
6745 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6746
6747         * configure.ac:
6748         * ext/flac/gstflacenc.c: (gst_flacenc_init),
6749         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
6750         (gst_flacenc_tell_callback), (gst_flacenc_chain),
6751         (gst_flacenc_change_state):
6752         * ext/flac/gstflacenc.h:
6753           Update for API change in flac-1.1.1. Update requirement in
6754           configure.ac. Fixes #162974.
6755
6756 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6757
6758         * gst/playback/gstplaybasebin.c: (group_destroy):
6759           Remove hack to get rid of assert and get rid of unlinked
6760           signals properly.
6761
6762 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6763
6764         * gst/playback/gstplaybasebin.c: (setup_source):
6765           Set source to NULL so that resources are free'ed. Fixes issues
6766           with playback of CDDA and similar device-accessing things.
6767
6768 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6769
6770         * testsuite/embed/Makefile.am:
6771           test->noinst, fix make test in buildbot.
6772
6773 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6774
6775         * ext/dvdread/stream_labels.c: new file
6776         * ext/dvdread/stream_labels.h: new file
6777         * ext/dvdread/Makefile.am:
6778         * ext/dvdread/dvdreadsrc.c: (_seek_title):
6779           Extract audio stream label from DVD IFO files.
6780           It only dump them on the console for now, still have to
6781           make playbin aware of them.
6782
6783 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6784
6785         * gst/playback/gstplaybasebin.c: (setup_source):
6786           Fix hanging subs.
6787
6788 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6789
6790         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6791         (gen_preroll_element), (remove_groups), (setup_subtitle),
6792         (gen_source_element), (setup_source):
6793         * gst/playback/gstplaybasebin.h:
6794           Multiple .sub files is just a stupid idea... Fix some threading
6795           mistakes. Interestingly, external .sub files cause playbin to
6796           hang, I don't know why... Parsing fixes contributed by Fran??ois
6797           Kooman <fkooman@tuxed.net>.
6798
6799 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6800
6801         * testsuite/embed/Makefile.am:
6802           Fix buildbot.
6803
6804 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
6805
6806         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6807
6808         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
6809         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
6810         (gst_pngenc_set_property):
6811         * ext/libpng/gstpngenc.h:
6812           Add compression level property (#163323).
6813
6814 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6815
6816         * configure.ac:
6817         * examples/capsfilter/capsfilter1.c: (main):
6818         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6819         * ext/dvdread/Makefile.am:
6820         * ext/dvdread/demo-play:
6821         * ext/dvdread/demo-play.c:
6822         * gconf/gstreamer.schemas.in:
6823         * gst-libs/gst/gconf/gconf.c:
6824         * sys/v4l/TODO:
6825         * testsuite/Makefile.am:
6826         * testsuite/embed/Makefile.am:
6827         * testsuite/embed/embed.c: (cb_expose), (main):
6828           Remove all references to xvideosink, fix examples (#140845).
6829         * gst/playback/gstplaybasebin.c: (group_destroy):
6830           Apparently, disposal does not unlink - so do explicitely.
6831         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6832           Add debug.
6833
6834 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
6835
6836         * README: fix PKG_CONFIG_PATH instructions, what was there
6837         previously was breaking default search path, not nice. 
6838         Fixes #163358
6839
6840 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6841
6842         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
6843         (gst_audioscale_chain):
6844           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
6845           when resampling - how the ^@$^!@^! is this possible?!?
6846
6847 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6848
6849         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
6850           Reset variables on READY.
6851         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
6852         (gst_matroska_mux_loop):
6853           Require data before writing header.
6854
6855 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
6856
6857         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6858
6859         * ext/mad/gstmad.c: (gst_mad_chain):
6860           Don't call mad_stream_sync() directly after recovering sync.
6861           Fixes #151661.
6862
6863 2005-01-09  Martin Eikermann  <meiker@upb.de>
6864
6865         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6866
6867         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
6868         (snapshot_handler), (gst_snapshot_sinkconnect),
6869         (gst_snapshot_chain):
6870           Allocate resources when required, fix recursive signal emission
6871           and fix caps. Fixes #161667.
6872
6873 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
6874
6875         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6876
6877         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
6878         (gst_pngdec_chain):
6879           Handle only 8-bppc (bits-per-pixel-component) images, better
6880           error handling and correct strides. Fixes #163177.
6881         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
6882         (gst_pngenc_chain):
6883           Better error handling. Fixes #163348.
6884
6885 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6886
6887         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
6888         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
6889         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
6890         (dvdnavsrc_uri_handler_init):
6891           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
6892         * gst/playback/gstplaybasebin.c: (gen_source_element):
6893           Add MMS to streaming URIs.
6894
6895 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6896
6897         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
6898         * sys/xvimage/xvimagesink.c:
6899         (gst_xvimagesink_navigation_send_event):
6900           Check for pad availability before sending event.
6901
6902 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6903
6904         * gst-plugins.spec.in:
6905           Add subparse.
6906
6907 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6908
6909         * configure.ac:
6910           Since we use functions from CVS, up requirement.
6911
6912 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6913
6914         * gst/playback/Makefile.am:
6915         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6916         (group_destroy), (group_commit), (group_is_muted),
6917         (gen_preroll_element), (add_stream), (unknown_type),
6918         (probe_triggered), (preroll_unlinked), (mute_stream),
6919         (silence_stream), (new_decoded_pad), (setup_substreams),
6920         (setup_source), (get_active_source), (mute_group_type),
6921         (muted_group_change_state), (set_active_source),
6922         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
6923         (play_base_eos), (gst_play_base_bin_change_state):
6924         * gst/playback/gstplaybasebin.h:
6925         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
6926         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
6927         (gst_stream_info_dispose), (stream_info_mute_pad),
6928         (stream_info_change_state), (gst_stream_info_set_mute):
6929         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
6930         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6931         (gst_stream_selector_init), (gst_stream_selector_dispose),
6932         (gst_stream_selector_get_linked_pad),
6933         (gst_stream_selector_get_caps), (gst_stream_selector_link),
6934         (gst_stream_selector_get_linked_pads),
6935         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
6936         * gst/playback/gststreamselector.h:
6937           Adding stream selection support plus required properties for
6938           applications to use this. Fully fixes #100931.
6939
6940 2005-01-08  Benjamin Otte  <otte@gnome.org>
6941
6942         * gst/games/gstpuzzle.c: (nav_event_handler):
6943           - handle nav events differently: forward every event no matter if it
6944             was handled or not.
6945           - translate events
6946           You can now cheat by using navigationtest ! puzzle and moving the
6947           mouse close to the edge of a tile. ;)
6948
6949 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6950
6951         * configure.ac:
6952         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
6953         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
6954         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
6955         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
6956         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
6957         (gst_ogm_parse_plugin_init):
6958         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
6959         (gst_textoverlay_link), (gst_textoverlay_getcaps),
6960         (gst_textoverlay_event), (gst_textoverlay_video_chain),
6961         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
6962         * ext/pango/gsttextoverlay.h:
6963         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6964         (gst_matroska_demux_handle_seek_event),
6965         (gst_matroska_demux_sync_streams),
6966         (gst_matroska_demux_parse_blockgroup),
6967         (gst_matroska_demux_subtitle_caps),
6968         (gst_matroska_demux_plugin_init):
6969         * gst/matroska/matroska-ids.h:
6970         * gst/playback/gstdecodebin.c: (close_pad_link):
6971         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6972         (gen_preroll_element), (remove_groups), (add_stream),
6973         (new_decoded_pad), (setup_subtitles), (gen_source_element),
6974         (setup_source):
6975         * gst/playback/gstplaybasebin.h:
6976         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
6977         * gst/subparse/Makefile.am:
6978         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
6979         (gst_subparse_base_init), (gst_subparse_class_init),
6980         (gst_subparse_init), (gst_subparse_formats),
6981         (gst_subparse_eventmask), (gst_subparse_event),
6982         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
6983         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
6984         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
6985         (parse_mpsub_deinit), (parse_mpsub_init),
6986         (gst_subparse_buffer_format_autodetect),
6987         (gst_subparse_format_autodetect), (gst_subparse_loop),
6988         (gst_subparse_change_state), (gst_subparse_type_find),
6989         (plugin_init):
6990         * gst/subparse/gstsubparse.h:
6991         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
6992         (plugin_init):
6993           Add subtitle support, .sub parser (supports SRT and MPsub),
6994           OGM text support, Matroska UTF-8 text support, deadlock fixes
6995           all over the place, subtitle awareness in decodebin/playbin
6996           and some fixes to textoverlay to handle subtitles in a stream
6997           correctly. Fixes #100931.
6998
6999 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7000
7001         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7002           Check for pad availability before doing a query on it.
7003
7004 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7005
7006         * ext/dv/gstdvdec.c:
7007           really fix bpp24/32 dvdec caps (classic rgba indeed)
7008         * gst/asfdemux/gstasfdemux.c:
7009         (gst_asf_demux_process_ext_content_desc):
7010           don't send text tags if they are empty (bis repetita)
7011
7012 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7013
7014         * ext/dv/gstdvdec.c:
7015          remove unneeded comment from dvdec
7016           (related to DV 4CC codes in AVI files)
7017           moved them in gstreamer/docs/random/mimetypes
7018         * gst/asfdemux/gstasfdemux.c:
7019         (gst_asf_demux_process_ext_content_desc):
7020          don't send text tags if they are empty
7021          fix mem leak on error path
7022         * gst/ffmpegcolorspace/avcodec.h:
7023         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7024         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7025         (gst_ffmpegcsp_avpicture_fill):
7026         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7027         * gst/ffmpegcolorspace/imgconvert_template.h:
7028          adds BGR32 and BGRA32 to ffmpegcolorspace
7029           (still bad colors, fixing it on next commit)
7030           helps with dvdec outputing BGR32
7031
7032 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7033
7034         * ext/dv/gstdvdec.c:
7035          Fix audio caps i just broke (missing ',')
7036         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7037         (gst_matroska_mux_reset):
7038          Fix typo + add FIXME about old "x-gst-metadata" crap
7039
7040 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7041
7042         * ext/dv/demo-play.c: (main):
7043          xvideosink -> xvimagesink
7044         * ext/dv/gstdvdec.c:
7045          change rgb 32/32 caps to 24/32 (no alpha)
7046          change nb of channels to be a list (2 or 4, not 2)
7047          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7048         * gst/asfdemux/gstasfdemux.c:
7049         (gst_asf_demux_process_ext_content_desc):
7050          Add 'date/year' to extracted metadata list
7051
7052 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7053
7054         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7055           The return value of fixate_to does not imply that the requested
7056           value was set, so don't assume.
7057
7058 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7059
7060         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7061
7062         * ext/libpng/gstpngdec.c:
7063         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7064         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7065         * ext/libpng/gstpngenc.h:
7066           Alpha support (encoder; #163161), mime fixage.
7067
7068 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7069
7070         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7071
7072         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7073         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7074         (gst_faac_set_property), (gst_faac_get_property):
7075         * ext/faac/gstfaac.h:
7076           Allow for ADTS output (#153434).
7077
7078 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7079
7080         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7081           Fix against template (#150576).
7082
7083 2005-01-06  Benjamin Otte  <otte@gnome.org>
7084
7085         * gst/games/gstpuzzle.c: (draw_puzzle):
7086           don't draw a puzzle if either width or height of tiles would be 0.
7087
7088 2005-01-06  Benjamin Otte  <otte@gnome.org>
7089
7090         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7091         (gst_puzzle_class_init), (gst_puzzle_finalize):
7092           no memleaks, please
7093         (gst_puzzle_create), (gst_puzzle_init),
7094         (gst_puzzle_set_property), (gst_puzzle_setup):
7095           change initialization code around so we don't reshuffle on resize
7096         (draw_puzzle):
7097           fix another stupid typo
7098
7099 2005-01-06  Benjamin Otte  <otte@gnome.org>
7100
7101         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7102           fix stupid typo that borked copying on YUY2
7103
7104 2005-01-06  Benjamin Otte  <otte@gnome.org>
7105
7106         * gst/games/gstpuzzle.c: (draw_puzzle):
7107           fix edges when image sizes aren't multiples of tile sizes
7108
7109 2005-01-06  Benjamin Otte  <otte@gnome.org>
7110
7111         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7112           make RGB endianness work correctly
7113         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7114           refactor and fix race with initial shuffling
7115         (nav_event_handler):
7116           allow using the mouse to puzzle
7117         (draw_puzzle):
7118           insist on tiles having width and height as multiples of 4 to get
7119           clean YUV image handling
7120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7121         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7122           s/DEBUG/LOG/ for common messages
7123         (gst_xvimagesink_navigation_send_event):
7124           fix mouse event translation to not include screen PAR
7125         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7126           fix mouse event translation to actually work
7127
7128 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7129
7130         * gst/asfdemux/gstasfdemux.c:
7131         (gst_asf_demux_process_ext_content_desc):
7132          Extract TrackNumber metadata + clean up code
7133         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7134          Hope this is the good fix (var used unitialised)
7135
7136 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7137
7138         * ext/faad/gstfaad.c: (gst_faad_chain):
7139           Only increment timestamp if it's valid. Fixes raw AAC streams.
7140
7141 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7142
7143         * configure.ac:
7144         * gst/games/Makefile.am:
7145         * gst/games/gstpuzzle.c:
7146           add a puzzle game with...
7147         * gst/games/gstvideoimage.c:
7148         * gst/games/gstvideoimage.h:
7149           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7150           from videotestsrc and made into something that would be a nice
7151           library for a lot of other plugins.
7152
7153 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7154
7155         * configure.ac:
7156          don't compile faad plugin if a RC of 2.0 is found
7157          Fixes #155346 (and FC1 buildbot)
7158         * gst/asfdemux/gstasfdemux.c:
7159         (gst_asf_demux_process_ext_content_desc):
7160          try to make Solaris compiler happier
7161
7162 2005-01-06  Paul Jack  <pjack@sfaf.org>
7163
7164         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7165
7166         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7167           Fix segfault (#161667).
7168
7169 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7170
7171         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7172           Fix framerate reporting.
7173
7174 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7175
7176         * gst-libs/gst/riff/riff-ids.h:
7177         * gst/wavenc/riff.h:
7178          Add AMR (VBR and CBR) ids to riff.h audio codec list
7179         * gst/asfdemux/gstasfdemux.c:
7180         (gst_asf_demux_process_ext_content_desc),
7181         (gst_asf_demux_process_object):
7182           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7183
7184 2005-01-05  Martin Eikermann  <meiker@upb.de>
7185
7186         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7187
7188         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7189         (gst_dvd_demux_handle_discont):
7190         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7191         (gst_mpeg_demux_handle_discont):
7192           Recreate pads on new-media (#160730).
7193         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7194           Send discont even if manager changes timestamps (#161929).
7195
7196 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7197
7198         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7199
7200         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7201           Fix invalid memory access (#159211).
7202
7203 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7204
7205         * examples/gstplay/player.c: (main):
7206           Don't iterate.
7207         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7208           Add visualizations.
7209         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7210         (gst_a52dec_handle_frame):
7211           Set duration.
7212         * ext/dvdnav/gst-dvd:
7213           Add audioconvert. Fixes #161325.
7214         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7215           Explicitely case to gint64. Possible valgrind error.
7216         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7217         (gst_play_tick_callback), (gst_play_change_state),
7218         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7219         (gst_play_set_location), (gst_play_get_location),
7220         (gst_play_seek_to_time), (gst_play_set_data_src),
7221         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7222         (gst_play_set_visualization), (gst_play_connect_visualization),
7223         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7224         (gst_play_new):
7225           Use playbin. Fixes #139749 and #147744.
7226         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7227           Add genre tag.
7228         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7229         (audioscale_get_type), (gst_audioscale_base_init),
7230         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7231         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7232         (gst_audioscale_link), (gst_audioscale_get_buffer),
7233         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7234         (gst_audioscale_init), (gst_audioscale_dispose),
7235         (gst_audioscale_chain), (gst_audioscale_set_property),
7236         (gst_audioscale_get_property), (plugin_init):
7237           Indent properly.
7238         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7239           Fix LPCM.
7240         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7241         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7242         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7243           Add more metadata (fixes #162656).
7244
7245 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7246
7247         * configure.ac:
7248           back to cvs
7249
7250 === release 0.8.7 ===
7251
7252 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7253
7254         * NEWS:
7255         * RELEASE:
7256         * configure.ac:
7257           releasing 0.8.7, "Hyperspace"
7258
7259 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7260
7261         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7262
7263         * gst/playback/gstplaybasebin.c:
7264          Fix for #162924 - free caps after use, not before
7265
7266 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7267
7268         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7269
7270         * gst/playback/gstplaybasebin.c:
7271         * gst/wavparse/gstwavparse.c:
7272           Fix for #154773 - fixes playback of small .wav files
7273
7274 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7275
7276         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7277
7278         * gst/audioscale/gstaudioscale.c:
7279           Fix for #162819 - make audioscale reusable
7280           Fixes playback of more than one file with playbin/totem
7281
7282 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7283
7284         * gst/ffmpegcolorspace/avcodec.h:
7285         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7286         * gst/ffmpegcolorspace/imgconvert.c:
7287           clean up the mess that made me cry and avoid needless duplication
7288
7289 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7290
7291         * gst/ffmpegcolorspace/imgconvert.c:
7292           give some indication of why we're segfaulting
7293
7294 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7295
7296         * configure.ac:
7297           Fix indentation, fix v4l2 plugin detection.
7298         * ext/Makefile.am:
7299           Fix libmms location (Maciej, use diff -u!).
7300         * ext/alsa/gstalsa.c: (gst_alsa_init):
7301           Initialize caps cache to NULL.
7302         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7303           Only change state on audiosink if it exists.
7304
7305 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7306
7307         * gst/matroska/matroska-demux.c:
7308         * gst/matroska/matroska-ids.h:
7309         * gst/matroska/matroska-demux.h:
7310         Fix Vorbis streams failing to decode in some files, where cluster_time
7311         isn't 0, because then it doesn't send codec_priv before actual data.
7312         Remove time-based test and replace it with marker set on beginning of
7313         new stream
7314
7315 2004-12-28  David Schleef  <ds@schleef.org>
7316
7317         Merge patch from Ronald fixing problems with streaming
7318         text.
7319         * ext/cairo/gstcairo.c: (plugin_init):
7320         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7321         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7322         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7323         (gst_textoverlay_font_init), (gst_textoverlay_init),
7324         (gst_textoverlay_set_property):
7325         * ext/cairo/gsttextoverlay.h:
7326
7327 2004-12-27  David Schleef  <ds@schleef.org>
7328
7329         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7330         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7331         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7332         (gst_textoverlay_font_init), (gst_textoverlay_init),
7333         (gst_textoverlay_set_property): Improvements to actually
7334         render text as white on black outline on video, including
7335         font selection and horizontal/vertical alignment.  (Ronald's
7336         christmas present)
7337         * ext/cairo/gsttextoverlay.h:
7338
7339 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7340
7341         * ext/ogg/gstogg.c:
7342         * ext/ogg/gstogmparse.c:
7343           fix ogm[audio/video]parse plugin registration
7344           (riff won't load if bytestream is already loaded)
7345
7346 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7347
7348         * gst/audioconvert/gstchannelmix.c:
7349           fix for GLIB < 2.4
7350
7351 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7352
7353         * Makefile.am:
7354         * configure.ac:
7355           disable docs again until it actually passes make distcheck.
7356
7357 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7358
7359         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
7360         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7361         (plugin_init):
7362           Add 3GP (variables name Q3GP because they can't start with a
7363           number). Add samr audio fourcc (used in .3gp files), decoder
7364           is work in progress. Also do a GST_WARNING instead of ERROR
7365           in case of unknown nodes, to decrease output.
7366
7367 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7368
7369         * Makefile.am:
7370           really fix dist
7371
7372 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7373
7374         * configure.ac:
7375         * ext/speex/gstspeexdec.h:
7376         * ext/speex/gstspeexenc.h:
7377           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
7378           Fix detection code in configure.ac
7379
7380 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7381
7382         * gst/matroska/matroska-demux.c:
7383         (gst_matroska_demux_parse_blockgroup):
7384           Save position, so that queries give proper return values. Don't
7385           know how this could ever have worked before...
7386
7387 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7388
7389         * configure.ac:
7390           Put additional LAME check inside the conditional.  Fixes #152339
7391
7392 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7393
7394         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7395         (gst_avi_demux_stream_scan):
7396           Add some more debug. Fix logic error when setting movi offset
7397           while reading index.
7398
7399 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7400
7401         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7402         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
7403         (gst_avi_demux_process_next_entry):
7404           Add some debugging. Better detection of broken indexes and the
7405           accompanying index recovery. No infinite loops on state changes
7406           when we're still in our loopfunction.
7407
7408 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7409
7410         * configure.ac:
7411           Fix up.
7412
7413 2004-12-22  Archana Shah  <archana.shah@wipro.com>
7414
7415         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7416
7417         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
7418           Normalizing the value before setting
7419         (gst_sunaudiomixer_get_volume):
7420           Normalizing the value after getting. Fixes bug# 161980
7421
7422 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7423
7424         * Makefile.am: Make sure docs gets disted
7425         * docs/Makefile.am: Make sure all needed files get disted
7426         * gst-plugins.spec.in: latest updates
7427
7428 2004-12-22  Wim Taymans  <wim@fluendo.com>
7429
7430         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7431         Revert patch 1.38 as clock distribution over schedulers does
7432         not work correcly in the core yet.
7433
7434 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7435
7436         * sys/oss/README: remove this file, which predates my birth
7437           (and which content is by far outdated)
7438
7439 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
7440
7441         * Makefile.am:
7442         * configure.ac:
7443         * docs/Makefile.am:
7444         * docs/libs/Makefile.am:
7445         * docs/libs/gst-plugins-libs-docs.sgml:
7446         * docs/libs/gst-plugins-libs-sections.txt:
7447         * docs/libs/tmpl/gstgconf.sgml:
7448         * docs/upload.mak:
7449         * docs/version.entities.in:
7450           Added boilerplate gtk-doc files for plugin-libs documentation.
7451
7452 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7453
7454         * gst/auparse/gstauparse.c: fix int and float audio caps
7455
7456 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7457
7458         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7459         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
7460           g_assert() can be a macro, don't use #ifdef inside it.
7461
7462 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
7463
7464         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7465
7466         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
7467         (gst_videorate_init), (gst_videorate_chain),
7468         (gst_videorate_change_state):
7469           Event handling (fixes #159986).
7470
7471 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7472
7473         * gst-libs/gst/riff/riff-media.c:
7474         (gst_riff_create_video_caps_with_data):
7475           Add BLZ0 (Blizzard's version of DivX) fourcc.
7476
7477 2004-12-18  David Schleef  <ds@schleef.org>
7478
7479         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
7480         portability fix.
7481
7482 2004-12-18  David Schleef  <ds@schleef.org>
7483
7484         * gst/tta/ttadec.h: Disable some header code that isn't used
7485         and clearly isn't portable.
7486
7487 2004-12-18  David Schleef  <ds@schleef.org>
7488
7489         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
7490         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
7491         (avcodec_get_pix_fmt), (avpicture_layout),
7492         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
7493         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
7494         Fix code to not use GCC extensions (and c99 extensions that
7495         Forte does not like.)
7496
7497 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7498
7499         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7500
7501         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
7502         (gst_deinterlace_chain):
7503           Rowstride fixes. Fixes #161039.
7504         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
7505         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
7506         (gst_video_crop_getcaps), (gst_video_crop_link),
7507         (gst_video_crop_i420), (gst_video_crop_chain),
7508         (gst_video_crop_change_state):
7509           Rework of negotiation. Actually works now. Fixes #158650.
7510
7511 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7512
7513         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
7514           That was very stupid.
7515
7516 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7517
7518         * gst/matroska/matroska-demux.c:
7519         (gst_matroska_demux_parse_blockgroup):
7520           Fix possible crasher.
7521
7522 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7523
7524         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
7525         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
7526           Lace sizes can be zero.
7527
7528 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7529
7530         * ext/musepack/gstmusepackdec.cpp:
7531           Fetch error return values. Fixes #161624.
7532         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7533           Really EOS.
7534
7535 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7536
7537         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7538           Work for truncated (unfinished download etc.) files. Fixes #160514.
7539
7540 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7541
7542         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7543           Fix for integer overflow. Makes #156001 not crash. Probably masks
7544           the real bug.
7545
7546 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7547
7548         * gst/ac3parse/gstac3parse.c: (plugin_init):
7549           Parsers never have ranks. Fixes #159651.
7550
7551 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7552
7553         * gst/playback/gstdecodebin.c: (compare_ranks):
7554           make sure the facotries are ordered the same every time even if they
7555           have the same rank by using the name
7556         * gst/playback/gstdecodebin.c: (find_compatibles):
7557           make sure we don't add factories to the list twice
7558
7559 2004-12-16  David Schleef  <ds@schleef.org>
7560
7561         * configure.ac: look for musepack headers as musepack/*.h
7562         (fixes #159847)
7563         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
7564         * ext/musepack/gstmusepackreader.h: same
7565
7566 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7567
7568         * gst-libs/gst/riff/riff-read.c:
7569         (gst_riff_read_strf_auds_with_data):
7570           Read extradata correctly (fixes #155879).
7571
7572 2004-12-16  David Schleef  <ds@schleef.org>
7573
7574         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
7575         audio.  does _not_ attempt or allow conversion unless channels
7576         is 1 or 2.
7577
7578 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7579
7580         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
7581
7582 2004-12-16  David Schleef  <ds@schleef.org>
7583
7584         * gst/audioscale/gstaudioscale.c: the resample library only
7585         handles 1 or 2 channels.  Change caps to compensate.
7586
7587 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7588
7589         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
7590         (gst_matroska_demux_audio_caps):
7591           Some MPEG-AAC hacks, because else it doesn't work...
7592
7593 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7594
7595         * gst-libs/gst/riff/riff-media.c:
7596         (gst_riff_create_video_caps_with_data),
7597         (gst_riff_create_video_template_caps):
7598           Add h264.
7599
7600 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7601
7602         * gst-libs/gst/audio/Makefile.am:
7603           Try to fix buildbot.
7604
7605 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7606
7607         * gst/tcp/gstmultifdsink.c:
7608           Clean up and uniformize debugging.
7609
7610 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
7611
7612         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7613
7614         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7615         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
7616         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
7617         (gst_mpeg_demux_change_state):
7618           Reset on ready. Fixes 160276.
7619
7620 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
7621
7622         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7623
7624         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7625         (gst_ffmpegcsp_pad_link):
7626           Fix memleak (#154815).
7627
7628 2004-12-16  James Bowes  <bowes@cs.dal.ca>
7629
7630         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7631
7632         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
7633         (gst_musicbrainz_init), (gst_musicbrainz_chain),
7634         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
7635         * ext/musicbrainz/gsttrm.h:
7636           Add support for using a proxy server when getting a trm id from
7637           the MusicBrainz database (#149613).
7638
7639 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
7640
7641         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7642
7643         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
7644         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
7645           Fix memleaks (#157233).
7646
7647 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
7648
7649         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7650
7651         * gst-libs/gst/resample/resample.c: (gst_resample_close):
7652         * gst-libs/gst/resample/resample.h:
7653         * gst/audioscale/gstaudioscale.c:
7654           Fix memleak (#159215).
7655
7656 2004-12-16  Toni Willberg  <toniw@iki.fi>
7657
7658         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7659
7660         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
7661         * sys/oss/oss_probe.c: (main):
7662           Check for mono/stereo support (similar to samplerate probing),
7663           fixes #159433. Also add missing copyright header to oss_probe.c.
7664
7665 2004-12-15  David Schleef  <ds@schleef.org>
7666
7667         * configure.ac: add audioresample and cairo plugins.  Remove
7668         HAVE_MMX stuff, because it's not used.
7669         * ext/Makefile.am: same
7670         * ext/audioresample/Makefile.am: You are not ready for an
7671         audio resampling element based on audioresample.
7672         * ext/audioresample/gstaudioresample.c:
7673         * ext/audioresample/gstaudioresample.h:
7674         * ext/cairo/Makefile.am: You are not ready for overlay elements
7675         based on cairo.  Don't look too closely, these elements kinda
7676         suck right now.
7677         * ext/cairo/gstcairo.c: new
7678         * ext/cairo/gsttextoverlay.c: new
7679         * ext/cairo/gsttextoverlay.h: new
7680         * ext/cairo/gsttimeoverlay.c: new
7681         * ext/cairo/gsttimeoverlay.h: new
7682         * gst-libs/gst/media-info/media-info-priv.h: fix compile
7683         problem with compilers that don't support variadic macros.
7684
7685 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
7686
7687         Reviewed by:  David Schleef  <ds@schleef.org>
7688
7689         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
7690         Bala, registering sunaudiosrc (oops!), and cleaning up code a
7691         bit.  Also ran indent-gst.
7692         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
7693         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
7694         (gst_sunaudiosrc_setparams):
7695
7696 2004-12-14  David Schleef  <ds@schleef.org>
7697
7698         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
7699         output rate to 16000.  Should fix #160235.
7700
7701 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7702
7703         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7704         Add typefinding for mpeg2 pes streams
7705
7706 2004-12-13  David Schleef  <ds@schleef.org>
7707
7708         * configure.ac:  Applied patch from bug #143659, making default
7709         sources and sinks OS-dependent (for Solaris), and added code
7710         for OS/X.
7711         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
7712
7713 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7714
7715         * gst-libs/gst/riff/riff-media.c:
7716           forgot to add h2.64 to avidemux template caps
7717
7718 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7719
7720         * gst/wavenc/riff.h:
7721         * gst-libs/gst/riff/riff-media.c:
7722         * gst-libs/gst/riff/riff-ids.h:
7723         * gst/avi/gstavimux.c
7724         add 4CC code for VideoSoft h264 in AVI (VSSH)
7725           fixes bug #160655
7726         remove s323 from riff, it's quicktime specific :(
7727
7728 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7729
7730         * gst/asfdemux/README
7731         * gst/wavenc/riff.h
7732         * gst-libs/gst/riff/riff-ids.h
7733         * gst-libs/gst/riff/riff-media.c
7734         * gst/qtdemux/qtdemux.c:
7735           add new 4CC codes for h263 related codecs
7736           fixes partially bug #155163
7737
7738 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
7739
7740         * configure.ac: Update polyaudio requirement to 0.7
7741         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
7742
7743 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7744
7745         * gst/interleave/deinterleave.c:
7746         fix my name's spelling! :)
7747
7748 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7749
7750         * AUTHORS ChangeLog
7751         * gst/auparse/gstauparse.c
7752         * gst/interleave/deinterleave.c
7753         * gst/law/:
7754                 alaw-decode.c alaw-encode.c
7755                 mulaw-decode.c mulaw-encode.c
7756         * gst/oneton/gstoneton.c
7757         * sys/osxaudio/:
7758                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
7759         * sys/osxvideo/:
7760                 cocoawindow.h cocoawindow.m
7761                 osxvideosink.h osxvideosink.m
7762
7763         put the same mail address for Zaheer Abbas Merali everywhere
7764
7765 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7766
7767         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
7768           Align by packetsize, and assert that we a packet available before
7769           playing. The first makes webstreams work (they often include
7770           trailing padding data in a packet), the second allows pausing a
7771           ASF stream in totem without getting demux errors afterwards.
7772
7773 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7774
7775         * ext/ogg/gstoggdemux.c: (get_relative):
7776           Check for non-NULL before accessing member (end-of-chain).
7777
7778 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7779
7780         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
7781         (cdparanoia_set_property), (cdparanoia_get_property):
7782         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
7783         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
7784         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
7785         (dvdreadsrc_init), (dvdreadsrc_set_property),
7786         (dvdreadsrc_get_property):
7787         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
7788         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
7789           Synchronize property names where not yet the case. Devices are
7790           now device=X, other versions are deprecated (but still exist).
7791           Also use g_free() unconditionally.
7792         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7793         (setup_source), (gst_play_base_bin_get_property):
7794           Expose source.
7795
7796 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7797
7798         * configure.ac: move GCONF macro outside conditional for the am
7799           conditional. Fixes #160439
7800
7801 2004-12-08  David Schleef  <ds@schleef.org>
7802
7803         * tools/gst-visualise-m.m: Switch to elements that currently
7804         exist.
7805
7806 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7807
7808         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7809           We love wrong commas.
7810
7811 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7812
7813         * gst/matroska/matroska-demux.c:
7814         (gst_matroska_demux_handle_src_query):
7815           Don't set DEFAULT, unsupported - makes length display incorrectly
7816           in some cases.
7817
7818 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7819
7820         * gst/monoscope/README: remove blurb about files being GPL
7821         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
7822         * gst/monoscope/monoscope.c: Change license to BSD with explanation
7823           monoscope is now effectively LGPL licensed
7824
7825 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7826
7827         * gst/monoscope/README: Update information to be more correct
7828         * gst/monoscope/convolve.c: Relicense to LGPL
7829         * gst/monoscope/convolve.h: Relicense to LGPL
7830
7831 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
7832
7833         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
7834           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
7835         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
7836           set default_duration for mpeg1 audio
7837
7838 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7839
7840         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
7841         * ext/alsa/gstalsa.h:
7842           refactor big chunks of the core caps negotiation code to make it
7843           a lot faster, because people claim it's really slow
7844           (actually, just cache the getcaps when the device is opened)
7845
7846 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7847
7848         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
7849         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
7850         (gst_a52dec_handle_frame), (gst_a52dec_chain),
7851         (gst_a52dec_change_state), (plugin_init):
7852         * ext/a52dec/gsta52dec.h:
7853           Do something useful with timestamps. Make chain-based (since
7854           there's really no reason to be loopbased).
7855         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
7856           Update current_byte/frame correctly.
7857
7858 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7859
7860         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
7861         (gst_ape_demux_stream_init):
7862           Forward tags, too.
7863
7864 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7865
7866         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
7867           Let's make sure we're done typefinding when detecting tags.
7868
7869 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7870
7871         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
7872         (gst_ebml_read_init), (gst_ebml_read_use_event),
7873         (gst_ebml_read_element_id), (gst_ebml_peek_id),
7874         (gst_ebml_read_seek), (gst_ebml_read_skip),
7875         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
7876         (gst_ebml_read_master):
7877         * gst/matroska/ebml-read.h:
7878         * gst/matroska/matroska-demux.c:
7879         (gst_matroska_demux_parse_contents),
7880         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
7881           Disgustingly evil hack for working around INTERRUPT events and
7882           their extremely annoying habit of being a pain in the ass. We
7883           simply peek a cluster before reading any of it.
7884
7885 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7886
7887         * ext/musepack/gstmusepackdec.cpp:
7888           There's also floating point libmusepacks.
7889
7890 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7891
7892         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
7893         (gst_faad_chanpos_to_gst), (gst_faad_chain):
7894           Set DURATION even if source buffer didn't. Also use increasing
7895           timestamps.
7896         * gst-libs/gst/riff/riff-media.c:
7897         (gst_riff_create_audio_caps_with_data):
7898           Block_align can have larger values than 8192.
7899
7900 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7901
7902         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
7903         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
7904         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
7905         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
7906           Fix caps.
7907
7908 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7909
7910         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
7911           Fix logic bug.
7912
7913 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7914
7915         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
7916           Yay, another one.
7917
7918 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7919
7920         * ext/esd/esdsink.c: (gst_esdsink_chain):
7921           Make error actually say something useful (fixes #156798).
7922         * gst-libs/gst/riff/riff-media.c:
7923         (gst_riff_create_video_caps_with_data),
7924         (gst_riff_create_video_template_caps):
7925           Add Intel Video 5.0 fourcc (IV50).
7926
7927 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
7928
7929         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
7930         detection on mono and stereo mp3 files.
7931
7932 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7933
7934         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
7935           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
7936           the contained stream).
7937
7938 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7939
7940         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
7941           Oops, remove debug.
7942
7943 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
7944
7945         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7946
7947         * gst/law/alaw-decode.c: (alawdec_getcaps):
7948         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
7949           Prevent warnings when negotiating caps (fixes #159338).
7950
7951 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7952
7953         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7954         (gst_ffmpegcsp_chain):
7955           Remove old leftover that shouldn't be there...
7956
7957 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
7958
7959         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7960
7961         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
7962           Don't forward DISCONT events (fixes #159684).
7963
7964 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7965
7966         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
7967           Unlink manually since sometimes bin disposal (and therefore
7968           pad unlinking) is delayed, which will cause a new media file
7969           to not be able to start playing instantly.
7970
7971 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7972
7973         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
7974           On mute of an unlinked stream, check for pad availability so
7975           we don't crash on unlinked pad.
7976
7977 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7978
7979         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7980         (gst_avi_demux_massage_index):
7981           Fix quite humiliating bug in omitting 0-sized index chunks but
7982           forgetting to count them for timestamps.
7983
7984 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7985
7986         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
7987           Actually leave the loop if we failed to sync. Don't crash.
7988
7989 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7990
7991         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
7992         (gst_dvd_demux_process_private):
7993         * gst/mpegstream/gstdvddemux.h:
7994           Fix crash (#159759). Doesn't work, though. :-(.
7995
7996 2004-11-28  Benjamin Otte  <otte@gnome.org>
7997
7998         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
7999           more overwriting protection due to modifying channels one by one
8000           instead of all at once
8001
8002 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8003
8004         * gst/audioconvert/gstchannelmix.c:
8005         (gst_audio_convert_fill_normalize):
8006           Normalize using absolute values.
8007
8008 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8009
8010         * configure.ac:
8011         * ext/Makefile.am:
8012         * ext/directfb/Makefile.am:
8013         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8014         (gst_directfbvideosink_get_pixel_format),
8015         (gst_directfbvideosink_get_format_from_fourcc),
8016         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8017         (gst_directfbvideosink_sink_link),
8018         (gst_directfbvideosink_change_state),
8019         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8020         (gst_directfbvideosink_buffer_alloc),
8021         (gst_directfbvideosink_interface_supported),
8022         (gst_directfbvideosink_interface_init),
8023         (gst_directfbvideosink_navigation_send_event),
8024         (gst_directfbvideosink_navigation_init),
8025         (gst_directfbvideosink_set_property),
8026         (gst_directfbvideosink_get_property),
8027         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8028         (gst_directfbvideosink_base_init),
8029         (gst_directfbvideosink_class_init),
8030         (gst_directfbvideosink_get_type), (plugin_init):
8031         * ext/directfb/directfbvideosink.h: Adding a first version of
8032         directfbvideosink.
8033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8034         more.
8035
8036 2004-11-28  Benjamin Otte  <otte@gnome.org>
8037
8038         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8039           walk the samples backwards if out_channels > in_channels so we don't
8040           overwrite data
8041
8042 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8043
8044         * gst/audioconvert/Makefile.am:
8045         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8046         (gst_audio_convert_link), (gst_audio_convert_change_state),
8047         (gst_audio_convert_channels):
8048         * gst/audioconvert/gstchannelmix.c:
8049         (gst_audio_convert_unset_matrix),
8050         (gst_audio_convert_fill_identical),
8051         (gst_audio_convert_fill_compatible),
8052         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8053         (gst_audio_convert_fill_others),
8054         (gst_audio_convert_fill_normalize),
8055         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8056         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8057         * gst/audioconvert/gstchannelmix.h:
8058           Implement a channel mixer.
8059
8060 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8061
8062         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8063         * ext/alsa/gstalsa.h:
8064         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8065         Make alsasink actually honor gst_element_set_clock and use that
8066         clock instead of its internal one.
8067
8068 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8069
8070         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8071         (gst_play_base_bin_change_state): nullify source and decoder when
8072         going from READY to NULL so that we don't try to do weird stuff with
8073         them when going from NULL to READY
8074         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8075         instead of g_object_unref
8076         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8077         it should be correct
8078         (gst_play_bin_change_state): don't call remove_sinks if we are
8079         currently disposing the object
8080
8081 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8082
8083         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8084           Don't forget bass if it's there. Else left channel is silent...
8085
8086 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8087
8088         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8089         (gst_a52dec_change_state):
8090           Don't do sample adjusting anymore, we use float audio now.
8091         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8092           Don't fixate to non-existing properties.
8093
8094 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8095
8096         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8097         (gst_a52dec_change_state):
8098           Advertise that we can do surround sound.
8099
8100 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8101
8102         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8103           Add buffer-frames=0.
8104         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8105         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8106         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8107         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8108         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8109         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8110         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8111         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8112         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8113         * ext/dvdread/dvdreadsrc.h:
8114           Add seeking, querying for bytes, sectors, title, angle and
8115           chapter. Handle multiple chapters. Relicense to LGPL because
8116           Billy agreed on that (thanks Billy!).
8117
8118 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8119
8120         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8121         call parent dispose method
8122
8123 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8124
8125         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8126         (gst_audio_clock_get_internal_time):
8127         Fix active <-> inactive transitions: ensure time value always
8128         grows and avoid abrupt value changes.
8129
8130 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8131
8132         * configure.ac:
8133         * gst/tta/Makefile.am:
8134         * gst/tta/crc32.h:
8135         * gst/tta/filters.h:
8136         * gst/tta/gsttta.c:
8137         * gst/tta/gstttadec.c:
8138         * gst/tta/gstttadec.h:
8139         * gst/tta/gstttaparse.c:
8140         * gst/tta/gstttaparse.h:
8141         * gst/tta/ttadec.h:
8142           added TTA parser and decoder
8143
8144 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8145
8146         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8147         (probe_triggered), (check_queue), (buffer_underrun),
8148         (buffer_running), (buffer_overrun), (gen_source_element),
8149         (setup_source):
8150         * gst/playback/gstplaybasebin.h:
8151           Implement buffering. Needs some more work.
8152
8153 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8154
8155         * ext/theora/theoradec.c: (theora_dec_chain):
8156           Fix ilog mask range overflow.
8157
8158 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8159
8160         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8161           Don't omit the last (which in case of dmix is the only :) )
8162           channel count. Don't set channels if <= 2.
8163
8164 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8165
8166         * gst/playback/gstplaybin.c: (gen_video_element),
8167         (gen_audio_element): Removed 2 obsolete comments
8168
8169 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8170
8171         * ext/vorbis/oggvorbisenc.c
8172         * ext/vorbis/vorbisenc.c :
8173           change description fields of those plugins to differentiate them
8174           (pitivi show Encoders by description, they had the same one)
8175
8176 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8177
8178         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8179
8180         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8181         (gst_play_bin_set_property), (gen_video_element),
8182         (gen_audio_element):
8183           Refcounting fixes for provided audio-/videosinks.
8184
8185 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8186
8187         * gst/playback/gstplaybin.c: (gen_video_element),
8188         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8189           Don't reference all sinks, but only the video- and audiosinks.
8190           The vis. element should be disposed when we're done with it.
8191           We don't have any reason to keep it around. This fixes warnings
8192           when reusing playbin for playing multiple audio files with
8193           vis. enabled. Also release audio device on pause - idea stolen
8194           from Rhythmbox.
8195
8196 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8197
8198         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8199         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8200         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8201         * ext/alsa/gstalsaplugin.c: (plugin_init):
8202         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8203         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8204         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8205         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8206         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8207         (gst_faad_change_state), (plugin_init):
8208         * ext/faad/gstfaad.h:
8209         * ext/vorbis/vorbis.c: (plugin_init):
8210         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8211         * gst-libs/gst/audio/Makefile.am:
8212         * gst-libs/gst/audio/audio.c: (plugin_init):
8213         * gst-libs/gst/audio/multichannel.c:
8214         (gst_audio_check_channel_positions),
8215         (gst_audio_get_channel_positions),
8216         (gst_audio_set_channel_positions),
8217         (gst_audio_set_structure_channel_positions_list),
8218         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8219         (gst_audio_fixate_channel_positions):
8220         * gst-libs/gst/audio/multichannel.h:
8221         * gst-libs/gst/audio/testchannels.c: (main):
8222         * gst/audioconvert/gstaudioconvert.c:
8223         (gst_audio_convert_class_init), (gst_audio_convert_init),
8224         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8225         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8226         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8227         * gst/audioconvert/plugin.c: (plugin_init):
8228           Surround sound support.
8229
8230 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8231
8232         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8233           Fix position for discont if we're close as well. Nitpicking, but
8234           saves a few milliseconds of extra waiting or skipping.
8235
8236 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8237
8238         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8239           We sometimes need parsers for playback, so add those too.
8240
8241 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8242
8243         * configure.ac:
8244         * gst/apetag/Makefile.am:
8245         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8246         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8247         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8248         (gst_ape_demux_get_src_query_types),
8249         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8250         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8251         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8252         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8253         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8254         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8255         (gst_ape_demux_change_state):
8256         * gst/apetag/apedemux.h:
8257         * gst/apetag/apetag.c: (plugin_init):
8258         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8259         (plugin_init):
8260           APE v1/2 tag reader plus typefind function.
8261
8262 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8263
8264         * configure.ac:
8265         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8266         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8267           Remove hacks for older core. Require newer core version
8268           accordingly.
8269
8270 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8271
8272         * gst/cdxaparse/Makefile.am:
8273         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8274         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8275         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8276         * gst/cdxaparse/gstcdxaparse.h:
8277         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8278         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8279         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8280         (gst_cdxastrip_get_src_query_types),
8281         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8282         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8283         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8284         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8285         * gst/cdxaparse/gstcdxastrip.h:
8286           SVCD/VCD header stripping separated from CDXA image parsing.
8287         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8288         (plugin_init):
8289           Add VCD/SVCD header typefinding for VCD/SVCD.
8290         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8291         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8292         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8293         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8294         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8295         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8296         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8297         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8298         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8299         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8300         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8301         * sys/vcd/vcdsrc.h:
8302           Fix up, add seeking, querying, URI interface. Works in totem now.
8303
8304 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8305
8306         * configure.ac:
8307           back to CVS
8308
8309 === release 0.8.6 ===
8310
8311 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8312
8313         * NEWS:
8314         * RELEASE:
8315         * configure.ac:
8316         * po/af.po:
8317         * po/az.po:
8318         * po/cs.po:
8319         * po/en_GB.po:
8320         * po/hu.po:
8321         * po/it.po:
8322         * po/nb.po:
8323         * po/nl.po:
8324         * po/or.po:
8325         * po/sq.po:
8326         * po/sr.po:
8327         * po/sv.po:
8328         * po/uk.po:
8329           releasing 0.8.6, "IOU Love"
8330
8331 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8332
8333         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8334
8335         * gst/playback/gstplaybasebin.c:
8336           Fix unplayable files error handling.  Fixes #158365
8337
8338 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8339
8340         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8341
8342         * gst/typefind/gsttypefindfunctions.c:
8343           Fix broken mp3 typefinding.  Fixes #158375
8344
8345 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8346
8347         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8348
8349         * ext/ogg/gstoggdemux.c:
8350           Fix sync on broken files.  Fixes #158976
8351
8352 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8353
8354         patch by: Edward Hervey <bilboed@bilboed.com>
8355
8356         * ext/libpng/gstpngenc.c:
8357           Copy over buffer properties.  Fixes #158832
8358
8359 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8360
8361         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
8362
8363         * ext/dvdread/dvdreadsrc.c:
8364           Fixes invalid reads (#158462)
8365
8366 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8367
8368         * sys/v4l/gstv4lsrc.c:
8369         * sys/v4l/gstv4lsrc.h:
8370         * sys/v4l/v4lsrc_calls.c:
8371           Probe less and cache it.  Fixes #159187.
8372
8373 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8374
8375         * gst/videorate/gstvideorate.c:
8376           Handle all video formats. Fixes #159186.
8377
8378 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
8379         * gst/synaesthesia/gstsynaesthesia.c:
8380         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
8381         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
8382         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
8383         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
8384         (gst_synaesthesia_change_state), (plugin_init):
8385         Fix up synaesthesia to work under different samplerates/ buffer sizes.
8386         Force 320x200 output, as that's the only thing the underlying
8387         synaesthesia implementation supports. Still needs to be made
8388         re-entrant.
8389
8390 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8391
8392         * configure.ac:
8393           Fix mpeg2enc configure check (similar to mplex check below).
8394
8395 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
8396
8397         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8398
8399         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8400           Fix for gcc-2.95 (fixes #158221).
8401
8402 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8403
8404         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8405           Re-add clock distribution hack (until new core is released).
8406           Fixes #158125.
8407
8408 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
8409         * configure.ac:
8410           fix mplex configure check segfaulting on some systems (bug #140994)
8411
8412 2004-11-13  Benjamin Otte  <otte@gnome.org>
8413
8414         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
8415           add debugging
8416         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8417           do a wait when we enter the loop func with no data available to
8418           write instead of getting into an 100% CPU loop by just returning and
8419           being called again by the scheduler
8420
8421 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
8422
8423         * configure.ac:
8424         * ext/libvisual/visual.c: (gst_visual_get_type),
8425         (libvisual_log_handler), (gst_visual_getcaps),
8426         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
8427         (plugin_init):
8428           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
8429         * ext/smoothwave/Makefile.am:
8430         * ext/smoothwave/demo-osssrc.c: (main):
8431         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
8432         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
8433         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
8434         (plugin_init):
8435         * ext/smoothwave/gstsmoothwave.h:
8436           Make gstsmoothwave a working element in the 20th century.
8437
8438         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
8439           Fix incorrect link function
8440
8441 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8442
8443         * gst/volume/gstvolume.c:
8444           Allow buffer-frames=0.
8445
8446 2004-11-12 Iain <iaingnome@gmail.com>
8447
8448         * configure.ac: Check for polypaudio
8449
8450         * ext/Makefile.am: Build the polyp dir
8451
8452         * ext/polyp: The polypsink sources.
8453
8454 2004-10-30 Iain <iaingnome@gmail.com>
8455
8456         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
8457         caps to reflect the new number of channels.
8458
8459 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8460
8461         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8462           Fix for negotiation order problem. This would show when the
8463           ALSA loopfuction was called before any other function. ALSA
8464           wouldn't do anything because we're not negotiated yet, leading
8465           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
8466
8467 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8468
8469         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8470
8471         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8472           No warnings (#157986).
8473
8474 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8475
8476         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8477           Prefer apev1/2 and id3v1 (at end of file) over musepack.
8478
8479 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8480
8481         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
8482           Signal no-more-pads (so it works in playbin).
8483
8484 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8485
8486         * ext/musepack/gstmusepackreader.cpp:
8487           Workaround for older core.
8488
8489 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8490
8491         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
8492           Actually test for odd width/height rather than testing whether
8493           a temporary variable that was 0 before we subtracted 1 is now
8494           not equal to zero (which it always is).
8495
8496 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8497
8498         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8499         Fix compilation if HAVE_XVIDEO is not defined
8500
8501 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8502
8503         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8504         Fix compilation if HAVE_XVIDEO is not defined
8505
8506 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
8507
8508         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
8509         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
8510         (gst_goom_change_state), (plugin_init):
8511         Use the bytestream adapter so goom doesn't depend on the input
8512         buffer size.
8513         Add a debug category
8514
8515 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8516
8517         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
8518           Only set hardware parameters *after* negotiation. Before
8519           negotiation, it will set ANY and that seems to cause crashes
8520           (see e.g. #151288, #153227).
8521
8522 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8523
8524         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
8525           This seems to be antique leftover. It needs to pass error
8526           checking.
8527         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
8528         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
8529         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
8530         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
8531           Fix GstXOverlay implementation (#151059).
8532
8533 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8534
8535         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8536           Don't assert (#157853).
8537
8538 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8539
8540         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
8541           Fix bytes/samples confustion.
8542         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
8543           Fix for underrun (#144389).
8544
8545 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8546
8547         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8548           Disable halfway-seek for pending release (since it needs a new
8549           core release).
8550
8551 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8552
8553         * sys/v4l/gstv4lsrc.c:
8554         * sys/v4l/gstv4lsrc.h:
8555         * sys/v4l/v4lsrc_calls.c:
8556           add autoprobe-fps property so we can separate autoprobing parts
8557
8558 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8559
8560         * sys/v4l/gstv4lsrc.c:
8561         * sys/v4l/v4lsrc_calls.c:
8562         initialise fourcc to catch unset fourcc's, and debug
8563
8564 2004-11-09  Wim Taymans  <wim@fluendo.com>
8565
8566         * gst/playback/README:
8567         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8568         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8569         (gst_play_bin_dispose), (gst_play_bin_set_property),
8570         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
8571         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
8572         (gst_play_bin_get_formats), (gst_play_bin_convert),
8573         (gst_play_bin_get_query_types), (gst_play_bin_query):
8574         Cleanups and some more documentation.
8575
8576 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
8577
8578         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
8579         (gst_cacasink_init), (gst_cacasink_chain):
8580         * ext/libcaca/gstcacasink.h:
8581         Cacasink inherits from VideoSink, so let that store the clock.
8582
8583 2004-11-09  Wim Taymans  <wim@fluendo.com>
8584
8585         * gst/playback/README:
8586         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
8587         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
8588         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
8589         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
8590         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
8591         (setup_sinks):
8592         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
8593         (gst_stream_info_is_mute), (gst_stream_info_set_property):
8594         * gst/playback/gststreaminfo.h:
8595         Updated README.
8596         Only switch groups if all streams have muted (EOSed).
8597         Send Tags in sync with the stream playback instead of in
8598         the playback/preroll phase.
8599         Some cleanups, free the fakesrc elements.
8600
8601 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8602
8603         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
8604           buffer-frames property was missing
8605         * ext/arts/gst_arts.c:
8606           rate missing from sinkcaps
8607         * ext/audiofile/gstafparse.c:
8608         * ext/audiofile/gstafsink.c:
8609         * ext/audiofile/gstafsrc.c:
8610         * ext/swfdec/gstswfdec.c:
8611           int audio doesn't know buffer-frames
8612         * ext/cdparanoia/gstcdparanoia.c:
8613           int audio doesn't know chunksize either
8614         * ext/nas/nassink.c:
8615           it's endianness, not endianess
8616         * gst-libs/gst/audio/audio.h:
8617           make float standard pad template caps really describe float
8618         * gst/law/mulaw.c: (linear_factory):
8619           signed only, please
8620         * gst/mpegstream/gstdvddemux.c:
8621           widths of 20 are not valid
8622
8623 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8624
8625         Submitted by: Luca Ferretti <elle.uca@infinito.it>
8626
8627         * po/LINGUAS:
8628         * po/it.po:
8629           Add Italian
8630
8631 2004-11-08  Wim Taymans  <wim@fluendo.com>
8632
8633         * gst/playback/README:
8634         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8635         * gst/playback/gstplaybasebin.c: (probe_triggered),
8636         (gst_play_base_bin_change_state):
8637         Updated README, added more comments for fixmes etc..
8638
8639 2004-11-08  Wim Taymans  <wim@fluendo.com>
8640
8641         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8642         We can remove this hack now.
8643
8644 2004-11-08  Wim Taymans  <wim@fluendo.com>
8645
8646         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
8647         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8648         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
8649         Only mix AYUV for maximum quality.
8650
8651 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8652
8653         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
8654         (gst_ogg_demux_push), (gst_ogg_pad_push):
8655           Let's act as if we're synchronized now! :).
8656         * ext/theora/theoradec.c: (theora_dec_chain):
8657           Add some debug.
8658
8659 2004-11-08  Wim Taymans  <wim@fluendo.com>
8660
8661         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8662         (gst_alpha_set_property), (gst_alpha_sink_link),
8663         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
8664         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
8665         (gst_alpha_init_params), (gst_alpha_chain):
8666         Implement alpha functions for AYUV too, this increases
8667         accuracy quite a bit.
8668
8669 2004-11-08  Wim Taymans  <wim@fluendo.com>
8670
8671         * gst/ffmpegcolorspace/avcodec.h:
8672         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8673         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8674         (gst_ffmpegcsp_avpicture_fill):
8675         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8676         (gst_ffmpegcsp_caps_remove_format_info):
8677         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8678         (shrink12), (img_get_alpha_info), (deinterlace_line),
8679         (deinterlace_line_inplace):
8680         * gst/ffmpegcolorspace/imgconvert_template.h:
8681         Added AYUV colorspace and handle RGBA a bit more respectful.
8682
8683 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8684
8685         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8686           Actually always send a discont (cornercase when resending the
8687           same serial-tagged chain twice).
8688
8689 2004-11-08  Julien MOUTTE  <julien@moutte.net>
8690
8691         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
8692         (gst_ximagesink_finalize):
8693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8694         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
8695
8696 2004-11-08  Wim Taymans  <wim@fluendo.com>
8697
8698         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
8699         Don't segfault on NULL data.
8700
8701 2004-11-08  Wim Taymans  <wim@fluendo.com>
8702
8703         * gst/playback/gstdecodebin.c: (unlinked):
8704         * gst/playback/gstplay-marshal.list:
8705         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8706         (gst_play_base_bin_init), (group_create), (get_active_group),
8707         (get_building_group), (group_destroy), (group_commit),
8708         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
8709         (add_element_stream), (no_more_pads), (probe_triggered),
8710         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
8711         (state_change), (setup_source), (gst_play_base_bin_get_property),
8712         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8713         (gst_play_base_bin_link_stream),
8714         (gst_play_base_bin_get_streaminfo):
8715         * gst/playback/gstplaybasebin.h:
8716         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8717         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
8718         Add support for chained ogg files. Prepare for playlist
8719         support. This patch introduces the concept of pad groups, which
8720         together compose one playable media file.
8721
8722 2004-11-07  David Schleef  <ds@schleef.org>
8723
8724         * testsuite/gst-lint: Check for pad templates that aren't statically
8725         scoped.
8726
8727 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8728
8729         * configure.ac:
8730         * ext/Makefile.am:
8731         * ext/musepack/Makefile.am:
8732         * ext/musepack/gstmusepackdec.cpp:
8733         * ext/musepack/gstmusepackdec.h:
8734         * ext/musepack/gstmusepackreader.cpp:
8735         * ext/musepack/gstmusepackreader.h:
8736           Add musepack decoder.
8737         * ext/faad/gstfaad.c: (gst_faad_base_init):
8738           Make pad templates static.
8739         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8740         (plugin_init):
8741           Add musepack typefinder, make mp3 typefinding work halfway stream,
8742           which doesn't actually work yet because id3demux doesn't implement
8743           _get_length().
8744
8745 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8746
8747         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8748         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
8749           Fix interrupt event handling (#144436).
8750
8751 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8752
8753         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
8754           Hide unused glory.
8755
8756 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8757
8758         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8759
8760         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
8761           Fix weird caps (#157548).
8762
8763 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8764
8765         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8766
8767         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
8768           Add missing NULL terminator (#157543).
8769
8770 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8771
8772         * gst/tcp/gsttcp.h:
8773         * gst/tcp/gsttcpclientsink.c:
8774         * gst/tcp/gsttcpclientsrc.c:
8775         * gst/tcp/gsttcpserversink.c:
8776         * gst/tcp/gsttcpserversrc.c:
8777           ports can go up to 65535.  Move common defines to gsttcp.h
8778
8779 2004-11-05  Wim Taymans  <wim@fluendo.com>
8780
8781         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
8782         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
8783         Added two more colorspaces.
8784
8785 2004-11-05  Wim Taymans  <wim@fluendo.com>
8786
8787         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8788         (gst_ffmpegcsp_avpicture_fill):
8789         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8790         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
8791         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
8792         More stride fixes.
8793
8794 2004-11-05  Wim Taymans  <wim@fluendo.com>
8795
8796         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
8797         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
8798         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
8799         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
8800         (gst_videomixer_loop):
8801         More stride fixes.
8802
8803 2004-11-05  Benjamin Otte  <otte@gnome.org>
8804
8805         * ext/mad/gstmad.c: (gst_mad_chain):
8806           don't overflow data buffer. Flush not needed sync data when syncing
8807           failed.
8808
8809 2004-11-04  Wim Taymans  <wim@fluendo.com>
8810
8811         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8812         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
8813         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
8814         (gst_alpha_init_params), (gst_alpha_chain),
8815         (gst_alpha_change_state):
8816         Updated the chroma keying algorithm with something more
8817         sophisticated.
8818
8819 2004-11-03  Wim Taymans  <wim@fluendo.com>
8820
8821         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
8822         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8823         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
8824         Fix stride issues. Does not completely work for odd
8825         heights.
8826
8827 2004-11-03  Wim Taymans  <wim@fluendo.com>
8828
8829         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8830         (gst_alpha_chroma_key), (gst_alpha_chain):
8831         Fix stride issues. Does not completely work for odd
8832         heights.
8833
8834 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
8835
8836         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
8837         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
8838         leak fixes
8839
8840 2004-11-03  Wim Taymans  <wim@fluendo.com>
8841
8842         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8843         (gst_ffmpegcsp_avpicture_fill):
8844         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8845         (avpicture_alloc):
8846         * gst/ffmpegcolorspace/imgconvert_template.h:
8847         Use correct _fill function to get correct strides.
8848
8849 2004-11-02  David Schleef  <ds@schleef.org>
8850
8851         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8852         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
8853         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
8854         Change all g_print()s to debugging.  Add a bunch of consistency
8855         checks.
8856
8857 2004-11-02  Wim Taymans  <wim@fluendo.com>
8858
8859         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8860         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
8861         (unlinked), (no_more_pads), (close_link):
8862         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8863         (unknown_type), (add_element_stream), (new_decoded_pad),
8864         (removed_decoded_pad), (setup_source):
8865         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
8866         (gst_stream_info_class_init), (gst_stream_info_init),
8867         (gst_stream_info_new), (gst_stream_info_dispose),
8868         (stream_info_mute_pad), (gst_stream_info_set_property),
8869         (gst_stream_info_get_property):
8870         * gst/playback/gststreaminfo.h:
8871         Fix playback of multiple files.
8872         a slightly different approach to handling dynamic pad removals.
8873         This one only looks at pads that we have linked.
8874
8875 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
8876
8877         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
8878         free" warning from libc.
8879
8880 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8881
8882         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8883         (get_unconnected_element), (remove_starting_from), (pad_removed),
8884         (close_link):
8885           Implement support for dynamic pad changing. We listen to "live"
8886           pad removals (i.e. while playing) and re-setup autoplugging
8887           after that. Playbasebin/playbin need some more work for this
8888           to finally work, but decodebin supports (and replugs) chained
8889           ogg now.
8890
8891 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
8892
8893         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
8894         (gst_alsa_finalize):
8895         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
8896         (gst_cdaudio_finalize):
8897         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8898         (cdparanoia_finalize):
8899         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
8900         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
8901         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8902         (dvdreadsrc_finalize):
8903         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
8904         (gst_flacdec_finalize):
8905         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
8906         (gst_flacenc_finalize):
8907         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
8908         (gst_gnomevfssink_finalize):
8909         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
8910         (gst_gnomevfssrc_finalize):
8911         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
8912         (gst_fameenc_finalize):
8913         * ext/nas/nassink.c: (gst_nassink_class_init),
8914         (gst_nassink_finalize):
8915         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
8916         (gst_sdlvideosink_class_init):
8917         * ext/sndfile/gstsf.c: (gst_sf_dispose):
8918         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
8919         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
8920         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
8921         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
8922         (gst_x_window_listener_dispose):
8923         * gst/audioscale/gstaudioscale.c:
8924         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
8925         (play_on_demand_finalize):
8926         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
8927         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
8928         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
8929         (cdplayer_finalize):
8930         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
8931         (gst_glimagesink_class_init):
8932         * sys/oss/gstosselement.c: (gst_osselement_class_init),
8933         (gst_osselement_finalize):
8934         * sys/oss/gstosssink.c: (gst_osssink_dispose):
8935         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
8936         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
8937           Fixes a bunch of problems with finalize and dispose functions,
8938           either assumptions that dispose is only called once, or not calling
8939           the parent class dispose/finalize function
8940
8941 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
8942
8943         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
8944           added two api precondition guards
8945           use g_strdup with getenv to fix crash when using ENVVAR
8946
8947 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
8948         * ext/esd/esdsink.c: (gst_esdsink_class_init),
8949         (gst_esdsink_finalize):
8950         Use a finalize function, not dispose, and more importantly,
8951         call the parent class finalize function too
8952
8953 2004-11-01  Johan Dahlin  <johan@gnome.org>
8954
8955         * ext/ogg/gstoggdemux.c:
8956         * gst/tags/gstvorbistag.c:
8957         Plug leaks.
8958
8959 2004-10-31  Benjamin Otte  <otte@gnome.org>
8960
8961         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
8962           lotsa memleaks today. But they're all small...
8963
8964 2004-10-31  Benjamin Otte  <otte@gnome.org>
8965
8966         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8967           another memleak crushed
8968
8969 2004-10-31  Benjamin Otte  <otte@gnome.org>
8970
8971         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
8972           fix memleak
8973
8974 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8975
8976         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8977           Hack to prevent crash when going to READY inside signal handler
8978           while this function is active.
8979
8980 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8981
8982         * gst/ffmpegcolorspace/Makefile.am:
8983         * gst/ffmpegcolorspace/avcodec.h:
8984         * gst/ffmpegcolorspace/common.h:
8985         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
8986         * gst/ffmpegcolorspace/dsputil.h:
8987         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
8988         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8989         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
8990         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
8991         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
8992         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
8993         (gst_ffmpegcsp_avpicture_fill):
8994         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
8995         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8996         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
8997         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
8998         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
8999         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9000         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9001         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9002         * gst/ffmpegcolorspace/imgconvert.c:
9003         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9004         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9005         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9006         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9007         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9008         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9009         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9010         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9011         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9012         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9013         (grow21), (grow22), (grow41), (grow44), (conv411),
9014         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9015         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9016         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9017         (avpicture_free), (is_yuv_planar), (img_convert),
9018         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9019         (deinterlace_line_inplace), (deinterlace_bottom_field),
9020         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9021         * gst/ffmpegcolorspace/imgconvert_template.h:
9022         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9023         * gst/ffmpegcolorspace/mmx.h:
9024         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9025         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9026         (av_freep), (avcodec_get_context_defaults),
9027         (avcodec_alloc_context), (avcodec_init):
9028           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9029           handling plus update from ffmpeg CVS. Large clean-up.
9030
9031 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9032
9033         * gst/playback/Makefile.am:
9034           We need the marshallers for decodebin, too.
9035
9036 2004-10-30  David Schleef  <ds@schleef.org>
9037
9038         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9039           quicktime typefinding work with 64-bit offsets.
9040
9041 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9042
9043         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9044           Set EOS on the element when processing an EOS event.
9045         * ext/speex/gstspeexdec.h:
9046         * ext/speex/gstspeexenc.h:
9047           Only keep a const ptr to the mode
9048         * gst-libs/gst/riff/riff-media.c:
9049         (gst_riff_create_audio_caps_with_data),
9050         (gst_riff_create_audio_template_caps):
9051           Allow WMAV3, with up to 6 channels.
9052         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9053           Don't call gst_pad_set_event_function on a sink pad.
9054         * gst/mpegstream/gstdvddemux.c:
9055         (gst_dvd_demux_get_subpicture_stream),
9056         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9057           Copy the explicit caps that were set across to the cur_* pads,
9058           instead of trying to use a possibly non-existent negotiated caps.
9059           Reset the type of subpicture pads to UNKNOWN after calling
9060           init_stream, so that the caps get set.
9061
9062 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9063
9064         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9065
9066         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9067           Don't touch buffer if it is of size 0 (fixes #151064).
9068
9069 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9070
9071         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9072           Synchronized discont handling.
9073
9074 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9075
9076         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9077         (gst_ogg_demux_push):
9078           Make seeking sort-of exact again (fixes #156387).
9079
9080 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9081
9082         * gst/playback/gstplaybasebin.c: (unknown_type),
9083         (add_element_stream), (new_decoded_pad),
9084         (gst_play_base_bin_change_state):
9085         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9086         (gst_stream_info_init), (gst_stream_info_new),
9087         (gst_stream_info_dispose), (gst_stream_info_get_property):
9088         * gst/playback/gststreaminfo.h:
9089           Make caps explicitely available. Makes testing for unsupported
9090           types possible. Improves error reporting.
9091
9092 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9093
9094         * gst/audioconvert/gstaudioconvert.c:
9095         (gst_audio_convert_buffer_to_default_format):
9096           Really don't touch read-only buffers (#156563).
9097
9098 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9099
9100         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9101
9102         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9103           Fix memleak (#155223).
9104
9105 2004-10-29  Wim Taymans  <wim@fluendo.com>
9106
9107         * gst/tcp/.cvsignore:
9108         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9109         (gst_multifdsink_class_init), (gst_multifdsink_init),
9110         (gst_multifdsink_add), (gst_multifdsink_remove),
9111         (gst_multifdsink_remove_client_link), (is_sync_frame),
9112         (gst_multifdsink_new_client),
9113         (gst_multifdsink_handle_client_write),
9114         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9115         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9116         (gst_multifdsink_get_property):
9117         * gst/tcp/gstmultifdsink.h:
9118         Added burst on connect sync_method, deprecated sync_clients,
9119         streamlined the sync code some more.
9120
9121 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9122
9123         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9124         (gst_play_base_bin_change_state):
9125           Improve error reporting.
9126
9127 2004-10-28  Wim Taymans  <wim@fluendo.com>
9128
9129         * gst/tcp/Makefile.am:
9130         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9131         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9132         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9133         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9134         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9135         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9136         (gst_fdset_wait):
9137         Added more locks around fdset structures. Fixed/reworked
9138         the poll array resizing code.
9139         Added stress test for fdset.
9140
9141 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9142
9143         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9144         fix build
9145
9146 2004-10-28  Benjamin Otte  <otte@gnome.org>
9147
9148         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9149           fix link function to always query channels and query width for
9150           floats
9151         * configure.ac:
9152           add equalizer dir
9153         * gst/equalizer/Makefile.am:
9154         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9155         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9156         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9157         (arg_to_scale), (setup_filter),
9158         (gst_iir_equalizer_compute_frequencies),
9159         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9160         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9161         (plugin_init):
9162           add an equalizer
9163
9164 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9165
9166         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9167
9168         * po/LINGUAS:
9169         * po/nb.po:
9170           Added Norwegian Bokmaal translation
9171
9172 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9173
9174         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9175           Don't break on options (fixes #156488).
9176
9177 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9178
9179         * configure.ac:
9180         * ext/cdaudio/Makefile.am:
9181         * sys/Makefile.am:
9182           fix build on older automake
9183
9184 2004-10-26  Wim Taymans  <wim@fluendo.com>
9185
9186         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9187         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9188         Allow a little margin when negotiating the framerate.
9189
9190 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9191
9192         * gst/level/gstlevel.c:
9193           synchonised naming of pads and pad-templates
9194
9195 2004-10-26  Wim Taymans  <wim@fluendo.com>
9196
9197         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9198         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9199         (_find_streams_check), (gst_ogg_demux_push):
9200         Fix EOS again. Needs to be done in a better way. We should not
9201         remove the pad if there is no new chained stream.
9202
9203 2004-10-26 Iain <iaingnome@gmail.com>
9204
9205         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9206         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9207         of the caps.
9208         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9209         pad.
9210         (interleave_release_pad): Remove the pad.
9211         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9212         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9213         the set device.
9214         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9215         attrs
9216         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9217         (gst_xvimagesink_finalize): Free the par.
9218
9219 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9220
9221         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9222         (gst_avimux_stop_file):
9223           First calculate the rate, and only then use it. Hdr.rate is a
9224           multiple and not a derivative of hdr.scale. Scale is not the
9225           same as blockalign but is solely related to rate.
9226
9227 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9228
9229         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9230         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9231           Implement seeking.
9232
9233 2004-10-25  James Henstridge  <james@jamesh.id.au>
9234
9235         Reviewed by:  David Schleef  <ds@schleef.org>
9236
9237         * examples/gstplay/player.c: (got_stream_length), (main):
9238         * examples/seeking/cdplayer.c: (update_scale):
9239         * examples/seeking/seek.c: (format_value), (update_scale):
9240         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9241         (stop_seek):
9242         Build fixes on AMD64.
9243
9244 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9245
9246         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9247
9248         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9249         Fix for some v4l cards which hang in v4lsrc
9250
9251 2004-10-25  Wim Taymans  <wim@fluendo.com>
9252
9253         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9254         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9255         Make sure to remove the pad when a new chain is
9256         encountered. Set some vars to NULL so we don't try
9257         to reference freed memory.
9258
9259 2004-10-25  Wim Taymans  <wim@fluendo.com>
9260
9261         * examples/seeking/Makefile.am:
9262         * examples/seeking/cdplayer.c: (update_scale):
9263         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9264         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9265         (format_value), (update_scale), (iterate), (start_seek),
9266         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9267         (print_usage), (main):
9268         Added some more examples, update others.
9269
9270 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9271
9272         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9273         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9274         * ext/theora/theoradec.c: (theora_dec_chain):
9275         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9276           Add codec-name metadata.
9277
9278 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9279
9280         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9281
9282         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9283         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9284         * ext/alsa/gstalsamixertrack.h:
9285         * po/POTFILES.in:
9286           ALSA mixer track label internationalization (#154054).
9287
9288 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9289
9290         * ext/theora/theoradec.c: (theora_dec_chain):
9291           Export bitrate as metadata.
9292
9293 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9294
9295         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9296         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9297         * ext/alsa/gstalsamixertrack.h:
9298           Fix names, fix loop.
9299
9300 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9301
9302         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9303         (speex_dec_convert):
9304           sinkconvert function so oggdemux can get the file length (totem).
9305
9306 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9307
9308         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9309
9310         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9311           Don't push incomplete packets.
9312         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9313           Fix MPEG-4 audio typefinding.
9314
9315 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9316
9317         * sys/v4l/Makefile.am:
9318         * sys/v4l/gstv4l.c: (plugin_init):
9319         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9320         (gst_v4lelement_init), (gst_v4lelement_dispose),
9321         (gst_v4lelement_change_state):
9322         * sys/v4l/gstv4lelement.h:
9323         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9324         (gst_v4l_xoverlay_close), (idle_refresh),
9325         (gst_v4l_xoverlay_set_xwindow_id):
9326         * sys/v4l/gstv4lxoverlay.h:
9327         * sys/v4l/v4l-overlay_calls.c:
9328         * sys/v4l/v4l_calls.h:
9329         * sys/v4l2/Makefile.am:
9330         * sys/v4l2/gstv4l2.c: (plugin_init):
9331         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9332         (gst_v4l2element_init), (gst_v4l2element_dispose),
9333         (gst_v4l2element_change_state):
9334         * sys/v4l2/gstv4l2element.h:
9335         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9336         (gst_v4l2_xoverlay_close), (idle_refresh),
9337         (gst_v4l2_xoverlay_set_xwindow_id):
9338         * sys/v4l2/gstv4l2xoverlay.h:
9339         * sys/v4l2/v4l2-overlay_calls.c:
9340         * sys/v4l2/v4l2_calls.h:
9341           Remove client-side overlay handling, use the X-server v4l plugin
9342           for that. Nicer overlay, less code. Also make the plugin
9343           compileable without X (but then without overlay, obviously).
9344           Makes xwindowlistener obsolete, should we remove that?
9345
9346 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9347
9348         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
9349         (gst_osssrc_src_query):
9350         * sys/oss/gstosssrc.h:
9351           OK, so people want offset in DEFAULT. This time, actually fix all
9352           cases.
9353         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9354           Add FPS properly.
9355
9356 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9357
9358         * gst/asfdemux/gstasfmux.c:
9359         * gst/avi/gstavimux.c:
9360           Framerate.
9361
9362 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9363
9364         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
9365           Fix properties (channel, norm, frequency).
9366
9367 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9368
9369         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
9370           Flag typo.
9371         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
9372           No warnings.
9373
9374 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9375
9376         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
9377           Fix hang.
9378
9379 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9380
9381         * sys/v4l2/gstv4l2element.h:
9382           Yet Another Hack (tm) for kernel header borkedness.
9383         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9384         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
9385         (gst_v4l2src_link), (gst_v4l2src_getcaps),
9386         (gst_v4l2src_change_state):
9387         * sys/v4l2/gstv4l2src.h:
9388         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
9389         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
9390           Fix caps, keep track of state, work.
9391
9392 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9393
9394         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9395           Quiet.
9396
9397 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9398
9399         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9400           Don't mix bytes and samples.
9401
9402 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9403
9404         * ext/ogg/gstoggmux.c:
9405           Basic pad template which accepts OGM tracks, speex, flac, vorbis
9406           and theora. Any is incorrect.
9407         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
9408           Fix caps.
9409         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9410         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9411         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
9412         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
9413         * sys/v4l/gstv4lmjpegsrc.h:
9414         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9415         (gst_v4lsrc_change_state):
9416         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
9417         (gst_v4lmjpegsrc_capture_stop):
9418           Fix caps. Keep track of internal state. Work.
9419
9420 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9421
9422         * ext/Makefile.am:
9423           Fix the build fixes.
9424
9425 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9426
9427         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9428         (gst_ogg_demux_src_event), (_find_chain_seek),
9429         (gst_ogg_pad_push):
9430           Check for pad availability before using it.
9431         * ext/ogg/gstoggdemux.c: (_find_chain_process):
9432           Fix parsing of chained ogg. Needs more work on the decoder side.
9433
9434 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9435
9436         * gst/spectrum/Makefile.am:
9437         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
9438         (idle_func):
9439           Fix demo and reenable it. Yes, I'm currently playing with audio
9440           analysis tools
9441
9442 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9443
9444         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9445           We love it if files that start at zero work too...
9446
9447 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9448
9449         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9450           Handle files with missing EOS headers.
9451
9452 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9453
9454         * gst/tcp/gsttcpserversink.c:
9455         (gst_tcpserversink_handle_server_read),
9456         (gst_tcpserversink_init_send):
9457         Zero some variables first (need for accept not to return EINVAL)
9458
9459 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9460
9461         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9462         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9463         * ext/theora/theoradec.c: (theora_dec_sink_convert),
9464         (theora_dec_chain):
9465         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
9466         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
9467           Seeking and querying finetune.
9468
9469 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9470
9471         * configure.ac:
9472         * ext/Makefile.am:
9473         * ext/raw1394/Makefile.am:
9474           fix the build
9475
9476 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9477
9478         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9479           Wrong return.
9480         * gst/playback/Makefile.am:
9481         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9482         * gst/playback/gstplay-marshal.list:
9483         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9484           Fix marshallers.
9485
9486 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9487
9488         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
9489           Silence.
9490
9491 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9492
9493         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9494         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9495         (gst_ogg_pad_push):
9496           Yay for non-lineair granulepos in theora.
9497
9498 2004-10-18  Wim Taymans  <wim@fluendo.com>
9499
9500         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
9501         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9502         * ext/dv/gstdvdec.h:
9503         Make sure we renegotiate aspect ratio when the camera switches.
9504
9505 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9506
9507         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9508         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9509           Start at zero.
9510         * ext/theora/theoradec.c: (theora_dec_chain):
9511           Skip headers. Bad idea for chained ogg, but fixes seeking.
9512
9513 2004-10-18  Wim Taymans  <wim@fluendo.com>
9514
9515         * configure.ac:
9516         I swear, this is the last time I touch this.
9517
9518 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9519
9520         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9521         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9522         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
9523           Faster seeking.
9524         * ext/theora/theoradec.c: (theora_dec_sink_convert):
9525           Time-to-default conversion.
9526         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9527           Don't error on unknown packets, just skip. We should probably
9528           read them if we want to support chained ogg.
9529
9530 2004-10-18  Wim Taymans  <wim@fluendo.com>
9531
9532         * configure.ac:
9533         Added cdaudio to wrong list.
9534
9535 2004-10-18  Wim Taymans  <wim@fluendo.com>
9536
9537         * configure.ac:
9538         Revive cdaudio.
9539
9540 2004-10-18  Wim Taymans  <wim@fluendo.com>
9541
9542         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9543         (gst_dvdec_video_link), (gst_dvdec_push):
9544         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
9545         (gst_smokeenc_resync), (gst_smokeenc_chain):
9546         Fix mimetype on smoke encoder.
9547         Add aspect ratio to dvdec. Not sure if these
9548         values are correct though....
9549
9550 2004-10-18  Wim Taymans  <wim@fluendo.com>
9551
9552         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
9553         Fix vorbis property descriptions and ranges.
9554
9555 2004-10-18  Wim Taymans  <wim@fluendo.com>
9556
9557         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9558         Really do nothing when no data is available.
9559         Go to the playing state when the stream is not seekable
9560         instead of failing.
9561
9562 2004-10-18  Wim Taymans  <wim@fluendo.com>
9563
9564         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
9565         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
9566         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
9567         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
9568         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
9569         Added uri handler for cd://
9570         Port to new API.
9571
9572 2004-10-18  Wim Taymans  <wim@fluendo.com>
9573
9574         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9575         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
9576         (try_to_link_1), (no_more_pads), (close_link), (type_found):
9577         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
9578         (remove_prerolls), (unknown_type), (add_element_stream),
9579         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
9580         (gst_play_base_bin_remove_element),
9581         (gst_play_base_bin_link_stream):
9582         * gst/playback/gstplaybin.c: (gen_video_element),
9583         (gen_vis_element), (remove_sinks), (setup_sinks):
9584         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
9585         (gst_stream_info_get_type), (gst_stream_info_class_init),
9586         (gst_stream_info_init), (gst_stream_info_new),
9587         (gst_stream_info_dispose), (stream_info_mute_pad),
9588         (gst_stream_info_set_property), (gst_stream_info_get_property):
9589         * gst/playback/gststreaminfo.h:
9590         Add sink padtemplate to decodebin.
9591         Added some more comments.
9592         Make queue size configurable in playbasebin.
9593         Added possibility to use elements as sinks (ex cdaudio).
9594
9595 2004-10-15  Wim Taymans  <wim@fluendo.com>
9596
9597         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
9598         (gst_speexenc_chain):
9599         Fix speex timestamps so that it gets muxed properly.
9600
9601 2004-10-15  Wim Taymans  <wim@fluendo.com>
9602
9603         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
9604         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
9605         (gst_dv1394src_init), (gst_dv1394src_dispose),
9606         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
9607         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
9608         (gst_dv1394src_event), (gst_dv1394src_get_formats),
9609         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
9610         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
9611         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
9612         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
9613         * ext/raw1394/gstdv1394src.h:
9614         Added conversion/query functions.
9615         Update buffer timestamps,
9616         Added signals.
9617         Added uri dv:// so it might play from the firewire in playbin.
9618         Fix a possible leak.
9619         Added debugging.
9620
9621 2004-10-15  Wim Taymans  <wim@fluendo.com>
9622
9623         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
9624         (gst_dv1394src_init), (gst_dv1394src_set_property),
9625         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
9626         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
9627         * ext/raw1394/gstdv1394src.h:
9628         Added AV/C VTR control support needed for some cameras.
9629         Added automatic port detection.
9630         Added properties for selecting the channel.
9631         The configure.ac script is not yet updated to reflect the
9632         new libavc1394 and librom1394 dependencies.
9633
9634 2004-10-15  Wim Taymans  <wim@fluendo.com>
9635
9636         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9637         (qtdemux_parse), (gst_qtdemux_handle_esds):
9638         An esds box is not a container.
9639         Fix parsing of mp4v boxes.
9640         Do not try to renegotiate fps for each frame. Need to
9641         find a better method. This should fix mp4 playback.
9642
9643 2004-10-14  David Schleef  <ds@schleef.org>
9644
9645         * configure.ac: update for swfdec-0.3 and liboil-0.2
9646         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
9647         * ext/swfdec/gstswfdec.h: same
9648         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
9649         * gst/videotestsrc/videotestsrc.c: same
9650
9651 2004-10-14  Wim Taymans  <wim@fluendo.com>
9652
9653         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9654         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
9655         (is_sync_frame), (gst_multifdsink_new_client),
9656         (gst_multifdsink_handle_client_write),
9657         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9658         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
9659         Turn warnings into info.
9660         Don't allow a state change in the streaming thread.
9661
9662 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9663
9664         * ext/vorbis/oggvorbisenc.c:
9665         * ext/vorbis/vorbisdec.c:
9666           fix template sample rate
9667
9668 2004-10-13  Wim Taymans  <wim@fluendo.com>
9669
9670         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9671         Decoding the header first fixes some problems in resyncing
9672         in more mp3s.
9673
9674 2004-10-12  Wim Taymans  <wim@fluendo.com>
9675
9676         * gst/playback/gstplaybin.c: (gen_video_element),
9677         (gen_vis_element), (remove_sinks), (setup_sinks):
9678         Added vis plugin support, need to configure the vis
9679         element to activate it.
9680
9681 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9682
9683         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
9684         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9685           Some debug.
9686         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9687         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
9688         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
9689         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
9690         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
9691         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
9692         * gst/avi/gstavidemux.h:
9693           Support for openDML-2.0 indx/ix## chunks. Support for broken index
9694           recovery (where, if part of the index is broken, we will still read
9695           the rest of the index and recover the broken part by stream
9696           scanning). More broken media support. EOS workarounds. General AVI
9697           braindamage headache recovery. Aspirin included.
9698
9699 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9700
9701         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
9702         (cdparanoia_event), (cdparanoia_query):
9703           Get rid of hideous lead-in.
9704
9705 2004-10-11  Wim Taymans  <wim@fluendo.com>
9706
9707         * gst/playback/gstplaybasebin.c: (setup_source):
9708         Wrong var used to get g_list_next.
9709
9710 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9711
9712         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9713         (cdparanoia_get), (cdparanoia_open):
9714           Report discid as metadata, add duration.
9715
9716 2004-10-11  Wim Taymans  <wim@fluendo.com>
9717
9718         * gst/playback/gstplaybasebin.c: (setup_source):
9719         Cleanup the previous pipeline a little earlier for the
9720         case that a source element provides raw data.
9721
9722 2004-10-11  Benjamin Otte  <otte@gnome.org>
9723
9724         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9725           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
9726           consuming the last 128 bytes, even though it was valid mp3 data.
9727
9728 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9729
9730         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
9731         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
9732         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
9733         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
9734
9735 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9736
9737         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
9738         Fix for webcams that support only specific width or height
9739
9740 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9741
9742         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9743
9744         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
9745           Fix wrong discont event setup (fixes #154967).
9746
9747 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
9748
9749         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9750
9751         * gst/auparse/gstauparse.c: (gst_auparse_chain):
9752           Error out on invalid data (fixes #154807).
9753
9754 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9755
9756         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9757
9758         * ext/dvdread/dvdreadsrc.c: (_read):
9759           Make titles > 0 work again (fixes #154834).
9760
9761 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9762
9763         * gst-libs/gst/riff/riff-media.c:
9764         (gst_riff_create_video_template_caps):
9765           WMV3 missing in template caps.
9766
9767 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9768
9769         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9770           OK, so the original code was too strict. It makes random AVI files
9771           hang for seconds upon opening, which is unacceptable and is far
9772           beyond the original goal of getting multiple chunks for one-chunk
9773           sounc stream files. So now do just that.
9774
9775 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9776
9777         * gst/playback/gstplaybasebin.c: (setup_source),
9778         (gst_play_base_bin_change_state):
9779           Actually clean up streaminfo if output fails. This would trigger
9780           if, for example, there was no CD in the drive. No preroll, so
9781           a streaminfo structure is created, but the subsequent state change
9782           of the thread fails.
9783         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
9784           Don't change state if parent failed.
9785
9786 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9787
9788         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9789         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
9790         (gen_video_element), (remove_sinks):
9791           Add small bits of code for screenshot handling.
9792
9793 2004-10-08  Wim Taymans  <wim@fluendo.com>
9794
9795         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
9796         (gen_video_element), (gen_audio_element), (setup_sinks):
9797         Don't assume the user provided sinks are named "sink"...
9798
9799 2004-10-08  Wim Taymans  <wim@fluendo.com>
9800
9801         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
9802         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
9803         (gst_play_base_bin_link_stream):
9804         Do not try to autoplug sources that generate raw streams like
9805         cdparanoia.
9806         disconnect the preroll overrun signal when we don't need it anymore.
9807
9808 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
9809
9810         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
9811         Added reworked patch from #154903 from milosz derezynski (deadchip).
9812
9813 2004-10-08  Wim Taymans  <wim@fluendo.com>
9814
9815         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
9816         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
9817         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
9818         (cdparanoia_convert), (cdparanoia_uri_get_type),
9819         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
9820         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
9821         * ext/cdparanoia/gstcdparanoia.h:
9822         This adds the cdda://<tracknum> uri.
9823
9824 2004-10-08  Wim Taymans  <wim@fluendo.com>
9825
9826         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9827         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
9828         (try_to_link_1), (no_more_pads), (close_link), (type_found):
9829         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9830         (unknown_type), (gst_play_base_bin_remove_element),
9831         (gst_play_base_bin_link_stream):
9832         * gst/playback/gstplaybasebin.h:
9833         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9834         (gst_play_bin_set_property), (gen_video_element),
9835         (gen_audio_element), (setup_sinks):
9836         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
9837         (gst_stream_info_get_type), (gst_stream_info_class_init),
9838         (gst_stream_info_init), (gst_stream_info_new),
9839         (gst_stream_info_dispose), (stream_info_mute_pad),
9840         (gst_stream_info_set_property), (gst_stream_info_get_property):
9841         * gst/playback/gststreaminfo.h:
9842         Reuse the audio and video bins.
9843         Some internal cleanups in the stream selection code.
9844
9845 2004-10-08  Julien MOUTTE  <julien@moutte.net>
9846
9847         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
9848         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
9849         * sys/ximage/ximagesink.h:
9850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9851         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
9852         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
9853         not coming from those elements. Moreover these elements should not keep
9854         the xid they have been given when in NULL state.
9855
9856 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9857
9858         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
9859         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
9860         * sys/ximage/ximagesink.h:
9861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9862         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
9863         * sys/xvimage/xvimagesink.h:
9864           Actually only create a new toplevel window if we're not gonna
9865           embed it right after.
9866
9867 2004-10-07  Wim Taymans  <wim@fluendo.com>
9868
9869         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
9870         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
9871         * gst/playback/gstplaybin.c: (setup_sinks):
9872         Implement muting/unmuting of streams, mute streams that are not
9873         used.
9874
9875 2004-10-07  Wim Taymans  <wim@fluendo.com>
9876
9877         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
9878         (plugin_init):
9879         Added lame audio/x-ac3 typefind function.
9880
9881 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9882
9883         * configure.ac:
9884           bump nano to cvs
9885
9886 === release 0.8.5 ===
9887
9888 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9889
9890         * NEWS:
9891         * RELEASE:
9892         * configure.ac:
9893           releasing 0.8.5, "Take You On"
9894
9895 2004-10-06  Wim Taymans  <wim@fluendo.com>
9896
9897         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9898         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
9899         (no_more_pads), (close_link), (type_found):
9900         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
9901         * gst/playback/gstplaybin.c: (gen_video_element):
9902         Do not signal the no_more_pads after the first pad when
9903         we are plugging a non dynamic element with multiple
9904         output pads (like swfdec, dvdec, ...).
9905
9906 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9907
9908         * configure.ac:
9909           bump for prerelease
9910
9911 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9912
9913         * gst/wavparse/gstwavparse.c:
9914           add ATRAC3 to STATIC CAPS to fix a warning
9915
9916         * gst/matroska/ebml-read.c:
9917         * gst-libs/gst/riff/riff-read.c:
9918           fix typos
9919
9920 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9921
9922         * gst-libs/gst/riff/riff-media.c:
9923           generate caps for ATRAC3 audio streams
9924
9925         * gst/realmedia/rmdemux.c:
9926           generate caps for ATRAC3 audio streams
9927
9928 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9929
9930         * gst/wavparse/Makefile.am
9931         * gst/wavparse/riff.h
9932         * gst/wavparse/wavparse.vcproj
9933           riff.h removal (unused and duplication with riff-ids.h)
9934
9935 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9936
9937         * gst/wavparse/gstwavparse.h
9938           remove duplicated defines for audio codec codes
9939
9940         * gst-libs/gst/riff/riff-ids.h
9941         * gst/wavenc/riff.h:
9942           add "4CC" code for ATRAC3 audio streams
9943           add "4CC" code for ITU_G721_ADPCM (unused for now)
9944
9945 2004-10-06  Wim Taymans  <wim@fluendo.com>
9946
9947         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
9948         Actually _do_ negotiation. Pass gdouble as arg instead
9949         of guint64 for the framerate.
9950
9951 2004-10-06  Wim Taymans  <wim@fluendo.com>
9952
9953         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9954         (find_compatibles), (close_pad_link), (try_to_link_1),
9955         (no_more_pads), (close_link), (type_found):
9956         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
9957         * gst/playback/gstplaybin.c: (gen_video_element),
9958         (gen_audio_element):
9959         Set state on newly added element to READY so that negotiation
9960         can happen ASAP.
9961         Addes some more debug info.
9962         Do not try to plug pads with multiple caps structures or ANY
9963         because it is too dangerous since we do not do dynamic
9964         replugging.
9965
9966 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9967
9968         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
9969
9970         * po/LINGUAS:
9971         * po/or.po:
9972           add Oriya translation
9973
9974 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9975
9976         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9977           Prevent overwrite of size member. Makes audio sound crappy.
9978
9979 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9980
9981         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9982         Add rmvb to the list of known RealMedia extensions
9983
9984 2004-10-05  Wim Taymans  <wim@fluendo.com>
9985
9986         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
9987         (mngdec_openstream), (mngdec_closestream),
9988         (mngdec_handle_sink_event), (mngdec_readdata),
9989         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
9990         (mngdec_getcanvasline), (mngdec_refresh),
9991         (gst_mngdec_change_state):
9992         Set the framerate correctly.
9993
9994 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9995
9996         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9997           There was something wrong with the index massaging.
9998
9999 2004-10-04  Wim Taymans  <wim@fluendo.com>
10000
10001         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10002         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10003         (gst_smokedec_chain):
10004         * ext/jpeg/gstsmokedec.h:
10005         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10006         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10007         * ext/jpeg/gstsmokeenc.h:
10008         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10009         (smokecodec_decode_new), (smokecodec_info_free),
10010         (smokecodec_set_quality), (smokecodec_get_quality),
10011         (smokecodec_set_threshold), (smokecodec_get_threshold),
10012         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10013         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10014         (smokecodec_encode), (smokecodec_parse_id),
10015         (smokecodec_parse_header), (smokecodec_decode):
10016         * ext/jpeg/smokecodec.h:
10017         * ext/jpeg/smokeformat.h:
10018         Updated smoke, new bitstream, allows embedding in ogg.
10019
10020 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10021
10022         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10023           Fix seeking in some files. All this code is no longer needed (and
10024           actually breaks stuff) because we now synchronize the full index
10025           right when reading the header.
10026
10027 2004-10-04  Wim Taymans  <wim@fluendo.com>
10028
10029         * configure.ac:
10030         configure update for libmng.
10031
10032 2004-10-04  Wim Taymans  <wim@fluendo.com>
10033
10034         * ext/libmng/Makefile.am:
10035         * ext/libmng/gstmng.c: (plugin_init):
10036         * ext/libmng/gstmng.h:
10037         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10038         (gst_mngdec_base_init), (gst_mngdec_class_init),
10039         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10040         (gst_mngdec_loop), (gst_mngdec_get_property),
10041         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10042         (mngdec_closestream), (mngdec_handle_sink_event),
10043         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10044         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10045         (gst_mngdec_change_state):
10046         * ext/libmng/gstmngdec.h:
10047         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10048         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10049         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10050         (gst_mngenc_chain), (gst_mngenc_get_property),
10051         (gst_mngenc_set_property):
10052         * ext/libmng/gstmngenc.h:
10053         Added basic MNG decoder. Needs more work. The encoder does
10054         not work yet.
10055
10056 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10057
10058         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10059         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10060         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10061           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10062           no-more-pads.
10063
10064 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10065
10066         * configure.ac:
10067           you need at least 1.0.4 of speex
10068
10069 2004-10-04 Iain <iaingnome@gmail.com>
10070
10071         * ext/speex/gstspeexdec.h: Revert the includes changes.
10072
10073         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10074
10075 2004-09-30 Iain <iaingnome@gmail.com>
10076
10077         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10078         found during init or set as a property instead of hardcoding /dev/audio
10079
10080 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10081
10082         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10083         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10084         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10085         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10086         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10087         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10088         (gst_rmdemux_dump_data):
10089           Use debug category, fix EOS handling. filesrc ! rmdemux now
10090           works.
10091
10092 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10093
10094         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10095         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10096         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10097           Improve allocation, cutting and sorting of the index. How takes a
10098           few seconds instead of minutes.
10099
10100 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10101
10102         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10103           fixed compilation
10104
10105 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10106
10107         * gst-libs/gst/riff/riff-media.c:
10108         (gst_riff_create_video_caps_with_data),
10109         (gst_riff_create_video_template_caps):
10110           Add wing commander format mimetype/fourccs.
10111         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10112           Don't crash if some value is 0.
10113
10114 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10115
10116         * gst-libs/gst/riff/riff-media.c:
10117         (gst_riff_create_video_caps_with_data),
10118         (gst_riff_create_video_template_caps):
10119           Add DIB fourcc (raw, palettized 8-bit RGB).
10120         * gst-libs/gst/riff/riff-read.c:
10121         (gst_riff_read_strf_vids_with_data):
10122           Oops, fix strf_data reading bug.
10123         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10124           Use a non-NULL tag.
10125         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10126           Time for hacks. Sorry Dave. At least one quicktime movie (a
10127           trailer) that I've encountered contains multiple video tracks.
10128           One of those is the actual video track, the other are one-frame
10129           tracks (images). Unfortunately, the number of frames according
10130           to the trak header is 1 for each, so that doesn't help. So
10131           instead, I look at the duration and discard tracks with a
10132           duration shorter than 20% of the length of the stream. Better
10133           than nothing.
10134
10135 2004-10-01  Christian Schaller <christian@fluendo.com>
10136
10137         * ext/ivorbis/vorbis.c:
10138           Patch from Phil Blundell (Bug 152341)
10139
10140 2004-10-01  Wim Taymans  <wim@fluendo.com>
10141
10142         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10143         (speex_dec_get_formats), (speex_dec_convert),
10144         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10145         (speex_dec_chain), (gst_speexdec_get_property),
10146         (gst_speexdec_set_property):
10147         Small cleanups.
10148
10149 2004-10-01  Wim Taymans  <wim@fluendo.com>
10150
10151         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10152         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10153         (gst_wavparse_other), (gst_wavparse_loop),
10154         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10155         (gst_wavparse_srcpad_event):
10156         * gst/wavparse/gstwavparse.h:
10157         Added some more debugging info.
10158         Fix the case where the length of the file is 0.
10159         Make sure we seek to sample borders.
10160
10161 2004-10-01  Wim Taymans  <wim@fluendo.com>
10162
10163         * gst/playback/README:
10164         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10165         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10166         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10167         Add some debug info to decodebin, update README
10168
10169 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10170
10171         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10172           Don't use g_print(); use GST_DEBUG().
10173
10174 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10175
10176         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10177         (gst_ogg_mux_queue_pads):
10178           Handle EOS properly.
10179
10180 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10181
10182         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10183
10184         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10185         (gst_faad_chain), (gst_faad_change_state):
10186         * ext/faad/gstfaad.h:
10187           Allow playback of raw (unframed) MPEG AAC files (#148993).
10188
10189 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10190
10191         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10192
10193         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10194           Throw error if we didn't recognize the stream. Fixes #152289.
10195
10196 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10197
10198         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10199           Fix negotiation.
10200
10201 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10202
10203         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10204
10205         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10206           Fix memleak.
10207
10208 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10209
10210         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10211
10212         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10213           Solve #152805.
10214         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10215           Solve 152806.
10216
10217 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10218
10219         * gst-libs/gst/riff/riff-media.c:
10220         (gst_riff_create_video_caps_with_data),
10221         (gst_riff_create_audio_caps_with_data):
10222           Add codec_data handling (like asfdemux used to do).
10223         * gst/asfdemux/gstasf.c: (plugin_init):
10224         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10225         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10226           Use riff-media for caps creation instead of our own (mostly
10227           broken) copy of its functions.
10228
10229 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10230
10231         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10232           Don't actually error out if we get another return value than
10233           -EINVAL. Opposite to what I first thought, drivers have random
10234           return values for this, although -EINVAL is the expected return
10235           value. Since this is not fatal, we shouldn't use
10236           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10237
10238 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10239
10240         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10241         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10242         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10243         (dvdreadsrc_get), (dvdreadsrc_open_file),
10244         (dvdreadsrc_change_state):
10245           Fix. Don't do one big huge loop around the whole DVD, that will
10246           cache all data and thus eat sizeof(dvd) (several GB) before we
10247           see something.
10248         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10249           Actually NULL'ify event after using it.
10250         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10251         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10252         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10253         (gst_ebml_read_seek), (gst_ebml_read_skip):
10254           Handle events.
10255         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10256         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10257         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10258           Fix timing (this will probably break if I seek using menus, but
10259           I didn't get there yet). VOBs and normal DVDs should now work.
10260           Add a mpeg2-only pad with high rank so this get autoplugged for
10261           MPEG-2 movies.
10262         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10263         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10264         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10265         (gst_mpeg_demux_get_audio_stream),
10266         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10267         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10268           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10269           MPEG-1 but use dvddemux for MPEG-2.
10270         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10271         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10272         (gst_mpeg_parse_parse_packhead):
10273           Timing. Only add pad template if it exists. Add sink template from
10274           class and not from ourselves. This means we will always use the
10275           correct sink template even if it is not the one defined in this
10276           file.
10277
10278 2004-09-29  Wim Taymans  <wim@fluendo.com>
10279
10280         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10281         (gst_mpeg_demux_parse_pes):
10282         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10283         Fix playback of mpeg again, timestamps where screwed up by
10284         patch 1.61.
10285
10286 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10287
10288         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10289           Only return true if we actually filled something in. Prevents
10290           player applications from showing a random length for flac files.
10291         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10292         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10293         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10294         (gst_riff_read_strf_vids_with_data),
10295         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10296           OK, ok, so I implemented event handling. Apparently it's normal
10297           that we receive random events at random points without asking
10298           for it.
10299         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10300         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10301         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10302         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10303         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10304         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10305         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10306         * gst/avi/gstavidemux.h:
10307           Implement non-lineair chunk handling and subchunk processing.
10308           The first solves playback of AVI files where the audio and video
10309           data of individual buffers that we read are not synchronized.
10310           This should not happen according to the wonderful AVI specs, but
10311           of course it does happen in reality. It is also a prerequisite for
10312           the second. Subchunk processing allows us to cut chunks in small
10313           pieces and process each of these pieces separately. This is
10314           required because I've seen several AVI files with incredibly large
10315           audio chunks, even some files with only one audio chunk for the
10316           whole file. This allows for proper playback including seeking.
10317           This patch is supposed to fix all AVI A/V sync issues.
10318         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10319         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10320           Work.
10321         * gst/modplug/gstmodplug.cc:
10322           Proper return value setting for the query() function.
10323         * gst/playback/gstplaybasebin.c: (setup_source):
10324           Being in non-playing state (after, e.g., EOS) is not necessarily
10325           a bad thing. Allow for that. This fixes playback of short files.
10326           They don't actually playback fully now, because the clock already
10327           runs. This means that small files (<500kB) with a small length
10328           (<2sec) will still not or barely play. Other files, such as mod
10329           or flx, will work correctly, however.
10330
10331 2004-09-28  Wim Taymans  <wim@fluendo.com>
10332
10333         * ext/speex/gstspeex.c: (plugin_init):
10334         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10335         (gst_speex_dec_class_init), (speex_dec_get_formats),
10336         (speex_get_event_masks), (speex_get_query_types),
10337         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10338         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10339         (gst_speexdec_get_property), (gst_speexdec_set_property),
10340         (speex_dec_change_state):
10341         * ext/speex/gstspeexdec.h:
10342         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10343         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10344         (gst_speexenc_base_init), (gst_speexenc_class_init),
10345         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
10346         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
10347         (gst_speexenc_src_query), (gst_speexenc_init),
10348         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
10349         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
10350         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
10351         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
10352         (gst_speexenc_chain), (gst_speexenc_get_property),
10353         (gst_speexenc_set_property), (gst_speexenc_change_state):
10354         * ext/speex/gstspeexenc.h:
10355         Rewrote speex encoder, make sure it can be embedded in ogg.
10356         Implemented speex decoder.
10357
10358 2004-09-28  Christian Schaller <christian@fluendo.com>
10359
10360         * configure.ac:
10361         Remove kioslave plugin. Markey is brewing a new working one
10362         * ext/Makefile.am: Remove kioslave plugin
10363         * ext/kio: remove
10364         * gst-plugins.spec.in: remove kio plugin from spec
10365
10366 2004-09-27  Wim Taymans  <wim@fluendo.com>
10367
10368         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10369         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10370         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
10371         (gst_multifdsink_new_client),
10372         (gst_multifdsink_handle_client_write),
10373         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10374         (gst_multifdsink_handle_clients):
10375         * gst/tcp/gstmultifdsink.h:
10376         Make syncing to keyframes actually work for new clients and lagging
10377         clients.
10378
10379 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10380
10381         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
10382         (gst_navigationtest_handle_src_event), (draw_box_planar411),
10383         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
10384         * gst/debug/gstnavigationtest.h:
10385           make navigationtest display button-press and button-release events
10386
10387 2004-09-26 Iain <iaingnome@gmail.com>
10388
10389         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
10390         the channels have received a new media event.
10391         (interleave_buffered_loop): Compresses a new media event on all
10392         channels into one.
10393
10394 2004-09-26 Iain <iaingnome@gmail.com>
10395
10396         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
10397         call the sinkpad's default event handler and not the srcpads. He also
10398         says this is confusing :)
10399         (gst_wavenc_stop_file): Company says that seek events only go upstream
10400         we should send a discontinuous downstream instead.
10401
10402 2004-09-25  Christian Schaller <christian@fluendo.com>
10403
10404         * Update SPEC file to be usable in conjunction with Fedora Core,
10405           Fedora.us and freshrpms packages
10406         * Fix typo in multifilesrc test Makefile
10407
10408 2004-09-24  Wim Taymans  <wim@fluendo.com>
10409
10410         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10411         Only signal the no_more_pads signal when we have
10412         added the stream to our list.
10413
10414 2004-09-24  Wim Taymans  <wim@fluendo.com>
10415
10416         * gst/playback/gstplaybasebin.c: (remove_prerolls),
10417         (new_decoded_pad):
10418         * gst/playback/gstplaybasebin.h:
10419         * gst/playback/gstplaybin.c: (setup_sinks):
10420         Don't try to preroll or decode more than one audio/video
10421         track.
10422
10423 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10424
10425         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10426           Throw error if we failed to find a suitable output. This should
10427           throw an error if we successfully set up a pipeline (e.g. because
10428           we recognized a media file) but found no decodable streams in it
10429           (e.g. because it contains only media stream types for which we
10430           have no decoders, or because it's not a media type).
10431
10432 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10433
10434         * ext/dirac/Makefile.am:
10435         * ext/dirac/gstdirac.cc:
10436         * ext/dirac/gstdiracdec.cc:
10437         * ext/dirac/gstdiracdec.h:
10438           Do something. Don't actually know if this works because I don't
10439           have a demuxer yet.
10440         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
10441           Add channels=1 to caps returned from _getcaps().
10442         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
10443         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
10444         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
10445         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10446         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
10447         (gst_ogm_parse_change_state):
10448           Separate between audio/video so ogmaudioparse actually uses the
10449           audio pad templates. Both audio and video work now, including
10450           autoplugging. Also use sometimes-srcpad hack.
10451         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10452           Handle events better. Don't hang on infinite loops.
10453         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10454         (gst_avi_demux_init), (gst_avi_demux_reset),
10455         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10456         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
10457         (gst_avi_demux_change_state):
10458         * gst/avi/gstavidemux.h:
10459           Improve A/V sync. Still not perfect.
10460         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
10461         (gst_ebml_read_skip):
10462           Handle events better.
10463         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10464         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
10465         (qtdemux_audio_caps):
10466           Add IMA4. Improve event handling. Save offset after a seek when
10467           the headers are at the end of the file so that we don't end up in
10468           an infinite loop.
10469         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10470           Add low-priority typefind support for files with no length.
10471
10472 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10473
10474         * testsuite/multifilesink/Makefile.am:
10475         fix typo
10476
10477 2004-09-22  Julien MOUTTE  <julien@moutte.net>
10478
10479         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
10481         mistakes from thaytan's patches.
10482
10483 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10484
10485         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10486           For completeness, XSync in the destroy function as xvimage does.
10487
10488 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10489
10490         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
10491            Correct caps negotiation
10492         * gst/volume/gstvolume.c: (volume_chain_float),
10493         (volume_chain_int16):
10494            Modify debug output to be little more informative
10495         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10497         (gst_xvimagesink_xvimage_destroy):
10498           Add XSync calls after detaching from the shared memory segment to
10499           avoid a crash.
10500
10501 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10502
10503         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10504         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
10505         * ext/vorbis/vorbis.c: (plugin_init):
10506         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10507         (gst_vorbisenc_chain):
10508         * ext/vorbis/vorbisenc.h:
10509         remove explicit newmedia support from oggmux and vorbisenc
10510         add debug category to vorbisenc
10511         * gst/multifilesink/gstmultifilesink.c:
10512         (gst_multifilesink_class_init), (gst_multifilesink_init),
10513         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
10514         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
10515         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
10516         (plugin_init):
10517         * gst/multifilesink/gstmultifilesink.h:
10518         add support for streamheader in multifilesink
10519
10520 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10521
10522         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
10523         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
10524         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
10525           Prevent infinite loops. More correct error reporting.
10526         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10527           Error out if negotiation fails.
10528         * gst/playback/gstplaybasebin.c: (setup_source),
10529         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
10530         (gst_play_base_bin_found_tag):
10531           Error/tag forwarding. Pre-roll fixes for source errors on state
10532           changes (e.g. "file does not exist") to prevent hangs.
10533
10534 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10535
10536         * testsuite/multifilesink/Makefile.am:
10537         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
10538         (gst_newmedia_class_init), (gst_newmedia_init),
10539         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10540         (newfile_signal), (test_signal), (main):
10541         * testsuite/multifilesink/multifilesrc_test.c: (main):
10542         * testsuite/multifilesink/oggtheora_test.c:
10543         (gst_newmedia_base_init), (gst_newmedia_class_init),
10544         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10545         (test_format), (newfile_signal), (test_signal), (main):
10546         * testsuite/multifilesink/oggvorbis_test.c:
10547         (gst_newmedia_base_init), (gst_newmedia_class_init),
10548         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10549         (test_format), (newfile_signal), (test_signal), (main):
10550         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
10551         (gst_newmedia_class_init), (gst_newmedia_init),
10552         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10553         (newfile_signal), (test_signal), (main):
10554         New media tests
10555
10556 2004-09-20  Christian Schaller <christian@fluendo.com>
10557
10558         * Fix mikmod license to LGPL as they have relicensed
10559         * Move Dirac and Effectv into LGPL section of README_license
10560
10561 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10562
10563         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
10564         (gst_mad_change_state):
10565           Allow for mp3 rate/channels changes. However, only very
10566           conservatively. Reason that we *have* to enable this is smiply
10567           because the mad find_sync() function is not good enough, it will
10568           regularly sync on random data as valid frames and therefore make
10569           us provide random caps as *final* caps of the stream. The best fix
10570           I could think of is to simply require several of the same stream
10571           changes in a row before we change caps.
10572           The actual testcase that works now is #
10573         * ext/ogg/Makefile.am:
10574         * ext/ogg/gstogg.c: (plugin_init):
10575         * ext/ogg/gstogmparse.c:
10576           OGM support (video only for now; I need an audio sample file).
10577         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10578         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
10579         (gst_asf_demux_add_video_stream):
10580           WMV extradata.
10581         * gst/playback/gstplaybasebin.c: (unknown_type):
10582           Don't error out on single unknown-types after all. It's wrong.
10583           If we found type of video and audio but not of a subtitle stream,
10584           it will still error out (which is unwanted). Will find a better fix
10585           later on.
10586         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
10587         (ogmaudio_type_find), (plugin_init):
10588           OGM support.
10589
10590 2004-09-20  Johan Dahlin  <johan@gnome.org>
10591
10592         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
10593         after setting caps.
10594
10595 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10596
10597         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
10598         * gst/wavenc/gstwavenc.h:
10599         Added newmedia support to wavenc
10600
10601 2004-09-17  Wim Taymans  <wim@fluendo.com>
10602
10603         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
10604         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
10605         (gst_fdset_fd_can_write), (gst_fdset_wait):
10606         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
10607         (gst_multifdsink_init), (gst_multifdsink_add),
10608         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
10609         (gst_multifdsink_remove_client_link),
10610         (gst_multifdsink_client_queue_buffer),
10611         (gst_multifdsink_handle_client_write),
10612         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
10613         (gst_multifdsink_close), (gst_multifdsink_change_state):
10614         * gst/tcp/gstmultifdsink.h:
10615         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10616         (gst_tcpserversink_removed):
10617         Small cleanups in fdset.c
10618         Use a hastable to map fd to the client structure for faster
10619         lookup in _remove and get_stats.
10620         Added virtual function to close the fds.
10621         Handle clients even when the select/poll call was unblocked because
10622         of a command.
10623         Implement syncing to keyframe in the recovery procedure.
10624
10625 2004-09-16 Iain <iaingnome@gmail.com>
10626
10627         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
10628         try caps.
10629
10630 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10631
10632         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
10633           Caps are only set if the type of the stream is unknown, but this
10634           is initialized in ->init_stream(), so set to UNKNOWN after calling
10635           ->init_stream() so that capsnego starts.
10636
10637 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10638
10639         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10640         (gst_avi_demux_stream_data):
10641           Just hardcode for raw audio then. AVI audio sucks.
10642
10643 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
10644
10645         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
10646         * gst/matroska/matroska-mux.c: (audiosink_templ),
10647         (gst_matroska_mux_audio_pad_link):
10648         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
10649         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
10650
10651 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10652
10653         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10654         (gst_avi_demux_stream_data):
10655           Try to fix a/v sync issues.
10656
10657 2004-09-15  David Schleef  <ds@schleef.org>
10658
10659         * configure.ac: remove NASM check, since we don't use it.  Update
10660         dirac check to 0.4
10661         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
10662         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10663         Initialized variables.
10664         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10665         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
10666         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
10667         SVQ3 format
10668
10669 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10670
10671         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10672         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
10673         * gst/avi/gstavidemux.h:
10674           Fix for compressed audio (mp3) timestamp generation. How did this
10675           ever work?
10676
10677 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10678
10679         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10680           Volume is a double not a float.
10681
10682 2004-09-15  Wim Taymans  <wim@fluendo.com>
10683
10684         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
10685         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10686         Don't close the fd in multifdsink as we didn't open it in the
10687         first place. Some cleanups.
10688
10689 2004-09-15  Wim Taymans  <wim@fluendo.com>
10690
10691         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10692         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10693         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
10694         Fix the case where the muxer would mark pages as delta
10695         frames when they are not (vorbis only ogg).
10696
10697 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10698
10699         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
10700         (gst_play_base_bin_change_state):
10701           Handle the case where we failed to setup a clear pipeline. This
10702           will throw an error (or EOS, another nice case) and if you don't
10703           catch that, the app will wait for the signal forever (and thus
10704           hang).
10705
10706 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10707
10708         * ext/gnomevfs/gstgnomevfssink.c:
10709         (gst_gnomevfssink_uri_get_protocols):
10710         * ext/gnomevfs/gstgnomevfssrc.c:
10711         (gst_gnomevfssrc_uri_get_protocols):
10712         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
10713         * ext/gnomevfs/gstgnomevfsuri.h:
10714           Use _uri_new() instead of _open(), so it doesn't take as long and
10715           Christophe's computer won't hang.
10716         * gst/playback/gstplaybasebin.c: (unknown_type):
10717           Throw error on unknown media type, so apps actually display it.
10718
10719 2004-09-14  Brian Cameron  <brian.cameron@sun.com
10720
10721         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
10722           this script to work on Solaris since bash shell handles echo
10723           differenly than bash.
10724
10725 2004-09-17  Wim Taymans  <wim@fluendo.com>
10726
10727         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
10728         (setup_source), (gst_play_base_bin_set_property),
10729         (gst_play_base_bin_add_element):
10730         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
10731         Some more work on making sure seeking pauses the pipeline and
10732         that changing the uri actually does something.
10733
10734 2004-09-17  Wim Taymans  <wim@fluendo.com>
10735
10736         * gst/tcp/gstfdset.c: (gst_fdset_wait):
10737         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
10738         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
10739         (gst_tcpserversink_close):
10740         Be a bit more paranoid when freeing memory.
10741
10742 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10743
10744         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
10745         (qtdemux_parse_trak):
10746           Don't crash by dividing by zero (see sample movie in #126922).
10747
10748 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10749
10750         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
10751           Don't touch non-existing data (fixes crash on file in #140147).
10752
10753 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10754
10755         * gst/playback/gstplaybasebin.c:
10756         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
10757           Handle double disposals, and proper change of URIs.
10758
10759 2004-09-13  Martin Eikermann <meiker@upb.de>
10760
10761         * gst/mpegstream/gstmpegparse.c:
10762           fix synchronistation for streams recorded from digital PCR
10763           fixes bug #119376
10764
10765 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10766
10767         * ext/gnomevfs/Makefile.am:
10768         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10769         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
10770         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
10771         (gst_gnomevfssink_uri_get_type),
10772         (gst_gnomevfssink_uri_get_protocols),
10773         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
10774         (gst_gnomevfssink_uri_handler_init),
10775         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
10776         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
10777         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
10778         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
10779         (gst_gnomevfssrc_uri_get_type),
10780         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
10781         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
10782         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
10783         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
10784         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
10785         * ext/gnomevfs/gstgnomevfsuri.h:
10786           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
10787           of fake URIs to see which this version of Gnome-VFS likes, and
10788           uses that for the Gst-URI interface. Makes playbin support http://
10789           streams. Also fix up some stupid behaviour in gnomevfssrc.
10790
10791 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10792
10793         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10794         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10795         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10796         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10797           Update mixer (to sync with other sessions) if we try to obtain
10798           a new value. This makes alsamixer work accross applications.
10799         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
10800           Only call sync functions if we're running, else alsalib asserts.
10801         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
10802           Sometimes fails to compile. Possibly a gcc bug.
10803         * gst/playback/gstplaybin.c: (gen_video_element),
10804         (gen_audio_element):
10805           Add a reference to an application-provided object, because we lose
10806           this same reference if we add it to the bin. If we don't do this,
10807           we can only use this object once and thus crash if we go from
10808           ready to playing, back to ready and back to playing again.
10809           Also add an audioscale element because several cheap soundcards -
10810           like mine - don't support all samplerates.
10811         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10812         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
10813           Fix wrong order or PAR calls. Makes automatically obtained PAR
10814           from the X server atually being used.
10815
10816 2004-09-12  David Schleef  <ds@schleef.org>
10817
10818         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
10819         #151887, #152102, #152247.
10820         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
10821         * examples/seeking/cdparanoia.c: same
10822         * examples/seeking/cdplayer.c: same
10823         * examples/seeking/seek.c: same
10824         * examples/seeking/spider_seek.c: same
10825         * examples/seeking/vorbisfile.c: same
10826         * examples/stats/mp2ogg.c: same
10827         * ext/esd/esdsink.c: (gst_esdsink_class_init),
10828         (gst_esdsink_dispose): Dispose of element properly.
10829         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
10830         fixes.
10831         * ext/nas/nassink.c: (gst_nassink_class_init),
10832         (gst_nassink_dispose): Dispose of element correctly.
10833         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
10834         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10835         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10836         Fix 64-bit warning.
10837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10838         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
10839         Fix 64-bit warning.
10840
10841 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10842
10843         * configure.ac : change speex detection as 1.1.6 now uses
10844           .pc/pkg-config and they changed their headers location.
10845
10846 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
10847
10848         * gst/matroska/matroska-mux.h:
10849         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
10850         (gst_matroska_mux_start), (gst_matroska_mux_finish),
10851         (gst_matroska_mux_write_data):
10852           Write multiple blocks/frames per cluster.
10853                 Write meta-seek information (seek heads).
10854
10855 2004-09-09  Scott Wheeler <wheeler@kde.org>
10856
10857         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
10858         (gst_play_bin_set_property), (gst_play_bin_get_property),
10859         (gen_audio_element), (gen_audio_element):
10860           Add a volume element / property to the pipeline.
10861
10862 2004-09-07  Wim Taymans  <wim@fluendo.com>
10863
10864         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
10865         Copy timestamps from the master pad to the output buffers.
10866
10867 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10868
10869         * ext/raw1394/gstdv1394src.c:
10870           throw errors when applicable
10871
10872 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
10873
10874         * gst/matroska/ebml-ids.h:
10875         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
10876         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
10877         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
10878           automatically convert unix time <-> ebml time when reading/writing
10879           a date, use gst_ebml_write_uint to write CUETIME,
10880           not gst_ebml_write_date.
10881         * gst/matroska/matroska-ids.h:
10882         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
10883         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
10884         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
10885         (gst_matroska_mux_write_data):
10886           Write track and segment UIDs, write muxing date, write
10887           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
10888           Create cues for audio only files.
10889
10890 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10891
10892         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
10893         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10894           Re-commit ALSA switches.
10895         * gst/adder/gstadder.c: (gst_adder_loop):
10896           64-bit fix (#151416).
10897         * gst/debug/progressreport.c: (gst_progressreport_report):
10898           64-bit fix (#151419).
10899         * gst/matroska/matroska-demux.c:
10900         (gst_matroska_demux_parse_contents):
10901           64-bit fix (#151420).
10902         * gst/playback/test3.c: (update_scale):
10903           64-bit fix (#151421).
10904
10905 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10906
10907         * configure.ac:
10908           bump nano to cvs
10909
10910 === release 0.8.4 ===
10911
10912 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10913
10914         * configure.ac: releasing 0.8.4, "Alias"
10915
10916 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10917
10918         * ext/theora/Makefile.am:
10919           fix makefile.  Fixes #151462.
10920
10921 2004-08-30  Wim Taymans  <wim@fluendo.com>
10922
10923         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
10924         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10925         (gst_multifdsink_remove_client_link),
10926         (gst_multifdsink_client_queue_buffer),
10927         (gst_multifdsink_handle_client_write):
10928         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
10929         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
10930         Fix some memory leaks.
10931
10932 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10933
10934         Patch by: David Schleef
10935
10936         * configure.ac:
10937         * sys/Makefile.am:
10938           rename our detection macro for V4L2.  Fixes #151236.
10939
10940 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10941
10942         Patch by: David Schleef
10943
10944         * configure.ac:
10945           check to define LAMEPRESET.  Fixes #151232.
10946
10947 2004-08-27  David Schleef  <ds@schleef.org>
10948
10949         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
10950         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
10951         (gst_glimagesink_fixate):  Move local variable declarations to
10952         make gcc-2.95 happy.
10953
10954 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10955
10956         * configure.ac:
10957           bump nano for prerelease
10958
10959 2004-08-27  David Schleef  <ds@schleef.org>
10960
10961         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
10962         * sys/sunaudio/gstsunaudiosrc.c:
10963         * sys/sunaudio/gstsunaudiosrc.h:
10964
10965 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
10966
10967         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
10968         handle EOS correctly
10969         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
10970         * gst/matroska/matroska-mux.h:
10971         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
10972         VFW compatibility mode
10973
10974 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10975
10976         patch by: Zaheer Abbas Merali
10977
10978         * ext/ogg/gstoggmux.c:
10979         * ext/vorbis/vorbisenc.c:
10980         * ext/vorbis/vorbisenc.h:
10981           handle NEWMEDIA
10982
10983 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
10984
10985         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
10986         fix byte order reversion on little endian machines.
10987         * gst/matroska/matroska-mux.c: (audiosink_templ),
10988         (gst_matroska_mux_audio_pad_link):
10989         add TTA codec to the list of supported codecs.
10990         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
10991         (gst_matroska_mux_start), (gst_matroska_mux_finish),
10992         (gst_matroska_mux_write_data):
10993         * gst/matroska/matroska-mux.h:
10994         write segment duration correctly, write muxing app string, fixes bugs
10995         #140897 and #140898.
10996         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
10997         wait for all pads to be negotiated before starting to mux.
10998
10999 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11000
11001         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11002         * ext/lame/gstlame.h:
11003         Added new media support to lame
11004
11005 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11006
11007         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11008         send vorbis headers at the beginning of a stream, fixes bug #141554.
11009         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11010         bug #148950.
11011         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11012         (gst_matroska_demux_plugin_init):
11013         * gst/matroska/matroska-ids.h:
11014         enable demuxing of TTA audio streams, fixes bug #148951.
11015         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11016         enable typefinding for TTA audio files, fixes bug #148711.
11017         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11018         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11019         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11020
11021 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11022
11023         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11024         (gst_riff_read_element_data), (gst_riff_read_seek),
11025         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11026         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11027         <teuf@gnome.org>
11028
11029 2004-08-23 Iain <iaingnome@gmail.com>
11030
11031         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11032         tags. They appear to be handled differently to normal.
11033         (tag_list_to_id3_tag_foreach): Ditto.
11034
11035 2004-08-22  Wim Taymans  <wim@fluendo.com>
11036
11037         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11038         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11039         Make sure we never send -1 granulepos.
11040
11041 2004-08-20  Wim Taymans  <wim@fluendo.com>
11042
11043         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11044         (gst_ogg_mux_loop):
11045         I will accept bitchslappings with non sharp objects.
11046
11047 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11048
11049         * configure.ac:
11050         Clean up the test for lame presets
11051
11052 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11053
11054         * configure.ac:
11055         * ext/lame/Makefile.am:
11056         * ext/lame/gstlame.c: (gst_lame_class_init),
11057         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11058         Only enable lame presets if version of lame has presets in API
11059
11060 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11061         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11062         * gst/udp/gstudpsrc.h:
11063           Don't call gst_pad_push in a get function. Fixes #150449
11064
11065 2004-08-18  Wim Taymans  <wim@fluendo.com>
11066
11067         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11068         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11069         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11070         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11071         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11072         (gst_fdset_wait):
11073         * gst/tcp/gstfdset.h:
11074         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11075         (gst_multifdsink_client_queue_buffer),
11076         (gst_multifdsink_handle_client_write):
11077         * gst/tcp/gstmultifdsink.h:
11078         Some extra checks in gstfdset.
11079         Only use send() when the fd is a socket. Don't try to
11080         read from write only fds.
11081
11082 2004-08-18  Wim Taymans  <wim@fluendo.com>
11083
11084         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11085         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11086         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11087         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11088         (gst_fdset_wait):
11089         Add more locking and bounds checking.
11090
11091 2004-08-18  Wim Taymans  <wim@fluendo.com>
11092
11093         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11094         Realloc test fdset in the lock and right before starting
11095         the poll call. Bump the limit to 4096.
11096
11097 2004-08-17  David Schleef  <ds@schleef.org>
11098
11099         * sys/sunaudio/Makefile.am:
11100         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11101         of rates and channels.  Make debugging less obnoxious.
11102
11103         Patch from Balamurali Viswanathan implementing a mixer for
11104         Sun audio.  (bug #144091):
11105         * sys/sunaudio/gstsunelement.c:
11106         * sys/sunaudio/gstsunelement.h:
11107         * sys/sunaudio/gstsunmixer.c:
11108         * sys/sunaudio/gstsunmixer.h:
11109
11110 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11111
11112         * gst/audioscale/gstaudioscale.c:
11113         * gst/audioscale/gstaudioscale.h:
11114         made audioscale resample from any sample rate to any sample rate
11115
11116 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11117
11118         * ext/libpng/gstpngdec.c:
11119           error out on unsupported types
11120
11121 2004-08-17  Iain <iaingnome@gmail.com>
11122
11123         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11124         mid_side and loose_mid_side properties if its a stereo stream.
11125
11126 2004-08-17  Wim Taymans  <wim@fluendo.com>
11127
11128         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11129         (theora_get_formats), (theora_dec_src_convert),
11130         (theora_dec_sink_convert), (theora_dec_src_query),
11131         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11132         Add a debug line.
11133
11134 2004-08-17  Wim Taymans  <wim@fluendo.com>
11135
11136         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11137         (gst_ogg_pad_push):
11138         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11139         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11140         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11141         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11142         Mark delta units in the muxer.
11143         Try to decode the packet after an out-of-sync error from
11144         libogg.
11145
11146 2004-08-17  Wim Taymans  <wim@fluendo.com>
11147
11148         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11149         (gst_multifdsink_init), (gst_multifdsink_add),
11150         (gst_multifdsink_client_queue_buffer),
11151         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11152         * gst/tcp/gstmultifdsink.h:
11153         Added option to send a keyframe to clients as the first buffer.
11154         Make timeout property writable.
11155
11156 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11157
11158         patch by: Wim Taymans
11159
11160         * gst/tcp/gstfdset.c:
11161         * gst/tcp/gstmultifdsink.c:
11162           fix index comparison, should include 0
11163
11164 2004-08-16  Wim Taymans  <wim@fluendo.com>
11165
11166         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11167         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11168         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11169         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11170         (gst_fdset_wait):
11171           copy when reallocing for poll so the select arguments don't get
11172           changed during the call
11173
11174 2004-08-16  Wim Taymans  <wim@fluendo.com>
11175
11176         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11177         (gst_theora_enc_class_init), (theora_enc_sink_link),
11178         (theora_buffer_from_packet), (theora_enc_chain):
11179         Fix bug where buffers were not marked as keyframes
11180         correctly.
11181
11182 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11183
11184         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11185         (gst_lame_preset_get_type), (gst_lame_class_init):
11186         describe the enum values for vbr mode and presets more verbosely
11187
11188 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11189
11190         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11191         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11192         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11193         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11194         * ext/lame/gstlame.h:
11195         add preset property to lame so it can use lame presets
11196
11197 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11198
11199         * ext/lame/gstlame.c: (gst_lame_get_property):
11200         whoops forgot break, thanks teuf
11201
11202 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11203
11204         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11205         (gst_lame_class_init), (gst_lame_src_getcaps),
11206         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11207         (gst_lame_get_property), (gst_lame_setup):
11208         * ext/lame/gstlame.h:
11209         fix lame's broken vbr stuff, allow it to resample if need be, and also
11210         make xing header optional
11211
11212 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11213
11214         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11215         added getcaps function so samplerate doesnt get fixated to silly values
11216
11217 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11218
11219         * ext/lame/gstlame.c: (gst_lame_src_link):
11220         revert previous fix
11221
11222 2004-08-12  Johan Dahlin  <johan@gnome.org>
11223
11224         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11225         checks. Doesn't matter what state we are in. Interfaces are a
11226         compile time thing, not runtime. It also broke the python bindings.
11227
11228 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11229
11230         * ext/lame/gstlame.c: (gst_lame_src_link):
11231         made source pad link function check if sinkpad is ok..fixes the problem
11232         where core fixates the output rate of lame stupidly
11233
11234 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11235
11236         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11237         * sys/v4l/v4l_calls.c:
11238         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11239           fix fixate function to handle nonsimple caps.
11240           remove bogus check in _link
11241           cleanups
11242
11243 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11244
11245         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11246         set default compression ratio parameter to 0.0 so bitrate parameter
11247         works :)
11248
11249 2004-08-11  David Schleef  <ds@schleef.org>
11250
11251         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11252
11253 2004-08-11  David Schleef  <ds@schleef.org>
11254
11255         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11256         before.
11257
11258 2004-08-11  David Schleef  <ds@schleef.org>
11259
11260         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11261
11262 2004-08-11  David Schleef  <ds@schleef.org>
11263
11264         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11265           license field
11266         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11267         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11268           LGPL.
11269         * gst/auparse/gstauparse.c: Fix plugin license field.
11270         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11271         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11272         * gst/rtp/gstrtp.c: Fix plugin license field.
11273
11274 2004-08-11  Wim Taymans  <wim@fluendo.com>
11275
11276         * gst/tcp/Makefile.am:
11277         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11278         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11279         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11280         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11281         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11282         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11283         (gst_fdset_fd_can_write), (gst_fdset_wait):
11284         * gst/tcp/gstfdset.h:
11285         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11286         (gst_multifdsink_class_init), (gst_multifdsink_init),
11287         (gst_multifdsink_add), (gst_multifdsink_remove),
11288         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11289         (gst_multifdsink_remove_client_link),
11290         (gst_multifdsink_handle_client_read),
11291         (gst_multifdsink_client_queue_data),
11292         (gst_multifdsink_client_queue_caps),
11293         (gst_multifdsink_client_queue_buffer),
11294         (gst_multifdsink_handle_client_write),
11295         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11296         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11297         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11298         (gst_multifdsink_close):
11299         * gst/tcp/gstmultifdsink.h:
11300         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11301         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11302         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11303         (gst_tcpserversink_close):
11304         * gst/tcp/gsttcpserversink.h:
11305         Abstracted away the select call, implemented poll (yes we ran into
11306         the 1024 limit in production).
11307
11308 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11309
11310         * gst/tcp/gsttcp.c:
11311         * gst/tcp/gsttcpplugin.c:
11312           improve debuggging, remove assert
11313
11314 2004-08-10  Wim Taymans  <wim@fluendo.com>
11315
11316         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11317         (gst_client_status_get_type), (gst_multifdsink_class_init),
11318         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11319         (gst_multifdsink_handle_client_read),
11320         (gst_multifdsink_handle_client_write),
11321         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11322         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11323         (gst_multifdsink_get_property):
11324         * gst/tcp/gstmultifdsink.h:
11325         * gst/tcp/gsttcp-marshal.list:
11326         Starting to prepare for specifying buffer time in other units
11327         than buffers. Expose remove reason in signal.
11328
11329 2004-08-10  Wim Taymans  <wim@fluendo.com>
11330
11331         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11332         (gst_multifdsink_remove), (gst_multifdsink_clear),
11333         (gst_multifdsink_remove_client_link),
11334         (gst_multifdsink_handle_client_read),
11335         (gst_multifdsink_client_queue_data),
11336         (gst_multifdsink_client_queue_buffer),
11337         (gst_multifdsink_handle_client_write),
11338         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11339         (gst_multifdsink_chain), (gst_multifdsink_close):
11340         * gst/tcp/gstmultifdsink.h:
11341         Added more debugging info. Changed the way clients are
11342         removed from the lists. Fixed a bug where a bad file descriptor
11343         could cause many clients to be removed.
11344
11345 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11346
11347         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
11348           allow all pixel-aspect-ratios, not just 1:1
11349
11350 2004-08-09  David Schleef  <ds@schleef.org>
11351
11352         * sys/glsink/ARB_multitexture.h:  Remove old files.
11353         * sys/glsink/EXT_paletted_texture.h:
11354         * sys/glsink/NV_register_combiners.h:
11355         * sys/glsink/gstgl_nvimage.c:
11356         * sys/glsink/gstgl_pdrimage.c:
11357         * sys/glsink/gstgl_rgbimage.c:
11358         * sys/glsink/gstglsink.c:
11359         * sys/glsink/gstglsink.h:
11360         * sys/glsink/gstglxwindow.c:
11361         * sys/glsink/regcomb_yuvrgb.c:
11362
11363 2004-08-09  David Schleef  <ds@schleef.org>
11364
11365         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
11366         GL sink plugin.  (Bug #147302)
11367
11368         * configure.ac: Test for OpenGL
11369         * sys/Makefile.am: Use test for OpenGL
11370         * sys/glsink/Makefile.am:
11371         * sys/glsink/glimagesink.c: rewrite
11372         * sys/glsink/glimagesink.h: rewrite
11373
11374 2004-08-09  David Schleef  <ds@schleef.org>
11375
11376         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
11377         sane framerates.
11378         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
11379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
11380         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
11381
11382 2004-08-09  Wim Taymans  <wim@fluendo.com>
11383
11384         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11385         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11386         (gst_multifdsink_client_remove),
11387         (gst_multifdsink_handle_client_read),
11388         (gst_multifdsink_handle_client_write),
11389         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11390         Do a bit more logging, make the client_read code more robust.
11391
11392 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11393
11394         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
11395         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
11396         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
11397         (gst_jpegdec_init), (gst_jpegdec_chain):
11398         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11399         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
11400           cleanups, debugging fixes and memleak plugging
11401
11402 2004-08-09  Wim Taymans  <wim@fluendo.com>
11403
11404         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11405         (theora_get_formats), (theora_dec_src_convert),
11406         (theora_dec_sink_convert), (theora_dec_src_query),
11407         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
11408         (theora_dec_change_state):
11409         Don't crash on missing header packets.
11410
11411 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11412
11413         * po/LINGUAS:
11414         * po/sq.po:
11415           Added Albanian translation (Laurent Dhima)
11416         * po/cs.po:
11417           updated
11418
11419 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11420
11421         * ext/lame/gstlame.c:
11422           fix/add debugging
11423
11424 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11425
11426         * sys/ximage/ximagesink.c:
11427         * sys/xvimage/xvimagesink.c:
11428           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
11429
11430 2004-08-06  Wim Taymans  <wim@fluendo.com>
11431
11432         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11433         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11434         (gst_multifdsink_client_remove),
11435         (gst_multifdsink_handle_client_read),
11436         (gst_multifdsink_handle_client_write),
11437         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11438         Make sure we don't try to read more from a client that what
11439         ioctl says us or we deadlock.
11440
11441 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11442
11443         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
11444         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
11445         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11446           decouple running_time and n_frames so it can handle changing
11447           framerate while running
11448
11449 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11450
11451         * po/nl.po:
11452         * po/sv.po:
11453           updated translations
11454
11455 2004-08-04  Benjamin Otte  <otte@gnome.org>
11456
11457         * gst/videotestsrc/gstvideotestsrc.c:
11458         (gst_videotestsrc_get_capslist), (generate_capslist),
11459         (plugin_init):
11460           generate the list of supported caps at startup and reuse it instead
11461           of always generating it
11462
11463 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11464
11465         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
11466           whoops, last checkin broke normal build
11467
11468 2004-08-03  Benjamin Otte  <otte@gnome.org>
11469
11470         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
11471         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
11472         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
11473         (gst_alsa_mixer_get_option):
11474         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
11475         (dvdnavsrc_print_event):
11476         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
11477         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
11478         (gst_ogg_mux_pad_unlink):
11479         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
11480         (gst_multipart_mux_pad_unlink):
11481         * gst/videofilter/gstvideobalance.c:
11482         (gst_videobalance_colorbalance_set_value):
11483         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
11484         (gst_videomixer_pad_unlink):
11485         * po/uk.po:
11486         * sys/oss/gstossmixer.c:
11487         * sys/v4l/gstv4lcolorbalance.c:
11488         * sys/v4l/gstv4ltuner.c:
11489         * sys/v4l/v4lsrc_calls.c:
11490         * sys/v4l2/gstv4l2colorbalance.c:
11491         * sys/v4l2/gstv4l2tuner.c:
11492           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
11493
11494 2004-08-03  Benjamin Otte  <otte@gnome.org>
11495
11496         * examples/dynparams/filter.c: (ui_control_create):
11497         * examples/gstplay/player.c: (print_tag):
11498         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
11499         * ext/gdk_pixbuf/gstgdkanimation.c:
11500         (gst_gdk_animation_iter_may_advance):
11501         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
11502         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
11503         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
11504         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
11505         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
11506         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
11507         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
11508         * gst/sine/demo-dparams.c: (main):
11509         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
11510         * testsuite/alsa/formats.c: (create_pipeline):
11511         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
11512           fixes for G_DISABLE_ASSERT and friends
11513         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11514         (mp3_type_frame_length_from_header), (mp3_type_find),
11515         (plugin_init):
11516           require mp3 typefinding to have at least MIN_HEADERS valid headers
11517           add typefinding for AAC adts files
11518
11519 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
11520
11521         * sys/ximage/ximagesink.c:
11522         (gst_ximagesink_calculate_pixel_aspect_ratio):
11523         * sys/xvimage/xvimagesink.c:
11524         (gst_xvimagesink_calculate_pixel_aspect_ratio):
11525         Make sure we calculate pixel-aspect-ratio using floating point maths
11526
11527 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11528
11529         * po/uk.po:
11530           updated translation
11531
11532 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11533
11534         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
11536           add debugging for display PAR calculation
11537
11538 2004-08-02  David Schleef  <ds@schleef.org>
11539
11540         * configure.ac: Fix mikmod CFLAGS.
11541
11542 2004-07-27  Benjamin Otte  <otte@gnome.org>
11543
11544         * gst/audioscale/gstaudioscale.c:
11545         - fix templates to only support S16, it's the only format that works
11546         - make caps nego code use try_set_caps_nonfixed and fixation instead
11547         of try_set_caps twice, which is not nice for autopluggers
11548         - change rank to secondary, so autopluggers can pick it up after
11549         audioconvert
11550
11551 2004-08-02  Iain <iain@prettypeople.org>
11552
11553         * gst/interleave/interleave.c (interleave_init),
11554         (interleave_request_new_pad),
11555         (interleave_pad_removed),
11556         (interleave_buffered_loop): Use the real pad count, not the artificial
11557         one.
11558
11559 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11560
11561         * configure.ac: bump nano back to development
11562
11563 === release 0.8.3 ===
11564
11565 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11566
11567         * configure.ac: releasing 0.8.3, "Water"
11568
11569 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11570
11571         * sys/xvimage/xvimagesink.c:
11572         (gst_xvimagesink_calculate_pixel_aspect_ratio),
11573         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
11574         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
11575         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11576         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11577         * sys/xvimage/xvimagesink.h:
11578           apply similar PAR fixes as to ximagesink
11579
11580 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11581
11582         patch from: Benjamin Otte
11583
11584         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
11585           add link function to lame.  Fixes #148986.
11586
11587 2004-08-02  Johan Dahlin  <johan@gnome.org>
11588
11589         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
11590         fix debugging log
11591
11592 2004-07-30  David Schleef  <ds@schleef.org>
11593
11594         * gst/videomixer/Makefile.am: Fix things that should have been
11595         fixed in the last checkin.
11596
11597 2004-07-30  David Schleef  <ds@schleef.org>
11598
11599         * gst/multipart/Makefile.am: Fix things that should have been
11600         fixed in the last checkin.
11601
11602 2004-07-30  David Schleef  <ds@schleef.org>
11603
11604         * testsuite/multifilesink/Makefile.am: Fix unused variable.
11605
11606 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11607
11608         * configure.ac:
11609           bump nano for prerelease
11610         * po/af.po:
11611         * po/az.po:
11612         * po/cs.po:
11613         * po/en_GB.po:
11614         * po/hu.po:
11615         * po/nl.po:
11616         * po/sr.po:
11617         * po/sv.po:
11618         * po/uk.po:
11619           updates
11620
11621 2004-07-30  Wim Taymans  <wim@fluendo.com>
11622
11623         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11624         (gst_multifdsink_add), (gst_multifdsink_remove),
11625         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11626         (gst_multifdsink_client_remove),
11627         (gst_multifdsink_handle_client_write),
11628         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11629         * gst/tcp/gstmultifdsink.h:
11630         Recover from a select with a bad file descriptor by removing
11631         the client.
11632
11633 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11634
11635         * configure.ac:
11636           fix requirement of core
11637         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
11638         (gst_play_pipeline_setup):
11639           don't use colorspace element.  do use hermescolorspace element.
11640           make macro to get a colorspace element.
11641           mark strings for translation.
11642         * po/POTFILES.in:
11643           add play.c
11644         * po/af.po:
11645         * po/az.po:
11646         * po/cs.po:
11647         * po/en_GB.po:
11648         * po/hu.po:
11649         * po/nl.po:
11650         * po/sr.po:
11651         * po/sv.po:
11652         * po/uk.po:
11653           update translations
11654
11655 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11656
11657         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11658         fix default for newmedia flag
11659
11660 2004-07-30  Wim Taymans  <wim@fluendo.com>
11661
11662         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11663         (gst_theora_dec_init), (theora_get_formats),
11664         (theora_dec_src_convert), (theora_dec_sink_convert),
11665         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11666         (theora_dec_chain), (theora_dec_set_property),
11667         (theora_dec_get_property):
11668         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11669         (gst_theora_enc_class_init), (gst_theora_enc_init),
11670         (theora_enc_sink_link), (theora_enc_chain),
11671         (theora_enc_set_property), (theora_enc_get_property):
11672         Added cropping option to theora decoder.
11673         Added border option to theora encoder.
11674
11675 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11676
11677         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11678         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11679         (gst_pngenc_set_property):
11680         * ext/libpng/gstpngenc.h:
11681         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
11682
11683 2004-07-30  Wim Taymans  <wim@fluendo.com>
11684
11685         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11686         (theora_enc_sink_link), (theora_enc_chain),
11687         (theora_enc_set_property), (theora_enc_get_property):
11688         Fix encoding of non-multiple-of-16 video.
11689
11690 2004-07-29  David Schleef  <ds@schleef.org>
11691
11692         * configure.ac: make test for audiofile more strict
11693
11694 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11695
11696         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11697           give different names to typefind functions
11698
11699 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11700
11701         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
11702         (gst_ximagesink_calculate_pixel_aspect_ratio),
11703         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
11704         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
11705         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
11706         (gst_ximagesink_get_property), (gst_ximagesink_init):
11707         * sys/ximage/ximagesink.h:
11708           allocate PAR's dynamically.
11709           use autodetected PAR if no object-set PAR is given.
11710           add workaround for directfb's X not setting physical size.
11711           fix to xvimagesink will follow tomorrow.
11712
11713 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11714
11715         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
11716         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
11717         (gst_shout2send_get_type), (gst_shout2send_set_clock),
11718         (gst_shout2send_class_init), (gst_shout2send_init),
11719         (set_shout_metadata), (gst_shout2send_set_metadata),
11720         (gst_shout2send_chain), (gst_shout2send_set_property),
11721         (gst_shout2send_get_property), (gst_shout2send_connect),
11722         (gst_shout2send_change_state):
11723         * ext/shout2/gstshout2.h:
11724         - fix for sending mp3 audio to icecast2 server, if pad link function not
11725         called before PAUSED state
11726         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
11727         - added tagging support for mp3 audio broadcasted
11728         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11729         debug info
11730
11731 2004-07-28  Wim Taymans  <wim@fluendo.com>
11732
11733         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11734         (gst_ogg_demux_push):
11735         Return query failure when we don't know the length of
11736         an ogg stream insteda of returning TRUE with a bogus value.
11737
11738 2004-07-28  Wim Taymans  <wim@fluendo.com>
11739
11740         * ext/theora/theoradec.c: (theora_get_formats),
11741         (theora_dec_src_convert), (theora_dec_sink_convert),
11742         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11743         (theora_dec_chain):
11744         Don't screw up the 1 Chroma for 1 luma sample situation when we
11745         have an odd offset/width by adding a black border in those cases.
11746
11747 2004-07-28  Wim Taymans  <wim@fluendo.com>
11748
11749         * ext/theora/theoradec.c: (theora_get_formats),
11750         (theora_dec_src_convert), (theora_dec_sink_convert),
11751         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11752         (theora_dec_chain):
11753         * ext/theora/theoraenc.c: (theora_enc_sink_link):
11754         Added first attempt at cropping of the image as required by the
11755         theora spec. We need more properties in the caps (offset_x,
11756         offset_y,stride) to implement this correctly.
11757
11758 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
11759
11760         * ext/dvdnav/README:
11761           Update the README to use dvddemux
11762         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
11763           Ensure getcaps returns a subset of the template caps
11764         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
11765         (gst_mpeg2subt_init):
11766           Ensure getcaps returns a subset of the template caps
11767         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11768         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
11769         (gst_dvd_demux_get_subpicture_stream),
11770         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
11771         * gst/mpegstream/gstdvddemux.h:
11772           Set the explicit caps on the current_video pad before pushing
11773           anything
11774         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
11775         (gst_mpeg_demux_get_audio_stream):
11776           Free caps used to gst_pad_set_explicit_caps, which takes a const
11777           GstCaps *
11778
11779 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11780
11781         * configure.ac: update GStreamer requirement to 0.8.4 because of
11782           GstFraction.
11783
11784 2004-07-28  Wim Taymans  <wim@fluendo.com>
11785
11786         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
11787         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
11788         Add the pad to the element after setting up the caps. This
11789         makes it a lot easier to autoplug.
11790
11791 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
11792
11793         * gst/median/gstmedian.c:
11794         * gst/mpeg2subt/gstmpeg2subt.c:
11795         * gst/mpegaudioparse/gstmpegaudioparse.c:
11796         * gst/mpegstream/gstdvddemux.c:
11797         * gst/mpegstream/gstmpegdemux.c:
11798         * gst/mpegstream/gstmpegpacketize.c:
11799         * gst/rtjpeg/gstrtjpeg.c:
11800         * gst/rtjpeg/gstrtjpegdec.c:
11801         * gst/rtjpeg/gstrtjpegenc.c:
11802         * gst/sine/gstsinesrc.c:
11803         * gst/smooth/gstsmooth.c:
11804         * gst/smpte/gstsmpte.c:
11805         * gst/smpte/gstsmpte.h:
11806         * gst/stereo/gststereo.c:
11807         * gst/videofilter/gstgamma.c:
11808         * gst/videofilter/gstvideobalance.c:
11809         * gst/videofilter/gstvideofilter.c:
11810         * gst/videofilter/gstvideoflip.c:
11811         * gst/videoscale/gstvideoscale.c:
11812         * gst/videoscale/videoscale.c:
11813         * gst/videotestsrc/gstvideotestsrc.c:
11814         * gst/videotestsrc/videotestsrc.c:
11815         * gst/wavenc/gstwavenc.c:
11816         * gst/wavparse/gstwavparse.c:
11817           fix local includes and 64 bits constants
11818
11819 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
11820
11821         * win32/gst.sln:
11822         * gst-libs/gst/*/*.vcproj:
11823         * gst/*/*.vcproj:
11824           more working plugins
11825
11826 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11827
11828         * testsuite/alsa/Makefile.am:
11829         * testsuite/alsa/srcstate.c:
11830         add test for alsasrc changing state
11831
11832 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11833
11834         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
11835         (gst_silence_get):
11836         * gst/silence/gstsilence.h:
11837         fix silence generation for 16bit raw audio
11838
11839 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11840
11841         * gst/matroska/matroska-demux.c:
11842         (gst_matroska_demux_parse_metadata),
11843         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
11844         * gst/mpegaudio/common.c:
11845         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11846         (gst_videoscale_getcaps), (gst_videoscale_link),
11847         (gst_videoscale_src_fixate), (gst_videoscale_init),
11848         (gst_videoscale_finalize):
11849         * gst/videoscale/gstvideoscale.h:
11850         * gst/videotestsrc/gstvideotestsrc.c:
11851         (gst_videotestsrc_get_capslist):
11852         * gst/wavenc/gstwavenc.c:
11853         * sys/oss/gstossmixer.c: (fill_labels):
11854         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
11855         (gst_ximagesink_handle_xevents),
11856         (gst_ximagesink_calculate_pixel_aspect_ratio),
11857         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
11858         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
11859         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
11860         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11861         (gst_ximagesink_init), (gst_ximagesink_class_init):
11862         * sys/ximage/ximagesink.h:
11863         * sys/xvimage/xvimagesink.c:
11864         (gst_xvimagesink_calculate_pixel_aspect_ratio),
11865         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
11866         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
11867         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11868         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11869         * sys/xvimage/xvimagesink.h:
11870           first batch of pixel aspect ratio commits.
11871
11872 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11873
11874         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11875         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
11876         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
11877           handle stride, needs work if we want to move stride handling
11878           upstream, but works correctly for our purposes.
11879
11880 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11881
11882         * gst/videoscale/README:
11883           add testing examples
11884         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
11885         (gst_videoscale_chain):
11886         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
11887         (gst_videoscale_get_size):
11888           add get_size function that handles stride like videotestsrc.
11889           fixes conversion for YUV formats for as much as I can test them.
11890
11891 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11892
11893         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11894         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11895         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11896         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
11897         (gst_xvimagesink_xvimage_put):
11898           further cleanups, logging, error handling and synchronizing
11899
11900 2004-07-27  Wim Taymans  <wim@fluendo.com>
11901
11902         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
11903         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
11904         (gst_videomixer_pad_set_property),
11905         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
11906         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
11907         (gst_videomixer_class_init), (gst_videomixer_init),
11908         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
11909         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
11910         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
11911         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
11912         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
11913         (gst_videomixer_loop), (plugin_init):
11914         Be a nicer negotiation citizen and provide a getcaps function on
11915         the srcpad. This also fixes a crash when resizing.
11916
11917 2004-07-27  Julien MOUTTE  <julien@moutte.net>
11918
11919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11920         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
11921
11922 2004-07-27  Wim Taymans  <wim@fluendo.com>
11923
11924         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
11925         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11926         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11927         (gst_pngenc_set_property):
11928         * ext/libpng/gstpngenc.h:
11929         Added snapshot property to pngenc.
11930         removed g_print from pngdec
11931
11932 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
11933
11934         * gst/ac3parse/ac3parse.vcproj
11935         * gst/adder/adder.vcproj
11936         * gst/alpha/alpha.vcproj
11937         * gst/alpha/alphacolor.vcproj
11938         * gst/asfdemux/asf.vcproj
11939         * gst/audioconvert/audioconvert.vcproj
11940         * gst/audiorate/audiorate.vcproj
11941         * gst/audioscale/audioscale.vcproj
11942         * gst/auparse/auparse.vcproj
11943         * gst/avi/avi.vcproj
11944         * gst/cdxaparse/cdxaparse.vcproj
11945         * gst/chart/chart.vcproj
11946         * gst/colorspace/colorspace.vcproj
11947         * gst/cutter/cutter.vcproj
11948         * gst/debug/debug.vcproj
11949         * gst/debug/efence.vcproj
11950         * gst/debug/navigationtest.vcproj
11951         * gst/deinterlace/deinterlace.vcproj
11952         * gst/effectv/effectv.vcproj
11953         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
11954         * gst/filter/filter.vcproj
11955         * gst/flx/flxdec.vcproj
11956         * gst/goom/goom.vcproj
11957         * gst/interleave/interleave.vcproj
11958         * gst/law/alaw.vcproj
11959         * gst/law/mulaw.vcproj
11960         * gst/matroska/matroska.vcproj
11961         * gst/median/median.vcproj
11962         * gst/mixmatrix/mixmatrix.vcproj
11963         * gst/mpeg1sys/mpeg1systemencode.vcproj
11964         * gst/mpeg1videoparse/mp1videoparse.vcproj
11965         * gst/mpeg2sub/mpeg2subt.vcproj
11966         * gst/mpegaudio/mpegaudio.vcproj
11967         * gst/mpegaudioparse/mpegaudioparse.vcproj
11968         * gst/mpegstream/mpegstream.vcproj
11969         * gst/multifilesink/multifilesink.vcproj
11970         * gst/multipart/multipart.vcproj
11971         * gst/oneton/oneton.vcproj
11972         * gst/overlay/overlay.vcproj
11973         * gst/passthrough/passthrough.vcproj
11974         * gst/qtdemux/qtdemux.vcproj
11975         * gst/realmedia/rmdemux.vcproj
11976         * gst/rtjpeg/rtjpeg.vcproj
11977         * gst/rtp/rtp.vcproj
11978         * gst/silence/silence.vcproj
11979         * gst/sine/sinesrc.vcproj
11980         * gst/smooth/smooth.vcproj
11981         * gst/smpte/smpte.vcproj
11982         * gst/spectrum/spectrum.vcproj
11983         * gst/speed/speed.vcproj
11984         * gst/stereo/stereo.vcproj
11985         * gst/switch/switch.vcproj
11986         * gst/tags/tagedit.vcproj
11987         * gst/tcp/tcp.vcproj
11988         * gst/typefind/typefindfunctions.vcproj
11989         * gst/udp/udp.vcproj
11990         * gst/videobox/videobox.vcproj
11991         * gst/videocrop/videocrop.vcproj
11992         * gst/videodrop/videodrop.vcproj
11993         * gst/videofilter/gamma.vcproj
11994         * gst/videofilter/videobalance.vcproj
11995         * gst/videofilter/videofilter.vcproj
11996         * gst/videofilter/videoflip.vcproj
11997         * gst/videoflip/videoflip.vcproj
11998         * gst/videomixer/videomixer.vcproj
11999         * gst/videorate/videorate.vcproj
12000         * gst/videoscale/videoscale.vcproj
12001         * gst/videotestsrc/videotestsrc.vcproj
12002         * gst/virtualdub/virtualdub.vcproj
12003         * gst/volenv/volenv.vcproj
12004         * gst/volume/volume.vcproj
12005         * gst/wavenc/wavenc.vcproj
12006         * gst/wavparse/wavparse.vcproj
12007         * gst/y4m/y4menc.vcproj
12008         * gst-libs/gst/audio/audio.vcproj
12009         * gst-libs/gst/audio/audiofilter.vcproj
12010         * gst-libs/gst/colorbalance/colorbalance.vcproj
12011         * gst-libs/gst/idct/idtc.vcproj
12012         * gst-libs/gst/media-info/media-info.vcproj
12013         * gst-libs/gst/mixer/mixer.vcproj
12014         * gst-libs/gst/navigation/navigation.vcproj
12015         * gst-libs/gst/play/play.vcproj
12016         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12017         * gst-libs/gst/resample/resample.vcproj
12018         * gst-libs/gst/riff/riff.vcproj
12019         * gst-libs/gst/tuner/tuner.vcproj
12020         * gst-libs/gst/video/video.vcproj
12021         * gst-libs/gst/xoverlay/xoverlay.vcproj
12022           avoid problems with math.h, fix release dependancy
12023           rename GStreamer-0.8.lib to libgstreamer.lib
12024
12025 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12026
12027         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12029         the atom is not available we have to unlock the mutex. Fixes #148023
12030
12031 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12032
12033         * gst-libs/gst/media-info/media-info.h:
12034           issue for a vararg macro with MSVC
12035
12036 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12037
12038         * gst/effectv/effectv.vcproj
12039         * gst-libs/gst/idct/idct.vcproj:
12040         * gst-libs/gst/media-info/media-info.vcproj:
12041         * gst-libs/gst/navigation/navigation.vcproj:
12042         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12043         * gst-libs/gst/video/video.vcproj:
12044         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12045           fixes for build problems
12046
12047 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12048
12049         * gst-libs/gst/audio/audio.def:
12050         * gst-libs/gst/audio/riff.def:
12051           add some definitions needed by plugins
12052
12053 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12054
12055         * gst/asfdemux/gstasfmux.c
12056           Fix some 64 bits constants to be glib friendly
12057
12058 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12059
12060         * gst/ac3parse/gstac3parse.c
12061         * gst/audioscale/gstaudioscale.c
12062         * gst/auparse/gstauparse.c
12063         * gst/colorspace/gstcolorspace.c
12064         * gst/colorspace/yuv2rgb.h
12065           local include fixes
12066
12067 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12068
12069         * win32/gst.sln
12070           add more plugins to the build
12071
12072 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12073
12074         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12075         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12076
12077 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12078
12079         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12080         (gst_level_set_property), (gst_level_get_property),
12081         (gst_level_base_init), (gst_level_class_init):
12082           add debugging categories.  cleanups.
12083
12084 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12085
12086         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12087         (gst_videoscale_planar411), (gst_videoscale_planar400),
12088         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12089         (gst_videoscale_scale_nearest_str1),
12090         (gst_videoscale_scale_nearest_str2),
12091         (gst_videoscale_scale_nearest_str4),
12092         (gst_videoscale_scale_nearest_16bit),
12093         (gst_videoscale_scale_nearest_24bit):
12094           fixed stride issues
12095           tested with 320x240 -> 321, 322, 324 x240
12096           tested with YV12, I420, YUY2, UYVY
12097           fixed packed422rev (don't think it could have worked before)
12098           by testing with UYVY
12099
12100 2004-07-26  Benjamin Otte  <otte@gnome.org>
12101
12102         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12103         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12104         (plugin_init):
12105           add debugging category, add error checks like checking return values
12106           of setup calls, make sure it still works after
12107           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12108
12109 2004-07-26  Wim Taymans  <wim@fluendo.com>
12110
12111         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12112         (gst_mpeg_demux_get_audio_stream),
12113         (gst_mpeg_demux_process_private):
12114         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12115         Check for error codes from the negotiation functions. Make sure
12116         we really set the pad caps when a new pad is created.
12117
12118 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12119
12120         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12121         (gst_ffmpeg_caps_to_pix_fmt):
12122         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12123         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12124         (gst_ffmpegcolorspace_pad_link):
12125           don't make function do two things at the same time without reason.
12126
12127 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12128
12129         * gst/ac3parse/ac3parse.vcproj
12130         * gst/adder/adder.vcproj
12131         * gst/alpha/alpha.vcproj
12132         * gst/alpha/alphacolor.vcproj
12133         * gst/asfdemux/asf.vcproj
12134         * gst/audioconvert/audioconvert.vcproj
12135         * gst/audiorate/audiorate.vcproj
12136         * gst/audioscale/audioscale.vcproj
12137         * gst/auparse/auparse.vcproj
12138         * gst/avi/avi.vcproj
12139         * gst/cdxaparse/cdxaparse.vcproj
12140         * gst/chart/chart.vcproj
12141         * gst/colorspace/colorspace.vcproj
12142         * gst/cutter/cutter.vcproj
12143         * gst/debug/debug.vcproj
12144         * gst/debug/efence.vcproj
12145         * gst/debug/navigationtest.vcproj
12146         * gst/deinterlace/deinterlace.vcproj
12147         * gst/effectv/effectv.vcproj
12148         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12149         * gst/filter/filter.vcproj
12150         * gst/flx/flxdec.vcproj
12151         * gst/goom/goom.vcproj
12152         * gst/interleave/interleave.vcproj
12153         * gst/law/alaw.vcproj
12154         * gst/law/mulaw.vcproj
12155         * gst/matroska/matroska.vcproj
12156         * gst/median/median.vcproj
12157         * gst/mixmatrix/mixmatrix.vcproj
12158         * gst/mpeg1sys/mpeg1systemencode.vcproj
12159         * gst/mpeg1videoparse/mp1videoparse.vcproj
12160         * gst/mpeg2sub/mpeg2subt.vcproj
12161         * gst/mpegaudio/mpegaudio.vcproj
12162         * gst/mpegaudioparse/mpegaudioparse.vcproj
12163         * gst/mpegstream/mpegstream.vcproj
12164         * gst/multifilesink/multifilesink.vcproj
12165         * gst/multipart/multipart.vcproj
12166         * gst/oneton/oneton.vcproj
12167         * gst/overlay/overlay.vcproj
12168         * gst/passthrough/passthrough.vcproj
12169         * gst/qtdemux/qtdemux.vcproj
12170         * gst/realmedia/rmdemux.vcproj
12171         * gst/rtjpeg/rtjpeg.vcproj
12172         * gst/rtp/rtp.vcproj
12173         * gst/silence/silence.vcproj
12174         * gst/sine/sinesrc.vcproj
12175         * gst/smooth/smooth.vcproj
12176         * gst/smpte/smpte.vcproj
12177         * gst/spectrum/spectrum.vcproj
12178         * gst/speed/speed.vcproj
12179         * gst/stereo/stereo.vcproj
12180         * gst/switch/switch.vcproj
12181         * gst/tags/tagedit.vcproj
12182         * gst/tcp/tcp.vcproj
12183         * gst/typefind/typefindfunctions.vcproj
12184         * gst/udp/udp.vcproj
12185         * gst/videobox/videobox.vcproj
12186         * gst/videocrop/videocrop.vcproj
12187         * gst/videodrop/videodrop.vcproj
12188         * gst/videofilter/gamma.vcproj
12189         * gst/videofilter/videobalance.vcproj
12190         * gst/videofilter/videofilter.vcproj
12191         * gst/videofilter/videoflip.vcproj
12192         * gst/videoflip/videoflip.vcproj
12193         * gst/videomixer/videomixer.vcproj
12194         * gst/videorate/videorate.vcproj
12195         * gst/videoscale/videoscale.vcproj
12196         * gst/videotestsrc/videotestsrc.vcproj
12197         * gst/virtualdub/virtualdub.vcproj
12198         * gst/volenv/volenv.vcproj
12199         * gst/volume/volume.vcproj
12200         * gst/wavenc/wavenc.vcproj
12201         * gst/wavparse/wavparse.vcproj
12202         * gst/y4m/y4menc.vcproj
12203           more plugins supported under windows
12204
12205 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12206
12207         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12208         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12209         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12211         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12212           Add debugging statements.  Use the sizes as returned by the
12213           *CreateImage calls.
12214
12215 2004-07-26  Johan Dahlin  <johan@gnome.org>
12216
12217         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12218         the pad is negotiated.
12219
12220         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12221
12222 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12223
12224         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12225         * gst-libs/gst/idct/idct.vcproj:
12226         * gst-libs/gst/media-info/media-info.vcproj:
12227         * gst-libs/gst/mixer/mixer.vcproj:
12228         * gst-libs/gst/navigation/navigation.vcproj:
12229         * gst-libs/gst/play/play.vcproj:
12230         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12231         * gst-libs/gst/resample/resample.vcproj:
12232         * gst-libs/gst/tuner/tuner.vcproj:
12233         * gst-libs/gst/video/video.vcproj:
12234         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12235           more plugins supported under windows
12236
12237 2004-07-25 Iain <iain@prettypeople.org>
12238
12239         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12240         pad now rather than when the pad is created because state changes wipe
12241         explicit caps (fixes #148043).
12242
12243 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12244
12245         reviewed by Benjamin Otte  <otte@gnome.org>
12246
12247         * ext/mad/gstmad.c:
12248           fix mad plugin crashing on Sun (fixes #148289)
12249
12250 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12251
12252         * gst/avi/avi.def:
12253         * gst/avi/avi.vcproj:
12254         * gst/matroska/matroska.def:
12255         * gst/matroska/matroska.vcproj:
12256           remove unused .def files
12257
12258 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12259
12260         * gst-libs/gst/audio/gstaudiofilter.c:
12261           Clean the local include
12262
12263 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12264
12265         * win32/gst.sln:
12266         * gst-libs/gst/audio/audio.def:
12267         * gst-libs/gst/audio/audio.vcproj:
12268         * gst-libs/gst/audio/audiofilter.vcproj:
12269         * gst-libs/gst/audio/riff.def:
12270         * gst-libs/gst/audio/riff.vcproj:
12271         * gst-libs/gst/gst-libs.def:
12272         * gst-libs/gst/gst-libs.vcproj:
12273         * gst/avi/avi.vcproj:
12274         * gst/avi/avi.vcproj:
12275           Copy the files where needed after building, cleaner projects
12276
12277 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12278
12279         * gst/matroska/ebml-write.c:
12280           Fix some 64 bits constants to be glib friendly
12281
12282 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12283
12284         * win32/gst.sln:
12285         * gst-libs/gst/gst-libs.def:
12286         * gst-libs/gst/gst-libs.vcproj:
12287         * gst/matroska/matroska.def:
12288         * gst/matroska/matroska.vcproj:
12289           Add the preliminary canvas to build plugins on Win32
12290
12291 2004-07-23  Benjamin Otte  <otte@gnome.org>
12292
12293         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12294           don't enfore negotiation from source side, it breaks
12295           sinesrc ! audioconvert ! osssink
12296
12297 2004-07-22  David Schleef  <ds@schleef.org>
12298
12299         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12300         for ELF files, since they can easily be recognized as audio/mpeg.
12301         (bug #147441)
12302
12303 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12304
12305         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12306         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12307         (gst_videoscale_scale_nearest_24bit),
12308         (gst_videoscale_scale_nearest_16bit):
12309           fix 16bit and 24bit for stride (24bit might need testing)
12310           don't pretend we do more than one algorithm
12311
12312 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12313
12314         * configure.ac:
12315         * gst/Makefile.am:
12316         * gst/multifilesink/Makefile.am:
12317         * gst/multifilesink/gstmultifilesink.c:
12318         (gst_multifilesink_get_formats),
12319         (gst_multifilesink_get_query_types), (_do_init),
12320         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12321         (gst_multifilesink_init), (gst_multifilesink_dispose),
12322         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12323         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12324         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12325         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12326         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12327         (gst_multifilesink_uri_get_type),
12328         (gst_multifilesink_uri_get_protocols),
12329         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12330         (gst_multifilesink_uri_handler_init), (plugin_init):
12331         * gst/multifilesink/gstmultifilesink.h:
12332         * testsuite/Makefile.am:
12333         * testsuite/multifilesink/Makefile.am:
12334         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12335         (gst_newmedia_class_init), (gst_newmedia_init),
12336         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12337         (newfile_signal), (test_signal), (main):
12338         multifilesink plugin for creating new files every time a new media
12339         discontinuity event occurs
12340
12341 2004-07-22  Wim Taymans  <wim@fluendo.com>
12342
12343         * gst/alpha/Makefile.am:
12344         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
12345         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
12346         (gst_alpha_color_init), (gst_alpha_color_set_property),
12347         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
12348         (transform), (gst_alpha_color_chain),
12349         (gst_alpha_color_change_state), (plugin_init):
12350         Stupid plugin to to RGBA to AYUV conversion because none of
12351         the colorspace plugins can handle that yet.
12352
12353 2004-07-22  Wim Taymans  <wim@fluendo.com>
12354
12355         * examples/seeking/seek.c: (update_scale), (main):
12356         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12357         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12358         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12359         (gst_decode_bin_init), (gst_decode_bin_dispose),
12360         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12361         (no_more_pads), (close_link), (type_found),
12362         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12363         (plugin_init):
12364         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12365         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12366         (gst_play_base_bin_dispose), (queue_overrun),
12367         (gen_preroll_element), (remove_prerolls), (unknown_type),
12368         (no_more_pads), (new_stream), (setup_source),
12369         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12370         (play_base_eos), (gst_play_base_bin_change_state),
12371         (gst_play_base_bin_add_element),
12372         (gst_play_base_bin_remove_element),
12373         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12374         (gst_play_base_bin_unlink_stream),
12375         (gst_play_base_bin_get_streaminfo):
12376         * gst/playback/gstplaybin.c: (gen_video_element),
12377         (gen_audio_element):
12378         * gst/playback/gststreaminfo.h:
12379         More playback updates, attempt to fix things after the state change
12380         breakage.
12381
12382 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12383
12384         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
12385         (gst_videoscale_scale_nearest_16bit):
12386           comment algorithm
12387
12388 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12389
12390         * gst/videotestsrc/gstvideotestsrc.c:
12391         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
12392         (gst_videotestsrc_init), (gst_videotestsrc_get),
12393         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
12394         (gst_videotestsrc_get_property):
12395         * gst/videotestsrc/gstvideotestsrc.h:
12396         * gst/videotestsrc/videotestsrc.c:
12397         * gst/videotestsrc/videotestsrc.h:
12398           cleanup and commenting
12399
12400 2004-07-21  Wim Taymans  <wim@fluendo.com>
12401
12402         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12403         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
12404         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
12405         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
12406         (_find_chain_get_unknown_part), (_find_streams_check),
12407         (gst_ogg_demux_push), (gst_ogg_pad_push):
12408         * ext/theora/theoradec.c: (theora_get_formats),
12409         (theora_dec_src_convert), (theora_dec_sink_convert),
12410         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12411         (theora_dec_chain):
12412         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12413         (vorbis_dec_convert), (vorbis_dec_src_query),
12414         (vorbis_dec_src_event), (vorbis_dec_event):
12415         More seeking fixes, oggdemux now supports seeking to time and
12416         uses the downstream element to convert granulepos to time.
12417         Seeking in theora-only ogg files now works.
12418
12419 2004-07-21  Wim Taymans  <wim@fluendo.com>
12420
12421         * ext/theora/theoradec.c: (gst_theora_dec_init),
12422         (theora_get_formats), (theora_get_event_masks),
12423         (theora_get_query_types), (theora_dec_src_convert),
12424         (theora_dec_sink_convert), (theora_dec_src_query),
12425         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12426         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12427         (vorbis_get_event_masks), (vorbis_get_query_types),
12428         (gst_vorbis_dec_init), (vorbis_dec_convert),
12429         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
12430         Added query/convert/formats functions to vorbis and theora decoders
12431         so that the outside world can use them too. Fixed seeking on an
12432         ogg/theora/vorbis file by disabling the seeking seeking on the
12433         theora srcpad.
12434
12435 2004-07-21  Julien MOUTTE  <julien@moutte.net>
12436
12437         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12438         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
12439         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
12440         images creation for both elements. We don't create the image on caps
12441         nego or renego, we just destroy the internal one if present if it does
12442         not match the needs. The chain function takes care of creating a new
12443         image when needed.
12444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12445         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
12446         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12447         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
12448         the image format information. The buffer pool checks for the context
12449         image format and discard images with different formats.
12450         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
12451
12452 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12453
12454         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12455         (gst_ffmpegcolorspace_chain):
12456           no point in doing any chaining if the pad we want to push from
12457           isn't usable.
12458
12459 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12460
12461         * gst-libs/gst/riff/riff-media.c:
12462         (gst_riff_create_audio_caps_with_data):
12463           Fix double end-to-native symbol conversion (#148021).
12464
12465 2004-07-20  David Schleef  <ds@schleef.org>
12466
12467         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12468         Don't use an Atom that doesn't exist.
12469
12470 2004-07-20  Wim Taymans  <wim@fluendo.com>
12471
12472         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12473         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12474         (gst_multifdsink_client_remove),
12475         (gst_multifdsink_handle_client_write),
12476         (gst_multifdsink_queue_buffer):
12477         * gst/tcp/gstmultifdsink.h:
12478         More multifdsink stats. Avoid deadlock by releasing locks
12479         before sending out a signal.
12480
12481 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12482
12483         * po/LINGUAS:
12484         * po/hu.po:
12485           added Hungarian translation (Laszlo Dvornik)
12486
12487 2004-07-20  Wim Taymans  <wim@fluendo.com>
12488
12489         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12490         (gst_multifdsink_add), (gst_multifdsink_client_remove),
12491         (gst_multifdsink_handle_client_write),
12492         (gst_multifdsink_queue_buffer):
12493         * gst/tcp/gsttcp-marshal.list:
12494         Fixed the stupid marshal definition.
12495
12496 2004-07-20  Wim Taymans  <wim@fluendo.com>
12497
12498         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12499         (gst_multifdsink_init), (gst_multifdsink_add),
12500         (gst_multifdsink_client_remove),
12501         (gst_multifdsink_handle_client_write),
12502         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
12503         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
12504         (gst_multifdsink_init_send):
12505         * gst/tcp/gstmultifdsink.h:
12506         Added more stats, added timeout for a client, fixed some typos
12507         and added some comments.
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_get_stats),
12513         (gst_multifdsink_client_remove),
12514         (gst_multifdsink_handle_client_write):
12515         * gst/tcp/gstmultifdsink.h:
12516         * gst/tcp/gsttcp-marshal.list:
12517         Added get_stats method that returns a GValueArray of
12518         stats values.
12519
12520 2004-07-19  Benjamin Otte  <otte@gnome.org>
12521
12522         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
12523           make sure longname, description and author are valid UTF-8
12524
12525 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12526
12527         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
12528         (gst_ximagesink_set_property):
12529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
12530         (gst_xvimagesink_set_property):
12531           make sure SYNCHRONOUS is respected after getting the X context
12532
12533 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12534
12535         * gst/matroska/matroska-demux.c:
12536         (gst_matroska_demux_handle_src_event),
12537         (gst_matroska_demux_parse_blockgroup):
12538         * gst/matroska/matroska-ids.h:
12539           add BlockReference tag and ignore it to clear out log.
12540           ignore NAVIGATION events to clear out log.
12541
12542 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12543
12544         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
12545         (gst_matroska_demux_add_stream):
12546         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
12547           add debug categories
12548
12549 2004-07-16  Wim Taymans  <wim@fluendo.com>
12550
12551         * ext/libpng/Makefile.am:
12552         * ext/libpng/gstpng.c: (plugin_init):
12553         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
12554         (gst_pngdec_get_type), (gst_pngdec_base_init),
12555         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
12556         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
12557         * ext/libpng/gstpngdec.h:
12558         Added png decoder.
12559
12560 2004-07-16  Julien MOUTTE  <julien@moutte.net>
12561
12562         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
12563         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
12564         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
12565         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
12566         (gst_ximagesink_buffer_alloc):
12567         * sys/ximage/ximagesink.h:
12568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12569         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12570         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
12571         (gst_xvimagesink_buffer_alloc):
12572         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
12573         again. Using internal data pointer of the x(v)image to store image's
12574         data to be coherent with the buffer alloc mechanism. Investigated the
12575         image destruction code to be sure that everything gets freed correctly.
12576
12577 2004-07-16  Wim Taymans  <wim@fluendo.com>
12578
12579         * gst-libs/gst/riff/riff-read.c:
12580         (gst_riff_read_strf_vids_with_data),
12581         (gst_riff_read_strf_auds_with_data):
12582         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12583         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
12584         Make sure we don't create 0 sized subbuffers in riff-read.
12585         Signal the no more pads signal after reading the avi header.
12586
12587 2004-07-16  Wim Taymans  <wim@fluendo.com>
12588
12589         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12590         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12591         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12592         (gst_decode_bin_init), (gst_decode_bin_dispose),
12593         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12594         (no_more_pads), (close_link), (type_found),
12595         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12596         (gst_decode_bin_change_state), (plugin_init):
12597         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12598         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12599         (gst_play_base_bin_dispose), (queue_overrun),
12600         (gen_preroll_element), (remove_prerolls), (unknown_type),
12601         (no_more_pads), (new_stream), (setup_source),
12602         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12603         (play_base_eos), (gst_play_base_bin_change_state),
12604         (gst_play_base_bin_add_element),
12605         (gst_play_base_bin_remove_element),
12606         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12607         (gst_play_base_bin_unlink_stream),
12608         (gst_play_base_bin_get_streaminfo):
12609         * gst/playback/gstplaybasebin.h:
12610         Better error recovery. Added configurable preroll queue size. Faster
12611         detection of no-more-pads.
12612
12613 2004-07-16  Wim Taymans  <wim@fluendo.com>
12614
12615         * gst-libs/gst/video/video.h:
12616         Added 32 bits RGBA. Not sure if we should use another mime-type
12617         for alpha rgb. Currently the presence of the alpha_mask property
12618         signals an alpha channel.
12619
12620 2004-07-16  Wim Taymans  <wim@fluendo.com>
12621
12622         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12624         FPS seems to be 0.0 to MAX everywhere else.
12625
12626 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12627
12628         * gst-libs/gst/riff/riff-media.c:
12629         (gst_riff_create_video_caps_with_data):
12630           mp42/mp43 (no caps) exist too.
12631         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
12632           Set pixel_width/height; we've got them in-caps.
12633         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12634         * gst/wavparse/gstwavparse.c: (plugin_init):
12635           Both are valid primary.
12636         * sys/oss/gstossmixer.c:
12637           Remove i18n hack and enable translations.
12638
12639 2004-07-15  Benjamin Otte  <otte@gnome.org>
12640
12641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12642         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
12643           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
12644
12645 2004-07-15  Benjamin Otte  <otte@gnome.org>
12646
12647         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12648         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
12649         (gst_alsa_close_audio):
12650           disable some of the debugging code for now. Writing debugging to a
12651           buffer is broken in current alsalib releases.
12652
12653 2004-07-12  Benjamin Otte  <otte@gnome.org>
12654
12655         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
12656           use bufferpools
12657
12658 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12659
12660         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12661         (theora_dec_src_query), (theora_dec_event):
12662         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
12663           add debugging categories.  Remove \n's.
12664
12665 2004-07-13  Johan Dahlin  <johan@gnome.org>
12666
12667         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
12668         (gst_play_bin_get_property): Impl.
12669
12670 2004-07-13  Wim Taymans  <wim@fluendo.com>
12671
12672         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
12673         When trying to find the stream length, seek back N pages
12674         instead of just one, where N is the number of streams in
12675         the current chain.
12676
12677 2004-07-13  Wim Taymans  <wim@fluendo.com>
12678
12679         * gst-libs/gst/riff/riff-media.c:
12680         (gst_riff_create_audio_caps_with_data),
12681         (gst_riff_create_audio_caps),
12682         (gst_riff_create_audio_template_caps):
12683         * gst-libs/gst/riff/riff-media.h:
12684         * gst-libs/gst/riff/riff-read.c:
12685         (gst_riff_read_strf_vids_with_data),
12686         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
12687         * gst-libs/gst/riff/riff-read.h:
12688         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12689         (gst_avi_demux_add_stream):
12690         Set codec_data on caps for avidemuxer.
12691
12692 2004-07-12  David Schleef  <ds@schleef.org>
12693
12694         * configure.ac: Fix test for Objective C
12695
12696 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
12697         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
12698         (gst_gdk_pixbuf_chain):
12699           Add svg and pcx to template caps, and ensure that getcaps returns a
12700           subset of the template caps.
12701           Copy each row manually for output, as gdkpixbuf may pad the
12702           rowstride to a 32-bit word boundary.
12703
12704 2004-07-12  Wim Taymans  <wim@fluendo.com>
12705
12706         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12707         (gst_riff_create_video_template_caps):
12708         Fix the template caps to include some more media types.
12709
12710 2004-07-12  Wim Taymans  <wim@fluendo.com>
12711
12712         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12713         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12714         (compare_ranks), (print_feature), (gst_decode_bin_init),
12715         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12716         (try_to_link_1), (new_pad), (close_link), (type_found),
12717         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12718         (gst_decode_bin_change_state), (plugin_init):
12719         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12720         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12721         (gst_play_base_bin_dispose), (queue_overrun),
12722         (gen_preroll_element), (remove_prerolls), (no_more_pads),
12723         (new_stream), (setup_source), (gst_play_base_bin_set_property),
12724         (gst_play_base_bin_get_property), (play_base_eos),
12725         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12726         (gst_play_base_bin_remove_element),
12727         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12728         (gst_play_base_bin_unlink_stream),
12729         (gst_play_base_bin_get_streaminfo):
12730         * gst/playback/gstplaybasebin.h:
12731         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12732         (gst_play_bin_class_init), (gst_play_bin_init),
12733         (gst_play_bin_dispose), (gst_play_bin_set_property),
12734         (gst_play_bin_get_property), (gen_video_element),
12735         (gen_audio_element), (remove_sinks), (setup_sinks),
12736         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
12737         (gst_play_bin_send_event), (gst_play_bin_get_formats),
12738         (gst_play_bin_convert), (gst_play_bin_get_query_types),
12739         (gst_play_bin_query), (plugin_init):
12740         * gst/playback/test4.c: (main):
12741         More fixes on reusing of the element.
12742
12743 2004-07-11  Benjamin Otte  <otte@gnome.org>
12744
12745         * ext/mad/gstmad.c: (normal_seek):
12746           allow seeking for other methods than just SET
12747
12748 2004-07-11  Andy Wingo  <wingo@pobox.com>
12749
12750         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
12751         float, "any" caps -> buffer_frames=[0,MAX].
12752
12753         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
12754         doesn't intersect our caps with the template any more. Do it
12755         ourselves.
12756         (interleave_buffered_loop): Use g_newa instead of malloc/free.
12757
12758 2004-07-09  Wim Taymans  <wim@fluendo.com>
12759
12760         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12761         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12762         (compare_ranks), (print_feature), (gst_decode_bin_init),
12763         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12764         (try_to_link_1), (new_pad), (close_link), (type_found),
12765         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12766         (gst_decode_bin_change_state), (plugin_init):
12767         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12768         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12769         (gst_play_base_bin_dispose), (queue_overrun),
12770         (gen_preroll_element), (remove_prerolls), (no_more_pads),
12771         (new_stream), (setup_source), (gst_play_base_bin_set_property),
12772         (gst_play_base_bin_get_property), (play_base_eos),
12773         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12774         (gst_play_base_bin_remove_element),
12775         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12776         (gst_play_base_bin_unlink_stream),
12777         (gst_play_base_bin_get_streaminfo):
12778         * gst/playback/gstplaybasebin.h:
12779         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12780         (gst_play_bin_class_init), (gst_play_bin_init),
12781         (gst_play_bin_dispose), (gst_play_bin_set_property),
12782         (gst_play_bin_get_property), (gen_video_element),
12783         (gen_audio_element), (remove_sinks), (setup_sinks),
12784         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
12785         (gst_play_bin_send_event), (gst_play_bin_get_formats),
12786         (gst_play_bin_convert), (gst_play_bin_get_query_types),
12787         (gst_play_bin_query), (plugin_init):
12788         * gst/playback/test4.c: (main):
12789         Work on object reuse and seeking.
12790
12791 2004-07-09  Wim Taymans  <wim@fluendo.com>
12792
12793         * examples/seeking/seek.c: (iterate):
12794         Don't consume all CPU in the idle loop.
12795
12796 2004-07-09  Wim Taymans  <wim@fluendo.com>
12797
12798         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
12799         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
12800         Add pad to element *after* setting the pad functions so that
12801         the scheduler can use the correct ones.
12802
12803 2004-07-09  Wim Taymans  <wim@fluendo.com>
12804
12805         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
12806         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
12807         Sync to keyframe after seek
12808
12809 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12810
12811         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12812         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12813         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
12814         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
12815         * ext/libvisual/visual.c: (gst_visual_change_state):
12816         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
12817         * ext/theora/theoradec.c: (theora_dec_change_state):
12818         * ext/theora/theoraenc.c: (theora_enc_change_state):
12819         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
12820         * gst-libs/gst/navigation/navigation.c:
12821         * gst/adder/gstadder.c: (gst_adder_change_state):
12822         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12823         (gst_audio_convert_get_buffer):
12824         * gst/multipart/multipartdemux.c:
12825         (gst_multipart_demux_change_state):
12826         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
12827         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12828         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12829         * gst/videoscale/gstvideoscale.c:
12830         (gst_videoscale_handle_src_event):
12831         * gst/volume/gstvolume.c: (volume_chain_int16):
12832           don't assert in state change, this should be done by the base
12833           GstElement class.
12834           various debugging fixes.
12835
12836 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12837
12838         * configure.ac:
12839         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
12840         (gst_play_dispose), (gst_play_set_location),
12841         (gst_play_set_data_src), (gst_play_set_video_sink),
12842         (gst_play_set_audio_sink), (gst_play_set_visualization),
12843         (gst_play_connect_visualization), (gst_play_get_sink_element),
12844         (gst_play_get_all_by_interface):
12845         * gst-libs/gst/play/play.h:
12846           add new method to get elements implementing an interface.
12847           add various error logging
12848
12849 2004-07-08  Wim Taymans  <wim@fluendo.com>
12850
12851         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
12852         (make_mpeg_pipeline), (make_mpegnt_pipeline),
12853         (make_playerbin_pipeline), (query_durations_elems),
12854         (query_durations_pads), (query_positions_elems),
12855         (query_positions_pads), (update_scale), (iterate), (stop_seek),
12856         (main):
12857         Added playbin seeking example.
12858
12859 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12860
12861         * gst-libs/gst/play/play.c: (gst_play_set_location),
12862         (gst_play_set_data_src), (gst_play_set_video_sink),
12863         (gst_play_set_audio_sink), (gst_play_set_visualization),
12864         (gst_play_connect_visualization), (gst_play_get_framerate):
12865           use a macro to look up elements from hash table
12866
12867 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12868
12869         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
12870         (gst_play_get_length_callback), (gst_play_set_location),
12871         (gst_play_seek_to_time), (gst_play_set_data_src),
12872         (gst_play_set_video_sink), (gst_play_set_audio_sink),
12873         (gst_play_set_visualization), (gst_play_connect_visualization),
12874         (gst_play_get_sink_element):
12875         - add debugging info
12876         - fix looking up sink elements by iterating over complete caps
12877         - put everything except for source and autoplugger in a complete bin
12878
12879 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12880
12881         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
12882         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
12883         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
12884         (gst_alsa_sink_write), (gst_alsa_sink_loop):
12885         * ext/alsa/gstalsasink.h:
12886         - add debugging info
12887         - clean up schizophrenia of data/buffer/event
12888         - fix double event unref error
12889
12890 2004-07-08  Wim Taymans  <wim@fluendo.com>
12891
12892         * gst/playback/Makefile.am:
12893         Add headers to noinst
12894
12895 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12896
12897         * tools/gst-launch-ext-m.m:
12898         * tools/gst-launch-ext.1.in:
12899           convert to the third millenium
12900
12901 2004-07-07  David Schleef  <ds@schleef.org>
12902
12903         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
12904
12905 2004-07-07  Wim Taymans  <wim@fluendo.com>
12906
12907         * gst/playback/Makefile.am:
12908         * gst/playback/README:
12909         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12910         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12911         (compare_ranks), (print_feature), (gst_decode_bin_init),
12912         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12913         (try_to_link_1), (new_pad), (close_link), (type_found),
12914         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12915         (plugin_init):
12916         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12917         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12918         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
12919         (gen_preroll_element), (no_more_pads), (new_stream),
12920         (setup_source), (gst_play_base_bin_set_property),
12921         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
12922         (gst_play_base_bin_add_element),
12923         (gst_play_base_bin_remove_element),
12924         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12925         (gst_play_base_bin_unlink_stream),
12926         (gst_play_base_bin_get_streaminfo):
12927         * gst/playback/gstplaybasebin.h:
12928         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12929         (gst_play_bin_class_init), (gst_play_bin_init),
12930         (gst_play_bin_dispose), (gst_play_bin_set_property),
12931         (gst_play_bin_get_property), (gen_video_element),
12932         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
12933         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12934         (gst_play_bin_get_formats), (gst_play_bin_convert),
12935         (gst_play_bin_get_query_types), (gst_play_bin_query),
12936         (plugin_init):
12937         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12938         (gst_stream_info_get_type), (gst_stream_info_class_init),
12939         (gst_stream_info_init), (gst_stream_info_new),
12940         (gst_stream_info_dispose), (gst_stream_info_set_property),
12941         (gst_stream_info_get_property):
12942         * gst/playback/gststreaminfo.h:
12943         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
12944         (main):
12945         * gst/playback/test2.c: (main):
12946         * gst/playback/test3.c: (update_scale), (main):
12947         More playbin fixes. Added README. Do better element filtering.
12948         Added base class to preroll media. Added test apps.
12949
12950 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12951
12952         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
12953         * ext/mpeg2dec/gstmpeg2dec.h:
12954           various debugging improvements.  Reset stream to next picture
12955           instead of sequence header, otherwise seeks cannot work.
12956
12957 2004-07-07  Wim Taymans  <wim@fluendo.com>
12958
12959         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
12960         (gst_video_box_class_init), (gst_video_box_set_property),
12961         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
12962         Use pad_alloc where possible.
12963
12964 2004-07-07  Wim Taymans  <wim@fluendo.com>
12965
12966         * sys/oss/gstosselement.c: (gst_osselement_reset),
12967         (gst_osselement_parse_caps):
12968         * sys/oss/gstosselement.h:
12969         * sys/oss/gstosssrc.c: (gst_osssrc_get):
12970         Fix offset on osssrc.
12971
12972 2004-07-07  Wim Taymans  <wim@fluendo.com>
12973
12974         * ext/theora/theora.c: (plugin_init):
12975         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
12976         (theora_dec_src_query), (theora_dec_chain):
12977         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12978         (theora_enc_sink_link), (theora_buffer_from_packet),
12979         (theora_push_packet), (theora_enc_chain):
12980         Fix theora granulepos calculation.
12981         Fix overflow in duration/position calculation.
12982         Bump rank to PRIMARY for theoradec.
12983         Use granulepos of last packet to calculate position.
12984         Set keyframe flag on buffers when needed.
12985
12986 2004-07-06  David Schleef  <ds@schleef.org>
12987
12988         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
12989         serious?  (Fixed, obviously.)
12990
12991 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12992
12993         * po/LINGUAS:
12994         * po/cs.po:
12995           added Czech translation (Miloslav Trmac)
12996
12997 2004-07-05  Wim Taymans  <wim@fluendo.com>
12998
12999         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13000         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13001         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13002         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13003         (close_link), (type_found), (gst_decode_bin_set_property),
13004         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13005         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13006         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13007         (gst_decode_bin_query), (plugin_init):
13008         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13009         (gst_play_bin_class_init), (gst_play_bin_init),
13010         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13011         (get_video_element), (new_pad), (setup_source),
13012         (gst_play_bin_set_property), (gst_play_bin_get_property),
13013         (gst_play_bin_change_state), (gst_play_bin_add_element),
13014         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13015         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13016         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13017         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13018         * gst/playback/test.c: (main):
13019         More fixes, cleaned up playbin, make it use decodebin. Added
13020         threaded property to playbin.
13021
13022 2004-07-05  Wim Taymans  <wim@fluendo.com>
13023
13024         * configure.ac:
13025         * gst/playback/Makefile.am:
13026         * gst/playback/decodetest.c: (main):
13027         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13028         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13029         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13030         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13031         (close_link), (type_found), (gst_decode_bin_set_property),
13032         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13033         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13034         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13035         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13036         (plugin_init):
13037         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13038         (gst_play_bin_class_init), (gst_play_bin_init),
13039         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13040         (collect_sink_pads), (find_compatibles), (close_pad_link),
13041         (try_to_link_1), (new_pad), (close_link), (type_found),
13042         (setup_source), (gst_play_bin_set_property),
13043         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13044         (compare_ranks), (gst_play_bin_collect_factories),
13045         (gst_play_bin_change_state), (gst_play_bin_add_element),
13046         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13047         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13048         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13049         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13050         * gst/playback/test.c: (main):
13051         Added some playback helper elements and some test apps, very alpha
13052         still.
13053
13054 2004-07-04  Benjamin Otte  <otte@gnome.org>
13055
13056         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13057           only restart audio when we indeed have an xrun to fix repeated
13058           xruns. Fix suggested by Giuliano Pochini.
13059
13060 2004-07-03  David Schleef  <ds@schleef.org>
13061
13062         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13063         call to gst_debug_log() if debugging is disabled (bug #145118)
13064
13065 2004-07-03  Benjamin Otte  <otte@gnome.org>
13066
13067         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13068           use our own functions for restarting the alsa device.
13069         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13070           I should apply patches myself - use MIN for the third argument, not
13071           the second, this fixes seeking
13072
13073 2004-07-02  David Schleef  <ds@schleef.org>
13074
13075         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13076         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13077         do with the logic.
13078
13079 2004-07-02  David Schleef  <ds@schleef.org>
13080
13081         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13082         output buffers.  Fix logic mistake.  (bug #144866)
13083
13084 2004-07-02  David Schleef  <ds@schleef.org>
13085
13086         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13087         on X.  (bug #144753)
13088
13089 2004-07-02  David Schleef  <ds@schleef.org>
13090
13091         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13092         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13093         (bug #144624)
13094         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13095         (gst_osselement_rate_probe_check): Add another workaround for
13096         buggy drivers (bug #145336)
13097
13098 2004-07-02  David Schleef  <ds@schleef.org>
13099
13100         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13101         Most systems don't have MSG_NOSIGNAL.
13102
13103 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13104
13105         * Makefile.am:
13106         * gst-libs/gst/colorbalance/Makefile.am:
13107         * gst-libs/gst/mixer/Makefile.am:
13108         * gst-libs/gst/play/Makefile.am:
13109         * gst-libs/gst/tuner/Makefile.am:
13110           (hopefully) fix both install and dist and make error message useful.
13111           needs testing across automakes.
13112
13113 2004-07-02  Benjamin Otte  <otte@gnome.org>
13114
13115         * ext/ogg/gstogg.c: (plugin_init):
13116           we require bytestream now
13117         * ext/ogg/gstoggdemux.c:
13118           huge diff to implement chain setup in a fast and generic way. This
13119           improves tag reading and startup of huge files (read: Theora videos)
13120           quite a bit. It probably contains bugs, too, so please test.
13121           Seeking is not improved to the fast method.
13122
13123 2004-06-29  Wim Taymans  <wim@fluendo.com>
13124
13125         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13126         * ext/ogg/gstoggmux.c:
13127         Fix memleak in oggdemux when running unconnected pads.
13128         doc update in mux, start working on keyframe mode.
13129
13130 2004-06-29  Benjamin Otte  <otte@gnome.org>
13131
13132         * sys/oss/gstosssink.c:
13133         * sys/oss/gstosssrc.c:
13134           advertise correct template caps - we indeed do non-native endianness
13135           and 8bit audio has no endianness
13136         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13138           avoid (wrong) duplications in getcaps function and return
13139           template caps
13140
13141 2004-06-29  Wim Taymans  <wim@fluendo.com>
13142
13143         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13144         (gst_multifdsink_class_init), (gst_multifdsink_add),
13145         (gst_multifdsink_remove), (gst_multifdsink_clear),
13146         (gst_multifdsink_client_remove),
13147         (gst_multifdsink_handle_client_read),
13148         (gst_multifdsink_client_queue_data),
13149         (gst_multifdsink_client_queue_caps),
13150         (gst_multifdsink_client_queue_buffer),
13151         (gst_multifdsink_handle_client_write),
13152         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13153         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13154         (gst_multifdsink_init_send), (gst_multifdsink_close):
13155         Fix wrong GList iteration that could crash the server when
13156         more then 2 clients disconnect at the same time. Read all the
13157         pending commands in one batch to recover from command storms under
13158         very heavy load.
13159
13160 2004-06-28  Wim Taymans  <wim@fluendo.com>
13161
13162         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13163         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13164         (gst_videomixer_pad_set_property),
13165         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13166         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13167         (gst_videomixer_class_init), (gst_videomixer_init),
13168         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13169         (pad_zorder_compare), (gst_videomixer_sort_pads),
13170         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13171         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13172         (gst_videomixer_update_queues), (gst_videomixer_loop),
13173         (plugin_init):
13174         Avoid divide by zero, choose masterpad as the pad with the highest
13175         framerate.
13176
13177 2004-06-27  Julien Moutte  <julien@moutte.net>
13178
13179         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13180         (gst_ximagesink_xwindow_new):
13181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13182         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13183         function directly. We might want to call it from somewhere else one day.
13184
13185 2004-06-27  Julien Moutte  <julien@moutte.net>
13186
13187         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13188         (gst_ximagesink_xwindow_new):
13189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13190         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13191         window decorations.
13192
13193 2004-06-27  Wim Taymans  <wim@fluendo.com>
13194
13195         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13196         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13197         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13198         (gst_dvdec_set_property), (gst_dvdec_get_property):
13199         * ext/dv/gstdvdec.h:
13200         Implement drop_factor property to lower the framerate with
13201         a factor.
13202
13203 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13204
13205         * gst-libs/gst/colorbalance/Makefile.am:
13206         * gst-libs/gst/mixer/Makefile.am:
13207         * gst-libs/gst/play/Makefile.am:
13208         * gst-libs/gst/tuner/Makefile.am:
13209           unbreak Company's fix that didn't install the -enum.h files
13210
13211 2004-06-27  Wim Taymans  <wim@fluendo.com>
13212
13213         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13214         (gst_dvdec_change_state):
13215         * ext/dv/gstdvdec.h:
13216         Fix timestamp, duration and offset of the buffers.
13217
13218 2004-06-27  Wim Taymans  <wim@fluendo.com>
13219
13220         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13221         (gst_multifdsink_class_init), (gst_multifdsink_add),
13222         (gst_multifdsink_remove), (gst_multifdsink_clear),
13223         (gst_multifdsink_client_remove),
13224         (gst_multifdsink_handle_client_read),
13225         (gst_multifdsink_client_queue_data),
13226         (gst_multifdsink_client_queue_caps),
13227         (gst_multifdsink_client_queue_buffer),
13228         (gst_multifdsink_handle_client_write),
13229         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13230         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13231         (gst_multifdsink_init_send), (gst_multifdsink_close):
13232         * gst/tcp/gstmultifdsink.h:
13233         * gst/tcp/gsttcpserversink.c:
13234         (gst_tcpserversink_handle_server_read),
13235         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13236         More multifdsink fixes, more recovery policy fixes.
13237         Removed stupid g_print
13238
13239 2004-06-26  Wim Taymans  <wim@fluendo.com>
13240
13241         * gst/tcp/Makefile.am:
13242         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13243         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13244         (gst_multifdsink_class_init), (gst_multifdsink_init),
13245         (gst_multifdsink_debug_fdset), (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_chain), (gst_multifdsink_set_property),
13254         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13255         (gst_multifdsink_close), (gst_multifdsink_change_state):
13256         * gst/tcp/gstmultifdsink.h:
13257         * gst/tcp/gsttcpplugin.c: (plugin_init):
13258         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13259         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13260         (gst_tcpserversink_handle_server_read),
13261         (gst_tcpserversink_handle_select),
13262         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13263         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13264         * gst/tcp/gsttcpserversink.h:
13265         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13266         one of the locks, added recovery policy to multifdsink.
13267
13268 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13269
13270         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13271           fix decision for when getting frames with same timestamp
13272         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13273         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13274         (gst_v4lsrc_get_property):
13275         * sys/v4l/gstv4lsrc.h:
13276           add latency offset property
13277
13278 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13279
13280         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13281         (plugin_init):
13282           fix debugging. add category.
13283
13284 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13285
13286         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13287           fix wrong offsets
13288
13289 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13290
13291         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13292         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13293         (gst_alsa_src_change_state):
13294           return a time that is in sync with the element's processing
13295
13296 2004-06-25  Wim Taymans  <wim@fluendo.com>
13297
13298         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13299         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13300         (gst_tcpserversink_client_remove),
13301         (gst_tcpserversink_handle_client_read),
13302         (gst_tcpserversink_client_queue_data),
13303         (gst_tcpserversink_client_queue_caps),
13304         (gst_tcpserversink_client_queue_buffer),
13305         (gst_tcpserversink_handle_client_write),
13306         (gst_tcpserversink_queue_buffer),
13307         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13308         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13309         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13310         (gst_tcpserversink_close):
13311         * gst/tcp/gsttcpserversink.h:
13312         Serversink rewrite. Really do non blocking writes to clients and
13313         maintain an internal queue to handle slower clients while not
13314         disturbing fast clients.
13315
13316 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13317
13318         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13319           better debug, don't override OFFSET and OFFSET_END
13320
13321 2004-06-25  Iain <iain@prettypeople.org>
13322
13323         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13324         name=source for the wavparse pipeline.
13325
13326 2004-06-24  Johan Dahlin  <johan@gnome.org>
13327
13328         * ext/theora/theoraenc.c (theora_enc_chain): Call
13329         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13330         streamheader caps are set correctly.
13331
13332 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13333
13334         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13335         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13336           respect minimum bitrate; same could be done for max bitrate
13337
13338 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13339
13340         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13341         (gst_vorbisenc_setup):
13342           fix sample rate range
13343
13344 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13345
13346         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
13347         (gst_oggvorbisenc_setup):
13348         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13349         (gst_vorbisenc_setup):
13350           resolve ambiguities in code and description
13351
13352 2004-06-24  Wim Taymans  <wim@fluendo.com>
13353
13354         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
13355         * ext/alsa/gstalsa.h:
13356         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13357         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
13358         Use alsa trigger_tstamp to get the timestamp of the first
13359         sample in the buffer for more precise sync. Some cleanups.
13360
13361 2004-06-24  Wim Taymans  <wim@fluendo.com>
13362
13363         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
13364         (gst_audiorate_init), (gst_audiorate_chain),
13365         (gst_audiorate_set_property), (gst_audiorate_get_property):
13366         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13367         (gst_videorate_chain):
13368         Added some logging, fixed an overflow bug in videorate.
13369
13370 2004-06-24  Benjamin Otte  <otte@gnome.org>
13371
13372         * ext/kio/Makefile.am:
13373           fix for builddir != srcdir and distcheck
13374
13375 2004-06-24  Benjamin Otte  <otte@gnome.org>
13376
13377         * gst-libs/gst/colorbalance/Makefile.am:
13378         * gst-libs/gst/mixer/Makefile.am:
13379         * gst-libs/gst/play/Makefile.am:
13380         * gst-libs/gst/tuner/Makefile.am:
13381         * gst/tcp/Makefile.am:
13382         * sys/dxr3/Makefile.am:
13383           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
13384           tarball.
13385           Also add all *.list files that were missing.
13386         * Makefile.am:
13387           add a distcheck hook to ensure the above doesn't happen again.
13388
13389 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
13390
13391         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
13392
13393 2004-06-23  Colin Walters  <walters@redhat.com>
13394
13395         * m4/Makefile.am: Distribute gst-fionread.m4.
13396
13397 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13398
13399         * configure.ac: back to dev
13400
13401 2004-06-23  Wim Taymans  <wim@fluendo.com>
13402
13403         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13404         (gst_alsa_xrun_recovery):
13405         * ext/alsa/gstalsa.h:
13406         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13407         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
13408         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13409         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
13410         (gst_alsa_src_loop):
13411         Add clock to alsasrc. Take new capture timestamp when
13412         restarting after an overrun. Split up some functions between
13413         alsasrc and alsasink.
13414
13415 === release 0.8.2 ===
13416
13417 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13418
13419         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13420         (gst_alsa_change_state), (gst_alsa_update_avail),
13421         (gst_alsa_xrun_recovery):
13422         * ext/alsa/gstalsa.h:
13423         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13424           merge back changes from release
13425
13426 2004-06-23  Wim Taymans  <wim@fluendo.com>
13427
13428         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
13429         (gst_audiorate_init), (gst_audiorate_chain),
13430         (gst_audiorate_set_property), (gst_audiorate_get_property):
13431         Implement sample dropping and notify
13432
13433 2004-06-22  Wim Taymans  <wim@fluendo.com>
13434
13435         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13436         (theora_enc_sink_link), (theora_buffer_from_packet),
13437         (theora_push_packet), (theora_enc_chain):
13438         Some cleanups, make sure the timestamps are correct.
13439
13440 2004-06-22  Wim Taymans  <wim@fluendo.com>
13441
13442         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
13443         (gst_alsa_change_state), (gst_alsa_update_avail),
13444         (gst_alsa_xrun_recovery):
13445         * ext/alsa/gstalsa.h:
13446         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13447         Cleanups, take queued samples into account when reporting
13448         the time.
13449
13450 2004-06-22  Wim Taymans  <wim@fluendo.com>
13451
13452         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13453         (gst_videorate_init):
13454         Initialize the property as well.
13455
13456 2004-06-22  Wim Taymans  <wim@fluendo.com>
13457
13458         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13459         (gst_videorate_init), (gst_videorate_chain),
13460         (gst_videorate_set_property), (gst_videorate_get_property):
13461         Add property to make videorate silent.
13462         Add property to prefer new frames over old ones.
13463
13464 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13465
13466         * sys/osxvideo/Makefile.am:
13467         Workaround so that the osxvideo .so file gets linked with the
13468         Cocoa, OpenGL and QuickTime frameworks
13469
13470 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13471
13472         * sys/osxaudio/Makefile.am:
13473         Workaround so that the osxaudio .so file gets linked with the
13474         CoreAudio framework
13475
13476 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13477
13478         * configure.ac:
13479         Whoops, my fault...fixed build issues
13480
13481 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13482
13483         * configure.ac:
13484         Add objective-c support if running in Darwin/Mac OS X
13485         * sys/Makefile.am:
13486         * sys/osxvideo:
13487         * sys/osxvideo/Makefile.am:
13488         * sys/osxvideo/osxvideosink.h:
13489         * sys/osxvideo/osxvideosink.m:
13490         * sys/osxvideo/cocoawindow.h:
13491         * sys/osxvideo/cocoawindow.m:
13492         Add osxvideosink, a cocoa-based osx video sink
13493
13494
13495 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
13496         * ext/dvdnav/gst-dvd:
13497         Grab the gconf key from the right spot
13498         * gst/debug/gstnavseek.c: (gst_navseek_init),
13499         (gst_navseek_segseek), (gst_navseek_handle_src_event),
13500         (gst_navseek_chain):
13501         * gst/debug/gstnavseek.h:
13502           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
13503           and loop parameters of a segment seek.
13504         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
13505         (gst_videotestsrc_get_event_masks),
13506         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
13507         * gst/videotestsrc/gstvideotestsrc.h:
13508           Add seeking support to videotestsrc
13509           Initialise the timestamp_offset variable.
13510
13511 2004-06-18  Wim Taymans  <wim@fluendo.com>
13512
13513         * ext/sidplay/gstsiddec.cc:
13514         Fix negotiation and set correct end offset.
13515
13516 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13517
13518         * configure.ac: branch and prerelease
13519
13520 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13521
13522         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
13523         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
13524         (gst_tcpclientsrc_init_receive):
13525         * gst/tcp/gsttcpclientsrc.h:
13526           read caps when connecting to server for GDP so we set them correctly
13527
13528 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13529
13530         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13531           notify drops and duplicates
13532         * gst/videoscale/videoscale.c: (videoscale_get_structure):
13533           no good reason to limit ourselves to 100x100
13534
13535 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13536
13537         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13538         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13539         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13540         (gst_v4lsrc_get_property):
13541         * sys/v4l/gstv4lsrc.h:
13542         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13543         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13544         (gst_v4l_set_audio):
13545         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
13546         (gst_v4lsrc_try_capture):
13547         * sys/v4l/v4lsrc_calls.h:
13548           change try_palette to more general try_capture
13549           add autoprobe option so we can turn off autoprobing
13550           various fixes
13551
13552 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13553
13554         * configure.ac:
13555           add videorate
13556         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
13557         (gst_ximagesink_class_init):
13558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
13559         (gst_xvimagesink_class_init):
13560           run them as finalize, not dispose, since dispose can be invoked
13561           multiple times
13562
13563 2004-06-17  Wim Taymans  <wim@fluendo.com>
13564
13565         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13566         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
13567         * ext/alsa/gstalsa.h:
13568         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
13569         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
13570         (gst_alsa_src_change_state):
13571         * ext/alsa/gstalsasrc.h:
13572         Make the xrun code timestamp and offset the buffers correctly.
13573         moved the clock to the base class, use alsa methods to get time.
13574         Do correct timestamping on outgoing buffers.
13575
13576 2004-06-17  Wim Taymans  <wim@fluendo.com>
13577
13578         * gst/audiorate/Makefile.am:
13579         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
13580         (gst_audiorate_base_init), (gst_audiorate_class_init),
13581         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
13582         (gst_audiorate_set_property), (gst_audiorate_get_property),
13583         (gst_audiorate_change_state), (plugin_init):
13584         Added an audiorate converter that fills in gaps.
13585
13586 2004-06-17  Johan Dahlin  <johan@gnome.org>
13587
13588         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
13589
13590 2004-06-16  Wim Taymans  <wim@fluendo.com>
13591
13592         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
13593         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13594         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13595         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13596         (gst_v4lsrc_get_property):
13597         * sys/v4l/gstv4lsrc.h:
13598         Added a copy mode to v4lsrc where it will output a copied version
13599         of its internal hardware buffer.
13600         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
13601         can't | them.
13602
13603 2004-06-16  Wim Taymans  <wim@fluendo.com>
13604
13605         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13606         Timestamp fixes.
13607
13608 2004-06-16  Wim Taymans  <wim@fluendo.com>
13609
13610         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13611         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13612         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13613         (gst_v4lsrc_get_property):
13614         * sys/v4l/gstv4lsrc.h:
13615         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13616         Added a sync mode enum property to control v4lsrc timestamp method
13617         Removed the use-fixed-fps property and moved functionality in
13618         the enum.
13619         Don't error on an error value from v4l-conf, it might not always
13620         be a real error.
13621
13622 2004-06-16  Wim Taymans  <wim@fluendo.com>
13623
13624         * gst/videorate/Makefile.am:
13625         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
13626         (gst_videorate_base_init), (gst_videorate_class_init),
13627         (gst_videorate_getcaps), (gst_videorate_link),
13628         (gst_videorate_init), (gst_videorate_chain),
13629         (gst_videorate_set_property), (gst_videorate_get_property),
13630         (gst_videorate_change_state), (plugin_init):
13631         Added a video timestamp corrector.
13632
13633 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13634
13635         fixed a potential leak with previous commit
13636
13637         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13638
13639 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13640
13641         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13642         Added missing refcount, fixes bug #144425
13643         Cheers Tim for finding the bug
13644
13645 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13646
13647         * sys/v4l/gstv4l.c: (plugin_init):
13648         * sys/v4l/gstv4lcolorbalance.c:
13649         * sys/v4l/gstv4lcolorbalance.h:
13650         * sys/v4l/gstv4lelement.c:
13651         * sys/v4l/gstv4lelement.h:
13652         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
13653         * sys/v4l/gstv4lmjpegsink.h:
13654         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
13655         * sys/v4l/gstv4lmjpegsrc.h:
13656         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
13657         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
13658         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13659         * sys/v4l/gstv4lsrc.h:
13660         * sys/v4l/gstv4ltuner.c:
13661         * sys/v4l/gstv4ltuner.h:
13662         * sys/v4l/gstv4lxoverlay.c:
13663         * sys/v4l/gstv4lxoverlay.h:
13664         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
13665         (gst_v4l_set_window), (gst_v4l_enable_overlay):
13666         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13667         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13668         (gst_v4l_set_audio):
13669         * sys/v4l/v4l_calls.h:
13670         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
13671         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
13672         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
13673         (gst_v4lmjpegsink_playback_init),
13674         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
13675         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
13676         (gst_v4lmjpegsink_playback_stop),
13677         (gst_v4lmjpegsink_playback_deinit):
13678         * sys/v4l/v4lmjpegsink_calls.h:
13679         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
13680         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
13681         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
13682         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
13683         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
13684         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
13685         * sys/v4l/v4lmjpegsrc_calls.h:
13686         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
13687         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
13688         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
13689         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
13690         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
13691         (gst_v4lsrc_try_palette):
13692         * sys/v4l/v4lsrc_calls.h:
13693           bunch of paranoia cleanups
13694
13695 2004-06-14  David Schleef  <ds@schleef.org>
13696
13697         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
13698         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
13699         Send discont events and change timestamps appropriately when
13700         we get a seek event.  (bug #144240)
13701         * ext/cdparanoia/gstcdparanoia.h:
13702
13703 2004-06-14  Benjamin Otte  <otte@gnome.org>
13704
13705         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
13706           snd_pcm_hw_params_set_rate  since the latter fails for no good
13707           reason on some setups.
13708
13709 2004-06-14  David Schleef  <ds@schleef.org>
13710
13711         * gst/volume/demo.c: (value_changed_callback): exp10() is not
13712         standard.  Thank you for playing.
13713
13714 2004-06-14  Wim Taymans  <wim@fluendo.com>
13715
13716         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
13717         Patch 1.3 broke the ordering of the colorspace info and
13718         made the plugin basically work by coincidence, reordered
13719         the info.
13720
13721 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13722
13723         * ext/lame/gstlame.c:
13724         * ext/mad/gstmad.c:
13725           sync caps.  Make sure mad can only output a list of rates, not
13726           a full range.  In the future, have three caps lists for each of the
13727           mpeg versions.  Change mpegversion to a double as well.
13728
13729 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13730
13731         * gst/volume/.cvsignore:
13732         * gst/volume/Makefile.am:
13733         * gst/volume/demo.c: (value_changed_callback), (idler),
13734         (setup_gui), (main):
13735           added small demo app
13736
13737 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
13738         * ext/esd/esdsink.c: (gst_esdsink_change_state):
13739         * ext/esd/esdsink.h:
13740         Close the esd connection on pause, because esd will just wait -
13741         blocking all other esd clients indefinitely.
13742
13743 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
13744
13745         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
13746           previous commit with GST_DEBUG
13747
13748 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13749
13750         * configure.ac:
13751           add a header check for a dvdread header in dvdnav.  Fixes #133002
13752
13753 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13754
13755         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
13756         * gst/tcp/gsttcpclientsink.h:
13757         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
13758         * gst/tcp/gsttcpclientsrc.h:
13759         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
13760         (gst_tcpserversink_handle_server_read),
13761         (gst_tcpserversink_init_send):
13762         * gst/tcp/gsttcpserversink.h:
13763         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
13764         * gst/tcp/gsttcpserversrc.h:
13765         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
13766         version of IP)
13767
13768 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13769
13770         * configure.ac:
13771         Added ogg library so that OSX detects libtheora properly
13772
13773 2004-06-11  Wim Taymans  <wim@fluendo.com>
13774
13775         * ext/theora/theoradec.c: (theora_dec_chain),
13776         (theora_dec_change_state):
13777         Don't try to decode frames before we received a keyframe.
13778
13779 2004-06-11  Wim Taymans  <wim@fluendo.com>
13780
13781         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13782         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
13783         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13784         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
13785         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
13786         Added property to set the maximum delay of a page.
13787
13788 2004-06-10  Wim Taymans  <wim@fluendo.com>
13789
13790         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13791         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
13792         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13793         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
13794         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
13795         Added max-delay property to control the maximum amount
13796         of data to put in one page.
13797
13798 2004-06-10  Wim Taymans  <wim@fluendo.com>
13799
13800         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13801         (gst_theora_enc_init), (theora_enc_sink_link),
13802         (theora_buffer_from_packet), (theora_enc_set_property),
13803         (theora_enc_get_property):
13804         Set duration on encoded buffer, added some more properties
13805
13806 2004-06-10  Wim Taymans  <wim@fluendo.com>
13807
13808         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13809         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13810         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13811         * ext/theora/theoraenc.c: (theora_enc_chain):
13812         Fix refcounting bugs
13813
13814 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13815
13816         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
13817         (gst_asf_demux_loop), (gst_asf_demux_process_file),
13818         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
13819         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
13820         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
13821         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
13822         (gst_asf_demux_change_state):
13823         * gst/asfdemux/gstasfdemux.h:
13824           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
13825           feels like. I think we should set a new requirement for demuxers
13826           from now on to implement sane loop functions, data loops, query
13827           and seek functions before first commit into CVS. And this commit
13828           fixes all of the above.
13829
13830 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
13831
13832         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
13833           vorbis comments are properly encoded in UTF-8 before adding them
13834           to a GstTagList
13835
13836 2004-06-09  Benjamin Otte  <otte@gnome.org>
13837
13838         * ext/alsa/gstalsa.c: (add_channels):
13839           handle min <= max correctly
13840         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
13841         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
13842           add fixation functions so we fixate correctly. No preferring of alaw
13843           anymore because it's the first structure.
13844         * ext/alsa/gstalsa.h:
13845         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
13846         (gst_alsa_hw_params_dump):
13847           add functions to ease debugging in alsalib
13848         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
13849         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
13850         (gst_alsa_start_audio):
13851           only specify hw params if we really setup a format (fixes #134007 -
13852           or at least works around it)
13853
13854 2004-06-09  Wim Taymans  <wim@fluendo.com>
13855
13856         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13857         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
13858         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
13859         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
13860         (gst_ogg_mux_loop):
13861         Use stream caps to setup the initial pages in the ogg stream.
13862         Correctly set the streamheader caps on the srcpad.
13863
13864 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13865
13866         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
13867         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
13868         (gst_v4lsrc_getcaps):
13869         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13870         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
13871           add querying of fps lists for webcams.  Negotiating to a framerate
13872           now works.
13873
13874 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13875
13876         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
13877         (theora_push_buffer), (theora_push_packet),
13878         (theora_set_header_on_caps), (theora_enc_chain):
13879           mark buffers and put on streamheader, raw theora streaming
13880           now works too, whee
13881
13882 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13883
13884         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
13885         (gst_tcp_gdp_read_caps):
13886           do a looping read for caps and GDP headers too
13887
13888 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13889
13890         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13891         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
13892           return EOS instead of NULL in _get
13893
13894 2004-06-08  Wim Taymans  <wim@fluendo.com>
13895
13896         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
13897         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
13898         (gst_tcp_gdp_write_caps):
13899         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13900         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
13901         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
13902         Memory leak fixes
13903
13904 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13905
13906         * ext/vorbis/Makefile.am:
13907         * ext/vorbis/vorbis.c: (plugin_init):
13908         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
13909         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
13910         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
13911         (vorbis_parse_change_state):
13912         * ext/vorbis/vorbisparse.h:
13913           adding a vorbisparse element that marks the buffers, streaming
13914           raw vorbis using GDP now works, whee
13915
13916 2004-06-08  Wim Taymans  <wim@fluendo.com>
13917
13918         * ext/jpeg/Makefile.am:
13919         * ext/jpeg/README:
13920         * ext/jpeg/gstjpeg.c: (plugin_init):
13921         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
13922         (gst_smokedec_base_init), (gst_smokedec_class_init),
13923         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
13924         * ext/jpeg/gstsmokedec.h:
13925         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
13926         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
13927         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
13928         (gst_smokeenc_resync), (gst_smokeenc_chain),
13929         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
13930         * ext/jpeg/gstsmokeenc.h:
13931         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
13932         (smokecodec_flush_destination), (smokecodec_term_destination),
13933         (smokecodec_init_source), (smokecodec_fill_input_buffer),
13934         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
13935         (smokecodec_term_source), (smokecodec_encode_new),
13936         (smokecodec_decode_new), (smokecodec_info_free),
13937         (smokecodec_set_quality), (smokecodec_get_quality),
13938         (smokecodec_set_threshold), (smokecodec_get_threshold),
13939         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
13940         (find_best_size), (abs_diff), (put), (smokecodec_encode),
13941         (smokecodec_parse_header), (smokecodec_decode):
13942         * ext/jpeg/smokecodec.h:
13943         Added a new simple jpeg based codec
13944
13945 2004-06-08  Wim Taymans  <wim@fluendo.com>
13946
13947         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13948         (gst_multipart_mux_loop):
13949         Fix memory leak
13950
13951 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13952
13953         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13954         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
13955         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
13956         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
13957         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13958         * gst/tcp/gsttcpserversink.h:
13959           take streamheader into account
13960
13961 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13962
13963         * gst/level/Makefile.am:
13964         * gst/level/gstlevel.c: (gst_level_class_init):
13965           clean up marshal generation
13966
13967 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13968
13969         * gst/tcp/Makefile.am:
13970         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
13971         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
13972         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
13973         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13974         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
13975         (gst_tcpclientsrc_get_property):
13976         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13977         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13978         (gst_tcpserversink_handle_client_read),
13979         (gst_tcpserversink_handle_client_write),
13980         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
13981         * gst/tcp/gsttcpserversink.h:
13982           add signals client-added and client-removed
13983         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13984         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
13985         (gst_tcpserversrc_get_property):
13986         uniformized, change default protocol to NONE
13987         * gst/tcp/gsttcp-marshal.list: added
13988 2004-06-07  Benjamin Otte  <otte@gnome.org>
13989
13990         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13991           handle discont events if they happen before caps nego
13992
13993 2004-06-07  Wim Taymans  <wim@fluendo.com>
13994
13995         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13996         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13997         (gst_multipart_demux_plugin_init):
13998         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13999         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14000         (gst_multipart_mux_change_state):
14001         Small updates, fix a memleak
14002
14003 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14004
14005         * configure.ac: OSS portability
14006         * ext/arts/gst_arts.c: idem
14007         * sys/oss/gstosselement.c: idem
14008         * sys/oss/gstossmixer.c: idem
14009         * sys/oss/gstosssink.c: idem
14010         * sys/oss/gstosssrc.c: idem
14011         * sys/oss/oss_probe.c: idem
14012           - check for soundcard.h in different places for some BSD
14013
14014 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14015
14016         * AUTHORS:
14017         Add me to the authors file
14018         * configure.ac:
14019         Increase the libdv requirement to >= version 0.100
14020         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14021         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14022         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14023         * ext/dv/gstdvdec.h:
14024         Add support for the new_media flag when sending DISCONT events
14025         Make the querying work when video pad is not linked
14026
14027 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14028
14029         reviewed by Benjamin Otte  <otte@gnome.org>
14030
14031         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14032           create a NULL-initialized array of pads, so we don't think they
14033           exist already. (fixes #143130)
14034
14035 2004-06-07  Benjamin Otte  <otte@gnome.org>
14036
14037         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14038         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14039         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14040           don't use // coments
14041
14042 2004-06-07  Benjamin Otte  <otte@gnome.org>
14043
14044         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14045           cast to GstClockTime to get higher granularity
14046         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14047           use gst_element_set_time_delay to get the exact time
14048         * ext/mad/gstmad.c: (gst_mad_chain):
14049           use the negotiated rate instead of the current frame's rate which
14050           might be wrong because of bit errors. This avoids emitting totally
14051           bogus timestamps and screwing sync.
14052         (fixes #143454)
14053
14054 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14055
14056         reviewed by Benjamin Otte  <otte@gnome.org>
14057
14058         * gst/adder/gstadder.c: (gst_adder_loop):
14059           properly error out when no negotiation has happened yet. (fixes
14060           #143032)
14061
14062 2004-06-06  Benjamin Otte  <otte@gnome.org>
14063
14064         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14065           forward correctly transformed offset in discont events. Based on
14066           patch by Arwed v. Merkatz. (fixes #142851)
14067
14068 2004-06-06  David Schleef  <ds@schleef.org>
14069
14070         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14071         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14072         problems on several systems.
14073
14074 2004-06-06  Benjamin Otte  <otte@gnome.org>
14075
14076         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14077           use explicit caps on the srcpad
14078         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14079           properly error out if caps couldn't be set (fixes #142764)
14080
14081 2004-06-06  Benjamin Otte  <otte@gnome.org>
14082
14083         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14084         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14085         (gst_alsa_start_audio):
14086           - don't call set_periods_integer anymore, it breaks the
14087           configuration randomly
14088           - call snd_pcm_hw_params_set_access directly instead of using masks
14089           - don't fail if the sw_params can't be set, just use the default
14090           params and hope it works. Alsalib has weird issues when you touch
14091           sw_params and does no proper error reporting about what failed.
14092         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14093         (gst_alsa_close_audio):
14094           make our alsa debugging go via gst debugging and not conditionally
14095           defined
14096         * ext/alsa/gstalsa.h:
14097           add ALSA_DEBUG_FLUSH macro
14098         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14099         (plugin_init):
14100           wrap alsa errors to be printed via the gst debugging system and not
14101           spammed to stderr
14102
14103 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14104
14105         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14106         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14107         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14108         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14109         (qtdemux_parse_trak):
14110         * gst/qtdemux/qtdemux.h:
14111           Bitch. Also known as seeking, querying & co.
14112         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14113         (gst_osssink_change_state):
14114         * sys/oss/gstosssink.h:
14115           Resyncing is for weenies, this hack is no longer needed and was
14116           broken anyway (since it - unintendedly - always leaves resync to
14117           TRUE).
14118
14119 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14120
14121         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14122         * gst/tcp/gsttcpclientsrc.h: idem
14123           - define MSG_NOSIGNAL if not done
14124           - include unistd.h for off_t
14125           (fixes #143749)
14126
14127 2004-06-05  Benjamin Otte  <otte@gnome.org>
14128
14129         * configure.ac:
14130         * ext/kio/Makefile.am:
14131           check for qt's moc preprocessor explicitly and use it
14132
14133 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14134
14135         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14136           don't get a signal for EPIPE on socket writes
14137           (somebody check if this works on other platforms)
14138
14139 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14140
14141         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14142         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14143           check error condition on available samples correctly
14144
14145 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14146
14147         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14148           avoid a segfault
14149         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14150         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14151         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14152         (gst_tcpserversrc_gdp_read_header):
14153          use ssize_t over size_t since the former is signed and thus the
14154          check for error codes can work
14155
14156 2004-06-02  Wim Taymans  <wim@fluendo.com>
14157
14158         reviewed by: Johan
14159
14160         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14161         (gst_multipart_mux_loop):
14162         Oops
14163
14164 2004-06-02  Wim Taymans  <wim@fluendo.com>
14165
14166         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14167         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14168         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14169         (gst_multipart_mux_change_state):
14170         Added configurable boundary specifier, added the value as a
14171         caps field as well.
14172
14173 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14174
14175         * gst/tcp/gsttcp.c:
14176         * gst/tcp/gsttcpclientsrc.c:
14177         * gst/tcp/gsttcpclientsrc.h:
14178         * gst/tcp/gsttcpserversrc.c:
14179           - portability fix, to compile on OSX
14180             (fixes #143146)
14181
14182         * sys/osxaudio/gstosxaudioelement.c:
14183         * sys/osxaudio/gstosxaudiosink.c:
14184         * sys/osxaudio/gstosxaudiosrc.c:
14185           - compilation warnings on OSX
14186             (fixes #143153)
14187
14188 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14189
14190         * ext/vorbis/vorbisdec.c : sign warning fixes
14191
14192         * gst-libs/gst/mixer/mixertrack.c :
14193           do no use defines which are glib 2.4 specific
14194
14195 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14196
14197         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14198           buffer since libflac doesn't expect it (reports a sync error when
14199           it encounters that)
14200
14201
14202 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14203
14204         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14205         * gst-libs/gst/mixer/mixertrack.c:
14206         (gst_mixer_track_get_property), (get_mixer_track_init),
14207         (get_mixer_track_get_property): Added property accessors
14208         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14209         * gst-libs/gst/mixer/mixeroptions.c:
14210         (gst_mixer_options_get_values): Added
14211         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14212         * gst-libs/gst/mixer/mixer.c: Fixed comment
14213
14214
14215 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14216
14217         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14218           improve error messages on open
14219
14220
14221 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14222
14223         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14224           check if v4l-conf is in path
14225
14226 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14227
14228         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14229           change assert to a more readable error message
14230
14231 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14232
14233         * gst-libs/gst/tuner/tunerchannel.h:
14234           - add a freq_multiplicator field to make the conversion
14235             between internal frequency unit and Hz
14236         * sys/v4l/gstv4lelement.c:
14237         * sys/v4l2/gstv4l2element.c:
14238           - change default video device to /dev/video0
14239         * sys/v4l/v4l_calls.c:
14240         * sys/v4l2/v4l2_calls.c:
14241           - we only expose frequency to the user in Hz instead of
14242             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14243
14244 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14245         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14246           Initialise b_o_s and e_o_s variables
14247         * gst-libs/gst/riff/riff-media.c:
14248         (gst_riff_create_video_caps_with_data):
14249           Add some unusual fourcc's from mplayer avi's
14250         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14251           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14252           autoplugging.
14253
14254 2004-05-28  Wim Taymans  <wim@fluendo.com>
14255
14256         * configure.ac:
14257         * gst/alpha/Makefile.am:
14258         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14259         (gst_alpha_get_type), (gst_alpha_base_init),
14260         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14261         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14262         (gst_alpha_chroma_key), (gst_alpha_chain),
14263         (gst_alpha_change_state), (plugin_init):
14264         A plugin to add an alpha channel to I420 video. Can optionally do
14265         chroma keying.
14266         * gst/multipart/Makefile.am:
14267         * gst/multipart/multipart.c: (plugin_init):
14268         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14269         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14270         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14271         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14272         (gst_multipart_demux_change_state),
14273         (gst_multipart_demux_plugin_init):
14274         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14275         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14276         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14277         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14278         (gst_multipart_mux_pad_unlink),
14279         (gst_multipart_mux_request_new_pad),
14280         (gst_multipart_mux_handle_src_event),
14281         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14282         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14283         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14284         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14285         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14286         send multipart jpeg images to a browser.
14287         * gst/videobox/Makefile.am:
14288         * gst/videobox/README:
14289         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14290         (gst_video_box_get_type), (gst_video_box_base_init),
14291         (gst_video_box_class_init), (gst_video_box_init),
14292         (gst_video_box_set_property), (gst_video_box_get_property),
14293         (gst_video_box_sink_link), (gst_video_box_i420),
14294         (gst_video_box_ayuv), (gst_video_box_chain),
14295         (gst_video_box_change_state), (plugin_init):
14296         Crops or adds borders around an image. can do alpha channel
14297         borders as well.
14298         * gst/videomixer/Makefile.am:
14299         * gst/videomixer/README:
14300         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14301         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14302         (gst_videomixer_pad_get_sink_event_masks),
14303         (gst_videomixer_pad_get_property),
14304         (gst_videomixer_pad_set_property),
14305         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14306         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14307         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14308         (gst_videomixer_base_init), (gst_videomixer_class_init),
14309         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14310         (gst_videomixer_handle_src_event),
14311         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14312         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14313         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14314         (gst_videomixer_loop), (gst_videomixer_get_property),
14315         (gst_videomixer_set_property), (gst_videomixer_change_state),
14316         (plugin_init):
14317         Generic video mixer plugin, can handle multiple inputs all with
14318         different framerates and video sizes. Is fully alpha channel
14319         aware.
14320
14321 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14322
14323         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14324           Select first track as master track. Not sure how else to handle
14325           that...
14326         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14327           Discard discont events. Should fix #142962.
14328
14329 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14330
14331         * ext/alsa/Makefile.am:
14332         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14333         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14334         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14335         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14336         (gst_alsa_mixer_get_option):
14337         * ext/alsa/gstalsamixer.h:
14338         * ext/alsa/gstalsamixeroptions.c:
14339         (gst_alsa_mixer_options_get_type),
14340         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14341         (gst_alsa_mixer_options_new):
14342         * ext/alsa/gstalsamixeroptions.h:
14343         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14344         * ext/alsa/gstalsamixertrack.h:
14345           Add enumerations (as GstMixerOptions). Make correct distinction
14346           between input/output tracks. Add capture/playback private flag.
14347           Use flag to decide on whether to set capture or playback volumes
14348           or switches. Use playback and record switches.
14349         * gst-libs/gst/mixer/Makefile.am:
14350         * gst-libs/gst/mixer/mixer-marshal.list:
14351         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
14352         (gst_mixer_set_option), (gst_mixer_get_option),
14353         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
14354         (gst_mixer_volume_changed), (gst_mixer_option_changed):
14355         * gst-libs/gst/mixer/mixer.h:
14356         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
14357         (gst_mixer_options_class_init), (gst_mixer_options_init),
14358         (gst_mixer_options_dispose):
14359         * gst-libs/gst/mixer/mixeroptions.h:
14360           Add GstMixerOptions.
14361         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14362           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
14363           broken device detection on computers with multiple OSS sound
14364           cards.
14365
14366 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14367
14368         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14369           fixate nicely even when the peer is not negotiating
14370
14371 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14372
14373         * gst/audioconvert/gstaudioconvert.c:
14374         (gst_audio_convert_parse_caps):
14375           make sure we don't allow depth > width
14376         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14377           fixate endianness to G_BYTE_ORDER as default
14378         * gst/audioscale/gstaudioscale.c:
14379           we don't handle another endianness as host-endianness
14380
14381 2004-05-25  David Schleef  <ds@schleef.org>
14382
14383         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
14384
14385 2004-05-24  Benjamin Otte  <otte@gnome.org>
14386
14387         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
14388         (gst_oggvorbisenc_setup):
14389           properly fail when we can't setup the vorbis encoder due to
14390           unsupported settings
14391         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
14392         (gst_vorbisenc_setup):
14393           same
14394         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14395           fix case where warnings occured when one pad was unlinked while the
14396           other's link function was called
14397
14398 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14399
14400         * gst/tcp/Makefile.am:
14401           use GST_ENABLE_NEW
14402
14403 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14404
14405         * gst-libs/gst/resample/private.h:
14406           don't use optimizations that are #if 0'ed
14407
14408 2004-05-24  Wim Taymans  <wim@fluendo.com>
14409
14410         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14411         Fix potential division by zero error and hopefully get
14412         the position query right to get correct timestamps on avi
14413         audio.
14414
14415 2004-05-24  Wim Taymans  <wim@fluendo.com>
14416
14417         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
14418         (gst_videoscale_scale_nearest_str2),
14419         (gst_videoscale_scale_nearest_str4),
14420         (gst_videoscale_scale_nearest_32bit),
14421         (gst_videoscale_scale_nearest_24bit),
14422         (gst_videoscale_scale_nearest_16bit):
14423         Fix the scaling algorithm and avoid a buffer overflow.
14424         removed the while loop in the scaling function as it
14425         was used for point sampling only.
14426
14427 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14428
14429         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
14430         (gst_id3_tag_class_init), (gst_id3_tag_init),
14431         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
14432         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
14433         (gst_id3_tag_send_tag_event):
14434           lots of fixes to make id3mux work and id3demux work correctly
14435
14436 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14437
14438         * ext/Makefile.am:
14439           add rules to build shout2send (was removed by accident
14440           when this module was no more marked experimental/broken)
14441
14442 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14443
14444         * ext/shout2/gstshout2.c:
14445         * ext/shout2/gstshout2.h:
14446           adding a "connection problem" signal to shout2send
14447           (fixes #142954)
14448
14449 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14450
14451         * ext/kio/kioreceiver.cpp:
14452         * ext/kio/kioreceiver.h:
14453           fix sign comparison issues
14454
14455 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14456
14457         * gst/cdxaparse/gstcdxaparse.c:
14458         * gst/cdxaparse/gstcdxaparse.h:
14459           some renaming
14460           add some checks/sanity
14461           prepare for seek addition
14462
14463         * sys/sunaudio/gstsunaudio.c:
14464           remove exported dupe init function
14465
14466 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
14467
14468         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
14469         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
14470           Fix format conversion and position querying.
14471         * gst/debug/progressreport.c: (gst_progressreport_report):
14472           Don't output a bogus total value that we didn't query.
14473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14474           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
14475           only a blank window after xine has been used.
14476
14477 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14478
14479         * m4/as-arts.m4:
14480           sync with upstream version to fix test on FC2
14481           readd with -ko to preserve Id header
14482
14483 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14484
14485         * configure.ac:
14486           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
14487         * gst/tcp/gsttcpclientsrc.c: idem
14488         * gst/tcp/gsttcpserversink.c: idem
14489         * gst/tcp/gsttcpserversrc.c: idem
14490         * m4/gst-fionread.m4: idem
14491
14492         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
14493
14494         * configure.ac: enable speex plugin for speex 1.1.5+
14495         * ext/speex/gstspeexenc.c: fix cast warning
14496
14497         * ext/esd/README: fix typo
14498
14499 2004-05-20  David Schleef  <ds@schleef.org>
14500
14501         * configure.ac: Minor cosmetic change to convince the buildbot to
14502         reautogen.
14503         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
14504         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
14505         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
14506         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
14507         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
14508         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
14509         More hacking.  Plays audio now.
14510
14511 2004-05-20  David Schleef  <ds@schleef.org>
14512
14513         * configure.ac:
14514         * sys/Makefile.am:
14515
14516 2004-05-20  David Schleef  <ds@schleef.org>
14517
14518         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
14519         * sys/osxaudio/gstosxaudio.c:
14520         * sys/osxaudio/gstosxaudioelement.c:
14521         * sys/osxaudio/gstosxaudioelement.h:
14522         * sys/osxaudio/gstosxaudiosink.c:
14523         * sys/osxaudio/gstosxaudiosink.h:
14524         * sys/osxaudio/gstosxaudiosrc.c:
14525         * sys/osxaudio/gstosxaudiosrc.h:
14526
14527 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14528
14529         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
14530         (gst_vorbisenc_chain):
14531           put the codec headers on the caps as streamheader as well as
14532           pushing them out
14533
14534 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14535
14536         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
14537         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
14538         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
14539         split up push_packet into two functions
14540
14541 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14542
14543         * gst/tcp/.cvsignore:
14544           ignore enums
14545         * gst/tcp/Makefile.am:
14546         * gst/tcp/README:
14547         * gst/tcp/gsttcp.c:
14548         * gst/tcp/gsttcp.h:
14549         * gst/tcp/gsttcpclientsink.c:
14550         * gst/tcp/gsttcpclientsink.h:
14551         * gst/tcp/gsttcpclientsrc.c:
14552         * gst/tcp/gsttcpclientsrc.h:
14553         * gst/tcp/gsttcpplugin.c:
14554         * gst/tcp/gsttcpserversink.c:
14555         * gst/tcp/gsttcpserversink.h:
14556         * gst/tcp/gsttcpserversrc.c:
14557         * gst/tcp/gsttcpserversrc.h:
14558           add new tcp elements
14559
14560 2004-05-19  Wim Taymans  <wim@fluendo.com>
14561
14562         * gst/law/mulaw-conversion.c: (mulaw_encode):
14563         Fix overflow bug in ulaw encoding.
14564
14565 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14566
14567         * ext/mad/gstmad.c: (gst_mad_handle_event):
14568           don't unref the event twice
14569
14570 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14571
14572         * configure.ac:
14573           remove -Wno-sign-compare
14574
14575 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14576
14577         * configure.ac:
14578           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
14579           if you want to work against glib 2.2 and 2.4
14580
14581 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14582
14583         * gst/tcp/Makefile.am:
14584         * gst/tcp/gsttcp.c:
14585         * gst/tcp/gsttcp.h:
14586         * gst/tcp/gsttcpsink.h:
14587         * gst/tcp/gsttcpsrc.h:
14588           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
14589
14590 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14591
14592         * gst/debug/tests.c: (md5_get_value):
14593           fix segfault on gst-inspect
14594
14595 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14596
14597         * gst/debug/testplugin.c:
14598         * gst/debug/tests.c:
14599         * gst/debug/tests.h:
14600           add new extensible and configurable testing element. Current tests
14601           include buffer count, stream length, timestamp/duration matching and
14602           md5.
14603         * gst/debug/Makefile.am:
14604         * gst/debug/gstdebug.c: (plugin_init):
14605           add infrastructure for new element
14606
14607 2004-05-19  Johan Dahlin  <johan@gnome.org>
14608
14609         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
14610         ending of the array. Fixes gst-inspect segfault on ppc.
14611
14612 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14613
14614         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
14615
14616         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
14617
14618 2004-05-18  David Schleef  <ds@schleef.org>
14619
14620         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
14621         warnings (bugs, actually) noticed by gcc but not forte.
14622
14623 2004-05-18  David Schleef  <ds@schleef.org>
14624
14625         * sys/sunaudio/Makefile.am:
14626         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
14627
14628 2004-05-18  David Schleef  <ds@schleef.org>
14629
14630         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14631         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
14632         to allow qtdemux to use non-seekable streams. (bug #142272)
14633
14634 2004-05-18  David Schleef  <ds@schleef.org>
14635
14636         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
14637         (gst_resample_sinc_ft_float): Remove use of static temporary
14638         buffer.  This code was obviously not supposed to last long, but
14639         it's stuck in our ABI, so it required a little hack to make it
14640         ABI-compatible.  Fixes #142585.
14641         * gst-libs/gst/resample/resample.h: same.
14642
14643 2004-05-18  David Schleef  <ds@schleef.org>
14644
14645         * configure.ac: Add sunaudio
14646         * examples/Makefile.am: make gstplay depend on gconf
14647         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
14648         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
14649         (convert_table_lookup), (img_convert): remove c99-isms
14650         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
14651           unsigned, to fix a warning on Solaris
14652         * gst/mpeg1sys/systems.c: bcopy->memcpy
14653         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
14654         * sys/Makefile.am: Add sunaudio
14655
14656 2004-05-18  Wim Taymans  <wim@fluendo.com>
14657
14658         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
14659         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
14660         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
14661         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
14662         (gst_ogg_mux_loop):
14663         Fix an ugly memleak where the muxer didn't flush enough ogg
14664         pages. This also resulted in badly muxed ogg files.
14665
14666 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14667
14668         * gst/asfdemux/asfheaders.c :
14669         * gst/asfdemux/asfheaders.h :
14670         * gst/asfdemux/gstasfdemux.c :
14671           - fix ASF_OBJ_PADDING guid
14672           - add 3 new object guids (language list, metadata,
14673             extended stream properties)
14674           - add a function to parse extended header objects
14675
14676 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14677
14678         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
14679           remove leftover debugging g_print
14680
14681 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14682
14683         * ext/mad/gstmad.c: (gst_mad_handle_event):
14684           Fix for when the first format in a discont event is not a
14685           byte-based one. Should fix #137710.
14686
14687 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14688
14689         * m4/a52.m4 : fix compilation with -Wall -Werror
14690         * m4/libfame.m4 : idem
14691         * m4/libmikmod.m4 : idem
14692
14693 2004-05-17  Benjamin Otte  <otte@gnome.org>
14694
14695         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14696           signal the new tags before giving up the reference
14697
14698 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14699
14700         * ext/shout2/gstshout2.c:
14701           use application/ogg instead of application/x-ogg (patch by Patrick
14702           Guimond, fixes #142432)
14703         * sys/oss/gstosselement.c: (gst_osselement_reset),
14704         (gst_osselement_sync_parms):
14705           don't set fragment size unless specified (fixes #142493)
14706
14707 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14708
14709         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
14710           fixes #142664
14711
14712 2004-05-17  Benjamin Otte  <otte@gnome.org>
14713
14714         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
14715           compute offsets correctly for internal buffers so timestamps are set
14716           correctly when we can't seek. Also handle cases where there are no
14717           offsets. (based on a patch by David Moore, fixes #142507)
14718
14719 2004-05-17  Benjamin Otte  <otte@gnome.org>
14720
14721         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14722           use correct variable when determining amount of data to skip so we
14723           don't skip into the void and segfault
14724
14725 2004-05-16  Benjamin Otte  <otte@gnome.org>
14726
14727         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
14728           Hi, I'm a memleak
14729
14730 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14731
14732         * gst/asfdemux/gstasfdemux.c:
14733           - fix a mem leak and always propagate tags
14734           - add WMV3 to known video codecs (but no decoder yet)
14735           - replace "surplus data" at end of audio header for what
14736             it is : codec specific data
14737           - fix a typo
14738
14739 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
14740
14741         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
14742
14743         * gst-libs/gst/audio/audioclock.c:
14744           Fix wrong return type (#142205).
14745
14746 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14747
14748         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
14749           Ignore CRCs by default (fixes #142566).
14750
14751 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14752
14753         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14754         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
14755         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
14756         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
14757         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14758         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
14759           Fix for cases where we fail to attach to a mixer.
14760
14761 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14762
14763         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14764           Don't touch events after not owning them anymore.
14765         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14766         (gst_wavparse_fmt), (gst_wavparse_other),
14767         (gst_wavparse_handle_seek), (gst_wavparse_loop),
14768         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14769         (gst_wavparse_srcpad_event):
14770         * gst/wavparse/gstwavparse.h:
14771           Add seeking, fix querying.
14772
14773 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14774
14775         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14776           - process comments even if they don't end with \0\0
14777             g_convert would ignore them if present and works well without them
14778
14779 2004-05-16  Benjamin Otte  <otte@gnome.org>
14780
14781         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
14782           simplify caps
14783
14784 2004-05-16  Benjamin Otte  <otte@gnome.org>
14785
14786         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14787           don't write to memory we might not write to - g_convert does that
14788           for us anyway (fixes #142613)
14789         (gst_asf_demux_audio_caps):
14790           comment out gst_util_dump_mem
14791
14792 2004-05-16  Benjamin Otte  <otte@gnome.org>
14793
14794         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14795           compute correct expected timestamps after seek (broken since
14796           last commit)
14797         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
14798           rename element and debugging category to gdkpixbufscale
14799
14800 2004-05-16  Benjamin Otte  <otte@gnome.org>
14801
14802         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14803           add error checking to snd_pcm_delay and remove duplicate call to
14804           snd_pcm_delay that caused issues (see inline code comments)
14805         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14806           make more readable and fix return value when snd_pcm_delay fails
14807         (fixes #142586)
14808
14809 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
14810         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
14811         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
14812         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
14813         (gst_pixbufscale_link), (gst_pixbufscale_init),
14814         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
14815         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
14816         (gst_pixbufscale_get_property), (pixbufscale_init):
14817         * ext/gdk_pixbuf/pixbufscale.h:
14818         Add these files I forgot earlier
14819
14820 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
14821         * ext/gdk_pixbuf/Makefile.am:
14822         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
14823         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14824         Add new pixbufscale element to scale RGB video
14825         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
14826         and HYPER interpolation correctly.
14827         * ext/theora/theoraenc.c: (theora_enc_chain),
14828         Discard buffer and return if explicit caps could not be set
14829         (theora_enc_get_property):
14830         Make _get return kbps for the bitrate consistent with
14831         the _set function.
14832
14833
14834 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14835
14836         * ext/libvisual/visual.c: (gst_visual_chain):
14837           add missing visual_audio_analyze
14838
14839 2004-05-14  David Schleef  <ds@schleef.org>
14840
14841         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
14842         is killed while we're playing.
14843         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
14844         gst_element_no_more_pads().
14845
14846 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14847
14848         * gst-libs/gst/riff/riff-read.c :
14849           - fix INFO tag extraction in RIFF/AVI files
14850             because gst_event_unref (event) also freed taglist
14851           - avoid a mem leak
14852
14853 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14854
14855         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
14856         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
14857
14858         * gst/auparse/gstauparse.c :
14859           - add code (commented for now) to support audio/x-adpcm on src pad
14860             (we have no decoder for those layout yet)
14861
14862         * gst/cdxaparse/gstcdxaparse.c :
14863         * gst/cdxaparse/gstcdxaparse.h :
14864           - partial rewrite using RiffRead (ripped iain's wavparse code)
14865
14866         * gst/rtp/gstrtpL16enc.c : typo
14867         * gst/rtp/gstrtpgsmenc.c : typo
14868
14869 2004-05-13  Benjamin Otte  <otte@gnome.org>
14870
14871         * configure.ac:
14872           check for exact version of libvisual, it's not supposed to be
14873           API/ABI stable yet
14874
14875 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14876
14877         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
14878           signal no-more-pads
14879
14880 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14881
14882         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
14883         Report which format was used for GST_FORMAT_DEFAULT
14884         * gst/debug/Makefile.am:
14885         * gst/debug/gstdebug.c: (plugin_init):
14886         * gst/debug/progressreport.c: (gst_progressreport_base_init),
14887         (gst_progressreport_class_init), (gst_progressreport_init),
14888         (gst_progressreport_report), (gst_progressreport_set_property),
14889         (gst_progressreport_get_property), (gst_progressreport_chain),
14890         (gst_progressreport_plugin_init):
14891         Add progressreport element for testing.
14892
14893 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14894
14895         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
14896         * sys/v4l/gstv4lsrc.h:
14897         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
14898         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
14899         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
14900         (gst_v4lsrc_grab_frame):
14901           add more debugging
14902           send a discont at start
14903
14904 2004-05-12  Colin Walters  <walters@redhat.com>
14905
14906         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
14907         inflooping if we can't find a chunk.  Or in other words, don't blow
14908         chunks if we don't have a chunk to blow.
14909
14910 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14911         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
14912         Remove old debug output
14913         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
14914         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
14915         (gst_dvdec_set_property), (gst_dvdec_get_property):
14916         Change the quality setting to an enum, so it works from gst-launch
14917         Don't renegotiate a non-linked pad. Allows audio only decoding.
14918         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
14919         (gst_deinterlace_link), (gst_deinterlace_init):
14920         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
14921         (gst_videodrop_link):
14922         Some caps negotiation fixes
14923
14924 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14925
14926         * ext/tarkin/gsttarkin.c :
14927           - Change RANK from NONE to PRIMARY
14928         * ext/gdk_pixbuf/gstgdkpixbuf.c :
14929           - Change RANK from NONE to MARGINAL
14930         * ext/divx/gstdivxenc.c :
14931           - Change RANK from PRIMARY to NONE (encoder/spider issue)
14932
14933 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14934
14935         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
14936         (gst_vorbisenc_push_packet):
14937           copy a function that was added between 1.0 and 1.0.1 until we
14938           depend on worthwhile features of post-1.0
14939
14940 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14941
14942         * configure.ac:
14943           enable shout2 by default
14944         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
14945         (gst_shout2send_base_init), (gst_shout2send_init),
14946         (gst_shout2send_connect), (gst_shout2send_change_state):
14947         * ext/shout2/gstshout2.h:
14948           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
14949           #142262)
14950         * ext/theora/theora.c: (plugin_init):
14951           don't set rank on encoders
14952
14953 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
14954
14955         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
14956           Use codec_data property instead of flag1 and flag2 for wma
14957
14958 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14959
14960         * gst/cdxaparse/gstcdxaparse.c :
14961           - Add mpegversion to CAPS to make it link
14962           - Rank is as GST_RANK_SECONDARY instead of NONE
14963         * gst/auparse/gstauparse.c :
14964           - Document all audio encoding we can encounter from Solaris 9
14965             headers and libsndfile information.
14966           - Increase max. rate from 48000 to 192000 (to match other elements)
14967           - Don't try to play junk data between header and samples
14968
14969 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14970
14971         * ext/libvisual/visual.c: (gst_visual_getcaps):
14972           use the right caps depending on endianness (I hope)
14973         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
14974           use GST_RANK_NONE for all non-decoding elements or spider gets
14975           mighty confused
14976
14977 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14978
14979         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14980           Fix some odd cases and fix BE metadata parsing of unicode16 text.
14981
14982 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14983
14984         * gst/switch/gstswitch.c: (gst_switch_release_pad),
14985         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
14986         (gst_switch_loop), (gst_switch_get_type):
14987           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
14988           HEADERS. Had to be said.
14989
14990 2004-05-10  David Schleef  <ds@schleef.org>
14991
14992         * configure.ac: Add prototype Dirac support.
14993         * ext/Makefile.am:
14994         * ext/dirac/Makefile.am:
14995         * ext/dirac/gstdirac.cc:
14996         * ext/dirac/gstdiracdec.cc:
14997
14998 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14999
15000         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15001         (gst_auparse_init), (gst_auparse_chain),
15002         (gst_auparse_change_state):
15003           Hack around spider. Remove me some day please.
15004
15005 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15006
15007         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15008           Fix for some uninitialized variables in previous patch, also
15009           makes it work. Fixes #142286 while we're at it.
15010
15011 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15012
15013         * gst/auparse/gstauparse.c:
15014                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15015                 only unsupported formats are ADPCM/CCITT G.72x
15016                 reviewed by Ronald
15017         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15018
15019 2004-05-10  Wim Taymans  <wim@fluendo.com>
15020
15021         * ext/vorbis/Makefile.am:
15022         * ext/vorbis/README:
15023         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15024         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15025         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15026         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15027         (gst_oggvorbisenc_convert_sink),
15028         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15029         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15030         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15031         (get_constraints_string), (update_start_message),
15032         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15033         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15034         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15035         * ext/vorbis/oggvorbisenc.h:
15036         * ext/vorbis/vorbis.c: (plugin_init):
15037         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15038         (raw_caps_factory), (gst_vorbisenc_class_init),
15039         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15040         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15041         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15042         * ext/vorbis/vorbisenc.h:
15043         Added a raw vorbis encoder to be used with the oggmuxer.
15044         We still need the old encoder for some gnome applications,
15045         read the README to find out how that works.
15046         The raw encoder is called "rawvorbisenc" until 0.9.
15047
15048 2004-05-10  Wim Taymans  <wim@fluendo.com>
15049
15050         * ext/ogg/gstogg.c: (plugin_init):
15051         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15052         (gst_ogg_print):
15053         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15054         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15055         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15056         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15057         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15058         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15059         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15060         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15061         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15062         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15063         Added an ogg muxer.
15064         Small typo fixes in the demuxer.
15065
15066 2004-05-10  Wim Taymans  <wim@fluendo.com>
15067
15068         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15069         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15070         (theora_enc_change_state), (theora_enc_set_property),
15071         (theora_enc_get_property):
15072         Mark the last packet with an EOS flag which is not really needed
15073         in gstreamer.
15074         Do some better video framerate initialisation.
15075         Update the buffer timestamp.
15076
15077 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15078
15079         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15080         Return the result of the parent state change call
15081
15082 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15083
15084         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15085         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15086         * gst/law/alaw-encode.c : (idem)
15087         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15088         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15089         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15090
15091 2004-05-09  Benjamin Otte  <otte@gnome.org>
15092
15093         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15094           don't use a fixed buffer size when writing variable length data to
15095           it. Fixes memory corruption and makes alsasrc work
15096
15097 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15098
15099         * ext/gnomevfs/gstgnomevfssink.c:
15100         (_gst_boolean_allow_overwrite_accumulator),
15101         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15102           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15103           RUN_LAST, and don't use that to set the accumulator value because
15104           then it's always FALSE.
15105
15106 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15107
15108         * gst-libs/gst/riff/riff-media.c:
15109         (gst_riff_create_video_caps_with_data),
15110         (gst_riff_create_audio_caps),
15111         (gst_riff_create_audio_template_caps):
15112         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15113           Fix for unaligned RIFF files (i.e. where all the chunks together
15114           in a LIST chunk are not of the same size as the size given in
15115           the LIST chunk header). Fixes several odd WAVE files. Also fix
15116           ADPCM (block_align property) in audio, so that wavparse based
15117           on this works now as it used to stand-alone.
15118
15119 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15120
15121         reviewed by Benjamin Otte  <otte@gnome.org>
15122
15123         * ext/a52dec/gsta52dec.c:
15124         * ext/divx/gstdivxdec.c:
15125         * ext/divx/gstdivxenc.c:
15126         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15127         * ext/faac/gstfaac.c: (gst_faac_base_init):
15128         * ext/faad/gstfaad.c: (gst_faad_base_init):
15129         * ext/ivorbis/vorbisfile.c:
15130         * ext/lame/gstlame.c:
15131         * ext/libfame/gstlibfame.c:
15132         * ext/mpeg2enc/gstmpeg2enc.cc:
15133         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15134         * ext/sidplay/gstsiddec.cc:
15135         * ext/speex/gstspeexdec.c:
15136         * ext/speex/gstspeexenc.c:
15137         * ext/xvid/gstxviddec.c:
15138         * ext/xvid/gstxvidenc.c:
15139           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15140           (fixes #142193)
15141
15142 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15143
15144         * ext/alsa/gstalsa.c: (device_list),
15145         (gst_alsa_class_probe_devices):
15146         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15147           Fix alsa oddness in mixer after the combination of using mixer
15148           in source/sink elements and using hw:x,y instead of just hw:x.
15149
15150 2004-05-09  Benjamin Otte  <otte@gnome.org>
15151
15152         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15153         (gst_wavparse_create_sourcepad):
15154           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15155           sourcepads
15156
15157 2004-05-09  Benjamin Otte  <otte@gnome.org>
15158
15159         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15160           allow discont events before caps nego
15161
15162 2004-05-08  Benjamin Otte  <otte@gnome.org>
15163
15164         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15165           don't leak events
15166
15167 2004-05-08  Benjamin Otte  <otte@gnome.org>
15168
15169         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15170         (gst_level_change_state), (gst_level_init):
15171         * gst/level/gstlevel.h:
15172           figure out if we're initialized directly instead of keeping a
15173           variable that's wrong in 90% of cases
15174           don't initialize pads and then leak them and use a new unitialized
15175           pad. (fixes #142084)
15176           these were bugs so n00bish I didn't find them for an hour :/
15177
15178 2004-05-08 Iain <iain@prettypeople.org>
15179
15180         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15181         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15182         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15183         return the length that was read.
15184         (gst_riff_read_strf_auds): Allow fmt tags as well.
15185
15186 2004-05-07  David Schleef  <ds@schleef.org>
15187
15188         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15189         signed char assumption in faad.h.
15190
15191 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15192
15193         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15194           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15195
15196 2004-05-07  Colin Walters  <walters@redhat.com>
15197
15198         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15199         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15200         function.
15201         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15202         Add dispose function.
15203
15204 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15205         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15206           Fix caps nego and pad templates. RGB mode caps should
15207           work now.
15208         * ext/dvdnav/gst-dvd:
15209           Move mpeg2dec inside the thread because otherwise the
15210           queue rejects cap changes mid-stream
15211         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15212         (gst_mpeg2dec_flush_decoder):
15213           For mpeg2dec > 0.4.0, call the flush function instead of
15214           manually extracting all in-flight frames.
15215         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15216         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15217           Change mime type video/dv go video/x-dv to match the
15218           rest of gst-plugins
15219
15220 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15221
15222         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15223         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15224         (gst_alsa_sink_class_init):
15225         * ext/alsa/gstalsasink.h:
15226         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15227         (gst_alsa_src_class_init):
15228         * ext/alsa/gstalsasrc.h:
15229           Make alsasink/src a subclass of alsamixer so that mixer stuff
15230           shows up in gst-rec. Needs some finetuning.
15231
15232 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15233
15234         * ext/lame/gstlame.c: (gst_lame_chain):
15235           simplify
15236         * ext/mad/gstmad.c: (gst_mad_handle_event):
15237           fix event leak
15238         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15239           be able to detect mp3 files < 4096 bytes
15240
15241 2004-05-06  Wim Taymans  <wim@fluendo.com>
15242
15243         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15244         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15245         (theora_enc_set_property), (theora_enc_get_property):
15246         Also encode the first frame, cleanup some code.
15247
15248 2004-05-06  Wim Taymans  <wim@fluendo.com>
15249
15250         * ext/mpeg2enc/gstmpeg2enc.cc:
15251         Forward events first before deciding that negotiation was
15252         not performed.
15253
15254 2004-05-06  Wim Taymans  <wim@fluendo.com>
15255
15256         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15257         First process the events before deciding that negotiation
15258         was not performed.
15259
15260 2004-05-06  Wim Taymans  <wim@fluendo.com>
15261
15262         * ext/theora/Makefile.am:
15263         * ext/theora/theora.c: (plugin_init):
15264         * ext/theora/theoradec.c: (theora_dec_change_state):
15265         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15266         (gst_theora_enc_class_init), (gst_theora_enc_init),
15267         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15268         (theora_enc_chain), (theora_enc_change_state),
15269         (theora_enc_set_property), (theora_enc_get_property):
15270         Added a theora encoder, grouped the encoder and decoder into the
15271         same plugin.
15272
15273 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15274
15275         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15276         (gst_jpegenc_chain):
15277         fix DURATION on outgoing buffers
15278         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15279         debug using time formats
15280         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15282         (gst_xvimagesink_sink_link):
15283         windows with width/height 0 generate X errors, so don't allow them
15284
15285 2004-05-05  Wim Taymans  <wim@fluendo.com>
15286
15287         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15288         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15289         (gst_mpeg2dec_negotiate_format):
15290         * ext/mpeg2dec/gstmpeg2dec.h:
15291           removed the static pad template so that we can add the
15292           more accurate framerate value to the caps.
15293
15294
15295 2004-05-04  Benjamin Otte  <otte@gnome.org>
15296
15297         * configure.ac:
15298           check for kdemacros.h, too (should fix #141821)
15299         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15300           don't crash if no header was sent, but nicely error out (fixes part
15301           of #141554)
15302
15303 2004-05-04  Wim Taymans  <wim@fluendo.com>
15304
15305         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15306         parent dispose function to avoid segfault on destroy.
15307
15308 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15309
15310         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15311         (plugin_init):
15312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15313         (gst_xvimagesink_sink_link):
15314         clean up debugging caps
15315         also recreate xvimage when format has changed
15316
15317 2004-05-04  Benjamin Otte  <otte@gnome.org>
15318
15319         * ext/libvisual/Makefile.am:
15320         * ext/libvisual/visual.c: (gst_visual_class_init),
15321         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15322         (gst_visual_srclink), (gst_visual_chain),
15323         (gst_visual_change_state), (plugin_init):
15324           use a GstAdapter to correctly adapt buffer sizes - allows using a
15325           framerate
15326
15327 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15328
15329         * sys/v4l/gstv4lelement.h:
15330         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15331         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15332         (gst_v4lsrc_buffer_free):
15333         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15334         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15335         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15336         (gst_v4lsrc_requeue_frame):
15337         move some debugging categories around
15338         query for fps index and set accordingly if found
15339
15340 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15341
15342         * ext/lame/gstlame.c:
15343         correct defaults that lame_init puts out of range
15344
15345 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15346
15347         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
15348         (gst_divxenc_class_init):
15349         fix range since -1 is the default
15350         * gst/mpeg1sys/gstmpeg1systemencode.c:
15351         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
15352         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
15353         (gst_rtjpegdec_chain):
15354         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
15355         (gst_rtjpegenc_chain):
15356         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
15357         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
15358         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
15359         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
15360         * sys/v4l/gstv4lsrc.c:
15361         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15362         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15363         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15364         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
15365         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
15366           remove gst_info calls
15367
15368 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15369
15370         * Makefile.am:
15371         * po/af.po:
15372         * po/az.po:
15373         * po/en_GB.po:
15374         * po/nl.po:
15375         * po/sr.po:
15376         * po/sv.po:
15377           Updated translations
15378
15379 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15380
15381         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15382           refactor/comment code
15383
15384 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15385
15386         * gst/asfdemux/Makefile.am:
15387         * gst/asfdemux/asfheaders.c:
15388         * gst/asfdemux/asfheaders.h:
15389         * gst/asfdemux/gstasf.c: (plugin_init):
15390         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
15391         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
15392         (gst_asf_demux_setup_pad):
15393         * gst/asfdemux/gstasfdemux.h:
15394         * gst/asfdemux/gstasfmux.c:
15395         * gst/asfdemux/gstasfmux.h:
15396           Add tagging support to demuxer, split out registration in its own
15397           file instead of in demux (hacky), and prevent having some tables
15398           in our memory multiple times (in asfheaders.h).
15399
15400 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15401
15402         * gst/matroska/matroska-demux.c:
15403         (gst_matroska_demux_parse_metadata):
15404         * gst/matroska/matroska-ids.h:
15405           Basic tag reading support.
15406
15407 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15408
15409         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15410           Really detect ac-3 audio.
15411         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
15412           really detect matroska files (off-by-1).
15413
15414 2004-04-30  David Schleef  <ds@schleef.org>
15415
15416         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15417         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
15418         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
15419         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
15420         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
15421         hackage -- parse a lot more atoms, extract a few tags.  One might even
15422         mistake this for tag support.  Maybe it is.
15423         * gst/qtdemux/qtdemux.h:
15424
15425 2004-04-30  Colin Walters  <walters@verbum.org>
15426
15427         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
15428
15429 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15430
15431         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15432         (gst_ffmpegcolorspace_getcaps):
15433           remove broken nego fix
15434
15435 2004-04-30  Benjamin Otte  <otte@gnome.org>
15436
15437         * configure.ac:
15438         * ext/Makefile.am:
15439         * ext/libvisual/Makefile.am:
15440         * ext/libvisual/visual.c:
15441           add initial support for libvisual (http://libvisual.sourceforge.net)
15442           libvisual is still quite alpha, so expect crashes in there :)
15443
15444 2004-04-29  David Schleef  <ds@schleef.org>
15445
15446         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15447         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
15448         up qtdemux to make it spit out codec_data.  Do _not_ look at this
15449         code; you will no longer respect me.
15450
15451 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15452
15453         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
15454         * ext/alsa/gstalsa.h :
15455         change alsa pcm device discovery to find more than 1 device
15456         per card. code review by Ronald.
15457
15458 2004-04-29  David Schleef  <ds@schleef.org>
15459
15460         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
15461         Add a check for a driver bug on FreeBSD.  (bug #140565)
15462
15463 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15464
15465         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
15466         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15467         (gst_jpegenc_getcaps):
15468           move format setting to inner loop
15469         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15470         (gst_ffmpegcolorspace_getcaps):
15471           use GST_PAD_CAPS if available so that we use already negotiated
15472           caps
15473         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15474         (qtdemux_parse_moov), (qtdemux_parse):
15475           extra debugging
15476         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
15477         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
15478           move hardcoded path to DEFINE
15479
15480 2004-04-28  David Schleef  <ds@schleef.org>
15481
15482         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
15483         (bug #140064)
15484
15485 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15486
15487         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
15488           Don't probe for playback device if we're a source element. Fixes
15489           #139658.
15490
15491 2004-04-29  Benjamin Otte  <otte@gnome.org>
15492
15493         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
15494         (gst_id3_tag_chain):
15495           rewrite buffer offset
15496
15497 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15498
15499         * configure.ac:
15500         * ext/Makefile.am:
15501         * ext/dts/Makefile.am:
15502         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
15503         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
15504         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
15505         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
15506         (gst_dtsdec_loop), (gst_dtsdec_change_state),
15507         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
15508         (plugin_init):
15509         * ext/dts/gstdtsdec.h:
15510           New DTS decoder.
15511         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
15512         (gst_faad_srcconnect):
15513           Add ESDS atom handling (.m4a).
15514
15515 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15516
15517         * ext/divx/gstdivxdec.c: (plugin_init):
15518           Remove comment that makes no sense.
15519         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
15520           Fix for obvious typo that resulted in warnings during gst-register.
15521         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
15522         (gst_xviddec_sink_link):
15523           Fix caps negotiation a bit better.
15524         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15525           We call this 'codec_data', not 'esds'.
15526
15527 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15528
15529         * gst/monoscope/gstmonoscope.c:
15530           make sure we only provide 256x128
15531         * gst/monoscope/monoscope.c: (monoscope_init):
15532           assert size of 256x128
15533
15534 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15535
15536         * Makefile.am:
15537         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
15538         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
15539           fixate to max width and height of device
15540
15541 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15542
15543         * Makefile.am:
15544         * sys/v4l/gstv4l.c:
15545         * sys/v4l/gstv4lsrc.c:
15546         * sys/v4l/v4l_calls.c:
15547         * sys/v4l/v4lsrc_calls.c:
15548           fix for qc-usb driver which fakes having more than one buffer
15549           by handing the same buffer twice, which confused GStreamer's/v4lsrc
15550           buffer_free override
15551           add debugging
15552
15553 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15554
15555         * Makefile.am:
15556         * gst/videotestsrc/gstvideotestsrc.c:
15557         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
15558         (gst_videotestsrc_init), (gst_videotestsrc_get),
15559         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
15560         * gst/videotestsrc/gstvideotestsrc.h:
15561           add num-buffers property
15562
15563         2004-04-26  Benjamin Otte  <otte@gnome.org>
15564
15565         * ext/mad/gstid3tag.c: (plugin_init):
15566           set id3mux rank to NONE so it doesn't confuse spider
15567           require audio/mpeg,mpegversion=1 in id3mux
15568
15569 2004-04-26  Benjamin Otte  <otte@gnome.org>
15570
15571         * configure.ac:
15572           detect faad correctly as non-working if it's indeed non-working
15573
15574 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15575
15576         * Makefile.am:
15577         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15578         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
15579         fix _getcaps so it only negotiates to its supported format
15580
15581 2004-04-25  Benjamin Otte  <otte@gnome.org>
15582
15583         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15584           fix memleak
15585
15586 2004-04-23  Benjamin Otte  <otte@gnome.org>
15587
15588         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15589           audio/x-raw-int with height rules! not. Now it's depth.
15590
15591 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15592
15593         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
15594         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
15595         (gst_wavparse_loop):
15596           Missing variable initialization. Add handling of DVI ADPCM. Fix
15597           mis-parsing of LIST chunks. This works around a bug where we mis-
15598           parse non-aligning LIST chunks (so LIST chunks where the contents
15599           don't align with the actual LIST size). The correct fix is to use
15600           rifflib, I'm not going to fix wavparse - too much work. All this
15601           fixes #104878.
15602
15603 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15604
15605         reviewed by Benjamin Otte  <otte@gnome.org>
15606
15607         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
15608           fix shoutcast not working (fixes #140844)
15609
15610 2004-04-22  Benjamin Otte  <otte@gnome.org>
15611
15612         * ext/hermes/gsthermescolorspace.c:
15613         (gst_hermes_colorspace_caps_remove_format_info):
15614         * gst/colorspace/gstcolorspace.c:
15615         (gst_colorspace_caps_remove_format_info):
15616         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15617         (gst_ffmpegcolorspace_caps_remove_format_info):
15618           s/gst_caps_simplify/gst_caps_do_simplify/
15619
15620 2004-04-22  Benjamin Otte  <otte@gnome.org>
15621
15622         * gst-libs/gst/riff/riff-media.c:
15623         (gst_riff_create_video_caps_with_data):
15624           mpegversion is an int
15625         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
15626           don't try to create pad templates with NULL caps, use any caps
15627           instead.
15628
15629 2004-04-20  David Schleef  <ds@schleef.org>
15630
15631         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
15632         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
15633         (bug #140384)
15634
15635 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
15636
15637         reviewed by David Schleef
15638
15639         * ext/mad/gstid3tag.c: Add stdlib.h
15640         * gst/rtp/gstrtpgsmenc.c: same
15641         * gst/tags/gstid3tag.c: same
15642         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
15643         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
15644         GST_DISABLE_LOADSAVE use.
15645         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
15646         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
15647         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
15648         atol(3)).
15649         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
15650         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
15651         strtoul(3)).
15652         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
15653         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
15654         $(ID3_CFLAGS).
15655         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
15656         $(LIBFAME_CFLAGS).
15657
15658 2004-04-20  David Schleef  <ds@schleef.org>
15659
15660         * gst/realmedia/rmdemux.c:  This was supposed to part of the
15661         last checkin.  Same idea.
15662
15663 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
15664
15665         reviewed by David Schleef
15666
15667         * configure.ac: bump required gstreamer version to 0.8.1.1
15668         because of following changes [--ds]
15669
15670         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
15671         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
15672         (gst_riff_read_header):  Use GST_READ_UINT*
15673         macros to access possibly unaligned memory.
15674
15675         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
15676         (mp3_type_find):  Use GST_READ_UINT*
15677         macros to access possibly unaligned memory.
15678         (mp3_type_find, mpeg1_parse_header, qt_type_find)
15679         (speex_type_find): Likewise
15680
15681         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
15682
15683         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
15684         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
15685         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
15686         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
15687         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
15688         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
15689         macros to access possibly unaligned memory.
15690
15691         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
15692         Likewise.
15693
15694         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
15695         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
15696
15697         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
15698         Likewise.
15699
15700         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
15701         (gst_mpeg2subt_chain_subtitle): Likewise.
15702
15703         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
15704         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
15705         Likewise.
15706
15707         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
15708         Likewise.
15709
15710         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
15711         Likewise.
15712
15713         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
15714         Likewise.
15715
15716 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15717
15718         * configure.ac:
15719           update required version of GStreamer because of GST_TIME_FORMAT
15720
15721 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15722
15723         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
15724           remove leftover g_print
15725         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15726           don't try setting only a subset of the caps. We don't want to kill
15727           autoplugging on purpose
15728
15729 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15730
15731         * sys/ximage/ximagesink.c: (plugin_init):
15732         * sys/xvimage/xvimagesink.c: (plugin_init):
15733           add debugging categories
15734
15735 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15736
15737         * po/en_GB.po:
15738         * po/LINGUAS:
15739           Adding en_GB translation (Gareth Owen)
15740
15741 2004-04-20  David Schleef  <ds@schleef.org>
15742
15743         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15744         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
15745         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
15746         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
15747         A number of new features and hacks to extract the esds atom and
15748         put it into the caps.  (bug #137724)
15749
15750 2004-04-19  David Schleef  <ds@schleef.org>
15751
15752         * gconf/Makefile.am: Fix for non-GNU make
15753         * gst-libs/gst/Makefile.am: Change directory order to handle
15754         GstPlay linking with gstinterfaces
15755         * gst-libs/gst/audio/make_filter: make use of tr portable
15756         * gst-libs/gst/play/Makefile.am: Add intended \
15757         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15758         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
15759         function prototype instead of void *.
15760         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
15761         macro.
15762         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15763         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
15764         * gst/videofilter/make_filter: make use of tr portable
15765         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
15766
15767 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15768
15769         * po/LINGUAS:
15770         * po/uk.po:
15771           Added Ukrainian translation (Maxim V. Dziumanenko)
15772
15773 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15774
15775         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
15776         (gst_gsmdec_link), (gst_gsmdec_chain):
15777           Fix capsnego, simplify chain function slightly.
15778         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
15779           Add GSM.
15780
15781 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15782
15783         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
15784         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
15785         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
15786           Hack to make wavparse work with spider (always -> sometimes pad).
15787           Fixes #135862 && #140411.
15788
15789 2004-04-18  Benjamin Otte  <otte@gnome.org>
15790
15791         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
15792         (gst_osselement_rate_probe_check),
15793         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
15794           get rid of \n in debug output
15795
15796 2004-04-17  Iain <iain@prettypeople.org>
15797
15798         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
15799         not just EOS.
15800
15801 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15802
15803         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
15804         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
15805         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
15806         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
15807         (gst_id3_tag_src_link), (gst_id3_tag_chain),
15808         (gst_id3_tag_change_state), (plugin_init):
15809           deprecate id3tag element and replace with id3demux/id3mux.
15810           great side effect: this ugly file is now even uglier, yay!
15811         * ext/mad/gstmad.h:
15812           remove non-available function
15813           update for new get_type
15814
15815 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15816
15817         * configure.ac:
15818           require mpeg2dec >= 0.4.0
15819
15820 2004-04-17  Benjamin Otte  <otte@gnome.org>
15821
15822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15823         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
15824         (gst_xvimagesink_set_xwindow_id):
15825           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
15826           assorted cleanup fixes.
15827
15828 2004-04-16  David Schleef  <ds@schleef.org>
15829
15830         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
15831         * sys/xvimage/xvimagesink.h: same
15832
15833 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15834
15835         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
15836           Fix GST_ELEMENT_ERROR with (NULL)
15837
15838 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15839
15840         * gst-libs/gst/riff/riff-media.c:
15841         (gst_riff_create_video_caps_with_data):
15842           Add div[3456] as fourccs for DivX 3 (fixes #140137).
15843
15844 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15845
15846         * gst-libs/gst/riff/riff-media.c:
15847         (gst_riff_create_video_caps_with_data),
15848         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
15849         (gst_riff_create_video_template_caps),
15850         (gst_riff_create_audio_template_caps):
15851         * gst-libs/gst/riff/riff-media.h:
15852         * gst-libs/gst/riff/riff-read.c:
15853         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
15854         * gst-libs/gst/riff/riff-read.h:
15855         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
15856           Add MS RLE support. I added some functions to read out strf chunks
15857           into strf chunks and the data behind it. This is usually color
15858           palettes (as in RLE, but also in 8-bit RGB). Also use those during
15859           caps creation. Lastly, add ADPCM (similar to wavparse - which
15860           should eventually be rifflib based).
15861         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
15862         (gst_matroska_demux_init), (gst_matroska_demux_reset):
15863         * gst/matroska/matroska-demux.h:
15864           Remove placeholders for some prehistoric tagging system. Didn't add
15865           support for any tag system really anyway.
15866         * gst/qtdemux/qtdemux.c:
15867           Add support for audio/x-m4a (MPEG-4) through spider.
15868         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
15869         (gst_wavparse_loop):
15870           ADPCM support (#135862). Increase max. buffer size because we
15871           cannot split buffers for ADPCM (screws references) and I've seen
15872           files with 2048 byte chunks. 4096 seems safe for now.
15873
15874 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15875
15876         * configure.ac: bump nano to 1
15877
15878 === release 0.8.1 ===
15879
15880 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15881
15882         * configure.ac: releasing 0.8.1, "Comforting Sounds"
15883
15884 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15885
15886         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15887           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
15888           Fixes #140058
15889
15890 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15891
15892         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
15893           lower rank of dvddemux so that it's not used for mpeg playback.
15894
15895 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15896
15897         * configure.ac:
15898           save libs correctly when checking mad
15899
15900 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15901
15902         * ext/mad/gstid3tag.c: (plugin_init):
15903           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
15904
15905 2004-04-13  David Schleef  <ds@schleef.org>
15906
15907         * common/m4/gst-feature.m4: Call -config scripts with
15908         --plugin-libs if it is supported.
15909         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
15910         JPEG images are image/jpeg.
15911         * gst/debug/Makefile.am:
15912         * gst/debug/negotiation.c: (gst_negotiation_class_init),
15913         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
15914         (gst_negotiation_update_caps), (gst_negotiation_get_property),
15915         (gst_negotiation_plugin_init): Add a property that acts like
15916         filter caps.
15917         * testsuite/gst-lint:  Move license checking to be a standard
15918         test.
15919
15920 2004-04-13  David Schleef  <ds@schleef.org>
15921
15922         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
15923         patch from Sebastien Cote (bug #139958)
15924
15925 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15926
15927         * examples/gstplay/Makefile.am:
15928         * examples/gstplay/player.c: (main):
15929           make the commandline player example use gconf settings
15930
15931 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15932
15933         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
15934         (gst_cacasink_sinkconnect), (gst_cacasink_init),
15935         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
15936           init/end library during state transition, not object
15937           creation/disposal.  get rid of custom dispose handler.
15938
15939
15940 2004-04-12  Christian Schaller <Uraeus@gnome.org>
15941
15942         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
15943         be a symlink
15944
15945 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15946
15947         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
15948           Handle JUNK chunks inside data section. Prevents warnings.
15949
15950 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15951
15952         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15953         (gst_riff_create_video_template_caps):
15954           Add MS video v1.
15955         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15956         (gst_avi_demux_stream_data):
15957           Add support for "rec-list" chunks.
15958
15959 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15960
15961         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15962           Fix another codecname mismatch.
15963
15964 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15965
15966         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15967           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
15968           so that MJPEG plays back.
15969
15970 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15971
15972         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
15973         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
15974         * gst/mpeg1videoparse/gstmp1videoparse.h:
15975           Fix for some slight mis-cuts in buffer parsing, and for some
15976           potential overflows or faults-causers. Adds disconts. Also fixes
15977           #139105 while we're at it.
15978
15979 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15980
15981         * configure.ac:
15982         * sys/v4l2/gstv4l2element.h:
15983           Workaround for missing struct v4l2_buffer declaration in Suse 9
15984           and Mandrake 10 linux/videodev2.h header file (#135919).
15985
15986 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15987
15988         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
15989           Bail out if no filename was given.
15990
15991 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15992
15993         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
15994         (gst_v4l2_fourcc_from_structure):
15995           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
15996           Y41B somewhere).
15997
15998 2004-04-09  Benjamin Otte  <otte@gnome.org>
15999
16000         * ext/gnomevfs/gstgnomevfssink.c:
16001         (_gst_boolean_allow_overwrite_accumulator),
16002         (gst_gnomevfssink_class_init):
16003           fix erase signal - if any handler returns false the file will not be
16004           overwritten. If no handler is connected, the file will not be
16005           overwritten either.
16006           renamed signal to "allow-overwrite"
16007         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16008           free string when adding it to ID3 failed
16009         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16010           unref event when done
16011         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16012           free caps
16013         * gst/typefind/gsttypefindfunctions.c:
16014         (mpeg_video_stream_type_find):
16015           fix invalid read
16016
16017 2004-04-08  David Schleef  <ds@schleef.org>
16018
16019         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16020         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16021
16022 2004-04-08  David Schleef  <ds@schleef.org>
16023
16024         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16025         we don't support (bug #139532)
16026
16027 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16028
16029         * ext/mad/gstmad.c: (gst_mad_handle_event),
16030         (gst_mad_check_caps_reset), (gst_mad_chain),
16031         (gst_mad_change_state):
16032           only set explicit caps if they haven't been set before for
16033           this stream.  MPEG-audio sample rate/channels aren't allowed
16034           to change in-stream.
16035           Fixes #139382
16036
16037 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16038
16039         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16040         (_gst_boolean_did_something_accumulator),
16041         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16042         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16043         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16044         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16045         (gst_gnomevfssink_change_state):
16046           Fix erase signal. Don't erase by default. Remove handoff signal.
16047           Remove erase property. Don't segfault. General cleanup.
16048
16049 2004-04-07  Benjamin Otte  <otte@gnome.org>
16050
16051         * gst-libs/gst/gconf/test-gconf.c: (main):
16052           add missing gst_init
16053
16054 2004-04-07  Benjamin Otte  <otte@gnome.org>
16055
16056         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16057           free the mutexes, too
16058
16059 2004-04-07  Benjamin Otte  <otte@gnome.org>
16060
16061         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16062           actually free the URI string
16063         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16064           compute offset correctly when passing discont events
16065         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16066           don't leak discont events
16067         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16068           add some missing breaks so caps aren't copied randomly
16069         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16070           if we realloc memory, we better use it
16071
16072 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16073
16074         * ext/mad/gstmad.c: (normal_seek):
16075           fix GST_FORMAT_TIME usage
16076
16077 2004-04-05  David Schleef  <ds@schleef.org>
16078
16079         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16080         a deprecated function (hack!)
16081
16082 2004-04-05  Benjamin Otte  <otte@gnome.org>
16083
16084         * ext/esd/esdmon.c: (gst_esdmon_get):
16085           fix nonterminated vararg and memleak
16086
16087 2004-04-05  Benjamin Otte  <otte@gnome.org>
16088
16089         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16090         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16091         (gst_ladspa_set_property), (gst_ladspa_get_property),
16092         (gst_ladspa_instantiate), (gst_ladspa_activate),
16093         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16094           clean up debugging
16095
16096 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16097
16098         reviewed by Benjamin Otte  <otte@gnome.org>
16099
16100         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16101           check for broken LADSPA parameters (fixes #138635)
16102
16103 2004-04-05  Benjamin Otte  <otte@gnome.org>
16104
16105         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16106           advertise buffer-frames correctly on sinkpads
16107
16108 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16109
16110         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16111         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16112         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16113         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16114         (gst_mad_check_caps_reset), (gst_mad_chain):
16115         add more debugging, only reset caps when we're not in error state
16116
16117 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16118
16119         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16120
16121 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16122
16123         reviewed by Benjamin Otte  <otte@gnome.org>
16124
16125         * configure.ac:
16126           fix == in test(1) operator
16127
16128 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16129
16130         reviewed by Benjamin Otte  <otte@gnome.org>
16131
16132         * configure.ac:
16133           fix --export-symblos-regex to a working regex.
16134
16135 2004-04-04  Benjamin Otte  <otte@gnome.org>
16136
16137         * sys/oss/.cvsignore:
16138           add for oss_probe
16139
16140 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16141
16142         reviewed by Benjamin Otte  <otte@gnome.org>
16143
16144         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16145           add missing 'new_media' argument (fixes #138168)
16146         * gst/matroska/matroska-demux.c:
16147         (gst_matroska_demux_handle_seek_event):
16148           add vararg terminator (fixes #138169)
16149
16150 2004-04-02  David Schleef  <ds@schleef.org>
16151
16152         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16153         disted (bug #138914)
16154
16155 2004-04-01  Benjamin Otte  <otte@gnome.org>
16156
16157         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16158         (gst_alsa_close_audio):
16159           handle case better where a soundcard can't pause
16160         * ext/ogg/gstoggdemux.c:
16161           don't crash when we get events but don't have pads yet
16162
16163 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16164
16165         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16166           throw an error if we couldn't probe any caps.
16167
16168 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16169
16170         * ext/dvdnav/gst-dvd:
16171         Add a really simple sample DVD player
16172
16173 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16174
16175         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16176         (gst_a52dec_push), (gst_a52dec_handle_event),
16177         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16178         (gst_a52dec_change_state):
16179         * ext/a52dec/gsta52dec.h:
16180           Use a debug category, Output timestamps correctly
16181           Emit tag info, Handle events, tell liba52dec about cpu
16182           capabilities so it can use MMX etc.
16183         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16184           Fix a crasher accessing invalid memory
16185         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16186         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16187         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16188         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16189         (dvdnavsrc_query):
16190           Some support for byte-format seeking.
16191           Small fixes for still frames and menu button overlays
16192         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16193         (gst_mpeg2dec_alloc_buffer):
16194           Use a debug category. Adjust the report level of several items to
16195           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16196           so it doesn't lose the GstBuffer pointer
16197         * gst/debug/Makefile.am:
16198         * gst/debug/gstdebug.c: (plugin_init):
16199         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16200         (gst_navseek_base_init), (gst_navseek_class_init),
16201         (gst_navseek_init), (gst_navseek_seek),
16202         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16203         (gst_navseek_get_property), (gst_navseek_chain),
16204         (gst_navseek_plugin_init):
16205         * gst/debug/gstnavseek.h:
16206           Add the navseek debug element for seeking back and forth in a
16207           video stream using arrow keys.
16208         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16209         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16210         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16211         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16212         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16213         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16214         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16215         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16216         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16217         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16218         * gst/mpeg2sub/gstmpeg2subt.h:
16219           Pretty much a complete rewrite. Now a loopbased element. May still
16220           require work to properly synchronise subtitle buffers.
16221         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16222         (gst_dvd_demux_send_subbuffer):
16223         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16224           Don't attempt to create subbuffers of size 0
16225           Reduce a couple of error outputs to warnings.
16226         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16227         (gst_y4mencode_chain):
16228         Output the y4m frame header correctly.
16229
16230 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16231
16232         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16233           throw errors instead of allowing SIGFPE
16234
16235 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16236
16237         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16238         (gst_gconf_render_bin_from_key):
16239           leak plugging and style fixing
16240
16241 2004-03-31  David Schleef  <ds@schleef.org>
16242
16243         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16244         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16245         (bug #138225)
16246         * gst/debug/Makefile.am:
16247         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16248         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16249         plugin.
16250         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16251         (gst_negotiation_base_init), (gst_negotiation_class_init),
16252         (gst_negotiation_init), (gst_negotiation_getcaps),
16253         (gst_negotiation_pad_link), (gst_negotiation_chain),
16254         (gst_negotiation_set_property), (gst_negotiation_get_property),
16255         (gst_negotiation_plugin_init):  New element to talk about random
16256         negotiation things happening in a pipeline.
16257
16258 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16259
16260         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16261           fix integer addition with help of Stefan Kost
16262
16263 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16264
16265         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16266
16267 2004-03-30  David Schleef  <ds@schleef.org>
16268
16269         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16270         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16271         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16272         (bug #137504)
16273         * ext/mpeg2dec/gstmpeg2dec.h:
16274
16275 2004-03-30  David Schleef  <ds@schleef.org>
16276
16277         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16278
16279 2004-03-30  David Schleef  <ds@schleef.org>
16280
16281         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16282         Michael Petullo) to handle .mov
16283
16284 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16285
16286         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16287         (gst_osselement_rate_check_rate):
16288           probe caps correctly for sound cards that only support one format
16289
16290 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16291
16292         * ext/kio/kiosrc.cpp: (process_events):
16293           update handling event processing if inside KDE - untested
16294
16295 2004-03-29  David Schleef  <ds@schleef.org>
16296
16297         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16298         by 2 to not interfere with other colorspaces.
16299         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16300         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16301         one to not interfere with ffmpeg_colorspace.
16302
16303 2004-03-29  David Schleef  <ds@schleef.org>
16304
16305         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16306         aren't in the caps.
16307         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16308         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16309
16310 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16311
16312         * gst-libs/gst/riff/riff-media.c:
16313           fail on error, don't try to set stuff on NULL caps
16314
16315 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16316
16317         * configure.ac:
16318         * ext/Makefile.am:
16319         * ext/kio/Makefile.am:
16320         * ext/kio/kioreceiver.cpp:
16321         * ext/kio/kioreceiver.h:
16322         * ext/kio/kiosrc.cpp:
16323         * ext/kio/kiosrc.h:
16324           add experimental kiosrc plugin
16325         * ext/alsa/gstalsaplugin.c: (plugin_init):
16326           initialize debugging category only when we're sure registering the
16327           plugins worked.
16328
16329 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16330
16331         * examples/gstplay/player.c: (main):
16332         * gst-libs/gst/play/play.c: (gst_play_class_init),
16333         (gst_play_set_location), (gst_play_set_data_src),
16334         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16335         (gst_play_set_visualization), (gst_play_connect_visualization):
16336           check return values of element_set_state and return FALSE where
16337           failed
16338
16339 2004-03-29  Benjamin Otte  <otte@gnome.org>
16340
16341         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16342           try harder to check if an event is really a discont
16343
16344 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16345
16346         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
16347         * po/az.po:
16348
16349 2004-03-28  Benjamin Otte  <otte@gnome.org>
16350
16351         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16352         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16353         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16354           get rid of non-standard "..." ranges in case statements.
16355
16356 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
16357
16358         * gst/mpegstream/gstmpegdemux.c:
16359         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
16360         specific functionality split to the new dvddemux element.
16361         * gst/mpegstream/gstdvddemux.c:
16362         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
16363         streams, derived from mpegdemux.
16364         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
16365         up. SCR based timestamp rewriting can be turned off (will probably
16366         completely disappear soon).
16367         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
16368         hacking. General cleanup. All printf statements replaced by
16369         debugging messages. Almost complete libdvdnav support.
16370         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
16371         by events. New properties for audio and subpicture languages.
16372         (dvdnavsrc_update_highlight): Now uses events.
16373         (dvdnavsrc_user_op): Cleaned up.
16374         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
16375         based). Lots of cleanup, and propper support for most libdvdnav
16376         events.
16377         (dvdnavsrc_make_dvd_event): New function.
16378         (dvdnavsrc_make_dvd_nav_packet_event): New function.
16379         (dvdnavsrc_make_clut_change_event): New function.
16380
16381 2004-03-26  Benjamin Otte  <otte@gnome.org>
16382
16383         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
16384           fix bug where typefinding would claim it's theora whenever less then
16385           7 bytes of data were available
16386
16387 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16388
16389         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
16390         (gst_alawdec_base_init), (gst_alawdec_class_init),
16391         (gst_alawdec_init), (gst_alawdec_chain):
16392         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
16393         (gst_alawenc_base_init), (gst_alawenc_class_init),
16394         (gst_alawenc_init), (gst_alawenc_chain):
16395         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
16396         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
16397         (gst_mulawdec_init), (gst_mulawdec_chain):
16398         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
16399         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
16400         (gst_mulawenc_init), (gst_mulawenc_chain):
16401           Fix capsnego in all four, remove the unused property functions and
16402           simplify the chain functions slightly. I guess we could use macros
16403           or something similar for those, since the code is so similar, but
16404           I'm currently too lazy...
16405
16406 2004-03-24  David Schleef  <ds@schleef.org>
16407
16408         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16409         (gst_osselement_close_audio), (gst_osselement_probe_caps),
16410         (gst_osselement_get_format_structure),
16411         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
16412         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
16413         (gst_osselement_rate_int_compare): Add code to handle rate probing
16414         (bug #120883)
16415         * sys/oss/gstosselement.h: same
16416         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
16417         Use rate probing provided by osselement.
16418         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
16419
16420 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16421
16422         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
16423         (gst_xvidenc_get_property):
16424           ulong/int mess-up.
16425
16426 2004-03-24  David Schleef  <ds@schleef.org>
16427
16428         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
16429         (gst_speexdec_init):
16430         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
16431         (gst_speexenc_init):  Create the pad template correctly (from
16432         the static pad template, not a NULL pointer.)
16433
16434 2004-03-25  Benjamin Otte  <otte@gnome.org>
16435
16436         * gst/debug/Makefile.am:
16437         * gst/debug/breakmydata.c:
16438           add element that quasi-randomly changes bytes in the stream.
16439           Intended use is robustness checking of demuxers and decoders in
16440           media tests.
16441
16442 2004-03-24  Benjamin Otte  <otte@gnome.org>
16443
16444         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16445         (gst_alsa_probe_hw_params):
16446         * ext/alsa/gstalsa.h:
16447           debugging output fixes
16448
16449 2004-03-24  Benjamin Otte  <otte@gnome.org>
16450
16451         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
16452           don't g_return_if_fail if element is PLAYING, fail silently as every
16453           other element.
16454         * gst/effectv/gstquark.c: (gst_quarktv_chain):
16455           only fix needed for cast lvalue issues in gst-plugins
16456         * gst/volenv/gstvolenv.c: (gst_volenv_init):
16457           add proxy_getcaps
16458
16459 2004-03-24  Benjamin Otte  <otte@gnome.org>
16460
16461         * gst/level/gstlevel.c: (gst_level_init):
16462           add proxying getcaps function, so level doesn't advertise impossible
16463           caps
16464
16465 2004-03-24  David Schleef  <ds@schleef.org>
16466
16467         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16468         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
16469         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
16470         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
16471         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
16472         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
16473         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
16474         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
16475         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
16476         messages.  Divide the chunk size by the compression ratio
16477         (needed for MACE audio)
16478
16479 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16480
16481         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16482           Fix buffer overflow read error.
16483
16484 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16485
16486         * ext/alsa/gstalsa.h:
16487           Remove unused entry.
16488         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16489           Add cinepak.
16490         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
16491         (gst_videodrop_link), (gst_videodrop_chain):
16492           Fix, sort of. Was horribly broken with new capsnego. Bah...
16493
16494 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
16495
16496         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
16497         (plugin_init):
16498         Add a monkeysaudio typefind function
16499
16500 2004-03-23  Johan Dahlin  <johan@gnome.org>
16501
16502         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
16503         (gst_play_video_fixate): Check so the structure has the field
16504         before trying to fixate them, this makes it possible to have
16505         fakesinks for video and audio output without printing errors on
16506         the output console.
16507
16508 2004-03-22  David Schleef  <ds@schleef.org>
16509
16510         * sys/oss/Makefile.am:
16511         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
16512         (check_rate), (add_rate):  Rate probing test app.
16513
16514 2004-03-21  Benjamin Otte  <otte@gnome.org>
16515
16516         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16517         (_fixate_caps_to_int), (gst_audio_convert_fixate):
16518           add a fixation function that pretty much does the right thing (fixes
16519           #137556)
16520
16521 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
16522
16523         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
16524
16525 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16526
16527         reviewed by: Benjamin Otte  <otte@gnome.org>
16528
16529         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16530           terminate gst_event_new_discontinuous correctly (fixes parts of
16531           #137711)
16532
16533 2004-03-19  David Schleef  <ds@schleef.org>
16534
16535         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
16536         since it doesn't depend on X, and it's part of our ABI.
16537
16538 2004-03-19  Iain <iain@prettypeople.org>
16539
16540         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
16541         is_int in the structure, not the local variable.
16542
16543 2004-03-19  David Schleef  <ds@schleef.org>
16544
16545         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
16546         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
16547         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
16548         Improvements in caps negotiation.
16549
16550 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16551
16552         * po/LINGUAS:
16553         * po/af.po:
16554           adding Afrikaans (Petri Jooste)
16555
16556 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16557
16558         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16559         (gst_ffmpegcolorspace_chain):
16560         throw error instead of g_critical (#137588)
16561
16562 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16563
16564         * Makefile.am:
16565         * configure.ac:
16566           dist common and m4 correctly
16567         * po/sv.po:
16568
16569 2004-03-17  David Schleef  <ds@schleef.org>
16570
16571         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
16572         (bug #137348)
16573
16574 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16575
16576         * po/LINGUAS:
16577         * po/sv.po:
16578           adding Swedish translation (Christian Rose)
16579
16580 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16581
16582         * Makefile.am: use release.mak
16583
16584 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16585
16586         * common/ChangeLog:
16587         * common/gst-autogen.sh:
16588           add some explanation about the version detection
16589         * configure.ac:
16590           fix X check
16591
16592 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16593
16594         * configure.ac: bump nano to 1
16595
16596 === release 0.8.0 ===
16597
16598 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16599
16600         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
16601
16602 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16603
16604         * configure.ac:
16605           update libtool version
16606         * gst-libs/gst/media-info/Makefile.am:
16607           actually use libtool version
16608
16609 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16610
16611         * configure.ac: fix speex detection to work with 1.0 but not 1.1
16612
16613 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16614
16615         * configure.ac:
16616         * gst-plugins.spec.in:
16617         * pkgconfig/Makefile.am:
16618         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16619         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16620         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16621         * pkgconfig/gstreamer-libs.pc.in:
16622         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16623         * pkgconfig/gstreamer-play-uninstalled.pc.in:
16624         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
16625         * pkgconfig/gstreamer-plugins.pc.in:
16626           remove @VERSION@ from some of the pc files since core and plugins
16627           are decoupled.
16628           created gstreamer-plugins.pc as it's a better name, but keeping
16629           -libs around for now to get fixes upstream done first.
16630
16631 2004-03-15  Julien MOUTTE <julien@moutte.net>
16632
16633         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
16634         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
16635         * gst-libs/gst/play/play.h:
16636
16637 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16638
16639         * *.c, *.cc: don't mix tabs and spaces
16640
16641 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16642
16643         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
16644           use the new ffmpegcolorspace
16645         * gst-plugins.spec.in:
16646           package new colorspace and media-info
16647         * configure.ac:
16648         * pkgconfig/Makefile.am:
16649           fix some more disting issues
16650         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16651         * pkgconfig/gstreamer-media-info.pc.in:
16652           generate media-info pc files
16653
16654 2004-03-15  Johan Dahlin  <johan@gnome.org>
16655
16656         * *.h: Revert indenting
16657
16658 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16659
16660         * configure.ac:
16661           adding ffmpegcolorspace element
16662         * gst/ffmpegcolorspace/Makefile.am:
16663         * gst/ffmpegcolorspace/avcodec.h:
16664         * gst/ffmpegcolorspace/common.h:
16665         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
16666         * gst/ffmpegcolorspace/dsputil.h:
16667         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
16668         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16669         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
16670         (gst_ffmpeg_caps_to_pix_fmt):
16671         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16672         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16673         (gst_ffmpegcolorspace_caps_remove_format_info),
16674         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
16675         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
16676         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
16677         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
16678         (gst_ffmpegcolorspace_set_property),
16679         (gst_ffmpegcolorspace_get_property),
16680         (gst_ffmpegcolorspace_register):
16681         * gst/ffmpegcolorspace/imgconvert.c:
16682         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
16683         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
16684         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
16685         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
16686         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
16687         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
16688         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
16689         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
16690         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
16691         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
16692         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
16693         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
16694         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
16695         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
16696         (img_get_alpha_info), (deinterlace_line),
16697         (deinterlace_line_inplace), (deinterlace_bottom_field),
16698         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
16699         * gst/ffmpegcolorspace/imgconvert_template.h:
16700         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
16701         * gst/ffmpegcolorspace/mmx.h:
16702         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
16703           adding ffmpegcolorspace element supplied by Ronald after cleaning
16704           up and pulling in the right bits of upstream source.
16705           I'm sure a better C/compiler wizard could do some cleaning up (for
16706           example use GLIB's malloc stuff), but as a first pass this
16707           works very well
16708
16709 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16710
16711         * ext/alsa/gstalsa.h:
16712           I assume Ronald forgot to commit the change to have cardname
16713           as a struct member.  Expect some public spanking at the next
16714           opportunity.
16715
16716 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16717
16718         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
16719         (gst_alsa_open_audio), (gst_alsa_close_audio):
16720         * ext/alsa/gstalsa.c:
16721           Don't open the device if we're a mixer (= padless).
16722         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
16723         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
16724         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
16725           Open mixer during state change rather than during object
16726           initialization. Also, get a device name. Currently in a somewhat
16727           hackish fashion, but I didn't really find something better.
16728
16729 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16730
16731         * *.c, *.h: run gst-indent
16732
16733 2004-03-14  Benjamin Otte  <otte@gnome.org>
16734
16735         * gst/modplug/gstmodplug.cc:
16736         * gst/modplug/gstmodplug.h:
16737           set correct timestamps on outgoing buffers
16738
16739 2004-03-14  Benjamin Otte  <otte@gnome.org>
16740
16741         * gst/modplug/gstmodplug.cc:
16742           handle events - don't do crap when a discont arrives that's not
16743           necessary
16744           This allows correct loading and playback of mods in Rhythmbox
16745
16746 2004-03-14  Benjamin Otte  <otte@gnome.org>
16747
16748         * configure.ac:
16749         * gst-libs/gst/gconf/Makefile.am:
16750         * pkgconfig/Makefile.am:
16751           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
16752           they get rebuilt properly
16753         * configure.ac:
16754           when checking for vorbis, try pkgconfig first.
16755         * gst/modplug/gstmodplug.cc:
16756           add fixate function
16757
16758 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16759
16760         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16761           Fix for obvious mistake, where we first shift the offset and then
16762           read a samplesize element assuming the old offset. Note that this
16763           part still has something weird, i.e. my movies containing those
16764           don't actually play well, but at least there's something that looks
16765           like sound now.
16766
16767 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
16768         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
16769         (plugin_init):
16770         Add a typefind function for speex format
16771
16772 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16773
16774         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
16775         (gst_asf_demux_setup_pad):
16776           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
16777           instead of 0. Reason is simple: some elements have a fps range
16778           of 1-max instead of 0-max. So now ASF video actually works.
16779
16780 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16781
16782         * po/LINGUAS:
16783         * po/sr.po:
16784           adding serbian as a language
16785
16786 2004-03-13  Benjamin Otte  <otte@gnome.org>
16787
16788         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
16789           return taglist correctly from _get function, don't gst_pad_push it.
16790           (fixes #137042)
16791
16792 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
16793         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16794
16795 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16796
16797         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
16798         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
16799         (gst_alsa_mixer_track_new):
16800         * ext/alsa/gstalsamixertrack.h:
16801           Fix ancient leftovers... MixerTrack is a GObject.
16802
16803 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16804
16805         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16806         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16807           Don't block during probing...
16808
16809 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16810
16811         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
16812         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
16813         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
16814         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
16815         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
16816         (gst_alsa_open_audio), (gst_alsa_close_audio):
16817         * ext/alsa/gstalsa.h:
16818           Add propertyprobe interface implementation, add some device-name
16819           property, all this so that it looks good in gnome-volume-control.
16820
16821 2004-03-12  David Schleef  <ds@schleef.org>
16822
16823         * configure.ac: the Hermes library controls hermescolorspace, not
16824         colorspace.
16825         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
16826         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
16827         not /* */
16828         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
16829         * ext/sdl/sdlvideosink.h: ditto.
16830         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
16831
16832 2004-03-12  Benjamin Otte  <otte@gnome.org>
16833
16834         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
16835         (gst_x_overlay_got_xwindow_id):
16836         * gst-libs/gst/xoverlay/xoverlay.h:
16837           replace XID with unsigned long to get rid of the xlibs dependency in
16838           XOverlay (fixes #137004)
16839
16840 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
16841         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
16842         (gst_agingtv_setup):
16843         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
16844         (gst_dicetv_base_init), (gst_dicetv_class_init),
16845         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
16846         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
16847         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
16848         (gst_edgetv_setup), (gst_edgetv_rgb32):
16849         * gst/effectv/gsteffectv.c:
16850         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
16851         (gst_quarktv_set_property):
16852         * gst/effectv/gstrev.c: (gst_revtv_get_type),
16853         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
16854         (gst_revtv_setup), (gst_revtv_rgb32):
16855         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
16856         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
16857         (gst_shagadelictv_init), (gst_shagadelictv_setup),
16858         (gst_shagadelictv_rgb32):
16859         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
16860         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
16861         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
16862         * gst/effectv/gstwarp.c:
16863         Port everything that can be ported to videofilter and fix up the caps.
16864         Can someone with a big-endian machine please check these?
16865
16866 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16867
16868         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
16869         (gst_osssink_chain), (gst_osssink_change_state):
16870           Latest fixes for A/V sync, audio playback and such. This is about
16871           all... MPEG playback issues are mostly related to the async build-
16872           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
16873
16874 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16875
16876         patch from: Stephane Loeuillet
16877
16878         * configure.ac:
16879           use pkg-config for some libraries, falling back to the old .m4 way
16880           (fixes #131270)
16881         * m4/libdv.m4:
16882           removed
16883
16884 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16885
16886         * configure.ac:
16887         * tools/Makefile.am:
16888         * tools/Makefile.in:
16889         * tools/gst-launch-ext-m.m:
16890         * tools/gst-launch-ext.1.in:
16891         * tools/gst-visualise-m.m:
16892         * tools/gst-visualise.1:
16893         * tools/gst-visualise.1.in:
16894           reorganizing generation of script tools
16895
16896 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16897
16898         * ext/divx/gstdivxdec.c:
16899           Downgrade priority. We prefer ffdec_mpeg4.
16900         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
16901         (gst_faad_chain), (gst_faad_change_state):
16902           Fix capsnego. Doesn't work for some sounds because we don't have
16903           a 5:1 to stereo element.
16904         * ext/xvid/gstxvid.c: (plugin_init):
16905           Add priority.
16906         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
16907         (gst_osssink_change_state):
16908           Add discont handling.
16909
16910 2004-03-09  Colin Walters  <walters@verbum.org>
16911
16912         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
16913         conversion.
16914
16915 2004-03-09  Benjamin Otte  <otte@gnome.org>
16916
16917         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
16918           the signals take 2 arguments
16919
16920 2004-03-09  David Schleef  <ds@schleef.org>
16921
16922         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
16923         (gst_alsa_fixate): Add fixate function.  (bug #136686)
16924         * ext/alsa/gstalsa.h:
16925         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
16926
16927 2004-03-09  Benjamin Otte  <otte@gnome.org>
16928
16929         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
16930         (gst_mikmod_change_state):
16931         * ext/mikmod/gstmikmod.h:
16932           make mikmod's loop function not loop infinitely and call
16933           gst_element_yield anymore
16934         * gst/modplug/gstmodplug.cc:
16935           fix pad negotiation (fixes #136590)
16936
16937 2004-03-09  David Schleef  <ds@schleef.org>
16938
16939         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
16940         doesn't conflict with the internal colorspace plugin.
16941         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
16942         satisfy the crappy-ass shell shipped by a certain vendor.
16943         * gst/videofilter/make_filter: same (bug #135299)
16944
16945 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16946
16947         * configure.ac: bump nano to 1
16948
16949 === release 0.7.6 ===
16950
16951 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16952
16953         * configure.in: releasing 0.7.6, "There"
16954
16955 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16956
16957         * pkgconfig/gstreamer-play-uninstalled.pc.in:
16958         * pkgconfig/gstreamer-play.pc.in:
16959           synchronize the two
16960
16961 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16962
16963         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
16964         (cdparanoia_open), (cdparanoia_event):
16965           fix/add error handling
16966         * po/POTFILES.in:
16967           add cdparanoia source
16968         * tools/Makefile.am:
16969           make scripts executable
16970
16971 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16972
16973         * configure.ac:
16974         * ext/vorbis/Makefile.am:
16975         * sys/Makefile.am:
16976           remove id3types, vorbisfile and xvideosink from the build (#133783)
16977
16978 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16979
16980         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
16981           Fix metadata read crash (#136537).
16982
16983 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16984
16985         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
16986         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
16987           adding mime types, fixing the one-stop function
16988
16989 2004-03-08  Christian Schaller <Uraeus@gnome.org>
16990
16991         * ext/nas/nassink.c and /ext/nas/nassink.h:
16992         More NAS love from Arwed von Merkatz
16993         So lets all sing 'Can you feel the NAS tonight'
16994
16995 2004-03-08  Christian Schaller <Uraeus@gnome.org>
16996
16997         * tools/gst-launch-ext.in:
16998         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
16999
17000 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17001
17002         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17003         (gst_mpeg2dec_init):
17004         remove the user_data pad for now, because it is being used in
17005         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17006         If someone knows how to fix this properly, please do.
17007
17008 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17009
17010         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17011         (gst_osssink_get_time):
17012         add a warning, IMO this won't get triggered anymore, remove later
17013
17014 2004-03-07  David Schleef  <ds@schleef.org>
17015
17016         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17017         format (bug #136470)
17018
17019 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17020
17021         * gst-libs/Makefile.am:
17022         * gst-libs/gst/media-info/Makefile.am:
17023         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17024         (error_callback), (gst_media_info_error_create),
17025         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17026         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17027         * gst-libs/gst/media-info/media-info-priv.h:
17028         * gst-libs/gst/media-info/media-info-test.c: (main):
17029         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17030         (gst_media_info_class_init), (gst_media_info_instance_init),
17031         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17032         (gst_media_info_read_idler), (gst_media_info_read):
17033         * gst-libs/gst/media-info/media-info.h:
17034         fixed, should work now
17035
17036 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17037
17038         * ext/nas/nassink.c:
17039         A bunch of NAS fixes from Arwed von Merkatz
17040
17041 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17042
17043         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17044         (qtdemux_parse_trak):
17045           Fix crash (j might be greater than n_samples, in which case we're
17046           writing outside the allocated space for the array) and memleak.
17047
17048 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17049
17050         * sys/oss/gstosssink.c: (gst_osssink_chain):
17051           And another caller that couldn't handle delay < 0 (unsigned
17052           integer overflow). Video now continues playing on an audio
17053           buffer underrun, and the clock continues working. Audio still
17054           stalls.
17055
17056 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17057
17058         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17059         (gst_osssink_get_time):
17060           get_delay() may return values lower than 0. In those cases, we
17061           should not actually cast to *unsigned* int64, that will break
17062           stuff horribly. In my case, it screwed up A/V sync in movies
17063           in totem rather badly.
17064
17065 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17066
17067         * ext/faac/gstfaac.c: (gst_faac_chain):
17068         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17069         * ext/libpng/gstpngenc.c: (user_write_data):
17070         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17071         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17072         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17073         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17074         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17075         of any buffer), should fix some leaks. I hope I didn't unref buffers
17076         that shouldn't be...
17077
17078 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17079
17080         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17081         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17082         (error_callback), (gmi_reset), (gmi_seek_to_track),
17083         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17084         (gmip_find_type_post), (gmip_find_stream_post),
17085         (gmip_find_track_streaminfo_post):
17086         * gst-libs/gst/media-info/media-info-priv.h:
17087         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17088         (info_print), (main):
17089         * gst-libs/gst/media-info/media-info.c:
17090         (gst_media_info_error_create), (gst_media_info_error_element),
17091         (gst_media_info_instance_init), (gst_media_info_get_property),
17092         (gst_media_info_new), (gst_media_info_set_source),
17093         (gst_media_info_read_idler), (gst_media_info_read):
17094         * gst-libs/gst/media-info/media-info.h:
17095           first pass at making this work again.  This seems to work on
17096           tagged ogg/vorbis and mp3 files.
17097
17098 2004-03-06  Benjamin Otte  <otte@gnome.org>
17099
17100         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17101           fix huge leak: gst_buffer_merge doesn't unref the first argument
17102           itself.
17103
17104 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17105
17106         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17107           report layer/mode/emphasis
17108
17109 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17110
17111         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17112
17113 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17114
17115         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17116           signal serial
17117
17118 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17119
17120         * ext/vorbis/vorbis.c: (plugin_init):
17121         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17122         (gst_vorbis_dec_init), (vorbis_dec_event):
17123         add debug category
17124         make vorbisdec handle _BYTE and _TIME queries
17125
17126 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17127
17128         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17129           from the xing header
17130
17131 2004-03-06  Benjamin Otte  <otte@gnome.org>
17132
17133         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17134         (gst_audio_convert_link), (gst_audio_convert_change_state),
17135         (gst_audio_convert_buffer_from_default_format):
17136           do conversions from/to float correctly, fix some caps nego errors,
17137           export correct supported caps in template and getcaps, use correct
17138           caps in try_set_caps functions
17139
17140 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17141
17142         For some reason, I only committed a ChangeLog entry yesterday and
17143         not the corresponding code...
17144         * ext/mad/gstmad.c: Fix detection of Xing headers
17145         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17146
17147 2004-03-06  Benjamin Otte  <otte@gnome.org>
17148
17149         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17150         (gst_ogg_demux_src_query):
17151           make sure to handle the case where there's no current chain
17152           gracefully.
17153
17154 2004-03-05  David Schleef  <ds@schleef.org>
17155
17156         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17157         Add fixate function. (bug #131128)
17158         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17159         (gst_sdlvideosink_fixate):  Add fixate function.
17160         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17161         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17162         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17163         Fix missing break that was causing ulaw to be interpreted as
17164         raw int.
17165
17166 2004-03-05  David Schleef  <ds@schleef.org>
17167
17168         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17169         Fix code that ignores return value of gst_buffer_merge().
17170         (bug #114560)
17171         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17172         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17173         * testsuite/gst-lint:  Check for above.
17174
17175 2004-03-05  David Schleef  <ds@schleef.org>
17176
17177         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17178         caps and throw an element error.  (bug #136334)
17179
17180 2004-03-05  David Schleef  <ds@schleef.org>
17181
17182         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17183         (gst_faad_chain): Fix negotiation.
17184         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17185         key and button events.
17186         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17187         dung heap of code.
17188         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17189         depends on gconf
17190         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17191         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17192         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17193         function to encourage better negotiation, particularly between
17194         audioconvert and osssink.
17195         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17196         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17197         more important.
17198         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17199         typefinding.
17200         * gst/vbidec/vbiscreen.c:  Add glib header
17201         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17202
17203 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17204
17205         * ext/mad/gstmad.c: Fix detection of Xing headers
17206         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17207
17208 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17209
17210         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17211         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17212           debug updates
17213
17214 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17215
17216         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17217         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17218         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17219         files, and report the parsed length as a GST_TAG_DURATION tag.
17220         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17221
17222 2004-03-05  Benjamin Otte  <otte@gnome.org>
17223
17224         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17225           convert channels correctly. convert correctly to unsigned.
17226
17227 2004-03-05  Julien MOUTTE <julien@moutte.net>
17228
17229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17230         we have a window before clearing it.
17231
17232 2004-03-05  Julien MOUTTE <julien@moutte.net>
17233
17234         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17235         have a window before clearing it.
17236
17237 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17238
17239         * gconf/gstreamer.schemas.in:
17240         * gst-libs/gst/gconf/Makefile.am:
17241           version installation path the same way as for 0.6
17242         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17243         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17244         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17245           remove comment that was fixed
17246
17247 2004-03-05  David Schleef  <ds@schleef.org>
17248
17249         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17250         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17251         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17252         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17253         Add prototype code for handling seeking and querying.
17254
17255 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17256
17257         * examples/gstplay/player.c: (main):
17258           Initialize variables to NULL. Prevents a segfault because the
17259           (uninitialized) variable is not NULL, resulting in a crash on
17260           trying to reach error->message.
17261
17262 2004-03-05  Benjamin Otte  <otte@gnome.org>
17263
17264         * gst/audioconvert/gstaudioconvert.c:
17265         (gst_audio_convert_buffer_to_default_format):
17266         make float=>int conversion work correctly even in cornercases.
17267
17268 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17269
17270         * debian/README.Debian:
17271         * debian/build-deps:
17272         * debian/changelog:
17273         * debian/control:
17274         * debian/control.in:
17275         * debian/copyright:
17276         * debian/gstreamer-a52dec.files:
17277         * debian/gstreamer-aa.files:
17278         * debian/gstreamer-alsa.files:
17279         * debian/gstreamer-alsa.manpages:
17280         * debian/gstreamer-arts.files:
17281         * debian/gstreamer-artsd.files:
17282         * debian/gstreamer-audiofile.files:
17283         * debian/gstreamer-avifile.files:
17284         * debian/gstreamer-cdparanoia.files:
17285         * debian/gstreamer-colorspace.files:
17286         * debian/gstreamer-doc.files:
17287         * debian/gstreamer-dv.files:
17288         * debian/gstreamer-dvd.files:
17289         * debian/gstreamer-esd.files:
17290         * debian/gstreamer-festival.files:
17291         * debian/gstreamer-flac.files:
17292         * debian/gstreamer-gconf.conffiles:
17293         * debian/gstreamer-gconf.files:
17294         * debian/gstreamer-gconf.postinst:
17295         * debian/gstreamer-gnomevfs.files:
17296         * debian/gstreamer-gsm.files:
17297         * debian/gstreamer-http.files:
17298         * debian/gstreamer-jack.files:
17299         * debian/gstreamer-jpeg.files:
17300         * debian/gstreamer-mad.files:
17301         * debian/gstreamer-mikmod.files:
17302         * debian/gstreamer-misc.files:
17303         * debian/gstreamer-mpeg2dec.files:
17304         * debian/gstreamer-oss.files:
17305         * debian/gstreamer-plugin-apps.files:
17306         * debian/gstreamer-plugin-apps.manpages:
17307         * debian/gstreamer-plugin-libs-dev.files:
17308         * debian/gstreamer-plugin-libs.files:
17309         * debian/gstreamer-plugin-template.postinst:
17310         * debian/gstreamer-plugin-template.postrm:
17311         * debian/gstreamer-sdl.files:
17312         * debian/gstreamer-sid.files:
17313         * debian/gstreamer-vorbis.files:
17314         * debian/gstreamer-x.files:
17315         * debian/mk.control:
17316         * debian/rules:
17317         Debian package info not maintained here.
17318
17319 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17320
17321         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17322         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17323         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17324         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17325         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17326         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17327         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17328         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17329         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17330         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17331         * gst-libs/gst/colorbalance/colorbalance.c:
17332         (gst_color_balance_class_init):
17333         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17334         (gst_color_balance_channel_class_init):
17335         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17336         * gst-libs/gst/play/play.c: (gst_play_class_init):
17337         * gst-libs/gst/propertyprobe/propertyprobe.c:
17338         (gst_property_probe_iface_init):
17339         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17340         * gst-libs/gst/tuner/tunerchannel.c:
17341         (gst_tuner_channel_class_init):
17342         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17343         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17344         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
17345         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17346         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17347         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17348         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17349         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
17350         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
17351           fix signals to use - instead of _
17352         * ext/libcaca/gstcacasink.h:
17353         * ext/sdl/sdlvideosink.h:
17354           fix header rename
17355
17356 2004-03-04  David Schleef  <ds@schleef.org>
17357
17358         * testsuite/gst-lint:  Add a check for bad signal names.
17359
17360 2004-03-04  <kost@imn.htwk-leipzig.de>
17361
17362         reviewed by David Schleef
17363
17364         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
17365         modified the alpha channel and caused a warning. (bug #136192)
17366
17367 2004-04-03  Christian Schaller <Uraeus@gnome.org>
17368
17369         * gst-plugins.spec.in:
17370         Change names of plugins to actually be correct. Try to keep things
17371         alphabetical to avoid getting beat up by Thomas
17372
17373 2004-03-03  Julien MOUTTE <julien@moutte.net>
17374
17375         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
17376         Using ximagesink as a default if no gconf key found. We should
17377         probably consider using alsasink instead of osssink for the audio
17378         part.
17379
17380 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17381
17382         * configure.ac:
17383           fix --with-plugins, don't think it ever worked before
17384         * gst-plugins.spec.in:
17385           even more updates
17386
17387 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17388
17389         * ext/sdl/sdlvideosink.h:
17390         * sys/ximage/ximagesink.h:
17391         * sys/xvideo/xvideosink.h:
17392         * sys/xvimage/xvimagesink.h:
17393           Fix for move of gstvideosink.h -> videosink.h.
17394
17395 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17396
17397         * gst-libs/gst/xwindowlistener/Makefile.am:
17398           this is a plugin library, not a library
17399
17400 2004-03-01  David Schleef  <ds@schleef.org>
17401
17402         * AUTHORS:  Added some names.  Add yourself if you're still
17403         missing.
17404
17405 2004-03-01  David Schleef  <ds@schleef.org>
17406
17407         * MAINTAINERS: Add
17408
17409 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17410
17411         * gst-plugins.spec.in: clean up spec file
17412
17413 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17414
17415         * gst-libs/gst/video/Makefile.am:
17416         * gst-libs/gst/video/gstvideosink.c:
17417         * gst-libs/gst/video/gstvideosink.h:
17418           rename gstvideosink.h to videosink.h to match other headers
17419         * gst/mixmatrix/Makefile.am:
17420           fix plugin filename
17421         * gst/tags/Makefile.am: fix plugin filename
17422
17423 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17424
17425         * gst/tags/Makefile.am: fix plugin filename
17426
17427 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17428
17429         * examples/gstplay/player.c: (got_time_tick), (main):
17430           add error handler
17431           display time_tick more readably
17432         * gst/mixmatrix/Makefile.am:
17433           fix plugin file name
17434
17435 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
17436
17437         * sys/oss/gstosselement.c: (gst_osselement_probe),
17438         (device_combination_append), (gst_osselement_class_probe_devices):
17439         * sys/oss/gstosselement.h:
17440           Reworked enumeration of oss dsps and mixers so that gst-mixer works
17441           on my system using alsa oss emulation, fixes bug #135597
17442
17443 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17444
17445         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
17446         (gst_videodrop_chain), (gst_videodrop_change_state):
17447         * gst/videodrop/gstvideodrop.h:
17448           Work based on timestamp of input data, not based on the expected
17449           framerate from the input. The consequence is that this element now
17450           not only scales framerates, but also functions as a framerate
17451           corrector or framerate stabilizer/constantizer.
17452
17453 2004-02-27  David Schleef  <ds@schleef.org>
17454
17455         patches from jmmv@menta.net (Julio M. Merino Vidal)
17456
17457         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
17458         GST_ELEMENT_ERROR call (bug #135634)
17459         * gst/interleave/interleave.c: (interleave_buffered_loop),
17460         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
17461         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
17462         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17463         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
17464         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
17465         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17466         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
17467         Fix GST_ELEMENT_ERROR call.
17468         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
17469         GST_ELEMENT_ERROR call.
17470
17471 2004-02-27  Benjamin Otte  <otte@gnome.org>
17472
17473         * gst-libs/gst/audio/audio.h:
17474           add macro to make sure header isn't included twice
17475         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
17476           don't use gst_buffer_free
17477         * gst/playondemand/filter.func:
17478           don't use gst_data_free. Free data only once.
17479
17480 2004-02-26  David Schleef  <ds@schleef.org>
17481
17482         * gst-libs/gst/colorbalance/Makefile.am:
17483         * gst-libs/gst/mixer/Makefile.am:
17484         * gst-libs/gst/tuner/Makefile.am:
17485         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
17486         should not be disted, -marshal.h files should not be installed,
17487         and -enum.h files _should_ be installed.  Fix to make this the
17488         case.
17489
17490 === release 0.7.5 ===
17491
17492 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17493
17494         * configure.ac: release 0.7.5, "Under The Sea"
17495
17496 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17497
17498         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17499         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
17500         * gst/videoscale/gstvideoscale.c:
17501         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17502           assorted debug/warning fixes
17503
17504 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17505
17506         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
17507         (gst_videoscale_init), (gst_videoscale_chain),
17508         (gst_videoscale_set_property), (plugin_init):
17509         * gst/videoscale/gstvideoscale.h:
17510         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17511         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
17512         (gst_videoscale_planar400), (gst_videoscale_packed422),
17513         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
17514         (gst_videoscale_24bit), (gst_videoscale_16bit),
17515         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
17516         (gst_videoscale_scale_plane_slow),
17517         (gst_videoscale_scale_point_sample),
17518         (gst_videoscale_scale_nearest),
17519         (gst_videoscale_scale_nearest_str2),
17520         (gst_videoscale_scale_nearest_str4),
17521         (gst_videoscale_scale_nearest_32bit),
17522         (gst_videoscale_scale_nearest_24bit),
17523         (gst_videoscale_scale_nearest_16bit):
17524         add debugging category and use it properly
17525         fix use of GST_PTR_FORMAT
17526
17527 2004-02-25  Andy Wingo  <wingo@pobox.com>
17528
17529         * gst/interleave/interleave.c (interleave_buffered_loop): Always
17530         push only when channel->buffer is NULL. Prevents segfaults doing
17531         the state change after a nonlocal exit, like a scheme exception.
17532
17533         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17534         Handle the case where the intersected caps is empty.
17535
17536 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17537
17538         * gst/law/mulaw-decode.c: (mulawdec_link):
17539         * gst/law/mulaw.c: (plugin_init):
17540           fix mulawdec so it actually works again
17541
17542 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
17543
17544         reviewed by: David Schleef  <ds@schleef.org>
17545
17546         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
17547         (gst_gamma_init), (gst_gamma_set_property),
17548         (gst_gamma_get_property), (gst_gamma_calculate_tables),
17549         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
17550         for RGB, with separate r g and b correction factors. (#131167)
17551
17552 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17553
17554         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17555           only signal tags for bitrate if they're > 0 (#134894)
17556
17557 2004-02-24  David Schleef  <ds@schleef.org>
17558
17559         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
17560         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
17561         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
17562         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
17563         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
17564         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
17565         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
17566         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
17567         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
17568         category.  Attempt to fix timestamp calculation.
17569
17570 2004-02-24  Johan Dahlin  <johan@gnome.org>
17571
17572         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
17573
17574 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17575
17576         * configure.ac:
17577         * gconf/Makefile.am:
17578         * gconf/gstreamer.schemas:
17579         * gst-libs/gst/gconf/Makefile.am:
17580         * gst-libs/gst/gconf/gconf.c:
17581           version gconf schemas and install locations
17582
17583 2004-02-23  Benjamin Otte  <otte@gnome.org>
17584
17585         * ext/xine/xineinput.c: (gst_xine_input_dispose):
17586         (gst_xine_input_subclass_init):
17587           call parent dispose.
17588           change pad template for CD reader correctly
17589         * ext/xine/Makefile.am:
17590         * ext/xine/gstxine.h:
17591         * ext/xine/xine.c: (plugin_init):
17592         * ext/xine/xineaudiosink.c:
17593           wrap audio sinks, too
17594         * gst-libs/gst/resample/private.h:
17595         * gst-libs/gst/resample/resample.c: (gst_resample_init),
17596         (gst_resample_reinit), (gst_resample_scale),
17597         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
17598         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
17599         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
17600         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
17601         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
17602         * gst-libs/gst/resample/resample.h:
17603         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17604         (gst_audioscale_class_init), (gst_audioscale_link),
17605         (gst_audioscale_get_buffer), (gst_audioscale_init),
17606         (gst_audioscale_chain), (gst_audioscale_set_property),
17607         (gst_audioscale_get_property):
17608         * gst/audioscale/gstaudioscale.h:
17609           s/resample_*/gst_resample_*/i to not clobber namespaces
17610
17611 2004-02-23  Julien MOUTTE  <julien@moutte.net>
17612
17613         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17614         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17615         (gst_riff_create_video_template_caps),
17616         (gst_riff_create_audio_template_caps),
17617         (gst_riff_create_iavs_template_caps):
17618         * gst-libs/gst/riff/riff-media.h:
17619         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
17620         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
17621         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
17622         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17623         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17624         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17625         (gst_matroska_demux_plugin_init): First batch implementing audio and
17626         video codec tags in demuxers.
17627
17628 2004-02-22  Benjamin Otte  <otte@gnome.org>
17629
17630         * ext/xine/Makefile.am:
17631         * ext/xine/gstxine.h:
17632         * ext/xine/xine.c: (plugin_init):
17633         * ext/xine/xineinput.c:
17634           add input plugin wrapper. Playback from files, http, mms and cdda
17635           works.
17636         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
17637           remove leftover G_GNUC_UNUSED
17638         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
17639         (gst_asf_demux_identify_guid):
17640           improve debugging output
17641
17642 2004-02-22  Benjamin Otte  <otte@gnome.org>
17643
17644         reported by: Padraig O'Briain <padraig.obriain@sun.com>
17645
17646         * autogen.sh:
17647           replace test -e with test -x for mkinstalldirs to be more portable.
17648           (fixes #134816)
17649
17650 2004-02-22  Benjamin Otte  <otte@gnome.org>
17651
17652         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
17653
17654         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
17655           set rank to PRIMARY
17656         * gst/volume/gstvolume.c: (plugin_init):
17657           set rank to NONE
17658         fixes #134960
17659
17660 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
17661
17662         reviewed by Benjamin Otte  <otte@gnome.org>
17663
17664         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
17665           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
17666
17667 2004-02-22  Benjamin Otte  <otte@gnome.org>
17668
17669         * configure.ac:
17670           export [_]*{gst,Gst,GST}.* symbols from plugins
17671
17672 2004-02-22  Christophe Fergeau <teuf@gnome.org>
17673
17674         reviewed by: Benjamin Otte  <otte@gnome.org>
17675
17676         * ext/lame/gstlame.c: (add_one_tag):
17677         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17678         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
17679         (gst_vorbisenc_metadata_set1):
17680         * gst/tags/gstid3tag.c:
17681         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
17682           apply fixes from bugs #135042 (lame can't write tags) and #133817
17683           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
17684
17685 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
17686
17687         * configure.ac: Export only gst_plugin_desc from plugins.
17688          Note that this change only makes any effect with Linux using libtool
17689          1.5.2 or higher. Otherwise it is silently ignored, but it would build
17690          fine. And don't try to have several versions of libtool in different
17691          directories.
17692
17693 2004-02-20  Andy Wingo  <wingo@pobox.com>
17694
17695         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
17696         interleave respectively.
17697
17698         * gst/interleave/deinterleave.c: New plugin: deinterleave
17699         (replaces on oneton).
17700         * gst/interleave/interleave.c: New plugin: interleave.
17701         * gst/interleave/plugin.h: Support file.
17702         * gst/interleave/plugin.c: Support file.
17703
17704         * configure.ac: Remove intfloat and oneton, add interleave.
17705
17706         * ext/sndfile/gstsf.c: Handle events better.
17707
17708         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
17709         and float2int operation. int2float has scheduling problems as
17710         noted in in2float_chain.
17711
17712 2004-02-20  Benjamin Otte  <otte@gnome.org>
17713
17714         * ext/xine/Makefile.am:
17715         * ext/xine/gstxine.h:
17716         * ext/xine/xine.c:
17717         * ext/xine/xineaudiodec.c:
17718         * ext/xine/xinecaps.c:
17719           add first version of xine plugin wrapper. Currently only wraps the
17720           QDM2 win32 DLL, and even that only in proof-of-concept quality.
17721         * configure.ac:
17722         * ext/Makefile.am:
17723           add xine plugin wrapper, disabled by default. Use --enable-xine to
17724           build. Note that it'll segfault on gst-register if you don't remove
17725           the goom and tvtime post plugins from xine.
17726         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17727         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
17728           add extradata parsing for QDM2.
17729           change around debugging prints.
17730
17731 2004-02-19  Benjamin Otte  <otte@gnome.org>
17732
17733         * ext/lame/gstlame.c: (gst_lame_chain):
17734         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17735           use gst_tag_list_insert when you want to insert tags
17736
17737 2004-02-18  David Schleef  <ds@schleef.org>
17738
17739         * configure.ac:  Move massink to gst-rotten
17740         * ext/Makefile.am:
17741         * ext/mas/Makefile.am:
17742         * ext/mas/massink.c:
17743         * ext/mas/massink.h:
17744
17745 2004-02-18  David Schleef  <ds@schleef.org>
17746
17747         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
17748         typefinding, since it seems to be worse than nothing.
17749         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
17750         atom to recognize .mp4 and .m4a files as video/quicktime.
17751
17752 2004-02-18  David Schleef  <ds@schleef.org>
17753
17754         * gst/sine/demo-dparams.c: (quit_live),
17755         (dynparm_log_value_changed), (dynparm_value_changed), (main):
17756         Use double dparams, not float.
17757         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17758         (gst_sinesrc_init): Change sync default to FALSE, since multiple
17759         sync'd elements don't really work correctly.
17760         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
17761         (volume_update_volume), (volume_get_property):  Change dparam
17762         to double.
17763
17764 2004-02-18  Julien MOUTTE  <julien@moutte.net>
17765
17766         * sys/ximage/ximagesink.c:
17767         (gst_ximagesink_xwindow_update_geometry),
17768         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
17769         (gst_ximagesink_change_state), (gst_ximagesink_expose),
17770         (gst_ximagesink_init): Rework the way software video scaling works. So
17771         now we check on each chain call if the video frames are feeling the
17772         window. If not we try to renegotiate caps. On failure we memorize that
17773         and we won't try again for that PLAYING sessions.
17774         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
17775         failure.
17776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
17777         synchronous flag.
17778
17779 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17780
17781         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17782           break up _link so we can give a better debug message for errors
17783
17784 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17785
17786         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
17787           set up debug category
17788
17789 2004-02-18  Julien MOUTTE <julien@moutte.net>
17790
17791         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17792         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
17793         the way renegotiation work. The event handling function is not taking
17794         care of external windows and renegotiate method check for pad flags
17795         NEGOTIATING. Should fix : #133209
17796
17797 2004-02-17  Julien MOUTTE  <julien@moutte.net>
17798
17799         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
17800         pad is negotiating before trying renegotiation.
17801
17802 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17803
17804         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
17805           pass on all possible mime types as typefind hints
17806
17807 2004-02-17  Julien MOUTTE <julien@moutte.net>
17808
17809         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17810         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
17811         possible SHM leak if we crash. All other apps using XShm are doing
17812         that.
17813
17814 2004-02-17  Julien MOUTTE  <julien@moutte.net>
17815
17816         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17817         (gst_ximagesink_expose): Renegotiate size on expose.
17818         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
17819         size on expose.
17820
17821 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17822
17823         * testsuite/alsa/sinesrc.c:
17824           cosmetic fix to fix compile issue with gcc 2.95.4
17825
17826 2004-02-16  Julien MOUTTE <julien@moutte.net>
17827
17828         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17829         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
17830         failed opening the audio device.
17831         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17832         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
17833         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
17834         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
17835         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
17836         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
17837         (gst_ximagesink_change_state), (gst_ximagesink_chain),
17838         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
17839         Removing some useless g_return_if_fail like wingo suggested.
17840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17841         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
17842         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
17843         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
17844         (gst_xvimagesink_update_colorbalance),
17845         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
17846         (gst_xvimagesink_xcontext_clear),
17847         (gst_xvimagesink_get_fourcc_from_caps),
17848         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
17849         (gst_xvimagesink_set_xwindow_id),
17850         (gst_xvimagesink_colorbalance_list_channels),
17851         (gst_xvimagesink_colorbalance_set_value),
17852         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
17853         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
17854
17855 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17856
17857         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17858           throw error when not negotiated instead of asserting
17859
17860 2004-02-15  Julien MOUTTE  <julien@moutte.net>
17861
17862         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
17863         correct data refcounting.
17864
17865 2004-02-15  Julien MOUTTE  <julien@moutte.net>
17866
17867         * gst/switch/gstswitch.c: (gst_switch_change_state),
17868         (gst_switch_class_init): Cleaning the sinkpads correctly on state
17869         change, mostly the EOS flag.
17870
17871 2004-02-15  Julien MOUTTE  <julien@moutte.net>
17872
17873         * examples/gstplay/player.c: (got_eos), (main): Adding some
17874         output for debugging.
17875         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
17876         timeouts if we go to any state different from PLAYING.
17877         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
17878         more EOS bugs in riff lib.
17879
17880 2004-02-14  Julien MOUTTE  <julien@moutte.net>
17881
17882         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
17883         visualization until i find a way to fix switch correctly.
17884         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
17885         EOS arrives.
17886         * gst/switch/gstswitch.c: (gst_switch_release_pad),
17887         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
17888         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
17889         Reworked switch to get a more correct behaviour with events and refing
17890         of data stored in sinkpads.
17891         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
17892         we don't pull from a pad in EOS.
17893
17894 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17895
17896         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17897           remove v1 tag even if we can't read it (makes sure we don't detect
17898           it again)
17899
17900 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17901
17902         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
17903         (gst_alsa_xrun_recovery):
17904         * ext/alsa/gstalsa.h:
17905           try xrun recovery when wait failed. Make xrun recovery function
17906           return TRUE/FALSE to indicate success. (might fix #134354)
17907
17908 2004-02-13  David Schleef  <ds@schleef.org>
17909
17910         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
17911         (dynparm_value_changed), (main): Convert from float to double.
17912         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
17913
17914 2004-02-13  David Schleef  <ds@schleef.org>
17915
17916         * gst/silence/gstsilence.c: (gst_silence_class_init),
17917         (gst_silence_set_clock), (gst_silence_get),
17918         (gst_silence_set_property), (gst_silence_get_property):
17919         * gst/silence/gstsilence.h: Add sync property.
17920         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17921         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
17922         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
17923         * gst/sine/gstsinesrc.h: Add sync property.
17924
17925 2004-02-13  David Schleef  <ds@schleef.org>
17926
17927         * gst/intfloat/gstint2float.c: (conv_f32_s16),
17928         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
17929
17930 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17931
17932         * configure.ac:
17933         * ext/Makefile.am:
17934         * gst-libs/ext/Makefile.am:
17935           move ffmpeg plugin to gst-ffmpeg module
17936
17937 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17938
17939         * configure.ac: use GST_ARCH to detect architecture
17940
17941 2004-02-12  Julien MOUTTE  <julien@moutte.net>
17942
17943         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
17944
17945 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17946
17947         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
17948           classify LADSPA plugins based on number of src/sink pads
17949           (#133663, Stefan Kost)
17950         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
17951           fix dparams registration
17952           (#133528, Stefan Kost)
17953         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
17954           fix use of isprint and use g_ascii_isprint instead
17955           (#133316, Stefan Kost)
17956
17957 2004-02-11  David Schleef  <ds@schleef.org>
17958
17959         Convert a few inner loops to use liboil.  This is currently
17960         optional, and is only enabled if liboil is present (duh!).
17961         * configure.ac: Check for liboil-0.1
17962         * gst/intfloat/Makefile.am:
17963         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
17964         (gst_int2float_chain_gint16):
17965         * gst/videofilter/Makefile.am:
17966         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
17967         (tablelookup_u8), (gst_videobalance_planar411):
17968         * gst/videotestsrc/Makefile.am:
17969         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
17970         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
17971         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
17972         (paint_hline_RGB565), (paint_hline_xRGB1555):
17973
17974 2004-02-11  David Schleef  <ds@schleef.org>
17975
17976         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
17977         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
17978         (gst_colorspace_getcaps), (gst_colorspace_link),
17979         (gst_colorspace_base_init), (gst_colorspace_init),
17980         (gst_colorspace_chain), (gst_colorspace_change_state),
17981         (plugin_init): Merge Ronald's patch (bug #117897) and update
17982         for new caps and negotiation.  Seems to work, although it
17983         shows off bugs in lcs.
17984
17985 2004-02-11  David Schleef  <ds@schleef.org>
17986
17987         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
17988         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
17989
17990 2004-02-11  David Schleef  <ds@schleef.org>
17991
17992         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
17993         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
17994         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
17995         Add server and port properties
17996
17997 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17998
17999         * m4/a52.m4:
18000         * m4/aalib.m4:
18001         * m4/as-ffmpeg.m4:
18002         * m4/as-liblame.m4:
18003         * m4/as-slurp-ffmpeg.m4:
18004         * m4/check-libheader.m4:
18005         * m4/esd.m4:
18006         * m4/freetype2.m4:
18007         * m4/gconf-2.m4:
18008         * m4/glib.m4:
18009         * m4/gst-alsa.m4:
18010         * m4/gst-artsc.m4:
18011         * m4/gst-ivorbis.m4:
18012         * m4/gst-matroska.m4:
18013         * m4/gst-sdl.m4:
18014         * m4/gst-shout2.m4:
18015         * m4/gst-sid.m4:
18016         * m4/gtk.m4:
18017         * m4/libdv.m4:
18018         * m4/libfame.m4:
18019         * m4/libmikmod.m4:
18020         * m4/ogg.m4:
18021         * m4/vorbis.m4:
18022           fix underquotedness of macros (#133800)
18023         * m4/as-avifile.m4:
18024         * m4/xmms.m4:
18025           removed because no longer used
18026
18027 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18028
18029         * configure.ac:
18030           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18031           by autopoint (fixes #132996)
18032
18033 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18034
18035         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18036         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18037         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18038         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18039           fix memleaks
18040
18041 2004-02-11  David Schleef  <ds@schleef.org>
18042
18043         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18044         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18045         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18046         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18047         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18048         (gst_jpegenc_class_init), (gst_jpegenc_init),
18049         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18050         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18051         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18052         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18053
18054 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18055
18056         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18057         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18058         * ext/mikmod/gstmikmod.h:
18059           fix caps negotiation in mikmod
18060         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18061           output debug information
18062
18063 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18064
18065         * gst-libs/gst/colorbalance/Makefile.am:
18066         * gst-libs/gst/navigation/Makefile.am:
18067         * gst-libs/gst/xoverlay/Makefile.am:
18068           remove unused GST_OPT_CFLAGS from Makefiles
18069           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18070
18071 2004-02-07  David Schleef  <ds@schleef.org>
18072
18073         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18074         push events to pads that haven't been created (#133508)
18075
18076 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18077
18078         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18079         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18080         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18081         (gst_dvdec_loop), (gst_dvdec_change_state):
18082         Second attempt at committing a working dvdec element.
18083
18084 2004-02-06  David Schleef  <ds@schleef.org>
18085
18086         Build fixes for OS X: (see #129600)
18087         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18088         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18089         (gst_riff_read_strf_iavs):
18090         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18091         (gst_avi_demux_stream_odml):
18092         * gst/playondemand/Makefile.am:
18093         * gst/rtp/rtp-packet.c:
18094
18095 2004-02-05  David Schleef  <ds@schleef.org>
18096
18097         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18098         last change, because it Just Doesn't Compile.
18099
18100 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18101
18102         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18103           skip undecodable id3v2 tag instead of keeping it
18104
18105 2004-02-05  David Schleef  <ds@schleef.org>
18106
18107         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18108         Unref leaked buffer.  (Noticed by Ronald)
18109
18110 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18111
18112         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18113         Sync requires with other checks.  >= vs =.
18114
18115 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18116
18117         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18118         (gst_dvdec_video_link), (gst_dvdec_loop):
18119         * ext/dv/gstdvdec.h:
18120           rework the caps negotiation so that dvdec works again instead
18121           of just segfaulting.
18122
18123 === release 0.7.4 ===
18124
18125 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18126
18127         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18128         * configure.ac: changed for release
18129
18130 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18131
18132         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18133         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18134         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18135         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18136           reworked patch by David Lehn to fix libdir and includedir for
18137           uninstalled libraries
18138           removed play and gconf from gstreamer-libs since they have their
18139           own pkgconfig files
18140
18141 2004-02-04  David Schleef  <ds@schleef.org>
18142
18143         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18144         memleak.
18145
18146 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18147
18148         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18149           use correct GST_TAG_ENCODER tag
18150
18151 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18152
18153         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18154           be sure to stop the clock when going to paused
18155         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18156           reset number of transmitted when going to ready.
18157         fixes #132935
18158
18159 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18160
18161         reviewed by Benjamin Otte
18162
18163         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18164           extract track count (fixes #133410)
18165
18166 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18167
18168         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18169           that should be !=, not == (fixes #132519)
18170
18171 2004-02-04  David Schleef  <ds@schleef.org>
18172
18173         Make sure set_explicit_caps() is called before adding pad.
18174         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18175         * gst/id3/gstid3types.c: (gst_id3types_loop):
18176         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18177         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18178
18179 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18180
18181         * configure.ac:
18182           bump nano to 2, first prerelease
18183           put back AM_PROG_LIBTOOL
18184
18185 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18186
18187         * testsuite/alsa/Makefile.am:
18188           these are user test apps, not automatic testsuite tests
18189
18190 2004-02-04  David Schleef  <ds@schleef.org>
18191
18192         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18193         * gst/mpeg1videoparse/gstmp1videoparse.c:
18194         (mp1videoparse_parse_seq):
18195         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18196         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18197         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18198         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18199         (gst_xvideosink_getcaps):
18200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18201         * testsuite/gst-lint: more tests
18202
18203 2004-02-04  David Schleef  <ds@schleef.org>
18204
18205         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18206         with the code that they would expand to.
18207         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18208         (gst_flacdec_get_src_query_types),
18209         (gst_flacdec_get_src_event_masks):
18210         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18211         (gst_gnomevfssrc_get_query_types),
18212         (gst_gnomevfssrc_get_event_mask):
18213
18214 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18215
18216         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18217         (gst_sinesrc_dispose):
18218           fix memleak by properly disposing sinesrc
18219
18220 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18221
18222         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18223         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18224         an overlay to redraw the image because it has been exposed.
18225         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18226         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18227         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18228         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18229         interface
18230         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18231         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18232         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18233         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18234         interface
18235
18236 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18237
18238         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18239           more memleak fixage
18240
18241 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18242
18243         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18244         * gst/typefind/gsttypefindfunctions.c:
18245           fix memleaks shown by gst-typefind
18246
18247 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18248
18249         * common/glib-gen.mak:
18250           add hack rule to touch .Plo files
18251         * gst-libs/gst/colorbalance/Makefile.am:
18252         * gst-libs/gst/mixer/Makefile.am:
18253         * gst-libs/gst/play/Makefile.am:
18254         * gst-libs/gst/tuner/Makefile.am:
18255           remove glib_root variable
18256
18257 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18258
18259         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18260           set explicit caps before adding the element, so the autopluggers can
18261           plug correctly.
18262         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18263         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18264         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18265         (dv_type_find):
18266           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18267           argument.
18268
18269 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18270
18271         * gst-libs/gst/colorbalance/Makefile.am:
18272         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18273         * gst-libs/gst/colorbalance/colorbalance.c:
18274         * gst-libs/gst/colorbalance/colorbalance.h:
18275         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18276         * gst-libs/gst/mixer/Makefile.am:
18277         * gst-libs/gst/mixer/mixer-marshal.list:
18278         * gst-libs/gst/mixer/mixer.c:
18279         * gst-libs/gst/mixer/mixer.h:
18280         * gst-libs/gst/mixer/mixermarshal.list:
18281         * gst-libs/gst/play/Makefile.am:
18282         * gst-libs/gst/play/play.h:
18283         * gst-libs/gst/tuner/Makefile.am:
18284         * gst-libs/gst/tuner/tuner-marshal.list:
18285         * gst-libs/gst/tuner/tuner.c:
18286         * gst-libs/gst/tuner/tuner.h:
18287         * gst-libs/gst/tuner/tunermarshal.list:
18288           use new glib-gen.mak snippet to clean up Makefile.am
18289           fix various bugs in Makefile.am's
18290
18291 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18292
18293         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18294           handle chain parsing correctly in the multichain case
18295         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18296         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18297         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18298         (theora_dec_chain):
18299           handle events and queries correctly
18300
18301 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18302
18303         * .cvsignore:
18304         Ignore generated file _stdint.h.
18305
18306 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18307
18308         * gst-libs/gst/colorbalance/Makefile.am:
18309         * gst-libs/gst/colorbalance/colorbalance.h:
18310         * gst-libs/gst/mixer/Makefile.am:
18311         * gst-libs/gst/mixer/mixer.h:
18312         * gst-libs/gst/play/Makefile.am:
18313         * gst-libs/gst/play/play.h:
18314         * gst-libs/gst/tuner/Makefile.am:
18315         * gst-libs/gst/tuner/tuner.h:
18316         Generate enum type code with glib-mkenums.
18317         * gst-libs/gst/colorbalance/.cvsignore:
18318         * gst-libs/gst/mixer/.cvsignore:
18319         * gst-libs/gst/play/.cvsignore:
18320         * gst-libs/gst/tuner/.cvsignore:
18321         Ignore generated files.
18322
18323 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18324
18325         * gst-libs/gst/audio/.cvsignore:
18326         Ignore generated file.
18327         * gst-libs/gst/audio/Makefile.am:
18328         Do not install example filter.
18329
18330 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18331
18332         * examples/switch/.cvsignore:
18333         Ignore generated file.
18334
18335 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18336
18337         * common/m4/ax_create_stdint_h.m4:
18338         * configure.ac:
18339           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18340           _stdint.h.
18341         * Makefile.am:
18342           remove generated _stdint.h in DISTCLEANFILES
18343         * ext/a52dec/gsta52dec.c:
18344           include _stdint.h for a52dec. (should fix #133064)
18345
18346 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18347
18348         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
18349         (gst_tag_to_vorbis_comments):
18350         Add replaygain support to vorbistag
18351
18352 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18353         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18354         (gst_ffmpeg_caps_to_extradata):
18355           Fix SVQ3 caps flag properties
18356           Use glib macro for bytes swap
18357
18358 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18359
18360         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18361         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18362         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18363         * ext/sndfile/gstsf.c: (plugin_init):
18364         * gst/avi/gstavi.c: (plugin_init):
18365         * sys/dxr3/dxr3init.c: (plugin_init):
18366         * sys/oss/gstossaudio.c: (plugin_init):
18367         * sys/v4l/gstv4l.c: (plugin_init):
18368         * sys/v4l2/gstv4l2.c: (plugin_init):
18369           remove textdomain calls
18370         * po/nl.po:
18371           update Dutch translation
18372
18373 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18374
18375         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18376         (gst_play_set_audio_sink): Moving volume in the audio thread for
18377         instantaneous volume change. Maybe i will add another volume in front
18378         of visualization later, not sure yet though.
18379
18380 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18381
18382         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18383         (gst_ximagesink_handle_xevents): Better X events handling, only take
18384         the latest events for configure and motion.
18385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
18386
18387 2004-02-02  Jon Trowbridge  <trow@gnu.org>
18388
18389         reviewed by: David Schleef  <ds@schleef.org>
18390
18391         Fix memory leaks:
18392         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
18393         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
18394
18395 2004-02-02  David Schleef  <ds@schleef.org>
18396
18397         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
18398         of lines.
18399         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
18400         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18401         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
18402         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18403         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18404         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
18405         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
18406         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
18407         (gst_float2_2_int_link):
18408         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18409         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
18410         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
18411         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
18412         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
18413         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
18414         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
18415         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
18416         * testsuite/gst-lint: Add tests for bzero and ;;
18417
18418 2004-02-02  David Schleef  <ds@schleef.org>
18419
18420         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
18421
18422 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18423
18424         * ext/aalib/gstaasink.c: (gst_aasink_open):
18425         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
18426         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18427         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18428         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
18429         (gst_afsink_close_file):
18430         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
18431         (gst_afsrc_close_file):
18432         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
18433         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
18434         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18435         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
18436         * ext/esd/esdmon.c: (gst_esdmon_get):
18437         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
18438         * ext/faac/gstfaac.c: (gst_faac_chain):
18439         * ext/faad/gstfaad.c: (gst_faad_chain):
18440         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
18441         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18442         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
18443         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
18444         (gst_flacdec_loop):
18445         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18446         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18447         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18448         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
18449         (gst_gnomevfssink_close_file):
18450         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18451         (gst_gnomevfssrc_open_file):
18452         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18453         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
18454         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
18455         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18456         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
18457         * ext/mad/gstmad.c: (gst_mad_chain):
18458         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
18459         * ext/mpeg2dec/gstmpeg2dec.c:
18460         * ext/mpeg2enc/gstmpeg2enc.cc:
18461         * ext/mplex/gstmplex.cc:
18462         * ext/mplex/gstmplexibitstream.cc:
18463         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
18464         (gst_ogg_demux_push):
18465         * ext/raw1394/gstdv1394src.c:
18466         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
18467         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
18468         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
18469         (gst_sf_loop):
18470         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18471         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
18472         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
18473         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
18474         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18475         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
18476         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
18477         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
18478         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18479         (gst_riff_read_element_data), (gst_riff_read_seek),
18480         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
18481         * gst/adder/gstadder.c: (gst_adder_loop):
18482         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
18483         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
18484         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
18485         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18486         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
18487         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
18488         * gst/goom/gstgoom.c: (gst_goom_chain):
18489         * gst/id3/gstid3types.c: (gst_id3types_loop):
18490         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18491         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
18492         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
18493         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18494         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
18495         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
18496         (gst_ebml_read_float), (gst_ebml_read_header):
18497         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
18498         (gst_matroska_demux_parse_blockgroup):
18499         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
18500         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
18501         * gst/oneton/gstoneton.c: (gst_oneton_chain):
18502         * gst/silence/gstsilence.c: (gst_silence_get):
18503         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18504         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
18505         * gst/speed/gstspeed.c: (speed_loop):
18506         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18507         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18508         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
18509         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18510         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18511         (gst_wavparse_loop):
18512         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
18513         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
18514         (dxr3audiosink_close):
18515         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
18516         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
18517         (dxr3videosink_close), (dxr3videosink_write_data):
18518         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
18519         * sys/oss/gstosssink.c: (gst_osssink_chain):
18520         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18521         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
18522         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
18523         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
18524         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
18525         (gst_v4l_set_window), (gst_v4l_enable_overlay):
18526         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
18527         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
18528         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
18529         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
18530         (gst_v4l_set_audio):
18531         * sys/v4l/v4l_calls.h:
18532         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
18533         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
18534         (gst_v4lmjpegsink_playback_init),
18535         (gst_v4lmjpegsink_playback_start):
18536         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
18537         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18538         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
18539         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
18540         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
18541         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
18542         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
18543         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
18544         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
18545         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
18546         (gst_v4l2_get_output), (gst_v4l2_set_output),
18547         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
18548         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
18549         (gst_v4l2_set_attribute):
18550         * sys/v4l2/v4l2_calls.h:
18551         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
18552         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
18553         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
18554         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
18555         (gst_v4l2src_capture_stop):
18556         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
18557         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
18558         (gst_ximagesink_chain):
18559         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
18560         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
18561         (gst_xvideosink_xwindow_new):
18562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18563         (gst_xvimagesink_chain):
18564
18565 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18566
18567         * gst/volume/gstvolume.c: (gst_volume_set_volume),
18568         (gst_volume_get_volume), (volume_class_init), (volume_init),
18569         (volume_chain_int16), (volume_update_volume):
18570         * gst/volume/gstvolume.h:
18571           make code more readable by removing magic numbers
18572           make mixer interface export 0-100 range
18573           make it internally map to 0.0-1.0 range so users don't distort
18574           output by putting the sliders at full volume
18575
18576 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18577
18578         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
18579         (gst_play_state_change), (gst_play_seek_to_time):
18580         block the tick callback for 0.5 secs after doing a seek
18581
18582 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18583
18584         * gst-libs/gst/play/play.c: (gst_play_new):
18585           check for GError
18586
18587 2004-02-01  Julien MOUTTE  <julien@moutte.net>
18588
18589         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
18590         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
18591         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
18592         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
18593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
18594         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
18595
18596 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18597
18598         * configure.ac:
18599         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18600           check for a function added in vorbis 1.1
18601
18602 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18603
18604         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
18605         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
18606           really start/stop clock only on PLAYING <=> PAUSED
18607         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18608           remove \n from debugging lines
18609         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18610           make it work when seeking does not
18611         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18612           reset on DISCONT
18613
18614 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18615
18616         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
18617           start clock on PAUSED=>PLAYING, not later
18618         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18619           extract correct time for different discont formats
18620         (gst_alsa_sink_get_time):
18621           don't segfault when no format is negotiated yet, just return 0
18622         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18623         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
18624         (gst_ogg_pad_push):
18625           handle flush and discont events correctly
18626         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
18627           handle discont events correctly
18628
18629 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18630
18631         * gst-libs/gst/play/play.c: (gst_play_error_quark),
18632         (gst_play_error_create), (gst_play_error_plugin),
18633         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
18634         * gst-libs/gst/play/play.h:
18635           add error handling during creation
18636         * examples/gstplay/player.c: (main):
18637           use new gst_play_new
18638
18639
18640 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18641
18642         * ext/theora/theoradec.c: (theora_dec_chain):
18643           make comments work
18644         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18645         (vorbis_dec_src_event), (vorbis_dec_chain):
18646           add encoder tag, fix tag reading to be more error tolerant, change
18647           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
18648           gst_pad_event_default.
18649         * gst/tags/gstvorbistag.c:
18650         (gst_tag_list_from_vorbiscomment_buffer):
18651           undefine function specific define at end of function
18652
18653 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
18654
18655         * ext/flac/gstflac.c: (plugin_init):
18656         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
18657         * ext/flac/gstflacdec.h:
18658         * ext/flac/gstflacenc.h:
18659           Fix typos
18660
18661 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
18662
18663         * examples/gstplay/player.c: s/gstplay.h/play.h/
18664
18665 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18666
18667         * gst-libs/gst/play/Makefile.am:
18668         * gst-libs/gst/play/gstplay.c:
18669         * gst-libs/gst/play/gstplay.h:
18670         * gst-libs/gst/play/play.c:
18671           more surgery, operation complete
18672
18673 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18674
18675         * gst-libs/gst/play/play.old.c:
18676         * gst-libs/gst/play/play.old.h:
18677           after CVS surgery by moving, remove
18678         * gst-libs/gst/play/playpipelines.c:
18679           remove
18680
18681         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18682           add negotiation error
18683
18684 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18685
18686         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18687         (gst_ogg_demux_push):
18688           add some seeking debug info
18689           send a flush when seeking
18690
18691 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18692
18693         * configure.ac:
18694           use AC_C_INLINE
18695         * configure.ac:
18696         * ext/Makefile.am:
18697         * ext/theora/Makefile.am:
18698         * ext/theora/theoradec.c:
18699           add theora video decoder. Does just do simple decoding for now and
18700           has been tested against Theora cvs only. It only works when theora
18701           is compiled with --enable-static.
18702         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18703           always reset packetno on DISCONT
18704
18705 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18706
18707         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18708           Fix audio.
18709
18710 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18711
18712         * gst/mpegaudioparse/gstmpegaudioparse.c:
18713         (mp3_type_frame_length_from_header):
18714           Fix header parsing - stolen from ffmpeg (thank you! :) ).
18715
18716 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18717
18718         * ext/esd/esdsink.c: (gst_esdsink_init):
18719           Since we have static pad template caps, we don't need to negotiate;
18720           either the core errors out or we know the format.
18721
18722 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18723
18724         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18725         (gst_riff_read_seek):
18726         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18727         (gst_ebml_read_seek):
18728           Fix event handling.
18729
18730 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18731
18732         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
18733           removee video/x-theora from vp3 decoder, it doesn't handle raw
18734           theora streams
18735         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
18736           fix bug with finalizing element that never went to PAUSED
18737         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
18738           length and position queries were swapped
18739         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18740         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
18741         (vorbis_dec_src_event):
18742           implement querying time and bytes
18743
18744 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18745
18746         * just about every source file:
18747           gst_element_error -> GST_ELEMENT_ERROR
18748
18749 2004-01-29  Julien MOUTTE  <julien@moutte.net>
18750
18751         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
18752         emiting FLUSH and even before DISCONT.
18753         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
18754         get the best instant seeking as possible yay!
18755
18756 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18757
18758         * gst/mpeg1videoparse/gstmp1videoparse.c:
18759         (gst_mp1videoparse_real_chain):
18760           Committed wrong version last week... Grr... Didn't notice until now.
18761
18762 2004-01-29  Julien MOUTTE <julien@moutte.net>
18763
18764         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
18765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
18766         have_xwindow_id signal in xwindow_create.
18767
18768 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18769
18770         * ext/ogg/gstoggdemux.c:
18771           lots of changes - mainly support for chained bitstreams, seeking,
18772           querying and bugfixes of course
18773         * ext/vorbis/Makefile.am:
18774         * ext/vorbis/vorbisdec.c:
18775         * ext/vorbis/vorbisdec.h:
18776           add vorbisdec raw vorbis decoder
18777         * ext/vorbis/vorbis.c: (plugin_init):
18778           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
18779         * gst/intfloat/Makefile.am:
18780         * gst/intfloat/float22int.c:
18781         * gst/intfloat/float22int.h:
18782         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
18783           add float2intnew plugin. It converts multichannel interleaved float to
18784           multichannel interleaved int. The name should probably be changed.
18785         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
18786         (plugin_init):
18787           add typefinding for raw theora video so oggdemux can detect it.
18788
18789 2004-01-28  Julien MOUTTE  <julien@moutte.net>
18790
18791         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
18792         sink element first.
18793         * gst/videoscale/gstvideoscale.c:
18794         (gst_videoscale_handle_src_event): Fixing src event handler.
18795
18796 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18797
18798         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
18799         (gst_v4lsrc_open), (gst_v4lsrc_close),
18800         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
18801         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
18802         * sys/v4l/gstv4lsrc.h:
18803         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
18804         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
18805           Implement resizing... Hack. But that's why v4l is b0rked...
18806
18807 2004-01-28  Julien MOUTTE <julien@moutte.net>
18808
18809         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
18810         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
18811         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
18812         (gst_ximagesink_xwindow_destroy):
18813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18814         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
18815         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18816         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
18817         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
18818         correctly cleaning the image created to check xshm calls on succes,
18819         added a lot of XSync calls in X11 functions, and fixed a segfault when
18820         no image format was defined before negotiation happened.
18821
18822 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18823
18824         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
18825           use gst_element_get_time to get correct time
18826
18827 2004-01-28  Julien MOUTTE  <julien@moutte.net>
18828
18829         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
18830         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
18831         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
18832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
18833         (gst_xvimagesink_check_xshm_calls),
18834         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
18835         X plugins are now able to detect that XShm calls will fail even if the
18836         server claims that it has XShm support (remote displays most of the
18837         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
18838         so that we use non XShm functions. This feature is almost useless for
18839         xvimagesink as Xv is not supported on remote displays anyway, but
18840         it might happen than even on the local display XShm calls fail.
18841
18842 2004-01-27  David Schleef  <ds@schleef.org>
18843
18844         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
18845         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
18846         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
18847         changed esdsink to only use 44100,16,2, since esd sucks at rate
18848         conversion and esdsink has had difficulty negotiating.
18849
18850 2004-01-27  Julien MOUTTE <julien@moutte.net>
18851
18852         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
18853         (gst_play_seek_to_time): Fixing the way to get current position.
18854
18855 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18856
18857         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
18858           use gst_element_get_time to get correct time
18859
18860 2004-01-27  Julien MOUTTE <julien@moutte.net>
18861
18862         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
18863         fix ever... Inverting 2 lines of code make spider autoplug correctly
18864         tagged mp3 !
18865
18866 2004-01-27  David Schleef  <ds@schleef.org>
18867
18868         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18869         Use gst_pad_try_set_caps_nonfixed().
18870
18871 2004-01-27  David Schleef  <ds@schleef.org>
18872
18873         * gst/ac3parse/gstac3parse.c: update to checklist 5
18874         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
18875         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
18876         * gst/audioscale/gstaudioscale.c: same
18877         * gst/auparse/gstauparse.c: same
18878         * gst/avi/gstavidemux.c: same
18879
18880 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18881
18882         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
18883           stop processing after EOS
18884
18885 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18886
18887         * gst/asfdemux/asfheaders.h:
18888         * gst/asfdemux/gstasfdemux.c:
18889         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
18890         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
18891         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
18892           lot's of fixes to make data extraction simpler and get the code
18893           architecture and compiler independant. Add debugging category
18894         * gst/goom/gstgoom.c: (gst_goom_change_state):
18895           reset channel count on PAUSED=>READY, not READY=>PAUSED
18896
18897 2004-01-26  Colin Walters  <walters@verbum.org>
18898
18899         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
18900         code to pull a bigger buffer in iradio mode.  This as a side effect
18901         makes typefinding work.
18902
18903 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
18904
18905         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
18906         Fix SVQ3 decoding on PPC
18907
18908 2004-01-26  Julien MOUTTE <julien@moutte.net>
18909
18910         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
18911         that one managed to stay there... Fixed.
18912
18913 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
18914
18915         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18916         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
18917         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
18918         (qtdemux_video_caps):
18919         * gst/qtdemux/qtdemux.h:
18920         Add SVQ3 specific flags to qtdemux and ffmpeg
18921
18922 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18923
18924         * gst-libs/gst/audio/audio.h:
18925           remove buffer-frames from audio caps
18926         * gst/audioconvert/gstaudioconvert.c:
18927           fix plugin to really work.
18928
18929 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18930
18931         * gst-libs/gst/mixer/mixer.c:
18932         * gst-libs/gst/propertyprobe/propertyprobe.c:
18933         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
18934         (gst_tuner_find_channel_by_name):
18935         * gst-libs/gst/tuner/tuner.h:
18936           Add gtk-doc style comments. Also fix a function name.
18937
18938 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18939
18940         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
18941         (gst_divxdec_negotiate):
18942           Fix for new capsnego - also fixes gst-player with divxdec.
18943
18944 2004-01-25  Julien MOUTTE  <julien@moutte.net>
18945
18946         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
18947         (gst_play_identity_handoff), (gst_play_set_location),
18948         (gst_play_set_visualization), (gst_play_connect_visualization): Another
18949         try in visualization implementation. Still have an issue with switch
18950         blocking when pulling from video_queue and only audio comes out of
18951         spider.
18952         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18953         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
18954         release method. And check if the pad is usable before pulling.
18955
18956 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18957
18958         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
18959         (gst_videobalance_init),
18960         (gst_videobalance_colorbalance_list_channels),
18961         (gst_videobalance_colorbalance_set_value),
18962         (gst_videobalance_colorbalance_get_value),
18963         (gst_videobalance_update_properties),
18964         (gst_videobalance_update_tables_planar411),
18965         (gst_videobalance_planar411):
18966         * gst/videofilter/gstvideobalance.h:
18967           Implement lookup-tables. +/- 10x faster.
18968
18969 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18970
18971         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18972         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
18973           The index reading was broken. The rest worked fine, but the whole
18974           goal of my rewrite was to make avidemux readable, and this was
18975           not at all readable. Please use typed variables.
18976
18977 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18978
18979         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18980           Additional pad usability check.
18981         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
18982         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
18983         (gst_mp1videoparse_real_chain):
18984           Fix MPEG video stream parsing. The original plugin had several
18985           issues, including not timestamping streams where the source was
18986           not timestamped (this happens with PTS values in mpeg system
18987           streams, but MPEG video is also a valid stream on its own so
18988           that needs timestamps too). We use the display time code for that
18989           for now. Also, if one incoming buffer contains multiple valid
18990           frames, we push them all on correctly now, including proper EOS
18991           handling. Lastly, several potential segfaults were fixed, and we
18992           properly sync on new sequence/gop headers to include them in next,
18993           not previous frames (since they're header for the next frame, not
18994           the previous). Also see #119206.
18995         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
18996         (bpf_from_header):
18997           Move caps setting so we only do it after finding several valid
18998           MPEG-1 fraes sequentially, not right after the first one (which
18999           might be coincidental).
19000         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19001         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19002         (plugin_init):
19003           Add unsynced MPEG video stream typefinding, and change some
19004           probability values so we detect streams rightly. The idea is as
19005           follows: I can have an unsynced system stream which contains
19006           video. In the current code, I would randomly get a type for either
19007           system or video stream type found, because the probabilities are
19008           being calculated rather randomly. I now use fixed values, so we
19009           always prefer system stream if that was found (and that is how it
19010           should be). If no system stream was found, we can still identity                the stream as video-only.
19011
19012 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19013
19014         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19015         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19016           don't write to buffer. Extract data without the need of
19017           __attribute__ ((packed))
19018
19019 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19020
19021         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19022         (mpeg1_sys_type_find):
19023           Fix MPEG-1 stream typefinding.
19024
19025 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19026
19027         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19028           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19029
19030 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19031
19032         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19033         * ext/esd/gstesd.c: (plugin_init):
19034           private debugging, better error reporting
19035
19036 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19037
19038         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19039         (gst_riff_read_init), (gst_riff_read_change_state):
19040         * gst-libs/gst/riff/riff-read.h:
19041           Remove stuff fromold metadata system.
19042
19043 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19044
19045         * ext/ogg/gstoggdemux.c:
19046           Fix wrong file comment.
19047         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19048         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19049           Add metadata reading properly.
19050
19051 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19052
19053         * ext/Makefile.am:
19054           Fix nas DIST_SUBDIRS
19055           Uraeus:
19056           Fix bug where make distcheck doesn't get run on adding stuff to
19057           the build.
19058
19059 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19060
19061         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19062         * ext/divx/gstdivxdec.h:
19063           Fix divx3 ("msmpeg4") playback using divxdec.
19064
19065 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19066
19067         * gst/typefind/gsttypefindfunctions.c:
19068         (mp3_type_frame_length_from_header): fix bug in length computation
19069         (mp3_type_find): improve debugging output
19070
19071 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19072
19073         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19074         (gst_play_set_location), (gst_play_seek_to_time),
19075         (gst_play_set_audio_sink), (gst_play_set_visualization),
19076         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19077         the pipeline from scratch. Visualization is back and switch went out as
19078         i realized it was not possible to use the way i wanted.
19079         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19080         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19081         clearing in state change from READY to NULL. So that one can clean the
19082         X ressources keeping the element.
19083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19084         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19085         (gst_xvimagesink_colorbalance_set_value),
19086         (gst_xvimagesink_colorbalance_get_value),
19087         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19088         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19089         change from READY to NULL and fixed some stupid bugs in colorbalance
19090         get/set values. Also added the following feature : when nobody tries to
19091         set some values to the colorbalance levels before the xcontext is
19092         grabbed, then when creating channels list from Xv attributes we set the
19093         internal values to the Xv defaults. This way we handle buggy Xv drivers
19094         that set default hue values far from the middle of the range (Thanks
19095         to Jon Trowbridge for pointing that issue).
19096         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19097         colorbalance levels have been set before xcontext is grabbed.
19098
19099 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19100
19101         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19102           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19103           it might block operations (which is bad for a mixer).
19104
19105 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19106
19107         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19108         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19109         (gmip_find_type_pre):
19110         * gst-libs/gst/media-info/media-info-priv.h:
19111         * gst-libs/gst/media-info/media-info.c:
19112         (gst_media_info_instance_init), (gst_media_info_read_idler):
19113         add fakesink to get caps on decoder src pad again
19114         fix callback prototype to match new have_type signal signature
19115
19116 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19117
19118         * gst/adder/gstadder.c: (gst_adder_link):
19119           fix non-compile and cut-n-paste code
19120
19121 2004-01-21  David Schleef  <ds@schleef.org>
19122
19123         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19124         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19125         (gst_swfdec_init), (gst_swfdec_change_state):
19126         * ext/swfdec/gstswfdec.h:
19127         Fix negotiation.
19128         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19129         (gst_adder_request_new_pad): Fix negotiation.
19130         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19131         Add a fixate function.
19132         * gst/intfloat/gstfloat2int.c:
19133         * gst/intfloat/gstfloat2int.h:
19134         * gst/intfloat/gstint2float.c:
19135         * gst/intfloat/gstint2float.h:
19136         Completely rewrite the negotiation.  Doesn't quite work yet,
19137         due to some buffer-frames problem.
19138
19139 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19140
19141         * ext/gnomevfs/gstgnomevfssrc.c:
19142         * sys/v4l2/v4l2_calls.h:
19143           fix includes for distcheck
19144
19145 2004-01-21  Christian Schaller <uraeus@gnome.org>
19146
19147         * ext/nas/
19148         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19149         based on earlier patch from Laurent Vivier
19150
19151 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19152
19153         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19154         Fix wma caps property
19155         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19156         Fix typo (flags1 and flags2)
19157
19158 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19159
19160         * gst-libs/gst/media-info/media-info-priv.c:
19161         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19162         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19163         (gmip_find_stream), (gmip_find_track_metadata),
19164         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19165         (gmip_find_track_format):
19166         * gst-libs/gst/media-info/media-info-priv.h:
19167         * gst-libs/gst/media-info/media-info-test.c: (main):
19168         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19169         (gst_media_info_read_idler), (gst_media_info_read):
19170         * gst-libs/gst/media-info/media-info.h:
19171           register debugging category and use it for debugging
19172
19173 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19174
19175         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19176         (gst_vorbisfile_new_link):
19177           signal streaminfo through tags
19178
19179 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19180
19181         * ext/mplex/gstmplex.cc:
19182         * ext/mplex/gstmplexibitstream.cc:
19183           g++ doesn't like NULL in our i18n/error macros, should be
19184           either (NULL) or ("").
19185
19186 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19187
19188         * sys/dxr3/dxr3audiosink.c:
19189         * sys/dxr3/dxr3init.c:
19190         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19191         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19192           Fix more error error error errors (missing includes here).
19193
19194 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19195
19196         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19197           fix thomas' error errors.
19198
19199 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19200
19201         * ext/mpeg2enc/gstmpeg2enc.cc:
19202           fix error errors.
19203
19204 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19205
19206         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19207         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19208           Fix for new error system.
19209
19210 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19211
19212         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19213           fix for new error reporting
19214
19215 2004-01-20  David Schleef  <ds@schleef.org>
19216
19217         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19218         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19219         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19220         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19221         and neither is 100+, most likely.
19222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19223         (gst_xvimagesink_getcaps): same
19224
19225 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19226
19227         * configure.ac:
19228           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19229           clashes with ffmpeg.
19230
19231 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19232
19233         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19234         (gst_switch_init): Fixed switch element : proxying link and setting
19235         caps from src to sink on request.
19236
19237 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19238
19239         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19240         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19241         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19242         fix element_error
19243
19244 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19245
19246         * sys/v4l/v4l_calls.h:
19247         * sys/v4l2/v4l2_calls.h:
19248           element_error fixes
19249
19250 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19251
19252         * gst-libs/gst/gst-i18n-plugin.h:
19253           add locale.h
19254           remove config.h inclusion
19255
19256 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19257
19258         * autogen.sh:
19259           adding autopoint invocation
19260         * Makefile.am:
19261         * configure.ac:
19262         * gst-libs/gst/gettext.h:
19263           adding gettext bits
19264         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19265         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19266         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19267         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19268         (gst_gnomevfssink_close_file):
19269         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19270         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19271         * gst-libs/gst/gst-i18n-plugin.h:
19272         * gst/avi/gstavi.c: (plugin_init):
19273         * sys/dxr3/dxr3init.c: (plugin_init):
19274         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19275         * sys/oss/gstossaudio.c: (plugin_init):
19276         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19277         * sys/v4l/gstv4l.c: (plugin_init):
19278         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19279         * sys/v4l2/gstv4l2.c: (plugin_init):
19280         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19281         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19282         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19283         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19284         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19285         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19286           make sure locale and translation domain are set
19287           fix translated strings
19288         * po/.cvsignore:
19289         * po/LINGUAS:
19290         * po/Makevars:
19291         * po/POTFILES.in:
19292         * po/nl.po:
19293           put translation files into place
19294         * sys/xvideo/imagetest.c: (main):
19295         * ext/dv/demo-play.c: (main):
19296           fix unnecessary translations
19297
19298 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19299
19300         * ext/sndfile/gstsf.c:
19301         * gst/avi/gstavimux.c:
19302         * ext/audiofile/gstafsink.c:
19303         * ext/audiofile/gstafsrc.c:
19304         * ext/gnomevfs/gstgnomevfssink.c:
19305         * ext/gnomevfs/gstgnomevfssrc.c:
19306         * sys/oss/gstosselement.c:
19307         * sys/v4l/v4l_calls.h:
19308           fix i18n include
19309
19310 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19311
19312         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19313         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19314         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19315         (gst_v4l2_get_output), (gst_v4l2_set_output),
19316         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19317         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19318         (gst_v4l2_set_attribute):
19319         update to new error handling
19320
19321 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19322
19323         * ext/sidplay/gstsiddec.cc:
19324         * gst/modplug/gstmodplug.cc:
19325           parenthese NULL because C++ seems angry about it
19326
19327 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19328
19329         * gst-libs/gst/gst-i18n-plugin.h:
19330           add skeleton i18n stuff, but needs to be further implemented
19331
19332 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19333
19334         * examples/gstplay/player.c: (main):
19335         * ext/aalib/gstaasink.c: (gst_aasink_open):
19336         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19337         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19338         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19339         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19340         (gst_afsink_close_file):
19341         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19342         (gst_afsrc_close_file):
19343         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19344         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19345         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19346         * ext/esd/esdmon.c: (gst_esdmon_get):
19347         * ext/esd/esdsink.c: (gst_esdsink_chain):
19348         * ext/faac/gstfaac.c: (gst_faac_chain):
19349         * ext/faad/gstfaad.c: (gst_faad_chain):
19350         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19351         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19352         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19353         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19354         (gst_flacdec_loop):
19355         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19356         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19357         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19358         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19359         (gst_gnomevfssink_close_file):
19360         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19361         (gst_gnomevfssrc_open_file):
19362         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19363         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19364         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19365         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19366         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19367         * ext/mad/gstmad.c: (gst_mad_chain):
19368         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19369         * ext/mpeg2dec/gstmpeg2dec.c:
19370         * ext/mpeg2enc/gstmpeg2enc.cc:
19371         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19372         * ext/mplex/gstmplex.cc:
19373         * ext/mplex/gstmplexibitstream.cc:
19374         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19375         (gst_ogg_demux_push), (gst_ogg_pad_push):
19376         * ext/raw1394/gstdv1394src.c:
19377         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19378         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19379         * ext/sidplay/gstsiddec.cc:
19380         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19381         (gst_sf_loop):
19382         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19383         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19384         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19385         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19386         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19387         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19388         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19389         * gst-libs/gst/Makefile.am:
19390         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19391         (gst_riff_read_element_data), (gst_riff_read_seek),
19392         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19393         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
19394         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19395         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19396         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19397         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19398         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19399         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19400         * gst/goom/gstgoom.c: (gst_goom_chain):
19401         * gst/id3/gstid3types.c: (gst_id3types_loop):
19402         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19403         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19404         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19405         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19406         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19407         (gst_ebml_read_float), (gst_ebml_read_header):
19408         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19409         (gst_matroska_demux_parse_blockgroup):
19410         * gst/modplug/gstmodplug.cc:
19411         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19412         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19413         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19414         * gst/silence/gstsilence.c: (gst_silence_get):
19415         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19416         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19417         * gst/speed/gstspeed.c: (speed_loop):
19418         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19419         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19420         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19421         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19422         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19423         (gst_wavparse_loop):
19424         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19425         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19426         (dxr3audiosink_close):
19427         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19428         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19429         (dxr3videosink_close), (dxr3videosink_write_data):
19430         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19431         * sys/oss/gstosselement.h:
19432         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
19433         (gst_osssink_chain):
19434         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19435         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19436         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19437         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19438         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
19439         (gst_v4l_enable_overlay):
19440         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19441         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19442         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19443         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19444         (gst_v4l_set_audio):
19445         * sys/v4l/v4l_calls.h:
19446         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19447         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19448         (gst_v4lmjpegsink_playback_init),
19449         (gst_v4lmjpegsink_playback_start):
19450         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19451         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
19452         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
19453         (gst_v4lmjpegsrc_requeue_frame):
19454         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19455         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19456         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19457         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19458         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19459         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19460         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19461         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19462         (gst_v4l2src_capture_stop):
19463         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19464         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19465         (gst_ximagesink_chain):
19466         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19467         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19468         (gst_xvideosink_xwindow_new):
19469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19470         (gst_xvimagesink_chain):
19471         use new error signal, function and categories
19472
19473 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
19474
19475         * configure.ac:
19476         * ext/Makefile.am:
19477         * ext/musicbrainz/gsttrm.c:
19478         * ext/musicbrainz/gsttrm.h:
19479         * ext/musicbrainz/Makefile.am:
19480         Add a trm plugin
19481
19482 2004-01-18  Julien MOUTTE  <julien@moutte.net>
19483
19484         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
19485         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
19486         synchronous property for debugging.
19487         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
19488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19489         (gst_xvimagesink_set_property): Moving a pointer declaration to a
19490         smaller block, fixing indent.
19491
19492 2004-01-16  David Schleef  <ds@schleef.org>
19493
19494         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
19495         property affects the video stream.
19496         * sys/xvimage/xvimagesink.c:
19497         * sys/xvimage/xvimagesink.h:
19498         Add synchronous property for debugging.  Should probably be
19499         disabled in non-CVS builds.  Make sure that the Xv attribute
19500         exists before we set it (crash!).  Fix a silly float bug that
19501         caused colorbalance to just not work.
19502
19503 2004-01-17  Christian Schaller <Uraeus@gnome.org>
19504
19505         * tools/gst-launch-ext.in - update for new plugins
19506
19507 2004-01-16  David Schleef  <ds@schleef.org>
19508
19509         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
19510         already-freed caps.
19511
19512 2994-01-16  Christian Schaller <Uraeus@gnome.org>
19513
19514         * Update spec for new colorspace plugin and libcaca plugin
19515         * Fix compilation of libcaca plugin (clock -> id)
19516
19517 2004-01-16  Julien MOUTTE <julien@moutte.net>
19518
19519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
19520         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19521         (gst_xvimagesink_set_xwindow_id),
19522         (gst_xvimagesink_colorbalance_set_value),
19523         (gst_xvimagesink_colorbalance_get_value),
19524         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19525         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
19526         correct colorbalance properties. They can now be set when the element
19527         is still in NULL state. The values will be committed to the Xv Port
19528         when xcontext is initialized.
19529         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
19530         brightness int values in the GstXvImagesink structure.
19531
19532 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19533
19534         * gst-libs/gst/Makefile.am:
19535           restructure so having local patches works easier.
19536
19537 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19538
19539         * ext/mpeg2enc/Makefile.am:
19540         * ext/mpeg2enc/gstmpeg2enc.cc:
19541         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19542           Bugfix with respect to EOS handling.
19543
19544 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19545
19546         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
19547           Link with right caps (else, it segfaults).
19548         * ext/mplex/gstmplexjob.cc:
19549           Fix for slight API change in 1.6.1.93 release of mjpegtools.
19550
19551 2004-01-15  David Schleef  <ds@schleef.org>
19552
19553         * gst-libs/gst/audio/Makefile.am:
19554         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
19555         from the template.
19556         * gst-libs/gst/audio/gstaudiofilter.c:
19557         * gst-libs/gst/audio/gstaudiofilter.h:
19558         Add bytes_per_sample and size and n_samples calculation.
19559         * gst-libs/gst/audio/gstaudiofilterexample.c:
19560         Remove, now autogenerated.
19561         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
19562         Moved from gstaudiofilterexample, object name changed, code added
19563         so that it actually works.
19564         * gst-libs/gst/audio/make_filter:
19565         Script to build an audiofilter subclass from the template.
19566         * gst/colorspace/Makefile.am:
19567         * gst/colorspace/yuv2yuv.c:
19568         Remove file, since it's GPL, and we don't use it.
19569
19570 2004-01-15  Julien MOUTTE  <julien@moutte.net>
19571
19572         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
19574         them use the buffer free function to test how the buffer was allocated.
19575
19576 2004-01-15  David Schleef  <ds@schleef.org>
19577
19578         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
19579         that handles osssink fallback.
19580         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19581         (gst_audio_convert_getcaps):
19582         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19583         Add audio/x-qdm2 for QDM2 audio.
19584         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19585         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
19586         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19587         Decrease minimum size to 16x16.
19588         * gst/wavparse/gstwavparse.c:
19589         Convert disabled pad template caps to new caps.
19590         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19591         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19592         (gst_xvimagesink_chain): Throw element error when display cannot
19593         be opened.  Increase minimum framerate to 1.0.  Check the data
19594         free function on a buffer to make sure it is the type we expect
19595         before manipulating it.
19596
19597 2004-01-15  Julien MOUTTE <julien@moutte.net>
19598
19599         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
19600         (gst_videobalance_colorbalance_set_value): Implement passthru if
19601         settings are in the middle.
19602         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
19603
19604 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19605
19606         * gst/videofilter/Makefile.am:
19607         * gst/volume/Makefile.am:
19608           Since we use videofilter symbols, link to it.
19609
19610 2004-01-15  Julien MOUTTE <julien@moutte.net>
19611
19612         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
19613         mixer interface type to HARDWARE.
19614         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
19615         type to SOFTWARE.
19616         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
19617         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
19618         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
19619         (gst_volume_interface_init), (gst_volume_list_tracks),
19620         (gst_volume_set_volume), (gst_volume_get_volume),
19621         (gst_volume_set_mute), (gst_volume_mixer_init),
19622         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
19623         (volume_init): Implementing mixer interface.
19624         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
19625         * sys/oss/gstosselement.c: (gst_osselement_get_type),
19626         (gst_osselement_change_state): Removing some trailing commas in
19627         structures.
19628         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
19629         interface type to HARDWARE.
19630         * sys/v4l/gstv4lcolorbalance.c:
19631         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
19632         type to HARDWARE.
19633         * sys/v4l2/gstv4l2colorbalance.c:
19634         (gst_v4l2_color_balance_interface_init): Setting colorbalance
19635         interface type to HARDWARE.
19636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
19637         same code than ximagesink for event handling.
19638
19639 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19640
19641         * ext/snapshot/Makefile.am:
19642         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
19643         (gst_snapshot_chain):
19644         * ext/snapshot/gstsnapshot.h:
19645           This has to be a joke... Snapshot should be connected to a tee,
19646           colorspace element before it and EOS after that, where the other
19647           src of the tee receives normal data.
19648           The current way is *wrong*.
19649
19650 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19651
19652         * ext/hermes/gsthermescolorspace.c:
19653           Fix another compile error. Same as below.
19654
19655 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19656
19657         * gst/colorspace/gstcolorspace.c:
19658         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
19659         (gst_colorspace_i420_to_yv12):
19660           Fix compiling... Didn't test if it actually works.
19661
19662 2004-01-15  David Schleef  <ds@schleef.org>
19663
19664         * configure.ac:
19665         * gst/colorspace/Makefile.am:
19666         * gst/colorspace/gstcolorspace.c:
19667         * gst/colorspace/gstcolorspace.h:
19668         * gst/colorspace/yuv2rgb.c:
19669         * gst/colorspace/yuv2rgb.h:
19670         Duplicate the ext/hermes colorspace plugin, and remove Hermes
19671         code and GPL code.  Fix for new caps negotiation.  Rewrite
19672         much of the format handling code, and some of the conversion
19673         code.  Basically, rewrote almost everything.  This element
19674         handles I420, YV12 to RGB conversions.
19675         * ext/hermes/Makefile.am:
19676         * ext/hermes/gsthermescolorspace.c:
19677         Rename colorspace to hermescolorspace.  Fix negotiation issues.
19678         Remove non-Hermes related code.  This element handles lots of
19679         RGB to RGB conversions, but no YUV.
19680         * ext/hermes/gstcolorspace.c:
19681         * ext/hermes/gstcolorspace.h:
19682         * ext/hermes/rgb2yuv.c:
19683         * ext/hermes/yuv2rgb.c:
19684         * ext/hermes/yuv2rgb.h:
19685         * ext/hermes/yuv2rgb_mmx16.s:
19686         * ext/hermes/yuv2yuv.c:
19687         * ext/hermes/yuv2yuv.h:
19688         Remove old code.
19689
19690 2004-01-14  Colin Walters  <walters@verbum.org>
19691
19692         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
19693         they've already been.
19694
19695 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19696
19697         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
19698           assume tag mode when pad is not connected
19699
19700 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19701
19702         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19703           Don't update the time of the clock
19704         (gst_alsa_sink_loop):
19705           sync to the clock given to alsasink, not the own clock
19706         * sys/oss/gstosssink.c: (gst_osssink_chain):
19707           sync to the clock
19708         (gst_osssink_change_state):
19709           activate the clock
19710         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
19712           remove bogus code that made DISCONT events unhandled
19713         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
19714           explicitly case to double in _set_simple. (fixes 2nd warning in bug
19715           #131502)
19716         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
19717         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
19718         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
19719           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
19720           2nd warning in bug #131502)
19721
19722 2004-01-14  Julien MOUTTE  <julien@moutte.net>
19723
19724         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
19725         (gst_videobalance_colorbalance_set_value),
19726         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
19727         for colorbalance interface implementation.
19728         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19729         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
19730         (gst_ximagesink_dispose), (gst_ximagesink_init),
19731         (gst_ximagesink_class_init): Adding DISPLAY property.
19732         * sys/ximage/ximagesink.h: Adding display_name to store display.
19733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19734         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19735         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
19736         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
19737         properties (they still need polishing though for gst-launch use : no
19738         xcontext yet, i ll do that tomorrow).
19739         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
19740
19741 2004-01-14  Julien MOUTTE  <julien@moutte.net>
19742
19743         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19744         (gst_play_set_location), (gst_play_set_visualization): Preparing
19745         switch integration, adding videobalance in the pipeline.
19746
19747 2004-01-14  Julien MOUTTE <julien@moutte.net>
19748
19749         * gst-libs/gst/colorbalance/colorbalance.c:
19750         (gst_color_balance_class_init): Adding a default type.
19751         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
19752         the type.
19753         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
19754         (gst_videobalance_dispose), (gst_videobalance_class_init),
19755         (gst_videobalance_init), (gst_videobalance_interface_supported),
19756         (gst_videobalance_interface_init),
19757         (gst_videobalance_colorbalance_list_channels),
19758         (gst_videobalance_colorbalance_set_value),
19759         (gst_videobalance_colorbalance_get_value),
19760         (gst_videobalance_colorbalance_init): Implementing colorbalance
19761         interface.
19762         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
19763         list.
19764         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
19765         bug which was triggering a BadAccess X error when setting an overlay
19766         before pad was really negotiated.
19767         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
19768         Using the colorbalance type macro.
19769
19770 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19771
19772         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
19773         (gst_flacenc_chain):
19774           handle tags correctly
19775         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
19776           extract ID3v1 tags correctly
19777
19778 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19779
19780         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
19781         (plugin_init):
19782           Improve matroska typefinding for odd-typed headers...
19783
19784 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19785
19786         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
19787           Fix for using incremental number on padnames.
19788
19789 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19790
19791         * ext/divx/gstdivxdec.c:
19792         * ext/divx/gstdivxenc.c:
19793           Set category to divx4linux instead of divx (too generic).
19794         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19795         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19796         (gst_wavparse_loop), (gst_wavparse_change_state):
19797         * gst/wavparse/gstwavparse.h:
19798           fix parsing of WAV files with non-standard fmt-tag size and fix
19799           skipping of unrecognized chunks... Someone please fix this thing
19800           to use rifflib so all this is automated.
19801         * sys/v4l/Makefile.am:
19802         * sys/v4l2/Makefile.am:
19803           Add X_CFLAGS because we depend on X (for overlay).
19804
19805 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
19806
19807         * ext/mpeg2dec/gstmpeg2dec.c:
19808           Don't issue a timestamp unless we tagged the frame
19809           with a PTS.
19810
19811 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19812
19813         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
19814           Query the audio element to get the time, not the clock. We're
19815           interested in the element's time here.
19816
19817 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19818
19819         * ext/aalib/gstaasink.c: (gst_aasink_chain):
19820         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19821         * ext/esd/esdsink.c: (gst_esdsink_chain):
19822         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
19823         * ext/mas/massink.c: (gst_massink_chain):
19824         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
19825         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
19826         (gst_matroska_demux_parse_metadata):
19827         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
19828         (gst_mpeg_parse_release_locks):
19829         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
19830         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
19831         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19832         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19833         (gst_osssink_change_state):
19834         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19835         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19836         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
19837         (gst_xvideosink_release_locks):
19838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
19839           use element time.
19840         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
19841         (gst_alsa_clock_stop):
19842         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
19843         (gst_audio_clock_get_internal_time):
19844           simplify for use with new clocking code.
19845         * testsuite/alsa/Makefile.am:
19846         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
19847           fix testsuite for new caps system
19848
19849 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19850
19851         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19852         * ext/flac/gstflacenc.c: (add_one_tag):
19853           length is already host endian, no need to convert. Fixes playback of
19854           tagged files on PPC. (bug #128384)
19855
19856 2004-01-13  Julien MOUTTE <julien@moutte.net>
19857
19858         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
19859         colorbalance interface stating if it is hardware based or software
19860         based.
19861         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
19862         Removing a trailing comma.
19863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19864         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
19865         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
19866         the documentation seems to be wrong on the -1000 to 1000 interval.
19867
19868 2004-01-12  David Schleef  <ds@schleef.org>
19869
19870         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19871         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
19872         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
19873         Fix negotiation.  Add a bufferalloc function for the sink pad,
19874         and generally clean up some of the code.
19875
19876 2004-01-12  Julien MOUTTE <julien@moutte.net>
19877
19878         * gst-libs/gst/colorbalance/colorbalancechannel.c:
19879         (gst_color_balance_channel_dispose): Adding safety check in dispose
19880         method.
19881         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19882         (gst_xvimagesink_xcontext_clear),
19883         (gst_xvimagesink_interface_supported),
19884         (gst_xvimagesink_colorbalance_list_channels),
19885         (gst_xvimagesink_colorbalance_set_value),
19886         (gst_xvimagesink_colorbalance_get_value),
19887         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
19888         Adding colorbalance interface support to set XV parameters such as
19889         HUE, BRIGHTNESS, CONTRAST, SATURATION.
19890         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
19891         interface.
19892
19893 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19894
19895         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
19896         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
19897         (gst_audio_convert_init), (gst_audio_convert_set_property),
19898         (gst_audio_convert_get_property), (gst_audio_convert_chain),
19899         (gst_audio_convert_link),
19900         (gst_audio_convert_buffer_to_default_format),
19901         (gst_audio_convert_buffer_from_default_format), (plugin_init):
19902           - implement _getcaps and use it
19903           - improve linking
19904           - remove float caps since no float conversion is actually done
19905           - remove properties and arguments that were to be used for rate
19906             conversion
19907
19908 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19909
19910         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
19911         (gst_audio_structure_set_int):
19912         * gst-libs/gst/audio/audio.h:
19913           add helper functions for _getcaps matching the standard audio
19914           templates
19915
19916 2004-01-12  David Schleef  <ds@schleef.org>
19917
19918         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19919         Test that pad is negotiated before getting its caps.
19920
19921 2004-01-12  Julien MOUTTE <julien@moutte.net>
19922
19923         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
19924         analyzing the pads of an element the bin is mostly in READY state so
19925         no caps were negotiated. This helper function needs to work with
19926         _get_caps directly then. I was not freeing them though, added that to
19927         fix the mem leak.
19928
19929 2004-01-12  Julien MOUTTE <julien@moutte.net>
19930
19931         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
19933         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
19934         than the free_func.
19935
19936 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19937
19938         * sys/oss/gstossaudio.c: (plugin_init):
19939         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
19940         * sys/oss/gstosselement.h:
19941           make an oss debugging category
19942           make failure more descriptive
19943
19944 2004-01-11  David Schleef  <ds@schleef.org>
19945
19946         * ext/ffmpeg/gstffmpeg.c:
19947         * ext/ffmpeg/gstffmpegcodecmap.c:
19948         * ext/ffmpeg/gstffmpegdec.c:
19949         * ext/ffmpeg/gstffmpegenc.c:
19950         * ext/ffmpeg/gstffmpegprotocol.c:
19951         * ext/gdk_pixbuf/gstgdkanimation.c:
19952         * ext/jpeg/gstjpeg.c:
19953         * ext/libpng/gstpng.c:
19954         * ext/mpeg2dec/perftest.c:
19955         * ext/speex/gstspeex.c:
19956         * gst-libs/gst/resample/dtos.c:
19957         * gst/intfloat/gstintfloatconvert.c:
19958         * gst/oneton/gstoneton.c:
19959         * gst/rtjpeg/RTjpeg.c:
19960         * gst/rtp/gstrtp.c:
19961         * sys/dxr3/dxr3init.c:
19962         * sys/glsink/gstgl_nvimage.c:
19963         * sys/glsink/gstgl_pdrimage.c:
19964         * sys/glsink/gstglsink.c:
19965         * testsuite/gst-lint:
19966         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
19967
19968 2004-01-11  David Schleef  <ds@schleef.org>
19969
19970         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
19971         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
19972         * ext/gdk_pixbuf/gstgdkanimation.c:
19973         (gst_gdk_animation_iter_create_pixbuf):
19974         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
19975         (gst_gdk_pixbuf_chain):
19976         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19977         * ext/jack/gstjack.c: (gst_jack_change_state):
19978         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
19979         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
19980         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
19981         * gst/videofilter/gstvideofilter.c:
19982         (gst_videofilter_set_output_size):
19983         Remove all usage of gst_pad_get_caps(), and replace it with
19984         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
19985
19986 2004-01-11  David Schleef  <ds@schleef.org>
19987
19988         * configure.ac:
19989         * ext/Makefile.am: Fixes to make ext/libcaca compile.
19990         * ext/divx/gstdivxdec.c:
19991         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
19992         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
19993         handle images that span multiple buffers.  Now work with both
19994         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
19995         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19996         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
19997         video/video.h changes
19998         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
19999         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20000         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20001         of GstData free function.
20002         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20003         same.
20004
20005 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20006
20007         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20008         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20009         (gst_v4l2element_get_property):
20010         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20011           add norm, channel and frequency properties.
20012         * sys/v4l2/gstv4l2tuner.c:
20013           fixes for tuner interface changes
20014         * sys/v4l2/gstv4l2element.h:
20015         * sys/v4l2/gstv4l2src.c:
20016         * sys/v4l2/gstv4l2src.h:
20017         * sys/v4l2/v4l2src_calls.c:
20018         * sys/v4l2/v4l2src_calls.h:
20019           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20020
20021 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20022
20023         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20024         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20025         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20026         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20027         * gst-libs/gst/tuner/tuner.h:
20028           GObjects aren't const.
20029           Add find_by_name functions.
20030           Add checks to _changed functions.
20031         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20032         (gst_v4l_tuner_get_norm):
20033           Fixes for above.
20034
20035 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20036
20037         * gst-libs/gst/video/video.h:
20038           Fix caps template names to be understandable.
20039           Prefix everything with GST_VIDEO.
20040         * ext/aalib/gstaasink.c:
20041         * ext/divx/gstdivxdec.c:
20042         * ext/divx/gstdivxenc.c:
20043         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20044         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20045         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20046         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20047         * ext/libcaca/gstcacasink.c:
20048         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20049         * ext/snapshot/gstsnapshot.c:
20050         * ext/swfdec/gstswfdec.c:
20051         * ext/xvid/gstxviddec.c:
20052         * ext/xvid/gstxvidenc.c:
20053         * gst/chart/gstchart.c:
20054         * gst/deinterlace/gstdeinterlace.c:
20055         * gst/effectv/gsteffectv.c:
20056         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20057         * gst/goom/gstgoom.c:
20058         * gst/median/gstmedian.c:
20059         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20060         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20061         * gst/overlay/gstoverlay.c:
20062         * gst/smooth/gstsmooth.c:
20063         * gst/smpte/gstsmpte.c:
20064         * gst/synaesthesia/gstsynaesthesia.c:
20065         * gst/videocrop/gstvideocrop.c:
20066         * gst/videodrop/gstvideodrop.c:
20067         * gst/y4m/gsty4mencode.c:
20068         * sys/qcam/gstqcamsrc.c:
20069         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20070           Make them work with new video.h file.
20071         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20072         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20074         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20075           Make it work with new buffer allocation system.
20076
20077 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20078
20079         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20080         pad_alloc_buffer implementation to use ->srcpad
20081         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20082         pad_alloc_buffer implementation to use ->srcpad
20083         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20084         pad_alloc_buffer implementation to use ->srcpad
20085         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20086         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20087         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20088         a reference to everything we need.
20089         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20091         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20092         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20093         a reference to everything we need.
20094         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20095
20096 2004-01-11  David Schleef  <ds@schleef.org>
20097
20098         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20099         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20100         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20101         structure members.
20102         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20103         value during a resize/renegotiation.
20104         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20105         gst_pad_alloc_buffer();
20106         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20107         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20108         structure members.
20109         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20110         Fix for rename of buffer private structure members.
20111         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20112         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20113         Fix for rename of buffer private structure members.
20114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20115         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20116         Fix for rename of buffer private structure members.
20117
20118 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20119
20120         reviewed by: David Schleef <ds@schleef.org>
20121
20122         * gst/videofilter/Makefile.am:
20123         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20124         from the patch by ds to fit in with recent make_filter changes.
20125
20126 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20127
20128         * configure.ac: Adding examples/switch/Makefile
20129         * examples/Makefile.am: Adding examples/switch
20130         * examples/switch/Makefile.am: Adding switcher example.
20131         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20132         (switch_timer), (main): Adding an example demonstrating switch usage
20133         with 2 videotestsrc showing different patterns.
20134         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20135         (gst_switch_init): Fixing switch with the new caps system.
20136
20137 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20138
20139         * gst-libs/gst/video/video.h:
20140           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20141           They should probably be like
20142           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20143
20144 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20145
20146         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20147         (qtdemux_parse_trak):
20148           fix audio chunk size/timestamp calculation
20149
20150 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20151
20152         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20153           fix SVQ3 caps
20154
20155 2004-01-11  Steve Baker  <steve@stevebaker.org>
20156
20157         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20158         (gst_agingtv_base_init), (gst_agingtv_class_init),
20159         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20160         (gst_agingtv_set_property), (gst_agingtv_get_property):
20161         Port agingTV to videofilter
20162
20163 2004-01-09  Julien MOUTTE <julien@moutte.net>
20164
20165         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20166         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20167
20168 2004-01-09  Julien MOUTTE <julien@moutte.net>
20169
20170         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20171         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20172         * gst-libs/gst/xoverlay/xoverlay.c:
20173         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20174         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20175         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20176         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20177         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20178         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20179         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20180         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20181         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20182         interface implementation to handle xid being 0 and fix some bugs
20183         triggered by Benjamin's testcase.
20184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20185         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20186         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20187         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20188         interface implementation to handle xid being 0 and fix some bugs
20189         triggered by Benjamin's testcase.
20190
20191 2004-01-09  David Schleef  <ds@schleef.org>
20192
20193         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20194         mouse pointer events.  It works.
20195
20196 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20197
20198         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20199           Use explicit caps - fix capsnego.
20200         * ext/xvid/gstxviddec.c:
20201         * ext/xvid/gstxvidenc.c:
20202           Remove macro-inside-macro which caused compile errors.
20203         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20204           Error out if it's not a RIFF file. Else we error out without
20205           gst_element_error() which is not good...
20206
20207 2004-01-08  David Schleef  <ds@schleef.org>
20208
20209         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20210         Fix pad_link function to handle formats that ffmpeg returns
20211         as multiple caps structures.
20212         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20213         Only complain if source buffer is _smaller_ than expected.
20214         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20215         (gst_videoscale_handle_src_event): Resize navigation events
20216         when passing them upstream.
20217         * gst/videotestsrc/gstvideotestsrc.c:
20218         * gst/videotestsrc/gstvideotestsrc.h:
20219         * gst/videotestsrc/videotestsrc.c:
20220         * gst/videotestsrc/videotestsrc.h:
20221         Rewrite many of the buffer painting functions to handle odd
20222         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20223         been verified to work with my video card.
20224         * testsuite/gst-lint:  Add check for elements calling
20225         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20226
20227 2004-01-08  David Schleef  <ds@schleef.org>
20228
20229         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20230         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20231
20232 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20233
20234         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20235         configure event is not emiting the desired size signal. That fixes
20236         aspect ratio issues with gst-player.
20237
20238 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20239
20240         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20241           Fix capsnego.
20242
20243 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20244
20245         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20246         public method to fire size signal.
20247
20248 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20249
20250         * examples/gstplay/Makefile.am: Adding the interface library.
20251         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20252         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20253         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20254         GST_IS_X_OVERLAY before signal connect.
20255         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20256         Removing the have_video_size signal.
20257         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20258         and associated public method.
20259         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20260         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20261         signal.
20262         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20263         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20264         signal.
20265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20266         Using XOverlay public method to fire size signal.
20267
20268 2004-01-07  David Schleef  <ds@schleef.org>
20269
20270         * gst/videofilter/Makefile.am:
20271         * gst/videofilter/gstvideotemplate.c:
20272         * gst/videofilter/make_filter:
20273         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20274         Convert make_filter to /bin/sh script.
20275
20276 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20277
20278         * gst/modplug/gstmodplug.cc: fix element description
20279
20280 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20281
20282         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20283         (got_video_size): Adding some new lines in g_print calls.
20284         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20285         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20286         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20287         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20288         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20289         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20290         Complete code review, reverting some stuff i disagree with, adding
20291         some fixes : time synchronization on invalid timestamps, renegotiation
20292         of private window.
20293         * sys/ximage/ximagesink.h:
20294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20295         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20296         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20297         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20298         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20299         (gst_xvimagesink_buffer_new),
20300         (gst_xvimagesink_navigation_send_event),
20301         (gst_xvimagesink_set_xwindow_id),
20302         (gst_xvimagesink_get_desired_size),
20303         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20304         stuff i disagree with, adding some fixes : Renegotiation of private
20305         window, implementing get_desired_size.
20306
20307 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20308
20309         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20310         (gst_afsink_handle_event):
20311         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20312         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20313         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20314         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20315         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20316           Fix for instantiate-test (see core). Also remove dead code from
20317           jpegenc (which still needs fixing, but that's lower on my TODO
20318           list...).
20319         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20320           Never return NULL as caps.
20321
20322 2004-01-07  David Schleef  <ds@schleef.org>
20323
20324         * configure.ac:
20325         * ext/Makefile.am:
20326         * ext/librfb/Makefile.am:
20327         * ext/librfb/gstrfbsrc.c:
20328         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20329         is the protocol used by VNC.
20330
20331 2004-01-07  David Schleef  <ds@schleef.org>
20332
20333         * gst/videofilter/gstvideotemplate.c:
20334         * gst/videofilter/gstvideotemplate.h:
20335         * gst/videofilter/make_filter:
20336         Merge videotemplate header into source file.
20337         * gst/effectv/Makefile.am:
20338         * gst/effectv/gsteffectv.c: (plugin_init):
20339         * gst/effectv/gstwarp.c:
20340         Make warpTV a subclass of videofilter.
20341
20342 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20343
20344         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20345           Add guard against invalid utf-8 conversions in mad. Just in case.
20346
20347 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20348
20349         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20350           Fix for bug shown by poisoning
20351
20352 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20353
20354         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20355         (gst_v4lmjpegsrc_buffer_free):
20356         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20357         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
20358         (gst_v4lsrc_buffer_free):
20359           Fix for removed bufferpools.
20360
20361 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20362
20363         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20364         Fix caps negotiation.
20365
20366         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20367         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
20368         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20369         (dvdnavsrc_event):
20370         * ext/mpeg2dec/gstmpeg2dec.c:
20371         * gst-libs/gst/navigation/navigation.c:
20372         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
20373         * gst-libs/gst/navigation/navigation.h:
20374         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
20375         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
20376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
20377         Super-simple first version of mouse and keyboard events. Clicking
20378         on a DVD menu now works, although it may not take you where you
20379         expected.
20380
20381         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20382         * gst/videotestsrc/gstvideotestsrc.c:
20383         (gst_videotestsrc_src_fixate):
20384         These fixate functions were broken - they never actually
20385         fixated :)
20386
20387 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20388
20389         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
20390         (gst_icecastsend_init):
20391           fix for new caps system.
20392         * gst-libs/gst/mixer/mixertrack.h:
20393         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
20394           Add 'master track' flag (for tools like ACME that only want to
20395           change the main volume).
20396
20397 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20398
20399         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
20400         (gst_xvid_csp_to_caps):
20401         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
20402         * ext/xvid/gstxvidenc.c:
20403         ifdef out ARGB type when it isn't available
20404         in xvidcore 1.0.0beta2
20405
20406 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20407
20408         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20409           When we have received a new SCR right in the first buffer after
20410           a seek (so in the same cycle that handles the discont), we should
20411           handle the buffer instead of unreffing it, else we lose data.
20412
20413 2004-01-06  Iain <iain@prettypeople.org>
20414
20415         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
20416           buffer-frames caps too.
20417
20418         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
20419           caps that we need, don't destroy them all and rebuild them. And when
20420           creating src pads, use the src pad template rather than the sink...
20421
20422 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20423
20424         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20425           Add pad to element *after* setting functions such as event handler.
20426           Without this, the scheduler (opt) will link pads, set the event
20427           handler from the default event function (dispatcher in gstpad.c)
20428           and *after* that, we will set our own event function, which will
20429           thus never be used (and thus mpegdemux doesn't handle events).
20430
20431 2004-01-04  David Schleef  <ds@schleef.org>
20432
20433         Fix the fixate functions to handle new prototype:
20434         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20435         * gst/videotestsrc/gstvideotestsrc.c:
20436         (gst_videotestsrc_src_fixate):
20437         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20438         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
20439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20440
20441 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20442
20443         * sys/ximage/ximagesink.h:
20444         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20445         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
20446         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
20447         (gst_ximagesink_xoverlay_init):
20448           assorted fixes to make (re)embedding work
20449         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
20450         (gst_ximagesink_get_desired_size):
20451           implement desired size additions to XOverlay
20452
20453 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20454
20455         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
20456         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
20457         (gst_x_overlay_got_desired_size):
20458         * gst-libs/gst/xoverlay/xoverlay.h:
20459           Add optional "desired size" signal and querying.
20460
20461 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20462
20463         * gst/matroska/matroska-demux.c:
20464         (gst_matroska_demux_parse_blockgroup):
20465           Fix EBML-laced block parsing. Diffs are relative to previous
20466           lace, not the first lace. Thanks to Mosu from the Matroska
20467           team for detecting this.
20468         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20469         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
20470         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
20471         (gst_wavparse_change_state):
20472         * gst/wavparse/gstwavparse.h:
20473           Quickfix for capsnego.
20474
20475 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20476
20477         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
20478           Fix indenting, fix pad creation.
20479
20480 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20481
20482         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
20483         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
20484         (gst_xviddec_sink_link):
20485           Implement src_getcaps() so proper size caps is negotiated.
20486
20487 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20488
20489         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
20490           Finish flac decoder on EOS. See #116178.
20491
20492 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20493
20494         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
20495         (gst_matroska_demux_add_stream):
20496         * gst/matroska/matroska-ids.h:
20497           Add getcaps() function to fix capsnego...
20498
20499 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20500
20501         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20502         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20503         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20504           Fix more integer overflows. Again, see #126967.
20505
20506 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20507
20508         * ext/mpeg2dec/gstmpeg2dec.c:
20509           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
20510           #130416.
20511
20512 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20513
20514         * configure.ac:
20515         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
20516         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
20517         * ext/xvid/gstxvid.h:
20518         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
20519         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
20520         (gst_xviddec_src_link), (gst_xviddec_sink_link),
20521         (gst_xviddec_change_state):
20522         * ext/xvid/gstxviddec.h:
20523         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
20524         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
20525         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
20526         (gst_xvidenc_link), (gst_xvidenc_set_property),
20527         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
20528         * ext/xvid/gstxvidenc.h:
20529           Update xvid plugin to latest xvid (1.0.0-beta3) API.
20530
20531 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20532
20533         * gst/rtp/rtp-packet.c:
20534           Add sys/types.h include, since OS X doesn't define in_addr_t
20535           in netinet/in.h, like it does on Linux (see #129600).
20536
20537 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
20538
20539         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
20540
20541         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
20542           Correct logic of dispose function (see #129306).
20543
20544 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20545
20546         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
20547         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20548         (gst_mpeg_parse_init):
20549         * gst/mpegstream/gstmpegparse.h:
20550           Remove clock (which was never provided, i.e. dead code), and
20551           also fix integer overflows at high PTS values (see #126967).
20552
20553 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20554
20555         * ext/flac/gstflacdec.c:
20556         * ext/libpng/gstpngenc.h:
20557         * ext/mikmod/gstmikmod.h:
20558           OS X fixes (see #126628).
20559
20560 2004-01-02  David Schleef  <ds@schleef.org>
20561
20562         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
20563         (gst_alsa_src_base_init): Remove bogus "src" request pad.
20564         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
20565         (gst_mpeg_parse_class_init): Move pad template registration
20566         to class_init, since the derived class (mpegdemux) doesn't
20567         want them.
20568
20569 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20570
20571         * sys/ximage/Makefile.am:
20572         * sys/xvideo/Makefile.am:
20573         * sys/xvimage/Makefile.am:
20574           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
20575           after installation (see #127664).
20576
20577 2004-01-02  David Schleef  <ds@schleef.org>
20578
20579         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
20580         (gst_ffmpegenc_connect):  Negotiation fixes.
20581         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
20582         Remove inappropriate gst_caps_free().
20583         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20584         Reenable Ronald's internal resize code, since the core handles
20585         it correctly now.
20586
20587 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20588
20589         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
20590         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
20591         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
20592           Fix pad template stuff.
20593
20594 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20595
20596         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
20597         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
20598           fix signed integer reading/writing.
20599
20600 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20601
20602         * ext/alsa/README:
20603           Remove outdated document
20604
20605 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
20606
20607         * gst/cutter/gstcutter.c: (gst_cutter_init):
20608           src pad was being created twice - oops.
20609
20610 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20611
20612         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20613           Comment out internal resize. It doesn't handle the resulting
20614           XEvent internally, does another try_set_caps() which leads to
20615           a really nice loop.
20616           Real fix will come when Julien and Dave are awake. ;).
20617
20618 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20619
20620         * ext/mpeg2enc/gstmpeg2enc.cc:
20621           fix const/nonconst compile issue.
20622
20623 2004-01-02  David Schleef  <ds@schleef.org>
20624
20625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
20626         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
20627         Add fixate function and a check for bad formats.
20628
20629 2004-01-01  David Schleef  <ds@schleef.org>
20630
20631         Negotiation fixes:
20632         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
20633         (gst_audiofilter_init):
20634         * gst/debug/efence.c: (gst_efence_init):
20635         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20636         (gst_deinterlace_init):
20637         * gst/volume/gstvolume.c: (volume_connect):
20638
20639 2004-01-01  David Schleef  <ds@schleef.org>
20640
20641         Convert elements to use gst_pad_use_explicit_caps() where
20642         appropriate:
20643         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
20644         * ext/audiofile/gstafparse.c: (gst_afparse_init),
20645         (gst_afparse_open_file):
20646         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
20647         (gst_afsrc_open_file):
20648         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
20649         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
20650         (gst_ffmpegdec_chain):
20651         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20652         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
20653         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
20654         (gst_gdk_pixbuf_chain):
20655         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
20656         (gst_jpegdec_chain):
20657         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
20658         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
20659         (gst_mikmod_negotiate):
20660         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
20661         (gst_mpeg2dec_negotiate_format):
20662         * ext/mpeg2enc/gstmpeg2enc.cc:
20663         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20664         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
20665         (gst_speexdec_sinkconnect):
20666         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
20667         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
20668         (gst_vorbisfile_new_link):
20669         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
20670         (gst_ac3parse_chain):
20671         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
20672         (gst_asf_demux_setup_pad):
20673         * gst/auparse/gstauparse.c: (gst_auparse_init),
20674         (gst_auparse_chain):
20675         * gst/id3/gstid3types.c: (gst_id3types_loop):
20676         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20677         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
20678         (mp1videoparse_parse_seq):
20679         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
20680         (bpf_from_header):
20681         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20682         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
20683         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
20684         (gst_mpeg_parse_send_data):
20685         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20686         (gst_qtdemux_add_stream):
20687         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20688         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20689         (gst_wavparse_parse_fmt):
20690
20691 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20692
20693         * configure.ac:
20694           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
20695           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
20696           it therefore uses the wrong include paths. Too bad... Note
20697           that 1.6.1.93 is not release yet. ;).
20698           Also add a check for mplex, which is now using the lib'ified
20699           mplex from mjpegtools, too.
20700         * ext/ffmpeg/gstffmpegcodecmap.c:
20701           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
20702           issues. I don't think ffmpeg handles 3ivx correctly, so this
20703           probably won't work. But it won't hurt either.
20704         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
20705         (gst_ffmpegdec_chain):
20706         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
20707         (gst_ffmpegenc_chain_audio):
20708           Fix memleak in audio encoding. Close codec if open fails, this
20709           calls the cleanup routines so we can re-use the context.
20710         * ext/mpeg2enc/gstmpeg2enc.cc:
20711           Fix pad template names/types, fix memory issue with getcaps().
20712         * ext/mpeg2enc/gstmpeg2encoder.cc:
20713         * ext/mpeg2enc/gstmpeg2encoder.hh:
20714           Fix compile issue with new caps system (const thingy).
20715         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20716         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
20717           We read a first frame right on initing, so that we have a caps
20718           when we init the output. This caps is cached in padprivate and
20719           read as first frame.
20720         * ext/mplex/Makefile.am:
20721         * ext/mplex/gstmplex.cc:
20722         * ext/mplex/gstmplex.h:
20723         * ext/mplex/gstmplex.hh:
20724         * ext/mplex/gstmplexibitstream.cc:
20725         * ext/mplex/gstmplexibitstream.hh:
20726         * ext/mplex/gstmplexjob.cc:
20727         * ext/mplex/gstmplexjob.hh:
20728         * ext/mplex/gstmplexoutputstream.cc:
20729         * ext/mplex/gstmplexoutputstream.hh:
20730           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
20731           had issues, didn't do capsnego, supported only a subset of the
20732           mplex features and required a mplex fork in our local CVS. Plus
20733           that it worked agaist a very old mplex version. Rewriting was
20734           faster than updating it.
20735         * gst-libs/ext/Makefile.am:
20736         * gst-libs/ext/mplex/INSTRUCT:
20737         * gst-libs/ext/mplex/Makefile.am:
20738         * gst-libs/ext/mplex/README:
20739         * gst-libs/ext/mplex/TODO:
20740         * gst-libs/ext/mplex/ac3strm_in.cc:
20741         * gst-libs/ext/mplex/audiostrm.hh:
20742         * gst-libs/ext/mplex/audiostrm_out.cc:
20743         * gst-libs/ext/mplex/aunit.hh:
20744         * gst-libs/ext/mplex/bits.cc:
20745         * gst-libs/ext/mplex/bits.hh:
20746         * gst-libs/ext/mplex/buffer.cc:
20747         * gst-libs/ext/mplex/buffer.hh:
20748         * gst-libs/ext/mplex/fastintfns.h:
20749         * gst-libs/ext/mplex/format_codes.h:
20750         * gst-libs/ext/mplex/inputstrm.cc:
20751         * gst-libs/ext/mplex/inputstrm.hh:
20752         * gst-libs/ext/mplex/lpcmstrm_in.cc:
20753         * gst-libs/ext/mplex/mjpeg_logging.cc:
20754         * gst-libs/ext/mplex/mjpeg_logging.h:
20755         * gst-libs/ext/mplex/mjpeg_types.h:
20756         * gst-libs/ext/mplex/mpastrm_in.cc:
20757         * gst-libs/ext/mplex/mpegconsts.cc:
20758         * gst-libs/ext/mplex/mpegconsts.h:
20759         * gst-libs/ext/mplex/mplexconsts.hh:
20760         * gst-libs/ext/mplex/multplex.cc:
20761         * gst-libs/ext/mplex/outputstream.hh:
20762         * gst-libs/ext/mplex/padstrm.cc:
20763         * gst-libs/ext/mplex/padstrm.hh:
20764         * gst-libs/ext/mplex/stillsstream.cc:
20765         * gst-libs/ext/mplex/stillsstream.hh:
20766         * gst-libs/ext/mplex/systems.cc:
20767         * gst-libs/ext/mplex/systems.hh:
20768         * gst-libs/ext/mplex/vector.cc:
20769         * gst-libs/ext/mplex/vector.hh:
20770         * gst-libs/ext/mplex/videostrm.hh:
20771         * gst-libs/ext/mplex/videostrm_in.cc:
20772         * gst-libs/ext/mplex/videostrm_out.cc:
20773         * gst-libs/ext/mplex/yuv4mpeg.cc:
20774         * gst-libs/ext/mplex/yuv4mpeg.h:
20775         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
20776         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
20777           We don't fork mjpegtools' mplex in our CVS anymore.
20778         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
20779         (gst_avi_demux_add_stream):
20780         * gst/avi/gstavidemux.h:
20781           Add getcaps() function for proper caps nego. This makes some
20782           parts of AVI playback/reading work.
20783         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20784           Resize window on new capsnego. This is probably wrong, but
20785           I'm still committing it because with current capsnego, the
20786           first successfull capsnego is auto-fixated, therefore rounded
20787           down to the lowest values in the caps. this results in a 16x16
20788           XWindow that is not reized when real capsnego finishes.
20789           Dave, I see more cases of this, do you know a proper solution?
20790         * tools/gst-launch-ext.in:
20791           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
20792
20793 2003-12-31  David Schleef  <ds@schleef.org>
20794
20795         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
20796         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
20797           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
20798
20799 2003-12-30  David Schleef  <ds@schleef.org>
20800
20801         * ext/ffmpeg/gstffmpegcolorspace.c:
20802         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
20803         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
20804         (gst_ffmpegcsp_chain): Negotiation fixes
20805         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
20806         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20807         (gst_audio_convert_link), (gst_audio_convert_channels):
20808         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
20809         (gst_audioscale_link), (gst_audioscale_get_buffer),
20810         (gst_audioscale_chain): Negotiation fixes
20811         * gst/audioscale/gstaudioscale.h:
20812         * gst/videofilter/gstvideofilter.c:
20813         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
20814         (gst_videofilter_link), (gst_videofilter_init),
20815         (gst_videofilter_set_output_size), (gst_videofilter_setup),
20816         (gst_videofilter_find_format_by_structure):
20817         * gst/videofilter/gstvideofilter.h: Negotiation fixes
20818         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
20819         (gst_videoscale_link):
20820         * gst/videoscale/videoscale.c: (videoscale_get_structure),
20821         (videoscale_find_by_structure), (gst_videoscale_setup):
20822         * gst/videoscale/videoscale.h: Negotiation fixes
20823         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20824         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
20825         function, restrict resizing to a multiple of 4 (hack until
20826         everyone supports odd sizes correctly).
20827
20828 2003-12-29  Colin Walters  <walters@verbum.org>
20829
20830         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
20831         signed.
20832
20833 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
20834
20835         * ext/sndfile/gstsf.c: (gst_sf_loop):
20836           Fix warning about discarding const qualifier
20837
20838 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
20839
20840         * gst/cutter/gstcutter.c:
20841         * gst/videoscale/gstvideoscale.c:
20842         * gst/volenv/gstvolenv.c:
20843         * gst-libs/gst/audio/audio.c:
20844         * gst-libs/gst/video/video.c:
20845           Fix warnings
20846
20847 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20848
20849         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
20850           Don't send ALSA debugging to stderr.
20851         * ext/alsa/gstalsa.h:
20852           Use GST_WARNING instead of g_warning when ALSA functions fail.
20853
20854 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20855
20856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20857           Free XVAdapterInfo correctly.
20858
20859 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20860
20861         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
20862         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
20863           Make id3tag use correct caps nego.
20864
20865 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
20866
20867         * ext/ivorbis/vorbis.c:
20868         * ext/ivorbis/vorbisenc.h:
20869         * ext/ivorbis/vorbisfile.c:
20870           Modify so that it uses the new caps things
20871
20872 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20873
20874         * testsuite/spider/spider1.c: (main):
20875         * testsuite/spider/spider2.c: (main):
20876         * testsuite/spider/spider3.c: (main):
20877           Make tests compile again. They probably don't work.
20878
20879 2003-12-24  Colin Walters  <walters@verbum.org>
20880
20881         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
20882         we can't fixate the caps anymore.
20883
20884 2003-12-23  David Schleef  <ds@schleef.org>
20885
20886         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
20887         * sys/oss/gstosssink.c: (gst_osssink_init),
20888         (gst_osssink_sink_fixate): Add fixate function.
20889
20890 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20891
20892         * ext/ffmpeg/gstffmpegcodecmap.c:
20893         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
20894         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
20895         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
20896         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
20897         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
20898         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
20899         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
20900           fix typo in RGB masks, and move back to "old" colorspace
20901           capsnego code until whoever wrote this new crap has actually
20902           tested it so that it works.
20903           And yes, this works, keep it that way please.
20904
20905 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20906
20907         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
20908         (gst_divxdec_init), (gst_divxdec_negotiate):
20909         * ext/divx/gstdivxdec.h:
20910         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
20911         (gst_divxenc_init):
20912         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
20913         (gst_faac_sinkconnect), (gst_faac_srcconnect):
20914         * ext/mpeg2enc/gstmpeg2enc.cc:
20915         * ext/mpeg2enc/gstmpeg2encoder.cc:
20916         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20917         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
20918         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
20919         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
20920         (dxr3spusink_init):
20921         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
20922         (dxr3videosink_init):
20923           Fix caps breakage after Dave's caps branch merge.
20924
20925 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20926
20927         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20928           Fix for 24bpp display.
20929
20930 2003-12-23  Colin Walters  <walters@verbum.org>
20931
20932         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
20933         a GnomeVFSHandle directly.
20934
20935 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20936
20937         * gst/volume/Makefile.am:
20938         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
20939         (volume_base_init), (volume_init):
20940           Reenable volume element and fix to work with new caps stuff.
20941           Rhythmbox needs this.
20942
20943 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20944
20945         * gst/qtdemux/qtdemux.c: (plugin_init):
20946           qtdemux requires bytestream
20947
20948 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20949
20950         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
20951           Fix remaining caps handling errors due to CAPS merge.
20952
20953 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20954
20955         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
20956         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
20957         (gst_faad_srcconnect):
20958           Port to new caps system.
20959
20960 2003-12-21  Julien MOUTTE  <julien@moutte.net>
20961
20962         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20963         (got_video_size), (main): using g_print instead of g_message.
20964         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
20965         signal which was not emitted because of "switch" element added to the
20966         bin but not connected. (Removing from the bin temporarily)
20967
20968 2003-12-21  Julien MOUTTE  <julien@moutte.net>
20969
20970         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
20971         find X development files. I don't understand the previous tests and
20972         they fail on my debian/ppc unstable. This one works.
20973         * examples/gstplay/player.c: (main): Set the pipeline to READY before
20974         exiting.
20975         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
20976         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20977         (gst_play_set_visualization): Add some safety checks in set_ methods
20978         and state_change. This was throwing some ugly CRITICAL messages when
20979         pipeline was getting disposed and casts were failing.
20980
20981 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20982
20983         * configure.ac:
20984           Improve mpeg2enc detection. This is for distributions that do
20985           ship mjpegtools, but without mpeg2enc. Also does object check
20986           for might there ever be ABI incompatibility.
20987         * ext/mpeg2enc/gstmpeg2enc.cc:
20988           Add Andrew as second maintainer (he's helping me), and also add
20989           an error if no caps was set. This happens if I pull before capsnego
20990           and that's something I should solve sometime else.
20991         * gst/matroska/matroska-demux.c:
20992         (gst_matroska_demux_parse_blockgroup):
20993           Fix time parsing.
20994         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
20995         (gst_matroska_mux_track_header):
20996           Add caps to templates.
20997         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
20998           Add mpegversion=1 to prevent confusion with MPEG/AAC.
20999         * gst/mpegstream/gstmpegdemux.c:
21000           Remove layer since it causes warnings about unfixed caps.
21001         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21002           Fix obvious typo (we error out if caps were set, we should of
21003           course error out if *no* caps were set).
21004         * sys/oss/gstosselement.c: (gst_osselement_convert):
21005           Fix format conversion, we confused bits/bytes.
21006         * sys/oss/gstosselement.h:
21007           Improve documentation for 'bps'.
21008         * sys/v4l/TODO:
21009           Remove stuff about plugins that need removing - this was done
21010           ages ago.
21011         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21012         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21013         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21014         (gst_v4lsrc_src_query):
21015         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21016         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21017           Add get_query_types(), get_formats() and query() functions.
21018
21019 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21020
21021         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21022         * moved CVS to freedesktop.org