gst-libs/gst/audio/audio.*: fix prototype - wondering why the test worked regardless
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4         * gst-libs/gst/audio/audio.h:
5           fix prototype - wondering why the test worked regardless
6
7 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
8
9         * check/Makefile.am:
10         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
11         * gst-libs/gst/audio/audio.h:
12           add a method that returns a proper GstClockTime
13
14 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15
16         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
17         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
18         * gst-libs/gst/interfaces/xoverlay.h:
19           Remove everything having to do with the desired size; add 
20           gst_x_overlay_prepare_xwindow_id() function; remove the
21           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
22           post a message on the bus instead (#321816).
23
24         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
25         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
26         (gst_xvimagesink_xoverlay_init):
27           Remove desired size stuff (#321816).
28
29 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
30
31         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
32         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
33         (mpeg_video_type_find), (mpeg_video_stream_type_find):
34           Terminate vararg functions with NULL instead of 0 to 
35           make gcc4 happy.
36
37 2005-11-21  Andy Wingo  <wingo@pobox.com>
38
39         patch from: Sebastien Cote <sebas642@yahoo.ca>
40         
41         * gst-libs/gst/rtp/gstrtpbuffer.h: 
42         * gst-libs/gst/rtp/gstrtpbuffer.c
43         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
44
45 2005-11-21  Andy Wingo  <wingo@pobox.com>
46
47         * gst/playback/gstplaybin.c (gen_audio_element) 
48         (gen_video_element): Use the new MISSING_PLUGIN core error
49         category. Closes #320060.
50
51         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
52         * gst/videorate/gstvideorate.c (gst_videorate_event):
53         * ext/theora/theoradec.c (theora_dec_sink_event): 
54         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
55         stream lock.
56
57         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
58         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
59         stream lock changes.
60
61 2005-11-21  Wim Taymans  <wim@fluendo.com>
62
63         * gst-libs/gst/audio/gstbaseaudiosink.c:
64         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
65         (gst_base_audio_sink_provide_clock),
66         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
67         (gst_base_audio_sink_change_state):
68         * gst/audioresample/gstaudioresample.c:
69         Segment update fix.
70
71 2005-11-21  Andy Wingo  <wingo@pobox.com>
72
73         * *.h:
74         * *.c: Ran scripts/update-macros. Oh yes.
75
76 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
77
78         * sys/ximage/Makefile.am:
79         * sys/ximage/ximage.c:
80           Rename ximage plugin to ximagesink (#321426) (Don't forget to
81           remove your old libgstximage.* manually if necessary).
82
83 2005-11-21  Michael Smith <msmith@fluendo.com>
84
85         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
86           Minimal fix for bug #320200: set the min/max bitrate in the correct
87           units. A better fix would be to upgrade to the RATEMANAGE2
88           interface, rather than using the deprecated interface used here, but
89           that would require an update in our libvorbis dependency (to 1.1),
90           which is probably undesirable.
91
92 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
93
94         * ext/libvisual/visual.c: (get_buffer):
95         * gst-libs/gst/audio/gstbaseaudiosrc.c:
96         (gst_base_audio_src_fixate):
97         * gst/audioconvert/gstaudioconvert.c:
98         (gst_audio_convert_fixate_caps):
99         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
100         * gst/audiotestsrc/gstaudiotestsrc.c:
101         (gst_audiotestsrc_src_fixate):
102         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
103         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
104         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
105         * gst/videotestsrc/gstvideotestsrc.c:
106         (gst_videotestsrc_src_fixate):
107         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
108         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
109         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
110         (#322027)
111
112
113 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
114
115         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
116         (gst_riff_create_iavs_caps):
117         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
118         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
119         (gst_riff_parse_info):
120         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
121         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
123           Fixes for GST_FOURCC_FORMAT API change.
124
125 2005-11-21  Andy Wingo  <wingo@pobox.com>
126
127         patch by: Alessandro Dessina <alessandro nnva org>
128
129         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
130         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
131         (gst_ogg_parse_chain):
132         * ext/theora/theoraenc.c (theora_set_header_on_caps):
133         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
134         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
135         gst_value_list calls on arrays. Fixes #321962.
136
137 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
138
139         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
140         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
141         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
142         * gst/adder/gstadder.c: (gst_adder_init),
143         (gst_adder_request_new_pad), (gst_adder_collected),
144         (gst_adder_change_state):
145           Update for gst_collectpads_foo() to gst_collect_pads_foo()
146           API change.
147
148 2005-11-21  Michael Smith <msmith@fluendo.com>
149
150         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
151         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
152           Properly handle pad_push return values.
153
154 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
155
156         * gst-libs/gst/tag/Makefile.am:
157         * gst-libs/gst/tag/gstvorbistag.c:
158         (gst_tag_list_to_vorbiscomment_buffer):
159           Remove obsolete vorbistag element and debug category.
160
161         * gst/playback/gstplaybasebin.c: (check_queue):
162           Don't divide by 0 when queue-threshold is 0.
163
164         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
165           Don't modify an existing pixel-aspect-ratio if we fail to read
166           a new one.
167
168 2005-11-20  Wim Taymans  <wim@fluendo.com>
169
170         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
171         (gst_vorbisenc_push_packet):
172         GST_PAD_IS_USABLE is gone, use the return value of
173         the push or pad_alloc_buffer instead.
174
175 2005-11-18  Julien MOUTTE  <julien@moutte.net>
176
177         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
178         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
179         (gst_ximagesink_ximage_destroy),
180         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
181         (gst_ximagesink_xwindow_new),
182         (gst_ximagesink_xwindow_update_geometry),
183         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
184         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
185         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
186         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
187         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
188         (gst_ximagesink_navigation_send_event),
189         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
190         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
191         (gst_ximagesink_finalize), (gst_ximagesink_init),
192         (gst_ximagesink_class_init):
193         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
194         This new version brings correct software scaling, non flickering
195         window while resizing, pixel aspect ratio handling, usage of
196         hardware buffer pools, out of data flow event thread for 
197         navigation and handling of expose events even when being PAUSED,
198         a new property to keep video aspect ratio when resizing, etc...
199
200 2005-11-18  Julien MOUTTE  <julien@moutte.net>
201
202         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
203         (gst_videoscale_fixate_caps): Introduce back caps fixate with
204         handling of PAR.
205
206 2005-11-18    <bilboed@dvdsrc.fluendo.com>
207
208         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
209         Unsetting IS_SINK flag from the fakesink, so decodebin
210         never behaves as a sink.
211
212 2005-11-17  Wim Taymans  <wim@fluendo.com>
213
214         * gst-libs/gst/audio/gstbaseaudiosrc.c:
215         (gst_base_audio_src_change_state):
216         Fix the audiosrc base class again, we did not unflush.
217
218 2005-11-17  Julien MOUTTE  <julien@moutte.net>
219
220         * examples/seeking/seek.c: (make_dv_pipeline),
221         (make_vorbis_theora_pipeline), (make_avi_pipeline),
222         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
223         to ogg/vorbis/theora pipeline.
224
225 2005-11-17  Wim Taymans  <wim@fluendo.com>
226
227         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
228         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
229         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
230         Fix EOS on multiple streams.
231         More debugging.
232
233 2005-11-16  Wim Taymans  <wim@fluendo.com>
234
235         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
236         (gst_ogg_demux_perform_seek):
237         Segment done must include stream time.
238
239         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
240         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
241         (gst_ogg_mux_change_state):
242         Fix ogg muxer again.
243
244 2005-11-16  Wim Taymans  <wim@fluendo.com>
245
246         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
247         Fix compile again.
248
249 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
250
251         * ext/libvisual/visual.c: (gst_visual_init):
252         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
253         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
254         (gst_ogg_parse_chain):
255         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
256         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
257         * ext/theora/theoradec.c: (gst_theora_dec_init):
258         * ext/theora/theoraenc.c: (gst_theora_enc_init):
259         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
260         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
261         * gst/adder/gstadder.c: (gst_adder_class_init),
262         (gst_adder_dispose):
263         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
264         * gst/subparse/gstsubparse.c: (gst_subparse_init):
265         * gst/videorate/gstvideorate.c: (gst_videorate_init):
266           Fix a whole set of pad template leaks
267
268 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
269
270         * check/generic/states.c: (GST_START_TEST):
271           fix the test so that it only checks for elements that are part of
272           this source module
273
274 2005-11-16  Michael Smith <msmith@fluendo.com>
275
276         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
277         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
278         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
279         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
280         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
281         (gst_ogg_mux_change_state):
282           Fix leaking collectpads.
283
284 2005-11-16  Edward Hervey  <edward@fluendo.com>
285
286         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
287         (gst_videorate_event), (gst_videorate_chain):
288         Handle segment seeks
289
290 2005-11-16  Wim Taymans  <wim@fluendo.com>
291
292         * gst-libs/gst/audio/gstbaseaudiosink.c:
293         (gst_base_audio_sink_provide_clock),
294         (gst_base_audio_sink_change_state):
295         Set ringbuffer to non-flushing when going to PAUSED, set to
296         flushing again when going to READY.
297
298         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
299         (gst_ring_buffer_stop):
300         Start in flushing mode by default.
301         Don't set flushing in the _stop method, let the app call
302         this explicitly.
303
304 2005-11-16  Julien MOUTTE  <julien@moutte.net>
305
306         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
307         * gst-libs/gst/video/videosink.h: Add helper function needed
308         for video sinks.
309
310 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
311
312         * gst/videoscale/gstvideoscale.c:
313         (gst_videoscale_handle_src_event):
314           Don't leak reference to pad parent.
315
316 2005-11-16  Wim Taymans  <wim@fluendo.com>
317
318         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
319         Set ringbuffer to flushing when stopping so that we don't
320         block on wait_segment anymore and livelock.
321
322 2005-11-16  Wim Taymans  <wim@fluendo.com>
323
324         * examples/seeking/seek.c: (send_event), (do_seek),
325         (loop_toggle_cb), (segment_done), (main):
326         Added looping checkbox.
327
328 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
329
330         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
331         (gst_ogg_demux_init):
332         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
333         (gst_vorbis_dec_init):
334           revert unrefs, they don't pass make check
335
336 2005-11-15  Johan Dahlin  <johan@gnome.org>
337
338         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
339         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
340         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
341         (gst_vorbis_dec_init):
342         Fix pad template leaks. 
343
344 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
345
346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
347           Make state change function thread safe.
348
349 2005-11-15  Edward Hervey  <edward@fluendo.com>
350
351         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
352         (gst_ogg_demux_class_init):
353         Implement GstElement::send_event, so we can send seek events
354         in GST_STATE_READY
355
356 2005-11-14  Julien MOUTTE  <julien@moutte.net>
357
358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
359         Discovered how to take away flickering while resizing the
360         window. Please don't put that in ximagesink, refactoring in
361         progress.
362
363 2005-11-14  Michael Smith <msmith@fluendo.com>
364
365         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
366         (gst_multifdsink_render):
367           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
368
369 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
370
371         * gst/playback/gstplaybin.c: (gen_audio_element):
372           Use autoaudiosink, it tends to be more widely available than
373           autoaudiiosink.
374           
375 2005-11-14  Andy Wingo  <wingo@pobox.com>
376
377         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
378         as well if it is available. Fixes #316442.
379
380 2005-11-14  Michael Smith <msmith@fluendo.com>
381
382         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
383         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
384         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
385         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
386         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
387         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
388         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
389         (gst_vorbisenc_change_state):
390           Fix a small memory leak in vorbisenc.
391           Fix large memory leaks in oggmux, also fix lots of state change
392           bugs in oggmux.
393
394 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
395
396         * gst/videotestsrc/gstvideotestsrc.c:
397         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
398         (gst_videotestsrc_src_fixate):
399           move fixation to a fixate function
400           remove negotiate function, basesrc's is good enough
401           fixes a bug for check when using the element alone
402
403 2005-11-13  Edward Hervey  <edward@fluendo.com>
404
405         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
406         (key_toggle_cb), (main):
407         Added checkboxes for adding/removing the accurate and key_unit seek
408         flags.
409
410 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
411
412         * configure.ac: back to HEAD
413
414 === release 0.9.5 ===
415
416 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
417
418         * configure.ac:
419           releasing 0.9.5, "No No Kia"
420
421 2005-11-11  Edward Hervey  <edward@fluendo.com>
422
423         * examples/seeking/seek.c: (make_parselaunch_pipeline):
424         Added parse-launch syntax seeking mode for the seeking example.
425         This should help stress-test even more cases.
426         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
427
428 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
429
430         * sys/xvimage/xvimagesink.c:
431         (gst_xvimagesink_navigation_send_event):
432           Check whether peer pad exists before sending navigation events
433           to it.
434
435 2005-11-11  Michael Smith <msmith@fluendo.com>
436
437         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
438         (gst_vorbisenc_buffer_from_packet):
439         * ext/vorbis/vorbisenc.h:
440           Set duration on encoded buffers. This allows oggmux's
441           max_page_delay parameter to actually work.
442
443 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
444
445         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
446         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
447         (gst_ffmpegcsp_avpicture_fill):
448         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
449         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
450           Make palettes work again (see #132341). Use our own macros
451           for rounding up.
452
453 2005-11-10  Andy Wingo  <wingo@pobox.com>
454
455         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
456         string doober.
457
458 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
459
460         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
461         (gst_ffmpegcsp_transform_caps):
462           Prefer passthrough in transform_caps
463
464 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
465
466         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
467           check for ALSA errors properly, instead of relying on ALSA's
468           error strings to serve to the user.
469
470 2005-11-10  Wim Taymans  <wim@fluendo.com>
471
472         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
473         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
474         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
475         Modernise the seek code.
476
477 2005-11-10  Michael Smith <msmith@fluendo.com>
478         
479         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
480         (setup_substreams), (set_active_source):
481           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
482           trying to go to NULL if we failed to read a file.
483
484 2005-11-10  Wim Taymans  <wim@fluendo.com>
485
486         * gst/audiotestsrc/gstaudiotestsrc.c:
487         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
488         (gst_audiotestsrc_create):
489         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
490         (gst_sinesrc_get_times), (gst_sinesrc_create):
491         * gst/videotestsrc/gstvideotestsrc.c:
492         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
493         (gst_videotestsrc_create):
494         The base class can now sync for us.
495
496 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
497
498         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
499           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
500           name=source autoprobe=false autoprobe-fps=false copy-mode=1
501           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
502           format=(fourcc)I420" ! xvimagesink
503
504 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
505
506         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
507         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
508         (gst_sinesrc_newsegment):
509           Send newsegment event in TIME format, set duration if
510           num-buffers is set, fix duration querying.
511
512 2005-11-10  Michael Smith <msmith@fluendo.com>
513
514         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
515         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
516         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
517         (gst_ogg_mux_collected):
518          Fix EOS handling, partially. Now forwarding an EOS event once we have
519          EOS on all pads works correctly. However, we still don't properly set
520          EOS on the actual ogg stream pages.
521
522 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
523
524         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
525           Set elements to NULL state before disposing of them.
526
527 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
528
529         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
530
531         * gst-libs/gst/rtp/gstbasertpdepayload.c:
532         (gst_base_rtp_depayload_init),
533         (gst_base_rtp_depayload_set_gst_timestamp):
534         * gst-libs/gst/rtp/gstbasertpdepayload.h:
535           We need to send a newsegment event for each instance, not
536           just for the first instance of this class (get rid of
537           static variable in function). (#321011).
538           
539 2005-11-08  Michael Smith <msmith@fluendo.com>
540
541         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
542         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
543         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
544         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
545           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
546           This makes us mux things correctly according to the ogg muxing
547           rules. Still not handling EOS correctly right now, though.
548
549 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
550
551         * gst/audioconvert/gstaudioconvert.c:
552           Fix typo in docs. 
553
554 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
555
556         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
557         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
558           Initialise segment_stop to GST_CLOCK_TIME_NONE when
559           creating a new chain; should fix live streaming. Also
560           add more debug output and fix a typo.
561
562 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
563
564         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
565
566         * gst/volume/gstvolume.c: (volume_set_caps):
567           Fix compilation on Solaris with Forte. (#320923)
568
569 2005-11-08  Wim Taymans  <wim@fluendo.com>
570
571         * gst-libs/gst/audio/gstbaseaudiosink.c:
572         (gst_base_audio_sink_render):
573         No need to do a typecheck.
574
575 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
576
577         * ext/alsa/gstalsa.h:
578           We register a debug category, so let's use it.
579
580 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
581
582         * gst-libs/gst/rtp/gstbasertpdepayload.c:
583         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
584         Fixed a small problem.
585
586 2005-11-04  Wim Taymans  <wim@fluendo.com>
587
588         * examples/seeking/Makefile.am:
589         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
590         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
591         (make_playerbin_pipeline), (format_value), (update_scale),
592         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
593         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
594         (print_usage), (main):
595         Added app for playback speed testing.
596
597         * examples/seeking/seek.c: (dynamic_link),
598         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
599         (make_mpeg_pipeline), (do_seek), (set_update_scale),
600         (message_received), (main):
601         Updated seek example.
602
603 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
604
605         * gst-libs/gst/rtp/gstbasertpdepayload.c:
606         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
607         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
608         (gst_base_rtp_depayload_set_clock):
609         * gst-libs/gst/rtp/gstbasertpdepayload.h:
610         Don't sleep on the bench (system clock) when you have a nice 
611         comfortable bed (Gstreamer clock) to sleep on.
612
613 2005-11-03  Wim Taymans  <wim@fluendo.com>
614
615         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
616         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
617         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
618         Handle the case where a pad_block failed.
619
620 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
621
622         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
623
624         * gst-libs/gst/rtp/gstbasertpdepayload.c:
625         (gst_base_rtp_depayload_add_to_queue),
626         (gst_base_rtp_depayload_push),
627         (gst_base_rtp_depayload_set_gst_timestamp),
628         (gst_base_rtp_depayload_queue_release):
629           Fixes some bugs in the depayloader's queuing/de-queueing code.
630
631 2005-10-31  Michael Smith <msmith@fluendo.com>
632
633         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
634         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
635         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
636           Patch from Alessandro Decina <alessandro@nnva.org>.
637           Make oggdemux only find the final time in a chain, not per-pad,
638           since the per-pad information can be very expensive to locate, and
639           it isn't used anywhere. This makes reading a file containing
640           OggSkeleton reasonably fast.
641           Also, make chain finding work when there are logical bitstreams that
642           can't be decoded. Fixes #319110.
643
644 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
645
646         * gst-libs/gst/rtp/gstbasertpdepayload.c:
647         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
648         (gst_base_rtp_depayload_chain),
649         (gst_base_rtp_depayload_add_to_queue),
650         (gst_base_rtp_depayload_push),
651         (gst_base_rtp_depayload_set_gst_timestamp),
652         (gst_base_rtp_depayload_queue_release),
653         (gst_base_rtp_depayload_start_thread),
654         (gst_base_rtp_depayload_set_property),
655         (gst_base_rtp_depayload_get_property):
656         * gst-libs/gst/rtp/gstbasertpdepayload.h:
657         Some random fixes, to fullfill the desires of thomas.
658
659 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
660
661         * gst-libs/gst/rtp/gstbasertpdepayload.c:
662         (gst_base_rtp_depayload_add_to_queue),
663         (gst_base_rtp_depayload_push):
664         Fixed the queueing algorithm.
665
666 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
667
668         * gst-libs/gst/rtp/gstbasertpdepayload.c:
669         (gst_base_rtp_depayload_push):
670         A small fix
671
672 2005-10-31  Wim Taymans  <wim@fluendo.com>
673
674         * gst-libs/gst/audio/gstringbuffer.h:
675         Don't break ABI.
676
677         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
678         (gst_ffmpeg_caps_to_pixfmt):
679         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
680         (gst_ffmpegcsp_set_caps):
681         Some more comments.
682         Handle missing required caps fields better.
683
684 2005-10-31  Wim Taymans  <wim@fluendo.com>
685
686         * gst-libs/gst/audio/gstbaseaudiosink.c:
687         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
688         (gst_base_audio_sink_render):
689         * gst-libs/gst/audio/gstringbuffer.c:
690         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
691         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
692         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
693         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
694         (gst_ring_buffer_read):
695         * gst-libs/gst/audio/gstringbuffer.h:
696         Add flushing mode to the ringbuffer so that it in all cases does
697         not try to handle more audio. This makes sure it does not try to
698         block anymore when flushing and fixes a livelock.
699
700 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
701
702         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
703         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
704         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
705           Explicitly check for -1 values before doing a conversion
706           and always map them to -1. (#315545)
707
708 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
709
710         * gst/playback/gstplaybin.c: (gen_video_element):
711           first try autovideosink, then xvimagesink, then error out
712         * po/POTFILES.in:
713           add translatable file
714         * po/af.po:
715         * po/az.po:
716         * po/cs.po:
717         * po/en_GB.po:
718         * po/hu.po:
719         * po/it.po:
720         * po/nb.po:
721         * po/nl.po:
722         * po/or.po:
723         * po/sq.po:
724         * po/sr.po:
725         * po/sv.po:
726         * po/uk.po:
727         * po/vi.po:
728           update translations
729
730 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
731
732         * gst-libs/gst/rtp/gstbasedepayload.c:
733         * gst-libs/gst/rtp/gstbasedepayload.h:
734           Minor cleanups
735
736 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
737
738         * gst/playback/.cvsignore:
739         * gst/playback/decodetest.c:
740         * gst/playback/test3.c:
741           Port these two tests as well.
742
743 2005-10-27  Wim Taymans  <wim@fluendo.com>
744
745         * ext/theora/theoradec.c: (theora_dec_src_query),
746         (theora_dec_sink_event):
747         * ext/theora/theoraenc.c: (theora_enc_sink_event),
748         (theora_enc_change_state):
749         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
750         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
751         Take proper locks when handling events.
752
753 2005-10-27  Wim Taymans  <wim@fluendo.com>
754
755         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
756         (gst_adder_change_state):
757         Fix timestamps and fix deadlock when stopping the collectpads.
758
759 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
760
761         * gst-libs/gst/rtp/gstrtpbuffer.h:
762         Declaring the payload types as strings too so that they can be used
763         in the padtemplate inialization.
764
765 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
766
767         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
768
769         * gst-libs/gst/rtp/gstbasertpdepayload.c:
770         (gst_base_rtp_depayload_class_init):
771         Fixes a small but nasty bug. The derived elements no longer segfaults
772         on finalization.
773
774 2005-10-26  Michael Smith <msmith@fluendo.com>
775
776         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
777           When clearing an audioconvert context, set tmpbufsize to zero, so
778           we'll allocate it again later if required.
779           This fixes audioconvert re-negotiating formats, which previously
780           segfaulted with a NULL destination buffer.
781
782 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
783
784         * gst-libs/gst/rtp/gstbasertpdepayload.c:
785         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
786         (gst_base_rtp_depayload_set_gst_timestamp),
787         (gst_base_rtp_depayload_queue_release):
788         Fixed a smalll memleak.
789
790 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
791         * gst-libs/gst/rtp/gstbasertpdepayload.c:
792         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
793         (gst_base_rtp_depayload_finalize),
794         (gst_base_rtp_depayload_setcaps),
795         (gst_base_rtp_depayload_add_to_queue),
796         (gst_base_rtp_depayload_push),
797         (gst_base_rtp_depayload_set_gst_timestamp),
798         (gst_base_rtp_depayload_queue_release),
799         (gst_base_rtp_depayload_thread),
800         (gst_base_rtp_depayload_change_state):
801         * gst-libs/gst/rtp/gstbasertpdepayload.h:
802         Changed the C++ comments to C comments
803
804 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
805
806         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
807         * gst/tcp/gsttcpclientsrc.h:
808         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
809         * gst/tcp/gsttcpserversrc.h:
810           Remove unused 'curoffset' structure member.
811
812 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
813
814         * gst-libs/gst/rtp/gstbasertpdepayload.c:
815         (gst_base_rtp_depayload_base_init),
816         (gst_base_rtp_depayload_finalize):
817         * gst-libs/gst/rtp/gstbasertpdepayload.h:
818         * gst-libs/gst/rtp/gstbasertppayload.h:
819           The pad-template on the sinkpad should be set by the derived classes.
820           Also added some useful macros.
821
822 2005-10-24  Wim Taymans  <wim@fluendo.com>
823
824         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
825         Correctly flush decoder samples even if we could not
826         copy them to an output buffer. Fixes #319618.
827
828 2005-10-24  Julien MOUTTE  <julien@moutte.net>
829
830         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
832         the caps against our xcontext caps.
833
834 2005-10-24  Wim Taymans  <wim@fluendo.com>
835
836         * gst-libs/gst/audio/gstbaseaudiosink.c:
837         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
838         Remove g_print
839         Use sync property from baseclass to disable sync.
840
841 2005-10-24  Wim Taymans  <wim@fluendo.com>
842
843         * gst-libs/gst/audio/gstbaseaudiosink.c:
844         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
845         Buffers with no timestamps get aligned with previous buffers or
846         on underrun, played ASAP.
847
848 2005-10-24  Julien MOUTTE  <julien@moutte.net>
849
850         * gst-libs/gst/video/video.h:
851         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
852         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
854         here comes my change on caps for framerate and geometry range.
855         We are now accepting 1 to MAXINT for width and height, and from
856         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
857         to be blended correctly in videomixer.
858
859 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
860
861         * configure.ac:
862           back to HEAD
863
864 === release 0.9.4 ===
865
866 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
867
868         * NEWS:
869         * RELEASE:
870         * configure.ac:
871           releasing 0.9.4, "Velociraptor"
872
873 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
874
875         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
876         * po/POTFILES.in:
877           STOPPED -> FAILED
878
879 2005-10-21  Wim Taymans  <wim@fluendo.com>
880
881         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
882         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
883         (pad_blocked), (close_pad_link), (new_pad):
884         Don't try to remove elements twice.
885
886 2005-10-21  Wim Taymans  <wim@fluendo.com>
887
888         * ext/theora/theoradec.c: (theora_dec_src_query),
889         (theora_dec_sink_event):
890         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
891         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
892         (vorbis_handle_data_packet):
893         * ext/vorbis/vorbisdec.h:
894         Fix old naming.
895
896         * gst-libs/gst/audio/gstbaseaudiosink.c:
897         (gst_base_audio_sink_render):
898         Don't try to sync on buffers without a timestamp.
899
900 2005-10-21  Wim Taymans  <wim@fluendo.com>
901
902         * ext/theora/theoradec.c: (theora_dec_src_query),
903         (theora_dec_sink_event):
904         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
905         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
906         (vorbis_handle_data_packet):
907         * ext/vorbis/vorbisdec.h:
908         Fix old naming.
909
910 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
911
912         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
913         (gst_vorbisenc_src_query):
914           Implement position and duration queries.
915
916         * gst/playback/test3.c: (update_scale), (main):
917           Fix for async state changes and print nicer output.
918
919 2005-10-20  Wim Taymans  <wim@fluendo.com>
920
921         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
922         (dump_element_stats), (main):
923         * gst/playback/test6.c: (main):
924         Fix tests again
925
926 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
927
928         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
929         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
930           Don't use functions for position queries when handling
931           duration queries.
932
933 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
934
935         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
936         (vorbis_handle_data_packet), (vorbis_dec_chain),
937         (vorbis_dec_change_state):
938         * ext/vorbis/vorbisdec.h:
939           Vorbis streams can be embedded in other container formats
940           than ogg, container formats where the demuxer might set 
941           timestamps on encoded vorbis buffers instead of those silly 
942           granulepos thingies. In short: make vorbisdec handle 
943           timestamps on incoming buffers as well.
944
945 2005-10-20  Wim Taymans  <wim@fluendo.com>
946
947         * gst/playback/gstplaybasebin.c: (group_destroy),
948         (gst_play_base_bin_change_state):
949         Fix leak.
950         Handle case where playbasebin is now ASYNC because
951         decodebin is.
952
953 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
954
955         * gst/audioconvert/Makefile.am:
956         * gst/audioconvert/bufferframesconvert.c:
957         * gst/audioconvert/plugin.c: (plugin_init):
958         * gst/audioconvert/plugin.h:
959           And bye bye buffer-frames-convert
960
961 2005-10-19  Wim Taymans  <wim@fluendo.com>
962
963         * check/elements/audioconvert.c:
964         * docs/libs/tmpl/gstaudio.sgml:
965         * docs/libs/tmpl/gstcolorbalance.sgml:
966         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
967         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
968         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
969         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
970         * gst-libs/gst/audio/audio.h:
971         * gst/audioconvert/audioconvert.h:
972         * gst/audioconvert/gstaudioconvert.c:
973         (gst_audio_convert_parse_caps):
974         * gst/volume/gstvolume.c:
975         Bye bye buffer-frames.
976
977 2005-10-19  Wim Taymans  <wim@fluendo.com>
978
979         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
980         (query_positions_elems), (query_positions_pads), (update_scale),
981         (do_seek), (set_update_scale), (message_received), (main):
982         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
983         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
984         (gst_ogg_demux_loop):
985         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
986         * ext/theora/theoradec.c: (theora_dec_src_query),
987         (theora_dec_sink_event):
988         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
989         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
990         * gst/adder/gstadder.c: (gst_adder_query):
991         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
992         * gst/playback/test3.c: (update_scale):
993         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
994         (dump_element_stats), (main):
995         * gst/playback/test6.c: (main):
996         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
997         Query API update.
998
999 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1000
1001         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1002         (xml_check_first_element), (xml_type_find), (smil_type_find),
1003         (plugin_init):
1004           Add typefinding for SMIL and for generic XML. Based on patch by
1005           Akos Maroy (#308663).
1006
1007 2005-10-18  Wim Taymans  <wim@fluendo.com>
1008
1009         * gst/playback/Makefile.am:
1010         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1011         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1012         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1013         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1014         (gst_decode_bin_change_state):
1015         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1016         (gst_play_bin_send_event_to_sink):
1017         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1018         (dump_element_stats), (main):
1019         * gst/playback/test6.c: (main):
1020         Make playbin async, it'll commit state to paused when all streams
1021         are detected.
1022         Remove ugly hack.
1023         Added test6.c to show async behaviour.
1024
1025 2005-10-18  Wim Taymans  <wim@fluendo.com>
1026
1027         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1028         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1029         Fix for segment-start/stop API change.
1030
1031 2005-10-18  Wim Taymans  <wim@fluendo.com>
1032
1033         * check/Makefile.am:
1034         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1035         (main):
1036         Add future test for clock selection.
1037
1038 2005-10-18  Wim Taymans  <wim@fluendo.com>
1039
1040         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1041         (gst_alsasink_close):
1042         Set handle to NULL.
1043
1044         * gst-libs/gst/audio/gstringbuffer.c:
1045         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1046         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1047         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1048         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1049         (gst_ring_buffer_read):
1050         More debug info.
1051
1052 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1053
1054         * gst/audiotestsrc/Makefile.am:
1055         * gst/sine/Makefile.am:
1056         * gst/volume/Makefile.am:
1057           fix broken build of controllerized plugins
1058
1059 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1060
1061         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1062
1063         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1064         (gst_riff_create_video_template_caps):
1065           Add support for Indeo-3 (IV32).
1066
1067 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1068
1069         * configure.ac:
1070           rewrite
1071
1072 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1073
1074         * gst-libs/gst/video/video.c: (gst_video_get_size):
1075         * gst/audiotestsrc/gstaudiotestsrc.c:
1076           doc updates
1077
1078 2005-10-17  Andy Wingo  <wingo@pobox.com>
1079
1080         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1081         with the collectpads change.
1082         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1083
1084         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1085
1086         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1087
1088         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1089         alloc_buffer flow return to callers.
1090         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1091         change. Fix some memleaks in theoraenc.
1092
1093         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1094         in strange circumstance.
1095
1096 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1097
1098         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1099         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1100         from caps, let's use the caps...
1101
1102 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1103
1104         * configure.ac:
1105           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1106
1107 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1108
1109         * gst-libs/gst/interfaces/Makefile.am:
1110           fix silly typo
1111
1112 2005-10-16  Andy Wingo  <wingo@pobox.com>
1113
1114         * gst/playback/gstdecodebin.c
1115         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1116         function!
1117         (try_to_link_1): Increase kraziness level.
1118
1119 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1120
1121         * configure.ac:
1122           restructure like the core one
1123         * gst-libs/gst/audio/Makefile.am:
1124         * gst-libs/gst/interfaces/Makefile.am:
1125         * gst-libs/gst/net/Makefile.am:
1126         * gst-libs/gst/riff/Makefile.am:
1127         * gst-libs/gst/rtp/Makefile.am:
1128         * gst-libs/gst/tag/Makefile.am:
1129         * gst-libs/gst/video/Makefile.am:
1130           use correct linker flags, now the libs are properly versioned
1131         * check/elements/audioconvert.c: (verify_convert):
1132         * ext/alsa/gstalsaplugin.c:
1133         * ext/cdparanoia/gstcdparanoia.c:
1134         * ext/gnomevfs/gstgnomevfs.c:
1135         * ext/libvisual/visual.c:
1136         * ext/ogg/gstogg.c:
1137         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1138         * ext/theora/theora.c:
1139         * ext/vorbis/vorbis.c:
1140         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1141         * gst-libs/gst/tag/gsttagediting.c:
1142         * gst-libs/gst/video/video.c:
1143         * gst/adder/gstadder.c:
1144         * gst/audioconvert/plugin.c:
1145         * gst/audiorate/gstaudiorate.c:
1146         * gst/audioresample/gstaudioresample.c:
1147         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1148         * gst/audioscale/gstaudioscale.c:
1149         * gst/audioscale/resample.c:
1150         * gst/audiotestsrc/gstaudiotestsrc.c:
1151         * gst/ffmpegcolorspace/gstffmpeg.c:
1152         * gst/playback/gstdecodebin.c: (close_pad_link):
1153         * gst/playback/gstplaybin.c: (gen_video_element),
1154         (gen_audio_element):
1155         * gst/sine/gstsinesrc.c:
1156         * gst/subparse/gstsubparse.c:
1157         * gst/tags/gsttagediting.c:
1158         * gst/tcp/gsttcpplugin.c:
1159         * gst/typefind/gsttypefindfunctions.c:
1160         * gst/videorate/gstvideorate.c:
1161         * gst/videoscale/gstvideoscale.c:
1162         * gst/videotestsrc/gstvideotestsrc.c:
1163         * gst/volume/gstvolume.c:
1164         * sys/v4l/gstv4l.c:
1165         * sys/ximage/ximage.c:
1166         * sys/xvimage/xvimagesink.c:
1167           fix up defines
1168
1169 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1170
1171         * ext/vorbis/vorbisenc.c:
1172         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1173         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1174         (gst_tag_to_vorbis_comments):
1175           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1176
1177 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1178
1179         * examples/stats/mp2ogg.c:
1180         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1181           typo fixes
1182
1183 2005-10-13  Michael Smith <msmith@fluendo.com>
1184
1185         * ext/ogg/gstoggmux.c:
1186           Use magic glib macros to define constants as 64 bit, to ensure
1187           appropriate vararg passing.
1188
1189 2005-10-13  Michael Smith <msmith@fluendo.com>
1190
1191         * ext/ogg/gstoggmux.c:
1192         * gst/audioconvert/audioconvert.c: (float):
1193           Don't use LL suffix, as it's not portable, and neither of these
1194           uses required it anyway.
1195
1196 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1197
1198         * examples/indexing/indexmpeg.c: (main):
1199         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1200         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1201         (cdparanoia_convert), (cdparanoia_query):
1202         * ext/cdparanoia/gstcdparanoia.h:
1203         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1204         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1205         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1206         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1207         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1208         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1209         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1210         (gst_multifdsink_render), (gst_multifdsink_start),
1211         (gst_multifdsink_stop):
1212         * gst/tcp/gstmultifdsink.h:
1213         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1214         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1215         (gst_tcpclientsink_stop):
1216         * gst/tcp/gsttcpclientsink.h:
1217         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1218         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1219         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1220         * gst/tcp/gsttcpclientsrc.h:
1221         * gst/tcp/gsttcpserversink.h:
1222         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1223         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1224         (gst_tcpserversrc_stop):
1225         * gst/tcp/gsttcpserversrc.h:
1226         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1227         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1228         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1229           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1230           moved bitshift from macro to enum definition
1231
1232 2005-10-12  Wim Taymans  <wim@fluendo.com>
1233
1234         * examples/seeking/Makefile.am:
1235         Oops.
1236
1237 2005-10-12  Wim Taymans  <wim@fluendo.com>
1238
1239         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1240         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1241         Don't assert on normal stuff.
1242
1243         * gst/playback/gstplaybin.c: (do_playbin_seek):
1244         API fix.
1245
1246 2005-10-12  Wim Taymans  <wim@fluendo.com>
1247
1248         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1249         * examples/seeking/Makefile.am:
1250         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1251         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1252         (do_seek), (set_update_scale), (message_received), (main):
1253         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1254         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1255         Update for _get_state() API change.
1256
1257 2005-10-11  Wim Taymans  <wim@fluendo.com>
1258
1259         * gst-libs/gst/audio/gstbaseaudiosink.c:
1260         (gst_base_audio_sink_render):
1261         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1262         (gst_base_audio_src_create):
1263         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1264         (gst_ring_buffer_read):
1265         Cleanups.
1266         Commit and read from ringbuffer in samples rather than bytes.
1267
1268 2005-10-11  Wim Taymans  <wim@fluendo.com>
1269
1270         * gst-libs/gst/audio/gstbaseaudiosink.c:
1271         (gst_base_audio_sink_render):
1272         Respect segment rate and accum when scheduling samples.
1273
1274 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1275
1276         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1277         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1278         EOS correctly, that needs more work.
1279
1280 2005-10-11  Wim Taymans  <wim@fluendo.com>
1281
1282         * check/generic/states.c: (GST_START_TEST):
1283         remove old property.
1284
1285         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1286         (gst_ogg_demux_perform_seek):
1287         * ext/theora/theoradec.c: (theora_dec_sink_event):
1288         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1289         (vorbis_handle_data_packet):
1290         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1291         (gst_base_rtp_depayload_set_gst_timestamp):
1292         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1293         Update for newsegment API change.
1294
1295 2005-10-11  Michael Smith <msmith@fluendo.com>
1296
1297         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1298         (do_playbin_seek), (gst_play_bin_send_event):
1299           Override send_event differently, so that we can takes bits of
1300           functionality from GstPipeline (special handling for seeks,
1301           including pausing/resuming, and resetting stream time) and still get
1302           the appropriate behaviour of only forwarding event to a single sink,
1303           rather than all of them.
1304           Unfortunately requires a lot of code duplication, but the
1305           alternatives are equally ugly in the end.
1306
1307 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1308
1309         * check/elements/audioconvert.c: (setup_audioconvert),
1310         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1311         (GST_START_TEST), (audioconvert_suite):
1312           clean up tests a little, fix some leaks.
1313
1314 2005-10-10  Wim Taymans  <wim@fluendo.com>
1315
1316         * ext/alsa/gstalsasink.c:
1317         Also allow unsigned int.
1318
1319         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1320         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1321         Small cleanup
1322
1323 2005-10-10  Wim Taymans  <wim@fluendo.com>
1324
1325         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1326         Small update, use API as stated in design docs.
1327
1328         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1329         (update_scale), (do_seek), (seek_cb), (set_update_scale),
1330         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
1331         (message_received), (main):
1332         Updated seek example for GOption. Some usability improvements.
1333
1334 2005-10-10  Wim Taymans  <wim@fluendo.com>
1335
1336         * gst/audioconvert/audioconvert.h:
1337         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
1338         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
1339         Alloc temp storage somewhere else where we can do it more
1340         portable.
1341
1342 2005-10-10  Wim Taymans  <wim@fluendo.com>
1343
1344         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
1345         (gst_tcpserversrc_start):
1346         Don't block in accept while doing the state change, move
1347         to poll and make cancellable.
1348
1349 2005-10-09  Philippe Khalaf <burger@speedy.org>
1350
1351         * gst-libs/gst/rtp/rtpbasedepayload.c:
1352         Set timestamp and add queue delay to timestamp
1353         * gst-libs/gst/rtp/rtpbuffer.h:
1354         Set correct payload type for h263
1355
1356 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1357
1358         * gst/audiotestsrc/gstaudiotestsrc.c:
1359         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
1360         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
1361         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
1362         (gst_audiotestsrc_create_triangle),
1363         (gst_audiotestsrc_create_silence),
1364         (gst_audiotestsrc_create_white_noise),
1365         (gst_audiotestsrc_init_pink_noise),
1366         (gst_audiotestsrc_generate_pink_noise_value),
1367         (gst_audiotestsrc_create_pink_noise),
1368         (gst_audiotestsrc_change_wave):
1369         * gst/audiotestsrc/gstaudiotestsrc.h:
1370           fixed typo, added pink noise
1371
1372 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1373
1374         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
1375         (plugin_init):
1376           Add wavpack and spc typefind functions from 0.8 branch.
1377
1378 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1379
1380         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
1381         (ar_type_find), (msdos_type_find), (plugin_init):
1382           Add typefind functions for tar archives, ar archives,
1383           RAR archives, and msdos-executables (dlls, exe, etc.).
1384           Some of those would be wrongly identified as mpeg
1385           streams of some sort before (#315550).
1386
1387 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1388
1389         * configure.ac:
1390         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1391         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1392         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
1393         * gst/audiotestsrc/Makefile.am:
1394         * gst/audiotestsrc/gstaudiotestsrc.c:
1395         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
1396         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
1397         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
1398         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
1399         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
1400         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
1401         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
1402         (gst_audiotestsrc_create_silence),
1403         (gst_audiotestsrc_create_white_noise),
1404         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
1405         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
1406         (gst_audiotestsrc_start), (plugin_init):
1407         * gst/audiotestsrc/gstaudiotestsrc.h:
1408           add new plugin and element
1409         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
1410           use gobject_class
1411
1412 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1413
1414         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
1415         (gst_adder_init), (gst_adder_request_new_pad),
1416         (gst_adder_change_state):
1417           Add query function to source pad, so adder reports the correct
1418           time/sample position when queried (#315457); fix state change
1419           function; use GST_DEBUG_FUNCPTR() for pad functions.
1420
1421 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1422
1423         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
1424           Fix leaks in typefind registration
1425           Clean up the gratuitous commenting and whitespacing a little
1426
1427 2005-10-08  Wim Taymans  <wim@fluendo.com>
1428
1429         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1430         Only actually wait for the thread to be stopped if it's 
1431         running.
1432
1433 2005-10-08  Wim Taymans  <wim@fluendo.com>
1434
1435         * gst-libs/gst/audio/gstbaseaudiosink.c:
1436         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1437         If we receive EOS we can start playback of what we had.
1438
1439 2005-10-08  Wim Taymans  <wim@fluendo.com>
1440
1441         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1442         (gst_multifdsink_finalize), (multifdsink_hash_remove),
1443         (gst_multifdsink_stop):
1444         Fix crasher when going to NULL multiple times.
1445
1446 2005-10-06  Wim Taymans  <wim@fluendo.com>
1447
1448         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
1449         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1450         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1451         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
1452         patch from Edgard Lima <edgard.lima@indt.org.br>
1453         Fixed gstbaseaudiosrc adding ring buffer sync to it.
1454
1455 2005-10-06  Wim Taymans  <wim@fluendo.com>
1456
1457         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1458         Report the FLOW_RETURN as string in the error message.
1459
1460         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
1461         Don't assert when clearing an unnegotiated buffer.
1462
1463 2005-10-04  Michael Smith <msmith@fluendo.com>
1464
1465         * gst/playback/gstplaybasebin.c: (group_destroy),
1466         (gen_preroll_element), (remove_groups), (setup_source):
1467         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
1468         (setup_sinks), (gst_play_bin_send_event),
1469         (gst_play_bin_change_state):
1470           Set state to NULL before removing from bin. Fix refcounting.
1471
1472 2005-10-04  Michael Smith <msmith@fluendo.com>
1473
1474         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
1475           Correct refcounting in send_event() function. Previously was wrong
1476           if the first sink was unable to handle the event.
1477
1478 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1479
1480         * configure.ac:
1481           back to development
1482
1483 === release 0.9.3 ===
1484
1485 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1486
1487         * configure.ac:
1488           Releasing 0.9.3, "De Facto"
1489
1490 2005-10-03  Andy Wingo  <wingo@pobox.com>
1491
1492         * gst/playback/gstdecodebin.c (try_to_link_1)
1493         (remove_element_chain): set element to NULL before removing it.
1494
1495 2005-10-02  Johan Dahlin  <johan@gnome.org>
1496
1497         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
1498         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
1499         MT safe.
1500
1501 2005-10-02  Andy Wingo  <wingo@pobox.com>
1502
1503         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
1504         (gst_ring_buffer_prepare_read): 
1505         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
1506         Demote to LOG.
1507
1508 2005-09-29  Wim Taymans  <wim@fluendo.com>
1509
1510         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
1511         * ext/theora/theoradec.c: (theora_handle_data_packet):
1512         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1513         Propagate error codes from alloc_buffer too.
1514
1515 2005-09-29  Wim Taymans  <wim@fluendo.com>
1516
1517         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
1518         We use fixed caps.
1519
1520         * gst/playback/Makefile.am:
1521         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1522         (dump_element_stats), (main):
1523         Added example stream introspection code.
1524
1525 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
1526
1527         * gst/adder/gstadder.c: (gst_adder_collected):
1528           fix adder for float elements
1529
1530 2005-09-28  Wim Taymans  <wim@fluendo.com>
1531
1532         * gst-libs/gst/audio/gstbaseaudiosink.c:
1533         (gst_base_audio_sink_class_init),
1534         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
1535         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1536         (gst_base_audio_src_class_init),
1537         (gst_base_audio_src_provide_clock):
1538         get_clock -> provide_clock
1539
1540 2005-09-28  Andy Wingo  <wingo@pobox.com>
1541
1542         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
1543         and unlocking.
1544
1545         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
1546         unlocking.
1547
1548         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
1549         Actually add the pad template.
1550         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
1551
1552         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
1553         I'm at it...
1554
1555         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
1556         from fdsrc. Get caps in create() instead of start() so it can be
1557         interrupted. Interruption somewhat untested.
1558
1559         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
1560         Proper EOS handling.
1561
1562 2005-09-27  Andy Wingo  <wingo@pobox.com>
1563
1564         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
1565
1566         * gst/tcp/gsttcpserversrc.c: Cleaned up.
1567
1568         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
1569
1570         * gst/tcp/gsttcp.h: 
1571         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
1572         out of tcpclientsrc.c. Cancellable.
1573         (gst_tcp_socket_read): Made private, cancellable, with better
1574         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
1575         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
1576         whole buffer, and better diagnostics.
1577         (gst_tcp_gdp_read_caps): Same.
1578
1579         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
1580
1581 2005-09-26  Andy Wingo  <wingo@pobox.com>
1582
1583         * gst/sine/gstsinesrc.h:
1584         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
1585         change the 'sync' property to 'is-live' and implement it halfway,
1586         update for controller api change.
1587
1588         * gst/volume/gstvolume.c (volume_transform_ip): Update for
1589         controller api change.
1590
1591 2005-09-24  Wim Taymans  <wim@fluendo.com>
1592
1593         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
1594         * gst-libs/gst/audio/gstaudiosink.c:
1595         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
1596         (gst_audioringbuffer_stop):
1597         * gst-libs/gst/audio/gstbaseaudiosink.c:
1598         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
1599         (gst_base_audio_sink_change_state):
1600         * gst-libs/gst/audio/gstbaseaudiosink.h:
1601         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
1602         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1603         (gst_ring_buffer_commit), (gst_ring_buffer_read):
1604         * gst-libs/gst/audio/gstringbuffer.h:
1605         Fix sync again. Moved sample alignment to basesink.
1606
1607 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1608
1609         * docs/plugins/Makefile.am:
1610         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1611         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1612         * gst/volume/gstvolume.c:
1613           add/fix docs
1614         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
1615         * gst-libs/gst/audio/audio.h:
1616           add conversion macros for frames <-> clocktime
1617
1618 2005-09-23  David Schleef  <ds@schleef.org>
1619
1620         * gst/audioresample/Makefile.am:
1621         * gst/audioresample/debug.h:
1622         * gst/audioresample/gstaudioresample.c:
1623         * gst/audioresample/resample.c: Convert to using gst debugging
1624
1625 2005-09-22  Wim Taymans  <wim@fluendo.com>
1626
1627         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1628         (gst_play_bin_send_event):
1629         Only seek on one sink, the first one that succeeds.
1630
1631 2005-09-22  Michael Smith <msmith@fluendo.com>
1632
1633         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
1634         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1635         Don't flush encoder state unless we have an initialised encoder.
1636         Clear out encoder state on PAUSED_TO_READY.
1637
1638 2005-09-22  Wim Taymans  <wim@fluendo.com>
1639
1640         * gst-libs/gst/rtp/gstbasertppayload.c:
1641         (gst_basertppayload_class_init), (gst_basertppayload_init),
1642         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1643         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1644         (gst_basertppayload_is_filled), (gst_basertppayload_push),
1645         (gst_basertppayload_set_property),
1646         (gst_basertppayload_get_property),
1647         (gst_basertppayload_change_state):
1648         * gst-libs/gst/rtp/gstbasertppayload.h:
1649         Added max-ptime to control amount of data in the rtp packets.
1650
1651 2005-09-21  Andy Wingo  <wingo@pobox.com>
1652
1653         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
1654         thingies.
1655
1656         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
1657         can be called multiple times, dogs.
1658
1659 2005-09-21  Wim Taymans  <wim@fluendo.com>
1660
1661         * gst-libs/gst/rtp/gstbasertppayload.c:
1662         (gst_basertppayload_class_init), (gst_basertppayload_init),
1663         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1664         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1665         (gst_basertppayload_push), (gst_basertppayload_get_property),
1666         (gst_basertppayload_change_state):
1667         Allow 0 ssrc too.
1668
1669 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
1670
1671         * docs/libs/compiling.sgml:
1672           fixing typos
1673
1674 2005-09-20  Wim Taymans  <wim@fluendo.com>
1675
1676         * gst-libs/gst/rtp/gstbasertppayload.c:
1677         (gst_basertppayload_class_init), (gst_basertppayload_init),
1678         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1679         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1680         (gst_basertppayload_push), (gst_basertppayload_set_property),
1681         (gst_basertppayload_get_property),
1682         (gst_basertppayload_change_state):
1683         * gst-libs/gst/rtp/gstbasertppayload.h:
1684         Added property to configure sequence number offsets.
1685
1686 2005-09-20  Wim Taymans  <wim@fluendo.com>
1687
1688         * gst-libs/gst/rtp/gstbasertppayload.c:
1689         (gst_basertppayload_class_init), (gst_basertppayload_init),
1690         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1691         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1692         (gst_basertppayload_push), (gst_basertppayload_set_property),
1693         (gst_basertppayload_get_property),
1694         (gst_basertppayload_change_state):
1695         * gst-libs/gst/rtp/gstbasertppayload.h:
1696         Make timestamp offset configurable.
1697
1698 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1699
1700         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1701           fix wrong pop/unref
1702
1703 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
1704
1705         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1706
1707         * gst-libs/gst/interfaces/propertyprobe.c:
1708         (gst_property_probe_probe_property_name),
1709         (gst_property_probe_needs_probe_name),
1710         (gst_property_probe_get_values_name),
1711         (gst_property_probe_probe_and_get_values_name):
1712           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
1713           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
1714
1715 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1716
1717         * check/Makefile.am:
1718           have some tests be disabled for valgrinding
1719         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
1720         (GST_START_TEST):
1721         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
1722           Fix A Leak.  Chain To Parent Finalize.
1723
1724 2005-09-19  Wim Taymans  <wim@fluendo.com>
1725
1726         * examples/seeking/seek.c: (make_wav_pipeline), (main):
1727         Fixed wav pipeline.
1728
1729 2005-09-19  Wim Taymans  <wim@fluendo.com>
1730
1731         * gst-libs/gst/rtp/gstbasertppayload.c:
1732         (gst_basertppayload_class_init), (gst_basertppayload_init),
1733         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1734         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1735         (gst_basertppayload_push), (gst_basertppayload_get_property),
1736         (gst_basertppayload_change_state):
1737         Posting ERROR and WARNING messages is good.
1738
1739 2005-09-19  Wim Taymans  <wim@fluendo.com>
1740
1741         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1742         (gst_base_rtp_depayload_add_to_queue),
1743         (gst_base_rtp_depayload_push),
1744         (gst_base_rtp_depayload_set_gst_timestamp),
1745         (gst_base_rtp_depayload_queue_release):
1746         This one was not supposed to go in.
1747
1748 2005-09-19  Wim Taymans  <wim@fluendo.com>
1749
1750         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1751         Fix for bus API.
1752
1753         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1754         (gst_base_rtp_depayload_chain),
1755         (gst_base_rtp_depayload_add_to_queue),
1756         (gst_base_rtp_depayload_push),
1757         (gst_base_rtp_depayload_set_gst_timestamp),
1758         (gst_base_rtp_depayload_queue_release):
1759         Some cleanups.
1760
1761         * gst-libs/gst/rtp/gstbasertppayload.c:
1762         (gst_basertppayload_class_init), (gst_basertppayload_init),
1763         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
1764         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
1765         (gst_basertppayload_get_property),
1766         (gst_basertppayload_change_state):
1767         Added debugging category.
1768
1769 2005-09-18  David Schleef  <ds@schleef.org>
1770
1771         * gst/playback/gstdecodebin.c: free plugin list correctly
1772         * gst/playback/gstplaybin.c: emit warning if autovideosink
1773           and autoaudiosink can't be found (instead of segfaulting)
1774
1775 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1776
1777         * check/elements/audioconvert.c: (GST_START_TEST):
1778           try out 24 bit conversion
1779
1780 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1781
1782         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1783         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
1784         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
1785         * ext/vorbis/vorbisenc.h:
1786           Fix EOS handling.  Still needs a fix in the ogg muxer to
1787           mark the last page as eos.
1788
1789 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1790
1791         * common/gtk-doc-plugins.mak:
1792         * docs/plugins/Makefile.am:
1793         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1794         * gst/ffmpegcolorspace/Makefile.am:
1795         * gst/ffmpegcolorspace/avcodec.h:
1796         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1797         * gst/tcp/gstmultifdsink.c:
1798           fix up ffmpegcolorspace docs; extract header
1799
1800 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1801
1802         * common/gtk-doc-plugins.mak:
1803         * docs/plugins/Makefile.am:
1804         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1805         * ext/theora/Makefile.am:
1806         * ext/theora/gsttheoraenc.h:
1807         * ext/theora/theoraenc.c:
1808         * ext/vorbis/vorbisenc.c:
1809           pick up signals and args for vorbis; add some docs for vorbis
1810
1811 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1812
1813         * common/gstdoc-scangobj:
1814         * common/gtk-doc-plugins.mak:
1815         * docs/libs/Makefile.am:
1816         * docs/plugins/gst-plugins-base-plugins.args:
1817         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1818         * docs/plugins/gst-plugins-base-plugins.interfaces:
1819         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1820         * docs/plugins/gst-plugins-base-plugins.signals:
1821           only scanobj stuff from our source module.  Not sure yet
1822           if that's correct, given the hierarchy stuff :)
1823
1824 2005-09-15  Wim Taymans  <wim@fluendo.com>
1825
1826         * gst/audioconvert/gstaudioconvert.c:
1827         And enable 24 bits mode as well..
1828
1829 2005-09-15  Wim Taymans  <wim@fluendo.com>
1830
1831         * gst-libs/gst/rtp/Makefile.am:
1832         * gst-libs/gst/rtp/gstbasertppayload.c:
1833         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
1834         (gst_basertppayload_class_init), (gst_basertppayload_init),
1835         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
1836         (gst_basertppayload_chain), (gst_basertppayload_set_options),
1837         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
1838         (gst_basertppayload_set_property),
1839         (gst_basertppayload_get_property),
1840         (gst_basertppayload_change_state):
1841         * gst-libs/gst/rtp/gstbasertppayload.h:
1842         Added rtp payloader base class.
1843
1844 2005-09-15  Andy Wingo  <wingo@pobox.com>
1845
1846         * configure.ac (plugindir): Remove the EOL matcher from the
1847         regexp, as it causes me problems. Libtool? Make? Who knows?
1848
1849 2005-09-14  David Schleef  <ds@schleef.org>
1850
1851         * check/generic/states.c: 
1852         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1853         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
1854           Fixes for changes in registry API.
1855
1856         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
1857           to GST_PLUGIN_LDFLAGS.
1858         * ext/libvisual/visual.c: Make the library shut up.
1859         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
1860         * gst-libs/gst/audio/gstaudiofilter.c: same
1861
1862 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1863
1864         * docs/plugins/Makefile.am:
1865         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1866         * docs/plugins/inspect/plugin-libvisual.xml:
1867         * docs/plugins/tmpl/element-tcpserversink.sgml:
1868         * ext/theora/theoraenc.c:
1869           add libvisual plugin and theoraenc element to docs
1870
1871 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1872
1873         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1874         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1875         * ext/theora/theoraenc.c:
1876           add theoraenc
1877
1878 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
1879
1880         * gst/audioconvert/Makefile.am:
1881           Audioconvert derives from GstBaseTransform and should
1882           link to the library with our base elements to avoid
1883           unresolved symbols. Makes things work with MinGW (#316160)
1884
1885         * gst/playback/test4.c: (main):
1886           Fix MinGW build problem and use g_usleep() instead of 
1887           sleep() (#316162)
1888
1889 2005-09-12  Wim Taymans  <wim@fluendo.com>
1890
1891         * gst/audioconvert/audioconvert.c: (float),
1892         (audio_convert_prepare_context), (audio_convert_convert):
1893         * gst/audioconvert/audioconvert.h:
1894         Cleanups, speedups, simplifications, added back support
1895         for 24 bits.
1896
1897 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1898
1899         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1900         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1901         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1902         * docs/plugins/tmpl/element-tcpserversink.sgml:
1903         * gst/ffmpegcolorspace/gstffmpeg.c:
1904         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1905         * gst/videotestsrc/gstvideotestsrc.c:
1906         * gst/volume/gstvolume.c:
1907           add more elements to the docs
1908
1909 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
1910
1911         * check/Makefile.am:
1912         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
1913         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
1914           Add extra tests for basetransform based components. 
1915           Comment out the test_element_negotiation test until we decide
1916           if it's testing correct behaviour.
1917         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
1918         (gst_visual_chain), (gst_visual_change_state):
1919           Slightly more correct but still bogus timestamping.
1920           Fix state change function.
1921         * gst/audioconvert/gstaudioconvert.c:
1922         (gst_audio_convert_class_init):
1923         * gst/audioresample/gstaudioresample.c:
1924         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1925         (gst_ffmpegcsp_class_init):
1926         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
1927         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
1928         (gst_videoscale_prepare_image):
1929         * gst/volume/gstvolume.c: (gst_volume_class_init),
1930         (volume_transform_ip):
1931           Basetransform updates. Enable passthrough modes.
1932         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
1933         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
1934         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
1935           Negotiation fix that allows the window to return to the original
1936           size and renegotiate passthrough upstream. Extra debug output.
1937
1938 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1939
1940         * gst/sine/gstsinesrc.c:
1941         * gst/volume/gstvolume.c:
1942           fix up header include
1943
1944 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
1945
1946         * gst-libs/gst/audio/gstbaseaudiosink.c:
1947         (gst_base_audio_sink_render):
1948         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
1949         * gst/volume/gstvolume.c: (gst_volume_class_init),
1950         (volume_transform):
1951           fixing lost sync, some more debugging
1952
1953 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
1954
1955         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
1956         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
1957         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
1958         (gst_xvimagesink_check_xshm_calls):
1959           Fix compilation when XShm is not available.
1960
1961 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
1962
1963         * ext/libvisual/visual.c: (gst_visual_dispose),
1964         (gst_visual_getcaps), (gst_visual_src_setcaps),
1965         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
1966         (gst_visual_change_state):
1967           Finish fixing up libvisual plugin so that it runs. 
1968
1969 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
1970
1971         * ext/vorbis/vorbisenc.c:
1972         * gst-libs/gst/tag/gstvorbistag.c:
1973           gsttaginterface.h -> gsttagsetter.h
1974
1975 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
1976
1977         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
1978           added another test that failes for me (test is not active by default)
1979
1980 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1981
1982         * configure.ac:
1983           v4l2 is no longer in gst-plugins-base
1984
1985 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
1986
1987         * configure.ac:
1988           In the output at the end, don't show the first plugin on the same
1989           line as "Core plug-ins, always built:".
1990           Indent the output as for other plugin categories
1991         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
1992           #define that can be used to not use peer buffer_alloc functions for
1993           test purposes.
1994         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
1995         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
1996         (gst_ximagesink_show_frame):
1997         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
1998         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
1999         (gst_xvimagesink_show_frame):
2000           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2001           fails gracefully instead of XError aborting or deadlocking.
2002
2003 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2004
2005         * ext/libvisual/Makefile.am:
2006           link against gst-base-libs
2007
2008 2005-09-06  David Schleef  <ds@schleef.org>
2009
2010         * configure.ac: Enable libvisual plugin.
2011         * ext/libvisual/Makefile.am:
2012         * ext/libvisual/visual.c: Fixes to make it compile.
2013
2014 === release 0.9.2 ===
2015
2016 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2017
2018         * NEWS:
2019         * RELEASE:
2020         * configure.ac:
2021         * docs/random/ChangeLog-0.8:
2022           releasing 0.9.2, "Spoon"
2023
2024 2005-09-05  Michael Smith <msmith@fluendo.com>
2025
2026         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2027           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2028           that in the vorbisenc element.
2029
2030 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2031
2032         * common/gtk-doc-plugins.mak:
2033         * docs/plugins/Makefile.am:
2034           fix distcheck
2035         * gst/audioresample/resample.c:
2036           fix wrong docstring
2037
2038 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2039
2040         * common/gst-xmlinspect.py:
2041         * common/gtk-doc-plugins.mak:
2042           only inspect plugins for this given package
2043           require gst-python 0.9
2044
2045 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2046
2047         * Makefile.am:
2048         * autogen.sh:
2049         * common/gst-xmlinspect.py:
2050         * configure.ac:
2051         * docs/Makefile.am:
2052         * docs/plugins/inspect/plugin-alsa.xml:
2053         * docs/plugins/inspect/plugin-audioresample.xml:
2054         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2055         * docs/plugins/inspect/plugin-ogg.xml:
2056         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2057         * docs/plugins/tmpl/element-multifdsink.sgml:
2058         * docs/plugins/tmpl/element-tcpserversink.sgml:
2059         * docs/plugins/tmpl/element-vorbisenc.sgml:
2060         * gst-plugins-base.spec.in:
2061           various doc-related updates
2062
2063 2005-08-31  Wim Taymans  <wim@fluendo.com>
2064
2065         * gst-libs/gst/audio/gstbaseaudiosink.c:
2066         (gst_base_audio_sink_render):
2067         Resync if the buffer timestamps drift more than a 10th 
2068         of a second.
2069
2070 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2071
2072         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2073         (gst_v4lsrc_get_property):
2074           The 'timestamp-offset' property is registered as an int64, so
2075           let's use g_value_{set|get}_int64() in our setter and getter
2076           functions (makes it work and fixes warnings with gst-inspect).
2077
2078 2005-08-30  Wim Taymans  <wim@fluendo.com>
2079
2080         * check/elements/audioconvert.c: (setup_audioconvert):
2081         * check/elements/audioresample.c: (setup_audioresample):
2082         * check/elements/volume.c: (setup_volume):
2083         Fix checks.
2084
2085 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2086
2087         * common/gtk-doc-plugins.mak:
2088         * common/plugins.xsl:
2089         * docs/plugins/Makefile.am:
2090           make module a param
2091
2092 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2093
2094         * examples/seeking/seek.c: (make_mp3_pipeline),
2095         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2096         (play_cb), (pause_cb), (stop_cb):
2097           update the example
2098
2099 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2100
2101         * gst/volume/gstvolume.c: (gst_volume_class_init),
2102         (volume_transform):
2103           do not update controlled params, if buffer has no timestamp
2104
2105 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2106
2107         * configure.ac:
2108         * gst/sine/Makefile.am:
2109         * gst/volume/Makefile.am:
2110           controllerized elements also need to link against controller-libs ;)
2111
2112 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2113
2114         * docs/libs/tmpl/gstcolorbalance.sgml:
2115         * docs/libs/tmpl/gstgconf.sgml:
2116         * docs/libs/tmpl/gstmixer.sgml:
2117         * docs/libs/tmpl/gstringbuffer.sgml:
2118         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2119         (gst_sinesrc_create):
2120         * gst/volume/gstvolume.c: (gst_volume_class_init),
2121         (volume_transform):
2122           controllerized two audio plugins
2123
2124 2005-08-29  Andy Wingo  <wingo@pobox.com>
2125
2126         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2127         (vorbis_handle_data_packet): Fix some int overflow errors.
2128
2129         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2130         -1.
2131         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2132         valid.
2133         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2134         if it's valid. Fixed streaming-mode playback.
2135
2136         * check/elements/volume.c (cleanup_volume): Fix for running
2137         CK_FORK=no.
2138
2139         * check/elements/audioconvert.c: Convert from native endian, not
2140         little endian.
2141
2142 2005-08-29  Michael Smith <msmith@fluendo.com>
2143
2144         * ext/ogg/Makefile.am:
2145         * ext/ogg/gstogg.c: (plugin_init):
2146         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2147         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2148         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2149         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2150         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2151         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2152         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2153         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2154         Add an ogg parser element.
2155
2156 2005-08-28  Andy Wingo  <wingo@pobox.com>
2157
2158         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2159
2160 2005-08-26  Wim Taymans  <wim@fluendo.com>
2161
2162         * gst/audioconvert/audioconvert.c: (if), (float),
2163         (audio_convert_get_func_index), (check_default),
2164         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2165         (audio_convert_clean_context), (audio_convert_get_sizes),
2166         (audio_convert_convert):
2167         Cleanups.
2168
2169 2005-08-26  Wim Taymans  <wim@fluendo.com>
2170
2171         * gst/audioconvert/audioconvert.c: (if), (float),
2172         (audio_convert_get_func_index), (check_default),
2173         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2174         (audio_convert_clean_context), (audio_convert_get_sizes),
2175         (audio_convert_convert):
2176         More elegant and working temp buffer selection algo.
2177
2178 2005-08-26  Wim Taymans  <wim@fluendo.com>
2179
2180         * gst/audioconvert/audioconvert.c: (if), (float),
2181         (audio_convert_get_func_index), (check_default),
2182         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2183         (audio_convert_clean_context), (audio_convert_get_sizes),
2184         (get_temp_buffer), (audio_convert_convert):
2185         Use realloc else we lose our original data.
2186
2187 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2188
2189         * gst/audioresample/gstaudioresample.c:
2190           use base class' newsegment to properly timestamp
2191
2192 2005-08-26  Wim Taymans  <wim@fluendo.com>
2193
2194         * gst/audioconvert/audioconvert.c: (if), (float),
2195         (audio_convert_get_func_index), (check_default),
2196         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2197         (audio_convert_clean_context), (audio_convert_get_sizes),
2198         (get_temp_buffer), (audio_convert_convert):
2199         * gst/audioconvert/gstaudioconvert.c:
2200         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2201         (gst_audio_convert_transform_caps),
2202         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2203         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2204         Oops, allocate enough space to perform the channel mix.
2205
2206 2005-08-26  Wim Taymans  <wim@fluendo.com>
2207
2208         * gst/audioconvert/Makefile.am:
2209         * gst/audioconvert/audioconvert.c: (if), (float),
2210         (audio_convert_get_func_index), (check_default),
2211         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2212         (audio_convert_clean_context), (audio_convert_get_sizes),
2213         (get_temp_buffer), (audio_convert_convert):
2214         * gst/audioconvert/audioconvert.h:
2215         * gst/audioconvert/gstaudioconvert.c:
2216         (gst_audio_convert_class_init), (gst_audio_convert_init),
2217         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2218         (gst_audio_convert_get_unit_size),
2219         (gst_audio_convert_transform_caps),
2220         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2221         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2222         * gst/audioconvert/gstaudioconvert.h:
2223         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2224         (gst_channel_mix_fill_identical),
2225         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2226         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2227         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2228         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2229         (gst_channel_mix_mix):
2230         * gst/audioconvert/gstchannelmix.h:
2231         Cleanups, librarify a bit, optimize, better negotiation and more.
2232
2233 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2234
2235         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2236         Another from MikeS:
2237         During typefinding, don't support negative offsets
2238         (offsets from the end of the stream) in our typefind->peek() function
2239         - nothing embedded in ogg ever needs them. However, we need to recognise
2240         those requests and reject them, otherwise we return invalid pointers.
2241
2242 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2243
2244         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2245         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2246         (vorbisdec_finalize), (vorbis_handle_type_packet):
2247           Big shout-out to MikeS for fixing this giant memory leak.
2248           Huzzah!
2249
2250 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2251
2252         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2253         (audio_convert_get_unit_size):
2254           plug some leaks
2255
2256 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2257
2258         * check/Makefile.am:
2259         * check/elements/audioconvert.c: (setup_audioconvert),
2260         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2261         (GST_START_TEST), (audioconvert_suite), (main):
2262           add a test for audioconvert
2263         * gst/audioresample/gstaudioresample.c:
2264         * gst/audioresample/gstaudioresample.h:
2265           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2266           note that for buffers of 1/3 sec this means DURATION(c) is 
2267           one nanosecond more than for a and b
2268
2269 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2270
2271         * check/Makefile.am:
2272         * check/elements/audioresample.c: (setup_audioresample),
2273         (cleanup_audioresample), (fail_unless_perfect_stream),
2274         (test_perfect_stream_instance), (GST_START_TEST),
2275           add a check for audioresample
2276         (audioresample_suite), (main):
2277         * check/elements/volume.c: (GST_START_TEST):
2278           remove unused method
2279         * gst/audioresample/gstaudioresample.c:
2280           set correct buffer parameters since we're changing them
2281         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2282           add some debug
2283
2284 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2285
2286         * gst/audioresample/debug.c:
2287         * gst/audioresample/gstaudioresample.c:
2288           add room for extra overlap samples when asked to transform size
2289           protect against possible mem corruption and check for discrepancies
2290           between written size and outbuffer's size so we can warn for
2291           potential problems
2292         * gst/audioresample/resample.c: (resample_init),
2293         (resample_get_output_size_for_input), (resample_get_output_size),
2294         (resample_set_n_channels), (resample_set_format):
2295           set debug level based on RESAMPLE_DEBUG env var
2296           make sure that get_output_size* returns a whole number of
2297           sample_size
2298           set sample_size each time either channel or format is set
2299         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
2300         * gst/audioresample/resample_functable.c:
2301         (resample_scale_functable):
2302         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2303           remove r->sample_size, it's done in resample.c now
2304           add some debugging to the ref implementation
2305           make sure we only give back bytes that are wholes of the sample
2306           size
2307
2308 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
2309         * gst/playback/gstplaybasebin.c: (fill_buffer):
2310         Revert unpopular change for GST_MESSAGE_SRC to GObject.
2311
2312 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
2313
2314         * gst/volume/gstvolume.c:
2315           made set_caps function static
2316
2317 2005-08-24  Wim Taymans  <wim@fluendo.com>
2318
2319         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2320         (gst_vorbisenc_change_state):
2321         Stop leaking taglists.
2322
2323 2005-08-24  Wim Taymans  <wim@fluendo.com>
2324
2325         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2326         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
2327         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
2328         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
2329         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2330         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2331         Parse seeking events better.
2332         Unref static caps.
2333         Generate correct newsegment events, fixes seeking in live oggs.
2334
2335         * ext/theora/theoradec.c: (theora_dec_src_query),
2336         (theora_dec_src_event), (theora_dec_src_getcaps),
2337         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
2338         Use newsegment values to report correct play time.
2339
2340         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2341         (vorbis_dec_src_event), (vorbis_dec_sink_event):
2342         * ext/vorbis/vorbisdec.h:
2343         Parse and use newsegment values to report correct play time.
2344
2345         * gst-libs/gst/audio/gstbaseaudiosink.c:
2346         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2347         Clear ringbuffer on flush.
2348         Use newsegment values to calculate playback time.
2349
2350         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
2352         Basesink does newsegment calculations for us now.
2353
2354 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2355
2356         * check/Makefile.am:
2357         * configure.ac:
2358           add core's plugins to the mix so that playbin works
2359         * check/generic/states.c: (GST_START_TEST):
2360           set a 0 timeout on pipelines, so they don't force the next
2361           state change
2362         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
2363         (gst_play_base_bin_change_state):
2364           remove the crappy error handling and do GST error handling
2365
2366 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2367
2368         * check/Makefile.am:
2369         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
2370           add same test as to core, it bitches out on playbin atm.
2371
2372 2005-08-24  Wim Taymans  <wim@fluendo.com>
2373
2374         * configure.ac:
2375         Remove audioscale.
2376
2377 2005-08-24  Wim Taymans  <wim@fluendo.com>
2378
2379         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2380         (gst_videoscale_prepare_size), (parse_caps),
2381         (gst_videoscale_set_caps), (gst_videoscale_get_size),
2382         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
2383         (gst_videoscale_transform):
2384         * gst/videoscale/gstvideoscale.h:
2385         Refactor, make use of BaseTranform really well.
2386
2387 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2388
2389         * configure.ac:
2390           compile audioresample
2391         * gst/audioresample/Makefile.am:
2392         * gst/audioresample/buffer.c:
2393         * gst/audioresample/functable.c:
2394         * gst/audioresample/gstaudioresample.c:
2395         * gst/audioresample/gstaudioresample.h:
2396         * gst/audioresample/resample.c:
2397         (resample_get_output_size_for_input):
2398         * gst/audioresample/resample.h:
2399         * gst/audioresample/resample_chunk.c:
2400         * gst/audioresample/resample_functable.c:
2401         * gst/audioresample/resample_ref.c:
2402           port to use basetransform; doesn't work in all cases yet
2403
2404 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2405
2406         * gst/audioconvert/gstaudioconvert.c:
2407         (gst_audio_convert_class_init), (gst_audio_convert_init),
2408         (audio_convert_get_unit_size), (audio_convert_transform_caps),
2409         (audio_convert_fixate_caps), (audio_convert_set_caps),
2410         (audio_convert_transform),
2411         (gst_audio_convert_buffer_to_default_format),
2412         (gst_audio_convert_buffer_from_default_format),
2413         (gst_audio_convert_channels):
2414         * gst/audioconvert/gstchannelmix.c:
2415         * gst/audioconvert/gstchannelmix.h:
2416           port to basetransform
2417         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2418         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
2419         (gst_ffmpegcsp_get_unit_size):
2420         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2421         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
2422           fix for basetransform changes
2423
2424 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
2425
2426         * check/Makefile.am:
2427           Add CHECK_CFLAGS and LDFLAGS
2428
2429         * gst/playback/gstplaybasebin.c: (fill_buffer):
2430           GST_MESSAGE_SRC became a GObject
2431
2432 2005-08-24  Wim Taymans  <wim@fluendo.com>
2433
2434         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
2435         (gst_ring_buffer_clear_all):
2436         * gst-libs/gst/audio/gstringbuffer.h:
2437         Added function to clear the ringbuffer.
2438
2439 2005-08-24  Andy Wingo  <wingo@pobox.com>
2440
2441         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
2442         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
2443         of _open and _close.
2444
2445         * sys/v4l/gstv4lxoverlay.h:
2446         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
2447         an Xv connection here, instead of all the time. Make Xv only be
2448         loaded if you axe for it. Kindof a workaround for buggy behaviour
2449         of Xv when using remote xservers (XvQueryExtension would block).
2450         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
2451         replace the _open and _close public API. Only start the xv
2452         connection if necessary.
2453         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
2454
2455 2005-08-23  David Schleef  <ds@schleef.org>
2456
2457         * gst/audioresample/Makefile.am: Leet audioresampling code
2458         * gst/audioresample/buffer.c:
2459         * gst/audioresample/buffer.h:
2460         * gst/audioresample/debug.c:
2461         * gst/audioresample/debug.h:
2462         * gst/audioresample/functable.c:
2463         * gst/audioresample/functable.h:
2464         * gst/audioresample/gstaudioresample.c:
2465         * gst/audioresample/gstaudioresample.h:
2466         * gst/audioresample/resample.c:
2467         * gst/audioresample/resample.h:
2468         * gst/audioresample/resample_chunk.c:
2469         * gst/audioresample/resample_functable.c:
2470         * gst/audioresample/resample_ref.c:
2471
2472 2005-08-23  Wim Taymans  <wim@fluendo.com>
2473
2474         * examples/seeking/seek.c: (make_vorbis_pipeline),
2475         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
2476         Small seek updates.
2477
2478 2005-08-23  Andy Wingo  <wingo@pobox.com>
2479
2480         * gst-libs/gst/audio/gstbaseaudiosrc.c
2481         (gst_base_audio_src_fixate): Only fixate endianness if it is
2482         present in the caps.
2483
2484 2005-08-22  Andy Wingo  <wingo@pobox.com>
2485
2486         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
2487         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
2488         device-name property.
2489
2490         * gst-libs/gst/audio/gstaudiosrc.h:
2491         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
2492         close_device in the ring buffer, like gstaudiosink.
2493
2494         * ext/alsa/gstalsamixer.h:
2495         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
2496         macro to implement the interface without much code. Cleanups. 
2497
2498         * ext/alsa/gstalsasrc.h:
2499         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
2500         READY.
2501
2502         * ext/alsa/Makefile.am: Add new files.
2503         * ext/alsa/gstalsamixerelement.c: 
2504         * ext/alsa/gstalsamixerelement.c: Split element code out from
2505         mixer code so that alsasrc can be a mixer too.
2506
2507 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2508
2509         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2510         (GST_START_TEST):
2511         * check/elements/vorbisdec.c: (setup_vorbisdec),
2512         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
2513         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2514         (vorbis_handle_identification_packet),
2515         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
2516         (vorbis_handle_header_packet), (vorbis_dec_push),
2517         (vorbis_dec_chain):
2518           use the setup/teardown methods to save code.  save code is good.
2519
2520 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2521
2522         * check/Makefile.am:
2523           add ext dir for plugins
2524           add vorbisdec test conditionally
2525         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2526         (GST_START_TEST), (volume_suite):
2527           add a test with wrong caps
2528         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
2529         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
2530           add a vorbisdec test
2531         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
2532         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
2533           clean up debug output
2534         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2535           yay, fix a segfault/security issue in vorbisdec
2536           gst-launch fakesrc ! vorbisdec wasn't happy
2537         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
2538         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
2539         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
2540         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
2541         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
2542         (gst_vorbisenc_set_metadata), (get_constraints_string),
2543         (update_start_message), (gst_vorbisenc_setup),
2544         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
2545         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
2546         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
2547         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
2548         * ext/vorbis/vorbisenc.h:
2549           march in line
2550         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2551         (gst_ffmpegcsp_transform):
2552           have the kow come home
2553         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
2554           debug my func ptr
2555         * gst/volume/gstvolume.c: (volume_set_caps):
2556           add a debug
2557
2558 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2559
2560         * Makefile.am:
2561         * check/.cvsignore:
2562         * check/Makefile.am:
2563         * check/elements/.cvsignore:
2564         * check/elements/volume.c: (chain_func), (event_func),
2565         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
2566         (main):
2567         * configure.ac:
2568           add unit test structure for gst-plugins-base
2569           add a test for volume
2570         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
2571         (gst_volume_set_volume), (gst_volume_get_volume),
2572         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
2573         (volume_funcfind), (volume_process_float), (volume_process_int16),
2574         (volume_set_caps), (volume_transform), (volume_update_mute),
2575         (volume_update_volume), (volume_set_property),
2576         (volume_get_property):
2577           document a little; use basetransform vmethod _set_caps
2578
2579 2005-08-19  Andy Wingo  <wingo@pobox.com>
2580
2581         * ext/alsa/gstalsamixertrack.h:
2582         * ext/alsa/gstalsamixertrack.c:
2583         * ext/alsa/gstalsamixeroptions.h:
2584         * ext/alsa/gstalsamixeroptions.c:
2585         * ext/alsa/gstalsamixer.h:
2586         * ext/alsa/gstalsamixer.c: Port to 0.9.
2587
2588         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
2589         Remove gstalsa.c and alsaclock. No more cruft here.
2590         
2591 2005-08-18  Wim Taymans  <wim@fluendo.com>
2592
2593         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2594         (gst_base_rtp_depayload_chain),
2595         (gst_base_rtp_depayload_add_to_queue),
2596         (gst_base_rtp_depayload_push),
2597         (gst_base_rtp_depayload_queue_release):
2598         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2599         Fix for RTPBuffer changes.
2600
2601         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
2602         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
2603         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
2604         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
2605         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
2606         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
2607         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
2608         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
2609         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
2610         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
2611         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
2612         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
2613         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
2614         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
2615         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
2616         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
2617         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
2618         (gst_rtpbuffer_get_payload):
2619         * gst-libs/gst/rtp/gstrtpbuffer.h:
2620         Don't subclass GstBuffer but add methods and helper functions
2621         to construct and manipulate RTP packets in regular GstBuffers.
2622
2623 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
2624
2625         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
2626           moved statement below switch
2627         * gst/volume/gstvolume.c: (gst_volume_class_init):
2628           added debug ptr
2629
2630 2005-08-16  Wim Taymans  <wim@fluendo.com>
2631
2632         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2633         (gst_base_audio_src_change_state):
2634         Open and close device in READY<->NULL state change.
2635
2636 2005-08-16  Andy Wingo  <wingo@pobox.com>
2637
2638         * examples/seeking/Makefile.am: Don't compile non-compiling
2639         compiled objects with the compiler.
2640
2641         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
2642         elements.
2643
2644 2005-08-12  Philippe Khalaf <burger@speedy.org>
2645         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2646         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2647           Made a thread to release the queue.
2648           Removed timestamp conversion for now.
2649
2650 2005-08-10  Philippe Khalaf <burger@speedy.org>
2651         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2652         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2653           Added rtp timestamp -> gst timestamp conversion.
2654           Fixed several problems with queue.
2655
2656 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
2657
2658         * gst-libs/gst/audio/gstaudioclock.h:
2659         * gst-libs/gst/audio/gstaudiofilter.h:
2660         * gst-libs/gst/audio/gstaudiosink.h:
2661         * gst-libs/gst/audio/gstaudiosrc.h:
2662         * gst-libs/gst/audio/gstbaseaudiosink.h:
2663         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2664         * gst-libs/gst/audio/gstringbuffer.h:
2665         * gst-libs/gst/net/gstnetbuffer.h:
2666         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2667         * gst-libs/gst/rtp/gstrtpbuffer.h:
2668           Add padding (you will need to rebuild gst-plugins-base,
2669           gst-plugins and all applications afterwards!)
2670
2671 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
2672
2673         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
2674         (gst_riff_parse_chunk):
2675           Fix bug in debug message and add some more debug messages.
2676
2677 2005-08-08  Edward Hervey  <edward@fluendo.com>
2678
2679         * gst-libs/gst/riff/riff-media.c:
2680         backported updates since branch
2681
2682 2005-08-08  Andy Wingo  <wingo@pobox.com>
2683
2684         * gst-libs/gst/audio/gstbaseaudiosink.c
2685         (gst_base_audio_sink_change_state): Open the device in NULL->READY
2686         like good elements should. Close on READY->NULL too.
2687
2688         * gst-libs/gst/audio/gstaudiosink.c
2689         (gst_audioringbuffer_open_device,
2690         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
2691         (gst_audioringbuffer_release): Updates for new ring buffer API,
2692         hook into the new audio sink api.
2693
2694         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
2695         (GstAudioSinkClass.close): Just open and close the device -- no
2696         resource allocation or configuration.
2697         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
2698         vmethods, handle device setup and resource allocation.
2699
2700         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
2701         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
2702         base class API.
2703
2704         * gst-libs/gst/audio/gstringbuffer.h
2705         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
2706         New vmethods.
2707
2708         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
2709         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
2710         New API functions. The device should be opened before acquiring
2711         and closed after releasing.
2712
2713 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
2714
2715         * gst-libs/gst/interfaces/mixer.h:
2716           Reset padding to GST_PADDING.
2717
2718 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2719
2720         * gst/playback/gstplaybin.c: (remove_sinks):
2721           Remove visualization from parent explicitely; works around some
2722           apparent refcount issue that I haven't tracked down yet.
2723
2724 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2725
2726         * ext/alsa/gstalsasink.c: (set_hwparams):
2727           Assign debug category, add negotiation debug msgs.
2728
2729 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2730
2731         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
2732           Fix error code for file-not-found to NOT_FOUND.
2733
2734 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2735
2736         * common/gtk-doc-plugins.mak:
2737         * docs/plugins/Makefile.am:
2738         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2739         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2740           renamed to actual element names, so much nicer to look at
2741         * docs/plugins/tmpl/gstmultifdsink.sgml:
2742           remove
2743         * docs/plugins/tmpl/multifdsink.sgml:
2744         * docs/plugins/tmpl/tcpserversink.sgml:
2745           add
2746         * ext/alsa/gstalsa.c:
2747         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
2748         * ext/ogg/gstoggmux.c:
2749         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
2750         * gst/playback/gstdecodebin.c:
2751         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
2752         * gst/tcp/gsttcpserversink.c:
2753           various fixes and documentation additions
2754
2755 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2756
2757         * common/Makefile.am:
2758         * common/gstdoc-scangobj:
2759         * common/gtk-doc-plugins.mak:
2760         * common/gtk-doc.mak:
2761           add a custom scangobj that uses the registry
2762           add a custom gtk-doc-plugins.mak that uses it
2763           some doc build fixes
2764         * configure.ac:
2765         * docs/Makefile.am:
2766         * docs/plugins/Makefile.am:
2767         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2768         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2769         * docs/plugins/gst-plugins-base-plugins.types:
2770         * docs/plugins/tmpl/gstmultifdsink.sgml:
2771           add docs for one element, multifdsink
2772         * gst/adder/gstadder.h:
2773         * gst/volume/gstvolume.h:
2774           don't privatize enum
2775         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
2776         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
2777         (gst_sync_method_get_type), (gst_client_status_get_type),
2778         (gst_multifdsink_class_init),
2779         (gst_multifdsink_client_queue_buffer),
2780         (gst_multifdsink_handle_client_write):
2781         * gst/tcp/gstmultifdsink.h:
2782         * gst/tcp/gsttcp.h:
2783         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
2784         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
2785         (gst_tcpclientsink_render):
2786         * gst/tcp/gsttcpclientsink.h:
2787         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
2788         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
2789         (gst_tcpclientsrc_start):
2790         * gst/tcp/gsttcpclientsrc.h:
2791         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
2792         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
2793         * gst/tcp/gsttcpserversrc.h:
2794         * gst/typefind/gsttypefindfunctions.c:
2795           remove superfluous Type stuff
2796
2797 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2798
2799         * gst/playback/gstplaybin.c: (gen_video_element):
2800           Enable videoscale.
2801
2802 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2803
2804         * gst-libs/gst/gconf/gconf.c:
2805         * gst-libs/gst/gconf/gconf.h:
2806           Fix some Andy Problem [tm].
2807
2808 2005-08-04  Andy Wingo  <wingo@pobox.com>
2809
2810         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
2811         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
2812         (gst_ffmpegcsp_get_size): Adapt to API changes.
2813
2814         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
2815         Implement an in-place do-nothing transform.
2816
2817 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2818
2819         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
2820         (gst_ximagesink_renegotiate_size):
2821           Do not set new window sizes yet if we prepare a new buffer size
2822           for upstream renegotiation (software scaling) at some point in the
2823           future, because this new size waqs not actually accepted yet. Once
2824           accepted, renegotiation later on will set the new sizes just fine.
2825           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
2826           embedding testcase.
2827
2828 2005-08-03  Andy Wingo  <wingo@pobox.com>
2829
2830         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
2831         (gst_ximagesink_buffer_alloc): 
2832         Protect the height, width, and desired_caps with the pool_lock.
2833         Fixes videotestsrc ! queue ! ximagesink.
2834
2835 2005-08-02  Edward Hervey  <edward@fluendo.com>
2836
2837         * gst/volume/gstvolume.c:
2838         include left from controller cleanup
2839
2840 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
2841         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
2842           Stop collectpads before calling the parent state
2843           change function on PAUSED->READY.
2844
2845 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
2846         * configure.ac:
2847           When testing for X libs, use the X CFlags 
2848         * gst/adder/gstadder.c: (gst_adder_change_state):
2849           Stop the collectpads before calling parent state change function
2850           on PAUSED->READY, otherwise we deadlock deactivating pads.
2851
2852 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
2853
2854         * configure.ac:
2855         * docs/libs/tmpl/gstcolorbalance.sgml:
2856         * docs/libs/tmpl/gstmixer.sgml:
2857         * examples/Makefile.am:
2858         * gst/sine/Makefile.am:
2859         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
2860         (gst_sinesrc_set_property), (plugin_init):
2861         * gst/sine/gstsinesrc.h:
2862         * gst/volume/Makefile.am:
2863         * gst/volume/gstvolume.c: (gst_volume_set_volume),
2864         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
2865         (volume_process_float), (volume_process_int16),
2866         (volume_set_property), (plugin_init):
2867         * gst/volume/gstvolume.h:
2868           deactivate and remove dparams (libgstcontrol)
2869
2870 2005-07-29  Wim Taymans  <wim@fluendo.com>
2871
2872         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
2873         Convert me to BaseTransform!! help..
2874
2875 2005-07-29  Andy Wingo  <wingo@pobox.com>
2876
2877         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
2878         sinks.
2879
2880         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
2881         support of both endiannesses.
2882
2883 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
2884
2885         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2886           Fix confusing debug message (s/event/query/)
2887
2888 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
2889
2890         * gst/videotestsrc/videotestsrc.h:
2891           Use "_stdint.h" instead of <stdint.h>
2892
2893 2005-07-27  Wim Taymans  <wim@fluendo.com>
2894
2895         * ext/vorbis/Makefile.am:
2896         Revert wrong commit.
2897
2898 2005-07-27  Wim Taymans  <wim@fluendo.com>
2899
2900         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
2901         More compilation fixen.
2902
2903 2005-07-27  Wim Taymans  <wim@fluendo.com>
2904
2905         * gst-libs/gst/audio/gstbaseaudiosink.c:
2906         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
2907         (gst_base_audio_sink_create_ringbuffer),
2908         (gst_base_audio_sink_change_state):
2909         Fix compilation.
2910
2911 2005-07-27  Wim Taymans  <wim@fluendo.com>
2912
2913         * examples/seeking/seek.c: (setup_dynamic_link),
2914         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
2915         (query_positions_elems), (query_positions_pads), (do_seek):
2916         Update seek example.
2917
2918         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
2919         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
2920         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
2921         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
2922         (gst_ogg_demux_handle_event),
2923         (gst_ogg_demux_deactivate_current_chain),
2924         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
2925         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2926         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
2927         (gst_ogg_demux_loop):
2928         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
2929         * ext/theora/theoradec.c: (theora_dec_src_event),
2930         (theora_dec_src_getcaps), (theora_dec_sink_event),
2931         (theora_dec_push), (theora_dec_chain):
2932         * ext/vorbis/Makefile.am:
2933         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
2934         (vorbis_dec_sink_event), (vorbis_dec_push),
2935         (vorbis_handle_data_packet):
2936         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
2937         (gst_vorbisenc_chain):
2938         * gst/playback/gststreaminfo.c: (cb_probe):
2939         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
2940         * gst/videorate/gstvideorate.c: (gst_videorate_event):
2941         * gst/videoscale/gstvideoscale.c:
2942         (gst_videoscale_handle_src_event):
2943         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
2944         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
2945         (gst_ximagesink_navigation_send_event):
2946         * sys/xvimage/xvimagesink.c:
2947         (gst_xvimagesink_navigation_send_event):
2948         Various event updates and cleanups
2949
2950 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2951
2952         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
2953           Fix segfault for I420/YV12.
2954
2955 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2956
2957         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
2958           Report bitrate.
2959
2960 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2961
2962         * gst/playback/gstplaybin.c: (gen_video_element),
2963         (gen_audio_element):
2964           Switch to auto*sink elements as default sinks; add volume element
2965           so that volume control in totem works.
2966
2967 2005-07-21  Wim Taymans  <wim@fluendo.com>
2968
2969         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2970         * gst/playback/gstplaybin.c: (setup_sinks),
2971         (gst_play_bin_change_state):
2972         Refcount fix and more comments.
2973
2974 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2975
2976         * sys/ximage/Makefile.am:
2977         * sys/ximage/ximage.c: (plugin_init):
2978         * sys/ximage/ximagesink.c:
2979         Prepare for adding ximagesrc, rename of plugin to ximage etc.
2980         
2981
2982 2005-07-21  Wim Taymans  <wim@fluendo.com>
2983
2984         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
2985         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
2986         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
2987         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2988         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
2989         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
2990         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
2991         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
2992         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
2993         Generate correct disconts for live chained oggs.
2994
2995         * gst-libs/gst/audio/gstbaseaudiosink.c:
2996         (gst_base_audio_sink_render),
2997         (gst_base_audio_sink_create_ringbuffer),
2998         (gst_base_audio_sink_change_state):
2999         Handle discont math correctly.
3000
3001         * gst/playback/gstplaybin.c: (add_sink):
3002         Some small debug cleanup.
3003
3004 2005-07-21  Wim Taymans  <wim@fluendo.com>
3005
3006         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3007         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3008         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3009         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3010         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3011         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3012         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3013         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3014         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3015         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3016         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3017         (gst_ogg_demux_change_state), (gst_ogg_print):
3018         Reorganize code to send the right disconts when in streaming
3019         mode.
3020
3021 2005-07-20  Andy Wingo  <wingo@pobox.com>
3022
3023         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3024         fix (?), fixes a seggie mcfalterson (#310894).
3025
3026 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3027
3028         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3029         (gst_ogg_mux_set_header_on_caps):
3030         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3031         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3032         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3033         * gst-libs/gst/audio/multichannel.c:
3034         (gst_audio_set_channel_positions),
3035         (gst_audio_set_structure_channel_positions_list):
3036         * gst/playback/gstdecodebin.c: (dynamic_create):
3037         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3038         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3039           Fixes for API changes in core.
3040
3041 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3042
3043         * gst/playback/gstplaybasebin.c: (fill_buffer):
3044           Use _new_custom() so we can set custom message types for buffering
3045           messages.
3046
3047 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3048
3049         * configure.ac:
3050         * gst-libs/gst/Makefile.am:
3051         * gst-libs/gst/gconf/.cvsignore:
3052         * gst-libs/gst/gconf/Makefile.am:
3053         * gst-libs/gst/gconf/test-gconf.c:
3054         * pkgconfig/Makefile.am:
3055         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3056         * pkgconfig/gstreamer-gconf.pc.in:
3057           Remove gconf stuff, use gconf elements instead from now on.
3058
3059 2005-07-20  Wim Taymans  <wim@fluendo.com>
3060
3061         * gst-libs/gst/audio/TODO:
3062         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3063         (gst_audio_clock_get_internal_time):
3064         * gst-libs/gst/audio/gstaudioclock.h:
3065         * gst-libs/gst/audio/gstbaseaudiosink.c:
3066         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3067         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3068         (gst_base_audio_sink_render),
3069         (gst_base_audio_sink_create_ringbuffer),
3070         (gst_base_audio_sink_change_state):
3071         Make sure the audio clock always returns an increasing value.
3072
3073 2005-07-19  Andy Wingo  <wingo@pobox.com>
3074
3075         * gst/videotestsrc/: Cleanups.
3076
3077 2005-07-19  Wim Taymans  <wim@fluendo.com>
3078
3079         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3080         Better debugging.
3081
3082 2005-07-19  Wim Taymans  <wim@fluendo.com>
3083
3084         * examples/seeking/seek.c: (make_dv_pipeline),
3085         (make_vorbis_theora_pipeline), (query_rates),
3086         (query_positions_elems), (query_positions_pads), (do_seek):
3087         Make correct DV pipeline.
3088
3089 2005-07-18  Andy Wingo  <wingo@pobox.com>
3090
3091         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3092         default. Also because it's the only thing that really works. (This
3093         is used in the GConf elements).
3094         Use AS_LIBTOOL_TAGS.
3095
3096 2005-07-18  Wim Taymans  <wim@fluendo.com>
3097
3098         * gst/playback/gstdecodebin.c: (remove_element_chain):
3099         * gst/playback/gstplaybin.c: (add_sink):
3100         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3101         (gst_stream_info_set_mute):
3102         * gst/playback/gststreamselector.c:
3103         (gst_stream_selector_get_linked_pad),
3104         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3105         More leak and compile fixes.
3106
3107 2005-07-18  Wim Taymans  <wim@fluendo.com>
3108
3109         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3110         (query_rates), (query_positions_elems), (query_positions_pads),
3111         (do_seek), (seek_cb), (stop_seek):
3112         Updated seek example. 
3113
3114         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3115         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3116         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3117         * gst/playback/gstplaybin.c: (add_sink):
3118         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3119         (gst_stream_info_set_mute):
3120         Some refcount leak fixes.
3121
3122 2005-07-16  Wim Taymans  <wim@fluendo.com>
3123
3124         * gst-libs/gst/audio/gstbaseaudiosink.c:
3125         (gst_base_audio_sink_render):
3126         Align samples even if we have roundoff errors in the 
3127         timestamp conversion.
3128
3129 2005-07-16  Wim Taymans  <wim@fluendo.com>
3130
3131         * docs/libs/tmpl/gstringbuffer.sgml:
3132         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3133         (query_rates), (query_positions_elems), (query_positions_pads),
3134         (update_scale), (do_seek):
3135         Updated seek example.
3136
3137         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3138         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3139         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3140         (gst_ogg_demux_loop):
3141         Push out correct discont values.
3142
3143         * ext/theora/theoradec.c: (theora_dec_src_convert),
3144         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3145         (theora_dec_sink_event), (theora_handle_type_packet),
3146         (theora_handle_header_packet), (theora_dec_push),
3147         (theora_handle_data_packet), (theora_dec_chain),
3148         (theora_dec_change_state):
3149         Better timestamping.
3150
3151         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3152         (vorbis_dec_sink_event), (vorbis_dec_push),
3153         (vorbis_handle_data_packet), (vorbis_dec_chain):
3154         * ext/vorbis/vorbisdec.h:
3155         Better timestamping.
3156
3157         * gst-libs/gst/audio/gstbaseaudiosink.c:
3158         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3159         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3160         Handle syncing on timestamps instead of sample offsets. Make
3161         use of DISCONT values as described in design docs.
3162
3163         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3164         (gst_base_audio_src_get_time):
3165         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3166         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3167         (gst_ring_buffer_read):
3168         * gst-libs/gst/audio/gstringbuffer.h:
3169         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3170         (gst_ximagesink_show_frame):
3171         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3172         Correcly convert buffer timestamp to stream time.
3173
3174 2005-07-16  Wim Taymans  <wim@fluendo.com>
3175
3176         * gst/audioconvert/gstaudioconvert.c:
3177         (gst_audio_convert_get_buffer):
3178         Timestamp buffers correctly.
3179
3180         * gst/playback/gstplaybin.c: (gen_video_element):
3181         Make internal fakesink silent.
3182
3183 2005-07-15  Wim Taymans  <wim@fluendo.com>
3184
3185         * gst/ffmpegcolorspace/Makefile.am:
3186         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3187         (gst_ffmpegcsp_caps_remove_format_info),
3188         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3189         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3190         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3191         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3192         Ported ffmpegcolorspace to basetransform.
3193
3194         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3195         * gst/volume/gstvolume.c: (volume_transform):
3196         Ported to new API.
3197
3198 2005-07-14  Wim Taymans  <wim@fluendo.com>
3199
3200         * gst/videotestsrc/Makefile.am:
3201         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3202         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3203         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3204         (gst_videotestsrc_init), (gst_videotestsrc_event),
3205         (gst_videotestsrc_create), (gst_videotestsrc_start),
3206         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3207         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3208         (gst_videotestsrc_get_property):
3209         * gst/videotestsrc/gstvideotestsrc.h:
3210         Make videotestsrc a pushsrc.
3211
3212 2005-07-14  Wim Taymans  <wim@fluendo.com>
3213
3214         * gst/tcp/gstfdset.c: (gst_fdset_free):
3215         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3216         (gst_multifdsink_add), (gst_multifdsink_remove),
3217         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3218         (gst_multifdsink_remove_client_link),
3219         (gst_multifdsink_client_queue_data),
3220         (gst_multifdsink_client_queue_caps),
3221         (gst_multifdsink_client_queue_buffer),
3222         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3223         (gst_multifdsink_stop):
3224         * gst/tcp/gstmultifdsink.h:
3225         0.8 backporting.
3226
3227         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3228         Also draw image when not from a pool.
3229
3230 2005-07-14  Wim Taymans  <wim@fluendo.com>
3231
3232         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3233         (mute_stream), (silence_stream):
3234         Small debug additions.
3235
3236 2005-07-14  Wim Taymans  <wim@fluendo.com>
3237
3238         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3239         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3240         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3241         Better error recovery, ignore unconnected pads and
3242         non-fatal errors.
3243
3244 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3245
3246         * docs/libs/tmpl/gstaudio.sgml:
3247         * docs/libs/tmpl/gstcolorbalance.sgml:
3248         * docs/libs/tmpl/gstgconf.sgml:
3249         * docs/libs/tmpl/gstmixer.sgml:
3250         * docs/libs/tmpl/gstringbuffer.sgml:
3251         * docs/libs/tmpl/gsttuner.sgml:
3252         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3253         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3254         (gst_tcpclientsrc_class_init):
3255         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3256         (gst_tcpserversrc_class_init):
3257         * sys/v4l/gstv4lelement.c:
3258           more autistic cleanliness in functions/names/defines
3259
3260 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3261
3262         * configure.ac:
3263           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3264           added manually to each Makefile.am so we are sure it goes
3265           *last* and doesn't add -L flags before linking in libs of our
3266           own, like, say, internal .la libs, that then accidentally pick
3267           up the installed copy.
3268         * docs/libs/Makefile.am:
3269         * ext/alsa/Makefile.am:
3270         * ext/cdparanoia/Makefile.am:
3271         * ext/gnomevfs/Makefile.am:
3272         * ext/libvisual/Makefile.am:
3273         * ext/ogg/Makefile.am:
3274         * ext/theora/Makefile.am:
3275         * ext/vorbis/Makefile.am:
3276         * gst-libs/gst/video/Makefile.am:
3277         * gst/adder/Makefile.am:
3278         * gst/audioconvert/Makefile.am:
3279         * gst/audiorate/Makefile.am:
3280         * gst/audioscale/Makefile.am:
3281         * gst/ffmpegcolorspace/Makefile.am:
3282         * gst/playback/Makefile.am:
3283         * gst/sine/Makefile.am:
3284         * gst/subparse/Makefile.am:
3285         * gst/tags/Makefile.am:
3286         * gst/tcp/Makefile.am:
3287         * gst/typefind/Makefile.am:
3288         * gst/videorate/Makefile.am:
3289         * gst/videoscale/Makefile.am:
3290         * gst/videotestsrc/Makefile.am:
3291         * gst/volume/Makefile.am:
3292         * sys/v4l/Makefile.am:
3293         * sys/ximage/Makefile.am:
3294         * sys/xvimage/Makefile.am:
3295           adapt properly to this change. This should make sure that
3296           plugins and libs properly link to the as-yet-uninstalled
3297           copies of stuff like libgstinterfaces and libgstvideo
3298
3299 2005-07-13  Andy Wingo  <wingo@pobox.com>
3300
3301         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
3302         (gst_v4lsrc_fixate): Fixate on format as well.
3303
3304         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
3305         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
3306         buffer points to it.
3307         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
3308         rather just doing X calls ourselves. Also fixes a memleak.
3309
3310 2005-07-12  Andy Wingo  <wingo@pobox.com>
3311
3312         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
3313         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
3314         (gst_v4lsrc_create): Re-add the copy-mode property, default to
3315         TRUE to avoid deadlocks if an element holds on to our buffers.
3316
3317 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3318
3319         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3320         (gst_sinesrc_init), (gst_sinesrc_create),
3321         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3322         (gst_sinesrc_start):
3323         * gst/sine/gstsinesrc.h:
3324           removing num-buffers property before moving it
3325
3326 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3327
3328         * configure.ac:
3329           use overridable ERROR_CFLAGS
3330         * docs/libs/gst-plugins-base-libs.types:
3331         * docs/libs/tmpl/gstringbuffer.sgml:
3332         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3333         (gst_alsasink_class_init):
3334         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3335         (gst_alsasrc_class_init):
3336         * gst-libs/gst/audio/audio.h:
3337         * gst-libs/gst/audio/gstaudioclock.h:
3338         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3339         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
3340         (gst_audio_filter_link), (gst_audio_filter_init),
3341         (gst_audio_filter_chain), (gst_audio_filter_set_property),
3342         (gst_audio_filter_get_property),
3343         (gst_audio_filter_class_add_pad_templates):
3344         * gst-libs/gst/audio/gstaudiofilter.h:
3345         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3346         (gst_audio_filter_template_get_type),
3347         (gst_audio_filter_template_base_init),
3348         (gst_audio_filter_template_class_init),
3349         (gst_audio_filter_template_init),
3350         (gst_audio_filter_template_set_property),
3351         (gst_audio_filter_template_get_property), (plugin_init),
3352         (gst_audio_filter_template_setup),
3353         (gst_audio_filter_template_filter),
3354         (gst_audio_filter_template_filter_inplace):
3355         * gst-libs/gst/audio/gstaudiosink.c:
3356         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3357         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
3358         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3359         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3360         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
3361         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
3362         * gst-libs/gst/audio/gstaudiosink.h:
3363         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3364         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3365         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3366         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
3367         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
3368         (gst_audio_src_class_init), (gst_audio_src_init),
3369         (gst_audio_src_create_ringbuffer):
3370         * gst-libs/gst/audio/gstaudiosrc.h:
3371         * gst-libs/gst/audio/gstbaseaudiosink.c:
3372         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
3373         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3374         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
3375         (gst_base_audio_sink_set_property),
3376         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
3377         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
3378         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
3379         (gst_base_audio_sink_create_ringbuffer),
3380         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
3381         * gst-libs/gst/audio/gstbaseaudiosink.h:
3382         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3383         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
3384         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
3385         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
3386         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
3387         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
3388         (gst_base_audio_src_event), (gst_base_audio_src_create),
3389         (gst_base_audio_src_create_ringbuffer),
3390         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
3391         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3392         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
3393         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
3394         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
3395         (gst_ring_buffer_debug_spec_caps),
3396         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3397         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
3398         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
3399         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3400         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
3401         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3402         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
3403         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
3404         (gst_ring_buffer_clear):
3405         * gst-libs/gst/audio/gstringbuffer.h:
3406         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
3407         (gst_video_sink_class_init), (gst_video_sink_get_type):
3408         * gst-libs/gst/video/videosink.h:
3409         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3410         (gst_multifdsink_class_init),
3411         (gst_multifdsink_handle_client_write),
3412         (gst_multifdsink_change_state):
3413         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3414         (gst_tcpclientsink_setcaps):
3415         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3416         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
3417         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
3418         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
3419         (gst_ximagesink_send_pending_navigation),
3420         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
3421         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
3422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
3423         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3424         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
3425         (gst_xvimagesink_send_pending_navigation),
3426         (gst_xvimagesink_navigation_send_event),
3427         (gst_xvimagesink_set_xwindow_id),
3428         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
3429         (gst_xvimagesink_get_type):
3430         more macro splitting
3431
3432 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3433
3434         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
3435           plug a memleak, allows me to import 1479 albums in one go
3436           in jamboree
3437         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3438         (vorbis_handle_type_packet), (vorbis_dec_chain),
3439         (vorbis_dec_change_state):
3440           fix some format strings
3441
3442 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3443
3444         * docs/libs/tmpl/gstcolorbalance.sgml:
3445         * docs/libs/tmpl/gstmixer.sgml:
3446         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3447         (gst_alsasink_set_property), (gst_alsasink_get_property):
3448         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
3449         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
3450           add device property
3451
3452 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3453
3454         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3455         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
3456         (audiocast_register_listener), (audiocast_thread_run),
3457         (gst_gnomevfssrc_send_additional_headers_callback),
3458         (gst_gnomevfssrc_received_headers_callback),
3459         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
3460         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
3461         (gst_gnomevfssrc_get_size):
3462           add/clean up debugging
3463         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
3464           cleanups
3465
3466 2005-07-07  Andy Wingo  <wingo@pobox.com>
3467
3468         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
3469         framerate. Need to get a handle on when exactly this function is
3470         called, tho.
3471
3472         * sys/v4l/v4lsrc_calls.h:
3473         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
3474         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
3475         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
3476
3477         * sys/v4l/v4l_calls.h: Cast to V4lElement.
3478         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
3479         v4lelements are sources.
3480
3481         * sys/v4l/gstv4lxoverlay.h:
3482         * sys/v4l/gstv4lxoverlay.c:
3483         * sys/v4l/gstv4ltuner.h:
3484         * sys/v4l/gstv4ltuner.c: Header loc fixen.
3485         
3486         * sys/v4l/gstv4lsrc.h:
3487         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
3488         PushSrc/BaseSrc. Removed most sync-related properties, videorate
3489         or something should handle that. Made a live source.
3490
3491         * sys/v4l/gstv4lelement.h:
3492         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
3493         signals. Some cleanups.
3494
3495         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
3496
3497         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
3498         stuff.
3499
3500         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
3501         stuff.
3502
3503         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
3504
3505 2005-07-07  Wim Taymans  <wim@fluendo.com>
3506
3507         * ext/theora/theoradec.c: (theora_get_query_types),
3508         (theora_dec_src_getcaps), (theora_dec_push):
3509         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
3510         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
3511         Remove deprecated/unused query types.
3512
3513 2005-07-06  Wim Taymans  <wim@fluendo.com>
3514
3515         * ext/alsa/Makefile.am:
3516         * ext/alsa/gstalsaplugin.c: (plugin_init):
3517         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3518         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3519         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
3520         (gst_alsasrc_class_init), (gst_alsasrc_init),
3521         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
3522         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
3523         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
3524         (gst_alsasrc_reset):
3525         * ext/alsa/gstalsasrc.h:
3526         * gst-libs/gst/audio/Makefile.am:
3527         * gst-libs/gst/audio/gstaudiosink.c:
3528         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3529         (gst_audioringbuffer_start):
3530         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3531         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3532         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
3533         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3534         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3535         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3536         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
3537         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
3538         * gst-libs/gst/audio/gstaudiosrc.h:
3539         * gst-libs/gst/audio/gstbaseaudiosink.c:
3540         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
3541         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
3542         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
3543         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3544         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
3545         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
3546         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
3547         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
3548         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
3549         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
3550         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
3551         (gst_baseaudiosrc_change_state):
3552         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3553         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3554         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
3555         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
3556         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
3557         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
3558         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
3559         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
3560         * gst-libs/gst/audio/gstringbuffer.h:
3561         Added audiosource base classes.
3562         Ported alsasrc, still very basic.
3563
3564 2005-07-06  Wim Taymans  <wim@fluendo.com>
3565
3566         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
3567         (theora_dec_push), (theora_handle_data_packet):
3568         Prepare for better timestamp fix later.
3569
3570         * gst/audioconvert/gstaudioconvert.c:
3571         List most accurate caps first
3572
3573         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
3574         Use proper pad task function.
3575
3576         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3577         (gst_xvimagesink_show_frame):
3578         Fix deadlock when alloc failed.
3579
3580 2005-07-05  Andy Wingo  <wingo@pobox.com>
3581
3582         * ext/gnomevfs/gstgnomevfssrc.c:
3583         * gst/sine/gstsinesrc.c:
3584         * gst/tcp/gsttcpserversrc.c:
3585         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
3586
3587         * sys/v4l/: Port from 0.8.
3588
3589         * Many files: Null if we got it....
3590
3591 2005-07-05  Andy Wingo  <wingo@pobox.com>
3592
3593         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
3594         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
3595         Signedness fixes.
3596
3597 2005-07-05  Wim Taymans  <wim@fluendo.com>
3598
3599         * configure.ac:
3600         * gst/tcp/Makefile.am:
3601         * gst/tcp/README:
3602         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3603         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
3604         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
3605         (is_sync_frame), (gst_multifdsink_handle_client_write),
3606         (gst_multifdsink_render), (gst_multifdsink_start),
3607         (gst_multifdsink_stop), (gst_multifdsink_change_state):
3608         * gst/tcp/gstmultifdsink.h:
3609         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
3610         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
3611         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
3612         * gst/tcp/gsttcp.h:
3613         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3614         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3615         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
3616         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
3617         * gst/tcp/gsttcpclientsink.h:
3618         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3619         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
3620         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
3621         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
3622         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
3623         * gst/tcp/gsttcpclientsrc.h:
3624         * gst/tcp/gsttcpplugin.c: (plugin_init):
3625         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
3626         * gst/tcp/gsttcpserversink.h:
3627         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3628         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
3629         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
3630         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
3631         (gst_tcpserversrc_stop):
3632         * gst/tcp/gsttcpserversrc.h:
3633         * gst/tcp/gsttcpsink.c:
3634         * gst/tcp/gsttcpsink.h:
3635         * gst/tcp/gsttcpsrc.c:
3636         * gst/tcp/gsttcpsrc.h:
3637         Ported tcp plugins to 0.9. 
3638         
3639
3640 2005-07-05  Andy Wingo  <wingo@pobox.com>
3641
3642         * gst/playback/gstplaybasebin.c (fill_buffer):
3643         message_new_application fixen.
3644
3645         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
3646         Style fix.
3647
3648 2005-07-04  Wim Taymans  <wim@fluendo.com>
3649
3650         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
3651         Set caps on output buffer.
3652
3653 2005-07-04  Andy Wingo  <wingo@pobox.com>
3654
3655         * ext/gnomevfs/gstgnomevfssrc.c
3656         (gst_gnomevfssrc_received_headers_callback) 
3657         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
3658         hopefully.
3659
3660         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
3661         No refcount leakage.
3662
3663         * configure.ac: Enable -Werror.
3664         
3665         * ext/theora/theoradec.c (theora_dec_src_getcaps):
3666         * gst/audioconvert/bufferframesconvert.c
3667         (buffer_frames_convert_fixate):
3668         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
3669         (gst_audio_convert_fixate):
3670         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
3671         (gst_sinesrc_create): Fixate func changes.
3672         
3673         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3674         (gst_ximagesink_buffer_alloc): Unused var.
3675
3676 2005-07-01  Andy Wingo  <wingo@pobox.com>
3677
3678         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
3679         getcaps to do explicit caps. Needs to be done in all decoders,
3680         possibly via a base class.
3681
3682         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
3683
3684         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
3685         caps on the sink pad, just rely on the pad template. Also, setting
3686         ANY caps on a pad is not valid because the caps are not fixed.
3687
3688         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
3689         caps on the buffer, and get the width from the desired_caps if
3690         they're set.
3691         (gst_ximagesink_renegotiate_size): Implement via setting the
3692         desired_caps on the ximagesink.
3693         (gst_ximagesink_setcaps): Only reset the width of the player if it
3694         wasn't already set. Not sure if this is right.
3695         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
3696
3697         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
3698         that the user wants. NULL unless the window has been resized.
3699
3700         * gst/volume/gstvolume.c (volume_transform): Adapt to
3701         basetransform refcount changes.
3702         
3703 2005-07-01  Andy Wingo  <wingo@pobox.com>
3704
3705         * gst/videoscale/gstvideoscale.c:
3706         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
3707         from BaseTransform, implements a transform_caps. Removed dead code
3708         including some PAR stuff that was never reached -- should probably
3709         be added back somehow.
3710
3711 2005-07-01  Andy Wingo  <wingo@pobox.com>
3712
3713         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
3714         come later.
3715
3716 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3717
3718         * configure.ac:
3719         * docs/libs/Makefile.am:
3720         * docs/libs/gst-plugins-libs.types:
3721         * ext/alsa/Makefile.am:
3722         * ext/alsa/gstalsamixer.h:
3723         * ext/alsa/gstalsamixeroptions.h:
3724         * ext/alsa/gstalsamixertrack.h:
3725         * gst-libs/gst/Makefile.am:
3726         * gst-libs/gst/colorbalance/.cvsignore:
3727         * gst-libs/gst/colorbalance/Makefile.am:
3728         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
3729         * gst-libs/gst/colorbalance/colorbalance.c:
3730         * gst-libs/gst/colorbalance/colorbalance.h:
3731         * gst-libs/gst/colorbalance/colorbalance.vcproj:
3732         * gst-libs/gst/colorbalance/colorbalancechannel.c:
3733         * gst-libs/gst/colorbalance/colorbalancechannel.h:
3734         * gst-libs/gst/interfaces/Makefile.am:
3735         * gst-libs/gst/interfaces/colorbalance.c:
3736         (gst_color_balance_class_init):
3737         * gst-libs/gst/interfaces/colorbalance.h:
3738         * gst-libs/gst/interfaces/interfaces-marshal.list:
3739         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
3740         * gst-libs/gst/interfaces/mixer.h:
3741         * gst-libs/gst/interfaces/mixeroptions.h:
3742         * gst-libs/gst/interfaces/navigation.c:
3743         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
3744         * gst-libs/gst/interfaces/tuner.h:
3745         * gst/volume/Makefile.am:
3746         * gst/volume/gstvolume.c:
3747         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
3748         * sys/ximage/Makefile.am:
3749         * sys/ximage/ximagesink.c:
3750         * sys/xvimage/Makefile.am:
3751         * sys/xvimage/xvimagesink.c:
3752           fold in all interfaces into an interfaces dir, preserving CVS
3753           history
3754
3755 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3756
3757         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3758           Fix build after riff changes.
3759
3760 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3761
3762         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3763         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
3764         (gst_riff_create_video_template_caps),
3765         (gst_riff_create_audio_template_caps),
3766         (gst_riff_create_iavs_template_caps):
3767         * gst-libs/gst/riff/riff-media.h:
3768         * gst-libs/gst/riff/riff-read.h:
3769         * gst-libs/gst/riff/riff.c: (gst_riff_init):
3770           Add gst_riff_init() to initialize the debug category, instead
3771           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
3772
3773 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3774
3775         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
3776           Oops, I shouldn't apply hacks.
3777
3778 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3779
3780         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
3781           Remove pad_loop function which doesn't work.
3782
3783 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3784
3785         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
3786           Send EOS when deactivating.
3787         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3788         (check_queue), (queue_threshold_reached), (queue_out_of_data),
3789         (gen_preroll_element), (probe_triggered), (mute_stream),
3790         (silence_stream), (new_decoded_pad), (setup_substreams),
3791         (set_active_source):
3792         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
3793         (remove_sinks), (add_sink):
3794         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
3795           Change for new probe API.
3796
3797 2005-06-29  Wim Taymans  <wim@fluendo.com>
3798
3799         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
3800         * gst-libs/gst/audio/gstbaseaudiosink.c:
3801         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
3802         (gst_baseaudiosink_change_state):
3803         * gst-libs/gst/audio/gstbaseaudiosink.h:
3804         * gst-libs/gst/audio/gstringbuffer.c:
3805         (gst_ringbuffer_set_callback):
3806         Fix compilation error.
3807         Ringbuffer starts out as not running.
3808         Free our clock in dispose.
3809         When releasing the ringbuffer we need to renegotiate so
3810         clear the pad caps.
3811
3812 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3813
3814         * autogen.sh:
3815         * configure.ac:
3816         * docs/Makefile.am:
3817         * docs/libs/Makefile.am:
3818         * docs/libs/gst-plugins-libs-docs.sgml:
3819         * docs/libs/gst-plugins-libs-sections.txt:
3820         * docs/libs/gst-plugins-libs.types:
3821         * docs/libs/tmpl/gstaudio.sgml:
3822         * docs/libs/tmpl/gstcolorbalance.sgml:
3823         * docs/libs/tmpl/gstringbuffer.sgml:
3824         * gst-libs/gst/audio/gstringbuffer.c:
3825         (gst_ringbuffer_set_callback):
3826           reinstate gtk-doc docs for plugin libs
3827
3828 2005-06-28  Wim Taymans  <wim@fluendo.com>
3829
3830         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3831         (gst_ogg_demux_init):
3832         Removed pad loop function.
3833
3834 2005-06-28  Wim Taymans  <wim@fluendo.com>
3835
3836         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
3837         If we're building a chain we are not in an error case
3838         when we queue a buffer.
3839
3840 2005-06-28  Andy Wingo  <wingo@pobox.com>
3841
3842         * *.c: Don't cast to GstObject before reffing/unreffing.
3843
3844 2005-06-27  Andy Wingo  <wingo@pobox.com>
3845
3846         * gst/videotestsrc/gstvideotestsrc.c
3847         (gst_videotestsrc_activate_push): Activation API changes.
3848
3849         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
3850         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
3851         they have refs on the decodebin.
3852
3853         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
3854         parent class.
3855         (gst_ogg_pad_typefind): Don't leak a pad ref.
3856         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
3857         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
3858         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
3859
3860 2005-06-27  Edward Hervey  <edward@fluendo.com>
3861
3862         * ext/theora/theoradec.c: (theora_dec_change_state): 
3863         re-arranged call to parent's state change in order to avoid locks (or
3864         worse).
3865
3866 2005-06-26  Edward Hervey  <edward@fluendo.com>
3867
3868         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3869         2nd argument of 'unknow-type' signal is a GstCaps and not a
3870         GstMiniObject
3871
3872 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
3873         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3874           Set the worker thread's running flag to TRUE before starting the
3875           thread.
3876         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
3877           Catch a failure to add typefind to the bin.
3878
3879 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3880
3881         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3882         (gst_sinesrc_init), (gst_sinesrc_create),
3883         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3884         (gst_sinesrc_start):
3885         * gst/sine/gstsinesrc.h:
3886           add num-buffers and timestamp-offset properties
3887         * gst/videotestsrc/gstvideotestsrc.c:
3888         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
3889         (gst_videotestsrc_get_property):
3890           add timestamp-offset property
3891
3892 2005-06-23  Christian Schaller  <uraeus@gnome.org>
3893
3894         * configure.ac: add videorate
3895         * gst-plugins-base.spec.in: add videorate
3896
3897 2005-06-23  Wim Taymans  <wim@fluendo.com>
3898
3899         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
3900         (gst_videorate_getcaps), (gst_videorate_setcaps),
3901         (gst_videorate_event), (gst_videorate_chain):
3902         Fixed videorate, fixating an already fixated caps is not
3903         an error.
3904
3905 2005-06-23  Wim Taymans  <wim@fluendo.com>
3906
3907         * ext/ogg/README:
3908         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
3909         Buffer on caps is not boxed anymore.
3910
3911 2005-06-22  Wim Taymans  <wim@fluendo.com>
3912
3913         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3914         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3915         Set buffers on caps as miniobjects and not as boxed.
3916
3917 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3918
3919         * configure.ac:
3920           back to HEAD
3921
3922 === release 0.9.1 ===
3923
3924 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3925
3926         * .cvsignore:
3927         * NEWS:
3928         * README:
3929         * RELEASE:
3930         * configure.ac:
3931         * po/af.po:
3932         * po/az.po:
3933         * po/cs.po:
3934         * po/en_GB.po:
3935         * po/hu.po:
3936         * po/it.po:
3937         * po/nb.po:
3938         * po/nl.po:
3939         * po/or.po:
3940         * po/sq.po:
3941         * po/sr.po:
3942         * po/sv.po:
3943         * po/uk.po:
3944         * po/vi.po:
3945           updates for release
3946
3947 2005-06-09  Andy Wingo  <wingo@pobox.com>
3948
3949         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
3950         
3951 2005-06-09  Andy Wingo  <wingo@pobox.com>
3952
3953         * configure.ac:
3954         * gst-libs/gst/Makefile.am:
3955         * gst-libs/gst/net/Makefile.am:
3956         Add gstnet to build.
3957
3958 2005-06-09  Andy Wingo  <wingo@pobox.com>
3959
3960         * gst-libs/gst/gconf/gconf.c:
3961         * gst/playback/test.c:
3962         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
3963         fixes.
3964
3965         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
3966
3967         * ext/theora/theoraenc.c (theora_enc_chain): 
3968         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
3969
3970         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
3971         RealPad.
3972
3973 2005-06-02  Wim Taymans  <wim@fluendo.com>
3974
3975         * gst-libs/gst/net/Makefile.am:
3976         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
3977         * pkgconfig/gstreamer-libs.pc.in:
3978         Added net stuff, version net lib.
3979
3980 2005-06-02  Wim Taymans  <wim@fluendo.com>
3981
3982         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3983         (query_rates), (query_positions_elems), (query_positions_pads),
3984         (do_seek):
3985         Updated seek example.
3986
3987 2005-06-02  Andy Wingo  <wingo@pobox.com>
3988
3989         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
3990         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
3991         list.
3992
3993         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
3994         remove the typefind, the bin dispose will do it for us. When it's
3995         removed and unreffed, the signal handler will be disconnected,
3996         too.
3997         (unlinked): It's too difficult to disconnect from unlinked
3998         handlers, as they are on pads not elements. Just punt if the pads
3999         aren't grandkids of the bin.
4000
4001 2005-06-02  Wim Taymans  <wim@fluendo.com>
4002
4003         * ext/ogg/README:
4004         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4005         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4006         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4007         * ext/theora/theoradec.c: (theora_dec_src_query),
4008         (theora_handle_data_packet):
4009         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4010         (theora_enc_chain):
4011         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4012         (vorbis_handle_data_packet):
4013         * gst/audioconvert/bufferframesconvert.c:
4014         (buffer_frames_convert_chain):
4015         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4016         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4017         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4018         (gst_ffmpegcsp_chain):
4019         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4020         (gst_videorate_getcaps), (gst_videorate_setcaps),
4021         (gst_videorate_event), (gst_videorate_chain):
4022         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4023         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4024         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4025         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4026         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4027         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4028         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4029         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4030         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4031         Cleanups and buffer alloc.
4032
4033 2005-05-31  Wim Taymans  <wim@fluendo.com>
4034
4035         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4036         Don't try to call the delay method when the device is not
4037         opened.
4038
4039 2005-05-31  Wim Taymans  <wim@fluendo.com>
4040
4041         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4042         Get actual segment size and buffer size after opening
4043         the device.
4044
4045 2005-05-30  Wim Taymans  <wim@fluendo.com>
4046
4047         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4048         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4049         Also FLUSH upstream, makes the loop function exit faster.
4050         
4051         * ext/theora/theoradec.c: (theora_dec_src_query):
4052         Some more debug info in the query.
4053         
4054         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4055         (gst_ximagesink_setcaps):
4056         Release lock on par error, better error reporting.
4057
4058 2005-05-26  Wim Taymans  <wim@fluendo.com>
4059
4060         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4061         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4062         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4063         Clear chains in READY
4064         Queue packets until the chain is activated.
4065
4066 2005-05-25  Wim Taymans  <wim@fluendo.com>
4067
4068         * gst-libs/gst/audio/gstaudiosink.c:
4069         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4070         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4071         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4072         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4073         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4074         (gst_audiosink_create_ringbuffer):
4075         * gst-libs/gst/audio/gstbaseaudiosink.c:
4076         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4077         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4078         (gst_baseaudiosink_set_property), (build_linear_format),
4079         (debug_spec_caps), (debug_spec_buffer),
4080         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4081         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4082         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4083         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4084         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4085         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4086         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4087         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4088         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4089         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4090         (wait_segment), (gst_ringbuffer_commit),
4091         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4092         (gst_ringbuffer_clear):
4093         Various small cleanups.
4094
4095         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4096         (gst_audio_convert_change_state):
4097         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4098         No need to take the locks anymore.
4099
4100 2005-05-25  Wim Taymans  <wim@fluendo.com>
4101
4102         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4103         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4104         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4105         (type_found):
4106         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4107         (group_destroy), (group_commit), (queue_overrun),
4108         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4109         (mute_stream), (new_decoded_pad), (setup_substreams),
4110         (setup_source), (mute_group_type), (set_active_source),
4111         (gst_play_base_bin_change_state):
4112         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4113         (gen_video_element), (gen_text_element), (gen_audio_element),
4114         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4115         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4116         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4117         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4118         Some playbin cleanups mostly refcounting sloppyness.
4119
4120 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4121
4122         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4123           Work with streaming input.
4124
4125 2005-05-25  Wim Taymans  <wim@fluendo.com>
4126
4127         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4128         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4129         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4130         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4131         No need to take the STREAM lock anymore.
4132
4133 2005-05-25  Wim Taymans  <wim@fluendo.com>
4134
4135         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4136         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4137         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4138         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4139         (gst_ogg_demux_sink_activate):
4140         * ext/theora/theoradec.c: (theora_dec_src_event),
4141         (theora_handle_comment_packet), (theora_dec_chain),
4142         (theora_dec_change_state):
4143         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4144         (vorbis_handle_data_packet), (vorbis_dec_chain),
4145         (vorbis_dec_change_state):
4146         Remove STREAM locks as they are taken in core now.
4147         Never set bogus granulepos on vorbis/theora.
4148         Fix leaks in theoradec tag parsing.
4149
4150 2005-05-25  Wim Taymans  <wim@fluendo.com>
4151
4152         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4153         Fix memleaks, GST_BUFFER_DATA() is not freed.
4154
4155 2005-05-25  Wim Taymans  <wim@fluendo.com>
4156
4157         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4158         Open non-blocking, set to blocking mode afterwards to avoid
4159         lockups when audio device is busy.
4160
4161 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4162
4163         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4164           This can't be good.
4165
4166 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4167
4168         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4169         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4170         (gst_audio_convert_setcaps):
4171           Implement instant setup switching.
4172
4173 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4174
4175         * gst/playback/gstplaybasebin.c: (probe_triggered):
4176           Fix missing unlock.
4177         * gst/playback/gstplaybin.c: (add_sink):
4178           First add, then link (otherwise pad link fails).
4179
4180 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4181
4182         * examples/Makefile.am:
4183         fix buildbot (make distcheck)
4184
4185 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4186
4187         * gst/playback/gstplaybin.c: (gen_vis_element):
4188           Remove some wrong code. Doesn't work yet.
4189
4190 2005-05-19  Wim Taymans  <wim@fluendo.com>
4191
4192         * gst-libs/gst/net/Makefile.am:
4193         * gst-libs/gst/net/README:
4194         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4195         (gst_netbuffer_class_init), (gst_netbuffer_init),
4196         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4197         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4198         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4199         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4200         * gst-libs/gst/net/gstnetbuffer.h:
4201         Added buffer subclass to store extra to/from addresses for
4202         network sources/sinks.
4203
4204 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4205
4206         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4207           Don't lock an unassigned variable.
4208
4209 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4210
4211         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4212           Increase buffer for video, decrease buffer for other media types.
4213         * gst/playback/gstplaybin.c: (gen_video_element),
4214         (gen_audio_element):
4215           Change names for debugging purposes.
4216
4217 2005-05-18  Wim Taymans  <wim@fluendo.com>
4218
4219         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4220         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4221         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4222         (gst_ffmpegcsp_chain):
4223         Enable buffer alloc passthrough if the source and dest
4224         formats are the same.
4225
4226 2005-05-17  Wim Taymans  <wim@fluendo.com>
4227
4228         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4229         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4230         (gst_ogg_demux_chain_unlocked):
4231         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4232         (gst_audio_convert_caps_remove_format_info),
4233         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4234         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4235         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4236         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4237         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4238         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4239         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4240         (gst_ffmpegcsp_get_property):
4241         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4242         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4243         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4244         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4245         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4246         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4247         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4248         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4249         Leak fixes in oggdemux.
4250         Some cleanups in audioconvert.
4251         Make passthrough work along with buffer_alloc etc.
4252         Make buffer_alloc and buffer recycling actually work in
4253         xvimagesink.
4254
4255 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4256
4257         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4258           make the compiler happy
4259
4260 2005-05-17  Wim Taymans  <wim@fluendo.com>
4261
4262         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4263         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4264         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4265         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4266         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4267         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4268         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4269         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4270         (gst_xvimagesink_set_xwindow_id):
4271         * sys/xvimage/xvimagesink.h:
4272         Port xvimagesink to new MiniObject.
4273
4274 2005-05-17  Wim Taymans  <wim@fluendo.com>
4275
4276         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4277         (gst_audiofilter_chain):
4278         * gst-libs/gst/audio/gstaudiosink.c:
4279         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4280         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4281         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4282         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4283         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4284         (gst_audiosink_create_ringbuffer):
4285         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4286         (gst_audio_convert_caps_remove_format_info),
4287         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4288         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4289         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4290         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4291         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4292         Fix passthrough in ffmpegcolorspace.
4293         Fix memset in audiosink on wrong memory.
4294
4295 2005-05-16  David Schleef  <ds@schleef.org>
4296
4297         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4298         to GstMiniObject.
4299
4300 2005-05-16  David Schleef  <ds@schleef.org>
4301
4302         Port from GstData to GstMiniObject.
4303         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4304         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4305         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
4306         (gst_ogg_mux_collected):
4307         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4308         * ext/theora/theoradec.c: (theora_handle_comment_packet),
4309         (theora_handle_data_packet):
4310         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4311         (theora_set_header_on_caps), (theora_enc_chain):
4312         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4313         (vorbis_handle_comment_packet):
4314         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4315         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4316         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
4317         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
4318         * gst/audioconvert/gstaudioconvert.c:
4319         (gst_audio_convert_get_buffer):
4320         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4321         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4322         (mute_stream), (silence_stream):
4323         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4324         * gst/volume/gstvolume.c: (volume_transform):
4325         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4326         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
4327         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
4328         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
4329         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
4330         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
4331         (gst_ximagesink_buffer_alloc):
4332         * sys/ximage/ximagesink.h:
4333
4334 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4335
4336         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4337         (fill_buffer), (check_queue), (queue_threshold_reached),
4338         (queue_out_of_data):
4339         * gst/playback/gstplaybasebin.h:
4340           Post buffer-fullness on the bus.
4341
4342 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4343
4344         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4345         (try_to_link_1):
4346         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4347         (group_commit), (probe_triggered), (setup_source),
4348         (gst_play_base_bin_change_state):
4349         * gst/playback/gstplaybasebin.h:
4350         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4351         (gst_play_bin_init), (remove_sinks), (setup_sinks),
4352         (gst_play_bin_change_state):
4353           Move setup_output_pads into a virtual function, remove
4354           group-switch (no longer needed) and redirect (handled by bus
4355           now) signals.
4356
4357 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4358
4359         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4360         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
4361         (get_active_group), (get_building_group), (group_destroy),
4362         (group_commit), (check_queue), (queue_overrun),
4363         (queue_threshold_reached), (queue_out_of_data),
4364         (gen_preroll_element), (remove_groups), (unknown_type),
4365         (add_element_stream), (no_more_pads), (probe_triggered),
4366         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
4367         (setup_substreams), (setup_source), (finish_source),
4368         (prepare_output), (muted_group_change_state),
4369         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4370         (gst_play_base_bin_change_state):
4371         * gst/playback/gstplaybasebin.h:
4372         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4373         (gst_play_bin_init), (gst_play_bin_set_property),
4374         (gen_video_element), (gen_text_element), (gen_audio_element),
4375         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
4376         (gst_play_bin_change_state):
4377         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4378         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
4379         (stream_info_change_state), (gst_stream_info_set_mute),
4380         (gst_stream_info_get_property):
4381         * gst/playback/gststreaminfo.h:
4382         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4383         (gst_stream_selector_get_linked_pad),
4384         (gst_stream_selector_getcaps),
4385         (gst_stream_selector_get_linked_pads),
4386         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4387         * gst/playback/gststreamselector.h:
4388           Rough port of playbin. Needs some more work, but is mostly done,
4389           and uses a few locks in important places, which should make stuff
4390           like chain-switches clean. Still uses GST_STATE() in a few places,
4391           which isn't all that good an idea, subtitles/elements disabled
4392           because no elements to test with and thus probably broken, query
4393           and event handling moved to GstBin, internal thread removed
4394           alltogether because the pipeline does that for us now. Can play
4395           Ogg/Vorbis files. Haven't tested anything else yet.
4396
4397 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4398
4399         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
4400           Do no-more-pads (needed for autoplugging).
4401
4402 2005-05-10  Andy Wingo  <wingo@pobox.com>
4403
4404         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
4405         message to the bus with the tags. Still not sent downstream tho.
4406
4407         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
4408         get_parent.
4409         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
4410         avoid refcounting hassles.
4411
4412 2005-05-09  Andy Wingo  <wingo@pobox.com>
4413
4414         * gst/volume/Makefile.am:
4415         * gst/volume/demo.c
4416         * gst/volume/gstvolume.h
4417         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
4418         basetransform. Probably need an audio filter base class.
4419
4420 2005-05-09  Wim Taymans  <wim@fluendo.com>
4421
4422         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
4423         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
4424         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
4425         (gst_vorbisenc_chain):
4426         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4427         (gst_audio_convert_caps_remove_format_info),
4428         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4429         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4430         Make caps writable before writing to it.
4431         Fix negotiation in audioconvert some more.
4432
4433 2005-05-09  Wim Taymans  <wim@fluendo.com>
4434
4435         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4436         (gst_videorate_getcaps), (gst_videorate_setcaps),
4437         (gst_videorate_event), (gst_videorate_chain):
4438         Better negotiation.
4439
4440 2005-05-09  Wim Taymans  <wim@fluendo.com>
4441
4442         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4443         (gst_videorate_getcaps), (gst_videorate_setcaps),
4444         (gst_videorate_blank_data), (gst_videorate_init),
4445         (gst_videorate_event), (gst_videorate_chain),
4446         (gst_videorate_change_state):
4447         Port videorate, do a better job at negotiation while we're at
4448         it.
4449
4450 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
4451
4452         * configure.ac:
4453           Disable libvisual
4454
4455         * examples/Makefile.am:
4456         * gst-libs/gst/audio/Makefile.am:
4457         * gst-libs/gst/riff/Makefile.am:
4458         * gst-libs/gst/tag/Makefile.am:
4459         * gst-libs/gst/video/Makefile.am:
4460           Fixups for missing variables.
4461
4462 2005-05-09  Wim Taymans  <wim@fluendo.com>
4463
4464         * examples/seeking/seek.c: (make_theora_pipeline),
4465         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
4466         (query_rates), (query_positions_elems), (query_positions_pads),
4467         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
4468         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4469         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
4470         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
4471         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
4472         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
4473         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4474         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
4475         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
4476         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4477         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4478         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4479         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4480         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
4481         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
4482         (theora_dec_src_convert), (theora_dec_sink_convert),
4483         (theora_dec_src_query), (theora_dec_sink_query),
4484         (theora_dec_src_event), (theora_dec_sink_event),
4485         (theora_handle_comment_packet), (theora_handle_type_packet),
4486         (theora_handle_header_packet), (theora_handle_data_packet),
4487         (theora_dec_chain):
4488         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4489         (vorbis_dec_convert), (vorbis_dec_src_query),
4490         (vorbis_dec_sink_query), (vorbis_dec_src_event),
4491         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4492         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4493         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
4494         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
4495         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
4496         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
4497         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4498         (gst_play_bin_query):
4499         * gst/playback/test3.c: (update_scale):
4500         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
4501         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
4502         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4503         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
4504         (gst_videotestsrc_src_query):
4505         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
4506         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
4507         (paint_hline_YUV9):
4508         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
4509         Port to new query API.
4510         Updated seek.
4511         Cleanups in x[v]imagesink
4512
4513 2005-05-09  Andy Wingo  <wingo@pobox.com>
4514
4515         * ext/alsa/gstalsasink.h:
4516         * ext/gnomevfs/gstgnomevfssrc.c:
4517         (gst_gnomevfssrc_get_icy_metadata):
4518         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
4519         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
4520         * ext/theora/theoradec.c (theora_dec_src_query)
4521         (theora_dec_src_event, theora_dec_sink_event)
4522         (theora_handle_comment_packet, theora_handle_data_packet):
4523         * ext/theora/theoraenc.c (theora_enc_chain):
4524         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
4525         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
4526         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
4527         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
4528         (qt_type_find):
4529         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
4530         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
4531         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
4532         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
4533         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
4534         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
4535         (paint_setup_xBGR8888, paint_setup_RGBx8888)
4536         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
4537         (paint_setup_RGB565, paint_setup_xRGB1555):
4538         * gst/videotestsrc/videotestsrc.h:
4539         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
4540         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
4541         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
4542         GCC4 fixes.
4543         
4544         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
4545         gst_pad_query_position. Fixes oggdemux.
4546
4547 2005-05-08  David Schleef  <ds@schleef.org>
4548
4549         * configure.ac: Require liboil.
4550         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
4551         a few more.
4552         * gst/videotestsrc/videotestsrc.c:
4553         * gst/videotestsrc/videotestsrc.h:
4554
4555 2005-05-06  Wim Taymans  <wim@fluendo.com>
4556
4557         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4558         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4559         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4560         Well, unreffing a buffer right before pushing it is asking
4561         for trouble..
4562
4563 2005-05-06  Christian Schaller  <uraeus@gnome.org>
4564
4565         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
4566
4567 2005-05-06  Wim Taymans  <wim@fluendo.com>
4568
4569         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4570         (gst_audio_convert_caps_remove_format_info),
4571         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4572         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4573         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4574         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4575         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4576         * gst/sine/Makefile.am:
4577         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
4578         (gst_sinesrc_class_init), (gst_sinesrc_init),
4579         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
4580         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
4581         (gst_sinesrc_update_freq):
4582         * gst/sine/gstsinesrc.h:
4583         * gst/tcp/gstmultifdsink.c:
4584         * sys/xvimage/xvimagesink.c:
4585         Fixed negotiation wrt _peer_get_caps()
4586         Some cleanups.
4587
4588
4589 2005-05-06  Wim Taymans  <wim@fluendo.com>
4590
4591         * gst-libs/gst/audio/gstaudiosink.c:
4592         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4593         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4594         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4595         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4596         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4597         (gst_audiosink_create_ringbuffer):
4598         * gst-libs/gst/audio/gstbaseaudiosink.c:
4599         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4600         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4601         (gst_baseaudiosink_set_property), (build_linear_format),
4602         (debug_spec_caps), (debug_spec_buffer),
4603         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4604         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4605         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4606         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4607         * gst-libs/gst/audio/gstbaseaudiosink.h:
4608         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4609         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4610         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4611         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4612         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4613         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4614         (wait_segment), (gst_ringbuffer_commit),
4615         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4616         (gst_ringbuffer_clear):
4617         * gst-libs/gst/audio/gstringbuffer.h:
4618         Make the base audiosink return an error when there is no
4619         audiobuffer negotiated.
4620
4621 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4622
4623         * ext/Makefile.am:
4624         Disable cdparanoia until someone ports it!
4625
4626 2005-05-06  Wim Taymans  <wim@fluendo.com>
4627
4628         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4629         (gst_ogg_demux_sink_activate):
4630         And revert after wingo's revert.. sigh..
4631
4632 2005-05-05  Andy Wingo  <wingo@pobox.com>
4633
4634         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
4635         GObject.
4636         * configure.ac: Return audiorate and subparse from the ghetto.
4637         Re-enable -Wall -Werror.
4638         * gst/subparse/gstsubparse.c:
4639         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
4640         or chain-based. Cleaned up a bit. Not tested.
4641         
4642 2005-05-05  Christian Schaller <christian@fluendo.com> 
4643
4644         * Makefile.am: remove stuff that is not building
4645         * configure.ac: remove stuff that is not building
4646         * examples/Makefile.am: remove stuff that is not building
4647         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
4648         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
4649         * sys/Makefile.am: remove stuff that is not building
4650         * testsuite/Makefile.am: remove stuff that is not building
4651
4652 2005-05-05  Andy Wingo  <wingo@pobox.com>
4653
4654         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4655         * gst-libs/gst/tag/gstvorbistag.c:
4656         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
4657         * gst/adder/gstadder.h:
4658         * gst/audioconvert/gstchannelmix.c:
4659         (gst_audio_convert_fill_one_other):
4660         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
4661         (gst_audiorate_init), (gst_audiorate_chain):
4662         * gst/playback/gstplaybasebin.c: (setup_source):
4663         * gst/playback/test3.c: (update_scale):
4664         Some GCC4 fixes
4665         
4666         * po/af.po:
4667         * po/az.po:
4668         * po/cs.po:
4669         * po/en_GB.po:
4670         * po/hu.po:
4671         * po/it.po:
4672         * po/nb.po:
4673         * po/nl.po:
4674         * po/or.po:
4675         * po/sq.po:
4676         * po/sr.po:
4677         * po/sv.po:
4678         * po/uk.po:
4679         * po/vi.po: Foo
4680
4681 2005-05-05  Wim Taymans  <wim@fluendo.com>
4682
4683         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4684         (gst_audio_convert_caps_remove_format_info),
4685         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
4686         (gst_audio_convert_change_state), (gst_audio_convert_channels):
4687         * gst/videotestsrc/gstvideotestsrc.c:
4688         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
4689         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
4690         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
4691         (gst_videotestsrc_init), (gst_videotestsrc_loop):
4692         Don't ignore _push() return values.
4693         Make sure no processing is done when shutting down.
4694         Videotestsrc pad activation fix.
4695
4696 2005-05-05  Wim Taymans  <wim@fluendo.com>
4697
4698         * gst/adder/Makefile.am:
4699         * gst/adder/gstadder.c: (gst_adder_setcaps),
4700         (gst_adder_class_init), (gst_adder_init),
4701         (gst_adder_request_new_pad), (gst_adder_collected),
4702         (gst_adder_change_state):
4703         * gst/adder/gstadder.h:
4704         Ported adder as an example of a mixer element using
4705         collect pads. Needs more negotiation work.
4706
4707 2005-05-05  Wim Taymans  <wim@fluendo.com>
4708
4709         * ext/theora/theoradec.c: (_inc_granulepos),
4710         (theora_dec_src_event), (theora_dec_sink_event),
4711         (theora_handle_comment_packet), (theora_handle_type_packet),
4712         (theora_handle_header_packet), (theora_handle_data_packet),
4713         (theora_dec_chain):
4714         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4715         (gst_theora_enc_init), (theora_enc_sink_setcaps),
4716         (theora_push_buffer), (theora_push_packet),
4717         (theora_enc_sink_event), (theora_enc_chain),
4718         (theora_enc_change_state), (theora_enc_set_property),
4719         (theora_enc_get_property):
4720         Added stream lock to decoder so that we can serialize
4721         the discont event.
4722         More theoraenc porting, recover from errors, do clean
4723         shutdown.
4724
4725 2005-05-05  Wim Taymans  <wim@fluendo.com>
4726
4727         * ext/ogg/Makefile.am:
4728         * ext/ogg/README:
4729         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4730         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
4731         (gst_ogg_print):
4732         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4733         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
4734         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
4735         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
4736         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
4737         (gst_ogg_mux_change_state):
4738         Ported ogg muxer.
4739
4740 2005-05-05  Wim Taymans  <wim@fluendo.com>
4741
4742         * docs/design-audiosinks.txt:
4743         * gst-libs/gst/audio/TODO:
4744         * gst-libs/gst/audio/gstaudiosink.c:
4745         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4746         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4747         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4748         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4749         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4750         (gst_audiosink_create_ringbuffer):
4751         * gst-libs/gst/audio/gstbaseaudiosink.c:
4752         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4753         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4754         (gst_baseaudiosink_set_property), (build_linear_format),
4755         (debug_spec_caps), (debug_spec_buffer),
4756         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4757         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4758         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4759         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4760         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4761         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4762         (gst_ringbuffer_release), (gst_ringbuffer_play),
4763         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4764         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
4765         (gst_ringbuffer_set_sample), (wait_segment),
4766         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
4767         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
4768         More work on the audiosink, mostly debugging and a race in
4769         shutdown.
4770
4771 2005-04-28  Wim Taymans  <wim@fluendo.com>
4772
4773         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4774         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
4775         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
4776         (vorbis_dec_src_query), (vorbis_dec_src_event),
4777         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4778         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4779         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
4780         Don't crap out when seeking back to position 0.
4781
4782 2005-04-28  Wim Taymans  <wim@fluendo.com>
4783
4784         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
4785         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
4786         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
4787         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
4788         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
4789         Make audio sink configurable, use alsasink as default.
4790
4791 2005-04-28  Wim Taymans  <wim@fluendo.com>
4792
4793         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4794         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4795         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4796         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
4797         (vorbis_dec_change_state):
4798         * ext/vorbis/vorbisdec.h:
4799         Refactor, use STREAM_LOCK.
4800
4801 2005-04-28  Wim Taymans  <wim@fluendo.com>
4802
4803         * ext/theora/theoradec.c: (_inc_granulepos),
4804         (theora_dec_sink_event), (theora_handle_comment_packet),
4805         (theora_handle_type_packet), (theora_handle_header_packet),
4806         (theora_handle_data_packet), (theora_dec_chain),
4807         (theora_dec_change_state):
4808         Refactor a bit, use STREAM_LOCK.
4809
4810 2005-04-28  Wim Taymans  <wim@fluendo.com>
4811
4812         * ext/alsa/Makefile.am:
4813         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
4814         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
4815         (gst_alsa_link), (gst_alsa_close_audio):
4816         * ext/alsa/gstalsaplugin.c: (plugin_init):
4817         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
4818         (gst_alsasink_dispose), (gst_alsasink_base_init),
4819         (gst_alsasink_class_init), (gst_alsasink_init),
4820         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
4821         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
4822         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
4823         (gst_alsasink_reset):
4824         * ext/alsa/gstalsasink.h:
4825         Implement alsasink with simple open/write/close API. 
4826         Make alsa dir build by disabling compilation of code.
4827
4828 2005-04-28  Wim Taymans  <wim@fluendo.com>
4829
4830         * gst-libs/gst/audio/Makefile.am:
4831         * gst-libs/gst/audio/audio.h:
4832         * gst-libs/gst/audio/audioclock.c:
4833         * gst-libs/gst/audio/audioclock.h:
4834         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
4835         (gst_audio_clock_class_init), (gst_audio_clock_init),
4836         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
4837         * gst-libs/gst/audio/gstaudioclock.h:
4838         * gst-libs/gst/audio/gstaudiosink.c:
4839         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4840         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4841         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4842         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4843         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4844         (gst_audiosink_create_ringbuffer):
4845         * gst-libs/gst/audio/gstbaseaudiosink.c:
4846         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4847         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4848         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
4849         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
4850         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4851         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4852         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4853         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4854         * gst-libs/gst/audio/gstbaseaudiosink.h:
4855         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4856         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
4857         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4858         (gst_ringbuffer_release), (gst_ringbuffer_play),
4859         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4860         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
4861         (gst_ringbuffer_set_sample), (wait_segment),
4862         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
4863         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
4864         * gst-libs/gst/audio/gstringbuffer.h:
4865         Make ringbuffer faster and more simple by removing the locks
4866         in the playback thread.
4867         Add sample accurate playback based on buffer sample offsets.
4868         Make the baseaudiosink provide a clock.
4869         Parse caps in the base class.
4870         Correctly handle seeking, flushing and state changes.
4871
4872 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4873
4874         * configure.ac:
4875         * gst/audioconvert/Makefile.am:
4876         * gst/audioscale/Makefile.am:
4877           Fix part of the build.  Come on guys, autogen didn't even work :)
4878
4879 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4880
4881         * configure.ac:
4882         * gst-libs/gst/Makefile.am:
4883         * gst-libs/gst/media-info/.cvsignore:
4884         * gst-libs/gst/media-info/Makefile.am:
4885         * gst-libs/gst/media-info/README:
4886         * gst-libs/gst/media-info/media-info-priv.c:
4887         * gst-libs/gst/media-info/media-info-priv.h:
4888         * gst-libs/gst/media-info/media-info-test.c:
4889         * gst-libs/gst/media-info/media-info.c:
4890         * gst-libs/gst/media-info/media-info.h:
4891         * gst-libs/gst/media-info/media-info.vcproj:
4892         * pkgconfig/Makefile.am:
4893         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
4894         * pkgconfig/gstreamer-media-info.pc.in:
4895           Remove media-info, which is also successed by playbin (see Totem
4896           implementation).
4897
4898 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4899
4900         * configure.ac:
4901         * examples/Makefile.am:
4902         * examples/gstplay/.cvsignore:
4903         * examples/gstplay/Makefile.am:
4904         * examples/gstplay/player.c:
4905         * gst-libs/gst/Makefile.am:
4906         * gst-libs/gst/play/.cvsignore:
4907         * gst-libs/gst/play/Makefile.am:
4908         * gst-libs/gst/play/play.c:
4909         * gst-libs/gst/play/play.h:
4910         * gst-libs/gst/play/play.vcproj:
4911         * pkgconfig/Makefile.am:
4912         * pkgconfig/gstreamer-play-uninstalled.pc.in:
4913         * pkgconfig/gstreamer-play.pc.in:
4914           Remove libgstplay, playbin is now the official successor.
4915
4916 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4917
4918         * configure.ac:
4919         * gst-libs/gst/Makefile.am:
4920         * gst-libs/gst/xwindowlistener/Makefile.am:
4921         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
4922         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
4923           Remove deprecated xwindowlistener (I've moved xwindowlistening
4924           in the v4l/v4l2 plugins over to serverside).
4925
4926 2005-04-25  David Schleef  <ds@schleef.org>
4927
4928         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
4929         to examples/dynparams.  Examples do not belong interspersed with
4930         source code.
4931         * examples/dynparams/demo-dparams.c:
4932         * gst/sine/Makefile.am:
4933         * gst/sine/demo-dparams.c:
4934
4935 2005-04-25  David Schleef  <ds@schleef.org>
4936
4937         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
4938         * gst-libs/gst/audio/Makefile.am:
4939         * gst-libs/gst/riff/Makefile.am:
4940         * gst-libs/gst/tag/Makefile.am:
4941         * gst-libs/gst/video/Makefile.am:
4942         * gst-libs/gst/xwindowlistener/Makefile.am:
4943
4944         Convert to 0.9 API, seems to work:
4945         * sys/ximage/Makefile.am:
4946         * sys/ximage/ximagesink.c:
4947
4948 2005-04-24  David Schleef  <ds@schleef.org>
4949
4950         Link plugins against libraries:
4951         * ext/alsa/Makefile.am:
4952         * gst/tcp/Makefile.am:
4953
4954         Remove asm code that should be in liboil
4955         * gst/videoscale/Makefile.am:
4956         * gst/videoscale/videoscale_x86_asm.s:
4957
4958         gettext wants these checked in:
4959         * po/af.po:
4960         * po/az.po:
4961         * po/cs.po:
4962         * po/en_GB.po:
4963         * po/hu.po:
4964         * po/it.po:
4965         * po/nb.po:
4966         * po/nl.po:
4967         * po/or.po:
4968         * po/sq.po:
4969         * po/sr.po:
4970         * po/sv.po:
4971         * po/uk.po:
4972         * po/vi.po:
4973
4974 2005-04-24  David Schleef  <ds@schleef.org>
4975
4976         Convert gst_main() to g_main_loop_run()
4977         * gst/playback/decodetest.c: (main):
4978         * gst/playback/test2.c: (main):
4979         * gst/playback/test3.c: (main):
4980         * gst/playback/test4.c: (main):
4981
4982         Link plugins against libraries:
4983         * ext/libvisual/Makefile.am:
4984         * sys/xvimage/Makefile.am:
4985
4986 2005-04-24  David Schleef  <ds@schleef.org>
4987
4988         * configure.ac: Remove idct and resample libs
4989         * gst-libs/gst/Makefile.am: same
4990
4991         Remove usage of gst_library_load():
4992         * ext/alsa/gstalsaplugin.c: (plugin_init):
4993         * ext/libvisual/visual.c: (plugin_init):
4994         * ext/ogg/gstogg.c: (plugin_init):
4995         * ext/theora/theora.c: (plugin_init):
4996         * ext/vorbis/vorbis.c: (plugin_init):
4997         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
4998         * gst/audioscale/gstaudioscale.c:
4999         * gst/adder/gstadder.c: (plugin_init):
5000         * gst/audioconvert/plugin.c: (plugin_init):
5001         * sys/ximage/ximagesink.c: (plugin_init):
5002         * sys/xvimage/xvimagesink.c: (plugin_init):
5003         * gst/tcp/gsttcpplugin.c: (plugin_init):
5004
5005         Link plugins against libraries:
5006         * ext/ogg/Makefile.am:
5007         * ext/theora/Makefile.am:
5008         * ext/vorbis/Makefile.am:
5009         * gst/audioconvert/Makefile.am:
5010
5011         Create proper libraries:
5012         * gst-libs/gst/riff/Makefile.am:
5013         * gst-libs/gst/audio/Makefile.am:
5014         * gst-libs/gst/video/Makefile.am:
5015
5016         Move resample library to audioscale plugin directory:
5017         * gst-libs/gst/resample/Makefile.am:
5018         * gst-libs/gst/resample/README:
5019         * gst-libs/gst/resample/dtof.c:
5020         * gst-libs/gst/resample/dtos.c:
5021         * gst-libs/gst/resample/functable.c:
5022         * gst-libs/gst/resample/private.h:
5023         * gst-libs/gst/resample/resample.c:
5024         * gst-libs/gst/resample/resample.h:
5025         * gst-libs/gst/resample/resample.vcproj:
5026         * gst-libs/gst/resample/test.c:
5027         * gst/audioscale/Makefile.am:
5028         * gst/audioscale/README:
5029         * gst/audioscale/dtof.c:
5030         * gst/audioscale/dtos.c:
5031         * gst/audioscale/functable.c:
5032         * gst/audioscale/private.h:
5033         * gst/audioscale/resample.c:
5034         * gst/audioscale/resample.h:
5035         * gst/audioscale/test.c:
5036
5037         Move tagedit library to gst-libs:
5038         * gst-libs/gst/tag/Makefile.am:
5039         * gst-libs/gst/tag/gstid3tag.c:
5040         * gst-libs/gst/tag/gsttagediting.c:
5041         * gst-libs/gst/tag/gsttageditingprivate.h:
5042         * gst-libs/gst/tag/gstvorbistag.c:
5043         * gst/tags/Makefile.am:
5044         * gst/tags/gstid3tag.c:
5045         * gst/tags/gstvorbistag.c:
5046
5047         Fix for core changes:
5048         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5049         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5050         (gst_sinesrc_getrange):
5051
5052 2005-04-23  David Schleef  <ds@schleef.org>
5053
5054         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5055         in gst-plugins in a long time, and properly belongs in liboil.
5056         * gst-libs/gst/idct/Makefile.am:
5057         * gst-libs/gst/idct/README:
5058         * gst-libs/gst/idct/dct.h:
5059         * gst-libs/gst/idct/doieee:
5060         * gst-libs/gst/idct/fastintidct.c:
5061         * gst-libs/gst/idct/floatidct.c:
5062         * gst-libs/gst/idct/idct.c:
5063         * gst-libs/gst/idct/idct.h:
5064         * gst-libs/gst/idct/idtc.vcproj:
5065         * gst-libs/gst/idct/ieeetest.c:
5066         * gst-libs/gst/idct/intidct.c:
5067
5068 2005-04-20  Wim Taymans  <wim@fluendo.com>
5069
5070         * docs/design-audiosinks.txt:
5071         * gst-libs/gst/audio/Makefile.am:
5072         * gst-libs/gst/audio/TODO:
5073         * gst-libs/gst/audio/gstaudiosink.c:
5074         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5075         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5076         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5077         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5078         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5079         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5080         (gst_audiosink_class_init), (gst_audiosink_init),
5081         (gst_audiosink_create_ringbuffer):
5082         * gst-libs/gst/audio/gstaudiosink.h:
5083         * gst-libs/gst/audio/gstbaseaudiosink.c:
5084         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5085         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5086         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5087         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5088         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5089         (gst_baseaudiosink_create_ringbuffer),
5090         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5091         * gst-libs/gst/audio/gstbaseaudiosink.h:
5092         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5093         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5094         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5095         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5096         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5097         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5098         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5099         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5100         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5101         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5102         * gst-libs/gst/audio/gstringbuffer.h:
5103         An attempt at a set of audio base classes together with some
5104         design docs.
5105
5106 2005-04-20  Wim Taymans  <wim@fluendo.com>
5107
5108         * gst/audioconvert/Makefile.am:
5109         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5110         (gst_audio_convert_caps_remove_format_info),
5111         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5112         (gst_audio_convert_channels):
5113         Link against audio libs.
5114         Fix audio convert plugin.
5115
5116 2005-04-20  Wim Taymans  <wim@fluendo.com>
5117
5118         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5119         (gst_ogg_demux_sink_activate):
5120         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5121         (theora_set_header_on_caps), (theora_enc_sink_event),
5122         (theora_enc_chain):
5123         Fix theora encoder.
5124
5125 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5126
5127         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5128         * gst/playback/gstdecodebin.c: (find_compatibles):
5129           Work with staticpadtemplates in elementfactories.
5130
5131 2005-04-12  Wim Taymans  <wim@fluendo.com>
5132
5133         * gst/playback/README:
5134         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5135         (compare_ranks), (print_feature), (gst_decode_bin_init),
5136         (dynamic_create), (dynamic_free), (find_compatibles),
5137         (mimetype_is_raw), (close_pad_link), (got_redirect),
5138         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5139         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5140         (gst_decode_bin_change_state):
5141         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5142         (gst_play_base_bin_init), (group_destroy), (group_commit),
5143         (check_queue), (queue_overrun), (queue_threshold_reached),
5144         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5145         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5146         (got_redirect), (setup_source), (play_base_eos),
5147         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5148         (gst_play_base_bin_remove_element):
5149         * gst/playback/gstplaybasebin.h:
5150         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5151         (gst_play_bin_init), (gst_play_bin_dispose),
5152         (gst_play_bin_set_property), (gen_video_element),
5153         (gen_text_element), (gen_audio_element), (remove_sinks),
5154         (gst_play_bin_send_event):
5155         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5156         (stream_info_change_state), (gst_stream_info_set_mute):
5157         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5158         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5159         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5160         (gst_stream_selector_chain):
5161         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5162         (main):
5163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5164         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5165         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5166         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5167         Raw and crude port of decodebin. 
5168         Make playbin compile.
5169
5170 2005-04-06  Wim Taymans  <wim@fluendo.com>
5171
5172         * ext/gnomevfs/Makefile.am:
5173         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5174         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5175         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5176         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5177         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5178         (gst_gnomevfssrc_stop):
5179         * ext/ogg/Makefile.am:
5180         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5181         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5182         * ext/theora/Makefile.am:
5183         * ext/theora/theoradec.c: (_inc_granulepos),
5184         (theora_dec_sink_event), (theora_dec_chain):
5185         * ext/vorbis/Makefile.am:
5186         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5187         (vorbis_dec_sink_event), (vorbis_dec_chain):
5188         * gst-libs/gst/audio/Makefile.am:
5189         * sys/xvimage/Makefile.am:
5190         Make gnomevfssrc extend the source base class.
5191         Fix linking against libs in various plugins.
5192
5193 2005-04-06  Andy Wingo  <wingo@pobox.com>
5194
5195         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5196         GST_BASE_LIBS.
5197
5198         * configure.ac: Add check and AC_SUBST for libgstbase.
5199
5200 2005-03-31  Wim Taymans  <wim@fluendo.com>
5201
5202         * examples/seeking/Makefile.am:
5203         * examples/seeking/cdparanoia.c: (main):
5204         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5205         (play_cb), (pause_cb), (stop_cb), (main):
5206         * examples/seeking/playbin.c:
5207         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5208         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5209         (make_sid_pipeline), (make_vorbis_pipeline),
5210         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5211         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5212         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5213         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5214         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5215         (stop_cb), (main):
5216         * examples/seeking/spider_seek.c:
5217         * examples/seeking/vorbisfile.c:
5218         * ext/gnomevfs/Makefile.am:
5219         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5220         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5221         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5222         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5223         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5224         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5225         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5226         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5227         * ext/ogg/README:
5228         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5229         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5230         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5231         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5232         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5233         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5234         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5235         (gst_ogg_demux_factory_filter), (compare_ranks),
5236         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5237         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5238         (gst_ogg_chain_new), (gst_ogg_chain_free),
5239         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5240         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5241         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5242         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5243         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5244         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5245         (gst_ogg_demux_get_prev_page),
5246         (gst_ogg_demux_deactivate_current_chain),
5247         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5248         (gst_ogg_demux_bisect_forward_serialno),
5249         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5250         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5251         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5252         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5253         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5254         (gst_ogg_demux_change_state), (gst_ogg_print):
5255         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5256         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5257         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5258         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5259         (gst_ogg_mux_loop):
5260         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5261         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5262         (theora_dec_src_convert), (theora_dec_sink_convert),
5263         (theora_dec_src_query), (theora_dec_src_event),
5264         (theora_dec_sink_event), (theora_dec_chain),
5265         (theora_dec_change_state):
5266         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5267         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5268         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5269         (theora_enc_change_state):
5270         * ext/vorbis/Makefile.am:
5271         * ext/vorbis/oggvorbisenc.c:
5272         * ext/vorbis/oggvorbisenc.h:
5273         * ext/vorbis/vorbis.c: (plugin_init):
5274         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5275         (vorbis_dec_src_query), (vorbis_dec_src_event),
5276         (vorbis_dec_sink_event), (vorbis_dec_chain),
5277         (vorbis_dec_change_state):
5278         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5279         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5280         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5281         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5282         (gst_vorbisenc_change_state):
5283         * ext/vorbis/vorbisenc.h:
5284         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5285         * gst-libs/gst/audio/audioclock.c:
5286         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5287         (gst_audiofilter_init), (gst_audiofilter_chain):
5288         * gst-libs/gst/audio/testchannels.c: (main):
5289         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5290         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5291         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5292         (gmip_find_track_streaminfo), (gmip_find_track_format):
5293         * gst-libs/gst/media-info/media-info.c:
5294         (gst_media_info_read_idler):
5295         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5296         (gst_play_get_all_by_interface):
5297         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5298         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5299         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5300         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5301         (gst_riff_parse_info):
5302         * gst-libs/gst/riff/riff-read.h:
5303         * gst-libs/gst/riff/riff.c: (plugin_init):
5304         * gst-libs/gst/video/Makefile.am:
5305         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
5306         (gst_videosink_class_init), (gst_videosink_get_type):
5307         * gst-libs/gst/video/videosink.h:
5308         * gst/audioconvert/bufferframesconvert.c:
5309         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
5310         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
5311         * gst/audioconvert/channelmixtest.c: (main):
5312         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5313         (gst_audio_convert_chain),
5314         (gst_audio_convert_caps_remove_format_info),
5315         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
5316         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
5317         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
5318         (gst_audio_convert_buffer_to_default_format),
5319         (gst_audio_convert_buffer_from_default_format),
5320         (gst_audio_convert_channels):
5321         * gst/audioconvert/gstchannelmix.h:
5322         * gst/ffmpegcolorspace/avcodec.h:
5323         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5324         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5325         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
5326         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
5327         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
5328         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5329         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5330         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5331         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5332         (dv_type_find):
5333         * gst/videotestsrc/gstvideotestsrc.c:
5334         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
5335         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
5336         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
5337         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
5338         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
5339         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
5340         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
5341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5342         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
5343         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
5344         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
5345         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5346         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5347         (gst_xvimagesink_navigation_send_event),
5348         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
5349         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
5350         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5351         * sys/xvimage/xvimagesink.h:
5352         Plugin port to 0.9, ogg/theora playback should work in the seek
5353         example now.
5354         Removed old examples.
5355         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
5356         explained in 0.9 TODO doc.
5357
5358
5359 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5360
5361         * autogen.sh:
5362         * configure.ac:
5363         * ext/Makefile.am:
5364         * gst/Makefile.am:
5365         * po/POTFILES.in:
5366         * po/af.po:
5367         * po/az.po:
5368         * po/cs.po:
5369         * po/en_GB.po:
5370         * po/hu.po:
5371         * po/it.po:
5372         * po/nb.po:
5373         * po/nl.po:
5374         * po/or.po:
5375         * po/sq.po:
5376         * po/sr.po:
5377         * po/sv.po:
5378         * po/uk.po:
5379         * po/vi.po:
5380         * sys/Makefile.am:
5381         * testsuite/Makefile.am:
5382           remove a whole bunch of plugins.  This module now contains a set
5383           of free reference plugins/elements as agreed.
5384
5385 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5386
5387         * configure.ac:
5388           hunting season on 0.9 is now OPEN
5389
5390 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5391
5392         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5393           Kick the hell out of gcc for not warning me about a symbol conflict.
5394
5395 2005-02-22  Luca Ognibene  <luogni@tin.it>
5396
5397         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5398
5399         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
5400           Don't leak caps string (fixes #168134)
5401
5402         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
5403         (gst_jpegenc_init), (gst_jpegenc_finalize),
5404         (gst_jpegenc_change_state):
5405           Don't leak line buffers and context struct (fixes #168133).
5406
5407 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
5408
5409         * configure.ac:
5410         * ext/dirac/gstdiracdec.cc:
5411         (gst_diracdec_chain):
5412           Since dirac 0.5.0 the framerate in dirac is expressed as a
5413           rational number. Fix build and up requirement to 0.5.0, and
5414           also pass parameters to gst_diracdec_link in the right order
5415           (fixes #167959).
5416
5417 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
5418
5419         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
5420         * ext/faad/gstfaad.h:
5421         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
5422         certain invalid muxed streams, where some packets will contain 
5423         junk after decoder data. Partially fixes #149158.
5424
5425 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
5426         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
5427           Make sure we only write to writable buffers
5428
5429 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
5430
5431         * gst-libs/gst/riff/riff-media.c:
5432         (gst_riff_create_audio_caps_with_data):
5433           Do actually fix invalid RIFF fmt header values for alaw
5434           and mulaw audio instead of just saying so.
5435
5436         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
5437           Give gst_riff_create_audio_caps_with_data() a chance to
5438           fix up broken format header fields before extracting any
5439           parameters from the header. (fixes #167633)
5440
5441 2005-02-19  Martin Holters  <martin.holters@gmx.de>
5442
5443         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5444
5445         * gst/audioconvert/bufferframesconvert.c:
5446         (buffer_frames_convert_link):
5447           Don't leak othercaps. (fixes #167878)
5448
5449 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
5450
5451         * configure.ac:
5452         * ext/libvisual/visual.c: (gst_visual_srclink),
5453         (gst_visual_change_state):
5454           Support libvisual 0.2.0.
5455
5456 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
5457
5458         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
5459         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
5460           Use same rowstrides for I420 as used everywhere else.
5461
5462 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
5463
5464         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
5465           Declare variables at beginning of block and make gcc-2.95 happy
5466           (fixes # 167482, patch by Gergely Nagy).
5467           
5468         * gst/tcp/gsttcpclientsrc.c:
5469         * gst/tcp/gsttcpclientsrc.h:
5470           Move some includes into the header, so that struct sockaddr_in is
5471           defined when it should be defined on FreeBSD as well (fixes
5472           #167483).
5473           
5474         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
5475           Don't pass uninitialised values to setsockopt() here either.
5476
5477 2005-02-17  Luca Ognibene  <luogni at tin dot it>
5478
5479         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5480
5481         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
5482           Don't pass uninitialised values to setsockopt(). (fixes #167704)
5483
5484 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5485
5486         * gst/playback/gstplaybin.c: (add_sink):
5487           Invert bin_add/link order to workaround deadlock in opt.
5488
5489 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5490
5491         * gst/modplug/gstmodplug.cc:
5492           Add missing break causing position queries to fail.
5493
5494 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5495
5496         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
5497           Granpos can apparently be -1, which screws up calculations...
5498
5499 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
5500
5501         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
5502         (gst_ximagesink_send_pending_navigation),
5503         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
5504         (gst_ximagesink_init):
5505         * sys/ximage/ximagesink.h:
5506         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
5507         (gst_xvimagesink_send_pending_navigation),
5508         (gst_xvimagesink_navigation_send_event),
5509         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
5510         * sys/xvimage/xvimagesink.h:
5511           Use a mutex protected list to marshal navigation
5512           events into the stream thread from whichever thread
5513           sends them.
5514
5515 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
5516
5517         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
5518           Display current position and track length; misc. clean-ups.
5519           
5520         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
5521         (speed_init), (speed_chain):
5522           Add query function, so that the stream length and current position
5523           get adjusted when queried (note that current position queries may
5524           still be wrong if the audio sink returns values based on buffer
5525           timestamps instead of passing on the query).
5526
5527 2005-02-13  Benjamin Otte  <otte@gnome.org>
5528
5529         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
5530         (gst_audio_convert_channels):
5531           create channel conversion matrix when linking
5532         * gst/audioconvert/.cvsignore:
5533         * gst/audioconvert/Makefile.am:
5534         * gst/audioconvert/channelmixtest.c: (main):
5535           add (ugly) test that ensures stereo <=> mono conversion works
5536           correctly
5537
5538 2005-02-13  Benjamin Otte  <otte@gnome.org>
5539
5540         * gst/audioconvert/gstchannelmix.h:
5541           include missing header file
5542         * gst/audioconvert/gstchannelmix.c:
5543         (gst_audio_convert_fill_compatible):
5544           use same sign for both channels when converting to/from compatible
5545           channel. Previously used different signs made the signals cancel
5546           each other out and appear like silence. (fixes #167269)
5547
5548 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
5549
5550         * gst/ffmpegcolorspace/avcodec.h:
5551         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5552         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5553         (gst_ffmpegcsp_avpicture_fill):
5554         * gst/ffmpegcolorspace/imgconvert.c:
5555           Convert to and from YV12 (fixes #156379).
5556
5557 2005-02-12  Julien MOUTTE  <julien@moutte.net>
5558
5559         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
5560         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
5561         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
5562         (gst_ximagesink_expose), (gst_ximagesink_set_property),
5563         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
5564         methods from chain and negotiation and vice versa (Fixes #166142).
5565         * sys/ximage/ximagesink.h: Add stream_lock.
5566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
5567         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5568         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5569         (gst_xvimagesink_expose): Check for xcontext before trying to link.
5570
5571 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
5572
5573         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
5574           Don't send "Hey! You gave me a NULL pointer you naughty person" as
5575           error message when we can't open the DVD device (when dvdnav_open()
5576           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
5577           the above). Send something more useful instead (fixes #167117).
5578
5579 2005-02-11  Julien MOUTTE  <julien@moutte.net>
5580
5581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5582         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
5583         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5584         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5585         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5586         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
5587         methods from chain and negotiation and vice versa (Fixes #166142).
5588         Fix a possible bug of images in the buffer pool being discarded because
5589         we are looking at the wrong geometry.
5590         * sys/xvimage/xvimagesink.h: Add stream_lock.
5591
5592 2005-02-11  David Schleef  <ds@schleef.org>
5593
5594         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
5595         unsigned int. (fixes #167128)
5596
5597 2005-02-11  David Schleef  <ds@schleef.org>
5598
5599         * gst/librfb/Makefile.am: Testing stuff before committing is
5600           for wimps... and people with fast machines.  Fix stupid
5601           mistake.
5602
5603 2005-02-11  David Schleef  <ds@schleef.org>
5604
5605         * configure.ac: Pull in librfb from my CVS tree, because it is
5606           too small and annoying to be separate.  Move rfbsrc plugin
5607           to gst/.
5608         * ext/Makefile.am:
5609         * ext/librfb/Makefile.am:
5610         * ext/librfb/gstrfbsrc.c:
5611         * gst/librfb/Makefile.am:
5612         * gst/librfb/gstrfbsrc.c:
5613         * gst/librfb/rfb.c:
5614         * gst/librfb/rfb.h:
5615         * gst/librfb/rfbbuffer.c:
5616         * gst/librfb/rfbbuffer.h:
5617         * gst/librfb/rfbbytestream.c:
5618         * gst/librfb/rfbbytestream.h:
5619         * gst/librfb/rfbcontext.h:
5620         * gst/librfb/rfbdecoder.c:
5621         * gst/librfb/rfbdecoder.h:
5622         * gst/librfb/rfbutil.h:
5623
5624 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
5625
5626         * gst/speed/Makefile.am:
5627         * gst/speed/demo-mp3.c: (main):
5628         * gst/speed/filter.func:
5629         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
5630         (speed_class_init), (speed_init), (speed_chain_int16),
5631         (speed_chain_float32), (speed_chain), (speed_set_property),
5632         (speed_get_property), (speed_change_state):
5633         * gst/speed/gstspeed.h:
5634           Fix speed element and make it chain-based (fixes #156467),
5635           and make it handle more than one channel.
5636
5637 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
5638
5639         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
5640         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
5641         (gst_dtsdec_chain), (gst_dtsdec_change_state):
5642         * ext/dts/gstdtsdec.h:
5643           Don't clobber the stack constructing the channels array.
5644           Make the element chain-based. DTS tracks can now be played.
5645           
5646 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
5647
5648         * gst-libs/gst/audio/multichannel.h:
5649         * gst-libs/gst/gconf/gconf.h:
5650         * gst-libs/gst/idct/idct.h:
5651         * gst-libs/gst/media-info/media-info-priv.h:
5652         * gst-libs/gst/play/play.h:
5653         * gst-libs/gst/resample/private.h:
5654         * gst-libs/gst/resample/resample.h:
5655         * gst-libs/gst/riff/riff-ids.h:
5656         * gst-libs/gst/video/video.h:
5657         * gst-libs/gst/video/videosink.h:
5658           Add G_BEGIN_DECLS and G_END_DECLS around headers where
5659           missing, so that they work when included from C++ code.
5660
5661 2005-02-09  David Schleef  <ds@schleef.org>
5662
5663         * testsuite/gst-lint: Check for non-statically scoped
5664           parent_class variables.  This won't be a problem once
5665           plugins are loaded with RTLD_LOCAL.
5666
5667 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5668
5669         * ext/mplex/gstmplexibitstream.cc:
5670           gcc madness.
5671
5672 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5673
5674         * ext/ogg/gstogmparse.c:
5675         * gst/debug/gstnavigationtest.c:
5676           Die, thou faulty symbol pollutors (non-static parent_class).
5677
5678 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5679
5680         * ext/mplex/gstmplexibitstream.cc:
5681           Fix event handling (#165525).
5682
5683 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5684
5685         * ext/mikmod/gstmikmod.c:
5686         * gst/modplug/gstmodplug.cc:
5687           Add missing endianness to template (fixes #165509).
5688
5689 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5690
5691         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
5692           Fix wrong order of reading of optional bytes (#165290).
5693
5694 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5695
5696         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5697           Implement FILLER event awareness.
5698
5699 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5700
5701         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
5702           Fix track calculations (#166208).
5703
5704 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
5705
5706         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5707
5708         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
5709         * ext/libpng/gstpngenc.c:
5710           Fix byte-order, use proper fixed caps. Fixes #164197.
5711
5712 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
5713
5714         * configure.ac:
5715           Add dvdlpcmdec 
5716
5717         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
5718         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
5719           Don't push buffers if the src pad isn't negotiated yet.
5720           
5721         * gst/audioconvert/gstaudioconvert.c:
5722         (gst_audio_convert_buffer_to_default_format),
5723         (gst_audio_convert_buffer_from_default_format):
5724           Add support for 24-bit width.
5725
5726         * gst/dvdlpcmdec/.cvsignore:
5727         * gst/dvdlpcmdec/Makefile.am:
5728         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
5729         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
5730         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
5731         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
5732         (plugin_init):
5733         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
5734           New decoder for rearranging DVD LPCM into our audio/x-raw-int
5735           format. Needs support for the channels maps if someone can find 
5736           a DVD LPCM track with > 2 channels.
5737
5738         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
5739         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
5740         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
5741         * gst/mpegstream/gstdvddemux.h:
5742         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
5743         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
5744         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
5745         * gst/mpegstream/gstmpegdemux.h:
5746         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
5747         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
5748         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
5749         (gst_mpeg_parse_handle_src_query),
5750         (gst_mpeg_parse_handle_src_event):
5751           Use audio/x-dvd-lpcm for LPCM output.
5752           Add DTS output.
5753
5754 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
5755
5756         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5757
5758         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
5759         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
5760           Add BGRA handling (#165736).
5761
5762 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
5763
5764         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5765
5766         * gst/law/alaw-decode.c: (alawdec_link):
5767         * gst/law/alaw-encode.c: (alawenc_link):
5768         * gst/law/mulaw-decode.c: (mulawdec_link):
5769         * gst/law/mulaw-encode.c: (mulawenc_link):
5770           Fix caps memleaks (#166600).
5771
5772 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
5773
5774         * ext/tarkin/mem.h:
5775         * ext/tarkin/wavelet.h:
5776         * ext/tarkin/yuv.h:
5777         * gst/ffmpegcolorspace/avcodec.h:
5778           Include "_stdint.h" instead of <stdint.h>. Fixes build on
5779           systems that don't have stdint.h, like Solaris9 (fixes #166631).
5780
5781 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5782
5783         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
5784         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
5785         (gst_xvimagesink_change_state):
5786           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
5787           Xv video (and thereby regenerate Xv colourkey) in clear() so
5788           that PLAY -> READY -> PLAY works (fixes #162504).
5789
5790 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5791
5792         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
5793           Switch to list instead of range, since MJPEG-devices really just
5794           support decimations, not any size.
5795
5796 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
5797         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
5798         (gst_mpeg2dec_reset), (free_all_buffers),
5799         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
5800         * ext/mpeg2dec/gstmpeg2dec.h:
5801           The libmpeg2 user-allocated buffer management is awkward, 
5802           to say the least. Hopefully this fixes things.
5803
5804 2005-02-04  Andy Wingo  <wingo@pobox.com>
5805
5806         * gst/audioconvert/bufferframesconvert.c
5807         (buffer_frames_convert_fixate): New function, fixates to 256
5808         frames per buffer by default. (Much better than 1.)
5809         (buffer_frames_convert_init): Set the fixate function for both src
5810         and sink pad.
5811         (buffer_frames_convert_link): After success setting nonfixed caps,
5812         get the negotiated caps so we can know how many buffer-frames it
5813         will be. No idea how this worked at all before.
5814
5815 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
5816
5817         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
5818         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
5819         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
5820         (handle_sequence), (handle_picture):
5821         * ext/mpeg2dec/gstmpeg2dec.h:
5822           Rearrange buffer tracking and refcounting and refactor
5823           a little for readability. 
5824
5825 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
5826         * sys/v4l/gstv4l.c: (plugin_init):
5827         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
5828         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
5829         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
5830         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
5831         * sys/v4l/gstv4ljpegsrc.h:
5832         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
5833         * sys/v4l/v4l_calls.h:
5834         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
5835         (gst_v4lsrc_get_fps):
5836         * sys/v4l/v4lsrc_calls.h:
5837           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
5838           you jpeg inside rgb frames" driver.
5839           Don't error in the v4lsrc link function, just return 
5840           REFUSED.
5841
5842 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5843
5844         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
5845         (gst_qcamsrc_open):
5846           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
5847
5848 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5849
5850         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
5851           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
5852
5853 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5854
5855         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
5856           Reset negotiated state on PAUSED->READY.
5857
5858 2005-02-02  David Schleef  <ds@schleef.org>
5859
5860         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
5861         whereever possible.  (Fixes #165997)
5862         * examples/capsfilter/capsfilter1.c: (main):
5863         * examples/dynparams/filter.c: (create_ui):
5864         * examples/seeking/cdparanoia.c: (get_track_info), (main):
5865         * examples/seeking/chained.c: (main):
5866         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5867         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5868         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
5869         (make_mpeg_pipeline), (make_mpegnt_pipeline):
5870         * examples/seeking/spider_seek.c: (make_spider_pipeline):
5871         * examples/switch/switcher.c: (main):
5872         * ext/dv/demo-play.c: (main):
5873         * ext/faad/gstfaad.c: (gst_faad_change_state):
5874         * ext/mad/gstmad.c: (gst_mad_chain):
5875         * ext/smoothwave/demo-osssrc.c: (main):
5876         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
5877         (gst_gconf_render_bin_from_description),
5878         (gst_gconf_get_default_audio_sink),
5879         (gst_gconf_get_default_video_sink),
5880         (gst_gconf_get_default_audio_src),
5881         (gst_gconf_get_default_video_src),
5882         (gst_gconf_get_default_visualization_element):
5883         * gst/level/demo.c: (main):
5884         * gst/level/plot.c: (main):
5885         * gst/playback/gstplaybin.c: (gen_video_element),
5886         (gen_audio_element):
5887         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
5888         * gst/playondemand/demo-mp3.c: (setup_pipeline):
5889         * gst/sine/demo-dparams.c: (main):
5890         * gst/spectrum/demo-osssrc.c: (main):
5891         * gst/speed/demo-mp3.c: (main):
5892         * gst/volume/demo.c: (main):
5893         * testsuite/embed/embed.c: (main):
5894
5895 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
5896
5897         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
5898         (gst_tcpclientsink_finalize):
5899         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
5900         (gst_tcpclientsrc_finalize):
5901         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
5902         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
5903         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
5904         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
5905           Don't leak the hostname when shutting down.
5906           In tcpserversrc, take a copy of the default hostname.
5907
5908 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5909
5910         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
5911           Set caps to systemstream=TRUE.
5912
5913 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5914
5915         * testsuite/Makefile.am:
5916           Fix more OSX buildbots.
5917
5918 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
5919
5920         * ext/mpeg2dec/gstmpeg2dec.c:
5921           Don't send things to NULL PAD_PEERs
5922
5923         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
5924           Copy-on-write the incoming buffer.
5925
5926         * gst/mpegstream/gstdvddemux.h:
5927         * gst/mpegstream/gstmpegclock.h:
5928         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
5929         (normal_seek), (gst_mpeg_demux_handle_src_event):
5930         * gst/mpegstream/gstmpegdemux.h:
5931         * gst/mpegstream/gstmpegpacketize.h:
5932         * gst/mpegstream/gstmpegparse.c:
5933         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
5934         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
5935         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
5936         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
5937         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
5938         * gst/mpegstream/gstmpegparse.h:
5939         * gst/mpegstream/gstrfc2250enc.h:
5940           Various changes to the way time is computed that make seeking and
5941           total time estimation much better here.
5942           Use G_BEGIN/END_DECLS instead of __cplusplus
5943
5944         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
5945           Use gst_buffer_stamp instead of only copying the TIMESTAMP
5946
5947 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5948
5949         * gst/subparse/gstsubparse.c:
5950           Fix OSX buildbot.
5951
5952 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
5953
5954         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
5955         (theora_enc_chain), (theora_enc_change_state):
5956         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5957         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
5958         (gst_vorbisenc_change_state):
5959         * ext/vorbis/vorbisenc.h:
5960           Set granulepos and timestamp correctly for streams not
5961           starting at 0, taking into account the initial delay.
5962
5963 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
5964
5965         * gst/mpegstream/gstdvddemux.c:
5966           Add audio/x-dts to audio pad template caps
5967
5968 2005-01-30  David Schleef  <ds@schleef.org>
5969
5970         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
5971         (create_context), (gst_polypsink_link): Fix silly endianness
5972         bug.  Add some debugging.  Remove float from caps; it doesn't
5973         work.  Attempt to get remote audio working.
5974
5975 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5976
5977         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
5978           Add 3IV2 fourcc.
5979
5980 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5981
5982         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
5983         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
5984         (gst_avi_demux_stream_data):
5985         * gst/avi/gstavidemux.h:
5986           Invert DIB images. Fixes #132341.
5987
5988 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5989
5990         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5991         (gst_ffmpegcsp_chain):
5992           D'oh, reference the palette data, not the palette structure.
5993           Fixes color distortion in #132341.
5994
5995 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5996
5997         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
5998           PAR can be non-fixed when not provided as argument (#162626).
5999
6000 2005-01-29  David Moore  <dcm@acm.org>
6001
6002         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6003
6004         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6005         (gst_qtdemux_loop_header):
6006           Re-apply patch from #142272 that allows non-seekable sources,
6007           re-proposed by Daniel Drake <dsd@gentoo.org>.
6008
6009 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6010
6011         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6012           Use the src template for creating the src pad (#162330).
6013
6014 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6015
6016         * configure.ac:
6017         * ext/musepack/Makefile.am:
6018         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6019         (gst_musepackdec_init), (gst_musepackdec_dispose),
6020         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6021         (gst_musepack_stream_init), (gst_musepackdec_loop),
6022         (gst_musepackdec_change_state):
6023         * ext/musepack/gstmusepackdec.cpp:
6024         * ext/musepack/gstmusepackdec.h:
6025         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6026         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6027         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6028         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6029         * ext/musepack/gstmusepackreader.cpp:
6030         * ext/musepack/gstmusepackreader.h:
6031           Update to 1.1 API (#165446).
6032
6033 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6034
6035         * ext/Makefile.am:
6036           Unbreak buildbot.
6037
6038 2005-01-28  Andy Wingo  <wingo@pobox.com>
6039
6040         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6041         to reflect a different dubious internet source. Add a reference
6042         and some commentary.
6043
6044 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6045
6046         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6047         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6048         * gst/playback/gststreamselector.h:
6049           Be more selective when we're redoing caps negotiation from
6050           within the chain function on a stream change.
6051
6052 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6053
6054         * configure.ac:
6055         * ext/Makefile.am:
6056         * ext/amrnb/Makefile.am:
6057         * ext/amrnb/amrnb.c: (plugin_init):
6058         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6059         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6060         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6061         (gst_amrnbdec_state_change):
6062         * ext/amrnb/amrnbdec.h:
6063         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6064         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6065         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6066         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6067         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6068         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6069         * ext/amrnb/amrnbparse.h:
6070           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6071         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6072           Add AMR-NB/-WB raw formats.
6073         * ext/alsa/gstalsa.c: (gst_alsa_link):
6074           Keep valid time when changing format.
6075         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6076         (qtdemux_parse_trak):
6077           Add some more format-specific options (#140141, #143555, #155163).
6078
6079 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6080
6081         * gst/matroska/matroska-demux.c:
6082         (gst_matroska_demux_parse_blockgroup):
6083           Fix logic error in timing of subtitle stream synchronization.
6084         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6085           Add skip-chunk, which is found in kodak-camera streams.
6086
6087 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6088
6089         * po/LINGUAS:
6090         * po/vi.po:
6091           Adding Vietnamese translation (submitted by Clytie Siddall)
6092
6093 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6094
6095         * gst/playback/gstdecodebin.c: (try_to_link_1):
6096           Use realpad for signal.
6097
6098 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6099
6100         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6101           Fix category so decodebin picks it up.
6102
6103 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6104
6105         * ext/mad/Makefile.am:
6106         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6107         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6108         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6109         (found_type), (gst_id3demux_bin_change_state):
6110         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6111         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6112         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6113         (gst_id3_tag_change_state), (plugin_init):
6114         * ext/mad/gstmad.h:
6115           Add id3demuxbin (which is a simple bin consisting of id3demux
6116           and typefind), take over rank from id3demux, remove typefind
6117           code from id3demux. Makes all broken mp3s that I know of work,
6118           and thereby fixes #152688.
6119
6120 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6121
6122         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6123
6124         * ext/mad/gstmad.c: (gst_mad_src_event):
6125         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6126           Allow seeks on audio pad, make mad forward those (#164826).
6127         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6128           Set duration (#165335).
6129
6130 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6131
6132         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6133         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6134         (gst_asf_demux_process_ext_content_desc),
6135         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6136         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6137         * gst/asfdemux/gstasfdemux.h:
6138           Improve metadata display, e.g. if the metadata comes before the
6139           streams are loaded (which is perfectly valid).
6140
6141 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6142
6143         * tools/gst-launch-ext-m.m:
6144           Fix AVI/ASF pipelines (#165340).
6145
6146 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6147         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6148         build failure on amd64
6149
6150 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6151
6152         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6153         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6154           Check environment variables GST_ID3V2_TAG_ENCODING,
6155           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6156           list of character encodings to force interpretation of non-unicode
6157           strings stored in an ID3v2 tag to a particular encoding. If none
6158           is specified, try to use current locale's encoding, then fall back
6159           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6160         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6161         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6162           Check environment variables GST_ID3V1_TAG_ENCODING,
6163           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6164           list of character encodings to use in case a string encountered
6165           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6166           specified, try to use the current locale's encoding, then fall
6167           back to ISO-8859-1 (which will always succeed).
6168
6169 2005-01-25  Benjamin Otte  <otte@gnome.org>
6170
6171         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6172           - on half framerate, compute the rate in advance so the comparisons
6173             don't compare wrong values
6174           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6175             behaviour
6176           - don't use mad_header_decode anymore, mad_frame_decode does that
6177             automatically
6178           - when getting rid of consumed bytes, reset the stream's skiplen
6179           (fixes #163867)
6180
6181 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6182
6183         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6184           Use 1/2 a second for default max_discont, as PES streams from DVB
6185           seem to have larger spacings in the SCR. 
6186           Fix a typo.
6187
6188 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6189
6190         * gst/playback/gstplaybasebin.c: (group_commit):
6191           Notify delayed stream-info availability.
6192
6193 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6194         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6195         (gst_a52dec_handle_event), (gst_a52dec_chain):
6196         Add some debug output. Check that a discont has a valid
6197         time associated.
6198         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6199         (gst_alsa_sink_loop):
6200         Ignore TAG events. A little extra debug for broken timestamps.
6201         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6202         (dvdnavsrc_change_state):
6203         Ensure we send a discont to engage the link before we send any
6204         other events.
6205         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6206         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6207         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6208         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6209         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6210         dvd://title works in totem because typefinding sends a seek that ends
6211         up going back to chapter 1 regardless.
6212         * ext/mpeg2dec/gstmpeg2dec.c:
6213         * ext/mpeg2dec/gstmpeg2dec.h:
6214         Output correct timestamps and handle disconts.
6215         * ext/ogg/gstoggdemux.c: (get_relative):
6216         Small guard against a null dereference.
6217         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6218         (gst_textoverlay_set_property):
6219         Free memory when done. Don't call gst_event_filler_get_duration on
6220         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6221         g_warning.
6222         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6223         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6224         (gst_sw_srclink), (gst_smoothwave_chain):
6225         Draw solid lines, prettier colours.
6226         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6227         Add a default palette that'll work for some movies.
6228         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6229         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6230         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6231         * gst/mpegstream/gstdvddemux.h:
6232         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6233         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6234         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6235         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6236         * gst/mpegstream/gstmpegparse.h:
6237         Use PTM/NAV events when for timestamp adjustment when connected to 
6238         dvdnavsrc. Don't use many discont events where one suffices.
6239         * gst/playback/gstplaybasebin.c: (group_destroy),
6240         (gen_preroll_element), (gst_play_base_bin_add_element):
6241         * gst/playback/gstplaybasebin.h:
6242         Make sure we remove subtitles from the same bin we put them in.
6243         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6244         (gst_subparse_buffer_format_autodetect),
6245         (gst_subparse_change_state):
6246         Fix some memleaks and invalid accesses.
6247         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6248         (oggskel_type_find), (cmml_type_find), (plugin_init):
6249         Some typefind functions for Annodex v3.0 files
6250         * gst/wavparse/gstwavparse.h:
6251         GstRiffReadClass is the correct parent class.
6252
6253 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6254
6255         * gst-libs/gst/riff/riff-media.c:
6256         (gst_riff_create_video_caps_with_data):
6257           Add extradata to huffyuv (fixes #165013).
6258         * gst-libs/gst/riff/riff-read.c:
6259         (gst_riff_read_strf_vids_with_data):
6260           Fix extradata extraction if it is in the chunk size.
6261
6262 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6263
6264         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6265
6266         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6267         (gst_quarktv_change_state), (gst_quarktv_dispose):
6268           Memory free'ing location fix (#164708).
6269
6270 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6271
6272         * gst/playback/gstplaybasebin.c: (group_commit),
6273         (gen_preroll_element), (probe_triggered), (gen_source_element),
6274         (setup_source), (gst_play_base_bin_change_state),
6275         (gst_play_base_bin_add_element):
6276           Don't block for streams.
6277         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6278         (gst_stream_info_set_mute):
6279           Use gst_pad_set_active_recursive.
6280
6281 2005-01-25  Andy Wingo  <wingo@pobox.com>
6282
6283         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6284         for #ifndef HAVE_XVIDEO.
6285
6286 2005-01-24  Jeffrey C. Ollie
6287
6288         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6289
6290         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6291         * ext/gsm/gstgsmdec.h:
6292         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6293         * ext/gsm/gstgsmenc.h:
6294         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6295         was given by property. Add proper buffer timestamps and offsets.
6296
6297 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6298
6299         * gst-libs/gst/riff/riff-media.c:
6300         (gst_riff_create_audio_caps_with_data):
6301           Audio can be <8000Hz.
6302
6303 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6304
6305         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6306           Explicit state change to workaround refcount bugs.
6307
6308 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6309
6310         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
6311         (gst_avimux_riff_get_avi_header):
6312           Fix...
6313
6314 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6315
6316         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
6317         (gst_riff_read_element_data):
6318         * gst-libs/gst/riff/riff-read.h:
6319           Add _peek version (req'ed in CDXA).
6320         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
6321         (gst_cdxaparse_loop):
6322           Fix parsing in playbin.
6323         * gst/playback/gstdecodebin.c: (close_pad_link):
6324           Ignore current_ pads, they cause major annoyance.
6325
6326 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6327
6328         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6329           Safety guard.
6330
6331 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6332
6333         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
6334           Fix padding...
6335
6336 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6337
6338         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
6339           Allow for 0-sized buffers. Fixes length query problems in
6340           starwars.mkv from the testsuite.
6341
6342 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
6343
6344         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
6345         (gst_video_box_i420), (gst_video_box_chain):
6346           Fix row strides for I420 (fixes #163159)
6347           
6348 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6349
6350         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6351           MPEG2 has a useful rate property, so we can actually use that.
6352           For MPEG-1, continue using the bytes/time properties.
6353
6354 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6355
6356         * gst-libs/gst/riff/riff-media.c:
6357         (gst_riff_create_video_caps_with_data),
6358         (gst_riff_create_video_template_caps):
6359           Add intel-h263.
6360
6361 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6362
6363         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6364           Fail if caps negotiation fails. Should fix #162184, and should
6365           definately be in there regardless of it fixing the actual bug.
6366         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
6367         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
6368         (gst_avimux_riff_get_avix_header),
6369         (gst_avimux_riff_get_video_header),
6370         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
6371         (gst_avimux_start_file), (gst_avimux_handle_event),
6372         (gst_avimux_change_state):
6373         * gst/avi/gstavimux.h:
6374           Refactor structure writing to use GST_WRITE_UINT macros, add
6375           metadata writing support.
6376
6377 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6378
6379         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6380           Elements may already be destroyed when this function is called.
6381
6382 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6383
6384         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6385         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
6386           More memory leak fixes (#149162).
6387
6388 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6389
6390         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6391         (gst_qtdemux_add_stream):
6392           Fix two memleaks.
6393
6394 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6395
6396         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6397           Argh...
6398
6399 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6400
6401         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6402           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
6403           when fixating to six channels in Totem.
6404
6405 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6406
6407         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
6408           Fix compile warnings on Solaris 10 buildbot
6409
6410 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6411
6412         * ext/dvdread/dvdreadsrc.c: (_read):
6413           Don't read beyond the last cell in a chapter (fixes 
6414           invalid memory access)
6415
6416 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6417
6418         * ext/dvdread/stream_labels.c:
6419         (dvdreadsrc_get_audio_stream_labels):
6420           Use NULL for an empty GList instead of g_list_alloc(); fix 
6421           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
6422           of GString (easier to bulk free later)
6423
6424 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6425
6426         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6427
6428         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6429         (gst_ffmpeg_pixfmt_to_caps):
6430           Fix BGRA32 caps (#164209).
6431
6432 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6433
6434         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6435
6436         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6437         (gst_ffmpeg_caps_to_pixfmt):
6438           alpha_mask can be RGBA/ABGR. Fixes #164265.
6439
6440 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
6441
6442         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6443
6444         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
6445         (gst_mpeg2dec_alloc_buffer):
6446         * ext/mpeg2dec/gstmpeg2dec.h:
6447           Crop if decoding size is not the actual image size (#163676).
6448
6449 2005-01-17  Steve Baker  <steve@stevebaker.org>
6450
6451         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6452
6453         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
6454         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
6455           Add libsndfile typefind functions (#163309).
6456
6457 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6458
6459         * tools/gst-launch-ext-m.m:
6460           Add .aac, fix .m1v/.m2v (#163891).
6461
6462 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6463
6464         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
6465           Sanity check, don't wait endlessly since the clock might not
6466           actually run at this point (which is a deadlock). Fixes #164069.
6467
6468 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6469
6470         * gst/playback/gstplaybasebin.c: (probe_triggered):
6471           Of course, only pause if group is done...
6472
6473 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6474
6475         * gst/playback/gstplaybasebin.c: (probe_triggered):
6476           Thread safety.
6477
6478 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
6479
6480         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
6481           Don't return state change success when the parent
6482           failed.
6483
6484 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6485
6486         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
6487           Free events (fix memleak in #162905).
6488
6489 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
6490
6491         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6492
6493         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6494         (gst_ffmpeg_caps_to_pixfmt):
6495           Fix for depth = 15. Fixes #161675.
6496
6497 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6498
6499         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
6500           Set FPS correctly, even for webcams and the like.
6501         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
6502           Don error on setting while capturing.
6503
6504 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6505
6506         * ext/dv/gstdvdec.c:
6507         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6508         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6509           I'm a bad boy. using /1001. to force C to do float division
6510           and not integer division (as it did in my last commit)
6511           Thanks to David I. Lehn for pointing this mistake.
6512
6513 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6514
6515         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
6516           Revert Johan??s 1.35->1.36 since it breaks compat.
6517
6518 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6519
6520         * ext/dv/gstdvdec.c:
6521         * ext/libfame/gstlibfame.c:
6522         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6523         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6524           replace framerate aproximations by their real value
6525           (24000/1001, 30000/1001, 60000/1001)
6526           Finish fixing bug #164049
6527
6528 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6529
6530         * ext/ogg/gstoggmux.c:
6531           eos/bos debugging
6532         * gst/tcp/gstmultifdsink.c:
6533         * gst/tcp/gstmultifdsink.h:
6534         * gst/tcp/gsttcp.c:
6535         * gst/tcp/gsttcp.h:
6536         * gst/tcp/gsttcpclientsink.c:
6537         * gst/tcp/gsttcpclientsrc.c:
6538         * gst/tcp/gsttcpserversink.c:
6539         * gst/tcp/gsttcpserversrc.c:
6540           improve reusability of elements after state changes and errors
6541           make multifdsink throw away streamheaders when receiving new ones
6542
6543 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6544
6545         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6546           Fix for if items are already in list...
6547
6548 2005-01-12  Benjamin Otte  <otte@gnome.org>
6549
6550         * gst/adder/gstadder.c: (gst_adder_loop):
6551           fix adder a bit so it doesn't screw up with events as much anymore
6552
6553 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
6554
6555         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
6556         (pixbufscale_scale), (gst_pixbufscale_chain):
6557         * ext/gdk_pixbuf/pixbufscale.h:
6558           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
6559           to ensure rowstrides are calculated the same way as 
6560           ffmpegcolorspace
6561           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
6562           that we pick up duration and offset also.
6563
6564 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6565
6566         * gst/avi/gstavimux.c: (gst_avimux_class_init),
6567         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
6568           Reusability fixes.
6569
6570 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6571
6572         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
6573         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
6574         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
6575         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
6576           Update flags when requested.
6577
6578 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6579
6580         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6581           Fix dmix.
6582
6583 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6584
6585         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6586         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
6587         (probe_triggered), (new_decoded_pad), (gen_source_element),
6588         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
6589         * gst/playback/gstplaybasebin.h:
6590         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6591         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
6592         (gst_play_bin_change_state):
6593           Implement group-switch signal for use in apps to clear metadata
6594           cache, clean up subtitle, add suburi property instead of # hack,
6595           some error-out fixes.
6596
6597 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6598
6599         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6600           Debug.
6601         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
6602           If we got a state change in the _get handler, don't return success.
6603
6604 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6605
6606         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
6607         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
6608           Make jpegdec quiet on MJPEG decoding
6609         * gst/asfdemux/README:
6610           Fix mimetypes for MJPEG and H263
6611
6612 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6613
6614         * ext/theora/theoradec.c: (theora_dec_chain):
6615           Fix broken code generation by gcc by swapping arguments.
6616         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6617           Fix \n in debug.
6618
6619 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6620
6621         * TODO:
6622           delete this file, it is by far outdated
6623         * ext/alsa/gstalsa.1: remove
6624         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
6625         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
6626         (gst_alsa_get_caps):
6627           Add HW probing for supported sample rates. Fixes #161704
6628
6629 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6630
6631         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6632           Don't crash, biatch! :).
6633
6634 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6635
6636         * ext/musepack/gstmusepackreader.cpp:
6637         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
6638           Some work on tags - still doesn't work in playbin...
6639         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6640           Handle events...
6641
6642 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6643
6644         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
6645           Also shove tags on kid pads.
6646
6647 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6648
6649         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
6650           Don't bail on unknown events.
6651         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6652           Don't crash on events before negotiation.
6653         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6654           Send tags on pads, too.
6655         * gst/playback/gststreamselector.c:
6656         (gst_stream_selector_request_new_pad):
6657           Forward events on first pad if no input was selected yet.
6658
6659 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6660
6661         * gst/playback/gstplaybasebin.c: (setup_substreams):
6662           Don't disable streamtype if the stream doesn't exist, since
6663           then playing a video after audio will disable both and nothing
6664           will happen. Fixes the testsuite.
6665
6666 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6667
6668         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
6669         (gst_v4l_xoverlay_set_xwindow_id):
6670         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
6671         (gst_v4l2_xoverlay_set_xwindow_id):
6672           Add debug categories, fix overlay disabling.
6673
6674 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6675
6676         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
6677         * ext/alsa/gstalsa.h:
6678           Add HW probing for period_count/size and buffer_size MIX/MAX
6679           Adjust default/user defined value if out of bounds
6680           Should fix bug #162024
6681
6682 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6683
6684         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
6685           Fix warning (#161191).
6686
6687 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6688
6689         * ext/dvdread/stream_labels.c:
6690         (dvdreadsrc_get_audio_stream_labels):
6691           Fix warning (init the good variable in switch default)
6692
6693 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
6694
6695         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6696
6697         * gst/tta/gstttaparse.c: (gst_tta_src_event):
6698           Fix gcc-2.95 compile (#163485).
6699
6700 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6701
6702         * configure.ac:
6703         * ext/flac/gstflacenc.c: (gst_flacenc_init),
6704         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
6705         (gst_flacenc_tell_callback), (gst_flacenc_chain),
6706         (gst_flacenc_change_state):
6707         * ext/flac/gstflacenc.h:
6708           Update for API change in flac-1.1.1. Update requirement in
6709           configure.ac. Fixes #162974.
6710
6711 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6712
6713         * gst/playback/gstplaybasebin.c: (group_destroy):
6714           Remove hack to get rid of assert and get rid of unlinked
6715           signals properly.
6716
6717 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6718
6719         * gst/playback/gstplaybasebin.c: (setup_source):
6720           Set source to NULL so that resources are free'ed. Fixes issues
6721           with playback of CDDA and similar device-accessing things.
6722
6723 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6724
6725         * testsuite/embed/Makefile.am:
6726           test->noinst, fix make test in buildbot.
6727
6728 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6729
6730         * ext/dvdread/stream_labels.c: new file
6731         * ext/dvdread/stream_labels.h: new file
6732         * ext/dvdread/Makefile.am:
6733         * ext/dvdread/dvdreadsrc.c: (_seek_title):
6734           Extract audio stream label from DVD IFO files.
6735           It only dump them on the console for now, still have to
6736           make playbin aware of them.
6737
6738 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6739
6740         * gst/playback/gstplaybasebin.c: (setup_source):
6741           Fix hanging subs.
6742
6743 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6744
6745         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6746         (gen_preroll_element), (remove_groups), (setup_subtitle),
6747         (gen_source_element), (setup_source):
6748         * gst/playback/gstplaybasebin.h:
6749           Multiple .sub files is just a stupid idea... Fix some threading
6750           mistakes. Interestingly, external .sub files cause playbin to
6751           hang, I don't know why... Parsing fixes contributed by Fran??ois
6752           Kooman <fkooman@tuxed.net>.
6753
6754 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6755
6756         * testsuite/embed/Makefile.am:
6757           Fix buildbot.
6758
6759 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
6760
6761         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6762
6763         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
6764         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
6765         (gst_pngenc_set_property):
6766         * ext/libpng/gstpngenc.h:
6767           Add compression level property (#163323).
6768
6769 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6770
6771         * configure.ac:
6772         * examples/capsfilter/capsfilter1.c: (main):
6773         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6774         * ext/dvdread/Makefile.am:
6775         * ext/dvdread/demo-play:
6776         * ext/dvdread/demo-play.c:
6777         * gconf/gstreamer.schemas.in:
6778         * gst-libs/gst/gconf/gconf.c:
6779         * sys/v4l/TODO:
6780         * testsuite/Makefile.am:
6781         * testsuite/embed/Makefile.am:
6782         * testsuite/embed/embed.c: (cb_expose), (main):
6783           Remove all references to xvideosink, fix examples (#140845).
6784         * gst/playback/gstplaybasebin.c: (group_destroy):
6785           Apparently, disposal does not unlink - so do explicitely.
6786         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6787           Add debug.
6788
6789 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
6790
6791         * README: fix PKG_CONFIG_PATH instructions, what was there
6792         previously was breaking default search path, not nice. 
6793         Fixes #163358
6794
6795 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6796
6797         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
6798         (gst_audioscale_chain):
6799           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
6800           when resampling - how the ^@$^!@^! is this possible?!?
6801
6802 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6803
6804         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
6805           Reset variables on READY.
6806         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
6807         (gst_matroska_mux_loop):
6808           Require data before writing header.
6809
6810 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
6811
6812         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6813
6814         * ext/mad/gstmad.c: (gst_mad_chain):
6815           Don't call mad_stream_sync() directly after recovering sync.
6816           Fixes #151661.
6817
6818 2005-01-09  Martin Eikermann  <meiker@upb.de>
6819
6820         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6821
6822         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
6823         (snapshot_handler), (gst_snapshot_sinkconnect),
6824         (gst_snapshot_chain):
6825           Allocate resources when required, fix recursive signal emission
6826           and fix caps. Fixes #161667.
6827
6828 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
6829
6830         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6831
6832         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
6833         (gst_pngdec_chain):
6834           Handle only 8-bppc (bits-per-pixel-component) images, better
6835           error handling and correct strides. Fixes #163177.
6836         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
6837         (gst_pngenc_chain):
6838           Better error handling. Fixes #163348.
6839
6840 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6841
6842         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
6843         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
6844         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
6845         (dvdnavsrc_uri_handler_init):
6846           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
6847         * gst/playback/gstplaybasebin.c: (gen_source_element):
6848           Add MMS to streaming URIs.
6849
6850 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6851
6852         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
6853         * sys/xvimage/xvimagesink.c:
6854         (gst_xvimagesink_navigation_send_event):
6855           Check for pad availability before sending event.
6856
6857 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6858
6859         * gst-plugins.spec.in:
6860           Add subparse.
6861
6862 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6863
6864         * configure.ac:
6865           Since we use functions from CVS, up requirement.
6866
6867 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6868
6869         * gst/playback/Makefile.am:
6870         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6871         (group_destroy), (group_commit), (group_is_muted),
6872         (gen_preroll_element), (add_stream), (unknown_type),
6873         (probe_triggered), (preroll_unlinked), (mute_stream),
6874         (silence_stream), (new_decoded_pad), (setup_substreams),
6875         (setup_source), (get_active_source), (mute_group_type),
6876         (muted_group_change_state), (set_active_source),
6877         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
6878         (play_base_eos), (gst_play_base_bin_change_state):
6879         * gst/playback/gstplaybasebin.h:
6880         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
6881         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
6882         (gst_stream_info_dispose), (stream_info_mute_pad),
6883         (stream_info_change_state), (gst_stream_info_set_mute):
6884         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
6885         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6886         (gst_stream_selector_init), (gst_stream_selector_dispose),
6887         (gst_stream_selector_get_linked_pad),
6888         (gst_stream_selector_get_caps), (gst_stream_selector_link),
6889         (gst_stream_selector_get_linked_pads),
6890         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
6891         * gst/playback/gststreamselector.h:
6892           Adding stream selection support plus required properties for
6893           applications to use this. Fully fixes #100931.
6894
6895 2005-01-08  Benjamin Otte  <otte@gnome.org>
6896
6897         * gst/games/gstpuzzle.c: (nav_event_handler):
6898           - handle nav events differently: forward every event no matter if it
6899             was handled or not.
6900           - translate events
6901           You can now cheat by using navigationtest ! puzzle and moving the
6902           mouse close to the edge of a tile. ;)
6903
6904 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6905
6906         * configure.ac:
6907         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
6908         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
6909         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
6910         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
6911         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
6912         (gst_ogm_parse_plugin_init):
6913         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
6914         (gst_textoverlay_link), (gst_textoverlay_getcaps),
6915         (gst_textoverlay_event), (gst_textoverlay_video_chain),
6916         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
6917         * ext/pango/gsttextoverlay.h:
6918         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6919         (gst_matroska_demux_handle_seek_event),
6920         (gst_matroska_demux_sync_streams),
6921         (gst_matroska_demux_parse_blockgroup),
6922         (gst_matroska_demux_subtitle_caps),
6923         (gst_matroska_demux_plugin_init):
6924         * gst/matroska/matroska-ids.h:
6925         * gst/playback/gstdecodebin.c: (close_pad_link):
6926         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6927         (gen_preroll_element), (remove_groups), (add_stream),
6928         (new_decoded_pad), (setup_subtitles), (gen_source_element),
6929         (setup_source):
6930         * gst/playback/gstplaybasebin.h:
6931         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
6932         * gst/subparse/Makefile.am:
6933         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
6934         (gst_subparse_base_init), (gst_subparse_class_init),
6935         (gst_subparse_init), (gst_subparse_formats),
6936         (gst_subparse_eventmask), (gst_subparse_event),
6937         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
6938         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
6939         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
6940         (parse_mpsub_deinit), (parse_mpsub_init),
6941         (gst_subparse_buffer_format_autodetect),
6942         (gst_subparse_format_autodetect), (gst_subparse_loop),
6943         (gst_subparse_change_state), (gst_subparse_type_find),
6944         (plugin_init):
6945         * gst/subparse/gstsubparse.h:
6946         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
6947         (plugin_init):
6948           Add subtitle support, .sub parser (supports SRT and MPsub),
6949           OGM text support, Matroska UTF-8 text support, deadlock fixes
6950           all over the place, subtitle awareness in decodebin/playbin
6951           and some fixes to textoverlay to handle subtitles in a stream
6952           correctly. Fixes #100931.
6953
6954 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6955
6956         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6957           Check for pad availability before doing a query on it.
6958
6959 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6960
6961         * ext/dv/gstdvdec.c:
6962           really fix bpp24/32 dvdec caps (classic rgba indeed)
6963         * gst/asfdemux/gstasfdemux.c:
6964         (gst_asf_demux_process_ext_content_desc):
6965           don't send text tags if they are empty (bis repetita)
6966
6967 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6968
6969         * ext/dv/gstdvdec.c:
6970          remove unneeded comment from dvdec
6971           (related to DV 4CC codes in AVI files)
6972           moved them in gstreamer/docs/random/mimetypes
6973         * gst/asfdemux/gstasfdemux.c:
6974         (gst_asf_demux_process_ext_content_desc):
6975          don't send text tags if they are empty
6976          fix mem leak on error path
6977         * gst/ffmpegcolorspace/avcodec.h:
6978         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6979         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6980         (gst_ffmpegcsp_avpicture_fill):
6981         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
6982         * gst/ffmpegcolorspace/imgconvert_template.h:
6983          adds BGR32 and BGRA32 to ffmpegcolorspace
6984           (still bad colors, fixing it on next commit)
6985           helps with dvdec outputing BGR32
6986
6987 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6988
6989         * ext/dv/gstdvdec.c:
6990          Fix audio caps i just broke (missing ',')
6991         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
6992         (gst_matroska_mux_reset):
6993          Fix typo + add FIXME about old "x-gst-metadata" crap
6994
6995 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6996
6997         * ext/dv/demo-play.c: (main):
6998          xvideosink -> xvimagesink
6999         * ext/dv/gstdvdec.c:
7000          change rgb 32/32 caps to 24/32 (no alpha)
7001          change nb of channels to be a list (2 or 4, not 2)
7002          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7003         * gst/asfdemux/gstasfdemux.c:
7004         (gst_asf_demux_process_ext_content_desc):
7005          Add 'date/year' to extracted metadata list
7006
7007 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7008
7009         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7010           The return value of fixate_to does not imply that the requested
7011           value was set, so don't assume.
7012
7013 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7014
7015         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7016
7017         * ext/libpng/gstpngdec.c:
7018         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7019         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7020         * ext/libpng/gstpngenc.h:
7021           Alpha support (encoder; #163161), mime fixage.
7022
7023 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7024
7025         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7026
7027         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7028         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7029         (gst_faac_set_property), (gst_faac_get_property):
7030         * ext/faac/gstfaac.h:
7031           Allow for ADTS output (#153434).
7032
7033 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7034
7035         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7036           Fix against template (#150576).
7037
7038 2005-01-06  Benjamin Otte  <otte@gnome.org>
7039
7040         * gst/games/gstpuzzle.c: (draw_puzzle):
7041           don't draw a puzzle if either width or height of tiles would be 0.
7042
7043 2005-01-06  Benjamin Otte  <otte@gnome.org>
7044
7045         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7046         (gst_puzzle_class_init), (gst_puzzle_finalize):
7047           no memleaks, please
7048         (gst_puzzle_create), (gst_puzzle_init),
7049         (gst_puzzle_set_property), (gst_puzzle_setup):
7050           change initialization code around so we don't reshuffle on resize
7051         (draw_puzzle):
7052           fix another stupid typo
7053
7054 2005-01-06  Benjamin Otte  <otte@gnome.org>
7055
7056         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7057           fix stupid typo that borked copying on YUY2
7058
7059 2005-01-06  Benjamin Otte  <otte@gnome.org>
7060
7061         * gst/games/gstpuzzle.c: (draw_puzzle):
7062           fix edges when image sizes aren't multiples of tile sizes
7063
7064 2005-01-06  Benjamin Otte  <otte@gnome.org>
7065
7066         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7067           make RGB endianness work correctly
7068         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7069           refactor and fix race with initial shuffling
7070         (nav_event_handler):
7071           allow using the mouse to puzzle
7072         (draw_puzzle):
7073           insist on tiles having width and height as multiples of 4 to get
7074           clean YUV image handling
7075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7076         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7077           s/DEBUG/LOG/ for common messages
7078         (gst_xvimagesink_navigation_send_event):
7079           fix mouse event translation to not include screen PAR
7080         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7081           fix mouse event translation to actually work
7082
7083 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7084
7085         * gst/asfdemux/gstasfdemux.c:
7086         (gst_asf_demux_process_ext_content_desc):
7087          Extract TrackNumber metadata + clean up code
7088         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7089          Hope this is the good fix (var used unitialised)
7090
7091 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7092
7093         * ext/faad/gstfaad.c: (gst_faad_chain):
7094           Only increment timestamp if it's valid. Fixes raw AAC streams.
7095
7096 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7097
7098         * configure.ac:
7099         * gst/games/Makefile.am:
7100         * gst/games/gstpuzzle.c:
7101           add a puzzle game with...
7102         * gst/games/gstvideoimage.c:
7103         * gst/games/gstvideoimage.h:
7104           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7105           from videotestsrc and made into something that would be a nice
7106           library for a lot of other plugins.
7107
7108 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7109
7110         * configure.ac:
7111          don't compile faad plugin if a RC of 2.0 is found
7112          Fixes #155346 (and FC1 buildbot)
7113         * gst/asfdemux/gstasfdemux.c:
7114         (gst_asf_demux_process_ext_content_desc):
7115          try to make Solaris compiler happier
7116
7117 2005-01-06  Paul Jack  <pjack@sfaf.org>
7118
7119         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7120
7121         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7122           Fix segfault (#161667).
7123
7124 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7125
7126         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7127           Fix framerate reporting.
7128
7129 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7130
7131         * gst-libs/gst/riff/riff-ids.h:
7132         * gst/wavenc/riff.h:
7133          Add AMR (VBR and CBR) ids to riff.h audio codec list
7134         * gst/asfdemux/gstasfdemux.c:
7135         (gst_asf_demux_process_ext_content_desc),
7136         (gst_asf_demux_process_object):
7137           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7138
7139 2005-01-05  Martin Eikermann  <meiker@upb.de>
7140
7141         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7142
7143         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7144         (gst_dvd_demux_handle_discont):
7145         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7146         (gst_mpeg_demux_handle_discont):
7147           Recreate pads on new-media (#160730).
7148         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7149           Send discont even if manager changes timestamps (#161929).
7150
7151 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7152
7153         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7154
7155         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7156           Fix invalid memory access (#159211).
7157
7158 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7159
7160         * examples/gstplay/player.c: (main):
7161           Don't iterate.
7162         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7163           Add visualizations.
7164         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7165         (gst_a52dec_handle_frame):
7166           Set duration.
7167         * ext/dvdnav/gst-dvd:
7168           Add audioconvert. Fixes #161325.
7169         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7170           Explicitely case to gint64. Possible valgrind error.
7171         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7172         (gst_play_tick_callback), (gst_play_change_state),
7173         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7174         (gst_play_set_location), (gst_play_get_location),
7175         (gst_play_seek_to_time), (gst_play_set_data_src),
7176         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7177         (gst_play_set_visualization), (gst_play_connect_visualization),
7178         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7179         (gst_play_new):
7180           Use playbin. Fixes #139749 and #147744.
7181         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7182           Add genre tag.
7183         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7184         (audioscale_get_type), (gst_audioscale_base_init),
7185         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7186         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7187         (gst_audioscale_link), (gst_audioscale_get_buffer),
7188         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7189         (gst_audioscale_init), (gst_audioscale_dispose),
7190         (gst_audioscale_chain), (gst_audioscale_set_property),
7191         (gst_audioscale_get_property), (plugin_init):
7192           Indent properly.
7193         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7194           Fix LPCM.
7195         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7196         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7197         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7198           Add more metadata (fixes #162656).
7199
7200 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7201
7202         * configure.ac:
7203           back to cvs
7204
7205 === release 0.8.7 ===
7206
7207 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7208
7209         * NEWS:
7210         * RELEASE:
7211         * configure.ac:
7212           releasing 0.8.7, "Hyperspace"
7213
7214 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7215
7216         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7217
7218         * gst/playback/gstplaybasebin.c:
7219          Fix for #162924 - free caps after use, not before
7220
7221 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7222
7223         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7224
7225         * gst/playback/gstplaybasebin.c:
7226         * gst/wavparse/gstwavparse.c:
7227           Fix for #154773 - fixes playback of small .wav files
7228
7229 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7230
7231         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7232
7233         * gst/audioscale/gstaudioscale.c:
7234           Fix for #162819 - make audioscale reusable
7235           Fixes playback of more than one file with playbin/totem
7236
7237 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7238
7239         * gst/ffmpegcolorspace/avcodec.h:
7240         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7241         * gst/ffmpegcolorspace/imgconvert.c:
7242           clean up the mess that made me cry and avoid needless duplication
7243
7244 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7245
7246         * gst/ffmpegcolorspace/imgconvert.c:
7247           give some indication of why we're segfaulting
7248
7249 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7250
7251         * configure.ac:
7252           Fix indentation, fix v4l2 plugin detection.
7253         * ext/Makefile.am:
7254           Fix libmms location (Maciej, use diff -u!).
7255         * ext/alsa/gstalsa.c: (gst_alsa_init):
7256           Initialize caps cache to NULL.
7257         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7258           Only change state on audiosink if it exists.
7259
7260 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7261
7262         * gst/matroska/matroska-demux.c:
7263         * gst/matroska/matroska-ids.h:
7264         * gst/matroska/matroska-demux.h:
7265         Fix Vorbis streams failing to decode in some files, where cluster_time
7266         isn't 0, because then it doesn't send codec_priv before actual data.
7267         Remove time-based test and replace it with marker set on beginning of
7268         new stream
7269
7270 2004-12-28  David Schleef  <ds@schleef.org>
7271
7272         Merge patch from Ronald fixing problems with streaming
7273         text.
7274         * ext/cairo/gstcairo.c: (plugin_init):
7275         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7276         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7277         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7278         (gst_textoverlay_font_init), (gst_textoverlay_init),
7279         (gst_textoverlay_set_property):
7280         * ext/cairo/gsttextoverlay.h:
7281
7282 2004-12-27  David Schleef  <ds@schleef.org>
7283
7284         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7285         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7286         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7287         (gst_textoverlay_font_init), (gst_textoverlay_init),
7288         (gst_textoverlay_set_property): Improvements to actually
7289         render text as white on black outline on video, including
7290         font selection and horizontal/vertical alignment.  (Ronald's
7291         christmas present)
7292         * ext/cairo/gsttextoverlay.h:
7293
7294 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7295
7296         * ext/ogg/gstogg.c:
7297         * ext/ogg/gstogmparse.c:
7298           fix ogm[audio/video]parse plugin registration
7299           (riff won't load if bytestream is already loaded)
7300
7301 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7302
7303         * gst/audioconvert/gstchannelmix.c:
7304           fix for GLIB < 2.4
7305
7306 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7307
7308         * Makefile.am:
7309         * configure.ac:
7310           disable docs again until it actually passes make distcheck.
7311
7312 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7313
7314         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
7315         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7316         (plugin_init):
7317           Add 3GP (variables name Q3GP because they can't start with a
7318           number). Add samr audio fourcc (used in .3gp files), decoder
7319           is work in progress. Also do a GST_WARNING instead of ERROR
7320           in case of unknown nodes, to decrease output.
7321
7322 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7323
7324         * Makefile.am:
7325           really fix dist
7326
7327 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7328
7329         * configure.ac:
7330         * ext/speex/gstspeexdec.h:
7331         * ext/speex/gstspeexenc.h:
7332           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
7333           Fix detection code in configure.ac
7334
7335 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7336
7337         * gst/matroska/matroska-demux.c:
7338         (gst_matroska_demux_parse_blockgroup):
7339           Save position, so that queries give proper return values. Don't
7340           know how this could ever have worked before...
7341
7342 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7343
7344         * configure.ac:
7345           Put additional LAME check inside the conditional.  Fixes #152339
7346
7347 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7348
7349         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7350         (gst_avi_demux_stream_scan):
7351           Add some more debug. Fix logic error when setting movi offset
7352           while reading index.
7353
7354 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7355
7356         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7357         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
7358         (gst_avi_demux_process_next_entry):
7359           Add some debugging. Better detection of broken indexes and the
7360           accompanying index recovery. No infinite loops on state changes
7361           when we're still in our loopfunction.
7362
7363 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7364
7365         * configure.ac:
7366           Fix up.
7367
7368 2004-12-22  Archana Shah  <archana.shah@wipro.com>
7369
7370         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7371
7372         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
7373           Normalizing the value before setting
7374         (gst_sunaudiomixer_get_volume):
7375           Normalizing the value after getting. Fixes bug# 161980
7376
7377 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7378
7379         * Makefile.am: Make sure docs gets disted
7380         * docs/Makefile.am: Make sure all needed files get disted
7381         * gst-plugins.spec.in: latest updates
7382
7383 2004-12-22  Wim Taymans  <wim@fluendo.com>
7384
7385         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7386         Revert patch 1.38 as clock distribution over schedulers does
7387         not work correcly in the core yet.
7388
7389 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7390
7391         * sys/oss/README: remove this file, which predates my birth
7392           (and which content is by far outdated)
7393
7394 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
7395
7396         * Makefile.am:
7397         * configure.ac:
7398         * docs/Makefile.am:
7399         * docs/libs/Makefile.am:
7400         * docs/libs/gst-plugins-libs-docs.sgml:
7401         * docs/libs/gst-plugins-libs-sections.txt:
7402         * docs/libs/tmpl/gstgconf.sgml:
7403         * docs/upload.mak:
7404         * docs/version.entities.in:
7405           Added boilerplate gtk-doc files for plugin-libs documentation.
7406
7407 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7408
7409         * gst/auparse/gstauparse.c: fix int and float audio caps
7410
7411 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7412
7413         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7414         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
7415           g_assert() can be a macro, don't use #ifdef inside it.
7416
7417 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
7418
7419         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7420
7421         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
7422         (gst_videorate_init), (gst_videorate_chain),
7423         (gst_videorate_change_state):
7424           Event handling (fixes #159986).
7425
7426 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7427
7428         * gst-libs/gst/riff/riff-media.c:
7429         (gst_riff_create_video_caps_with_data):
7430           Add BLZ0 (Blizzard's version of DivX) fourcc.
7431
7432 2004-12-18  David Schleef  <ds@schleef.org>
7433
7434         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
7435         portability fix.
7436
7437 2004-12-18  David Schleef  <ds@schleef.org>
7438
7439         * gst/tta/ttadec.h: Disable some header code that isn't used
7440         and clearly isn't portable.
7441
7442 2004-12-18  David Schleef  <ds@schleef.org>
7443
7444         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
7445         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
7446         (avcodec_get_pix_fmt), (avpicture_layout),
7447         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
7448         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
7449         Fix code to not use GCC extensions (and c99 extensions that
7450         Forte does not like.)
7451
7452 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7453
7454         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7455
7456         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
7457         (gst_deinterlace_chain):
7458           Rowstride fixes. Fixes #161039.
7459         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
7460         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
7461         (gst_video_crop_getcaps), (gst_video_crop_link),
7462         (gst_video_crop_i420), (gst_video_crop_chain),
7463         (gst_video_crop_change_state):
7464           Rework of negotiation. Actually works now. Fixes #158650.
7465
7466 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7467
7468         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
7469           That was very stupid.
7470
7471 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7472
7473         * gst/matroska/matroska-demux.c:
7474         (gst_matroska_demux_parse_blockgroup):
7475           Fix possible crasher.
7476
7477 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7478
7479         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
7480         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
7481           Lace sizes can be zero.
7482
7483 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7484
7485         * ext/musepack/gstmusepackdec.cpp:
7486           Fetch error return values. Fixes #161624.
7487         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7488           Really EOS.
7489
7490 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7491
7492         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7493           Work for truncated (unfinished download etc.) files. Fixes #160514.
7494
7495 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7496
7497         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7498           Fix for integer overflow. Makes #156001 not crash. Probably masks
7499           the real bug.
7500
7501 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7502
7503         * gst/ac3parse/gstac3parse.c: (plugin_init):
7504           Parsers never have ranks. Fixes #159651.
7505
7506 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7507
7508         * gst/playback/gstdecodebin.c: (compare_ranks):
7509           make sure the facotries are ordered the same every time even if they
7510           have the same rank by using the name
7511         * gst/playback/gstdecodebin.c: (find_compatibles):
7512           make sure we don't add factories to the list twice
7513
7514 2004-12-16  David Schleef  <ds@schleef.org>
7515
7516         * configure.ac: look for musepack headers as musepack/*.h
7517         (fixes #159847)
7518         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
7519         * ext/musepack/gstmusepackreader.h: same
7520
7521 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7522
7523         * gst-libs/gst/riff/riff-read.c:
7524         (gst_riff_read_strf_auds_with_data):
7525           Read extradata correctly (fixes #155879).
7526
7527 2004-12-16  David Schleef  <ds@schleef.org>
7528
7529         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
7530         audio.  does _not_ attempt or allow conversion unless channels
7531         is 1 or 2.
7532
7533 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7534
7535         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
7536
7537 2004-12-16  David Schleef  <ds@schleef.org>
7538
7539         * gst/audioscale/gstaudioscale.c: the resample library only
7540         handles 1 or 2 channels.  Change caps to compensate.
7541
7542 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7543
7544         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
7545         (gst_matroska_demux_audio_caps):
7546           Some MPEG-AAC hacks, because else it doesn't work...
7547
7548 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7549
7550         * gst-libs/gst/riff/riff-media.c:
7551         (gst_riff_create_video_caps_with_data),
7552         (gst_riff_create_video_template_caps):
7553           Add h264.
7554
7555 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7556
7557         * gst-libs/gst/audio/Makefile.am:
7558           Try to fix buildbot.
7559
7560 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7561
7562         * gst/tcp/gstmultifdsink.c:
7563           Clean up and uniformize debugging.
7564
7565 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
7566
7567         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7568
7569         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7570         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
7571         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
7572         (gst_mpeg_demux_change_state):
7573           Reset on ready. Fixes 160276.
7574
7575 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
7576
7577         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7578
7579         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7580         (gst_ffmpegcsp_pad_link):
7581           Fix memleak (#154815).
7582
7583 2004-12-16  James Bowes  <bowes@cs.dal.ca>
7584
7585         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7586
7587         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
7588         (gst_musicbrainz_init), (gst_musicbrainz_chain),
7589         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
7590         * ext/musicbrainz/gsttrm.h:
7591           Add support for using a proxy server when getting a trm id from
7592           the MusicBrainz database (#149613).
7593
7594 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
7595
7596         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7597
7598         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
7599         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
7600           Fix memleaks (#157233).
7601
7602 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
7603
7604         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7605
7606         * gst-libs/gst/resample/resample.c: (gst_resample_close):
7607         * gst-libs/gst/resample/resample.h:
7608         * gst/audioscale/gstaudioscale.c:
7609           Fix memleak (#159215).
7610
7611 2004-12-16  Toni Willberg  <toniw@iki.fi>
7612
7613         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7614
7615         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
7616         * sys/oss/oss_probe.c: (main):
7617           Check for mono/stereo support (similar to samplerate probing),
7618           fixes #159433. Also add missing copyright header to oss_probe.c.
7619
7620 2004-12-15  David Schleef  <ds@schleef.org>
7621
7622         * configure.ac: add audioresample and cairo plugins.  Remove
7623         HAVE_MMX stuff, because it's not used.
7624         * ext/Makefile.am: same
7625         * ext/audioresample/Makefile.am: You are not ready for an
7626         audio resampling element based on audioresample.
7627         * ext/audioresample/gstaudioresample.c:
7628         * ext/audioresample/gstaudioresample.h:
7629         * ext/cairo/Makefile.am: You are not ready for overlay elements
7630         based on cairo.  Don't look too closely, these elements kinda
7631         suck right now.
7632         * ext/cairo/gstcairo.c: new
7633         * ext/cairo/gsttextoverlay.c: new
7634         * ext/cairo/gsttextoverlay.h: new
7635         * ext/cairo/gsttimeoverlay.c: new
7636         * ext/cairo/gsttimeoverlay.h: new
7637         * gst-libs/gst/media-info/media-info-priv.h: fix compile
7638         problem with compilers that don't support variadic macros.
7639
7640 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
7641
7642         Reviewed by:  David Schleef  <ds@schleef.org>
7643
7644         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
7645         Bala, registering sunaudiosrc (oops!), and cleaning up code a
7646         bit.  Also ran indent-gst.
7647         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
7648         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
7649         (gst_sunaudiosrc_setparams):
7650
7651 2004-12-14  David Schleef  <ds@schleef.org>
7652
7653         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
7654         output rate to 16000.  Should fix #160235.
7655
7656 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7657
7658         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7659         Add typefinding for mpeg2 pes streams
7660
7661 2004-12-13  David Schleef  <ds@schleef.org>
7662
7663         * configure.ac:  Applied patch from bug #143659, making default
7664         sources and sinks OS-dependent (for Solaris), and added code
7665         for OS/X.
7666         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
7667
7668 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7669
7670         * gst-libs/gst/riff/riff-media.c:
7671           forgot to add h2.64 to avidemux template caps
7672
7673 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7674
7675         * gst/wavenc/riff.h:
7676         * gst-libs/gst/riff/riff-media.c:
7677         * gst-libs/gst/riff/riff-ids.h:
7678         * gst/avi/gstavimux.c
7679         add 4CC code for VideoSoft h264 in AVI (VSSH)
7680           fixes bug #160655
7681         remove s323 from riff, it's quicktime specific :(
7682
7683 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7684
7685         * gst/asfdemux/README
7686         * gst/wavenc/riff.h
7687         * gst-libs/gst/riff/riff-ids.h
7688         * gst-libs/gst/riff/riff-media.c
7689         * gst/qtdemux/qtdemux.c:
7690           add new 4CC codes for h263 related codecs
7691           fixes partially bug #155163
7692
7693 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
7694
7695         * configure.ac: Update polyaudio requirement to 0.7
7696         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
7697
7698 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7699
7700         * gst/interleave/deinterleave.c:
7701         fix my name's spelling! :)
7702
7703 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7704
7705         * AUTHORS ChangeLog
7706         * gst/auparse/gstauparse.c
7707         * gst/interleave/deinterleave.c
7708         * gst/law/:
7709                 alaw-decode.c alaw-encode.c
7710                 mulaw-decode.c mulaw-encode.c
7711         * gst/oneton/gstoneton.c
7712         * sys/osxaudio/:
7713                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
7714         * sys/osxvideo/:
7715                 cocoawindow.h cocoawindow.m
7716                 osxvideosink.h osxvideosink.m
7717
7718         put the same mail address for Zaheer Abbas Merali everywhere
7719
7720 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7721
7722         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
7723           Align by packetsize, and assert that we a packet available before
7724           playing. The first makes webstreams work (they often include
7725           trailing padding data in a packet), the second allows pausing a
7726           ASF stream in totem without getting demux errors afterwards.
7727
7728 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7729
7730         * ext/ogg/gstoggdemux.c: (get_relative):
7731           Check for non-NULL before accessing member (end-of-chain).
7732
7733 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7734
7735         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
7736         (cdparanoia_set_property), (cdparanoia_get_property):
7737         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
7738         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
7739         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
7740         (dvdreadsrc_init), (dvdreadsrc_set_property),
7741         (dvdreadsrc_get_property):
7742         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
7743         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
7744           Synchronize property names where not yet the case. Devices are
7745           now device=X, other versions are deprecated (but still exist).
7746           Also use g_free() unconditionally.
7747         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7748         (setup_source), (gst_play_base_bin_get_property):
7749           Expose source.
7750
7751 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7752
7753         * configure.ac: move GCONF macro outside conditional for the am
7754           conditional. Fixes #160439
7755
7756 2004-12-08  David Schleef  <ds@schleef.org>
7757
7758         * tools/gst-visualise-m.m: Switch to elements that currently
7759         exist.
7760
7761 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7762
7763         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7764           We love wrong commas.
7765
7766 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7767
7768         * gst/matroska/matroska-demux.c:
7769         (gst_matroska_demux_handle_src_query):
7770           Don't set DEFAULT, unsupported - makes length display incorrectly
7771           in some cases.
7772
7773 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7774
7775         * gst/monoscope/README: remove blurb about files being GPL
7776         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
7777         * gst/monoscope/monoscope.c: Change license to BSD with explanation
7778           monoscope is now effectively LGPL licensed
7779
7780 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7781
7782         * gst/monoscope/README: Update information to be more correct
7783         * gst/monoscope/convolve.c: Relicense to LGPL
7784         * gst/monoscope/convolve.h: Relicense to LGPL
7785
7786 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
7787
7788         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
7789           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
7790         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
7791           set default_duration for mpeg1 audio
7792
7793 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7794
7795         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
7796         * ext/alsa/gstalsa.h:
7797           refactor big chunks of the core caps negotiation code to make it
7798           a lot faster, because people claim it's really slow
7799           (actually, just cache the getcaps when the device is opened)
7800
7801 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7802
7803         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
7804         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
7805         (gst_a52dec_handle_frame), (gst_a52dec_chain),
7806         (gst_a52dec_change_state), (plugin_init):
7807         * ext/a52dec/gsta52dec.h:
7808           Do something useful with timestamps. Make chain-based (since
7809           there's really no reason to be loopbased).
7810         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
7811           Update current_byte/frame correctly.
7812
7813 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7814
7815         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
7816         (gst_ape_demux_stream_init):
7817           Forward tags, too.
7818
7819 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7820
7821         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
7822           Let's make sure we're done typefinding when detecting tags.
7823
7824 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7825
7826         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
7827         (gst_ebml_read_init), (gst_ebml_read_use_event),
7828         (gst_ebml_read_element_id), (gst_ebml_peek_id),
7829         (gst_ebml_read_seek), (gst_ebml_read_skip),
7830         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
7831         (gst_ebml_read_master):
7832         * gst/matroska/ebml-read.h:
7833         * gst/matroska/matroska-demux.c:
7834         (gst_matroska_demux_parse_contents),
7835         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
7836           Disgustingly evil hack for working around INTERRUPT events and
7837           their extremely annoying habit of being a pain in the ass. We
7838           simply peek a cluster before reading any of it.
7839
7840 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7841
7842         * ext/musepack/gstmusepackdec.cpp:
7843           There's also floating point libmusepacks.
7844
7845 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7846
7847         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
7848         (gst_faad_chanpos_to_gst), (gst_faad_chain):
7849           Set DURATION even if source buffer didn't. Also use increasing
7850           timestamps.
7851         * gst-libs/gst/riff/riff-media.c:
7852         (gst_riff_create_audio_caps_with_data):
7853           Block_align can have larger values than 8192.
7854
7855 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7856
7857         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
7858         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
7859         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
7860         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
7861           Fix caps.
7862
7863 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7864
7865         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
7866           Fix logic bug.
7867
7868 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7869
7870         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
7871           Yay, another one.
7872
7873 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7874
7875         * ext/esd/esdsink.c: (gst_esdsink_chain):
7876           Make error actually say something useful (fixes #156798).
7877         * gst-libs/gst/riff/riff-media.c:
7878         (gst_riff_create_video_caps_with_data),
7879         (gst_riff_create_video_template_caps):
7880           Add Intel Video 5.0 fourcc (IV50).
7881
7882 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
7883
7884         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
7885         detection on mono and stereo mp3 files.
7886
7887 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7888
7889         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
7890           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
7891           the contained stream).
7892
7893 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7894
7895         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
7896           Oops, remove debug.
7897
7898 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
7899
7900         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7901
7902         * gst/law/alaw-decode.c: (alawdec_getcaps):
7903         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
7904           Prevent warnings when negotiating caps (fixes #159338).
7905
7906 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7907
7908         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7909         (gst_ffmpegcsp_chain):
7910           Remove old leftover that shouldn't be there...
7911
7912 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
7913
7914         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7915
7916         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
7917           Don't forward DISCONT events (fixes #159684).
7918
7919 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7920
7921         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
7922           Unlink manually since sometimes bin disposal (and therefore
7923           pad unlinking) is delayed, which will cause a new media file
7924           to not be able to start playing instantly.
7925
7926 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7927
7928         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
7929           On mute of an unlinked stream, check for pad availability so
7930           we don't crash on unlinked pad.
7931
7932 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7933
7934         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7935         (gst_avi_demux_massage_index):
7936           Fix quite humiliating bug in omitting 0-sized index chunks but
7937           forgetting to count them for timestamps.
7938
7939 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7940
7941         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
7942           Actually leave the loop if we failed to sync. Don't crash.
7943
7944 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7945
7946         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
7947         (gst_dvd_demux_process_private):
7948         * gst/mpegstream/gstdvddemux.h:
7949           Fix crash (#159759). Doesn't work, though. :-(.
7950
7951 2004-11-28  Benjamin Otte  <otte@gnome.org>
7952
7953         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
7954           more overwriting protection due to modifying channels one by one
7955           instead of all at once
7956
7957 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7958
7959         * gst/audioconvert/gstchannelmix.c:
7960         (gst_audio_convert_fill_normalize):
7961           Normalize using absolute values.
7962
7963 2004-11-28  Julien MOUTTE  <julien@moutte.net>
7964
7965         * configure.ac:
7966         * ext/Makefile.am:
7967         * ext/directfb/Makefile.am:
7968         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
7969         (gst_directfbvideosink_get_pixel_format),
7970         (gst_directfbvideosink_get_format_from_fourcc),
7971         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
7972         (gst_directfbvideosink_sink_link),
7973         (gst_directfbvideosink_change_state),
7974         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
7975         (gst_directfbvideosink_buffer_alloc),
7976         (gst_directfbvideosink_interface_supported),
7977         (gst_directfbvideosink_interface_init),
7978         (gst_directfbvideosink_navigation_send_event),
7979         (gst_directfbvideosink_navigation_init),
7980         (gst_directfbvideosink_set_property),
7981         (gst_directfbvideosink_get_property),
7982         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
7983         (gst_directfbvideosink_base_init),
7984         (gst_directfbvideosink_class_init),
7985         (gst_directfbvideosink_get_type), (plugin_init):
7986         * ext/directfb/directfbvideosink.h: Adding a first version of
7987         directfbvideosink.
7988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
7989         more.
7990
7991 2004-11-28  Benjamin Otte  <otte@gnome.org>
7992
7993         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
7994           walk the samples backwards if out_channels > in_channels so we don't
7995           overwrite data
7996
7997 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7998
7999         * gst/audioconvert/Makefile.am:
8000         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8001         (gst_audio_convert_link), (gst_audio_convert_change_state),
8002         (gst_audio_convert_channels):
8003         * gst/audioconvert/gstchannelmix.c:
8004         (gst_audio_convert_unset_matrix),
8005         (gst_audio_convert_fill_identical),
8006         (gst_audio_convert_fill_compatible),
8007         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8008         (gst_audio_convert_fill_others),
8009         (gst_audio_convert_fill_normalize),
8010         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8011         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8012         * gst/audioconvert/gstchannelmix.h:
8013           Implement a channel mixer.
8014
8015 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8016
8017         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8018         * ext/alsa/gstalsa.h:
8019         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8020         Make alsasink actually honor gst_element_set_clock and use that
8021         clock instead of its internal one.
8022
8023 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8024
8025         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8026         (gst_play_base_bin_change_state): nullify source and decoder when
8027         going from READY to NULL so that we don't try to do weird stuff with
8028         them when going from NULL to READY
8029         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8030         instead of g_object_unref
8031         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8032         it should be correct
8033         (gst_play_bin_change_state): don't call remove_sinks if we are
8034         currently disposing the object
8035
8036 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8037
8038         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8039           Don't forget bass if it's there. Else left channel is silent...
8040
8041 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8042
8043         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8044         (gst_a52dec_change_state):
8045           Don't do sample adjusting anymore, we use float audio now.
8046         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8047           Don't fixate to non-existing properties.
8048
8049 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8050
8051         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8052         (gst_a52dec_change_state):
8053           Advertise that we can do surround sound.
8054
8055 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8056
8057         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8058           Add buffer-frames=0.
8059         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8060         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8061         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8062         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8063         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8064         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8065         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8066         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8067         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8068         * ext/dvdread/dvdreadsrc.h:
8069           Add seeking, querying for bytes, sectors, title, angle and
8070           chapter. Handle multiple chapters. Relicense to LGPL because
8071           Billy agreed on that (thanks Billy!).
8072
8073 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8074
8075         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8076         call parent dispose method
8077
8078 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8079
8080         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8081         (gst_audio_clock_get_internal_time):
8082         Fix active <-> inactive transitions: ensure time value always
8083         grows and avoid abrupt value changes.
8084
8085 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8086
8087         * configure.ac:
8088         * gst/tta/Makefile.am:
8089         * gst/tta/crc32.h:
8090         * gst/tta/filters.h:
8091         * gst/tta/gsttta.c:
8092         * gst/tta/gstttadec.c:
8093         * gst/tta/gstttadec.h:
8094         * gst/tta/gstttaparse.c:
8095         * gst/tta/gstttaparse.h:
8096         * gst/tta/ttadec.h:
8097           added TTA parser and decoder
8098
8099 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8100
8101         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8102         (probe_triggered), (check_queue), (buffer_underrun),
8103         (buffer_running), (buffer_overrun), (gen_source_element),
8104         (setup_source):
8105         * gst/playback/gstplaybasebin.h:
8106           Implement buffering. Needs some more work.
8107
8108 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8109
8110         * ext/theora/theoradec.c: (theora_dec_chain):
8111           Fix ilog mask range overflow.
8112
8113 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8114
8115         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8116           Don't omit the last (which in case of dmix is the only :) )
8117           channel count. Don't set channels if <= 2.
8118
8119 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8120
8121         * gst/playback/gstplaybin.c: (gen_video_element),
8122         (gen_audio_element): Removed 2 obsolete comments
8123
8124 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8125
8126         * ext/vorbis/oggvorbisenc.c
8127         * ext/vorbis/vorbisenc.c :
8128           change description fields of those plugins to differentiate them
8129           (pitivi show Encoders by description, they had the same one)
8130
8131 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8132
8133         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8134
8135         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8136         (gst_play_bin_set_property), (gen_video_element),
8137         (gen_audio_element):
8138           Refcounting fixes for provided audio-/videosinks.
8139
8140 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8141
8142         * gst/playback/gstplaybin.c: (gen_video_element),
8143         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8144           Don't reference all sinks, but only the video- and audiosinks.
8145           The vis. element should be disposed when we're done with it.
8146           We don't have any reason to keep it around. This fixes warnings
8147           when reusing playbin for playing multiple audio files with
8148           vis. enabled. Also release audio device on pause - idea stolen
8149           from Rhythmbox.
8150
8151 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8152
8153         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8154         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8155         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8156         * ext/alsa/gstalsaplugin.c: (plugin_init):
8157         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8158         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8159         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8160         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8161         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8162         (gst_faad_change_state), (plugin_init):
8163         * ext/faad/gstfaad.h:
8164         * ext/vorbis/vorbis.c: (plugin_init):
8165         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8166         * gst-libs/gst/audio/Makefile.am:
8167         * gst-libs/gst/audio/audio.c: (plugin_init):
8168         * gst-libs/gst/audio/multichannel.c:
8169         (gst_audio_check_channel_positions),
8170         (gst_audio_get_channel_positions),
8171         (gst_audio_set_channel_positions),
8172         (gst_audio_set_structure_channel_positions_list),
8173         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8174         (gst_audio_fixate_channel_positions):
8175         * gst-libs/gst/audio/multichannel.h:
8176         * gst-libs/gst/audio/testchannels.c: (main):
8177         * gst/audioconvert/gstaudioconvert.c:
8178         (gst_audio_convert_class_init), (gst_audio_convert_init),
8179         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8180         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8181         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8182         * gst/audioconvert/plugin.c: (plugin_init):
8183           Surround sound support.
8184
8185 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8186
8187         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8188           Fix position for discont if we're close as well. Nitpicking, but
8189           saves a few milliseconds of extra waiting or skipping.
8190
8191 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8192
8193         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8194           We sometimes need parsers for playback, so add those too.
8195
8196 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8197
8198         * configure.ac:
8199         * gst/apetag/Makefile.am:
8200         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8201         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8202         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8203         (gst_ape_demux_get_src_query_types),
8204         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8205         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8206         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8207         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8208         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8209         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8210         (gst_ape_demux_change_state):
8211         * gst/apetag/apedemux.h:
8212         * gst/apetag/apetag.c: (plugin_init):
8213         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8214         (plugin_init):
8215           APE v1/2 tag reader plus typefind function.
8216
8217 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8218
8219         * configure.ac:
8220         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8221         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8222           Remove hacks for older core. Require newer core version
8223           accordingly.
8224
8225 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8226
8227         * gst/cdxaparse/Makefile.am:
8228         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8229         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8230         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8231         * gst/cdxaparse/gstcdxaparse.h:
8232         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8233         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8234         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8235         (gst_cdxastrip_get_src_query_types),
8236         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8237         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8238         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8239         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8240         * gst/cdxaparse/gstcdxastrip.h:
8241           SVCD/VCD header stripping separated from CDXA image parsing.
8242         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8243         (plugin_init):
8244           Add VCD/SVCD header typefinding for VCD/SVCD.
8245         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8246         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8247         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8248         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8249         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8250         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8251         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8252         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8253         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8254         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8255         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8256         * sys/vcd/vcdsrc.h:
8257           Fix up, add seeking, querying, URI interface. Works in totem now.
8258
8259 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8260
8261         * configure.ac:
8262           back to CVS
8263
8264 === release 0.8.6 ===
8265
8266 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8267
8268         * NEWS:
8269         * RELEASE:
8270         * configure.ac:
8271         * po/af.po:
8272         * po/az.po:
8273         * po/cs.po:
8274         * po/en_GB.po:
8275         * po/hu.po:
8276         * po/it.po:
8277         * po/nb.po:
8278         * po/nl.po:
8279         * po/or.po:
8280         * po/sq.po:
8281         * po/sr.po:
8282         * po/sv.po:
8283         * po/uk.po:
8284           releasing 0.8.6, "IOU Love"
8285
8286 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8287
8288         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8289
8290         * gst/playback/gstplaybasebin.c:
8291           Fix unplayable files error handling.  Fixes #158365
8292
8293 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8294
8295         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8296
8297         * gst/typefind/gsttypefindfunctions.c:
8298           Fix broken mp3 typefinding.  Fixes #158375
8299
8300 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8301
8302         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8303
8304         * ext/ogg/gstoggdemux.c:
8305           Fix sync on broken files.  Fixes #158976
8306
8307 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8308
8309         patch by: Edward Hervey <bilboed@bilboed.com>
8310
8311         * ext/libpng/gstpngenc.c:
8312           Copy over buffer properties.  Fixes #158832
8313
8314 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8315
8316         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
8317
8318         * ext/dvdread/dvdreadsrc.c:
8319           Fixes invalid reads (#158462)
8320
8321 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8322
8323         * sys/v4l/gstv4lsrc.c:
8324         * sys/v4l/gstv4lsrc.h:
8325         * sys/v4l/v4lsrc_calls.c:
8326           Probe less and cache it.  Fixes #159187.
8327
8328 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8329
8330         * gst/videorate/gstvideorate.c:
8331           Handle all video formats. Fixes #159186.
8332
8333 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
8334         * gst/synaesthesia/gstsynaesthesia.c:
8335         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
8336         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
8337         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
8338         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
8339         (gst_synaesthesia_change_state), (plugin_init):
8340         Fix up synaesthesia to work under different samplerates/ buffer sizes.
8341         Force 320x200 output, as that's the only thing the underlying
8342         synaesthesia implementation supports. Still needs to be made
8343         re-entrant.
8344
8345 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8346
8347         * configure.ac:
8348           Fix mpeg2enc configure check (similar to mplex check below).
8349
8350 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
8351
8352         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8353
8354         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8355           Fix for gcc-2.95 (fixes #158221).
8356
8357 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8358
8359         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8360           Re-add clock distribution hack (until new core is released).
8361           Fixes #158125.
8362
8363 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
8364         * configure.ac:
8365           fix mplex configure check segfaulting on some systems (bug #140994)
8366
8367 2004-11-13  Benjamin Otte  <otte@gnome.org>
8368
8369         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
8370           add debugging
8371         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8372           do a wait when we enter the loop func with no data available to
8373           write instead of getting into an 100% CPU loop by just returning and
8374           being called again by the scheduler
8375
8376 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
8377
8378         * configure.ac:
8379         * ext/libvisual/visual.c: (gst_visual_get_type),
8380         (libvisual_log_handler), (gst_visual_getcaps),
8381         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
8382         (plugin_init):
8383           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
8384         * ext/smoothwave/Makefile.am:
8385         * ext/smoothwave/demo-osssrc.c: (main):
8386         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
8387         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
8388         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
8389         (plugin_init):
8390         * ext/smoothwave/gstsmoothwave.h:
8391           Make gstsmoothwave a working element in the 20th century.
8392
8393         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
8394           Fix incorrect link function
8395
8396 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8397
8398         * gst/volume/gstvolume.c:
8399           Allow buffer-frames=0.
8400
8401 2004-11-12 Iain <iaingnome@gmail.com>
8402
8403         * configure.ac: Check for polypaudio
8404
8405         * ext/Makefile.am: Build the polyp dir
8406
8407         * ext/polyp: The polypsink sources.
8408
8409 2004-10-30 Iain <iaingnome@gmail.com>
8410
8411         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
8412         caps to reflect the new number of channels.
8413
8414 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8415
8416         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8417           Fix for negotiation order problem. This would show when the
8418           ALSA loopfuction was called before any other function. ALSA
8419           wouldn't do anything because we're not negotiated yet, leading
8420           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
8421
8422 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8423
8424         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8425
8426         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8427           No warnings (#157986).
8428
8429 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8430
8431         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8432           Prefer apev1/2 and id3v1 (at end of file) over musepack.
8433
8434 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8435
8436         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
8437           Signal no-more-pads (so it works in playbin).
8438
8439 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8440
8441         * ext/musepack/gstmusepackreader.cpp:
8442           Workaround for older core.
8443
8444 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8445
8446         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
8447           Actually test for odd width/height rather than testing whether
8448           a temporary variable that was 0 before we subtracted 1 is now
8449           not equal to zero (which it always is).
8450
8451 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8452
8453         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8454         Fix compilation if HAVE_XVIDEO is not defined
8455
8456 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8457
8458         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8459         Fix compilation if HAVE_XVIDEO is not defined
8460
8461 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
8462
8463         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
8464         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
8465         (gst_goom_change_state), (plugin_init):
8466         Use the bytestream adapter so goom doesn't depend on the input
8467         buffer size.
8468         Add a debug category
8469
8470 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8471
8472         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
8473           Only set hardware parameters *after* negotiation. Before
8474           negotiation, it will set ANY and that seems to cause crashes
8475           (see e.g. #151288, #153227).
8476
8477 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8478
8479         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
8480           This seems to be antique leftover. It needs to pass error
8481           checking.
8482         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
8483         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
8484         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
8485         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
8486           Fix GstXOverlay implementation (#151059).
8487
8488 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8489
8490         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8491           Don't assert (#157853).
8492
8493 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8494
8495         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
8496           Fix bytes/samples confustion.
8497         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
8498           Fix for underrun (#144389).
8499
8500 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8501
8502         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8503           Disable halfway-seek for pending release (since it needs a new
8504           core release).
8505
8506 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8507
8508         * sys/v4l/gstv4lsrc.c:
8509         * sys/v4l/gstv4lsrc.h:
8510         * sys/v4l/v4lsrc_calls.c:
8511           add autoprobe-fps property so we can separate autoprobing parts
8512
8513 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8514
8515         * sys/v4l/gstv4lsrc.c:
8516         * sys/v4l/v4lsrc_calls.c:
8517         initialise fourcc to catch unset fourcc's, and debug
8518
8519 2004-11-09  Wim Taymans  <wim@fluendo.com>
8520
8521         * gst/playback/README:
8522         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8523         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8524         (gst_play_bin_dispose), (gst_play_bin_set_property),
8525         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
8526         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
8527         (gst_play_bin_get_formats), (gst_play_bin_convert),
8528         (gst_play_bin_get_query_types), (gst_play_bin_query):
8529         Cleanups and some more documentation.
8530
8531 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
8532
8533         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
8534         (gst_cacasink_init), (gst_cacasink_chain):
8535         * ext/libcaca/gstcacasink.h:
8536         Cacasink inherits from VideoSink, so let that store the clock.
8537
8538 2004-11-09  Wim Taymans  <wim@fluendo.com>
8539
8540         * gst/playback/README:
8541         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
8542         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
8543         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
8544         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
8545         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
8546         (setup_sinks):
8547         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
8548         (gst_stream_info_is_mute), (gst_stream_info_set_property):
8549         * gst/playback/gststreaminfo.h:
8550         Updated README.
8551         Only switch groups if all streams have muted (EOSed).
8552         Send Tags in sync with the stream playback instead of in
8553         the playback/preroll phase.
8554         Some cleanups, free the fakesrc elements.
8555
8556 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8557
8558         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
8559           buffer-frames property was missing
8560         * ext/arts/gst_arts.c:
8561           rate missing from sinkcaps
8562         * ext/audiofile/gstafparse.c:
8563         * ext/audiofile/gstafsink.c:
8564         * ext/audiofile/gstafsrc.c:
8565         * ext/swfdec/gstswfdec.c:
8566           int audio doesn't know buffer-frames
8567         * ext/cdparanoia/gstcdparanoia.c:
8568           int audio doesn't know chunksize either
8569         * ext/nas/nassink.c:
8570           it's endianness, not endianess
8571         * gst-libs/gst/audio/audio.h:
8572           make float standard pad template caps really describe float
8573         * gst/law/mulaw.c: (linear_factory):
8574           signed only, please
8575         * gst/mpegstream/gstdvddemux.c:
8576           widths of 20 are not valid
8577
8578 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8579
8580         Submitted by: Luca Ferretti <elle.uca@infinito.it>
8581
8582         * po/LINGUAS:
8583         * po/it.po:
8584           Add Italian
8585
8586 2004-11-08  Wim Taymans  <wim@fluendo.com>
8587
8588         * gst/playback/README:
8589         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8590         * gst/playback/gstplaybasebin.c: (probe_triggered),
8591         (gst_play_base_bin_change_state):
8592         Updated README, added more comments for fixmes etc..
8593
8594 2004-11-08  Wim Taymans  <wim@fluendo.com>
8595
8596         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8597         We can remove this hack now.
8598
8599 2004-11-08  Wim Taymans  <wim@fluendo.com>
8600
8601         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
8602         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8603         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
8604         Only mix AYUV for maximum quality.
8605
8606 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8607
8608         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
8609         (gst_ogg_demux_push), (gst_ogg_pad_push):
8610           Let's act as if we're synchronized now! :).
8611         * ext/theora/theoradec.c: (theora_dec_chain):
8612           Add some debug.
8613
8614 2004-11-08  Wim Taymans  <wim@fluendo.com>
8615
8616         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8617         (gst_alpha_set_property), (gst_alpha_sink_link),
8618         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
8619         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
8620         (gst_alpha_init_params), (gst_alpha_chain):
8621         Implement alpha functions for AYUV too, this increases
8622         accuracy quite a bit.
8623
8624 2004-11-08  Wim Taymans  <wim@fluendo.com>
8625
8626         * gst/ffmpegcolorspace/avcodec.h:
8627         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8628         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8629         (gst_ffmpegcsp_avpicture_fill):
8630         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8631         (gst_ffmpegcsp_caps_remove_format_info):
8632         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8633         (shrink12), (img_get_alpha_info), (deinterlace_line),
8634         (deinterlace_line_inplace):
8635         * gst/ffmpegcolorspace/imgconvert_template.h:
8636         Added AYUV colorspace and handle RGBA a bit more respectful.
8637
8638 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8639
8640         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8641           Actually always send a discont (cornercase when resending the
8642           same serial-tagged chain twice).
8643
8644 2004-11-08  Julien MOUTTE  <julien@moutte.net>
8645
8646         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
8647         (gst_ximagesink_finalize):
8648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8649         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
8650
8651 2004-11-08  Wim Taymans  <wim@fluendo.com>
8652
8653         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
8654         Don't segfault on NULL data.
8655
8656 2004-11-08  Wim Taymans  <wim@fluendo.com>
8657
8658         * gst/playback/gstdecodebin.c: (unlinked):
8659         * gst/playback/gstplay-marshal.list:
8660         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8661         (gst_play_base_bin_init), (group_create), (get_active_group),
8662         (get_building_group), (group_destroy), (group_commit),
8663         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
8664         (add_element_stream), (no_more_pads), (probe_triggered),
8665         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
8666         (state_change), (setup_source), (gst_play_base_bin_get_property),
8667         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8668         (gst_play_base_bin_link_stream),
8669         (gst_play_base_bin_get_streaminfo):
8670         * gst/playback/gstplaybasebin.h:
8671         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8672         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
8673         Add support for chained ogg files. Prepare for playlist
8674         support. This patch introduces the concept of pad groups, which
8675         together compose one playable media file.
8676
8677 2004-11-07  David Schleef  <ds@schleef.org>
8678
8679         * testsuite/gst-lint: Check for pad templates that aren't statically
8680         scoped.
8681
8682 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8683
8684         * configure.ac:
8685         * ext/Makefile.am:
8686         * ext/musepack/Makefile.am:
8687         * ext/musepack/gstmusepackdec.cpp:
8688         * ext/musepack/gstmusepackdec.h:
8689         * ext/musepack/gstmusepackreader.cpp:
8690         * ext/musepack/gstmusepackreader.h:
8691           Add musepack decoder.
8692         * ext/faad/gstfaad.c: (gst_faad_base_init):
8693           Make pad templates static.
8694         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8695         (plugin_init):
8696           Add musepack typefinder, make mp3 typefinding work halfway stream,
8697           which doesn't actually work yet because id3demux doesn't implement
8698           _get_length().
8699
8700 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8701
8702         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8703         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
8704           Fix interrupt event handling (#144436).
8705
8706 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8707
8708         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
8709           Hide unused glory.
8710
8711 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8712
8713         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8714
8715         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
8716           Fix weird caps (#157548).
8717
8718 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8719
8720         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8721
8722         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
8723           Add missing NULL terminator (#157543).
8724
8725 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8726
8727         * gst/tcp/gsttcp.h:
8728         * gst/tcp/gsttcpclientsink.c:
8729         * gst/tcp/gsttcpclientsrc.c:
8730         * gst/tcp/gsttcpserversink.c:
8731         * gst/tcp/gsttcpserversrc.c:
8732           ports can go up to 65535.  Move common defines to gsttcp.h
8733
8734 2004-11-05  Wim Taymans  <wim@fluendo.com>
8735
8736         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
8737         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
8738         Added two more colorspaces.
8739
8740 2004-11-05  Wim Taymans  <wim@fluendo.com>
8741
8742         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8743         (gst_ffmpegcsp_avpicture_fill):
8744         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8745         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
8746         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
8747         More stride fixes.
8748
8749 2004-11-05  Wim Taymans  <wim@fluendo.com>
8750
8751         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
8752         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
8753         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
8754         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
8755         (gst_videomixer_loop):
8756         More stride fixes.
8757
8758 2004-11-05  Benjamin Otte  <otte@gnome.org>
8759
8760         * ext/mad/gstmad.c: (gst_mad_chain):
8761           don't overflow data buffer. Flush not needed sync data when syncing
8762           failed.
8763
8764 2004-11-04  Wim Taymans  <wim@fluendo.com>
8765
8766         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8767         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
8768         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
8769         (gst_alpha_init_params), (gst_alpha_chain),
8770         (gst_alpha_change_state):
8771         Updated the chroma keying algorithm with something more
8772         sophisticated.
8773
8774 2004-11-03  Wim Taymans  <wim@fluendo.com>
8775
8776         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
8777         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8778         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
8779         Fix stride issues. Does not completely work for odd
8780         heights.
8781
8782 2004-11-03  Wim Taymans  <wim@fluendo.com>
8783
8784         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8785         (gst_alpha_chroma_key), (gst_alpha_chain):
8786         Fix stride issues. Does not completely work for odd
8787         heights.
8788
8789 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
8790
8791         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
8792         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
8793         leak fixes
8794
8795 2004-11-03  Wim Taymans  <wim@fluendo.com>
8796
8797         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8798         (gst_ffmpegcsp_avpicture_fill):
8799         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8800         (avpicture_alloc):
8801         * gst/ffmpegcolorspace/imgconvert_template.h:
8802         Use correct _fill function to get correct strides.
8803
8804 2004-11-02  David Schleef  <ds@schleef.org>
8805
8806         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8807         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
8808         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
8809         Change all g_print()s to debugging.  Add a bunch of consistency
8810         checks.
8811
8812 2004-11-02  Wim Taymans  <wim@fluendo.com>
8813
8814         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8815         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
8816         (unlinked), (no_more_pads), (close_link):
8817         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8818         (unknown_type), (add_element_stream), (new_decoded_pad),
8819         (removed_decoded_pad), (setup_source):
8820         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
8821         (gst_stream_info_class_init), (gst_stream_info_init),
8822         (gst_stream_info_new), (gst_stream_info_dispose),
8823         (stream_info_mute_pad), (gst_stream_info_set_property),
8824         (gst_stream_info_get_property):
8825         * gst/playback/gststreaminfo.h:
8826         Fix playback of multiple files.
8827         a slightly different approach to handling dynamic pad removals.
8828         This one only looks at pads that we have linked.
8829
8830 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
8831
8832         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
8833         free" warning from libc.
8834
8835 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8836
8837         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8838         (get_unconnected_element), (remove_starting_from), (pad_removed),
8839         (close_link):
8840           Implement support for dynamic pad changing. We listen to "live"
8841           pad removals (i.e. while playing) and re-setup autoplugging
8842           after that. Playbasebin/playbin need some more work for this
8843           to finally work, but decodebin supports (and replugs) chained
8844           ogg now.
8845
8846 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
8847
8848         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
8849         (gst_alsa_finalize):
8850         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
8851         (gst_cdaudio_finalize):
8852         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8853         (cdparanoia_finalize):
8854         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
8855         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
8856         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8857         (dvdreadsrc_finalize):
8858         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
8859         (gst_flacdec_finalize):
8860         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
8861         (gst_flacenc_finalize):
8862         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
8863         (gst_gnomevfssink_finalize):
8864         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
8865         (gst_gnomevfssrc_finalize):
8866         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
8867         (gst_fameenc_finalize):
8868         * ext/nas/nassink.c: (gst_nassink_class_init),
8869         (gst_nassink_finalize):
8870         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
8871         (gst_sdlvideosink_class_init):
8872         * ext/sndfile/gstsf.c: (gst_sf_dispose):
8873         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
8874         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
8875         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
8876         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
8877         (gst_x_window_listener_dispose):
8878         * gst/audioscale/gstaudioscale.c:
8879         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
8880         (play_on_demand_finalize):
8881         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
8882         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
8883         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
8884         (cdplayer_finalize):
8885         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
8886         (gst_glimagesink_class_init):
8887         * sys/oss/gstosselement.c: (gst_osselement_class_init),
8888         (gst_osselement_finalize):
8889         * sys/oss/gstosssink.c: (gst_osssink_dispose):
8890         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
8891         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
8892           Fixes a bunch of problems with finalize and dispose functions,
8893           either assumptions that dispose is only called once, or not calling
8894           the parent class dispose/finalize function
8895
8896 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
8897
8898         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
8899           added two api precondition guards
8900           use g_strdup with getenv to fix crash when using ENVVAR
8901
8902 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
8903         * ext/esd/esdsink.c: (gst_esdsink_class_init),
8904         (gst_esdsink_finalize):
8905         Use a finalize function, not dispose, and more importantly,
8906         call the parent class finalize function too
8907
8908 2004-11-01  Johan Dahlin  <johan@gnome.org>
8909
8910         * ext/ogg/gstoggdemux.c:
8911         * gst/tags/gstvorbistag.c:
8912         Plug leaks.
8913
8914 2004-10-31  Benjamin Otte  <otte@gnome.org>
8915
8916         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
8917           lotsa memleaks today. But they're all small...
8918
8919 2004-10-31  Benjamin Otte  <otte@gnome.org>
8920
8921         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8922           another memleak crushed
8923
8924 2004-10-31  Benjamin Otte  <otte@gnome.org>
8925
8926         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
8927           fix memleak
8928
8929 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8930
8931         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8932           Hack to prevent crash when going to READY inside signal handler
8933           while this function is active.
8934
8935 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8936
8937         * gst/ffmpegcolorspace/Makefile.am:
8938         * gst/ffmpegcolorspace/avcodec.h:
8939         * gst/ffmpegcolorspace/common.h:
8940         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
8941         * gst/ffmpegcolorspace/dsputil.h:
8942         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
8943         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8944         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
8945         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
8946         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
8947         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
8948         (gst_ffmpegcsp_avpicture_fill):
8949         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
8950         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8951         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
8952         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
8953         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
8954         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
8955         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
8956         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
8957         * gst/ffmpegcolorspace/imgconvert.c:
8958         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
8959         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
8960         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
8961         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
8962         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
8963         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
8964         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
8965         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
8966         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
8967         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
8968         (grow21), (grow22), (grow41), (grow44), (conv411),
8969         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
8970         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
8971         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
8972         (avpicture_free), (is_yuv_planar), (img_convert),
8973         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
8974         (deinterlace_line_inplace), (deinterlace_bottom_field),
8975         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
8976         * gst/ffmpegcolorspace/imgconvert_template.h:
8977         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
8978         * gst/ffmpegcolorspace/mmx.h:
8979         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
8980         (av_fast_realloc), (av_mallocz_static), (av_free_static),
8981         (av_freep), (avcodec_get_context_defaults),
8982         (avcodec_alloc_context), (avcodec_init):
8983           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
8984           handling plus update from ffmpeg CVS. Large clean-up.
8985
8986 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8987
8988         * gst/playback/Makefile.am:
8989           We need the marshallers for decodebin, too.
8990
8991 2004-10-30  David Schleef  <ds@schleef.org>
8992
8993         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
8994           quicktime typefinding work with 64-bit offsets.
8995
8996 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
8997
8998         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
8999           Set EOS on the element when processing an EOS event.
9000         * ext/speex/gstspeexdec.h:
9001         * ext/speex/gstspeexenc.h:
9002           Only keep a const ptr to the mode
9003         * gst-libs/gst/riff/riff-media.c:
9004         (gst_riff_create_audio_caps_with_data),
9005         (gst_riff_create_audio_template_caps):
9006           Allow WMAV3, with up to 6 channels.
9007         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9008           Don't call gst_pad_set_event_function on a sink pad.
9009         * gst/mpegstream/gstdvddemux.c:
9010         (gst_dvd_demux_get_subpicture_stream),
9011         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9012           Copy the explicit caps that were set across to the cur_* pads,
9013           instead of trying to use a possibly non-existent negotiated caps.
9014           Reset the type of subpicture pads to UNKNOWN after calling
9015           init_stream, so that the caps get set.
9016
9017 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9018
9019         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9020
9021         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9022           Don't touch buffer if it is of size 0 (fixes #151064).
9023
9024 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9025
9026         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9027           Synchronized discont handling.
9028
9029 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9030
9031         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9032         (gst_ogg_demux_push):
9033           Make seeking sort-of exact again (fixes #156387).
9034
9035 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9036
9037         * gst/playback/gstplaybasebin.c: (unknown_type),
9038         (add_element_stream), (new_decoded_pad),
9039         (gst_play_base_bin_change_state):
9040         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9041         (gst_stream_info_init), (gst_stream_info_new),
9042         (gst_stream_info_dispose), (gst_stream_info_get_property):
9043         * gst/playback/gststreaminfo.h:
9044           Make caps explicitely available. Makes testing for unsupported
9045           types possible. Improves error reporting.
9046
9047 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9048
9049         * gst/audioconvert/gstaudioconvert.c:
9050         (gst_audio_convert_buffer_to_default_format):
9051           Really don't touch read-only buffers (#156563).
9052
9053 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9054
9055         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9056
9057         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9058           Fix memleak (#155223).
9059
9060 2004-10-29  Wim Taymans  <wim@fluendo.com>
9061
9062         * gst/tcp/.cvsignore:
9063         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9064         (gst_multifdsink_class_init), (gst_multifdsink_init),
9065         (gst_multifdsink_add), (gst_multifdsink_remove),
9066         (gst_multifdsink_remove_client_link), (is_sync_frame),
9067         (gst_multifdsink_new_client),
9068         (gst_multifdsink_handle_client_write),
9069         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9070         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9071         (gst_multifdsink_get_property):
9072         * gst/tcp/gstmultifdsink.h:
9073         Added burst on connect sync_method, deprecated sync_clients,
9074         streamlined the sync code some more.
9075
9076 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9077
9078         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9079         (gst_play_base_bin_change_state):
9080           Improve error reporting.
9081
9082 2004-10-28  Wim Taymans  <wim@fluendo.com>
9083
9084         * gst/tcp/Makefile.am:
9085         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9086         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9087         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9088         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9089         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9090         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9091         (gst_fdset_wait):
9092         Added more locks around fdset structures. Fixed/reworked
9093         the poll array resizing code.
9094         Added stress test for fdset.
9095
9096 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9097
9098         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9099         fix build
9100
9101 2004-10-28  Benjamin Otte  <otte@gnome.org>
9102
9103         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9104           fix link function to always query channels and query width for
9105           floats
9106         * configure.ac:
9107           add equalizer dir
9108         * gst/equalizer/Makefile.am:
9109         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9110         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9111         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9112         (arg_to_scale), (setup_filter),
9113         (gst_iir_equalizer_compute_frequencies),
9114         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9115         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9116         (plugin_init):
9117           add an equalizer
9118
9119 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9120
9121         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9122
9123         * po/LINGUAS:
9124         * po/nb.po:
9125           Added Norwegian Bokmaal translation
9126
9127 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9128
9129         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9130           Don't break on options (fixes #156488).
9131
9132 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9133
9134         * configure.ac:
9135         * ext/cdaudio/Makefile.am:
9136         * sys/Makefile.am:
9137           fix build on older automake
9138
9139 2004-10-26  Wim Taymans  <wim@fluendo.com>
9140
9141         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9142         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9143         Allow a little margin when negotiating the framerate.
9144
9145 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9146
9147         * gst/level/gstlevel.c:
9148           synchonised naming of pads and pad-templates
9149
9150 2004-10-26  Wim Taymans  <wim@fluendo.com>
9151
9152         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9153         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9154         (_find_streams_check), (gst_ogg_demux_push):
9155         Fix EOS again. Needs to be done in a better way. We should not
9156         remove the pad if there is no new chained stream.
9157
9158 2004-10-26 Iain <iaingnome@gmail.com>
9159
9160         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9161         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9162         of the caps.
9163         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9164         pad.
9165         (interleave_release_pad): Remove the pad.
9166         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9167         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9168         the set device.
9169         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9170         attrs
9171         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9172         (gst_xvimagesink_finalize): Free the par.
9173
9174 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9175
9176         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9177         (gst_avimux_stop_file):
9178           First calculate the rate, and only then use it. Hdr.rate is a
9179           multiple and not a derivative of hdr.scale. Scale is not the
9180           same as blockalign but is solely related to rate.
9181
9182 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9183
9184         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9185         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9186           Implement seeking.
9187
9188 2004-10-25  James Henstridge  <james@jamesh.id.au>
9189
9190         Reviewed by:  David Schleef  <ds@schleef.org>
9191
9192         * examples/gstplay/player.c: (got_stream_length), (main):
9193         * examples/seeking/cdplayer.c: (update_scale):
9194         * examples/seeking/seek.c: (format_value), (update_scale):
9195         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9196         (stop_seek):
9197         Build fixes on AMD64.
9198
9199 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9200
9201         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9202
9203         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9204         Fix for some v4l cards which hang in v4lsrc
9205
9206 2004-10-25  Wim Taymans  <wim@fluendo.com>
9207
9208         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9209         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9210         Make sure to remove the pad when a new chain is
9211         encountered. Set some vars to NULL so we don't try
9212         to reference freed memory.
9213
9214 2004-10-25  Wim Taymans  <wim@fluendo.com>
9215
9216         * examples/seeking/Makefile.am:
9217         * examples/seeking/cdplayer.c: (update_scale):
9218         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9219         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9220         (format_value), (update_scale), (iterate), (start_seek),
9221         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9222         (print_usage), (main):
9223         Added some more examples, update others.
9224
9225 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9226
9227         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9228         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9229         * ext/theora/theoradec.c: (theora_dec_chain):
9230         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9231           Add codec-name metadata.
9232
9233 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9234
9235         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9236
9237         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9238         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9239         * ext/alsa/gstalsamixertrack.h:
9240         * po/POTFILES.in:
9241           ALSA mixer track label internationalization (#154054).
9242
9243 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9244
9245         * ext/theora/theoradec.c: (theora_dec_chain):
9246           Export bitrate as metadata.
9247
9248 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9249
9250         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9251         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9252         * ext/alsa/gstalsamixertrack.h:
9253           Fix names, fix loop.
9254
9255 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9256
9257         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9258         (speex_dec_convert):
9259           sinkconvert function so oggdemux can get the file length (totem).
9260
9261 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9262
9263         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9264
9265         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9266           Don't push incomplete packets.
9267         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9268           Fix MPEG-4 audio typefinding.
9269
9270 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9271
9272         * sys/v4l/Makefile.am:
9273         * sys/v4l/gstv4l.c: (plugin_init):
9274         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9275         (gst_v4lelement_init), (gst_v4lelement_dispose),
9276         (gst_v4lelement_change_state):
9277         * sys/v4l/gstv4lelement.h:
9278         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9279         (gst_v4l_xoverlay_close), (idle_refresh),
9280         (gst_v4l_xoverlay_set_xwindow_id):
9281         * sys/v4l/gstv4lxoverlay.h:
9282         * sys/v4l/v4l-overlay_calls.c:
9283         * sys/v4l/v4l_calls.h:
9284         * sys/v4l2/Makefile.am:
9285         * sys/v4l2/gstv4l2.c: (plugin_init):
9286         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9287         (gst_v4l2element_init), (gst_v4l2element_dispose),
9288         (gst_v4l2element_change_state):
9289         * sys/v4l2/gstv4l2element.h:
9290         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9291         (gst_v4l2_xoverlay_close), (idle_refresh),
9292         (gst_v4l2_xoverlay_set_xwindow_id):
9293         * sys/v4l2/gstv4l2xoverlay.h:
9294         * sys/v4l2/v4l2-overlay_calls.c:
9295         * sys/v4l2/v4l2_calls.h:
9296           Remove client-side overlay handling, use the X-server v4l plugin
9297           for that. Nicer overlay, less code. Also make the plugin
9298           compileable without X (but then without overlay, obviously).
9299           Makes xwindowlistener obsolete, should we remove that?
9300
9301 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9302
9303         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
9304         (gst_osssrc_src_query):
9305         * sys/oss/gstosssrc.h:
9306           OK, so people want offset in DEFAULT. This time, actually fix all
9307           cases.
9308         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9309           Add FPS properly.
9310
9311 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9312
9313         * gst/asfdemux/gstasfmux.c:
9314         * gst/avi/gstavimux.c:
9315           Framerate.
9316
9317 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9318
9319         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
9320           Fix properties (channel, norm, frequency).
9321
9322 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9323
9324         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
9325           Flag typo.
9326         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
9327           No warnings.
9328
9329 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9330
9331         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
9332           Fix hang.
9333
9334 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9335
9336         * sys/v4l2/gstv4l2element.h:
9337           Yet Another Hack (tm) for kernel header borkedness.
9338         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9339         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
9340         (gst_v4l2src_link), (gst_v4l2src_getcaps),
9341         (gst_v4l2src_change_state):
9342         * sys/v4l2/gstv4l2src.h:
9343         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
9344         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
9345           Fix caps, keep track of state, work.
9346
9347 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9348
9349         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9350           Quiet.
9351
9352 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9353
9354         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9355           Don't mix bytes and samples.
9356
9357 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9358
9359         * ext/ogg/gstoggmux.c:
9360           Basic pad template which accepts OGM tracks, speex, flac, vorbis
9361           and theora. Any is incorrect.
9362         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
9363           Fix caps.
9364         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9365         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9366         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
9367         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
9368         * sys/v4l/gstv4lmjpegsrc.h:
9369         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9370         (gst_v4lsrc_change_state):
9371         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
9372         (gst_v4lmjpegsrc_capture_stop):
9373           Fix caps. Keep track of internal state. Work.
9374
9375 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9376
9377         * ext/Makefile.am:
9378           Fix the build fixes.
9379
9380 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9381
9382         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9383         (gst_ogg_demux_src_event), (_find_chain_seek),
9384         (gst_ogg_pad_push):
9385           Check for pad availability before using it.
9386         * ext/ogg/gstoggdemux.c: (_find_chain_process):
9387           Fix parsing of chained ogg. Needs more work on the decoder side.
9388
9389 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9390
9391         * gst/spectrum/Makefile.am:
9392         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
9393         (idle_func):
9394           Fix demo and reenable it. Yes, I'm currently playing with audio
9395           analysis tools
9396
9397 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9398
9399         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9400           We love it if files that start at zero work too...
9401
9402 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9403
9404         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9405           Handle files with missing EOS headers.
9406
9407 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9408
9409         * gst/tcp/gsttcpserversink.c:
9410         (gst_tcpserversink_handle_server_read),
9411         (gst_tcpserversink_init_send):
9412         Zero some variables first (need for accept not to return EINVAL)
9413
9414 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9415
9416         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9417         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9418         * ext/theora/theoradec.c: (theora_dec_sink_convert),
9419         (theora_dec_chain):
9420         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
9421         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
9422           Seeking and querying finetune.
9423
9424 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9425
9426         * configure.ac:
9427         * ext/Makefile.am:
9428         * ext/raw1394/Makefile.am:
9429           fix the build
9430
9431 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9432
9433         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9434           Wrong return.
9435         * gst/playback/Makefile.am:
9436         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9437         * gst/playback/gstplay-marshal.list:
9438         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9439           Fix marshallers.
9440
9441 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9442
9443         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
9444           Silence.
9445
9446 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9447
9448         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9449         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9450         (gst_ogg_pad_push):
9451           Yay for non-lineair granulepos in theora.
9452
9453 2004-10-18  Wim Taymans  <wim@fluendo.com>
9454
9455         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
9456         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9457         * ext/dv/gstdvdec.h:
9458         Make sure we renegotiate aspect ratio when the camera switches.
9459
9460 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9461
9462         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9463         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9464           Start at zero.
9465         * ext/theora/theoradec.c: (theora_dec_chain):
9466           Skip headers. Bad idea for chained ogg, but fixes seeking.
9467
9468 2004-10-18  Wim Taymans  <wim@fluendo.com>
9469
9470         * configure.ac:
9471         I swear, this is the last time I touch this.
9472
9473 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9474
9475         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9476         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9477         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
9478           Faster seeking.
9479         * ext/theora/theoradec.c: (theora_dec_sink_convert):
9480           Time-to-default conversion.
9481         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9482           Don't error on unknown packets, just skip. We should probably
9483           read them if we want to support chained ogg.
9484
9485 2004-10-18  Wim Taymans  <wim@fluendo.com>
9486
9487         * configure.ac:
9488         Added cdaudio to wrong list.
9489
9490 2004-10-18  Wim Taymans  <wim@fluendo.com>
9491
9492         * configure.ac:
9493         Revive cdaudio.
9494
9495 2004-10-18  Wim Taymans  <wim@fluendo.com>
9496
9497         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9498         (gst_dvdec_video_link), (gst_dvdec_push):
9499         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
9500         (gst_smokeenc_resync), (gst_smokeenc_chain):
9501         Fix mimetype on smoke encoder.
9502         Add aspect ratio to dvdec. Not sure if these
9503         values are correct though....
9504
9505 2004-10-18  Wim Taymans  <wim@fluendo.com>
9506
9507         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
9508         Fix vorbis property descriptions and ranges.
9509
9510 2004-10-18  Wim Taymans  <wim@fluendo.com>
9511
9512         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9513         Really do nothing when no data is available.
9514         Go to the playing state when the stream is not seekable
9515         instead of failing.
9516
9517 2004-10-18  Wim Taymans  <wim@fluendo.com>
9518
9519         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
9520         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
9521         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
9522         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
9523         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
9524         Added uri handler for cd://
9525         Port to new API.
9526
9527 2004-10-18  Wim Taymans  <wim@fluendo.com>
9528
9529         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9530         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
9531         (try_to_link_1), (no_more_pads), (close_link), (type_found):
9532         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
9533         (remove_prerolls), (unknown_type), (add_element_stream),
9534         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
9535         (gst_play_base_bin_remove_element),
9536         (gst_play_base_bin_link_stream):
9537         * gst/playback/gstplaybin.c: (gen_video_element),
9538         (gen_vis_element), (remove_sinks), (setup_sinks):
9539         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
9540         (gst_stream_info_get_type), (gst_stream_info_class_init),
9541         (gst_stream_info_init), (gst_stream_info_new),
9542         (gst_stream_info_dispose), (stream_info_mute_pad),
9543         (gst_stream_info_set_property), (gst_stream_info_get_property):
9544         * gst/playback/gststreaminfo.h:
9545         Add sink padtemplate to decodebin.
9546         Added some more comments.
9547         Make queue size configurable in playbasebin.
9548         Added possibility to use elements as sinks (ex cdaudio).
9549
9550 2004-10-15  Wim Taymans  <wim@fluendo.com>
9551
9552         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
9553         (gst_speexenc_chain):
9554         Fix speex timestamps so that it gets muxed properly.
9555
9556 2004-10-15  Wim Taymans  <wim@fluendo.com>
9557
9558         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
9559         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
9560         (gst_dv1394src_init), (gst_dv1394src_dispose),
9561         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
9562         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
9563         (gst_dv1394src_event), (gst_dv1394src_get_formats),
9564         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
9565         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
9566         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
9567         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
9568         * ext/raw1394/gstdv1394src.h:
9569         Added conversion/query functions.
9570         Update buffer timestamps,
9571         Added signals.
9572         Added uri dv:// so it might play from the firewire in playbin.
9573         Fix a possible leak.
9574         Added debugging.
9575
9576 2004-10-15  Wim Taymans  <wim@fluendo.com>
9577
9578         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
9579         (gst_dv1394src_init), (gst_dv1394src_set_property),
9580         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
9581         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
9582         * ext/raw1394/gstdv1394src.h:
9583         Added AV/C VTR control support needed for some cameras.
9584         Added automatic port detection.
9585         Added properties for selecting the channel.
9586         The configure.ac script is not yet updated to reflect the
9587         new libavc1394 and librom1394 dependencies.
9588
9589 2004-10-15  Wim Taymans  <wim@fluendo.com>
9590
9591         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9592         (qtdemux_parse), (gst_qtdemux_handle_esds):
9593         An esds box is not a container.
9594         Fix parsing of mp4v boxes.
9595         Do not try to renegotiate fps for each frame. Need to
9596         find a better method. This should fix mp4 playback.
9597
9598 2004-10-14  David Schleef  <ds@schleef.org>
9599
9600         * configure.ac: update for swfdec-0.3 and liboil-0.2
9601         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
9602         * ext/swfdec/gstswfdec.h: same
9603         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
9604         * gst/videotestsrc/videotestsrc.c: same
9605
9606 2004-10-14  Wim Taymans  <wim@fluendo.com>
9607
9608         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9609         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
9610         (is_sync_frame), (gst_multifdsink_new_client),
9611         (gst_multifdsink_handle_client_write),
9612         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9613         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
9614         Turn warnings into info.
9615         Don't allow a state change in the streaming thread.
9616
9617 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9618
9619         * ext/vorbis/oggvorbisenc.c:
9620         * ext/vorbis/vorbisdec.c:
9621           fix template sample rate
9622
9623 2004-10-13  Wim Taymans  <wim@fluendo.com>
9624
9625         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9626         Decoding the header first fixes some problems in resyncing
9627         in more mp3s.
9628
9629 2004-10-12  Wim Taymans  <wim@fluendo.com>
9630
9631         * gst/playback/gstplaybin.c: (gen_video_element),
9632         (gen_vis_element), (remove_sinks), (setup_sinks):
9633         Added vis plugin support, need to configure the vis
9634         element to activate it.
9635
9636 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9637
9638         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
9639         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9640           Some debug.
9641         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9642         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
9643         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
9644         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
9645         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
9646         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
9647         * gst/avi/gstavidemux.h:
9648           Support for openDML-2.0 indx/ix## chunks. Support for broken index
9649           recovery (where, if part of the index is broken, we will still read
9650           the rest of the index and recover the broken part by stream
9651           scanning). More broken media support. EOS workarounds. General AVI
9652           braindamage headache recovery. Aspirin included.
9653
9654 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9655
9656         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
9657         (cdparanoia_event), (cdparanoia_query):
9658           Get rid of hideous lead-in.
9659
9660 2004-10-11  Wim Taymans  <wim@fluendo.com>
9661
9662         * gst/playback/gstplaybasebin.c: (setup_source):
9663         Wrong var used to get g_list_next.
9664
9665 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9666
9667         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9668         (cdparanoia_get), (cdparanoia_open):
9669           Report discid as metadata, add duration.
9670
9671 2004-10-11  Wim Taymans  <wim@fluendo.com>
9672
9673         * gst/playback/gstplaybasebin.c: (setup_source):
9674         Cleanup the previous pipeline a little earlier for the
9675         case that a source element provides raw data.
9676
9677 2004-10-11  Benjamin Otte  <otte@gnome.org>
9678
9679         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9680           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
9681           consuming the last 128 bytes, even though it was valid mp3 data.
9682
9683 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9684
9685         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
9686         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
9687         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
9688         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
9689
9690 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9691
9692         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
9693         Fix for webcams that support only specific width or height
9694
9695 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9696
9697         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9698
9699         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
9700           Fix wrong discont event setup (fixes #154967).
9701
9702 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
9703
9704         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9705
9706         * gst/auparse/gstauparse.c: (gst_auparse_chain):
9707           Error out on invalid data (fixes #154807).
9708
9709 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9710
9711         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9712
9713         * ext/dvdread/dvdreadsrc.c: (_read):
9714           Make titles > 0 work again (fixes #154834).
9715
9716 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9717
9718         * gst-libs/gst/riff/riff-media.c:
9719         (gst_riff_create_video_template_caps):
9720           WMV3 missing in template caps.
9721
9722 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9723
9724         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9725           OK, so the original code was too strict. It makes random AVI files
9726           hang for seconds upon opening, which is unacceptable and is far
9727           beyond the original goal of getting multiple chunks for one-chunk
9728           sounc stream files. So now do just that.
9729
9730 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9731
9732         * gst/playback/gstplaybasebin.c: (setup_source),
9733         (gst_play_base_bin_change_state):
9734           Actually clean up streaminfo if output fails. This would trigger
9735           if, for example, there was no CD in the drive. No preroll, so
9736           a streaminfo structure is created, but the subsequent state change
9737           of the thread fails.
9738         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
9739           Don't change state if parent failed.
9740
9741 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9742
9743         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9744         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
9745         (gen_video_element), (remove_sinks):
9746           Add small bits of code for screenshot handling.
9747
9748 2004-10-08  Wim Taymans  <wim@fluendo.com>
9749
9750         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
9751         (gen_video_element), (gen_audio_element), (setup_sinks):
9752         Don't assume the user provided sinks are named "sink"...
9753
9754 2004-10-08  Wim Taymans  <wim@fluendo.com>
9755
9756         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
9757         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
9758         (gst_play_base_bin_link_stream):
9759         Do not try to autoplug sources that generate raw streams like
9760         cdparanoia.
9761         disconnect the preroll overrun signal when we don't need it anymore.
9762
9763 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
9764
9765         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
9766         Added reworked patch from #154903 from milosz derezynski (deadchip).
9767
9768 2004-10-08  Wim Taymans  <wim@fluendo.com>
9769
9770         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
9771         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
9772         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
9773         (cdparanoia_convert), (cdparanoia_uri_get_type),
9774         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
9775         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
9776         * ext/cdparanoia/gstcdparanoia.h:
9777         This adds the cdda://<tracknum> uri.
9778
9779 2004-10-08  Wim Taymans  <wim@fluendo.com>
9780
9781         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9782         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
9783         (try_to_link_1), (no_more_pads), (close_link), (type_found):
9784         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9785         (unknown_type), (gst_play_base_bin_remove_element),
9786         (gst_play_base_bin_link_stream):
9787         * gst/playback/gstplaybasebin.h:
9788         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9789         (gst_play_bin_set_property), (gen_video_element),
9790         (gen_audio_element), (setup_sinks):
9791         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
9792         (gst_stream_info_get_type), (gst_stream_info_class_init),
9793         (gst_stream_info_init), (gst_stream_info_new),
9794         (gst_stream_info_dispose), (stream_info_mute_pad),
9795         (gst_stream_info_set_property), (gst_stream_info_get_property):
9796         * gst/playback/gststreaminfo.h:
9797         Reuse the audio and video bins.
9798         Some internal cleanups in the stream selection code.
9799
9800 2004-10-08  Julien MOUTTE  <julien@moutte.net>
9801
9802         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
9803         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
9804         * sys/ximage/ximagesink.h:
9805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9806         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
9807         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
9808         not coming from those elements. Moreover these elements should not keep
9809         the xid they have been given when in NULL state.
9810
9811 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9812
9813         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
9814         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
9815         * sys/ximage/ximagesink.h:
9816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9817         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
9818         * sys/xvimage/xvimagesink.h:
9819           Actually only create a new toplevel window if we're not gonna
9820           embed it right after.
9821
9822 2004-10-07  Wim Taymans  <wim@fluendo.com>
9823
9824         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
9825         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
9826         * gst/playback/gstplaybin.c: (setup_sinks):
9827         Implement muting/unmuting of streams, mute streams that are not
9828         used.
9829
9830 2004-10-07  Wim Taymans  <wim@fluendo.com>
9831
9832         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
9833         (plugin_init):
9834         Added lame audio/x-ac3 typefind function.
9835
9836 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9837
9838         * configure.ac:
9839           bump nano to cvs
9840
9841 === release 0.8.5 ===
9842
9843 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9844
9845         * NEWS:
9846         * RELEASE:
9847         * configure.ac:
9848           releasing 0.8.5, "Take You On"
9849
9850 2004-10-06  Wim Taymans  <wim@fluendo.com>
9851
9852         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9853         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
9854         (no_more_pads), (close_link), (type_found):
9855         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
9856         * gst/playback/gstplaybin.c: (gen_video_element):
9857         Do not signal the no_more_pads after the first pad when
9858         we are plugging a non dynamic element with multiple
9859         output pads (like swfdec, dvdec, ...).
9860
9861 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9862
9863         * configure.ac:
9864           bump for prerelease
9865
9866 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9867
9868         * gst/wavparse/gstwavparse.c:
9869           add ATRAC3 to STATIC CAPS to fix a warning
9870
9871         * gst/matroska/ebml-read.c:
9872         * gst-libs/gst/riff/riff-read.c:
9873           fix typos
9874
9875 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9876
9877         * gst-libs/gst/riff/riff-media.c:
9878           generate caps for ATRAC3 audio streams
9879
9880         * gst/realmedia/rmdemux.c:
9881           generate caps for ATRAC3 audio streams
9882
9883 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9884
9885         * gst/wavparse/Makefile.am
9886         * gst/wavparse/riff.h
9887         * gst/wavparse/wavparse.vcproj
9888           riff.h removal (unused and duplication with riff-ids.h)
9889
9890 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9891
9892         * gst/wavparse/gstwavparse.h
9893           remove duplicated defines for audio codec codes
9894
9895         * gst-libs/gst/riff/riff-ids.h
9896         * gst/wavenc/riff.h:
9897           add "4CC" code for ATRAC3 audio streams
9898           add "4CC" code for ITU_G721_ADPCM (unused for now)
9899
9900 2004-10-06  Wim Taymans  <wim@fluendo.com>
9901
9902         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
9903         Actually _do_ negotiation. Pass gdouble as arg instead
9904         of guint64 for the framerate.
9905
9906 2004-10-06  Wim Taymans  <wim@fluendo.com>
9907
9908         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9909         (find_compatibles), (close_pad_link), (try_to_link_1),
9910         (no_more_pads), (close_link), (type_found):
9911         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
9912         * gst/playback/gstplaybin.c: (gen_video_element),
9913         (gen_audio_element):
9914         Set state on newly added element to READY so that negotiation
9915         can happen ASAP.
9916         Addes some more debug info.
9917         Do not try to plug pads with multiple caps structures or ANY
9918         because it is too dangerous since we do not do dynamic
9919         replugging.
9920
9921 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9922
9923         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
9924
9925         * po/LINGUAS:
9926         * po/or.po:
9927           add Oriya translation
9928
9929 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9930
9931         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9932           Prevent overwrite of size member. Makes audio sound crappy.
9933
9934 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9935
9936         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9937         Add rmvb to the list of known RealMedia extensions
9938
9939 2004-10-05  Wim Taymans  <wim@fluendo.com>
9940
9941         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
9942         (mngdec_openstream), (mngdec_closestream),
9943         (mngdec_handle_sink_event), (mngdec_readdata),
9944         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
9945         (mngdec_getcanvasline), (mngdec_refresh),
9946         (gst_mngdec_change_state):
9947         Set the framerate correctly.
9948
9949 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9950
9951         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9952           There was something wrong with the index massaging.
9953
9954 2004-10-04  Wim Taymans  <wim@fluendo.com>
9955
9956         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
9957         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
9958         (gst_smokedec_chain):
9959         * ext/jpeg/gstsmokedec.h:
9960         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
9961         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
9962         * ext/jpeg/gstsmokeenc.h:
9963         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
9964         (smokecodec_decode_new), (smokecodec_info_free),
9965         (smokecodec_set_quality), (smokecodec_get_quality),
9966         (smokecodec_set_threshold), (smokecodec_get_threshold),
9967         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
9968         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
9969         (smokecodec_encode), (smokecodec_parse_id),
9970         (smokecodec_parse_header), (smokecodec_decode):
9971         * ext/jpeg/smokecodec.h:
9972         * ext/jpeg/smokeformat.h:
9973         Updated smoke, new bitstream, allows embedding in ogg.
9974
9975 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9976
9977         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
9978           Fix seeking in some files. All this code is no longer needed (and
9979           actually breaks stuff) because we now synchronize the full index
9980           right when reading the header.
9981
9982 2004-10-04  Wim Taymans  <wim@fluendo.com>
9983
9984         * configure.ac:
9985         configure update for libmng.
9986
9987 2004-10-04  Wim Taymans  <wim@fluendo.com>
9988
9989         * ext/libmng/Makefile.am:
9990         * ext/libmng/gstmng.c: (plugin_init):
9991         * ext/libmng/gstmng.h:
9992         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
9993         (gst_mngdec_base_init), (gst_mngdec_class_init),
9994         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
9995         (gst_mngdec_loop), (gst_mngdec_get_property),
9996         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
9997         (mngdec_closestream), (mngdec_handle_sink_event),
9998         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
9999         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10000         (gst_mngdec_change_state):
10001         * ext/libmng/gstmngdec.h:
10002         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10003         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10004         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10005         (gst_mngenc_chain), (gst_mngenc_get_property),
10006         (gst_mngenc_set_property):
10007         * ext/libmng/gstmngenc.h:
10008         Added basic MNG decoder. Needs more work. The encoder does
10009         not work yet.
10010
10011 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10012
10013         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10014         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10015         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10016           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10017           no-more-pads.
10018
10019 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10020
10021         * configure.ac:
10022           you need at least 1.0.4 of speex
10023
10024 2004-10-04 Iain <iaingnome@gmail.com>
10025
10026         * ext/speex/gstspeexdec.h: Revert the includes changes.
10027
10028         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10029
10030 2004-09-30 Iain <iaingnome@gmail.com>
10031
10032         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10033         found during init or set as a property instead of hardcoding /dev/audio
10034
10035 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10036
10037         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10038         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10039         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10040         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10041         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10042         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10043         (gst_rmdemux_dump_data):
10044           Use debug category, fix EOS handling. filesrc ! rmdemux now
10045           works.
10046
10047 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10048
10049         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10050         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10051         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10052           Improve allocation, cutting and sorting of the index. How takes a
10053           few seconds instead of minutes.
10054
10055 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10056
10057         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10058           fixed compilation
10059
10060 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10061
10062         * gst-libs/gst/riff/riff-media.c:
10063         (gst_riff_create_video_caps_with_data),
10064         (gst_riff_create_video_template_caps):
10065           Add wing commander format mimetype/fourccs.
10066         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10067           Don't crash if some value is 0.
10068
10069 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10070
10071         * gst-libs/gst/riff/riff-media.c:
10072         (gst_riff_create_video_caps_with_data),
10073         (gst_riff_create_video_template_caps):
10074           Add DIB fourcc (raw, palettized 8-bit RGB).
10075         * gst-libs/gst/riff/riff-read.c:
10076         (gst_riff_read_strf_vids_with_data):
10077           Oops, fix strf_data reading bug.
10078         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10079           Use a non-NULL tag.
10080         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10081           Time for hacks. Sorry Dave. At least one quicktime movie (a
10082           trailer) that I've encountered contains multiple video tracks.
10083           One of those is the actual video track, the other are one-frame
10084           tracks (images). Unfortunately, the number of frames according
10085           to the trak header is 1 for each, so that doesn't help. So
10086           instead, I look at the duration and discard tracks with a
10087           duration shorter than 20% of the length of the stream. Better
10088           than nothing.
10089
10090 2004-10-01  Christian Schaller <christian@fluendo.com>
10091
10092         * ext/ivorbis/vorbis.c:
10093           Patch from Phil Blundell (Bug 152341)
10094
10095 2004-10-01  Wim Taymans  <wim@fluendo.com>
10096
10097         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10098         (speex_dec_get_formats), (speex_dec_convert),
10099         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10100         (speex_dec_chain), (gst_speexdec_get_property),
10101         (gst_speexdec_set_property):
10102         Small cleanups.
10103
10104 2004-10-01  Wim Taymans  <wim@fluendo.com>
10105
10106         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10107         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10108         (gst_wavparse_other), (gst_wavparse_loop),
10109         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10110         (gst_wavparse_srcpad_event):
10111         * gst/wavparse/gstwavparse.h:
10112         Added some more debugging info.
10113         Fix the case where the length of the file is 0.
10114         Make sure we seek to sample borders.
10115
10116 2004-10-01  Wim Taymans  <wim@fluendo.com>
10117
10118         * gst/playback/README:
10119         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10120         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10121         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10122         Add some debug info to decodebin, update README
10123
10124 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10125
10126         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10127           Don't use g_print(); use GST_DEBUG().
10128
10129 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10130
10131         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10132         (gst_ogg_mux_queue_pads):
10133           Handle EOS properly.
10134
10135 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10136
10137         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10138
10139         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10140         (gst_faad_chain), (gst_faad_change_state):
10141         * ext/faad/gstfaad.h:
10142           Allow playback of raw (unframed) MPEG AAC files (#148993).
10143
10144 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10145
10146         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10147
10148         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10149           Throw error if we didn't recognize the stream. Fixes #152289.
10150
10151 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10152
10153         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10154           Fix negotiation.
10155
10156 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10157
10158         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10159
10160         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10161           Fix memleak.
10162
10163 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10164
10165         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10166
10167         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10168           Solve #152805.
10169         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10170           Solve 152806.
10171
10172 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10173
10174         * gst-libs/gst/riff/riff-media.c:
10175         (gst_riff_create_video_caps_with_data),
10176         (gst_riff_create_audio_caps_with_data):
10177           Add codec_data handling (like asfdemux used to do).
10178         * gst/asfdemux/gstasf.c: (plugin_init):
10179         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10180         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10181           Use riff-media for caps creation instead of our own (mostly
10182           broken) copy of its functions.
10183
10184 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10185
10186         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10187           Don't actually error out if we get another return value than
10188           -EINVAL. Opposite to what I first thought, drivers have random
10189           return values for this, although -EINVAL is the expected return
10190           value. Since this is not fatal, we shouldn't use
10191           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10192
10193 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10194
10195         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10196         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10197         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10198         (dvdreadsrc_get), (dvdreadsrc_open_file),
10199         (dvdreadsrc_change_state):
10200           Fix. Don't do one big huge loop around the whole DVD, that will
10201           cache all data and thus eat sizeof(dvd) (several GB) before we
10202           see something.
10203         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10204           Actually NULL'ify event after using it.
10205         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10206         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10207         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10208         (gst_ebml_read_seek), (gst_ebml_read_skip):
10209           Handle events.
10210         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10211         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10212         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10213           Fix timing (this will probably break if I seek using menus, but
10214           I didn't get there yet). VOBs and normal DVDs should now work.
10215           Add a mpeg2-only pad with high rank so this get autoplugged for
10216           MPEG-2 movies.
10217         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10218         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10219         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10220         (gst_mpeg_demux_get_audio_stream),
10221         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10222         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10223           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10224           MPEG-1 but use dvddemux for MPEG-2.
10225         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10226         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10227         (gst_mpeg_parse_parse_packhead):
10228           Timing. Only add pad template if it exists. Add sink template from
10229           class and not from ourselves. This means we will always use the
10230           correct sink template even if it is not the one defined in this
10231           file.
10232
10233 2004-09-29  Wim Taymans  <wim@fluendo.com>
10234
10235         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10236         (gst_mpeg_demux_parse_pes):
10237         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10238         Fix playback of mpeg again, timestamps where screwed up by
10239         patch 1.61.
10240
10241 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10242
10243         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10244           Only return true if we actually filled something in. Prevents
10245           player applications from showing a random length for flac files.
10246         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10247         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10248         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10249         (gst_riff_read_strf_vids_with_data),
10250         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10251           OK, ok, so I implemented event handling. Apparently it's normal
10252           that we receive random events at random points without asking
10253           for it.
10254         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10255         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10256         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10257         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10258         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10259         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10260         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10261         * gst/avi/gstavidemux.h:
10262           Implement non-lineair chunk handling and subchunk processing.
10263           The first solves playback of AVI files where the audio and video
10264           data of individual buffers that we read are not synchronized.
10265           This should not happen according to the wonderful AVI specs, but
10266           of course it does happen in reality. It is also a prerequisite for
10267           the second. Subchunk processing allows us to cut chunks in small
10268           pieces and process each of these pieces separately. This is
10269           required because I've seen several AVI files with incredibly large
10270           audio chunks, even some files with only one audio chunk for the
10271           whole file. This allows for proper playback including seeking.
10272           This patch is supposed to fix all AVI A/V sync issues.
10273         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10274         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10275           Work.
10276         * gst/modplug/gstmodplug.cc:
10277           Proper return value setting for the query() function.
10278         * gst/playback/gstplaybasebin.c: (setup_source):
10279           Being in non-playing state (after, e.g., EOS) is not necessarily
10280           a bad thing. Allow for that. This fixes playback of short files.
10281           They don't actually playback fully now, because the clock already
10282           runs. This means that small files (<500kB) with a small length
10283           (<2sec) will still not or barely play. Other files, such as mod
10284           or flx, will work correctly, however.
10285
10286 2004-09-28  Wim Taymans  <wim@fluendo.com>
10287
10288         * ext/speex/gstspeex.c: (plugin_init):
10289         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10290         (gst_speex_dec_class_init), (speex_dec_get_formats),
10291         (speex_get_event_masks), (speex_get_query_types),
10292         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10293         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10294         (gst_speexdec_get_property), (gst_speexdec_set_property),
10295         (speex_dec_change_state):
10296         * ext/speex/gstspeexdec.h:
10297         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10298         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10299         (gst_speexenc_base_init), (gst_speexenc_class_init),
10300         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
10301         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
10302         (gst_speexenc_src_query), (gst_speexenc_init),
10303         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
10304         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
10305         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
10306         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
10307         (gst_speexenc_chain), (gst_speexenc_get_property),
10308         (gst_speexenc_set_property), (gst_speexenc_change_state):
10309         * ext/speex/gstspeexenc.h:
10310         Rewrote speex encoder, make sure it can be embedded in ogg.
10311         Implemented speex decoder.
10312
10313 2004-09-28  Christian Schaller <christian@fluendo.com>
10314
10315         * configure.ac:
10316         Remove kioslave plugin. Markey is brewing a new working one
10317         * ext/Makefile.am: Remove kioslave plugin
10318         * ext/kio: remove
10319         * gst-plugins.spec.in: remove kio plugin from spec
10320
10321 2004-09-27  Wim Taymans  <wim@fluendo.com>
10322
10323         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10324         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10325         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
10326         (gst_multifdsink_new_client),
10327         (gst_multifdsink_handle_client_write),
10328         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10329         (gst_multifdsink_handle_clients):
10330         * gst/tcp/gstmultifdsink.h:
10331         Make syncing to keyframes actually work for new clients and lagging
10332         clients.
10333
10334 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10335
10336         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
10337         (gst_navigationtest_handle_src_event), (draw_box_planar411),
10338         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
10339         * gst/debug/gstnavigationtest.h:
10340           make navigationtest display button-press and button-release events
10341
10342 2004-09-26 Iain <iaingnome@gmail.com>
10343
10344         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
10345         the channels have received a new media event.
10346         (interleave_buffered_loop): Compresses a new media event on all
10347         channels into one.
10348
10349 2004-09-26 Iain <iaingnome@gmail.com>
10350
10351         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
10352         call the sinkpad's default event handler and not the srcpads. He also
10353         says this is confusing :)
10354         (gst_wavenc_stop_file): Company says that seek events only go upstream
10355         we should send a discontinuous downstream instead.
10356
10357 2004-09-25  Christian Schaller <christian@fluendo.com>
10358
10359         * Update SPEC file to be usable in conjunction with Fedora Core,
10360           Fedora.us and freshrpms packages
10361         * Fix typo in multifilesrc test Makefile
10362
10363 2004-09-24  Wim Taymans  <wim@fluendo.com>
10364
10365         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10366         Only signal the no_more_pads signal when we have
10367         added the stream to our list.
10368
10369 2004-09-24  Wim Taymans  <wim@fluendo.com>
10370
10371         * gst/playback/gstplaybasebin.c: (remove_prerolls),
10372         (new_decoded_pad):
10373         * gst/playback/gstplaybasebin.h:
10374         * gst/playback/gstplaybin.c: (setup_sinks):
10375         Don't try to preroll or decode more than one audio/video
10376         track.
10377
10378 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10379
10380         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10381           Throw error if we failed to find a suitable output. This should
10382           throw an error if we successfully set up a pipeline (e.g. because
10383           we recognized a media file) but found no decodable streams in it
10384           (e.g. because it contains only media stream types for which we
10385           have no decoders, or because it's not a media type).
10386
10387 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10388
10389         * ext/dirac/Makefile.am:
10390         * ext/dirac/gstdirac.cc:
10391         * ext/dirac/gstdiracdec.cc:
10392         * ext/dirac/gstdiracdec.h:
10393           Do something. Don't actually know if this works because I don't
10394           have a demuxer yet.
10395         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
10396           Add channels=1 to caps returned from _getcaps().
10397         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
10398         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
10399         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
10400         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10401         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
10402         (gst_ogm_parse_change_state):
10403           Separate between audio/video so ogmaudioparse actually uses the
10404           audio pad templates. Both audio and video work now, including
10405           autoplugging. Also use sometimes-srcpad hack.
10406         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10407           Handle events better. Don't hang on infinite loops.
10408         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10409         (gst_avi_demux_init), (gst_avi_demux_reset),
10410         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10411         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
10412         (gst_avi_demux_change_state):
10413         * gst/avi/gstavidemux.h:
10414           Improve A/V sync. Still not perfect.
10415         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
10416         (gst_ebml_read_skip):
10417           Handle events better.
10418         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10419         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
10420         (qtdemux_audio_caps):
10421           Add IMA4. Improve event handling. Save offset after a seek when
10422           the headers are at the end of the file so that we don't end up in
10423           an infinite loop.
10424         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10425           Add low-priority typefind support for files with no length.
10426
10427 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10428
10429         * testsuite/multifilesink/Makefile.am:
10430         fix typo
10431
10432 2004-09-22  Julien MOUTTE  <julien@moutte.net>
10433
10434         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
10436         mistakes from thaytan's patches.
10437
10438 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10439
10440         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10441           For completeness, XSync in the destroy function as xvimage does.
10442
10443 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10444
10445         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
10446            Correct caps negotiation
10447         * gst/volume/gstvolume.c: (volume_chain_float),
10448         (volume_chain_int16):
10449            Modify debug output to be little more informative
10450         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10452         (gst_xvimagesink_xvimage_destroy):
10453           Add XSync calls after detaching from the shared memory segment to
10454           avoid a crash.
10455
10456 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10457
10458         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10459         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
10460         * ext/vorbis/vorbis.c: (plugin_init):
10461         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10462         (gst_vorbisenc_chain):
10463         * ext/vorbis/vorbisenc.h:
10464         remove explicit newmedia support from oggmux and vorbisenc
10465         add debug category to vorbisenc
10466         * gst/multifilesink/gstmultifilesink.c:
10467         (gst_multifilesink_class_init), (gst_multifilesink_init),
10468         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
10469         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
10470         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
10471         (plugin_init):
10472         * gst/multifilesink/gstmultifilesink.h:
10473         add support for streamheader in multifilesink
10474
10475 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10476
10477         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
10478         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
10479         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
10480           Prevent infinite loops. More correct error reporting.
10481         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10482           Error out if negotiation fails.
10483         * gst/playback/gstplaybasebin.c: (setup_source),
10484         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
10485         (gst_play_base_bin_found_tag):
10486           Error/tag forwarding. Pre-roll fixes for source errors on state
10487           changes (e.g. "file does not exist") to prevent hangs.
10488
10489 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10490
10491         * testsuite/multifilesink/Makefile.am:
10492         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
10493         (gst_newmedia_class_init), (gst_newmedia_init),
10494         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10495         (newfile_signal), (test_signal), (main):
10496         * testsuite/multifilesink/multifilesrc_test.c: (main):
10497         * testsuite/multifilesink/oggtheora_test.c:
10498         (gst_newmedia_base_init), (gst_newmedia_class_init),
10499         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10500         (test_format), (newfile_signal), (test_signal), (main):
10501         * testsuite/multifilesink/oggvorbis_test.c:
10502         (gst_newmedia_base_init), (gst_newmedia_class_init),
10503         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10504         (test_format), (newfile_signal), (test_signal), (main):
10505         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
10506         (gst_newmedia_class_init), (gst_newmedia_init),
10507         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10508         (newfile_signal), (test_signal), (main):
10509         New media tests
10510
10511 2004-09-20  Christian Schaller <christian@fluendo.com>
10512
10513         * Fix mikmod license to LGPL as they have relicensed
10514         * Move Dirac and Effectv into LGPL section of README_license
10515
10516 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10517
10518         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
10519         (gst_mad_change_state):
10520           Allow for mp3 rate/channels changes. However, only very
10521           conservatively. Reason that we *have* to enable this is smiply
10522           because the mad find_sync() function is not good enough, it will
10523           regularly sync on random data as valid frames and therefore make
10524           us provide random caps as *final* caps of the stream. The best fix
10525           I could think of is to simply require several of the same stream
10526           changes in a row before we change caps.
10527           The actual testcase that works now is #
10528         * ext/ogg/Makefile.am:
10529         * ext/ogg/gstogg.c: (plugin_init):
10530         * ext/ogg/gstogmparse.c:
10531           OGM support (video only for now; I need an audio sample file).
10532         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10533         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
10534         (gst_asf_demux_add_video_stream):
10535           WMV extradata.
10536         * gst/playback/gstplaybasebin.c: (unknown_type):
10537           Don't error out on single unknown-types after all. It's wrong.
10538           If we found type of video and audio but not of a subtitle stream,
10539           it will still error out (which is unwanted). Will find a better fix
10540           later on.
10541         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
10542         (ogmaudio_type_find), (plugin_init):
10543           OGM support.
10544
10545 2004-09-20  Johan Dahlin  <johan@gnome.org>
10546
10547         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
10548         after setting caps.
10549
10550 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10551
10552         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
10553         * gst/wavenc/gstwavenc.h:
10554         Added newmedia support to wavenc
10555
10556 2004-09-17  Wim Taymans  <wim@fluendo.com>
10557
10558         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
10559         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
10560         (gst_fdset_fd_can_write), (gst_fdset_wait):
10561         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
10562         (gst_multifdsink_init), (gst_multifdsink_add),
10563         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
10564         (gst_multifdsink_remove_client_link),
10565         (gst_multifdsink_client_queue_buffer),
10566         (gst_multifdsink_handle_client_write),
10567         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
10568         (gst_multifdsink_close), (gst_multifdsink_change_state):
10569         * gst/tcp/gstmultifdsink.h:
10570         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10571         (gst_tcpserversink_removed):
10572         Small cleanups in fdset.c
10573         Use a hastable to map fd to the client structure for faster
10574         lookup in _remove and get_stats.
10575         Added virtual function to close the fds.
10576         Handle clients even when the select/poll call was unblocked because
10577         of a command.
10578         Implement syncing to keyframe in the recovery procedure.
10579
10580 2004-09-16 Iain <iaingnome@gmail.com>
10581
10582         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
10583         try caps.
10584
10585 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10586
10587         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
10588           Caps are only set if the type of the stream is unknown, but this
10589           is initialized in ->init_stream(), so set to UNKNOWN after calling
10590           ->init_stream() so that capsnego starts.
10591
10592 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10593
10594         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10595         (gst_avi_demux_stream_data):
10596           Just hardcode for raw audio then. AVI audio sucks.
10597
10598 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
10599
10600         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
10601         * gst/matroska/matroska-mux.c: (audiosink_templ),
10602         (gst_matroska_mux_audio_pad_link):
10603         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
10604         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
10605
10606 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10607
10608         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10609         (gst_avi_demux_stream_data):
10610           Try to fix a/v sync issues.
10611
10612 2004-09-15  David Schleef  <ds@schleef.org>
10613
10614         * configure.ac: remove NASM check, since we don't use it.  Update
10615         dirac check to 0.4
10616         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
10617         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10618         Initialized variables.
10619         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10620         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
10621         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
10622         SVQ3 format
10623
10624 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10625
10626         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10627         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
10628         * gst/avi/gstavidemux.h:
10629           Fix for compressed audio (mp3) timestamp generation. How did this
10630           ever work?
10631
10632 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10633
10634         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10635           Volume is a double not a float.
10636
10637 2004-09-15  Wim Taymans  <wim@fluendo.com>
10638
10639         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
10640         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10641         Don't close the fd in multifdsink as we didn't open it in the
10642         first place. Some cleanups.
10643
10644 2004-09-15  Wim Taymans  <wim@fluendo.com>
10645
10646         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10647         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10648         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
10649         Fix the case where the muxer would mark pages as delta
10650         frames when they are not (vorbis only ogg).
10651
10652 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10653
10654         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
10655         (gst_play_base_bin_change_state):
10656           Handle the case where we failed to setup a clear pipeline. This
10657           will throw an error (or EOS, another nice case) and if you don't
10658           catch that, the app will wait for the signal forever (and thus
10659           hang).
10660
10661 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10662
10663         * ext/gnomevfs/gstgnomevfssink.c:
10664         (gst_gnomevfssink_uri_get_protocols):
10665         * ext/gnomevfs/gstgnomevfssrc.c:
10666         (gst_gnomevfssrc_uri_get_protocols):
10667         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
10668         * ext/gnomevfs/gstgnomevfsuri.h:
10669           Use _uri_new() instead of _open(), so it doesn't take as long and
10670           Christophe's computer won't hang.
10671         * gst/playback/gstplaybasebin.c: (unknown_type):
10672           Throw error on unknown media type, so apps actually display it.
10673
10674 2004-09-14  Brian Cameron  <brian.cameron@sun.com
10675
10676         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
10677           this script to work on Solaris since bash shell handles echo
10678           differenly than bash.
10679
10680 2004-09-17  Wim Taymans  <wim@fluendo.com>
10681
10682         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
10683         (setup_source), (gst_play_base_bin_set_property),
10684         (gst_play_base_bin_add_element):
10685         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
10686         Some more work on making sure seeking pauses the pipeline and
10687         that changing the uri actually does something.
10688
10689 2004-09-17  Wim Taymans  <wim@fluendo.com>
10690
10691         * gst/tcp/gstfdset.c: (gst_fdset_wait):
10692         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
10693         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
10694         (gst_tcpserversink_close):
10695         Be a bit more paranoid when freeing memory.
10696
10697 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10698
10699         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
10700         (qtdemux_parse_trak):
10701           Don't crash by dividing by zero (see sample movie in #126922).
10702
10703 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10704
10705         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
10706           Don't touch non-existing data (fixes crash on file in #140147).
10707
10708 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10709
10710         * gst/playback/gstplaybasebin.c:
10711         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
10712           Handle double disposals, and proper change of URIs.
10713
10714 2004-09-13  Martin Eikermann <meiker@upb.de>
10715
10716         * gst/mpegstream/gstmpegparse.c:
10717           fix synchronistation for streams recorded from digital PCR
10718           fixes bug #119376
10719
10720 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10721
10722         * ext/gnomevfs/Makefile.am:
10723         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10724         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
10725         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
10726         (gst_gnomevfssink_uri_get_type),
10727         (gst_gnomevfssink_uri_get_protocols),
10728         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
10729         (gst_gnomevfssink_uri_handler_init),
10730         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
10731         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
10732         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
10733         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
10734         (gst_gnomevfssrc_uri_get_type),
10735         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
10736         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
10737         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
10738         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
10739         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
10740         * ext/gnomevfs/gstgnomevfsuri.h:
10741           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
10742           of fake URIs to see which this version of Gnome-VFS likes, and
10743           uses that for the Gst-URI interface. Makes playbin support http://
10744           streams. Also fix up some stupid behaviour in gnomevfssrc.
10745
10746 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10747
10748         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10749         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10750         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10751         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10752           Update mixer (to sync with other sessions) if we try to obtain
10753           a new value. This makes alsamixer work accross applications.
10754         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
10755           Only call sync functions if we're running, else alsalib asserts.
10756         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
10757           Sometimes fails to compile. Possibly a gcc bug.
10758         * gst/playback/gstplaybin.c: (gen_video_element),
10759         (gen_audio_element):
10760           Add a reference to an application-provided object, because we lose
10761           this same reference if we add it to the bin. If we don't do this,
10762           we can only use this object once and thus crash if we go from
10763           ready to playing, back to ready and back to playing again.
10764           Also add an audioscale element because several cheap soundcards -
10765           like mine - don't support all samplerates.
10766         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10767         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
10768           Fix wrong order or PAR calls. Makes automatically obtained PAR
10769           from the X server atually being used.
10770
10771 2004-09-12  David Schleef  <ds@schleef.org>
10772
10773         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
10774         #151887, #152102, #152247.
10775         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
10776         * examples/seeking/cdparanoia.c: same
10777         * examples/seeking/cdplayer.c: same
10778         * examples/seeking/seek.c: same
10779         * examples/seeking/spider_seek.c: same
10780         * examples/seeking/vorbisfile.c: same
10781         * examples/stats/mp2ogg.c: same
10782         * ext/esd/esdsink.c: (gst_esdsink_class_init),
10783         (gst_esdsink_dispose): Dispose of element properly.
10784         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
10785         fixes.
10786         * ext/nas/nassink.c: (gst_nassink_class_init),
10787         (gst_nassink_dispose): Dispose of element correctly.
10788         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
10789         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10790         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10791         Fix 64-bit warning.
10792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10793         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
10794         Fix 64-bit warning.
10795
10796 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10797
10798         * configure.ac : change speex detection as 1.1.6 now uses
10799           .pc/pkg-config and they changed their headers location.
10800
10801 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
10802
10803         * gst/matroska/matroska-mux.h:
10804         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
10805         (gst_matroska_mux_start), (gst_matroska_mux_finish),
10806         (gst_matroska_mux_write_data):
10807           Write multiple blocks/frames per cluster.
10808                 Write meta-seek information (seek heads).
10809
10810 2004-09-09  Scott Wheeler <wheeler@kde.org>
10811
10812         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
10813         (gst_play_bin_set_property), (gst_play_bin_get_property),
10814         (gen_audio_element), (gen_audio_element):
10815           Add a volume element / property to the pipeline.
10816
10817 2004-09-07  Wim Taymans  <wim@fluendo.com>
10818
10819         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
10820         Copy timestamps from the master pad to the output buffers.
10821
10822 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10823
10824         * ext/raw1394/gstdv1394src.c:
10825           throw errors when applicable
10826
10827 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
10828
10829         * gst/matroska/ebml-ids.h:
10830         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
10831         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
10832         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
10833           automatically convert unix time <-> ebml time when reading/writing
10834           a date, use gst_ebml_write_uint to write CUETIME,
10835           not gst_ebml_write_date.
10836         * gst/matroska/matroska-ids.h:
10837         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
10838         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
10839         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
10840         (gst_matroska_mux_write_data):
10841           Write track and segment UIDs, write muxing date, write
10842           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
10843           Create cues for audio only files.
10844
10845 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10846
10847         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
10848         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10849           Re-commit ALSA switches.
10850         * gst/adder/gstadder.c: (gst_adder_loop):
10851           64-bit fix (#151416).
10852         * gst/debug/progressreport.c: (gst_progressreport_report):
10853           64-bit fix (#151419).
10854         * gst/matroska/matroska-demux.c:
10855         (gst_matroska_demux_parse_contents):
10856           64-bit fix (#151420).
10857         * gst/playback/test3.c: (update_scale):
10858           64-bit fix (#151421).
10859
10860 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10861
10862         * configure.ac:
10863           bump nano to cvs
10864
10865 === release 0.8.4 ===
10866
10867 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10868
10869         * configure.ac: releasing 0.8.4, "Alias"
10870
10871 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10872
10873         * ext/theora/Makefile.am:
10874           fix makefile.  Fixes #151462.
10875
10876 2004-08-30  Wim Taymans  <wim@fluendo.com>
10877
10878         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
10879         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10880         (gst_multifdsink_remove_client_link),
10881         (gst_multifdsink_client_queue_buffer),
10882         (gst_multifdsink_handle_client_write):
10883         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
10884         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
10885         Fix some memory leaks.
10886
10887 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10888
10889         Patch by: David Schleef
10890
10891         * configure.ac:
10892         * sys/Makefile.am:
10893           rename our detection macro for V4L2.  Fixes #151236.
10894
10895 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10896
10897         Patch by: David Schleef
10898
10899         * configure.ac:
10900           check to define LAMEPRESET.  Fixes #151232.
10901
10902 2004-08-27  David Schleef  <ds@schleef.org>
10903
10904         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
10905         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
10906         (gst_glimagesink_fixate):  Move local variable declarations to
10907         make gcc-2.95 happy.
10908
10909 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10910
10911         * configure.ac:
10912           bump nano for prerelease
10913
10914 2004-08-27  David Schleef  <ds@schleef.org>
10915
10916         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
10917         * sys/sunaudio/gstsunaudiosrc.c:
10918         * sys/sunaudio/gstsunaudiosrc.h:
10919
10920 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
10921
10922         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
10923         handle EOS correctly
10924         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
10925         * gst/matroska/matroska-mux.h:
10926         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
10927         VFW compatibility mode
10928
10929 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10930
10931         patch by: Zaheer Abbas Merali
10932
10933         * ext/ogg/gstoggmux.c:
10934         * ext/vorbis/vorbisenc.c:
10935         * ext/vorbis/vorbisenc.h:
10936           handle NEWMEDIA
10937
10938 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
10939
10940         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
10941         fix byte order reversion on little endian machines.
10942         * gst/matroska/matroska-mux.c: (audiosink_templ),
10943         (gst_matroska_mux_audio_pad_link):
10944         add TTA codec to the list of supported codecs.
10945         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
10946         (gst_matroska_mux_start), (gst_matroska_mux_finish),
10947         (gst_matroska_mux_write_data):
10948         * gst/matroska/matroska-mux.h:
10949         write segment duration correctly, write muxing app string, fixes bugs
10950         #140897 and #140898.
10951         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
10952         wait for all pads to be negotiated before starting to mux.
10953
10954 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10955
10956         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
10957         * ext/lame/gstlame.h:
10958         Added new media support to lame
10959
10960 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
10961
10962         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
10963         send vorbis headers at the beginning of a stream, fixes bug #141554.
10964         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
10965         bug #148950.
10966         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10967         (gst_matroska_demux_plugin_init):
10968         * gst/matroska/matroska-ids.h:
10969         enable demuxing of TTA audio streams, fixes bug #148951.
10970         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
10971         enable typefinding for TTA audio files, fixes bug #148711.
10972         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
10973         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
10974         fixes playback of packed bitstream and xvid with bframes, bug #135407.
10975
10976 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
10977
10978         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
10979         (gst_riff_read_element_data), (gst_riff_read_seek),
10980         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
10981         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
10982         <teuf@gnome.org>
10983
10984 2004-08-23 Iain <iaingnome@gmail.com>
10985
10986         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
10987         tags. They appear to be handled differently to normal.
10988         (tag_list_to_id3_tag_foreach): Ditto.
10989
10990 2004-08-22  Wim Taymans  <wim@fluendo.com>
10991
10992         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10993         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
10994         Make sure we never send -1 granulepos.
10995
10996 2004-08-20  Wim Taymans  <wim@fluendo.com>
10997
10998         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10999         (gst_ogg_mux_loop):
11000         I will accept bitchslappings with non sharp objects.
11001
11002 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11003
11004         * configure.ac:
11005         Clean up the test for lame presets
11006
11007 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11008
11009         * configure.ac:
11010         * ext/lame/Makefile.am:
11011         * ext/lame/gstlame.c: (gst_lame_class_init),
11012         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11013         Only enable lame presets if version of lame has presets in API
11014
11015 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11016         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11017         * gst/udp/gstudpsrc.h:
11018           Don't call gst_pad_push in a get function. Fixes #150449
11019
11020 2004-08-18  Wim Taymans  <wim@fluendo.com>
11021
11022         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11023         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11024         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11025         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11026         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11027         (gst_fdset_wait):
11028         * gst/tcp/gstfdset.h:
11029         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11030         (gst_multifdsink_client_queue_buffer),
11031         (gst_multifdsink_handle_client_write):
11032         * gst/tcp/gstmultifdsink.h:
11033         Some extra checks in gstfdset.
11034         Only use send() when the fd is a socket. Don't try to
11035         read from write only fds.
11036
11037 2004-08-18  Wim Taymans  <wim@fluendo.com>
11038
11039         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11040         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11041         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11042         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11043         (gst_fdset_wait):
11044         Add more locking and bounds checking.
11045
11046 2004-08-18  Wim Taymans  <wim@fluendo.com>
11047
11048         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11049         Realloc test fdset in the lock and right before starting
11050         the poll call. Bump the limit to 4096.
11051
11052 2004-08-17  David Schleef  <ds@schleef.org>
11053
11054         * sys/sunaudio/Makefile.am:
11055         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11056         of rates and channels.  Make debugging less obnoxious.
11057
11058         Patch from Balamurali Viswanathan implementing a mixer for
11059         Sun audio.  (bug #144091):
11060         * sys/sunaudio/gstsunelement.c:
11061         * sys/sunaudio/gstsunelement.h:
11062         * sys/sunaudio/gstsunmixer.c:
11063         * sys/sunaudio/gstsunmixer.h:
11064
11065 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11066
11067         * gst/audioscale/gstaudioscale.c:
11068         * gst/audioscale/gstaudioscale.h:
11069         made audioscale resample from any sample rate to any sample rate
11070
11071 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11072
11073         * ext/libpng/gstpngdec.c:
11074           error out on unsupported types
11075
11076 2004-08-17  Iain <iaingnome@gmail.com>
11077
11078         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11079         mid_side and loose_mid_side properties if its a stereo stream.
11080
11081 2004-08-17  Wim Taymans  <wim@fluendo.com>
11082
11083         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11084         (theora_get_formats), (theora_dec_src_convert),
11085         (theora_dec_sink_convert), (theora_dec_src_query),
11086         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11087         Add a debug line.
11088
11089 2004-08-17  Wim Taymans  <wim@fluendo.com>
11090
11091         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11092         (gst_ogg_pad_push):
11093         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11094         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11095         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11096         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11097         Mark delta units in the muxer.
11098         Try to decode the packet after an out-of-sync error from
11099         libogg.
11100
11101 2004-08-17  Wim Taymans  <wim@fluendo.com>
11102
11103         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11104         (gst_multifdsink_init), (gst_multifdsink_add),
11105         (gst_multifdsink_client_queue_buffer),
11106         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11107         * gst/tcp/gstmultifdsink.h:
11108         Added option to send a keyframe to clients as the first buffer.
11109         Make timeout property writable.
11110
11111 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11112
11113         patch by: Wim Taymans
11114
11115         * gst/tcp/gstfdset.c:
11116         * gst/tcp/gstmultifdsink.c:
11117           fix index comparison, should include 0
11118
11119 2004-08-16  Wim Taymans  <wim@fluendo.com>
11120
11121         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11122         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11123         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11124         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11125         (gst_fdset_wait):
11126           copy when reallocing for poll so the select arguments don't get
11127           changed during the call
11128
11129 2004-08-16  Wim Taymans  <wim@fluendo.com>
11130
11131         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11132         (gst_theora_enc_class_init), (theora_enc_sink_link),
11133         (theora_buffer_from_packet), (theora_enc_chain):
11134         Fix bug where buffers were not marked as keyframes
11135         correctly.
11136
11137 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11138
11139         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11140         (gst_lame_preset_get_type), (gst_lame_class_init):
11141         describe the enum values for vbr mode and presets more verbosely
11142
11143 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11144
11145         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11146         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11147         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11148         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11149         * ext/lame/gstlame.h:
11150         add preset property to lame so it can use lame presets
11151
11152 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11153
11154         * ext/lame/gstlame.c: (gst_lame_get_property):
11155         whoops forgot break, thanks teuf
11156
11157 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11158
11159         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11160         (gst_lame_class_init), (gst_lame_src_getcaps),
11161         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11162         (gst_lame_get_property), (gst_lame_setup):
11163         * ext/lame/gstlame.h:
11164         fix lame's broken vbr stuff, allow it to resample if need be, and also
11165         make xing header optional
11166
11167 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11168
11169         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11170         added getcaps function so samplerate doesnt get fixated to silly values
11171
11172 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11173
11174         * ext/lame/gstlame.c: (gst_lame_src_link):
11175         revert previous fix
11176
11177 2004-08-12  Johan Dahlin  <johan@gnome.org>
11178
11179         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11180         checks. Doesn't matter what state we are in. Interfaces are a
11181         compile time thing, not runtime. It also broke the python bindings.
11182
11183 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11184
11185         * ext/lame/gstlame.c: (gst_lame_src_link):
11186         made source pad link function check if sinkpad is ok..fixes the problem
11187         where core fixates the output rate of lame stupidly
11188
11189 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11190
11191         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11192         * sys/v4l/v4l_calls.c:
11193         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11194           fix fixate function to handle nonsimple caps.
11195           remove bogus check in _link
11196           cleanups
11197
11198 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11199
11200         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11201         set default compression ratio parameter to 0.0 so bitrate parameter
11202         works :)
11203
11204 2004-08-11  David Schleef  <ds@schleef.org>
11205
11206         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11207
11208 2004-08-11  David Schleef  <ds@schleef.org>
11209
11210         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11211         before.
11212
11213 2004-08-11  David Schleef  <ds@schleef.org>
11214
11215         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11216
11217 2004-08-11  David Schleef  <ds@schleef.org>
11218
11219         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11220           license field
11221         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11222         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11223           LGPL.
11224         * gst/auparse/gstauparse.c: Fix plugin license field.
11225         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11226         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11227         * gst/rtp/gstrtp.c: Fix plugin license field.
11228
11229 2004-08-11  Wim Taymans  <wim@fluendo.com>
11230
11231         * gst/tcp/Makefile.am:
11232         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11233         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11234         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11235         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11236         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11237         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11238         (gst_fdset_fd_can_write), (gst_fdset_wait):
11239         * gst/tcp/gstfdset.h:
11240         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11241         (gst_multifdsink_class_init), (gst_multifdsink_init),
11242         (gst_multifdsink_add), (gst_multifdsink_remove),
11243         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11244         (gst_multifdsink_remove_client_link),
11245         (gst_multifdsink_handle_client_read),
11246         (gst_multifdsink_client_queue_data),
11247         (gst_multifdsink_client_queue_caps),
11248         (gst_multifdsink_client_queue_buffer),
11249         (gst_multifdsink_handle_client_write),
11250         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11251         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11252         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11253         (gst_multifdsink_close):
11254         * gst/tcp/gstmultifdsink.h:
11255         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11256         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11257         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11258         (gst_tcpserversink_close):
11259         * gst/tcp/gsttcpserversink.h:
11260         Abstracted away the select call, implemented poll (yes we ran into
11261         the 1024 limit in production).
11262
11263 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11264
11265         * gst/tcp/gsttcp.c:
11266         * gst/tcp/gsttcpplugin.c:
11267           improve debuggging, remove assert
11268
11269 2004-08-10  Wim Taymans  <wim@fluendo.com>
11270
11271         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11272         (gst_client_status_get_type), (gst_multifdsink_class_init),
11273         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11274         (gst_multifdsink_handle_client_read),
11275         (gst_multifdsink_handle_client_write),
11276         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11277         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11278         (gst_multifdsink_get_property):
11279         * gst/tcp/gstmultifdsink.h:
11280         * gst/tcp/gsttcp-marshal.list:
11281         Starting to prepare for specifying buffer time in other units
11282         than buffers. Expose remove reason in signal.
11283
11284 2004-08-10  Wim Taymans  <wim@fluendo.com>
11285
11286         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11287         (gst_multifdsink_remove), (gst_multifdsink_clear),
11288         (gst_multifdsink_remove_client_link),
11289         (gst_multifdsink_handle_client_read),
11290         (gst_multifdsink_client_queue_data),
11291         (gst_multifdsink_client_queue_buffer),
11292         (gst_multifdsink_handle_client_write),
11293         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11294         (gst_multifdsink_chain), (gst_multifdsink_close):
11295         * gst/tcp/gstmultifdsink.h:
11296         Added more debugging info. Changed the way clients are
11297         removed from the lists. Fixed a bug where a bad file descriptor
11298         could cause many clients to be removed.
11299
11300 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11301
11302         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
11303           allow all pixel-aspect-ratios, not just 1:1
11304
11305 2004-08-09  David Schleef  <ds@schleef.org>
11306
11307         * sys/glsink/ARB_multitexture.h:  Remove old files.
11308         * sys/glsink/EXT_paletted_texture.h:
11309         * sys/glsink/NV_register_combiners.h:
11310         * sys/glsink/gstgl_nvimage.c:
11311         * sys/glsink/gstgl_pdrimage.c:
11312         * sys/glsink/gstgl_rgbimage.c:
11313         * sys/glsink/gstglsink.c:
11314         * sys/glsink/gstglsink.h:
11315         * sys/glsink/gstglxwindow.c:
11316         * sys/glsink/regcomb_yuvrgb.c:
11317
11318 2004-08-09  David Schleef  <ds@schleef.org>
11319
11320         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
11321         GL sink plugin.  (Bug #147302)
11322
11323         * configure.ac: Test for OpenGL
11324         * sys/Makefile.am: Use test for OpenGL
11325         * sys/glsink/Makefile.am:
11326         * sys/glsink/glimagesink.c: rewrite
11327         * sys/glsink/glimagesink.h: rewrite
11328
11329 2004-08-09  David Schleef  <ds@schleef.org>
11330
11331         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
11332         sane framerates.
11333         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
11334         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
11335         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
11336
11337 2004-08-09  Wim Taymans  <wim@fluendo.com>
11338
11339         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11340         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11341         (gst_multifdsink_client_remove),
11342         (gst_multifdsink_handle_client_read),
11343         (gst_multifdsink_handle_client_write),
11344         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11345         Do a bit more logging, make the client_read code more robust.
11346
11347 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11348
11349         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
11350         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
11351         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
11352         (gst_jpegdec_init), (gst_jpegdec_chain):
11353         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11354         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
11355           cleanups, debugging fixes and memleak plugging
11356
11357 2004-08-09  Wim Taymans  <wim@fluendo.com>
11358
11359         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11360         (theora_get_formats), (theora_dec_src_convert),
11361         (theora_dec_sink_convert), (theora_dec_src_query),
11362         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
11363         (theora_dec_change_state):
11364         Don't crash on missing header packets.
11365
11366 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11367
11368         * po/LINGUAS:
11369         * po/sq.po:
11370           Added Albanian translation (Laurent Dhima)
11371         * po/cs.po:
11372           updated
11373
11374 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11375
11376         * ext/lame/gstlame.c:
11377           fix/add debugging
11378
11379 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11380
11381         * sys/ximage/ximagesink.c:
11382         * sys/xvimage/xvimagesink.c:
11383           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
11384
11385 2004-08-06  Wim Taymans  <wim@fluendo.com>
11386
11387         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11388         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11389         (gst_multifdsink_client_remove),
11390         (gst_multifdsink_handle_client_read),
11391         (gst_multifdsink_handle_client_write),
11392         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11393         Make sure we don't try to read more from a client that what
11394         ioctl says us or we deadlock.
11395
11396 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11397
11398         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
11399         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
11400         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11401           decouple running_time and n_frames so it can handle changing
11402           framerate while running
11403
11404 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11405
11406         * po/nl.po:
11407         * po/sv.po:
11408           updated translations
11409
11410 2004-08-04  Benjamin Otte  <otte@gnome.org>
11411
11412         * gst/videotestsrc/gstvideotestsrc.c:
11413         (gst_videotestsrc_get_capslist), (generate_capslist),
11414         (plugin_init):
11415           generate the list of supported caps at startup and reuse it instead
11416           of always generating it
11417
11418 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11419
11420         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
11421           whoops, last checkin broke normal build
11422
11423 2004-08-03  Benjamin Otte  <otte@gnome.org>
11424
11425         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
11426         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
11427         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
11428         (gst_alsa_mixer_get_option):
11429         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
11430         (dvdnavsrc_print_event):
11431         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
11432         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
11433         (gst_ogg_mux_pad_unlink):
11434         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
11435         (gst_multipart_mux_pad_unlink):
11436         * gst/videofilter/gstvideobalance.c:
11437         (gst_videobalance_colorbalance_set_value):
11438         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
11439         (gst_videomixer_pad_unlink):
11440         * po/uk.po:
11441         * sys/oss/gstossmixer.c:
11442         * sys/v4l/gstv4lcolorbalance.c:
11443         * sys/v4l/gstv4ltuner.c:
11444         * sys/v4l/v4lsrc_calls.c:
11445         * sys/v4l2/gstv4l2colorbalance.c:
11446         * sys/v4l2/gstv4l2tuner.c:
11447           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
11448
11449 2004-08-03  Benjamin Otte  <otte@gnome.org>
11450
11451         * examples/dynparams/filter.c: (ui_control_create):
11452         * examples/gstplay/player.c: (print_tag):
11453         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
11454         * ext/gdk_pixbuf/gstgdkanimation.c:
11455         (gst_gdk_animation_iter_may_advance):
11456         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
11457         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
11458         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
11459         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
11460         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
11461         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
11462         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
11463         * gst/sine/demo-dparams.c: (main):
11464         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
11465         * testsuite/alsa/formats.c: (create_pipeline):
11466         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
11467           fixes for G_DISABLE_ASSERT and friends
11468         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11469         (mp3_type_frame_length_from_header), (mp3_type_find),
11470         (plugin_init):
11471           require mp3 typefinding to have at least MIN_HEADERS valid headers
11472           add typefinding for AAC adts files
11473
11474 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
11475
11476         * sys/ximage/ximagesink.c:
11477         (gst_ximagesink_calculate_pixel_aspect_ratio):
11478         * sys/xvimage/xvimagesink.c:
11479         (gst_xvimagesink_calculate_pixel_aspect_ratio):
11480         Make sure we calculate pixel-aspect-ratio using floating point maths
11481
11482 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11483
11484         * po/uk.po:
11485           updated translation
11486
11487 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11488
11489         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
11491           add debugging for display PAR calculation
11492
11493 2004-08-02  David Schleef  <ds@schleef.org>
11494
11495         * configure.ac: Fix mikmod CFLAGS.
11496
11497 2004-07-27  Benjamin Otte  <otte@gnome.org>
11498
11499         * gst/audioscale/gstaudioscale.c:
11500         - fix templates to only support S16, it's the only format that works
11501         - make caps nego code use try_set_caps_nonfixed and fixation instead
11502         of try_set_caps twice, which is not nice for autopluggers
11503         - change rank to secondary, so autopluggers can pick it up after
11504         audioconvert
11505
11506 2004-08-02  Iain <iain@prettypeople.org>
11507
11508         * gst/interleave/interleave.c (interleave_init),
11509         (interleave_request_new_pad),
11510         (interleave_pad_removed),
11511         (interleave_buffered_loop): Use the real pad count, not the artificial
11512         one.
11513
11514 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11515
11516         * configure.ac: bump nano back to development
11517
11518 === release 0.8.3 ===
11519
11520 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11521
11522         * configure.ac: releasing 0.8.3, "Water"
11523
11524 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11525
11526         * sys/xvimage/xvimagesink.c:
11527         (gst_xvimagesink_calculate_pixel_aspect_ratio),
11528         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
11529         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
11530         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11531         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11532         * sys/xvimage/xvimagesink.h:
11533           apply similar PAR fixes as to ximagesink
11534
11535 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11536
11537         patch from: Benjamin Otte
11538
11539         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
11540           add link function to lame.  Fixes #148986.
11541
11542 2004-08-02  Johan Dahlin  <johan@gnome.org>
11543
11544         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
11545         fix debugging log
11546
11547 2004-07-30  David Schleef  <ds@schleef.org>
11548
11549         * gst/videomixer/Makefile.am: Fix things that should have been
11550         fixed in the last checkin.
11551
11552 2004-07-30  David Schleef  <ds@schleef.org>
11553
11554         * gst/multipart/Makefile.am: Fix things that should have been
11555         fixed in the last checkin.
11556
11557 2004-07-30  David Schleef  <ds@schleef.org>
11558
11559         * testsuite/multifilesink/Makefile.am: Fix unused variable.
11560
11561 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11562
11563         * configure.ac:
11564           bump nano for prerelease
11565         * po/af.po:
11566         * po/az.po:
11567         * po/cs.po:
11568         * po/en_GB.po:
11569         * po/hu.po:
11570         * po/nl.po:
11571         * po/sr.po:
11572         * po/sv.po:
11573         * po/uk.po:
11574           updates
11575
11576 2004-07-30  Wim Taymans  <wim@fluendo.com>
11577
11578         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11579         (gst_multifdsink_add), (gst_multifdsink_remove),
11580         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11581         (gst_multifdsink_client_remove),
11582         (gst_multifdsink_handle_client_write),
11583         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11584         * gst/tcp/gstmultifdsink.h:
11585         Recover from a select with a bad file descriptor by removing
11586         the client.
11587
11588 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11589
11590         * configure.ac:
11591           fix requirement of core
11592         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
11593         (gst_play_pipeline_setup):
11594           don't use colorspace element.  do use hermescolorspace element.
11595           make macro to get a colorspace element.
11596           mark strings for translation.
11597         * po/POTFILES.in:
11598           add play.c
11599         * po/af.po:
11600         * po/az.po:
11601         * po/cs.po:
11602         * po/en_GB.po:
11603         * po/hu.po:
11604         * po/nl.po:
11605         * po/sr.po:
11606         * po/sv.po:
11607         * po/uk.po:
11608           update translations
11609
11610 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11611
11612         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11613         fix default for newmedia flag
11614
11615 2004-07-30  Wim Taymans  <wim@fluendo.com>
11616
11617         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11618         (gst_theora_dec_init), (theora_get_formats),
11619         (theora_dec_src_convert), (theora_dec_sink_convert),
11620         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11621         (theora_dec_chain), (theora_dec_set_property),
11622         (theora_dec_get_property):
11623         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11624         (gst_theora_enc_class_init), (gst_theora_enc_init),
11625         (theora_enc_sink_link), (theora_enc_chain),
11626         (theora_enc_set_property), (theora_enc_get_property):
11627         Added cropping option to theora decoder.
11628         Added border option to theora encoder.
11629
11630 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11631
11632         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11633         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11634         (gst_pngenc_set_property):
11635         * ext/libpng/gstpngenc.h:
11636         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
11637
11638 2004-07-30  Wim Taymans  <wim@fluendo.com>
11639
11640         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11641         (theora_enc_sink_link), (theora_enc_chain),
11642         (theora_enc_set_property), (theora_enc_get_property):
11643         Fix encoding of non-multiple-of-16 video.
11644
11645 2004-07-29  David Schleef  <ds@schleef.org>
11646
11647         * configure.ac: make test for audiofile more strict
11648
11649 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11650
11651         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11652           give different names to typefind functions
11653
11654 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11655
11656         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
11657         (gst_ximagesink_calculate_pixel_aspect_ratio),
11658         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
11659         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
11660         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
11661         (gst_ximagesink_get_property), (gst_ximagesink_init):
11662         * sys/ximage/ximagesink.h:
11663           allocate PAR's dynamically.
11664           use autodetected PAR if no object-set PAR is given.
11665           add workaround for directfb's X not setting physical size.
11666           fix to xvimagesink will follow tomorrow.
11667
11668 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11669
11670         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
11671         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
11672         (gst_shout2send_get_type), (gst_shout2send_set_clock),
11673         (gst_shout2send_class_init), (gst_shout2send_init),
11674         (set_shout_metadata), (gst_shout2send_set_metadata),
11675         (gst_shout2send_chain), (gst_shout2send_set_property),
11676         (gst_shout2send_get_property), (gst_shout2send_connect),
11677         (gst_shout2send_change_state):
11678         * ext/shout2/gstshout2.h:
11679         - fix for sending mp3 audio to icecast2 server, if pad link function not
11680         called before PAUSED state
11681         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
11682         - added tagging support for mp3 audio broadcasted
11683         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11684         debug info
11685
11686 2004-07-28  Wim Taymans  <wim@fluendo.com>
11687
11688         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11689         (gst_ogg_demux_push):
11690         Return query failure when we don't know the length of
11691         an ogg stream insteda of returning TRUE with a bogus value.
11692
11693 2004-07-28  Wim Taymans  <wim@fluendo.com>
11694
11695         * ext/theora/theoradec.c: (theora_get_formats),
11696         (theora_dec_src_convert), (theora_dec_sink_convert),
11697         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11698         (theora_dec_chain):
11699         Don't screw up the 1 Chroma for 1 luma sample situation when we
11700         have an odd offset/width by adding a black border in those cases.
11701
11702 2004-07-28  Wim Taymans  <wim@fluendo.com>
11703
11704         * ext/theora/theoradec.c: (theora_get_formats),
11705         (theora_dec_src_convert), (theora_dec_sink_convert),
11706         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11707         (theora_dec_chain):
11708         * ext/theora/theoraenc.c: (theora_enc_sink_link):
11709         Added first attempt at cropping of the image as required by the
11710         theora spec. We need more properties in the caps (offset_x,
11711         offset_y,stride) to implement this correctly.
11712
11713 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
11714
11715         * ext/dvdnav/README:
11716           Update the README to use dvddemux
11717         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
11718           Ensure getcaps returns a subset of the template caps
11719         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
11720         (gst_mpeg2subt_init):
11721           Ensure getcaps returns a subset of the template caps
11722         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11723         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
11724         (gst_dvd_demux_get_subpicture_stream),
11725         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
11726         * gst/mpegstream/gstdvddemux.h:
11727           Set the explicit caps on the current_video pad before pushing
11728           anything
11729         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
11730         (gst_mpeg_demux_get_audio_stream):
11731           Free caps used to gst_pad_set_explicit_caps, which takes a const
11732           GstCaps *
11733
11734 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11735
11736         * configure.ac: update GStreamer requirement to 0.8.4 because of
11737           GstFraction.
11738
11739 2004-07-28  Wim Taymans  <wim@fluendo.com>
11740
11741         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
11742         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
11743         Add the pad to the element after setting up the caps. This
11744         makes it a lot easier to autoplug.
11745
11746 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
11747
11748         * gst/median/gstmedian.c:
11749         * gst/mpeg2subt/gstmpeg2subt.c:
11750         * gst/mpegaudioparse/gstmpegaudioparse.c:
11751         * gst/mpegstream/gstdvddemux.c:
11752         * gst/mpegstream/gstmpegdemux.c:
11753         * gst/mpegstream/gstmpegpacketize.c:
11754         * gst/rtjpeg/gstrtjpeg.c:
11755         * gst/rtjpeg/gstrtjpegdec.c:
11756         * gst/rtjpeg/gstrtjpegenc.c:
11757         * gst/sine/gstsinesrc.c:
11758         * gst/smooth/gstsmooth.c:
11759         * gst/smpte/gstsmpte.c:
11760         * gst/smpte/gstsmpte.h:
11761         * gst/stereo/gststereo.c:
11762         * gst/videofilter/gstgamma.c:
11763         * gst/videofilter/gstvideobalance.c:
11764         * gst/videofilter/gstvideofilter.c:
11765         * gst/videofilter/gstvideoflip.c:
11766         * gst/videoscale/gstvideoscale.c:
11767         * gst/videoscale/videoscale.c:
11768         * gst/videotestsrc/gstvideotestsrc.c:
11769         * gst/videotestsrc/videotestsrc.c:
11770         * gst/wavenc/gstwavenc.c:
11771         * gst/wavparse/gstwavparse.c:
11772           fix local includes and 64 bits constants
11773
11774 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
11775
11776         * win32/gst.sln:
11777         * gst-libs/gst/*/*.vcproj:
11778         * gst/*/*.vcproj:
11779           more working plugins
11780
11781 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11782
11783         * testsuite/alsa/Makefile.am:
11784         * testsuite/alsa/srcstate.c:
11785         add test for alsasrc changing state
11786
11787 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11788
11789         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
11790         (gst_silence_get):
11791         * gst/silence/gstsilence.h:
11792         fix silence generation for 16bit raw audio
11793
11794 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11795
11796         * gst/matroska/matroska-demux.c:
11797         (gst_matroska_demux_parse_metadata),
11798         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
11799         * gst/mpegaudio/common.c:
11800         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11801         (gst_videoscale_getcaps), (gst_videoscale_link),
11802         (gst_videoscale_src_fixate), (gst_videoscale_init),
11803         (gst_videoscale_finalize):
11804         * gst/videoscale/gstvideoscale.h:
11805         * gst/videotestsrc/gstvideotestsrc.c:
11806         (gst_videotestsrc_get_capslist):
11807         * gst/wavenc/gstwavenc.c:
11808         * sys/oss/gstossmixer.c: (fill_labels):
11809         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
11810         (gst_ximagesink_handle_xevents),
11811         (gst_ximagesink_calculate_pixel_aspect_ratio),
11812         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
11813         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
11814         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
11815         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11816         (gst_ximagesink_init), (gst_ximagesink_class_init):
11817         * sys/ximage/ximagesink.h:
11818         * sys/xvimage/xvimagesink.c:
11819         (gst_xvimagesink_calculate_pixel_aspect_ratio),
11820         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
11821         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
11822         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11823         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11824         * sys/xvimage/xvimagesink.h:
11825           first batch of pixel aspect ratio commits.
11826
11827 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11828
11829         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11830         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
11831         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
11832           handle stride, needs work if we want to move stride handling
11833           upstream, but works correctly for our purposes.
11834
11835 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11836
11837         * gst/videoscale/README:
11838           add testing examples
11839         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
11840         (gst_videoscale_chain):
11841         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
11842         (gst_videoscale_get_size):
11843           add get_size function that handles stride like videotestsrc.
11844           fixes conversion for YUV formats for as much as I can test them.
11845
11846 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11847
11848         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11849         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11851         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
11852         (gst_xvimagesink_xvimage_put):
11853           further cleanups, logging, error handling and synchronizing
11854
11855 2004-07-27  Wim Taymans  <wim@fluendo.com>
11856
11857         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
11858         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
11859         (gst_videomixer_pad_set_property),
11860         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
11861         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
11862         (gst_videomixer_class_init), (gst_videomixer_init),
11863         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
11864         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
11865         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
11866         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
11867         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
11868         (gst_videomixer_loop), (plugin_init):
11869         Be a nicer negotiation citizen and provide a getcaps function on
11870         the srcpad. This also fixes a crash when resizing.
11871
11872 2004-07-27  Julien MOUTTE  <julien@moutte.net>
11873
11874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11875         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
11876
11877 2004-07-27  Wim Taymans  <wim@fluendo.com>
11878
11879         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
11880         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11881         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11882         (gst_pngenc_set_property):
11883         * ext/libpng/gstpngenc.h:
11884         Added snapshot property to pngenc.
11885         removed g_print from pngdec
11886
11887 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
11888
11889         * gst/ac3parse/ac3parse.vcproj
11890         * gst/adder/adder.vcproj
11891         * gst/alpha/alpha.vcproj
11892         * gst/alpha/alphacolor.vcproj
11893         * gst/asfdemux/asf.vcproj
11894         * gst/audioconvert/audioconvert.vcproj
11895         * gst/audiorate/audiorate.vcproj
11896         * gst/audioscale/audioscale.vcproj
11897         * gst/auparse/auparse.vcproj
11898         * gst/avi/avi.vcproj
11899         * gst/cdxaparse/cdxaparse.vcproj
11900         * gst/chart/chart.vcproj
11901         * gst/colorspace/colorspace.vcproj
11902         * gst/cutter/cutter.vcproj
11903         * gst/debug/debug.vcproj
11904         * gst/debug/efence.vcproj
11905         * gst/debug/navigationtest.vcproj
11906         * gst/deinterlace/deinterlace.vcproj
11907         * gst/effectv/effectv.vcproj
11908         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
11909         * gst/filter/filter.vcproj
11910         * gst/flx/flxdec.vcproj
11911         * gst/goom/goom.vcproj
11912         * gst/interleave/interleave.vcproj
11913         * gst/law/alaw.vcproj
11914         * gst/law/mulaw.vcproj
11915         * gst/matroska/matroska.vcproj
11916         * gst/median/median.vcproj
11917         * gst/mixmatrix/mixmatrix.vcproj
11918         * gst/mpeg1sys/mpeg1systemencode.vcproj
11919         * gst/mpeg1videoparse/mp1videoparse.vcproj
11920         * gst/mpeg2sub/mpeg2subt.vcproj
11921         * gst/mpegaudio/mpegaudio.vcproj
11922         * gst/mpegaudioparse/mpegaudioparse.vcproj
11923         * gst/mpegstream/mpegstream.vcproj
11924         * gst/multifilesink/multifilesink.vcproj
11925         * gst/multipart/multipart.vcproj
11926         * gst/oneton/oneton.vcproj
11927         * gst/overlay/overlay.vcproj
11928         * gst/passthrough/passthrough.vcproj
11929         * gst/qtdemux/qtdemux.vcproj
11930         * gst/realmedia/rmdemux.vcproj
11931         * gst/rtjpeg/rtjpeg.vcproj
11932         * gst/rtp/rtp.vcproj
11933         * gst/silence/silence.vcproj
11934         * gst/sine/sinesrc.vcproj
11935         * gst/smooth/smooth.vcproj
11936         * gst/smpte/smpte.vcproj
11937         * gst/spectrum/spectrum.vcproj
11938         * gst/speed/speed.vcproj
11939         * gst/stereo/stereo.vcproj
11940         * gst/switch/switch.vcproj
11941         * gst/tags/tagedit.vcproj
11942         * gst/tcp/tcp.vcproj
11943         * gst/typefind/typefindfunctions.vcproj
11944         * gst/udp/udp.vcproj
11945         * gst/videobox/videobox.vcproj
11946         * gst/videocrop/videocrop.vcproj
11947         * gst/videodrop/videodrop.vcproj
11948         * gst/videofilter/gamma.vcproj
11949         * gst/videofilter/videobalance.vcproj
11950         * gst/videofilter/videofilter.vcproj
11951         * gst/videofilter/videoflip.vcproj
11952         * gst/videoflip/videoflip.vcproj
11953         * gst/videomixer/videomixer.vcproj
11954         * gst/videorate/videorate.vcproj
11955         * gst/videoscale/videoscale.vcproj
11956         * gst/videotestsrc/videotestsrc.vcproj
11957         * gst/virtualdub/virtualdub.vcproj
11958         * gst/volenv/volenv.vcproj
11959         * gst/volume/volume.vcproj
11960         * gst/wavenc/wavenc.vcproj
11961         * gst/wavparse/wavparse.vcproj
11962         * gst/y4m/y4menc.vcproj
11963         * gst-libs/gst/audio/audio.vcproj
11964         * gst-libs/gst/audio/audiofilter.vcproj
11965         * gst-libs/gst/colorbalance/colorbalance.vcproj
11966         * gst-libs/gst/idct/idtc.vcproj
11967         * gst-libs/gst/media-info/media-info.vcproj
11968         * gst-libs/gst/mixer/mixer.vcproj
11969         * gst-libs/gst/navigation/navigation.vcproj
11970         * gst-libs/gst/play/play.vcproj
11971         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
11972         * gst-libs/gst/resample/resample.vcproj
11973         * gst-libs/gst/riff/riff.vcproj
11974         * gst-libs/gst/tuner/tuner.vcproj
11975         * gst-libs/gst/video/video.vcproj
11976         * gst-libs/gst/xoverlay/xoverlay.vcproj
11977           avoid problems with math.h, fix release dependancy
11978           rename GStreamer-0.8.lib to libgstreamer.lib
11979
11980 2004-07-27  Julien MOUTTE  <julien@moutte.net>
11981
11982         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
11983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
11984         the atom is not available we have to unlock the mutex. Fixes #148023
11985
11986 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
11987
11988         * gst-libs/gst/media-info/media-info.h:
11989           issue for a vararg macro with MSVC
11990
11991 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
11992
11993         * gst/effectv/effectv.vcproj
11994         * gst-libs/gst/idct/idct.vcproj:
11995         * gst-libs/gst/media-info/media-info.vcproj:
11996         * gst-libs/gst/navigation/navigation.vcproj:
11997         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
11998         * gst-libs/gst/video/video.vcproj:
11999         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12000           fixes for build problems
12001
12002 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12003
12004         * gst-libs/gst/audio/audio.def:
12005         * gst-libs/gst/audio/riff.def:
12006           add some definitions needed by plugins
12007
12008 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12009
12010         * gst/asfdemux/gstasfmux.c
12011           Fix some 64 bits constants to be glib friendly
12012
12013 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12014
12015         * gst/ac3parse/gstac3parse.c
12016         * gst/audioscale/gstaudioscale.c
12017         * gst/auparse/gstauparse.c
12018         * gst/colorspace/gstcolorspace.c
12019         * gst/colorspace/yuv2rgb.h
12020           local include fixes
12021
12022 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12023
12024         * win32/gst.sln
12025           add more plugins to the build
12026
12027 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12028
12029         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12030         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12031
12032 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12033
12034         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12035         (gst_level_set_property), (gst_level_get_property),
12036         (gst_level_base_init), (gst_level_class_init):
12037           add debugging categories.  cleanups.
12038
12039 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12040
12041         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12042         (gst_videoscale_planar411), (gst_videoscale_planar400),
12043         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12044         (gst_videoscale_scale_nearest_str1),
12045         (gst_videoscale_scale_nearest_str2),
12046         (gst_videoscale_scale_nearest_str4),
12047         (gst_videoscale_scale_nearest_16bit),
12048         (gst_videoscale_scale_nearest_24bit):
12049           fixed stride issues
12050           tested with 320x240 -> 321, 322, 324 x240
12051           tested with YV12, I420, YUY2, UYVY
12052           fixed packed422rev (don't think it could have worked before)
12053           by testing with UYVY
12054
12055 2004-07-26  Benjamin Otte  <otte@gnome.org>
12056
12057         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12058         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12059         (plugin_init):
12060           add debugging category, add error checks like checking return values
12061           of setup calls, make sure it still works after
12062           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12063
12064 2004-07-26  Wim Taymans  <wim@fluendo.com>
12065
12066         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12067         (gst_mpeg_demux_get_audio_stream),
12068         (gst_mpeg_demux_process_private):
12069         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12070         Check for error codes from the negotiation functions. Make sure
12071         we really set the pad caps when a new pad is created.
12072
12073 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12074
12075         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12076         (gst_ffmpeg_caps_to_pix_fmt):
12077         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12078         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12079         (gst_ffmpegcolorspace_pad_link):
12080           don't make function do two things at the same time without reason.
12081
12082 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12083
12084         * gst/ac3parse/ac3parse.vcproj
12085         * gst/adder/adder.vcproj
12086         * gst/alpha/alpha.vcproj
12087         * gst/alpha/alphacolor.vcproj
12088         * gst/asfdemux/asf.vcproj
12089         * gst/audioconvert/audioconvert.vcproj
12090         * gst/audiorate/audiorate.vcproj
12091         * gst/audioscale/audioscale.vcproj
12092         * gst/auparse/auparse.vcproj
12093         * gst/avi/avi.vcproj
12094         * gst/cdxaparse/cdxaparse.vcproj
12095         * gst/chart/chart.vcproj
12096         * gst/colorspace/colorspace.vcproj
12097         * gst/cutter/cutter.vcproj
12098         * gst/debug/debug.vcproj
12099         * gst/debug/efence.vcproj
12100         * gst/debug/navigationtest.vcproj
12101         * gst/deinterlace/deinterlace.vcproj
12102         * gst/effectv/effectv.vcproj
12103         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12104         * gst/filter/filter.vcproj
12105         * gst/flx/flxdec.vcproj
12106         * gst/goom/goom.vcproj
12107         * gst/interleave/interleave.vcproj
12108         * gst/law/alaw.vcproj
12109         * gst/law/mulaw.vcproj
12110         * gst/matroska/matroska.vcproj
12111         * gst/median/median.vcproj
12112         * gst/mixmatrix/mixmatrix.vcproj
12113         * gst/mpeg1sys/mpeg1systemencode.vcproj
12114         * gst/mpeg1videoparse/mp1videoparse.vcproj
12115         * gst/mpeg2sub/mpeg2subt.vcproj
12116         * gst/mpegaudio/mpegaudio.vcproj
12117         * gst/mpegaudioparse/mpegaudioparse.vcproj
12118         * gst/mpegstream/mpegstream.vcproj
12119         * gst/multifilesink/multifilesink.vcproj
12120         * gst/multipart/multipart.vcproj
12121         * gst/oneton/oneton.vcproj
12122         * gst/overlay/overlay.vcproj
12123         * gst/passthrough/passthrough.vcproj
12124         * gst/qtdemux/qtdemux.vcproj
12125         * gst/realmedia/rmdemux.vcproj
12126         * gst/rtjpeg/rtjpeg.vcproj
12127         * gst/rtp/rtp.vcproj
12128         * gst/silence/silence.vcproj
12129         * gst/sine/sinesrc.vcproj
12130         * gst/smooth/smooth.vcproj
12131         * gst/smpte/smpte.vcproj
12132         * gst/spectrum/spectrum.vcproj
12133         * gst/speed/speed.vcproj
12134         * gst/stereo/stereo.vcproj
12135         * gst/switch/switch.vcproj
12136         * gst/tags/tagedit.vcproj
12137         * gst/tcp/tcp.vcproj
12138         * gst/typefind/typefindfunctions.vcproj
12139         * gst/udp/udp.vcproj
12140         * gst/videobox/videobox.vcproj
12141         * gst/videocrop/videocrop.vcproj
12142         * gst/videodrop/videodrop.vcproj
12143         * gst/videofilter/gamma.vcproj
12144         * gst/videofilter/videobalance.vcproj
12145         * gst/videofilter/videofilter.vcproj
12146         * gst/videofilter/videoflip.vcproj
12147         * gst/videoflip/videoflip.vcproj
12148         * gst/videomixer/videomixer.vcproj
12149         * gst/videorate/videorate.vcproj
12150         * gst/videoscale/videoscale.vcproj
12151         * gst/videotestsrc/videotestsrc.vcproj
12152         * gst/virtualdub/virtualdub.vcproj
12153         * gst/volenv/volenv.vcproj
12154         * gst/volume/volume.vcproj
12155         * gst/wavenc/wavenc.vcproj
12156         * gst/wavparse/wavparse.vcproj
12157         * gst/y4m/y4menc.vcproj
12158           more plugins supported under windows
12159
12160 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12161
12162         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12163         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12164         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12166         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12167           Add debugging statements.  Use the sizes as returned by the
12168           *CreateImage calls.
12169
12170 2004-07-26  Johan Dahlin  <johan@gnome.org>
12171
12172         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12173         the pad is negotiated.
12174
12175         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12176
12177 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12178
12179         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12180         * gst-libs/gst/idct/idct.vcproj:
12181         * gst-libs/gst/media-info/media-info.vcproj:
12182         * gst-libs/gst/mixer/mixer.vcproj:
12183         * gst-libs/gst/navigation/navigation.vcproj:
12184         * gst-libs/gst/play/play.vcproj:
12185         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12186         * gst-libs/gst/resample/resample.vcproj:
12187         * gst-libs/gst/tuner/tuner.vcproj:
12188         * gst-libs/gst/video/video.vcproj:
12189         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12190           more plugins supported under windows
12191
12192 2004-07-25 Iain <iain@prettypeople.org>
12193
12194         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12195         pad now rather than when the pad is created because state changes wipe
12196         explicit caps (fixes #148043).
12197
12198 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12199
12200         reviewed by Benjamin Otte  <otte@gnome.org>
12201
12202         * ext/mad/gstmad.c:
12203           fix mad plugin crashing on Sun (fixes #148289)
12204
12205 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12206
12207         * gst/avi/avi.def:
12208         * gst/avi/avi.vcproj:
12209         * gst/matroska/matroska.def:
12210         * gst/matroska/matroska.vcproj:
12211           remove unused .def files
12212
12213 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12214
12215         * gst-libs/gst/audio/gstaudiofilter.c:
12216           Clean the local include
12217
12218 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12219
12220         * win32/gst.sln:
12221         * gst-libs/gst/audio/audio.def:
12222         * gst-libs/gst/audio/audio.vcproj:
12223         * gst-libs/gst/audio/audiofilter.vcproj:
12224         * gst-libs/gst/audio/riff.def:
12225         * gst-libs/gst/audio/riff.vcproj:
12226         * gst-libs/gst/gst-libs.def:
12227         * gst-libs/gst/gst-libs.vcproj:
12228         * gst/avi/avi.vcproj:
12229         * gst/avi/avi.vcproj:
12230           Copy the files where needed after building, cleaner projects
12231
12232 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12233
12234         * gst/matroska/ebml-write.c:
12235           Fix some 64 bits constants to be glib friendly
12236
12237 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12238
12239         * win32/gst.sln:
12240         * gst-libs/gst/gst-libs.def:
12241         * gst-libs/gst/gst-libs.vcproj:
12242         * gst/matroska/matroska.def:
12243         * gst/matroska/matroska.vcproj:
12244           Add the preliminary canvas to build plugins on Win32
12245
12246 2004-07-23  Benjamin Otte  <otte@gnome.org>
12247
12248         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12249           don't enfore negotiation from source side, it breaks
12250           sinesrc ! audioconvert ! osssink
12251
12252 2004-07-22  David Schleef  <ds@schleef.org>
12253
12254         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12255         for ELF files, since they can easily be recognized as audio/mpeg.
12256         (bug #147441)
12257
12258 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12259
12260         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12261         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12262         (gst_videoscale_scale_nearest_24bit),
12263         (gst_videoscale_scale_nearest_16bit):
12264           fix 16bit and 24bit for stride (24bit might need testing)
12265           don't pretend we do more than one algorithm
12266
12267 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12268
12269         * configure.ac:
12270         * gst/Makefile.am:
12271         * gst/multifilesink/Makefile.am:
12272         * gst/multifilesink/gstmultifilesink.c:
12273         (gst_multifilesink_get_formats),
12274         (gst_multifilesink_get_query_types), (_do_init),
12275         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12276         (gst_multifilesink_init), (gst_multifilesink_dispose),
12277         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12278         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12279         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12280         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12281         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12282         (gst_multifilesink_uri_get_type),
12283         (gst_multifilesink_uri_get_protocols),
12284         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12285         (gst_multifilesink_uri_handler_init), (plugin_init):
12286         * gst/multifilesink/gstmultifilesink.h:
12287         * testsuite/Makefile.am:
12288         * testsuite/multifilesink/Makefile.am:
12289         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12290         (gst_newmedia_class_init), (gst_newmedia_init),
12291         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12292         (newfile_signal), (test_signal), (main):
12293         multifilesink plugin for creating new files every time a new media
12294         discontinuity event occurs
12295
12296 2004-07-22  Wim Taymans  <wim@fluendo.com>
12297
12298         * gst/alpha/Makefile.am:
12299         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
12300         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
12301         (gst_alpha_color_init), (gst_alpha_color_set_property),
12302         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
12303         (transform), (gst_alpha_color_chain),
12304         (gst_alpha_color_change_state), (plugin_init):
12305         Stupid plugin to to RGBA to AYUV conversion because none of
12306         the colorspace plugins can handle that yet.
12307
12308 2004-07-22  Wim Taymans  <wim@fluendo.com>
12309
12310         * examples/seeking/seek.c: (update_scale), (main):
12311         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12312         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12313         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12314         (gst_decode_bin_init), (gst_decode_bin_dispose),
12315         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12316         (no_more_pads), (close_link), (type_found),
12317         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12318         (plugin_init):
12319         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12320         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12321         (gst_play_base_bin_dispose), (queue_overrun),
12322         (gen_preroll_element), (remove_prerolls), (unknown_type),
12323         (no_more_pads), (new_stream), (setup_source),
12324         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12325         (play_base_eos), (gst_play_base_bin_change_state),
12326         (gst_play_base_bin_add_element),
12327         (gst_play_base_bin_remove_element),
12328         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12329         (gst_play_base_bin_unlink_stream),
12330         (gst_play_base_bin_get_streaminfo):
12331         * gst/playback/gstplaybin.c: (gen_video_element),
12332         (gen_audio_element):
12333         * gst/playback/gststreaminfo.h:
12334         More playback updates, attempt to fix things after the state change
12335         breakage.
12336
12337 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12338
12339         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
12340         (gst_videoscale_scale_nearest_16bit):
12341           comment algorithm
12342
12343 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12344
12345         * gst/videotestsrc/gstvideotestsrc.c:
12346         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
12347         (gst_videotestsrc_init), (gst_videotestsrc_get),
12348         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
12349         (gst_videotestsrc_get_property):
12350         * gst/videotestsrc/gstvideotestsrc.h:
12351         * gst/videotestsrc/videotestsrc.c:
12352         * gst/videotestsrc/videotestsrc.h:
12353           cleanup and commenting
12354
12355 2004-07-21  Wim Taymans  <wim@fluendo.com>
12356
12357         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12358         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
12359         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
12360         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
12361         (_find_chain_get_unknown_part), (_find_streams_check),
12362         (gst_ogg_demux_push), (gst_ogg_pad_push):
12363         * ext/theora/theoradec.c: (theora_get_formats),
12364         (theora_dec_src_convert), (theora_dec_sink_convert),
12365         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12366         (theora_dec_chain):
12367         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12368         (vorbis_dec_convert), (vorbis_dec_src_query),
12369         (vorbis_dec_src_event), (vorbis_dec_event):
12370         More seeking fixes, oggdemux now supports seeking to time and
12371         uses the downstream element to convert granulepos to time.
12372         Seeking in theora-only ogg files now works.
12373
12374 2004-07-21  Wim Taymans  <wim@fluendo.com>
12375
12376         * ext/theora/theoradec.c: (gst_theora_dec_init),
12377         (theora_get_formats), (theora_get_event_masks),
12378         (theora_get_query_types), (theora_dec_src_convert),
12379         (theora_dec_sink_convert), (theora_dec_src_query),
12380         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12381         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12382         (vorbis_get_event_masks), (vorbis_get_query_types),
12383         (gst_vorbis_dec_init), (vorbis_dec_convert),
12384         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
12385         Added query/convert/formats functions to vorbis and theora decoders
12386         so that the outside world can use them too. Fixed seeking on an
12387         ogg/theora/vorbis file by disabling the seeking seeking on the
12388         theora srcpad.
12389
12390 2004-07-21  Julien MOUTTE  <julien@moutte.net>
12391
12392         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12393         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
12394         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
12395         images creation for both elements. We don't create the image on caps
12396         nego or renego, we just destroy the internal one if present if it does
12397         not match the needs. The chain function takes care of creating a new
12398         image when needed.
12399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12400         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
12401         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12402         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
12403         the image format information. The buffer pool checks for the context
12404         image format and discard images with different formats.
12405         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
12406
12407 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12408
12409         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12410         (gst_ffmpegcolorspace_chain):
12411           no point in doing any chaining if the pad we want to push from
12412           isn't usable.
12413
12414 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12415
12416         * gst-libs/gst/riff/riff-media.c:
12417         (gst_riff_create_audio_caps_with_data):
12418           Fix double end-to-native symbol conversion (#148021).
12419
12420 2004-07-20  David Schleef  <ds@schleef.org>
12421
12422         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12423         Don't use an Atom that doesn't exist.
12424
12425 2004-07-20  Wim Taymans  <wim@fluendo.com>
12426
12427         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12428         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12429         (gst_multifdsink_client_remove),
12430         (gst_multifdsink_handle_client_write),
12431         (gst_multifdsink_queue_buffer):
12432         * gst/tcp/gstmultifdsink.h:
12433         More multifdsink stats. Avoid deadlock by releasing locks
12434         before sending out a signal.
12435
12436 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12437
12438         * po/LINGUAS:
12439         * po/hu.po:
12440           added Hungarian translation (Laszlo Dvornik)
12441
12442 2004-07-20  Wim Taymans  <wim@fluendo.com>
12443
12444         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12445         (gst_multifdsink_add), (gst_multifdsink_client_remove),
12446         (gst_multifdsink_handle_client_write),
12447         (gst_multifdsink_queue_buffer):
12448         * gst/tcp/gsttcp-marshal.list:
12449         Fixed the stupid marshal definition.
12450
12451 2004-07-20  Wim Taymans  <wim@fluendo.com>
12452
12453         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12454         (gst_multifdsink_init), (gst_multifdsink_add),
12455         (gst_multifdsink_client_remove),
12456         (gst_multifdsink_handle_client_write),
12457         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
12458         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
12459         (gst_multifdsink_init_send):
12460         * gst/tcp/gstmultifdsink.h:
12461         Added more stats, added timeout for a client, fixed some typos
12462         and added some comments.
12463
12464 2004-07-20  Wim Taymans  <wim@fluendo.com>
12465
12466         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12467         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12468         (gst_multifdsink_client_remove),
12469         (gst_multifdsink_handle_client_write):
12470         * gst/tcp/gstmultifdsink.h:
12471         * gst/tcp/gsttcp-marshal.list:
12472         Added get_stats method that returns a GValueArray of
12473         stats values.
12474
12475 2004-07-19  Benjamin Otte  <otte@gnome.org>
12476
12477         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
12478           make sure longname, description and author are valid UTF-8
12479
12480 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12481
12482         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
12483         (gst_ximagesink_set_property):
12484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
12485         (gst_xvimagesink_set_property):
12486           make sure SYNCHRONOUS is respected after getting the X context
12487
12488 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12489
12490         * gst/matroska/matroska-demux.c:
12491         (gst_matroska_demux_handle_src_event),
12492         (gst_matroska_demux_parse_blockgroup):
12493         * gst/matroska/matroska-ids.h:
12494           add BlockReference tag and ignore it to clear out log.
12495           ignore NAVIGATION events to clear out log.
12496
12497 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12498
12499         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
12500         (gst_matroska_demux_add_stream):
12501         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
12502           add debug categories
12503
12504 2004-07-16  Wim Taymans  <wim@fluendo.com>
12505
12506         * ext/libpng/Makefile.am:
12507         * ext/libpng/gstpng.c: (plugin_init):
12508         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
12509         (gst_pngdec_get_type), (gst_pngdec_base_init),
12510         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
12511         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
12512         * ext/libpng/gstpngdec.h:
12513         Added png decoder.
12514
12515 2004-07-16  Julien MOUTTE  <julien@moutte.net>
12516
12517         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
12518         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
12519         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
12520         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
12521         (gst_ximagesink_buffer_alloc):
12522         * sys/ximage/ximagesink.h:
12523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12524         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12525         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
12526         (gst_xvimagesink_buffer_alloc):
12527         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
12528         again. Using internal data pointer of the x(v)image to store image's
12529         data to be coherent with the buffer alloc mechanism. Investigated the
12530         image destruction code to be sure that everything gets freed correctly.
12531
12532 2004-07-16  Wim Taymans  <wim@fluendo.com>
12533
12534         * gst-libs/gst/riff/riff-read.c:
12535         (gst_riff_read_strf_vids_with_data),
12536         (gst_riff_read_strf_auds_with_data):
12537         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12538         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
12539         Make sure we don't create 0 sized subbuffers in riff-read.
12540         Signal the no more pads signal after reading the avi header.
12541
12542 2004-07-16  Wim Taymans  <wim@fluendo.com>
12543
12544         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12545         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12546         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12547         (gst_decode_bin_init), (gst_decode_bin_dispose),
12548         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12549         (no_more_pads), (close_link), (type_found),
12550         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12551         (gst_decode_bin_change_state), (plugin_init):
12552         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12553         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12554         (gst_play_base_bin_dispose), (queue_overrun),
12555         (gen_preroll_element), (remove_prerolls), (unknown_type),
12556         (no_more_pads), (new_stream), (setup_source),
12557         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12558         (play_base_eos), (gst_play_base_bin_change_state),
12559         (gst_play_base_bin_add_element),
12560         (gst_play_base_bin_remove_element),
12561         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12562         (gst_play_base_bin_unlink_stream),
12563         (gst_play_base_bin_get_streaminfo):
12564         * gst/playback/gstplaybasebin.h:
12565         Better error recovery. Added configurable preroll queue size. Faster
12566         detection of no-more-pads.
12567
12568 2004-07-16  Wim Taymans  <wim@fluendo.com>
12569
12570         * gst-libs/gst/video/video.h:
12571         Added 32 bits RGBA. Not sure if we should use another mime-type
12572         for alpha rgb. Currently the presence of the alpha_mask property
12573         signals an alpha channel.
12574
12575 2004-07-16  Wim Taymans  <wim@fluendo.com>
12576
12577         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12579         FPS seems to be 0.0 to MAX everywhere else.
12580
12581 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12582
12583         * gst-libs/gst/riff/riff-media.c:
12584         (gst_riff_create_video_caps_with_data):
12585           mp42/mp43 (no caps) exist too.
12586         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
12587           Set pixel_width/height; we've got them in-caps.
12588         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12589         * gst/wavparse/gstwavparse.c: (plugin_init):
12590           Both are valid primary.
12591         * sys/oss/gstossmixer.c:
12592           Remove i18n hack and enable translations.
12593
12594 2004-07-15  Benjamin Otte  <otte@gnome.org>
12595
12596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12597         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
12598           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
12599
12600 2004-07-15  Benjamin Otte  <otte@gnome.org>
12601
12602         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12603         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
12604         (gst_alsa_close_audio):
12605           disable some of the debugging code for now. Writing debugging to a
12606           buffer is broken in current alsalib releases.
12607
12608 2004-07-12  Benjamin Otte  <otte@gnome.org>
12609
12610         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
12611           use bufferpools
12612
12613 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12614
12615         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12616         (theora_dec_src_query), (theora_dec_event):
12617         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
12618           add debugging categories.  Remove \n's.
12619
12620 2004-07-13  Johan Dahlin  <johan@gnome.org>
12621
12622         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
12623         (gst_play_bin_get_property): Impl.
12624
12625 2004-07-13  Wim Taymans  <wim@fluendo.com>
12626
12627         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
12628         When trying to find the stream length, seek back N pages
12629         instead of just one, where N is the number of streams in
12630         the current chain.
12631
12632 2004-07-13  Wim Taymans  <wim@fluendo.com>
12633
12634         * gst-libs/gst/riff/riff-media.c:
12635         (gst_riff_create_audio_caps_with_data),
12636         (gst_riff_create_audio_caps),
12637         (gst_riff_create_audio_template_caps):
12638         * gst-libs/gst/riff/riff-media.h:
12639         * gst-libs/gst/riff/riff-read.c:
12640         (gst_riff_read_strf_vids_with_data),
12641         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
12642         * gst-libs/gst/riff/riff-read.h:
12643         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12644         (gst_avi_demux_add_stream):
12645         Set codec_data on caps for avidemuxer.
12646
12647 2004-07-12  David Schleef  <ds@schleef.org>
12648
12649         * configure.ac: Fix test for Objective C
12650
12651 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
12652         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
12653         (gst_gdk_pixbuf_chain):
12654           Add svg and pcx to template caps, and ensure that getcaps returns a
12655           subset of the template caps.
12656           Copy each row manually for output, as gdkpixbuf may pad the
12657           rowstride to a 32-bit word boundary.
12658
12659 2004-07-12  Wim Taymans  <wim@fluendo.com>
12660
12661         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12662         (gst_riff_create_video_template_caps):
12663         Fix the template caps to include some more media types.
12664
12665 2004-07-12  Wim Taymans  <wim@fluendo.com>
12666
12667         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12668         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12669         (compare_ranks), (print_feature), (gst_decode_bin_init),
12670         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12671         (try_to_link_1), (new_pad), (close_link), (type_found),
12672         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12673         (gst_decode_bin_change_state), (plugin_init):
12674         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12675         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12676         (gst_play_base_bin_dispose), (queue_overrun),
12677         (gen_preroll_element), (remove_prerolls), (no_more_pads),
12678         (new_stream), (setup_source), (gst_play_base_bin_set_property),
12679         (gst_play_base_bin_get_property), (play_base_eos),
12680         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12681         (gst_play_base_bin_remove_element),
12682         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12683         (gst_play_base_bin_unlink_stream),
12684         (gst_play_base_bin_get_streaminfo):
12685         * gst/playback/gstplaybasebin.h:
12686         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12687         (gst_play_bin_class_init), (gst_play_bin_init),
12688         (gst_play_bin_dispose), (gst_play_bin_set_property),
12689         (gst_play_bin_get_property), (gen_video_element),
12690         (gen_audio_element), (remove_sinks), (setup_sinks),
12691         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
12692         (gst_play_bin_send_event), (gst_play_bin_get_formats),
12693         (gst_play_bin_convert), (gst_play_bin_get_query_types),
12694         (gst_play_bin_query), (plugin_init):
12695         * gst/playback/test4.c: (main):
12696         More fixes on reusing of the element.
12697
12698 2004-07-11  Benjamin Otte  <otte@gnome.org>
12699
12700         * ext/mad/gstmad.c: (normal_seek):
12701           allow seeking for other methods than just SET
12702
12703 2004-07-11  Andy Wingo  <wingo@pobox.com>
12704
12705         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
12706         float, "any" caps -> buffer_frames=[0,MAX].
12707
12708         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
12709         doesn't intersect our caps with the template any more. Do it
12710         ourselves.
12711         (interleave_buffered_loop): Use g_newa instead of malloc/free.
12712
12713 2004-07-09  Wim Taymans  <wim@fluendo.com>
12714
12715         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12716         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12717         (compare_ranks), (print_feature), (gst_decode_bin_init),
12718         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12719         (try_to_link_1), (new_pad), (close_link), (type_found),
12720         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12721         (gst_decode_bin_change_state), (plugin_init):
12722         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12723         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12724         (gst_play_base_bin_dispose), (queue_overrun),
12725         (gen_preroll_element), (remove_prerolls), (no_more_pads),
12726         (new_stream), (setup_source), (gst_play_base_bin_set_property),
12727         (gst_play_base_bin_get_property), (play_base_eos),
12728         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12729         (gst_play_base_bin_remove_element),
12730         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12731         (gst_play_base_bin_unlink_stream),
12732         (gst_play_base_bin_get_streaminfo):
12733         * gst/playback/gstplaybasebin.h:
12734         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12735         (gst_play_bin_class_init), (gst_play_bin_init),
12736         (gst_play_bin_dispose), (gst_play_bin_set_property),
12737         (gst_play_bin_get_property), (gen_video_element),
12738         (gen_audio_element), (remove_sinks), (setup_sinks),
12739         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
12740         (gst_play_bin_send_event), (gst_play_bin_get_formats),
12741         (gst_play_bin_convert), (gst_play_bin_get_query_types),
12742         (gst_play_bin_query), (plugin_init):
12743         * gst/playback/test4.c: (main):
12744         Work on object reuse and seeking.
12745
12746 2004-07-09  Wim Taymans  <wim@fluendo.com>
12747
12748         * examples/seeking/seek.c: (iterate):
12749         Don't consume all CPU in the idle loop.
12750
12751 2004-07-09  Wim Taymans  <wim@fluendo.com>
12752
12753         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
12754         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
12755         Add pad to element *after* setting the pad functions so that
12756         the scheduler can use the correct ones.
12757
12758 2004-07-09  Wim Taymans  <wim@fluendo.com>
12759
12760         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
12761         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
12762         Sync to keyframe after seek
12763
12764 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12765
12766         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12767         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12768         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
12769         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
12770         * ext/libvisual/visual.c: (gst_visual_change_state):
12771         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
12772         * ext/theora/theoradec.c: (theora_dec_change_state):
12773         * ext/theora/theoraenc.c: (theora_enc_change_state):
12774         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
12775         * gst-libs/gst/navigation/navigation.c:
12776         * gst/adder/gstadder.c: (gst_adder_change_state):
12777         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12778         (gst_audio_convert_get_buffer):
12779         * gst/multipart/multipartdemux.c:
12780         (gst_multipart_demux_change_state):
12781         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
12782         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12783         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12784         * gst/videoscale/gstvideoscale.c:
12785         (gst_videoscale_handle_src_event):
12786         * gst/volume/gstvolume.c: (volume_chain_int16):
12787           don't assert in state change, this should be done by the base
12788           GstElement class.
12789           various debugging fixes.
12790
12791 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12792
12793         * configure.ac:
12794         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
12795         (gst_play_dispose), (gst_play_set_location),
12796         (gst_play_set_data_src), (gst_play_set_video_sink),
12797         (gst_play_set_audio_sink), (gst_play_set_visualization),
12798         (gst_play_connect_visualization), (gst_play_get_sink_element),
12799         (gst_play_get_all_by_interface):
12800         * gst-libs/gst/play/play.h:
12801           add new method to get elements implementing an interface.
12802           add various error logging
12803
12804 2004-07-08  Wim Taymans  <wim@fluendo.com>
12805
12806         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
12807         (make_mpeg_pipeline), (make_mpegnt_pipeline),
12808         (make_playerbin_pipeline), (query_durations_elems),
12809         (query_durations_pads), (query_positions_elems),
12810         (query_positions_pads), (update_scale), (iterate), (stop_seek),
12811         (main):
12812         Added playbin seeking example.
12813
12814 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12815
12816         * gst-libs/gst/play/play.c: (gst_play_set_location),
12817         (gst_play_set_data_src), (gst_play_set_video_sink),
12818         (gst_play_set_audio_sink), (gst_play_set_visualization),
12819         (gst_play_connect_visualization), (gst_play_get_framerate):
12820           use a macro to look up elements from hash table
12821
12822 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12823
12824         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
12825         (gst_play_get_length_callback), (gst_play_set_location),
12826         (gst_play_seek_to_time), (gst_play_set_data_src),
12827         (gst_play_set_video_sink), (gst_play_set_audio_sink),
12828         (gst_play_set_visualization), (gst_play_connect_visualization),
12829         (gst_play_get_sink_element):
12830         - add debugging info
12831         - fix looking up sink elements by iterating over complete caps
12832         - put everything except for source and autoplugger in a complete bin
12833
12834 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12835
12836         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
12837         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
12838         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
12839         (gst_alsa_sink_write), (gst_alsa_sink_loop):
12840         * ext/alsa/gstalsasink.h:
12841         - add debugging info
12842         - clean up schizophrenia of data/buffer/event
12843         - fix double event unref error
12844
12845 2004-07-08  Wim Taymans  <wim@fluendo.com>
12846
12847         * gst/playback/Makefile.am:
12848         Add headers to noinst
12849
12850 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12851
12852         * tools/gst-launch-ext-m.m:
12853         * tools/gst-launch-ext.1.in:
12854           convert to the third millenium
12855
12856 2004-07-07  David Schleef  <ds@schleef.org>
12857
12858         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
12859
12860 2004-07-07  Wim Taymans  <wim@fluendo.com>
12861
12862         * gst/playback/Makefile.am:
12863         * gst/playback/README:
12864         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12865         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12866         (compare_ranks), (print_feature), (gst_decode_bin_init),
12867         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12868         (try_to_link_1), (new_pad), (close_link), (type_found),
12869         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12870         (plugin_init):
12871         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12872         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12873         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
12874         (gen_preroll_element), (no_more_pads), (new_stream),
12875         (setup_source), (gst_play_base_bin_set_property),
12876         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
12877         (gst_play_base_bin_add_element),
12878         (gst_play_base_bin_remove_element),
12879         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12880         (gst_play_base_bin_unlink_stream),
12881         (gst_play_base_bin_get_streaminfo):
12882         * gst/playback/gstplaybasebin.h:
12883         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12884         (gst_play_bin_class_init), (gst_play_bin_init),
12885         (gst_play_bin_dispose), (gst_play_bin_set_property),
12886         (gst_play_bin_get_property), (gen_video_element),
12887         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
12888         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12889         (gst_play_bin_get_formats), (gst_play_bin_convert),
12890         (gst_play_bin_get_query_types), (gst_play_bin_query),
12891         (plugin_init):
12892         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12893         (gst_stream_info_get_type), (gst_stream_info_class_init),
12894         (gst_stream_info_init), (gst_stream_info_new),
12895         (gst_stream_info_dispose), (gst_stream_info_set_property),
12896         (gst_stream_info_get_property):
12897         * gst/playback/gststreaminfo.h:
12898         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
12899         (main):
12900         * gst/playback/test2.c: (main):
12901         * gst/playback/test3.c: (update_scale), (main):
12902         More playbin fixes. Added README. Do better element filtering.
12903         Added base class to preroll media. Added test apps.
12904
12905 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12906
12907         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
12908         * ext/mpeg2dec/gstmpeg2dec.h:
12909           various debugging improvements.  Reset stream to next picture
12910           instead of sequence header, otherwise seeks cannot work.
12911
12912 2004-07-07  Wim Taymans  <wim@fluendo.com>
12913
12914         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
12915         (gst_video_box_class_init), (gst_video_box_set_property),
12916         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
12917         Use pad_alloc where possible.
12918
12919 2004-07-07  Wim Taymans  <wim@fluendo.com>
12920
12921         * sys/oss/gstosselement.c: (gst_osselement_reset),
12922         (gst_osselement_parse_caps):
12923         * sys/oss/gstosselement.h:
12924         * sys/oss/gstosssrc.c: (gst_osssrc_get):
12925         Fix offset on osssrc.
12926
12927 2004-07-07  Wim Taymans  <wim@fluendo.com>
12928
12929         * ext/theora/theora.c: (plugin_init):
12930         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
12931         (theora_dec_src_query), (theora_dec_chain):
12932         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12933         (theora_enc_sink_link), (theora_buffer_from_packet),
12934         (theora_push_packet), (theora_enc_chain):
12935         Fix theora granulepos calculation.
12936         Fix overflow in duration/position calculation.
12937         Bump rank to PRIMARY for theoradec.
12938         Use granulepos of last packet to calculate position.
12939         Set keyframe flag on buffers when needed.
12940
12941 2004-07-06  David Schleef  <ds@schleef.org>
12942
12943         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
12944         serious?  (Fixed, obviously.)
12945
12946 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12947
12948         * po/LINGUAS:
12949         * po/cs.po:
12950           added Czech translation (Miloslav Trmac)
12951
12952 2004-07-05  Wim Taymans  <wim@fluendo.com>
12953
12954         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12955         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12956         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
12957         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12958         (close_link), (type_found), (gst_decode_bin_set_property),
12959         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
12960         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
12961         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
12962         (gst_decode_bin_query), (plugin_init):
12963         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12964         (gst_play_bin_class_init), (gst_play_bin_init),
12965         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
12966         (get_video_element), (new_pad), (setup_source),
12967         (gst_play_bin_set_property), (gst_play_bin_get_property),
12968         (gst_play_bin_change_state), (gst_play_bin_add_element),
12969         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
12970         (gst_play_bin_send_event), (gst_play_bin_get_formats),
12971         (gst_play_bin_convert), (gst_play_bin_get_query_types),
12972         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
12973         * gst/playback/test.c: (main):
12974         More fixes, cleaned up playbin, make it use decodebin. Added
12975         threaded property to playbin.
12976
12977 2004-07-05  Wim Taymans  <wim@fluendo.com>
12978
12979         * configure.ac:
12980         * gst/playback/Makefile.am:
12981         * gst/playback/decodetest.c: (main):
12982         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12983         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12984         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
12985         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12986         (close_link), (type_found), (gst_decode_bin_set_property),
12987         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
12988         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
12989         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
12990         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
12991         (plugin_init):
12992         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12993         (gst_play_bin_class_init), (gst_play_bin_init),
12994         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
12995         (collect_sink_pads), (find_compatibles), (close_pad_link),
12996         (try_to_link_1), (new_pad), (close_link), (type_found),
12997         (setup_source), (gst_play_bin_set_property),
12998         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
12999         (compare_ranks), (gst_play_bin_collect_factories),
13000         (gst_play_bin_change_state), (gst_play_bin_add_element),
13001         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13002         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13003         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13004         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13005         * gst/playback/test.c: (main):
13006         Added some playback helper elements and some test apps, very alpha
13007         still.
13008
13009 2004-07-04  Benjamin Otte  <otte@gnome.org>
13010
13011         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13012           only restart audio when we indeed have an xrun to fix repeated
13013           xruns. Fix suggested by Giuliano Pochini.
13014
13015 2004-07-03  David Schleef  <ds@schleef.org>
13016
13017         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13018         call to gst_debug_log() if debugging is disabled (bug #145118)
13019
13020 2004-07-03  Benjamin Otte  <otte@gnome.org>
13021
13022         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13023           use our own functions for restarting the alsa device.
13024         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13025           I should apply patches myself - use MIN for the third argument, not
13026           the second, this fixes seeking
13027
13028 2004-07-02  David Schleef  <ds@schleef.org>
13029
13030         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13031         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13032         do with the logic.
13033
13034 2004-07-02  David Schleef  <ds@schleef.org>
13035
13036         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13037         output buffers.  Fix logic mistake.  (bug #144866)
13038
13039 2004-07-02  David Schleef  <ds@schleef.org>
13040
13041         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13042         on X.  (bug #144753)
13043
13044 2004-07-02  David Schleef  <ds@schleef.org>
13045
13046         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13047         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13048         (bug #144624)
13049         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13050         (gst_osselement_rate_probe_check): Add another workaround for
13051         buggy drivers (bug #145336)
13052
13053 2004-07-02  David Schleef  <ds@schleef.org>
13054
13055         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13056         Most systems don't have MSG_NOSIGNAL.
13057
13058 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13059
13060         * Makefile.am:
13061         * gst-libs/gst/colorbalance/Makefile.am:
13062         * gst-libs/gst/mixer/Makefile.am:
13063         * gst-libs/gst/play/Makefile.am:
13064         * gst-libs/gst/tuner/Makefile.am:
13065           (hopefully) fix both install and dist and make error message useful.
13066           needs testing across automakes.
13067
13068 2004-07-02  Benjamin Otte  <otte@gnome.org>
13069
13070         * ext/ogg/gstogg.c: (plugin_init):
13071           we require bytestream now
13072         * ext/ogg/gstoggdemux.c:
13073           huge diff to implement chain setup in a fast and generic way. This
13074           improves tag reading and startup of huge files (read: Theora videos)
13075           quite a bit. It probably contains bugs, too, so please test.
13076           Seeking is not improved to the fast method.
13077
13078 2004-06-29  Wim Taymans  <wim@fluendo.com>
13079
13080         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13081         * ext/ogg/gstoggmux.c:
13082         Fix memleak in oggdemux when running unconnected pads.
13083         doc update in mux, start working on keyframe mode.
13084
13085 2004-06-29  Benjamin Otte  <otte@gnome.org>
13086
13087         * sys/oss/gstosssink.c:
13088         * sys/oss/gstosssrc.c:
13089           advertise correct template caps - we indeed do non-native endianness
13090           and 8bit audio has no endianness
13091         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13093           avoid (wrong) duplications in getcaps function and return
13094           template caps
13095
13096 2004-06-29  Wim Taymans  <wim@fluendo.com>
13097
13098         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13099         (gst_multifdsink_class_init), (gst_multifdsink_add),
13100         (gst_multifdsink_remove), (gst_multifdsink_clear),
13101         (gst_multifdsink_client_remove),
13102         (gst_multifdsink_handle_client_read),
13103         (gst_multifdsink_client_queue_data),
13104         (gst_multifdsink_client_queue_caps),
13105         (gst_multifdsink_client_queue_buffer),
13106         (gst_multifdsink_handle_client_write),
13107         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13108         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13109         (gst_multifdsink_init_send), (gst_multifdsink_close):
13110         Fix wrong GList iteration that could crash the server when
13111         more then 2 clients disconnect at the same time. Read all the
13112         pending commands in one batch to recover from command storms under
13113         very heavy load.
13114
13115 2004-06-28  Wim Taymans  <wim@fluendo.com>
13116
13117         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13118         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13119         (gst_videomixer_pad_set_property),
13120         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13121         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13122         (gst_videomixer_class_init), (gst_videomixer_init),
13123         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13124         (pad_zorder_compare), (gst_videomixer_sort_pads),
13125         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13126         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13127         (gst_videomixer_update_queues), (gst_videomixer_loop),
13128         (plugin_init):
13129         Avoid divide by zero, choose masterpad as the pad with the highest
13130         framerate.
13131
13132 2004-06-27  Julien Moutte  <julien@moutte.net>
13133
13134         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13135         (gst_ximagesink_xwindow_new):
13136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13137         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13138         function directly. We might want to call it from somewhere else one day.
13139
13140 2004-06-27  Julien Moutte  <julien@moutte.net>
13141
13142         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13143         (gst_ximagesink_xwindow_new):
13144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13145         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13146         window decorations.
13147
13148 2004-06-27  Wim Taymans  <wim@fluendo.com>
13149
13150         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13151         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13152         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13153         (gst_dvdec_set_property), (gst_dvdec_get_property):
13154         * ext/dv/gstdvdec.h:
13155         Implement drop_factor property to lower the framerate with
13156         a factor.
13157
13158 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13159
13160         * gst-libs/gst/colorbalance/Makefile.am:
13161         * gst-libs/gst/mixer/Makefile.am:
13162         * gst-libs/gst/play/Makefile.am:
13163         * gst-libs/gst/tuner/Makefile.am:
13164           unbreak Company's fix that didn't install the -enum.h files
13165
13166 2004-06-27  Wim Taymans  <wim@fluendo.com>
13167
13168         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13169         (gst_dvdec_change_state):
13170         * ext/dv/gstdvdec.h:
13171         Fix timestamp, duration and offset of the buffers.
13172
13173 2004-06-27  Wim Taymans  <wim@fluendo.com>
13174
13175         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13176         (gst_multifdsink_class_init), (gst_multifdsink_add),
13177         (gst_multifdsink_remove), (gst_multifdsink_clear),
13178         (gst_multifdsink_client_remove),
13179         (gst_multifdsink_handle_client_read),
13180         (gst_multifdsink_client_queue_data),
13181         (gst_multifdsink_client_queue_caps),
13182         (gst_multifdsink_client_queue_buffer),
13183         (gst_multifdsink_handle_client_write),
13184         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13185         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13186         (gst_multifdsink_init_send), (gst_multifdsink_close):
13187         * gst/tcp/gstmultifdsink.h:
13188         * gst/tcp/gsttcpserversink.c:
13189         (gst_tcpserversink_handle_server_read),
13190         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13191         More multifdsink fixes, more recovery policy fixes.
13192         Removed stupid g_print
13193
13194 2004-06-26  Wim Taymans  <wim@fluendo.com>
13195
13196         * gst/tcp/Makefile.am:
13197         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13198         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13199         (gst_multifdsink_class_init), (gst_multifdsink_init),
13200         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13201         (gst_multifdsink_handle_client_read),
13202         (gst_multifdsink_client_queue_data),
13203         (gst_multifdsink_client_queue_caps),
13204         (gst_multifdsink_client_queue_buffer),
13205         (gst_multifdsink_handle_client_write),
13206         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13207         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13208         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13209         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13210         (gst_multifdsink_close), (gst_multifdsink_change_state):
13211         * gst/tcp/gstmultifdsink.h:
13212         * gst/tcp/gsttcpplugin.c: (plugin_init):
13213         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13214         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13215         (gst_tcpserversink_handle_server_read),
13216         (gst_tcpserversink_handle_select),
13217         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13218         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13219         * gst/tcp/gsttcpserversink.h:
13220         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13221         one of the locks, added recovery policy to multifdsink.
13222
13223 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13224
13225         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13226           fix decision for when getting frames with same timestamp
13227         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13228         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13229         (gst_v4lsrc_get_property):
13230         * sys/v4l/gstv4lsrc.h:
13231           add latency offset property
13232
13233 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13234
13235         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13236         (plugin_init):
13237           fix debugging. add category.
13238
13239 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13240
13241         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13242           fix wrong offsets
13243
13244 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13245
13246         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13247         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13248         (gst_alsa_src_change_state):
13249           return a time that is in sync with the element's processing
13250
13251 2004-06-25  Wim Taymans  <wim@fluendo.com>
13252
13253         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13254         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13255         (gst_tcpserversink_client_remove),
13256         (gst_tcpserversink_handle_client_read),
13257         (gst_tcpserversink_client_queue_data),
13258         (gst_tcpserversink_client_queue_caps),
13259         (gst_tcpserversink_client_queue_buffer),
13260         (gst_tcpserversink_handle_client_write),
13261         (gst_tcpserversink_queue_buffer),
13262         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13263         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13264         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13265         (gst_tcpserversink_close):
13266         * gst/tcp/gsttcpserversink.h:
13267         Serversink rewrite. Really do non blocking writes to clients and
13268         maintain an internal queue to handle slower clients while not
13269         disturbing fast clients.
13270
13271 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13272
13273         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13274           better debug, don't override OFFSET and OFFSET_END
13275
13276 2004-06-25  Iain <iain@prettypeople.org>
13277
13278         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13279         name=source for the wavparse pipeline.
13280
13281 2004-06-24  Johan Dahlin  <johan@gnome.org>
13282
13283         * ext/theora/theoraenc.c (theora_enc_chain): Call
13284         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13285         streamheader caps are set correctly.
13286
13287 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13288
13289         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13290         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13291           respect minimum bitrate; same could be done for max bitrate
13292
13293 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13294
13295         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13296         (gst_vorbisenc_setup):
13297           fix sample rate range
13298
13299 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13300
13301         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
13302         (gst_oggvorbisenc_setup):
13303         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13304         (gst_vorbisenc_setup):
13305           resolve ambiguities in code and description
13306
13307 2004-06-24  Wim Taymans  <wim@fluendo.com>
13308
13309         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
13310         * ext/alsa/gstalsa.h:
13311         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13312         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
13313         Use alsa trigger_tstamp to get the timestamp of the first
13314         sample in the buffer for more precise sync. Some cleanups.
13315
13316 2004-06-24  Wim Taymans  <wim@fluendo.com>
13317
13318         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
13319         (gst_audiorate_init), (gst_audiorate_chain),
13320         (gst_audiorate_set_property), (gst_audiorate_get_property):
13321         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13322         (gst_videorate_chain):
13323         Added some logging, fixed an overflow bug in videorate.
13324
13325 2004-06-24  Benjamin Otte  <otte@gnome.org>
13326
13327         * ext/kio/Makefile.am:
13328           fix for builddir != srcdir and distcheck
13329
13330 2004-06-24  Benjamin Otte  <otte@gnome.org>
13331
13332         * gst-libs/gst/colorbalance/Makefile.am:
13333         * gst-libs/gst/mixer/Makefile.am:
13334         * gst-libs/gst/play/Makefile.am:
13335         * gst-libs/gst/tuner/Makefile.am:
13336         * gst/tcp/Makefile.am:
13337         * sys/dxr3/Makefile.am:
13338           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
13339           tarball.
13340           Also add all *.list files that were missing.
13341         * Makefile.am:
13342           add a distcheck hook to ensure the above doesn't happen again.
13343
13344 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
13345
13346         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
13347
13348 2004-06-23  Colin Walters  <walters@redhat.com>
13349
13350         * m4/Makefile.am: Distribute gst-fionread.m4.
13351
13352 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13353
13354         * configure.ac: back to dev
13355
13356 2004-06-23  Wim Taymans  <wim@fluendo.com>
13357
13358         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13359         (gst_alsa_xrun_recovery):
13360         * ext/alsa/gstalsa.h:
13361         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13362         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
13363         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13364         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
13365         (gst_alsa_src_loop):
13366         Add clock to alsasrc. Take new capture timestamp when
13367         restarting after an overrun. Split up some functions between
13368         alsasrc and alsasink.
13369
13370 === release 0.8.2 ===
13371
13372 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13373
13374         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13375         (gst_alsa_change_state), (gst_alsa_update_avail),
13376         (gst_alsa_xrun_recovery):
13377         * ext/alsa/gstalsa.h:
13378         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13379           merge back changes from release
13380
13381 2004-06-23  Wim Taymans  <wim@fluendo.com>
13382
13383         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
13384         (gst_audiorate_init), (gst_audiorate_chain),
13385         (gst_audiorate_set_property), (gst_audiorate_get_property):
13386         Implement sample dropping and notify
13387
13388 2004-06-22  Wim Taymans  <wim@fluendo.com>
13389
13390         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13391         (theora_enc_sink_link), (theora_buffer_from_packet),
13392         (theora_push_packet), (theora_enc_chain):
13393         Some cleanups, make sure the timestamps are correct.
13394
13395 2004-06-22  Wim Taymans  <wim@fluendo.com>
13396
13397         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
13398         (gst_alsa_change_state), (gst_alsa_update_avail),
13399         (gst_alsa_xrun_recovery):
13400         * ext/alsa/gstalsa.h:
13401         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13402         Cleanups, take queued samples into account when reporting
13403         the time.
13404
13405 2004-06-22  Wim Taymans  <wim@fluendo.com>
13406
13407         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13408         (gst_videorate_init):
13409         Initialize the property as well.
13410
13411 2004-06-22  Wim Taymans  <wim@fluendo.com>
13412
13413         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13414         (gst_videorate_init), (gst_videorate_chain),
13415         (gst_videorate_set_property), (gst_videorate_get_property):
13416         Add property to make videorate silent.
13417         Add property to prefer new frames over old ones.
13418
13419 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13420
13421         * sys/osxvideo/Makefile.am:
13422         Workaround so that the osxvideo .so file gets linked with the
13423         Cocoa, OpenGL and QuickTime frameworks
13424
13425 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13426
13427         * sys/osxaudio/Makefile.am:
13428         Workaround so that the osxaudio .so file gets linked with the
13429         CoreAudio framework
13430
13431 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13432
13433         * configure.ac:
13434         Whoops, my fault...fixed build issues
13435
13436 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13437
13438         * configure.ac:
13439         Add objective-c support if running in Darwin/Mac OS X
13440         * sys/Makefile.am:
13441         * sys/osxvideo:
13442         * sys/osxvideo/Makefile.am:
13443         * sys/osxvideo/osxvideosink.h:
13444         * sys/osxvideo/osxvideosink.m:
13445         * sys/osxvideo/cocoawindow.h:
13446         * sys/osxvideo/cocoawindow.m:
13447         Add osxvideosink, a cocoa-based osx video sink
13448
13449
13450 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
13451         * ext/dvdnav/gst-dvd:
13452         Grab the gconf key from the right spot
13453         * gst/debug/gstnavseek.c: (gst_navseek_init),
13454         (gst_navseek_segseek), (gst_navseek_handle_src_event),
13455         (gst_navseek_chain):
13456         * gst/debug/gstnavseek.h:
13457           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
13458           and loop parameters of a segment seek.
13459         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
13460         (gst_videotestsrc_get_event_masks),
13461         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
13462         * gst/videotestsrc/gstvideotestsrc.h:
13463           Add seeking support to videotestsrc
13464           Initialise the timestamp_offset variable.
13465
13466 2004-06-18  Wim Taymans  <wim@fluendo.com>
13467
13468         * ext/sidplay/gstsiddec.cc:
13469         Fix negotiation and set correct end offset.
13470
13471 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13472
13473         * configure.ac: branch and prerelease
13474
13475 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13476
13477         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
13478         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
13479         (gst_tcpclientsrc_init_receive):
13480         * gst/tcp/gsttcpclientsrc.h:
13481           read caps when connecting to server for GDP so we set them correctly
13482
13483 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13484
13485         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13486           notify drops and duplicates
13487         * gst/videoscale/videoscale.c: (videoscale_get_structure):
13488           no good reason to limit ourselves to 100x100
13489
13490 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13491
13492         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13493         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13494         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13495         (gst_v4lsrc_get_property):
13496         * sys/v4l/gstv4lsrc.h:
13497         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13498         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13499         (gst_v4l_set_audio):
13500         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
13501         (gst_v4lsrc_try_capture):
13502         * sys/v4l/v4lsrc_calls.h:
13503           change try_palette to more general try_capture
13504           add autoprobe option so we can turn off autoprobing
13505           various fixes
13506
13507 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13508
13509         * configure.ac:
13510           add videorate
13511         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
13512         (gst_ximagesink_class_init):
13513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
13514         (gst_xvimagesink_class_init):
13515           run them as finalize, not dispose, since dispose can be invoked
13516           multiple times
13517
13518 2004-06-17  Wim Taymans  <wim@fluendo.com>
13519
13520         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13521         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
13522         * ext/alsa/gstalsa.h:
13523         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
13524         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
13525         (gst_alsa_src_change_state):
13526         * ext/alsa/gstalsasrc.h:
13527         Make the xrun code timestamp and offset the buffers correctly.
13528         moved the clock to the base class, use alsa methods to get time.
13529         Do correct timestamping on outgoing buffers.
13530
13531 2004-06-17  Wim Taymans  <wim@fluendo.com>
13532
13533         * gst/audiorate/Makefile.am:
13534         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
13535         (gst_audiorate_base_init), (gst_audiorate_class_init),
13536         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
13537         (gst_audiorate_set_property), (gst_audiorate_get_property),
13538         (gst_audiorate_change_state), (plugin_init):
13539         Added an audiorate converter that fills in gaps.
13540
13541 2004-06-17  Johan Dahlin  <johan@gnome.org>
13542
13543         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
13544
13545 2004-06-16  Wim Taymans  <wim@fluendo.com>
13546
13547         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
13548         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13549         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13550         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13551         (gst_v4lsrc_get_property):
13552         * sys/v4l/gstv4lsrc.h:
13553         Added a copy mode to v4lsrc where it will output a copied version
13554         of its internal hardware buffer.
13555         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
13556         can't | them.
13557
13558 2004-06-16  Wim Taymans  <wim@fluendo.com>
13559
13560         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13561         Timestamp fixes.
13562
13563 2004-06-16  Wim Taymans  <wim@fluendo.com>
13564
13565         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13566         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13567         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13568         (gst_v4lsrc_get_property):
13569         * sys/v4l/gstv4lsrc.h:
13570         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13571         Added a sync mode enum property to control v4lsrc timestamp method
13572         Removed the use-fixed-fps property and moved functionality in
13573         the enum.
13574         Don't error on an error value from v4l-conf, it might not always
13575         be a real error.
13576
13577 2004-06-16  Wim Taymans  <wim@fluendo.com>
13578
13579         * gst/videorate/Makefile.am:
13580         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
13581         (gst_videorate_base_init), (gst_videorate_class_init),
13582         (gst_videorate_getcaps), (gst_videorate_link),
13583         (gst_videorate_init), (gst_videorate_chain),
13584         (gst_videorate_set_property), (gst_videorate_get_property),
13585         (gst_videorate_change_state), (plugin_init):
13586         Added a video timestamp corrector.
13587
13588 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13589
13590         fixed a potential leak with previous commit
13591
13592         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13593
13594 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13595
13596         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13597         Added missing refcount, fixes bug #144425
13598         Cheers Tim for finding the bug
13599
13600 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13601
13602         * sys/v4l/gstv4l.c: (plugin_init):
13603         * sys/v4l/gstv4lcolorbalance.c:
13604         * sys/v4l/gstv4lcolorbalance.h:
13605         * sys/v4l/gstv4lelement.c:
13606         * sys/v4l/gstv4lelement.h:
13607         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
13608         * sys/v4l/gstv4lmjpegsink.h:
13609         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
13610         * sys/v4l/gstv4lmjpegsrc.h:
13611         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
13612         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
13613         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13614         * sys/v4l/gstv4lsrc.h:
13615         * sys/v4l/gstv4ltuner.c:
13616         * sys/v4l/gstv4ltuner.h:
13617         * sys/v4l/gstv4lxoverlay.c:
13618         * sys/v4l/gstv4lxoverlay.h:
13619         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
13620         (gst_v4l_set_window), (gst_v4l_enable_overlay):
13621         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13622         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13623         (gst_v4l_set_audio):
13624         * sys/v4l/v4l_calls.h:
13625         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
13626         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
13627         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
13628         (gst_v4lmjpegsink_playback_init),
13629         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
13630         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
13631         (gst_v4lmjpegsink_playback_stop),
13632         (gst_v4lmjpegsink_playback_deinit):
13633         * sys/v4l/v4lmjpegsink_calls.h:
13634         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
13635         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
13636         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
13637         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
13638         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
13639         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
13640         * sys/v4l/v4lmjpegsrc_calls.h:
13641         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
13642         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
13643         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
13644         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
13645         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
13646         (gst_v4lsrc_try_palette):
13647         * sys/v4l/v4lsrc_calls.h:
13648           bunch of paranoia cleanups
13649
13650 2004-06-14  David Schleef  <ds@schleef.org>
13651
13652         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
13653         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
13654         Send discont events and change timestamps appropriately when
13655         we get a seek event.  (bug #144240)
13656         * ext/cdparanoia/gstcdparanoia.h:
13657
13658 2004-06-14  Benjamin Otte  <otte@gnome.org>
13659
13660         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
13661           snd_pcm_hw_params_set_rate  since the latter fails for no good
13662           reason on some setups.
13663
13664 2004-06-14  David Schleef  <ds@schleef.org>
13665
13666         * gst/volume/demo.c: (value_changed_callback): exp10() is not
13667         standard.  Thank you for playing.
13668
13669 2004-06-14  Wim Taymans  <wim@fluendo.com>
13670
13671         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
13672         Patch 1.3 broke the ordering of the colorspace info and
13673         made the plugin basically work by coincidence, reordered
13674         the info.
13675
13676 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13677
13678         * ext/lame/gstlame.c:
13679         * ext/mad/gstmad.c:
13680           sync caps.  Make sure mad can only output a list of rates, not
13681           a full range.  In the future, have three caps lists for each of the
13682           mpeg versions.  Change mpegversion to a double as well.
13683
13684 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13685
13686         * gst/volume/.cvsignore:
13687         * gst/volume/Makefile.am:
13688         * gst/volume/demo.c: (value_changed_callback), (idler),
13689         (setup_gui), (main):
13690           added small demo app
13691
13692 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
13693         * ext/esd/esdsink.c: (gst_esdsink_change_state):
13694         * ext/esd/esdsink.h:
13695         Close the esd connection on pause, because esd will just wait -
13696         blocking all other esd clients indefinitely.
13697
13698 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
13699
13700         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
13701           previous commit with GST_DEBUG
13702
13703 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13704
13705         * configure.ac:
13706           add a header check for a dvdread header in dvdnav.  Fixes #133002
13707
13708 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13709
13710         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
13711         * gst/tcp/gsttcpclientsink.h:
13712         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
13713         * gst/tcp/gsttcpclientsrc.h:
13714         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
13715         (gst_tcpserversink_handle_server_read),
13716         (gst_tcpserversink_init_send):
13717         * gst/tcp/gsttcpserversink.h:
13718         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
13719         * gst/tcp/gsttcpserversrc.h:
13720         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
13721         version of IP)
13722
13723 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13724
13725         * configure.ac:
13726         Added ogg library so that OSX detects libtheora properly
13727
13728 2004-06-11  Wim Taymans  <wim@fluendo.com>
13729
13730         * ext/theora/theoradec.c: (theora_dec_chain),
13731         (theora_dec_change_state):
13732         Don't try to decode frames before we received a keyframe.
13733
13734 2004-06-11  Wim Taymans  <wim@fluendo.com>
13735
13736         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13737         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
13738         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13739         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
13740         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
13741         Added property to set the maximum delay of a page.
13742
13743 2004-06-10  Wim Taymans  <wim@fluendo.com>
13744
13745         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13746         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
13747         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13748         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
13749         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
13750         Added max-delay property to control the maximum amount
13751         of data to put in one page.
13752
13753 2004-06-10  Wim Taymans  <wim@fluendo.com>
13754
13755         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13756         (gst_theora_enc_init), (theora_enc_sink_link),
13757         (theora_buffer_from_packet), (theora_enc_set_property),
13758         (theora_enc_get_property):
13759         Set duration on encoded buffer, added some more properties
13760
13761 2004-06-10  Wim Taymans  <wim@fluendo.com>
13762
13763         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13764         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13765         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13766         * ext/theora/theoraenc.c: (theora_enc_chain):
13767         Fix refcounting bugs
13768
13769 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13770
13771         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
13772         (gst_asf_demux_loop), (gst_asf_demux_process_file),
13773         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
13774         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
13775         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
13776         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
13777         (gst_asf_demux_change_state):
13778         * gst/asfdemux/gstasfdemux.h:
13779           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
13780           feels like. I think we should set a new requirement for demuxers
13781           from now on to implement sane loop functions, data loops, query
13782           and seek functions before first commit into CVS. And this commit
13783           fixes all of the above.
13784
13785 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
13786
13787         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
13788           vorbis comments are properly encoded in UTF-8 before adding them
13789           to a GstTagList
13790
13791 2004-06-09  Benjamin Otte  <otte@gnome.org>
13792
13793         * ext/alsa/gstalsa.c: (add_channels):
13794           handle min <= max correctly
13795         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
13796         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
13797           add fixation functions so we fixate correctly. No preferring of alaw
13798           anymore because it's the first structure.
13799         * ext/alsa/gstalsa.h:
13800         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
13801         (gst_alsa_hw_params_dump):
13802           add functions to ease debugging in alsalib
13803         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
13804         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
13805         (gst_alsa_start_audio):
13806           only specify hw params if we really setup a format (fixes #134007 -
13807           or at least works around it)
13808
13809 2004-06-09  Wim Taymans  <wim@fluendo.com>
13810
13811         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13812         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
13813         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
13814         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
13815         (gst_ogg_mux_loop):
13816         Use stream caps to setup the initial pages in the ogg stream.
13817         Correctly set the streamheader caps on the srcpad.
13818
13819 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13820
13821         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
13822         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
13823         (gst_v4lsrc_getcaps):
13824         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13825         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
13826           add querying of fps lists for webcams.  Negotiating to a framerate
13827           now works.
13828
13829 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13830
13831         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
13832         (theora_push_buffer), (theora_push_packet),
13833         (theora_set_header_on_caps), (theora_enc_chain):
13834           mark buffers and put on streamheader, raw theora streaming
13835           now works too, whee
13836
13837 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13838
13839         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
13840         (gst_tcp_gdp_read_caps):
13841           do a looping read for caps and GDP headers too
13842
13843 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13844
13845         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13846         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
13847           return EOS instead of NULL in _get
13848
13849 2004-06-08  Wim Taymans  <wim@fluendo.com>
13850
13851         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
13852         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
13853         (gst_tcp_gdp_write_caps):
13854         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13855         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
13856         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
13857         Memory leak fixes
13858
13859 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13860
13861         * ext/vorbis/Makefile.am:
13862         * ext/vorbis/vorbis.c: (plugin_init):
13863         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
13864         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
13865         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
13866         (vorbis_parse_change_state):
13867         * ext/vorbis/vorbisparse.h:
13868           adding a vorbisparse element that marks the buffers, streaming
13869           raw vorbis using GDP now works, whee
13870
13871 2004-06-08  Wim Taymans  <wim@fluendo.com>
13872
13873         * ext/jpeg/Makefile.am:
13874         * ext/jpeg/README:
13875         * ext/jpeg/gstjpeg.c: (plugin_init):
13876         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
13877         (gst_smokedec_base_init), (gst_smokedec_class_init),
13878         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
13879         * ext/jpeg/gstsmokedec.h:
13880         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
13881         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
13882         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
13883         (gst_smokeenc_resync), (gst_smokeenc_chain),
13884         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
13885         * ext/jpeg/gstsmokeenc.h:
13886         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
13887         (smokecodec_flush_destination), (smokecodec_term_destination),
13888         (smokecodec_init_source), (smokecodec_fill_input_buffer),
13889         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
13890         (smokecodec_term_source), (smokecodec_encode_new),
13891         (smokecodec_decode_new), (smokecodec_info_free),
13892         (smokecodec_set_quality), (smokecodec_get_quality),
13893         (smokecodec_set_threshold), (smokecodec_get_threshold),
13894         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
13895         (find_best_size), (abs_diff), (put), (smokecodec_encode),
13896         (smokecodec_parse_header), (smokecodec_decode):
13897         * ext/jpeg/smokecodec.h:
13898         Added a new simple jpeg based codec
13899
13900 2004-06-08  Wim Taymans  <wim@fluendo.com>
13901
13902         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13903         (gst_multipart_mux_loop):
13904         Fix memory leak
13905
13906 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13907
13908         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13909         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
13910         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
13911         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
13912         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13913         * gst/tcp/gsttcpserversink.h:
13914           take streamheader into account
13915
13916 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13917
13918         * gst/level/Makefile.am:
13919         * gst/level/gstlevel.c: (gst_level_class_init):
13920           clean up marshal generation
13921
13922 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13923
13924         * gst/tcp/Makefile.am:
13925         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
13926         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
13927         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
13928         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13929         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
13930         (gst_tcpclientsrc_get_property):
13931         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13932         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13933         (gst_tcpserversink_handle_client_read),
13934         (gst_tcpserversink_handle_client_write),
13935         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
13936         * gst/tcp/gsttcpserversink.h:
13937           add signals client-added and client-removed
13938         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13939         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
13940         (gst_tcpserversrc_get_property):
13941         uniformized, change default protocol to NONE
13942         * gst/tcp/gsttcp-marshal.list: added
13943 2004-06-07  Benjamin Otte  <otte@gnome.org>
13944
13945         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13946           handle discont events if they happen before caps nego
13947
13948 2004-06-07  Wim Taymans  <wim@fluendo.com>
13949
13950         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13951         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13952         (gst_multipart_demux_plugin_init):
13953         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13954         (gst_multipart_mux_init), (gst_multipart_mux_loop),
13955         (gst_multipart_mux_change_state):
13956         Small updates, fix a memleak
13957
13958 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13959
13960         * configure.ac: OSS portability
13961         * ext/arts/gst_arts.c: idem
13962         * sys/oss/gstosselement.c: idem
13963         * sys/oss/gstossmixer.c: idem
13964         * sys/oss/gstosssink.c: idem
13965         * sys/oss/gstosssrc.c: idem
13966         * sys/oss/oss_probe.c: idem
13967           - check for soundcard.h in different places for some BSD
13968
13969 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
13970
13971         * AUTHORS:
13972         Add me to the authors file
13973         * configure.ac:
13974         Increase the libdv requirement to >= version 0.100
13975         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
13976         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
13977         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
13978         * ext/dv/gstdvdec.h:
13979         Add support for the new_media flag when sending DISCONT events
13980         Make the querying work when video pad is not linked
13981
13982 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13983
13984         reviewed by Benjamin Otte  <otte@gnome.org>
13985
13986         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
13987           create a NULL-initialized array of pads, so we don't think they
13988           exist already. (fixes #143130)
13989
13990 2004-06-07  Benjamin Otte  <otte@gnome.org>
13991
13992         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
13993         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
13994         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
13995           don't use // coments
13996
13997 2004-06-07  Benjamin Otte  <otte@gnome.org>
13998
13999         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14000           cast to GstClockTime to get higher granularity
14001         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14002           use gst_element_set_time_delay to get the exact time
14003         * ext/mad/gstmad.c: (gst_mad_chain):
14004           use the negotiated rate instead of the current frame's rate which
14005           might be wrong because of bit errors. This avoids emitting totally
14006           bogus timestamps and screwing sync.
14007         (fixes #143454)
14008
14009 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14010
14011         reviewed by Benjamin Otte  <otte@gnome.org>
14012
14013         * gst/adder/gstadder.c: (gst_adder_loop):
14014           properly error out when no negotiation has happened yet. (fixes
14015           #143032)
14016
14017 2004-06-06  Benjamin Otte  <otte@gnome.org>
14018
14019         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14020           forward correctly transformed offset in discont events. Based on
14021           patch by Arwed v. Merkatz. (fixes #142851)
14022
14023 2004-06-06  David Schleef  <ds@schleef.org>
14024
14025         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14026         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14027         problems on several systems.
14028
14029 2004-06-06  Benjamin Otte  <otte@gnome.org>
14030
14031         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14032           use explicit caps on the srcpad
14033         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14034           properly error out if caps couldn't be set (fixes #142764)
14035
14036 2004-06-06  Benjamin Otte  <otte@gnome.org>
14037
14038         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14039         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14040         (gst_alsa_start_audio):
14041           - don't call set_periods_integer anymore, it breaks the
14042           configuration randomly
14043           - call snd_pcm_hw_params_set_access directly instead of using masks
14044           - don't fail if the sw_params can't be set, just use the default
14045           params and hope it works. Alsalib has weird issues when you touch
14046           sw_params and does no proper error reporting about what failed.
14047         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14048         (gst_alsa_close_audio):
14049           make our alsa debugging go via gst debugging and not conditionally
14050           defined
14051         * ext/alsa/gstalsa.h:
14052           add ALSA_DEBUG_FLUSH macro
14053         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14054         (plugin_init):
14055           wrap alsa errors to be printed via the gst debugging system and not
14056           spammed to stderr
14057
14058 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14059
14060         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14061         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14062         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14063         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14064         (qtdemux_parse_trak):
14065         * gst/qtdemux/qtdemux.h:
14066           Bitch. Also known as seeking, querying & co.
14067         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14068         (gst_osssink_change_state):
14069         * sys/oss/gstosssink.h:
14070           Resyncing is for weenies, this hack is no longer needed and was
14071           broken anyway (since it - unintendedly - always leaves resync to
14072           TRUE).
14073
14074 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14075
14076         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14077         * gst/tcp/gsttcpclientsrc.h: idem
14078           - define MSG_NOSIGNAL if not done
14079           - include unistd.h for off_t
14080           (fixes #143749)
14081
14082 2004-06-05  Benjamin Otte  <otte@gnome.org>
14083
14084         * configure.ac:
14085         * ext/kio/Makefile.am:
14086           check for qt's moc preprocessor explicitly and use it
14087
14088 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14089
14090         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14091           don't get a signal for EPIPE on socket writes
14092           (somebody check if this works on other platforms)
14093
14094 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14095
14096         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14097         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14098           check error condition on available samples correctly
14099
14100 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14101
14102         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14103           avoid a segfault
14104         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14105         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14106         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14107         (gst_tcpserversrc_gdp_read_header):
14108          use ssize_t over size_t since the former is signed and thus the
14109          check for error codes can work
14110
14111 2004-06-02  Wim Taymans  <wim@fluendo.com>
14112
14113         reviewed by: Johan
14114
14115         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14116         (gst_multipart_mux_loop):
14117         Oops
14118
14119 2004-06-02  Wim Taymans  <wim@fluendo.com>
14120
14121         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14122         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14123         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14124         (gst_multipart_mux_change_state):
14125         Added configurable boundary specifier, added the value as a
14126         caps field as well.
14127
14128 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14129
14130         * gst/tcp/gsttcp.c:
14131         * gst/tcp/gsttcpclientsrc.c:
14132         * gst/tcp/gsttcpclientsrc.h:
14133         * gst/tcp/gsttcpserversrc.c:
14134           - portability fix, to compile on OSX
14135             (fixes #143146)
14136
14137         * sys/osxaudio/gstosxaudioelement.c:
14138         * sys/osxaudio/gstosxaudiosink.c:
14139         * sys/osxaudio/gstosxaudiosrc.c:
14140           - compilation warnings on OSX
14141             (fixes #143153)
14142
14143 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14144
14145         * ext/vorbis/vorbisdec.c : sign warning fixes
14146
14147         * gst-libs/gst/mixer/mixertrack.c :
14148           do no use defines which are glib 2.4 specific
14149
14150 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14151
14152         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14153           buffer since libflac doesn't expect it (reports a sync error when
14154           it encounters that)
14155
14156
14157 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14158
14159         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14160         * gst-libs/gst/mixer/mixertrack.c:
14161         (gst_mixer_track_get_property), (get_mixer_track_init),
14162         (get_mixer_track_get_property): Added property accessors
14163         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14164         * gst-libs/gst/mixer/mixeroptions.c:
14165         (gst_mixer_options_get_values): Added
14166         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14167         * gst-libs/gst/mixer/mixer.c: Fixed comment
14168
14169
14170 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14171
14172         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14173           improve error messages on open
14174
14175
14176 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14177
14178         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14179           check if v4l-conf is in path
14180
14181 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14182
14183         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14184           change assert to a more readable error message
14185
14186 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14187
14188         * gst-libs/gst/tuner/tunerchannel.h:
14189           - add a freq_multiplicator field to make the conversion
14190             between internal frequency unit and Hz
14191         * sys/v4l/gstv4lelement.c:
14192         * sys/v4l2/gstv4l2element.c:
14193           - change default video device to /dev/video0
14194         * sys/v4l/v4l_calls.c:
14195         * sys/v4l2/v4l2_calls.c:
14196           - we only expose frequency to the user in Hz instead of
14197             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14198
14199 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14200         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14201           Initialise b_o_s and e_o_s variables
14202         * gst-libs/gst/riff/riff-media.c:
14203         (gst_riff_create_video_caps_with_data):
14204           Add some unusual fourcc's from mplayer avi's
14205         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14206           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14207           autoplugging.
14208
14209 2004-05-28  Wim Taymans  <wim@fluendo.com>
14210
14211         * configure.ac:
14212         * gst/alpha/Makefile.am:
14213         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14214         (gst_alpha_get_type), (gst_alpha_base_init),
14215         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14216         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14217         (gst_alpha_chroma_key), (gst_alpha_chain),
14218         (gst_alpha_change_state), (plugin_init):
14219         A plugin to add an alpha channel to I420 video. Can optionally do
14220         chroma keying.
14221         * gst/multipart/Makefile.am:
14222         * gst/multipart/multipart.c: (plugin_init):
14223         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14224         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14225         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14226         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14227         (gst_multipart_demux_change_state),
14228         (gst_multipart_demux_plugin_init):
14229         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14230         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14231         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14232         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14233         (gst_multipart_mux_pad_unlink),
14234         (gst_multipart_mux_request_new_pad),
14235         (gst_multipart_mux_handle_src_event),
14236         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14237         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14238         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14239         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14240         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14241         send multipart jpeg images to a browser.
14242         * gst/videobox/Makefile.am:
14243         * gst/videobox/README:
14244         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14245         (gst_video_box_get_type), (gst_video_box_base_init),
14246         (gst_video_box_class_init), (gst_video_box_init),
14247         (gst_video_box_set_property), (gst_video_box_get_property),
14248         (gst_video_box_sink_link), (gst_video_box_i420),
14249         (gst_video_box_ayuv), (gst_video_box_chain),
14250         (gst_video_box_change_state), (plugin_init):
14251         Crops or adds borders around an image. can do alpha channel
14252         borders as well.
14253         * gst/videomixer/Makefile.am:
14254         * gst/videomixer/README:
14255         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14256         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14257         (gst_videomixer_pad_get_sink_event_masks),
14258         (gst_videomixer_pad_get_property),
14259         (gst_videomixer_pad_set_property),
14260         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14261         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14262         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14263         (gst_videomixer_base_init), (gst_videomixer_class_init),
14264         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14265         (gst_videomixer_handle_src_event),
14266         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14267         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14268         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14269         (gst_videomixer_loop), (gst_videomixer_get_property),
14270         (gst_videomixer_set_property), (gst_videomixer_change_state),
14271         (plugin_init):
14272         Generic video mixer plugin, can handle multiple inputs all with
14273         different framerates and video sizes. Is fully alpha channel
14274         aware.
14275
14276 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14277
14278         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14279           Select first track as master track. Not sure how else to handle
14280           that...
14281         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14282           Discard discont events. Should fix #142962.
14283
14284 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14285
14286         * ext/alsa/Makefile.am:
14287         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14288         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14289         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14290         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14291         (gst_alsa_mixer_get_option):
14292         * ext/alsa/gstalsamixer.h:
14293         * ext/alsa/gstalsamixeroptions.c:
14294         (gst_alsa_mixer_options_get_type),
14295         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14296         (gst_alsa_mixer_options_new):
14297         * ext/alsa/gstalsamixeroptions.h:
14298         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14299         * ext/alsa/gstalsamixertrack.h:
14300           Add enumerations (as GstMixerOptions). Make correct distinction
14301           between input/output tracks. Add capture/playback private flag.
14302           Use flag to decide on whether to set capture or playback volumes
14303           or switches. Use playback and record switches.
14304         * gst-libs/gst/mixer/Makefile.am:
14305         * gst-libs/gst/mixer/mixer-marshal.list:
14306         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
14307         (gst_mixer_set_option), (gst_mixer_get_option),
14308         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
14309         (gst_mixer_volume_changed), (gst_mixer_option_changed):
14310         * gst-libs/gst/mixer/mixer.h:
14311         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
14312         (gst_mixer_options_class_init), (gst_mixer_options_init),
14313         (gst_mixer_options_dispose):
14314         * gst-libs/gst/mixer/mixeroptions.h:
14315           Add GstMixerOptions.
14316         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14317           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
14318           broken device detection on computers with multiple OSS sound
14319           cards.
14320
14321 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14322
14323         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14324           fixate nicely even when the peer is not negotiating
14325
14326 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14327
14328         * gst/audioconvert/gstaudioconvert.c:
14329         (gst_audio_convert_parse_caps):
14330           make sure we don't allow depth > width
14331         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14332           fixate endianness to G_BYTE_ORDER as default
14333         * gst/audioscale/gstaudioscale.c:
14334           we don't handle another endianness as host-endianness
14335
14336 2004-05-25  David Schleef  <ds@schleef.org>
14337
14338         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
14339
14340 2004-05-24  Benjamin Otte  <otte@gnome.org>
14341
14342         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
14343         (gst_oggvorbisenc_setup):
14344           properly fail when we can't setup the vorbis encoder due to
14345           unsupported settings
14346         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
14347         (gst_vorbisenc_setup):
14348           same
14349         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14350           fix case where warnings occured when one pad was unlinked while the
14351           other's link function was called
14352
14353 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14354
14355         * gst/tcp/Makefile.am:
14356           use GST_ENABLE_NEW
14357
14358 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14359
14360         * gst-libs/gst/resample/private.h:
14361           don't use optimizations that are #if 0'ed
14362
14363 2004-05-24  Wim Taymans  <wim@fluendo.com>
14364
14365         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14366         Fix potential division by zero error and hopefully get
14367         the position query right to get correct timestamps on avi
14368         audio.
14369
14370 2004-05-24  Wim Taymans  <wim@fluendo.com>
14371
14372         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
14373         (gst_videoscale_scale_nearest_str2),
14374         (gst_videoscale_scale_nearest_str4),
14375         (gst_videoscale_scale_nearest_32bit),
14376         (gst_videoscale_scale_nearest_24bit),
14377         (gst_videoscale_scale_nearest_16bit):
14378         Fix the scaling algorithm and avoid a buffer overflow.
14379         removed the while loop in the scaling function as it
14380         was used for point sampling only.
14381
14382 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14383
14384         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
14385         (gst_id3_tag_class_init), (gst_id3_tag_init),
14386         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
14387         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
14388         (gst_id3_tag_send_tag_event):
14389           lots of fixes to make id3mux work and id3demux work correctly
14390
14391 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14392
14393         * ext/Makefile.am:
14394           add rules to build shout2send (was removed by accident
14395           when this module was no more marked experimental/broken)
14396
14397 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14398
14399         * ext/shout2/gstshout2.c:
14400         * ext/shout2/gstshout2.h:
14401           adding a "connection problem" signal to shout2send
14402           (fixes #142954)
14403
14404 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14405
14406         * ext/kio/kioreceiver.cpp:
14407         * ext/kio/kioreceiver.h:
14408           fix sign comparison issues
14409
14410 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14411
14412         * gst/cdxaparse/gstcdxaparse.c:
14413         * gst/cdxaparse/gstcdxaparse.h:
14414           some renaming
14415           add some checks/sanity
14416           prepare for seek addition
14417
14418         * sys/sunaudio/gstsunaudio.c:
14419           remove exported dupe init function
14420
14421 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
14422
14423         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
14424         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
14425           Fix format conversion and position querying.
14426         * gst/debug/progressreport.c: (gst_progressreport_report):
14427           Don't output a bogus total value that we didn't query.
14428         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14429           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
14430           only a blank window after xine has been used.
14431
14432 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14433
14434         * m4/as-arts.m4:
14435           sync with upstream version to fix test on FC2
14436           readd with -ko to preserve Id header
14437
14438 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14439
14440         * configure.ac:
14441           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
14442         * gst/tcp/gsttcpclientsrc.c: idem
14443         * gst/tcp/gsttcpserversink.c: idem
14444         * gst/tcp/gsttcpserversrc.c: idem
14445         * m4/gst-fionread.m4: idem
14446
14447         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
14448
14449         * configure.ac: enable speex plugin for speex 1.1.5+
14450         * ext/speex/gstspeexenc.c: fix cast warning
14451
14452         * ext/esd/README: fix typo
14453
14454 2004-05-20  David Schleef  <ds@schleef.org>
14455
14456         * configure.ac: Minor cosmetic change to convince the buildbot to
14457         reautogen.
14458         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
14459         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
14460         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
14461         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
14462         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
14463         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
14464         More hacking.  Plays audio now.
14465
14466 2004-05-20  David Schleef  <ds@schleef.org>
14467
14468         * configure.ac:
14469         * sys/Makefile.am:
14470
14471 2004-05-20  David Schleef  <ds@schleef.org>
14472
14473         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
14474         * sys/osxaudio/gstosxaudio.c:
14475         * sys/osxaudio/gstosxaudioelement.c:
14476         * sys/osxaudio/gstosxaudioelement.h:
14477         * sys/osxaudio/gstosxaudiosink.c:
14478         * sys/osxaudio/gstosxaudiosink.h:
14479         * sys/osxaudio/gstosxaudiosrc.c:
14480         * sys/osxaudio/gstosxaudiosrc.h:
14481
14482 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14483
14484         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
14485         (gst_vorbisenc_chain):
14486           put the codec headers on the caps as streamheader as well as
14487           pushing them out
14488
14489 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14490
14491         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
14492         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
14493         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
14494         split up push_packet into two functions
14495
14496 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14497
14498         * gst/tcp/.cvsignore:
14499           ignore enums
14500         * gst/tcp/Makefile.am:
14501         * gst/tcp/README:
14502         * gst/tcp/gsttcp.c:
14503         * gst/tcp/gsttcp.h:
14504         * gst/tcp/gsttcpclientsink.c:
14505         * gst/tcp/gsttcpclientsink.h:
14506         * gst/tcp/gsttcpclientsrc.c:
14507         * gst/tcp/gsttcpclientsrc.h:
14508         * gst/tcp/gsttcpplugin.c:
14509         * gst/tcp/gsttcpserversink.c:
14510         * gst/tcp/gsttcpserversink.h:
14511         * gst/tcp/gsttcpserversrc.c:
14512         * gst/tcp/gsttcpserversrc.h:
14513           add new tcp elements
14514
14515 2004-05-19  Wim Taymans  <wim@fluendo.com>
14516
14517         * gst/law/mulaw-conversion.c: (mulaw_encode):
14518         Fix overflow bug in ulaw encoding.
14519
14520 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14521
14522         * ext/mad/gstmad.c: (gst_mad_handle_event):
14523           don't unref the event twice
14524
14525 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14526
14527         * configure.ac:
14528           remove -Wno-sign-compare
14529
14530 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14531
14532         * configure.ac:
14533           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
14534           if you want to work against glib 2.2 and 2.4
14535
14536 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14537
14538         * gst/tcp/Makefile.am:
14539         * gst/tcp/gsttcp.c:
14540         * gst/tcp/gsttcp.h:
14541         * gst/tcp/gsttcpsink.h:
14542         * gst/tcp/gsttcpsrc.h:
14543           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
14544
14545 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14546
14547         * gst/debug/tests.c: (md5_get_value):
14548           fix segfault on gst-inspect
14549
14550 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14551
14552         * gst/debug/testplugin.c:
14553         * gst/debug/tests.c:
14554         * gst/debug/tests.h:
14555           add new extensible and configurable testing element. Current tests
14556           include buffer count, stream length, timestamp/duration matching and
14557           md5.
14558         * gst/debug/Makefile.am:
14559         * gst/debug/gstdebug.c: (plugin_init):
14560           add infrastructure for new element
14561
14562 2004-05-19  Johan Dahlin  <johan@gnome.org>
14563
14564         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
14565         ending of the array. Fixes gst-inspect segfault on ppc.
14566
14567 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14568
14569         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
14570
14571         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
14572
14573 2004-05-18  David Schleef  <ds@schleef.org>
14574
14575         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
14576         warnings (bugs, actually) noticed by gcc but not forte.
14577
14578 2004-05-18  David Schleef  <ds@schleef.org>
14579
14580         * sys/sunaudio/Makefile.am:
14581         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
14582
14583 2004-05-18  David Schleef  <ds@schleef.org>
14584
14585         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14586         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
14587         to allow qtdemux to use non-seekable streams. (bug #142272)
14588
14589 2004-05-18  David Schleef  <ds@schleef.org>
14590
14591         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
14592         (gst_resample_sinc_ft_float): Remove use of static temporary
14593         buffer.  This code was obviously not supposed to last long, but
14594         it's stuck in our ABI, so it required a little hack to make it
14595         ABI-compatible.  Fixes #142585.
14596         * gst-libs/gst/resample/resample.h: same.
14597
14598 2004-05-18  David Schleef  <ds@schleef.org>
14599
14600         * configure.ac: Add sunaudio
14601         * examples/Makefile.am: make gstplay depend on gconf
14602         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
14603         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
14604         (convert_table_lookup), (img_convert): remove c99-isms
14605         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
14606           unsigned, to fix a warning on Solaris
14607         * gst/mpeg1sys/systems.c: bcopy->memcpy
14608         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
14609         * sys/Makefile.am: Add sunaudio
14610
14611 2004-05-18  Wim Taymans  <wim@fluendo.com>
14612
14613         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
14614         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
14615         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
14616         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
14617         (gst_ogg_mux_loop):
14618         Fix an ugly memleak where the muxer didn't flush enough ogg
14619         pages. This also resulted in badly muxed ogg files.
14620
14621 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14622
14623         * gst/asfdemux/asfheaders.c :
14624         * gst/asfdemux/asfheaders.h :
14625         * gst/asfdemux/gstasfdemux.c :
14626           - fix ASF_OBJ_PADDING guid
14627           - add 3 new object guids (language list, metadata,
14628             extended stream properties)
14629           - add a function to parse extended header objects
14630
14631 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14632
14633         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
14634           remove leftover debugging g_print
14635
14636 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14637
14638         * ext/mad/gstmad.c: (gst_mad_handle_event):
14639           Fix for when the first format in a discont event is not a
14640           byte-based one. Should fix #137710.
14641
14642 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14643
14644         * m4/a52.m4 : fix compilation with -Wall -Werror
14645         * m4/libfame.m4 : idem
14646         * m4/libmikmod.m4 : idem
14647
14648 2004-05-17  Benjamin Otte  <otte@gnome.org>
14649
14650         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14651           signal the new tags before giving up the reference
14652
14653 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14654
14655         * ext/shout2/gstshout2.c:
14656           use application/ogg instead of application/x-ogg (patch by Patrick
14657           Guimond, fixes #142432)
14658         * sys/oss/gstosselement.c: (gst_osselement_reset),
14659         (gst_osselement_sync_parms):
14660           don't set fragment size unless specified (fixes #142493)
14661
14662 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14663
14664         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
14665           fixes #142664
14666
14667 2004-05-17  Benjamin Otte  <otte@gnome.org>
14668
14669         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
14670           compute offsets correctly for internal buffers so timestamps are set
14671           correctly when we can't seek. Also handle cases where there are no
14672           offsets. (based on a patch by David Moore, fixes #142507)
14673
14674 2004-05-17  Benjamin Otte  <otte@gnome.org>
14675
14676         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14677           use correct variable when determining amount of data to skip so we
14678           don't skip into the void and segfault
14679
14680 2004-05-16  Benjamin Otte  <otte@gnome.org>
14681
14682         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
14683           Hi, I'm a memleak
14684
14685 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14686
14687         * gst/asfdemux/gstasfdemux.c:
14688           - fix a mem leak and always propagate tags
14689           - add WMV3 to known video codecs (but no decoder yet)
14690           - replace "surplus data" at end of audio header for what
14691             it is : codec specific data
14692           - fix a typo
14693
14694 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
14695
14696         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
14697
14698         * gst-libs/gst/audio/audioclock.c:
14699           Fix wrong return type (#142205).
14700
14701 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14702
14703         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
14704           Ignore CRCs by default (fixes #142566).
14705
14706 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14707
14708         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14709         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
14710         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
14711         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
14712         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14713         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
14714           Fix for cases where we fail to attach to a mixer.
14715
14716 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14717
14718         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14719           Don't touch events after not owning them anymore.
14720         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14721         (gst_wavparse_fmt), (gst_wavparse_other),
14722         (gst_wavparse_handle_seek), (gst_wavparse_loop),
14723         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14724         (gst_wavparse_srcpad_event):
14725         * gst/wavparse/gstwavparse.h:
14726           Add seeking, fix querying.
14727
14728 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14729
14730         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14731           - process comments even if they don't end with \0\0
14732             g_convert would ignore them if present and works well without them
14733
14734 2004-05-16  Benjamin Otte  <otte@gnome.org>
14735
14736         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
14737           simplify caps
14738
14739 2004-05-16  Benjamin Otte  <otte@gnome.org>
14740
14741         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14742           don't write to memory we might not write to - g_convert does that
14743           for us anyway (fixes #142613)
14744         (gst_asf_demux_audio_caps):
14745           comment out gst_util_dump_mem
14746
14747 2004-05-16  Benjamin Otte  <otte@gnome.org>
14748
14749         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14750           compute correct expected timestamps after seek (broken since
14751           last commit)
14752         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
14753           rename element and debugging category to gdkpixbufscale
14754
14755 2004-05-16  Benjamin Otte  <otte@gnome.org>
14756
14757         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14758           add error checking to snd_pcm_delay and remove duplicate call to
14759           snd_pcm_delay that caused issues (see inline code comments)
14760         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14761           make more readable and fix return value when snd_pcm_delay fails
14762         (fixes #142586)
14763
14764 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
14765         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
14766         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
14767         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
14768         (gst_pixbufscale_link), (gst_pixbufscale_init),
14769         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
14770         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
14771         (gst_pixbufscale_get_property), (pixbufscale_init):
14772         * ext/gdk_pixbuf/pixbufscale.h:
14773         Add these files I forgot earlier
14774
14775 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
14776         * ext/gdk_pixbuf/Makefile.am:
14777         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
14778         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14779         Add new pixbufscale element to scale RGB video
14780         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
14781         and HYPER interpolation correctly.
14782         * ext/theora/theoraenc.c: (theora_enc_chain),
14783         Discard buffer and return if explicit caps could not be set
14784         (theora_enc_get_property):
14785         Make _get return kbps for the bitrate consistent with
14786         the _set function.
14787
14788
14789 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14790
14791         * ext/libvisual/visual.c: (gst_visual_chain):
14792           add missing visual_audio_analyze
14793
14794 2004-05-14  David Schleef  <ds@schleef.org>
14795
14796         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
14797         is killed while we're playing.
14798         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
14799         gst_element_no_more_pads().
14800
14801 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14802
14803         * gst-libs/gst/riff/riff-read.c :
14804           - fix INFO tag extraction in RIFF/AVI files
14805             because gst_event_unref (event) also freed taglist
14806           - avoid a mem leak
14807
14808 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14809
14810         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
14811         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
14812
14813         * gst/auparse/gstauparse.c :
14814           - add code (commented for now) to support audio/x-adpcm on src pad
14815             (we have no decoder for those layout yet)
14816
14817         * gst/cdxaparse/gstcdxaparse.c :
14818         * gst/cdxaparse/gstcdxaparse.h :
14819           - partial rewrite using RiffRead (ripped iain's wavparse code)
14820
14821         * gst/rtp/gstrtpL16enc.c : typo
14822         * gst/rtp/gstrtpgsmenc.c : typo
14823
14824 2004-05-13  Benjamin Otte  <otte@gnome.org>
14825
14826         * configure.ac:
14827           check for exact version of libvisual, it's not supposed to be
14828           API/ABI stable yet
14829
14830 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14831
14832         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
14833           signal no-more-pads
14834
14835 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14836
14837         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
14838         Report which format was used for GST_FORMAT_DEFAULT
14839         * gst/debug/Makefile.am:
14840         * gst/debug/gstdebug.c: (plugin_init):
14841         * gst/debug/progressreport.c: (gst_progressreport_base_init),
14842         (gst_progressreport_class_init), (gst_progressreport_init),
14843         (gst_progressreport_report), (gst_progressreport_set_property),
14844         (gst_progressreport_get_property), (gst_progressreport_chain),
14845         (gst_progressreport_plugin_init):
14846         Add progressreport element for testing.
14847
14848 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14849
14850         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
14851         * sys/v4l/gstv4lsrc.h:
14852         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
14853         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
14854         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
14855         (gst_v4lsrc_grab_frame):
14856           add more debugging
14857           send a discont at start
14858
14859 2004-05-12  Colin Walters  <walters@redhat.com>
14860
14861         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
14862         inflooping if we can't find a chunk.  Or in other words, don't blow
14863         chunks if we don't have a chunk to blow.
14864
14865 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14866         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
14867         Remove old debug output
14868         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
14869         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
14870         (gst_dvdec_set_property), (gst_dvdec_get_property):
14871         Change the quality setting to an enum, so it works from gst-launch
14872         Don't renegotiate a non-linked pad. Allows audio only decoding.
14873         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
14874         (gst_deinterlace_link), (gst_deinterlace_init):
14875         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
14876         (gst_videodrop_link):
14877         Some caps negotiation fixes
14878
14879 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14880
14881         * ext/tarkin/gsttarkin.c :
14882           - Change RANK from NONE to PRIMARY
14883         * ext/gdk_pixbuf/gstgdkpixbuf.c :
14884           - Change RANK from NONE to MARGINAL
14885         * ext/divx/gstdivxenc.c :
14886           - Change RANK from PRIMARY to NONE (encoder/spider issue)
14887
14888 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14889
14890         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
14891         (gst_vorbisenc_push_packet):
14892           copy a function that was added between 1.0 and 1.0.1 until we
14893           depend on worthwhile features of post-1.0
14894
14895 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14896
14897         * configure.ac:
14898           enable shout2 by default
14899         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
14900         (gst_shout2send_base_init), (gst_shout2send_init),
14901         (gst_shout2send_connect), (gst_shout2send_change_state):
14902         * ext/shout2/gstshout2.h:
14903           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
14904           #142262)
14905         * ext/theora/theora.c: (plugin_init):
14906           don't set rank on encoders
14907
14908 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
14909
14910         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
14911           Use codec_data property instead of flag1 and flag2 for wma
14912
14913 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14914
14915         * gst/cdxaparse/gstcdxaparse.c :
14916           - Add mpegversion to CAPS to make it link
14917           - Rank is as GST_RANK_SECONDARY instead of NONE
14918         * gst/auparse/gstauparse.c :
14919           - Document all audio encoding we can encounter from Solaris 9
14920             headers and libsndfile information.
14921           - Increase max. rate from 48000 to 192000 (to match other elements)
14922           - Don't try to play junk data between header and samples
14923
14924 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14925
14926         * ext/libvisual/visual.c: (gst_visual_getcaps):
14927           use the right caps depending on endianness (I hope)
14928         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
14929           use GST_RANK_NONE for all non-decoding elements or spider gets
14930           mighty confused
14931
14932 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14933
14934         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14935           Fix some odd cases and fix BE metadata parsing of unicode16 text.
14936
14937 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14938
14939         * gst/switch/gstswitch.c: (gst_switch_release_pad),
14940         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
14941         (gst_switch_loop), (gst_switch_get_type):
14942           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
14943           HEADERS. Had to be said.
14944
14945 2004-05-10  David Schleef  <ds@schleef.org>
14946
14947         * configure.ac: Add prototype Dirac support.
14948         * ext/Makefile.am:
14949         * ext/dirac/Makefile.am:
14950         * ext/dirac/gstdirac.cc:
14951         * ext/dirac/gstdiracdec.cc:
14952
14953 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14954
14955         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14956         (gst_auparse_init), (gst_auparse_chain),
14957         (gst_auparse_change_state):
14958           Hack around spider. Remove me some day please.
14959
14960 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14961
14962         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14963           Fix for some uninitialized variables in previous patch, also
14964           makes it work. Fixes #142286 while we're at it.
14965
14966 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14967
14968         * gst/auparse/gstauparse.c:
14969                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
14970                 only unsupported formats are ADPCM/CCITT G.72x
14971                 reviewed by Ronald
14972         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
14973
14974 2004-05-10  Wim Taymans  <wim@fluendo.com>
14975
14976         * ext/vorbis/Makefile.am:
14977         * ext/vorbis/README:
14978         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
14979         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
14980         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
14981         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
14982         (gst_oggvorbisenc_convert_sink),
14983         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
14984         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
14985         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
14986         (get_constraints_string), (update_start_message),
14987         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
14988         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
14989         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
14990         * ext/vorbis/oggvorbisenc.h:
14991         * ext/vorbis/vorbis.c: (plugin_init):
14992         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
14993         (raw_caps_factory), (gst_vorbisenc_class_init),
14994         (gst_vorbisenc_init), (gst_vorbisenc_setup),
14995         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
14996         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
14997         * ext/vorbis/vorbisenc.h:
14998         Added a raw vorbis encoder to be used with the oggmuxer.
14999         We still need the old encoder for some gnome applications,
15000         read the README to find out how that works.
15001         The raw encoder is called "rawvorbisenc" until 0.9.
15002
15003 2004-05-10  Wim Taymans  <wim@fluendo.com>
15004
15005         * ext/ogg/gstogg.c: (plugin_init):
15006         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15007         (gst_ogg_print):
15008         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15009         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15010         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15011         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15012         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15013         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15014         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15015         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15016         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15017         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15018         Added an ogg muxer.
15019         Small typo fixes in the demuxer.
15020
15021 2004-05-10  Wim Taymans  <wim@fluendo.com>
15022
15023         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15024         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15025         (theora_enc_change_state), (theora_enc_set_property),
15026         (theora_enc_get_property):
15027         Mark the last packet with an EOS flag which is not really needed
15028         in gstreamer.
15029         Do some better video framerate initialisation.
15030         Update the buffer timestamp.
15031
15032 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15033
15034         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15035         Return the result of the parent state change call
15036
15037 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15038
15039         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15040         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15041         * gst/law/alaw-encode.c : (idem)
15042         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15043         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15044         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15045
15046 2004-05-09  Benjamin Otte  <otte@gnome.org>
15047
15048         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15049           don't use a fixed buffer size when writing variable length data to
15050           it. Fixes memory corruption and makes alsasrc work
15051
15052 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15053
15054         * ext/gnomevfs/gstgnomevfssink.c:
15055         (_gst_boolean_allow_overwrite_accumulator),
15056         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15057           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15058           RUN_LAST, and don't use that to set the accumulator value because
15059           then it's always FALSE.
15060
15061 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15062
15063         * gst-libs/gst/riff/riff-media.c:
15064         (gst_riff_create_video_caps_with_data),
15065         (gst_riff_create_audio_caps),
15066         (gst_riff_create_audio_template_caps):
15067         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15068           Fix for unaligned RIFF files (i.e. where all the chunks together
15069           in a LIST chunk are not of the same size as the size given in
15070           the LIST chunk header). Fixes several odd WAVE files. Also fix
15071           ADPCM (block_align property) in audio, so that wavparse based
15072           on this works now as it used to stand-alone.
15073
15074 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15075
15076         reviewed by Benjamin Otte  <otte@gnome.org>
15077
15078         * ext/a52dec/gsta52dec.c:
15079         * ext/divx/gstdivxdec.c:
15080         * ext/divx/gstdivxenc.c:
15081         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15082         * ext/faac/gstfaac.c: (gst_faac_base_init):
15083         * ext/faad/gstfaad.c: (gst_faad_base_init):
15084         * ext/ivorbis/vorbisfile.c:
15085         * ext/lame/gstlame.c:
15086         * ext/libfame/gstlibfame.c:
15087         * ext/mpeg2enc/gstmpeg2enc.cc:
15088         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15089         * ext/sidplay/gstsiddec.cc:
15090         * ext/speex/gstspeexdec.c:
15091         * ext/speex/gstspeexenc.c:
15092         * ext/xvid/gstxviddec.c:
15093         * ext/xvid/gstxvidenc.c:
15094           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15095           (fixes #142193)
15096
15097 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15098
15099         * ext/alsa/gstalsa.c: (device_list),
15100         (gst_alsa_class_probe_devices):
15101         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15102           Fix alsa oddness in mixer after the combination of using mixer
15103           in source/sink elements and using hw:x,y instead of just hw:x.
15104
15105 2004-05-09  Benjamin Otte  <otte@gnome.org>
15106
15107         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15108         (gst_wavparse_create_sourcepad):
15109           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15110           sourcepads
15111
15112 2004-05-09  Benjamin Otte  <otte@gnome.org>
15113
15114         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15115           allow discont events before caps nego
15116
15117 2004-05-08  Benjamin Otte  <otte@gnome.org>
15118
15119         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15120           don't leak events
15121
15122 2004-05-08  Benjamin Otte  <otte@gnome.org>
15123
15124         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15125         (gst_level_change_state), (gst_level_init):
15126         * gst/level/gstlevel.h:
15127           figure out if we're initialized directly instead of keeping a
15128           variable that's wrong in 90% of cases
15129           don't initialize pads and then leak them and use a new unitialized
15130           pad. (fixes #142084)
15131           these were bugs so n00bish I didn't find them for an hour :/
15132
15133 2004-05-08 Iain <iain@prettypeople.org>
15134
15135         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15136         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15137         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15138         return the length that was read.
15139         (gst_riff_read_strf_auds): Allow fmt tags as well.
15140
15141 2004-05-07  David Schleef  <ds@schleef.org>
15142
15143         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15144         signed char assumption in faad.h.
15145
15146 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15147
15148         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15149           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15150
15151 2004-05-07  Colin Walters  <walters@redhat.com>
15152
15153         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15154         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15155         function.
15156         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15157         Add dispose function.
15158
15159 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15160         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15161           Fix caps nego and pad templates. RGB mode caps should
15162           work now.
15163         * ext/dvdnav/gst-dvd:
15164           Move mpeg2dec inside the thread because otherwise the
15165           queue rejects cap changes mid-stream
15166         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15167         (gst_mpeg2dec_flush_decoder):
15168           For mpeg2dec > 0.4.0, call the flush function instead of
15169           manually extracting all in-flight frames.
15170         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15171         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15172           Change mime type video/dv go video/x-dv to match the
15173           rest of gst-plugins
15174
15175 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15176
15177         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15178         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15179         (gst_alsa_sink_class_init):
15180         * ext/alsa/gstalsasink.h:
15181         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15182         (gst_alsa_src_class_init):
15183         * ext/alsa/gstalsasrc.h:
15184           Make alsasink/src a subclass of alsamixer so that mixer stuff
15185           shows up in gst-rec. Needs some finetuning.
15186
15187 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15188
15189         * ext/lame/gstlame.c: (gst_lame_chain):
15190           simplify
15191         * ext/mad/gstmad.c: (gst_mad_handle_event):
15192           fix event leak
15193         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15194           be able to detect mp3 files < 4096 bytes
15195
15196 2004-05-06  Wim Taymans  <wim@fluendo.com>
15197
15198         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15199         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15200         (theora_enc_set_property), (theora_enc_get_property):
15201         Also encode the first frame, cleanup some code.
15202
15203 2004-05-06  Wim Taymans  <wim@fluendo.com>
15204
15205         * ext/mpeg2enc/gstmpeg2enc.cc:
15206         Forward events first before deciding that negotiation was
15207         not performed.
15208
15209 2004-05-06  Wim Taymans  <wim@fluendo.com>
15210
15211         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15212         First process the events before deciding that negotiation
15213         was not performed.
15214
15215 2004-05-06  Wim Taymans  <wim@fluendo.com>
15216
15217         * ext/theora/Makefile.am:
15218         * ext/theora/theora.c: (plugin_init):
15219         * ext/theora/theoradec.c: (theora_dec_change_state):
15220         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15221         (gst_theora_enc_class_init), (gst_theora_enc_init),
15222         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15223         (theora_enc_chain), (theora_enc_change_state),
15224         (theora_enc_set_property), (theora_enc_get_property):
15225         Added a theora encoder, grouped the encoder and decoder into the
15226         same plugin.
15227
15228 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15229
15230         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15231         (gst_jpegenc_chain):
15232         fix DURATION on outgoing buffers
15233         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15234         debug using time formats
15235         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15236         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15237         (gst_xvimagesink_sink_link):
15238         windows with width/height 0 generate X errors, so don't allow them
15239
15240 2004-05-05  Wim Taymans  <wim@fluendo.com>
15241
15242         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15243         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15244         (gst_mpeg2dec_negotiate_format):
15245         * ext/mpeg2dec/gstmpeg2dec.h:
15246           removed the static pad template so that we can add the
15247           more accurate framerate value to the caps.
15248
15249
15250 2004-05-04  Benjamin Otte  <otte@gnome.org>
15251
15252         * configure.ac:
15253           check for kdemacros.h, too (should fix #141821)
15254         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15255           don't crash if no header was sent, but nicely error out (fixes part
15256           of #141554)
15257
15258 2004-05-04  Wim Taymans  <wim@fluendo.com>
15259
15260         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15261         parent dispose function to avoid segfault on destroy.
15262
15263 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15264
15265         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15266         (plugin_init):
15267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15268         (gst_xvimagesink_sink_link):
15269         clean up debugging caps
15270         also recreate xvimage when format has changed
15271
15272 2004-05-04  Benjamin Otte  <otte@gnome.org>
15273
15274         * ext/libvisual/Makefile.am:
15275         * ext/libvisual/visual.c: (gst_visual_class_init),
15276         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15277         (gst_visual_srclink), (gst_visual_chain),
15278         (gst_visual_change_state), (plugin_init):
15279           use a GstAdapter to correctly adapt buffer sizes - allows using a
15280           framerate
15281
15282 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15283
15284         * sys/v4l/gstv4lelement.h:
15285         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15286         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15287         (gst_v4lsrc_buffer_free):
15288         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15289         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15290         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15291         (gst_v4lsrc_requeue_frame):
15292         move some debugging categories around
15293         query for fps index and set accordingly if found
15294
15295 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15296
15297         * ext/lame/gstlame.c:
15298         correct defaults that lame_init puts out of range
15299
15300 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15301
15302         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
15303         (gst_divxenc_class_init):
15304         fix range since -1 is the default
15305         * gst/mpeg1sys/gstmpeg1systemencode.c:
15306         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
15307         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
15308         (gst_rtjpegdec_chain):
15309         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
15310         (gst_rtjpegenc_chain):
15311         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
15312         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
15313         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
15314         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
15315         * sys/v4l/gstv4lsrc.c:
15316         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15317         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15318         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15319         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
15320         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
15321           remove gst_info calls
15322
15323 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15324
15325         * Makefile.am:
15326         * po/af.po:
15327         * po/az.po:
15328         * po/en_GB.po:
15329         * po/nl.po:
15330         * po/sr.po:
15331         * po/sv.po:
15332           Updated translations
15333
15334 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15335
15336         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15337           refactor/comment code
15338
15339 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15340
15341         * gst/asfdemux/Makefile.am:
15342         * gst/asfdemux/asfheaders.c:
15343         * gst/asfdemux/asfheaders.h:
15344         * gst/asfdemux/gstasf.c: (plugin_init):
15345         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
15346         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
15347         (gst_asf_demux_setup_pad):
15348         * gst/asfdemux/gstasfdemux.h:
15349         * gst/asfdemux/gstasfmux.c:
15350         * gst/asfdemux/gstasfmux.h:
15351           Add tagging support to demuxer, split out registration in its own
15352           file instead of in demux (hacky), and prevent having some tables
15353           in our memory multiple times (in asfheaders.h).
15354
15355 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15356
15357         * gst/matroska/matroska-demux.c:
15358         (gst_matroska_demux_parse_metadata):
15359         * gst/matroska/matroska-ids.h:
15360           Basic tag reading support.
15361
15362 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15363
15364         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15365           Really detect ac-3 audio.
15366         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
15367           really detect matroska files (off-by-1).
15368
15369 2004-04-30  David Schleef  <ds@schleef.org>
15370
15371         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15372         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
15373         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
15374         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
15375         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
15376         hackage -- parse a lot more atoms, extract a few tags.  One might even
15377         mistake this for tag support.  Maybe it is.
15378         * gst/qtdemux/qtdemux.h:
15379
15380 2004-04-30  Colin Walters  <walters@verbum.org>
15381
15382         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
15383
15384 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15385
15386         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15387         (gst_ffmpegcolorspace_getcaps):
15388           remove broken nego fix
15389
15390 2004-04-30  Benjamin Otte  <otte@gnome.org>
15391
15392         * configure.ac:
15393         * ext/Makefile.am:
15394         * ext/libvisual/Makefile.am:
15395         * ext/libvisual/visual.c:
15396           add initial support for libvisual (http://libvisual.sourceforge.net)
15397           libvisual is still quite alpha, so expect crashes in there :)
15398
15399 2004-04-29  David Schleef  <ds@schleef.org>
15400
15401         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15402         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
15403         up qtdemux to make it spit out codec_data.  Do _not_ look at this
15404         code; you will no longer respect me.
15405
15406 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15407
15408         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
15409         * ext/alsa/gstalsa.h :
15410         change alsa pcm device discovery to find more than 1 device
15411         per card. code review by Ronald.
15412
15413 2004-04-29  David Schleef  <ds@schleef.org>
15414
15415         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
15416         Add a check for a driver bug on FreeBSD.  (bug #140565)
15417
15418 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15419
15420         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
15421         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15422         (gst_jpegenc_getcaps):
15423           move format setting to inner loop
15424         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15425         (gst_ffmpegcolorspace_getcaps):
15426           use GST_PAD_CAPS if available so that we use already negotiated
15427           caps
15428         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15429         (qtdemux_parse_moov), (qtdemux_parse):
15430           extra debugging
15431         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
15432         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
15433           move hardcoded path to DEFINE
15434
15435 2004-04-28  David Schleef  <ds@schleef.org>
15436
15437         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
15438         (bug #140064)
15439
15440 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15441
15442         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
15443           Don't probe for playback device if we're a source element. Fixes
15444           #139658.
15445
15446 2004-04-29  Benjamin Otte  <otte@gnome.org>
15447
15448         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
15449         (gst_id3_tag_chain):
15450           rewrite buffer offset
15451
15452 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15453
15454         * configure.ac:
15455         * ext/Makefile.am:
15456         * ext/dts/Makefile.am:
15457         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
15458         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
15459         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
15460         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
15461         (gst_dtsdec_loop), (gst_dtsdec_change_state),
15462         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
15463         (plugin_init):
15464         * ext/dts/gstdtsdec.h:
15465           New DTS decoder.
15466         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
15467         (gst_faad_srcconnect):
15468           Add ESDS atom handling (.m4a).
15469
15470 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15471
15472         * ext/divx/gstdivxdec.c: (plugin_init):
15473           Remove comment that makes no sense.
15474         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
15475           Fix for obvious typo that resulted in warnings during gst-register.
15476         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
15477         (gst_xviddec_sink_link):
15478           Fix caps negotiation a bit better.
15479         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15480           We call this 'codec_data', not 'esds'.
15481
15482 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15483
15484         * gst/monoscope/gstmonoscope.c:
15485           make sure we only provide 256x128
15486         * gst/monoscope/monoscope.c: (monoscope_init):
15487           assert size of 256x128
15488
15489 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15490
15491         * Makefile.am:
15492         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
15493         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
15494           fixate to max width and height of device
15495
15496 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15497
15498         * Makefile.am:
15499         * sys/v4l/gstv4l.c:
15500         * sys/v4l/gstv4lsrc.c:
15501         * sys/v4l/v4l_calls.c:
15502         * sys/v4l/v4lsrc_calls.c:
15503           fix for qc-usb driver which fakes having more than one buffer
15504           by handing the same buffer twice, which confused GStreamer's/v4lsrc
15505           buffer_free override
15506           add debugging
15507
15508 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15509
15510         * Makefile.am:
15511         * gst/videotestsrc/gstvideotestsrc.c:
15512         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
15513         (gst_videotestsrc_init), (gst_videotestsrc_get),
15514         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
15515         * gst/videotestsrc/gstvideotestsrc.h:
15516           add num-buffers property
15517
15518         2004-04-26  Benjamin Otte  <otte@gnome.org>
15519
15520         * ext/mad/gstid3tag.c: (plugin_init):
15521           set id3mux rank to NONE so it doesn't confuse spider
15522           require audio/mpeg,mpegversion=1 in id3mux
15523
15524 2004-04-26  Benjamin Otte  <otte@gnome.org>
15525
15526         * configure.ac:
15527           detect faad correctly as non-working if it's indeed non-working
15528
15529 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15530
15531         * Makefile.am:
15532         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15533         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
15534         fix _getcaps so it only negotiates to its supported format
15535
15536 2004-04-25  Benjamin Otte  <otte@gnome.org>
15537
15538         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15539           fix memleak
15540
15541 2004-04-23  Benjamin Otte  <otte@gnome.org>
15542
15543         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15544           audio/x-raw-int with height rules! not. Now it's depth.
15545
15546 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15547
15548         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
15549         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
15550         (gst_wavparse_loop):
15551           Missing variable initialization. Add handling of DVI ADPCM. Fix
15552           mis-parsing of LIST chunks. This works around a bug where we mis-
15553           parse non-aligning LIST chunks (so LIST chunks where the contents
15554           don't align with the actual LIST size). The correct fix is to use
15555           rifflib, I'm not going to fix wavparse - too much work. All this
15556           fixes #104878.
15557
15558 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15559
15560         reviewed by Benjamin Otte  <otte@gnome.org>
15561
15562         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
15563           fix shoutcast not working (fixes #140844)
15564
15565 2004-04-22  Benjamin Otte  <otte@gnome.org>
15566
15567         * ext/hermes/gsthermescolorspace.c:
15568         (gst_hermes_colorspace_caps_remove_format_info):
15569         * gst/colorspace/gstcolorspace.c:
15570         (gst_colorspace_caps_remove_format_info):
15571         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15572         (gst_ffmpegcolorspace_caps_remove_format_info):
15573           s/gst_caps_simplify/gst_caps_do_simplify/
15574
15575 2004-04-22  Benjamin Otte  <otte@gnome.org>
15576
15577         * gst-libs/gst/riff/riff-media.c:
15578         (gst_riff_create_video_caps_with_data):
15579           mpegversion is an int
15580         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
15581           don't try to create pad templates with NULL caps, use any caps
15582           instead.
15583
15584 2004-04-20  David Schleef  <ds@schleef.org>
15585
15586         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
15587         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
15588         (bug #140384)
15589
15590 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
15591
15592         reviewed by David Schleef
15593
15594         * ext/mad/gstid3tag.c: Add stdlib.h
15595         * gst/rtp/gstrtpgsmenc.c: same
15596         * gst/tags/gstid3tag.c: same
15597         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
15598         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
15599         GST_DISABLE_LOADSAVE use.
15600         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
15601         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
15602         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
15603         atol(3)).
15604         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
15605         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
15606         strtoul(3)).
15607         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
15608         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
15609         $(ID3_CFLAGS).
15610         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
15611         $(LIBFAME_CFLAGS).
15612
15613 2004-04-20  David Schleef  <ds@schleef.org>
15614
15615         * gst/realmedia/rmdemux.c:  This was supposed to part of the
15616         last checkin.  Same idea.
15617
15618 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
15619
15620         reviewed by David Schleef
15621
15622         * configure.ac: bump required gstreamer version to 0.8.1.1
15623         because of following changes [--ds]
15624
15625         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
15626         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
15627         (gst_riff_read_header):  Use GST_READ_UINT*
15628         macros to access possibly unaligned memory.
15629
15630         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
15631         (mp3_type_find):  Use GST_READ_UINT*
15632         macros to access possibly unaligned memory.
15633         (mp3_type_find, mpeg1_parse_header, qt_type_find)
15634         (speex_type_find): Likewise
15635
15636         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
15637
15638         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
15639         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
15640         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
15641         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
15642         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
15643         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
15644         macros to access possibly unaligned memory.
15645
15646         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
15647         Likewise.
15648
15649         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
15650         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
15651
15652         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
15653         Likewise.
15654
15655         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
15656         (gst_mpeg2subt_chain_subtitle): Likewise.
15657
15658         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
15659         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
15660         Likewise.
15661
15662         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
15663         Likewise.
15664
15665         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
15666         Likewise.
15667
15668         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
15669         Likewise.
15670
15671 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15672
15673         * configure.ac:
15674           update required version of GStreamer because of GST_TIME_FORMAT
15675
15676 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15677
15678         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
15679           remove leftover g_print
15680         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15681           don't try setting only a subset of the caps. We don't want to kill
15682           autoplugging on purpose
15683
15684 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15685
15686         * sys/ximage/ximagesink.c: (plugin_init):
15687         * sys/xvimage/xvimagesink.c: (plugin_init):
15688           add debugging categories
15689
15690 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15691
15692         * po/en_GB.po:
15693         * po/LINGUAS:
15694           Adding en_GB translation (Gareth Owen)
15695
15696 2004-04-20  David Schleef  <ds@schleef.org>
15697
15698         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15699         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
15700         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
15701         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
15702         A number of new features and hacks to extract the esds atom and
15703         put it into the caps.  (bug #137724)
15704
15705 2004-04-19  David Schleef  <ds@schleef.org>
15706
15707         * gconf/Makefile.am: Fix for non-GNU make
15708         * gst-libs/gst/Makefile.am: Change directory order to handle
15709         GstPlay linking with gstinterfaces
15710         * gst-libs/gst/audio/make_filter: make use of tr portable
15711         * gst-libs/gst/play/Makefile.am: Add intended \
15712         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15713         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
15714         function prototype instead of void *.
15715         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
15716         macro.
15717         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15718         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
15719         * gst/videofilter/make_filter: make use of tr portable
15720         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
15721
15722 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15723
15724         * po/LINGUAS:
15725         * po/uk.po:
15726           Added Ukrainian translation (Maxim V. Dziumanenko)
15727
15728 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15729
15730         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
15731         (gst_gsmdec_link), (gst_gsmdec_chain):
15732           Fix capsnego, simplify chain function slightly.
15733         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
15734           Add GSM.
15735
15736 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15737
15738         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
15739         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
15740         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
15741           Hack to make wavparse work with spider (always -> sometimes pad).
15742           Fixes #135862 && #140411.
15743
15744 2004-04-18  Benjamin Otte  <otte@gnome.org>
15745
15746         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
15747         (gst_osselement_rate_probe_check),
15748         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
15749           get rid of \n in debug output
15750
15751 2004-04-17  Iain <iain@prettypeople.org>
15752
15753         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
15754         not just EOS.
15755
15756 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15757
15758         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
15759         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
15760         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
15761         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
15762         (gst_id3_tag_src_link), (gst_id3_tag_chain),
15763         (gst_id3_tag_change_state), (plugin_init):
15764           deprecate id3tag element and replace with id3demux/id3mux.
15765           great side effect: this ugly file is now even uglier, yay!
15766         * ext/mad/gstmad.h:
15767           remove non-available function
15768           update for new get_type
15769
15770 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15771
15772         * configure.ac:
15773           require mpeg2dec >= 0.4.0
15774
15775 2004-04-17  Benjamin Otte  <otte@gnome.org>
15776
15777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15778         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
15779         (gst_xvimagesink_set_xwindow_id):
15780           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
15781           assorted cleanup fixes.
15782
15783 2004-04-16  David Schleef  <ds@schleef.org>
15784
15785         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
15786         * sys/xvimage/xvimagesink.h: same
15787
15788 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15789
15790         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
15791           Fix GST_ELEMENT_ERROR with (NULL)
15792
15793 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15794
15795         * gst-libs/gst/riff/riff-media.c:
15796         (gst_riff_create_video_caps_with_data):
15797           Add div[3456] as fourccs for DivX 3 (fixes #140137).
15798
15799 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15800
15801         * gst-libs/gst/riff/riff-media.c:
15802         (gst_riff_create_video_caps_with_data),
15803         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
15804         (gst_riff_create_video_template_caps),
15805         (gst_riff_create_audio_template_caps):
15806         * gst-libs/gst/riff/riff-media.h:
15807         * gst-libs/gst/riff/riff-read.c:
15808         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
15809         * gst-libs/gst/riff/riff-read.h:
15810         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
15811           Add MS RLE support. I added some functions to read out strf chunks
15812           into strf chunks and the data behind it. This is usually color
15813           palettes (as in RLE, but also in 8-bit RGB). Also use those during
15814           caps creation. Lastly, add ADPCM (similar to wavparse - which
15815           should eventually be rifflib based).
15816         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
15817         (gst_matroska_demux_init), (gst_matroska_demux_reset):
15818         * gst/matroska/matroska-demux.h:
15819           Remove placeholders for some prehistoric tagging system. Didn't add
15820           support for any tag system really anyway.
15821         * gst/qtdemux/qtdemux.c:
15822           Add support for audio/x-m4a (MPEG-4) through spider.
15823         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
15824         (gst_wavparse_loop):
15825           ADPCM support (#135862). Increase max. buffer size because we
15826           cannot split buffers for ADPCM (screws references) and I've seen
15827           files with 2048 byte chunks. 4096 seems safe for now.
15828
15829 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15830
15831         * configure.ac: bump nano to 1
15832
15833 === release 0.8.1 ===
15834
15835 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15836
15837         * configure.ac: releasing 0.8.1, "Comforting Sounds"
15838
15839 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15840
15841         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15842           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
15843           Fixes #140058
15844
15845 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15846
15847         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
15848           lower rank of dvddemux so that it's not used for mpeg playback.
15849
15850 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15851
15852         * configure.ac:
15853           save libs correctly when checking mad
15854
15855 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15856
15857         * ext/mad/gstid3tag.c: (plugin_init):
15858           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
15859
15860 2004-04-13  David Schleef  <ds@schleef.org>
15861
15862         * common/m4/gst-feature.m4: Call -config scripts with
15863         --plugin-libs if it is supported.
15864         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
15865         JPEG images are image/jpeg.
15866         * gst/debug/Makefile.am:
15867         * gst/debug/negotiation.c: (gst_negotiation_class_init),
15868         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
15869         (gst_negotiation_update_caps), (gst_negotiation_get_property),
15870         (gst_negotiation_plugin_init): Add a property that acts like
15871         filter caps.
15872         * testsuite/gst-lint:  Move license checking to be a standard
15873         test.
15874
15875 2004-04-13  David Schleef  <ds@schleef.org>
15876
15877         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
15878         patch from Sebastien Cote (bug #139958)
15879
15880 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15881
15882         * examples/gstplay/Makefile.am:
15883         * examples/gstplay/player.c: (main):
15884           make the commandline player example use gconf settings
15885
15886 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15887
15888         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
15889         (gst_cacasink_sinkconnect), (gst_cacasink_init),
15890         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
15891           init/end library during state transition, not object
15892           creation/disposal.  get rid of custom dispose handler.
15893
15894
15895 2004-04-12  Christian Schaller <Uraeus@gnome.org>
15896
15897         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
15898         be a symlink
15899
15900 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15901
15902         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
15903           Handle JUNK chunks inside data section. Prevents warnings.
15904
15905 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15906
15907         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15908         (gst_riff_create_video_template_caps):
15909           Add MS video v1.
15910         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15911         (gst_avi_demux_stream_data):
15912           Add support for "rec-list" chunks.
15913
15914 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15915
15916         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15917           Fix another codecname mismatch.
15918
15919 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15920
15921         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15922           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
15923           so that MJPEG plays back.
15924
15925 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15926
15927         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
15928         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
15929         * gst/mpeg1videoparse/gstmp1videoparse.h:
15930           Fix for some slight mis-cuts in buffer parsing, and for some
15931           potential overflows or faults-causers. Adds disconts. Also fixes
15932           #139105 while we're at it.
15933
15934 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15935
15936         * configure.ac:
15937         * sys/v4l2/gstv4l2element.h:
15938           Workaround for missing struct v4l2_buffer declaration in Suse 9
15939           and Mandrake 10 linux/videodev2.h header file (#135919).
15940
15941 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15942
15943         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
15944           Bail out if no filename was given.
15945
15946 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15947
15948         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
15949         (gst_v4l2_fourcc_from_structure):
15950           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
15951           Y41B somewhere).
15952
15953 2004-04-09  Benjamin Otte  <otte@gnome.org>
15954
15955         * ext/gnomevfs/gstgnomevfssink.c:
15956         (_gst_boolean_allow_overwrite_accumulator),
15957         (gst_gnomevfssink_class_init):
15958           fix erase signal - if any handler returns false the file will not be
15959           overwritten. If no handler is connected, the file will not be
15960           overwritten either.
15961           renamed signal to "allow-overwrite"
15962         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
15963           free string when adding it to ID3 failed
15964         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15965           unref event when done
15966         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15967           free caps
15968         * gst/typefind/gsttypefindfunctions.c:
15969         (mpeg_video_stream_type_find):
15970           fix invalid read
15971
15972 2004-04-08  David Schleef  <ds@schleef.org>
15973
15974         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15975         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
15976
15977 2004-04-08  David Schleef  <ds@schleef.org>
15978
15979         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
15980         we don't support (bug #139532)
15981
15982 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15983
15984         * ext/mad/gstmad.c: (gst_mad_handle_event),
15985         (gst_mad_check_caps_reset), (gst_mad_chain),
15986         (gst_mad_change_state):
15987           only set explicit caps if they haven't been set before for
15988           this stream.  MPEG-audio sample rate/channels aren't allowed
15989           to change in-stream.
15990           Fixes #139382
15991
15992 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15993
15994         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
15995         (_gst_boolean_did_something_accumulator),
15996         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
15997         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
15998         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
15999         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16000         (gst_gnomevfssink_change_state):
16001           Fix erase signal. Don't erase by default. Remove handoff signal.
16002           Remove erase property. Don't segfault. General cleanup.
16003
16004 2004-04-07  Benjamin Otte  <otte@gnome.org>
16005
16006         * gst-libs/gst/gconf/test-gconf.c: (main):
16007           add missing gst_init
16008
16009 2004-04-07  Benjamin Otte  <otte@gnome.org>
16010
16011         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16012           free the mutexes, too
16013
16014 2004-04-07  Benjamin Otte  <otte@gnome.org>
16015
16016         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16017           actually free the URI string
16018         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16019           compute offset correctly when passing discont events
16020         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16021           don't leak discont events
16022         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16023           add some missing breaks so caps aren't copied randomly
16024         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16025           if we realloc memory, we better use it
16026
16027 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16028
16029         * ext/mad/gstmad.c: (normal_seek):
16030           fix GST_FORMAT_TIME usage
16031
16032 2004-04-05  David Schleef  <ds@schleef.org>
16033
16034         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16035         a deprecated function (hack!)
16036
16037 2004-04-05  Benjamin Otte  <otte@gnome.org>
16038
16039         * ext/esd/esdmon.c: (gst_esdmon_get):
16040           fix nonterminated vararg and memleak
16041
16042 2004-04-05  Benjamin Otte  <otte@gnome.org>
16043
16044         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16045         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16046         (gst_ladspa_set_property), (gst_ladspa_get_property),
16047         (gst_ladspa_instantiate), (gst_ladspa_activate),
16048         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16049           clean up debugging
16050
16051 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16052
16053         reviewed by Benjamin Otte  <otte@gnome.org>
16054
16055         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16056           check for broken LADSPA parameters (fixes #138635)
16057
16058 2004-04-05  Benjamin Otte  <otte@gnome.org>
16059
16060         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16061           advertise buffer-frames correctly on sinkpads
16062
16063 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16064
16065         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16066         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16067         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16068         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16069         (gst_mad_check_caps_reset), (gst_mad_chain):
16070         add more debugging, only reset caps when we're not in error state
16071
16072 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16073
16074         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16075
16076 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16077
16078         reviewed by Benjamin Otte  <otte@gnome.org>
16079
16080         * configure.ac:
16081           fix == in test(1) operator
16082
16083 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16084
16085         reviewed by Benjamin Otte  <otte@gnome.org>
16086
16087         * configure.ac:
16088           fix --export-symblos-regex to a working regex.
16089
16090 2004-04-04  Benjamin Otte  <otte@gnome.org>
16091
16092         * sys/oss/.cvsignore:
16093           add for oss_probe
16094
16095 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16096
16097         reviewed by Benjamin Otte  <otte@gnome.org>
16098
16099         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16100           add missing 'new_media' argument (fixes #138168)
16101         * gst/matroska/matroska-demux.c:
16102         (gst_matroska_demux_handle_seek_event):
16103           add vararg terminator (fixes #138169)
16104
16105 2004-04-02  David Schleef  <ds@schleef.org>
16106
16107         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16108         disted (bug #138914)
16109
16110 2004-04-01  Benjamin Otte  <otte@gnome.org>
16111
16112         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16113         (gst_alsa_close_audio):
16114           handle case better where a soundcard can't pause
16115         * ext/ogg/gstoggdemux.c:
16116           don't crash when we get events but don't have pads yet
16117
16118 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16119
16120         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16121           throw an error if we couldn't probe any caps.
16122
16123 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16124
16125         * ext/dvdnav/gst-dvd:
16126         Add a really simple sample DVD player
16127
16128 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16129
16130         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16131         (gst_a52dec_push), (gst_a52dec_handle_event),
16132         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16133         (gst_a52dec_change_state):
16134         * ext/a52dec/gsta52dec.h:
16135           Use a debug category, Output timestamps correctly
16136           Emit tag info, Handle events, tell liba52dec about cpu
16137           capabilities so it can use MMX etc.
16138         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16139           Fix a crasher accessing invalid memory
16140         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16141         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16142         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16143         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16144         (dvdnavsrc_query):
16145           Some support for byte-format seeking.
16146           Small fixes for still frames and menu button overlays
16147         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16148         (gst_mpeg2dec_alloc_buffer):
16149           Use a debug category. Adjust the report level of several items to
16150           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16151           so it doesn't lose the GstBuffer pointer
16152         * gst/debug/Makefile.am:
16153         * gst/debug/gstdebug.c: (plugin_init):
16154         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16155         (gst_navseek_base_init), (gst_navseek_class_init),
16156         (gst_navseek_init), (gst_navseek_seek),
16157         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16158         (gst_navseek_get_property), (gst_navseek_chain),
16159         (gst_navseek_plugin_init):
16160         * gst/debug/gstnavseek.h:
16161           Add the navseek debug element for seeking back and forth in a
16162           video stream using arrow keys.
16163         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16164         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16165         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16166         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16167         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16168         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16169         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16170         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16171         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16172         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16173         * gst/mpeg2sub/gstmpeg2subt.h:
16174           Pretty much a complete rewrite. Now a loopbased element. May still
16175           require work to properly synchronise subtitle buffers.
16176         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16177         (gst_dvd_demux_send_subbuffer):
16178         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16179           Don't attempt to create subbuffers of size 0
16180           Reduce a couple of error outputs to warnings.
16181         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16182         (gst_y4mencode_chain):
16183         Output the y4m frame header correctly.
16184
16185 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16186
16187         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16188           throw errors instead of allowing SIGFPE
16189
16190 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16191
16192         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16193         (gst_gconf_render_bin_from_key):
16194           leak plugging and style fixing
16195
16196 2004-03-31  David Schleef  <ds@schleef.org>
16197
16198         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16199         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16200         (bug #138225)
16201         * gst/debug/Makefile.am:
16202         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16203         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16204         plugin.
16205         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16206         (gst_negotiation_base_init), (gst_negotiation_class_init),
16207         (gst_negotiation_init), (gst_negotiation_getcaps),
16208         (gst_negotiation_pad_link), (gst_negotiation_chain),
16209         (gst_negotiation_set_property), (gst_negotiation_get_property),
16210         (gst_negotiation_plugin_init):  New element to talk about random
16211         negotiation things happening in a pipeline.
16212
16213 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16214
16215         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16216           fix integer addition with help of Stefan Kost
16217
16218 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16219
16220         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16221
16222 2004-03-30  David Schleef  <ds@schleef.org>
16223
16224         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16225         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16226         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16227         (bug #137504)
16228         * ext/mpeg2dec/gstmpeg2dec.h:
16229
16230 2004-03-30  David Schleef  <ds@schleef.org>
16231
16232         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16233
16234 2004-03-30  David Schleef  <ds@schleef.org>
16235
16236         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16237         Michael Petullo) to handle .mov
16238
16239 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16240
16241         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16242         (gst_osselement_rate_check_rate):
16243           probe caps correctly for sound cards that only support one format
16244
16245 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16246
16247         * ext/kio/kiosrc.cpp: (process_events):
16248           update handling event processing if inside KDE - untested
16249
16250 2004-03-29  David Schleef  <ds@schleef.org>
16251
16252         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16253         by 2 to not interfere with other colorspaces.
16254         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16255         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16256         one to not interfere with ffmpeg_colorspace.
16257
16258 2004-03-29  David Schleef  <ds@schleef.org>
16259
16260         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16261         aren't in the caps.
16262         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16263         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16264
16265 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16266
16267         * gst-libs/gst/riff/riff-media.c:
16268           fail on error, don't try to set stuff on NULL caps
16269
16270 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16271
16272         * configure.ac:
16273         * ext/Makefile.am:
16274         * ext/kio/Makefile.am:
16275         * ext/kio/kioreceiver.cpp:
16276         * ext/kio/kioreceiver.h:
16277         * ext/kio/kiosrc.cpp:
16278         * ext/kio/kiosrc.h:
16279           add experimental kiosrc plugin
16280         * ext/alsa/gstalsaplugin.c: (plugin_init):
16281           initialize debugging category only when we're sure registering the
16282           plugins worked.
16283
16284 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16285
16286         * examples/gstplay/player.c: (main):
16287         * gst-libs/gst/play/play.c: (gst_play_class_init),
16288         (gst_play_set_location), (gst_play_set_data_src),
16289         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16290         (gst_play_set_visualization), (gst_play_connect_visualization):
16291           check return values of element_set_state and return FALSE where
16292           failed
16293
16294 2004-03-29  Benjamin Otte  <otte@gnome.org>
16295
16296         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16297           try harder to check if an event is really a discont
16298
16299 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16300
16301         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
16302         * po/az.po:
16303
16304 2004-03-28  Benjamin Otte  <otte@gnome.org>
16305
16306         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16307         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16308         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16309           get rid of non-standard "..." ranges in case statements.
16310
16311 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
16312
16313         * gst/mpegstream/gstmpegdemux.c:
16314         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
16315         specific functionality split to the new dvddemux element.
16316         * gst/mpegstream/gstdvddemux.c:
16317         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
16318         streams, derived from mpegdemux.
16319         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
16320         up. SCR based timestamp rewriting can be turned off (will probably
16321         completely disappear soon).
16322         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
16323         hacking. General cleanup. All printf statements replaced by
16324         debugging messages. Almost complete libdvdnav support.
16325         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
16326         by events. New properties for audio and subpicture languages.
16327         (dvdnavsrc_update_highlight): Now uses events.
16328         (dvdnavsrc_user_op): Cleaned up.
16329         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
16330         based). Lots of cleanup, and propper support for most libdvdnav
16331         events.
16332         (dvdnavsrc_make_dvd_event): New function.
16333         (dvdnavsrc_make_dvd_nav_packet_event): New function.
16334         (dvdnavsrc_make_clut_change_event): New function.
16335
16336 2004-03-26  Benjamin Otte  <otte@gnome.org>
16337
16338         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
16339           fix bug where typefinding would claim it's theora whenever less then
16340           7 bytes of data were available
16341
16342 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16343
16344         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
16345         (gst_alawdec_base_init), (gst_alawdec_class_init),
16346         (gst_alawdec_init), (gst_alawdec_chain):
16347         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
16348         (gst_alawenc_base_init), (gst_alawenc_class_init),
16349         (gst_alawenc_init), (gst_alawenc_chain):
16350         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
16351         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
16352         (gst_mulawdec_init), (gst_mulawdec_chain):
16353         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
16354         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
16355         (gst_mulawenc_init), (gst_mulawenc_chain):
16356           Fix capsnego in all four, remove the unused property functions and
16357           simplify the chain functions slightly. I guess we could use macros
16358           or something similar for those, since the code is so similar, but
16359           I'm currently too lazy...
16360
16361 2004-03-24  David Schleef  <ds@schleef.org>
16362
16363         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16364         (gst_osselement_close_audio), (gst_osselement_probe_caps),
16365         (gst_osselement_get_format_structure),
16366         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
16367         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
16368         (gst_osselement_rate_int_compare): Add code to handle rate probing
16369         (bug #120883)
16370         * sys/oss/gstosselement.h: same
16371         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
16372         Use rate probing provided by osselement.
16373         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
16374
16375 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16376
16377         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
16378         (gst_xvidenc_get_property):
16379           ulong/int mess-up.
16380
16381 2004-03-24  David Schleef  <ds@schleef.org>
16382
16383         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
16384         (gst_speexdec_init):
16385         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
16386         (gst_speexenc_init):  Create the pad template correctly (from
16387         the static pad template, not a NULL pointer.)
16388
16389 2004-03-25  Benjamin Otte  <otte@gnome.org>
16390
16391         * gst/debug/Makefile.am:
16392         * gst/debug/breakmydata.c:
16393           add element that quasi-randomly changes bytes in the stream.
16394           Intended use is robustness checking of demuxers and decoders in
16395           media tests.
16396
16397 2004-03-24  Benjamin Otte  <otte@gnome.org>
16398
16399         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16400         (gst_alsa_probe_hw_params):
16401         * ext/alsa/gstalsa.h:
16402           debugging output fixes
16403
16404 2004-03-24  Benjamin Otte  <otte@gnome.org>
16405
16406         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
16407           don't g_return_if_fail if element is PLAYING, fail silently as every
16408           other element.
16409         * gst/effectv/gstquark.c: (gst_quarktv_chain):
16410           only fix needed for cast lvalue issues in gst-plugins
16411         * gst/volenv/gstvolenv.c: (gst_volenv_init):
16412           add proxy_getcaps
16413
16414 2004-03-24  Benjamin Otte  <otte@gnome.org>
16415
16416         * gst/level/gstlevel.c: (gst_level_init):
16417           add proxying getcaps function, so level doesn't advertise impossible
16418           caps
16419
16420 2004-03-24  David Schleef  <ds@schleef.org>
16421
16422         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16423         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
16424         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
16425         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
16426         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
16427         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
16428         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
16429         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
16430         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
16431         messages.  Divide the chunk size by the compression ratio
16432         (needed for MACE audio)
16433
16434 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16435
16436         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16437           Fix buffer overflow read error.
16438
16439 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16440
16441         * ext/alsa/gstalsa.h:
16442           Remove unused entry.
16443         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16444           Add cinepak.
16445         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
16446         (gst_videodrop_link), (gst_videodrop_chain):
16447           Fix, sort of. Was horribly broken with new capsnego. Bah...
16448
16449 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
16450
16451         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
16452         (plugin_init):
16453         Add a monkeysaudio typefind function
16454
16455 2004-03-23  Johan Dahlin  <johan@gnome.org>
16456
16457         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
16458         (gst_play_video_fixate): Check so the structure has the field
16459         before trying to fixate them, this makes it possible to have
16460         fakesinks for video and audio output without printing errors on
16461         the output console.
16462
16463 2004-03-22  David Schleef  <ds@schleef.org>
16464
16465         * sys/oss/Makefile.am:
16466         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
16467         (check_rate), (add_rate):  Rate probing test app.
16468
16469 2004-03-21  Benjamin Otte  <otte@gnome.org>
16470
16471         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16472         (_fixate_caps_to_int), (gst_audio_convert_fixate):
16473           add a fixation function that pretty much does the right thing (fixes
16474           #137556)
16475
16476 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
16477
16478         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
16479
16480 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16481
16482         reviewed by: Benjamin Otte  <otte@gnome.org>
16483
16484         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16485           terminate gst_event_new_discontinuous correctly (fixes parts of
16486           #137711)
16487
16488 2004-03-19  David Schleef  <ds@schleef.org>
16489
16490         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
16491         since it doesn't depend on X, and it's part of our ABI.
16492
16493 2004-03-19  Iain <iain@prettypeople.org>
16494
16495         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
16496         is_int in the structure, not the local variable.
16497
16498 2004-03-19  David Schleef  <ds@schleef.org>
16499
16500         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
16501         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
16502         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
16503         Improvements in caps negotiation.
16504
16505 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16506
16507         * po/LINGUAS:
16508         * po/af.po:
16509           adding Afrikaans (Petri Jooste)
16510
16511 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16512
16513         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16514         (gst_ffmpegcolorspace_chain):
16515         throw error instead of g_critical (#137588)
16516
16517 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16518
16519         * Makefile.am:
16520         * configure.ac:
16521           dist common and m4 correctly
16522         * po/sv.po:
16523
16524 2004-03-17  David Schleef  <ds@schleef.org>
16525
16526         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
16527         (bug #137348)
16528
16529 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16530
16531         * po/LINGUAS:
16532         * po/sv.po:
16533           adding Swedish translation (Christian Rose)
16534
16535 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16536
16537         * Makefile.am: use release.mak
16538
16539 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16540
16541         * common/ChangeLog:
16542         * common/gst-autogen.sh:
16543           add some explanation about the version detection
16544         * configure.ac:
16545           fix X check
16546
16547 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16548
16549         * configure.ac: bump nano to 1
16550
16551 === release 0.8.0 ===
16552
16553 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16554
16555         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
16556
16557 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16558
16559         * configure.ac:
16560           update libtool version
16561         * gst-libs/gst/media-info/Makefile.am:
16562           actually use libtool version
16563
16564 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16565
16566         * configure.ac: fix speex detection to work with 1.0 but not 1.1
16567
16568 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16569
16570         * configure.ac:
16571         * gst-plugins.spec.in:
16572         * pkgconfig/Makefile.am:
16573         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16574         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16575         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16576         * pkgconfig/gstreamer-libs.pc.in:
16577         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16578         * pkgconfig/gstreamer-play-uninstalled.pc.in:
16579         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
16580         * pkgconfig/gstreamer-plugins.pc.in:
16581           remove @VERSION@ from some of the pc files since core and plugins
16582           are decoupled.
16583           created gstreamer-plugins.pc as it's a better name, but keeping
16584           -libs around for now to get fixes upstream done first.
16585
16586 2004-03-15  Julien MOUTTE <julien@moutte.net>
16587
16588         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
16589         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
16590         * gst-libs/gst/play/play.h:
16591
16592 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16593
16594         * *.c, *.cc: don't mix tabs and spaces
16595
16596 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16597
16598         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
16599           use the new ffmpegcolorspace
16600         * gst-plugins.spec.in:
16601           package new colorspace and media-info
16602         * configure.ac:
16603         * pkgconfig/Makefile.am:
16604           fix some more disting issues
16605         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16606         * pkgconfig/gstreamer-media-info.pc.in:
16607           generate media-info pc files
16608
16609 2004-03-15  Johan Dahlin  <johan@gnome.org>
16610
16611         * *.h: Revert indenting
16612
16613 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16614
16615         * configure.ac:
16616           adding ffmpegcolorspace element
16617         * gst/ffmpegcolorspace/Makefile.am:
16618         * gst/ffmpegcolorspace/avcodec.h:
16619         * gst/ffmpegcolorspace/common.h:
16620         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
16621         * gst/ffmpegcolorspace/dsputil.h:
16622         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
16623         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16624         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
16625         (gst_ffmpeg_caps_to_pix_fmt):
16626         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16627         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16628         (gst_ffmpegcolorspace_caps_remove_format_info),
16629         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
16630         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
16631         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
16632         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
16633         (gst_ffmpegcolorspace_set_property),
16634         (gst_ffmpegcolorspace_get_property),
16635         (gst_ffmpegcolorspace_register):
16636         * gst/ffmpegcolorspace/imgconvert.c:
16637         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
16638         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
16639         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
16640         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
16641         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
16642         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
16643         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
16644         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
16645         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
16646         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
16647         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
16648         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
16649         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
16650         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
16651         (img_get_alpha_info), (deinterlace_line),
16652         (deinterlace_line_inplace), (deinterlace_bottom_field),
16653         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
16654         * gst/ffmpegcolorspace/imgconvert_template.h:
16655         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
16656         * gst/ffmpegcolorspace/mmx.h:
16657         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
16658           adding ffmpegcolorspace element supplied by Ronald after cleaning
16659           up and pulling in the right bits of upstream source.
16660           I'm sure a better C/compiler wizard could do some cleaning up (for
16661           example use GLIB's malloc stuff), but as a first pass this
16662           works very well
16663
16664 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16665
16666         * ext/alsa/gstalsa.h:
16667           I assume Ronald forgot to commit the change to have cardname
16668           as a struct member.  Expect some public spanking at the next
16669           opportunity.
16670
16671 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16672
16673         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
16674         (gst_alsa_open_audio), (gst_alsa_close_audio):
16675         * ext/alsa/gstalsa.c:
16676           Don't open the device if we're a mixer (= padless).
16677         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
16678         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
16679         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
16680           Open mixer during state change rather than during object
16681           initialization. Also, get a device name. Currently in a somewhat
16682           hackish fashion, but I didn't really find something better.
16683
16684 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16685
16686         * *.c, *.h: run gst-indent
16687
16688 2004-03-14  Benjamin Otte  <otte@gnome.org>
16689
16690         * gst/modplug/gstmodplug.cc:
16691         * gst/modplug/gstmodplug.h:
16692           set correct timestamps on outgoing buffers
16693
16694 2004-03-14  Benjamin Otte  <otte@gnome.org>
16695
16696         * gst/modplug/gstmodplug.cc:
16697           handle events - don't do crap when a discont arrives that's not
16698           necessary
16699           This allows correct loading and playback of mods in Rhythmbox
16700
16701 2004-03-14  Benjamin Otte  <otte@gnome.org>
16702
16703         * configure.ac:
16704         * gst-libs/gst/gconf/Makefile.am:
16705         * pkgconfig/Makefile.am:
16706           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
16707           they get rebuilt properly
16708         * configure.ac:
16709           when checking for vorbis, try pkgconfig first.
16710         * gst/modplug/gstmodplug.cc:
16711           add fixate function
16712
16713 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16714
16715         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16716           Fix for obvious mistake, where we first shift the offset and then
16717           read a samplesize element assuming the old offset. Note that this
16718           part still has something weird, i.e. my movies containing those
16719           don't actually play well, but at least there's something that looks
16720           like sound now.
16721
16722 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
16723         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
16724         (plugin_init):
16725         Add a typefind function for speex format
16726
16727 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16728
16729         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
16730         (gst_asf_demux_setup_pad):
16731           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
16732           instead of 0. Reason is simple: some elements have a fps range
16733           of 1-max instead of 0-max. So now ASF video actually works.
16734
16735 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16736
16737         * po/LINGUAS:
16738         * po/sr.po:
16739           adding serbian as a language
16740
16741 2004-03-13  Benjamin Otte  <otte@gnome.org>
16742
16743         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
16744           return taglist correctly from _get function, don't gst_pad_push it.
16745           (fixes #137042)
16746
16747 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
16748         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16749
16750 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16751
16752         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
16753         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
16754         (gst_alsa_mixer_track_new):
16755         * ext/alsa/gstalsamixertrack.h:
16756           Fix ancient leftovers... MixerTrack is a GObject.
16757
16758 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16759
16760         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16761         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16762           Don't block during probing...
16763
16764 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16765
16766         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
16767         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
16768         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
16769         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
16770         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
16771         (gst_alsa_open_audio), (gst_alsa_close_audio):
16772         * ext/alsa/gstalsa.h:
16773           Add propertyprobe interface implementation, add some device-name
16774           property, all this so that it looks good in gnome-volume-control.
16775
16776 2004-03-12  David Schleef  <ds@schleef.org>
16777
16778         * configure.ac: the Hermes library controls hermescolorspace, not
16779         colorspace.
16780         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
16781         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
16782         not /* */
16783         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
16784         * ext/sdl/sdlvideosink.h: ditto.
16785         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
16786
16787 2004-03-12  Benjamin Otte  <otte@gnome.org>
16788
16789         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
16790         (gst_x_overlay_got_xwindow_id):
16791         * gst-libs/gst/xoverlay/xoverlay.h:
16792           replace XID with unsigned long to get rid of the xlibs dependency in
16793           XOverlay (fixes #137004)
16794
16795 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
16796         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
16797         (gst_agingtv_setup):
16798         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
16799         (gst_dicetv_base_init), (gst_dicetv_class_init),
16800         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
16801         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
16802         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
16803         (gst_edgetv_setup), (gst_edgetv_rgb32):
16804         * gst/effectv/gsteffectv.c:
16805         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
16806         (gst_quarktv_set_property):
16807         * gst/effectv/gstrev.c: (gst_revtv_get_type),
16808         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
16809         (gst_revtv_setup), (gst_revtv_rgb32):
16810         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
16811         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
16812         (gst_shagadelictv_init), (gst_shagadelictv_setup),
16813         (gst_shagadelictv_rgb32):
16814         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
16815         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
16816         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
16817         * gst/effectv/gstwarp.c:
16818         Port everything that can be ported to videofilter and fix up the caps.
16819         Can someone with a big-endian machine please check these?
16820
16821 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16822
16823         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
16824         (gst_osssink_chain), (gst_osssink_change_state):
16825           Latest fixes for A/V sync, audio playback and such. This is about
16826           all... MPEG playback issues are mostly related to the async build-
16827           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
16828
16829 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16830
16831         patch from: Stephane Loeuillet
16832
16833         * configure.ac:
16834           use pkg-config for some libraries, falling back to the old .m4 way
16835           (fixes #131270)
16836         * m4/libdv.m4:
16837           removed
16838
16839 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16840
16841         * configure.ac:
16842         * tools/Makefile.am:
16843         * tools/Makefile.in:
16844         * tools/gst-launch-ext-m.m:
16845         * tools/gst-launch-ext.1.in:
16846         * tools/gst-visualise-m.m:
16847         * tools/gst-visualise.1:
16848         * tools/gst-visualise.1.in:
16849           reorganizing generation of script tools
16850
16851 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16852
16853         * ext/divx/gstdivxdec.c:
16854           Downgrade priority. We prefer ffdec_mpeg4.
16855         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
16856         (gst_faad_chain), (gst_faad_change_state):
16857           Fix capsnego. Doesn't work for some sounds because we don't have
16858           a 5:1 to stereo element.
16859         * ext/xvid/gstxvid.c: (plugin_init):
16860           Add priority.
16861         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
16862         (gst_osssink_change_state):
16863           Add discont handling.
16864
16865 2004-03-09  Colin Walters  <walters@verbum.org>
16866
16867         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
16868         conversion.
16869
16870 2004-03-09  Benjamin Otte  <otte@gnome.org>
16871
16872         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
16873           the signals take 2 arguments
16874
16875 2004-03-09  David Schleef  <ds@schleef.org>
16876
16877         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
16878         (gst_alsa_fixate): Add fixate function.  (bug #136686)
16879         * ext/alsa/gstalsa.h:
16880         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
16881
16882 2004-03-09  Benjamin Otte  <otte@gnome.org>
16883
16884         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
16885         (gst_mikmod_change_state):
16886         * ext/mikmod/gstmikmod.h:
16887           make mikmod's loop function not loop infinitely and call
16888           gst_element_yield anymore
16889         * gst/modplug/gstmodplug.cc:
16890           fix pad negotiation (fixes #136590)
16891
16892 2004-03-09  David Schleef  <ds@schleef.org>
16893
16894         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
16895         doesn't conflict with the internal colorspace plugin.
16896         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
16897         satisfy the crappy-ass shell shipped by a certain vendor.
16898         * gst/videofilter/make_filter: same (bug #135299)
16899
16900 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16901
16902         * configure.ac: bump nano to 1
16903
16904 === release 0.7.6 ===
16905
16906 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16907
16908         * configure.in: releasing 0.7.6, "There"
16909
16910 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16911
16912         * pkgconfig/gstreamer-play-uninstalled.pc.in:
16913         * pkgconfig/gstreamer-play.pc.in:
16914           synchronize the two
16915
16916 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16917
16918         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
16919         (cdparanoia_open), (cdparanoia_event):
16920           fix/add error handling
16921         * po/POTFILES.in:
16922           add cdparanoia source
16923         * tools/Makefile.am:
16924           make scripts executable
16925
16926 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16927
16928         * configure.ac:
16929         * ext/vorbis/Makefile.am:
16930         * sys/Makefile.am:
16931           remove id3types, vorbisfile and xvideosink from the build (#133783)
16932
16933 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16934
16935         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
16936           Fix metadata read crash (#136537).
16937
16938 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16939
16940         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
16941         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
16942           adding mime types, fixing the one-stop function
16943
16944 2004-03-08  Christian Schaller <Uraeus@gnome.org>
16945
16946         * ext/nas/nassink.c and /ext/nas/nassink.h:
16947         More NAS love from Arwed von Merkatz
16948         So lets all sing 'Can you feel the NAS tonight'
16949
16950 2004-03-08  Christian Schaller <Uraeus@gnome.org>
16951
16952         * tools/gst-launch-ext.in:
16953         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
16954
16955 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16956
16957         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
16958         (gst_mpeg2dec_init):
16959         remove the user_data pad for now, because it is being used in
16960         fixating causing MPEG playback to fixate on 1000 Hz for playback.
16961         If someone knows how to fix this properly, please do.
16962
16963 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16964
16965         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
16966         (gst_osssink_get_time):
16967         add a warning, IMO this won't get triggered anymore, remove later
16968
16969 2004-03-07  David Schleef  <ds@schleef.org>
16970
16971         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
16972         format (bug #136470)
16973
16974 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16975
16976         * gst-libs/Makefile.am:
16977         * gst-libs/gst/media-info/Makefile.am:
16978         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
16979         (error_callback), (gst_media_info_error_create),
16980         (gst_media_info_error_element), (gmip_init), (gmip_reset),
16981         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
16982         * gst-libs/gst/media-info/media-info-priv.h:
16983         * gst-libs/gst/media-info/media-info-test.c: (main):
16984         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
16985         (gst_media_info_class_init), (gst_media_info_instance_init),
16986         (gst_media_info_set_source), (gst_media_info_read_with_idler),
16987         (gst_media_info_read_idler), (gst_media_info_read):
16988         * gst-libs/gst/media-info/media-info.h:
16989         fixed, should work now
16990
16991 2004-03-07  Christian Schaller <Uraeus@gnome.org>
16992
16993         * ext/nas/nassink.c:
16994         A bunch of NAS fixes from Arwed von Merkatz
16995
16996 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16997
16998         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
16999         (qtdemux_parse_trak):
17000           Fix crash (j might be greater than n_samples, in which case we're
17001           writing outside the allocated space for the array) and memleak.
17002
17003 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17004
17005         * sys/oss/gstosssink.c: (gst_osssink_chain):
17006           And another caller that couldn't handle delay < 0 (unsigned
17007           integer overflow). Video now continues playing on an audio
17008           buffer underrun, and the clock continues working. Audio still
17009           stalls.
17010
17011 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17012
17013         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17014         (gst_osssink_get_time):
17015           get_delay() may return values lower than 0. In those cases, we
17016           should not actually cast to *unsigned* int64, that will break
17017           stuff horribly. In my case, it screwed up A/V sync in movies
17018           in totem rather badly.
17019
17020 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17021
17022         * ext/faac/gstfaac.c: (gst_faac_chain):
17023         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17024         * ext/libpng/gstpngenc.c: (user_write_data):
17025         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17026         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17027         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17028         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17029         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17030         of any buffer), should fix some leaks. I hope I didn't unref buffers
17031         that shouldn't be...
17032
17033 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17034
17035         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17036         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17037         (error_callback), (gmi_reset), (gmi_seek_to_track),
17038         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17039         (gmip_find_type_post), (gmip_find_stream_post),
17040         (gmip_find_track_streaminfo_post):
17041         * gst-libs/gst/media-info/media-info-priv.h:
17042         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17043         (info_print), (main):
17044         * gst-libs/gst/media-info/media-info.c:
17045         (gst_media_info_error_create), (gst_media_info_error_element),
17046         (gst_media_info_instance_init), (gst_media_info_get_property),
17047         (gst_media_info_new), (gst_media_info_set_source),
17048         (gst_media_info_read_idler), (gst_media_info_read):
17049         * gst-libs/gst/media-info/media-info.h:
17050           first pass at making this work again.  This seems to work on
17051           tagged ogg/vorbis and mp3 files.
17052
17053 2004-03-06  Benjamin Otte  <otte@gnome.org>
17054
17055         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17056           fix huge leak: gst_buffer_merge doesn't unref the first argument
17057           itself.
17058
17059 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17060
17061         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17062           report layer/mode/emphasis
17063
17064 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17065
17066         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17067
17068 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17069
17070         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17071           signal serial
17072
17073 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17074
17075         * ext/vorbis/vorbis.c: (plugin_init):
17076         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17077         (gst_vorbis_dec_init), (vorbis_dec_event):
17078         add debug category
17079         make vorbisdec handle _BYTE and _TIME queries
17080
17081 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17082
17083         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17084           from the xing header
17085
17086 2004-03-06  Benjamin Otte  <otte@gnome.org>
17087
17088         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17089         (gst_audio_convert_link), (gst_audio_convert_change_state),
17090         (gst_audio_convert_buffer_from_default_format):
17091           do conversions from/to float correctly, fix some caps nego errors,
17092           export correct supported caps in template and getcaps, use correct
17093           caps in try_set_caps functions
17094
17095 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17096
17097         For some reason, I only committed a ChangeLog entry yesterday and
17098         not the corresponding code...
17099         * ext/mad/gstmad.c: Fix detection of Xing headers
17100         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17101
17102 2004-03-06  Benjamin Otte  <otte@gnome.org>
17103
17104         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17105         (gst_ogg_demux_src_query):
17106           make sure to handle the case where there's no current chain
17107           gracefully.
17108
17109 2004-03-05  David Schleef  <ds@schleef.org>
17110
17111         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17112         Add fixate function. (bug #131128)
17113         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17114         (gst_sdlvideosink_fixate):  Add fixate function.
17115         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17116         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17117         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17118         Fix missing break that was causing ulaw to be interpreted as
17119         raw int.
17120
17121 2004-03-05  David Schleef  <ds@schleef.org>
17122
17123         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17124         Fix code that ignores return value of gst_buffer_merge().
17125         (bug #114560)
17126         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17127         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17128         * testsuite/gst-lint:  Check for above.
17129
17130 2004-03-05  David Schleef  <ds@schleef.org>
17131
17132         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17133         caps and throw an element error.  (bug #136334)
17134
17135 2004-03-05  David Schleef  <ds@schleef.org>
17136
17137         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17138         (gst_faad_chain): Fix negotiation.
17139         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17140         key and button events.
17141         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17142         dung heap of code.
17143         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17144         depends on gconf
17145         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17146         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17147         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17148         function to encourage better negotiation, particularly between
17149         audioconvert and osssink.
17150         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17151         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17152         more important.
17153         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17154         typefinding.
17155         * gst/vbidec/vbiscreen.c:  Add glib header
17156         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17157
17158 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17159
17160         * ext/mad/gstmad.c: Fix detection of Xing headers
17161         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17162
17163 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17164
17165         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17166         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17167           debug updates
17168
17169 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17170
17171         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17172         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17173         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17174         files, and report the parsed length as a GST_TAG_DURATION tag.
17175         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17176
17177 2004-03-05  Benjamin Otte  <otte@gnome.org>
17178
17179         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17180           convert channels correctly. convert correctly to unsigned.
17181
17182 2004-03-05  Julien MOUTTE <julien@moutte.net>
17183
17184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17185         we have a window before clearing it.
17186
17187 2004-03-05  Julien MOUTTE <julien@moutte.net>
17188
17189         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17190         have a window before clearing it.
17191
17192 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17193
17194         * gconf/gstreamer.schemas.in:
17195         * gst-libs/gst/gconf/Makefile.am:
17196           version installation path the same way as for 0.6
17197         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17198         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17199         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17200           remove comment that was fixed
17201
17202 2004-03-05  David Schleef  <ds@schleef.org>
17203
17204         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17205         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17206         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17207         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17208         Add prototype code for handling seeking and querying.
17209
17210 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17211
17212         * examples/gstplay/player.c: (main):
17213           Initialize variables to NULL. Prevents a segfault because the
17214           (uninitialized) variable is not NULL, resulting in a crash on
17215           trying to reach error->message.
17216
17217 2004-03-05  Benjamin Otte  <otte@gnome.org>
17218
17219         * gst/audioconvert/gstaudioconvert.c:
17220         (gst_audio_convert_buffer_to_default_format):
17221         make float=>int conversion work correctly even in cornercases.
17222
17223 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17224
17225         * debian/README.Debian:
17226         * debian/build-deps:
17227         * debian/changelog:
17228         * debian/control:
17229         * debian/control.in:
17230         * debian/copyright:
17231         * debian/gstreamer-a52dec.files:
17232         * debian/gstreamer-aa.files:
17233         * debian/gstreamer-alsa.files:
17234         * debian/gstreamer-alsa.manpages:
17235         * debian/gstreamer-arts.files:
17236         * debian/gstreamer-artsd.files:
17237         * debian/gstreamer-audiofile.files:
17238         * debian/gstreamer-avifile.files:
17239         * debian/gstreamer-cdparanoia.files:
17240         * debian/gstreamer-colorspace.files:
17241         * debian/gstreamer-doc.files:
17242         * debian/gstreamer-dv.files:
17243         * debian/gstreamer-dvd.files:
17244         * debian/gstreamer-esd.files:
17245         * debian/gstreamer-festival.files:
17246         * debian/gstreamer-flac.files:
17247         * debian/gstreamer-gconf.conffiles:
17248         * debian/gstreamer-gconf.files:
17249         * debian/gstreamer-gconf.postinst:
17250         * debian/gstreamer-gnomevfs.files:
17251         * debian/gstreamer-gsm.files:
17252         * debian/gstreamer-http.files:
17253         * debian/gstreamer-jack.files:
17254         * debian/gstreamer-jpeg.files:
17255         * debian/gstreamer-mad.files:
17256         * debian/gstreamer-mikmod.files:
17257         * debian/gstreamer-misc.files:
17258         * debian/gstreamer-mpeg2dec.files:
17259         * debian/gstreamer-oss.files:
17260         * debian/gstreamer-plugin-apps.files:
17261         * debian/gstreamer-plugin-apps.manpages:
17262         * debian/gstreamer-plugin-libs-dev.files:
17263         * debian/gstreamer-plugin-libs.files:
17264         * debian/gstreamer-plugin-template.postinst:
17265         * debian/gstreamer-plugin-template.postrm:
17266         * debian/gstreamer-sdl.files:
17267         * debian/gstreamer-sid.files:
17268         * debian/gstreamer-vorbis.files:
17269         * debian/gstreamer-x.files:
17270         * debian/mk.control:
17271         * debian/rules:
17272         Debian package info not maintained here.
17273
17274 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17275
17276         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17277         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17278         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17279         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17280         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17281         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17282         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17283         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17284         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17285         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17286         * gst-libs/gst/colorbalance/colorbalance.c:
17287         (gst_color_balance_class_init):
17288         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17289         (gst_color_balance_channel_class_init):
17290         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17291         * gst-libs/gst/play/play.c: (gst_play_class_init):
17292         * gst-libs/gst/propertyprobe/propertyprobe.c:
17293         (gst_property_probe_iface_init):
17294         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17295         * gst-libs/gst/tuner/tunerchannel.c:
17296         (gst_tuner_channel_class_init):
17297         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17298         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17299         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
17300         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17301         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17302         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17303         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17304         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
17305         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
17306           fix signals to use - instead of _
17307         * ext/libcaca/gstcacasink.h:
17308         * ext/sdl/sdlvideosink.h:
17309           fix header rename
17310
17311 2004-03-04  David Schleef  <ds@schleef.org>
17312
17313         * testsuite/gst-lint:  Add a check for bad signal names.
17314
17315 2004-03-04  <kost@imn.htwk-leipzig.de>
17316
17317         reviewed by David Schleef
17318
17319         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
17320         modified the alpha channel and caused a warning. (bug #136192)
17321
17322 2004-04-03  Christian Schaller <Uraeus@gnome.org>
17323
17324         * gst-plugins.spec.in:
17325         Change names of plugins to actually be correct. Try to keep things
17326         alphabetical to avoid getting beat up by Thomas
17327
17328 2004-03-03  Julien MOUTTE <julien@moutte.net>
17329
17330         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
17331         Using ximagesink as a default if no gconf key found. We should
17332         probably consider using alsasink instead of osssink for the audio
17333         part.
17334
17335 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17336
17337         * configure.ac:
17338           fix --with-plugins, don't think it ever worked before
17339         * gst-plugins.spec.in:
17340           even more updates
17341
17342 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17343
17344         * ext/sdl/sdlvideosink.h:
17345         * sys/ximage/ximagesink.h:
17346         * sys/xvideo/xvideosink.h:
17347         * sys/xvimage/xvimagesink.h:
17348           Fix for move of gstvideosink.h -> videosink.h.
17349
17350 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17351
17352         * gst-libs/gst/xwindowlistener/Makefile.am:
17353           this is a plugin library, not a library
17354
17355 2004-03-01  David Schleef  <ds@schleef.org>
17356
17357         * AUTHORS:  Added some names.  Add yourself if you're still
17358         missing.
17359
17360 2004-03-01  David Schleef  <ds@schleef.org>
17361
17362         * MAINTAINERS: Add
17363
17364 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17365
17366         * gst-plugins.spec.in: clean up spec file
17367
17368 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17369
17370         * gst-libs/gst/video/Makefile.am:
17371         * gst-libs/gst/video/gstvideosink.c:
17372         * gst-libs/gst/video/gstvideosink.h:
17373           rename gstvideosink.h to videosink.h to match other headers
17374         * gst/mixmatrix/Makefile.am:
17375           fix plugin filename
17376         * gst/tags/Makefile.am: fix plugin filename
17377
17378 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17379
17380         * gst/tags/Makefile.am: fix plugin filename
17381
17382 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17383
17384         * examples/gstplay/player.c: (got_time_tick), (main):
17385           add error handler
17386           display time_tick more readably
17387         * gst/mixmatrix/Makefile.am:
17388           fix plugin file name
17389
17390 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
17391
17392         * sys/oss/gstosselement.c: (gst_osselement_probe),
17393         (device_combination_append), (gst_osselement_class_probe_devices):
17394         * sys/oss/gstosselement.h:
17395           Reworked enumeration of oss dsps and mixers so that gst-mixer works
17396           on my system using alsa oss emulation, fixes bug #135597
17397
17398 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17399
17400         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
17401         (gst_videodrop_chain), (gst_videodrop_change_state):
17402         * gst/videodrop/gstvideodrop.h:
17403           Work based on timestamp of input data, not based on the expected
17404           framerate from the input. The consequence is that this element now
17405           not only scales framerates, but also functions as a framerate
17406           corrector or framerate stabilizer/constantizer.
17407
17408 2004-02-27  David Schleef  <ds@schleef.org>
17409
17410         patches from jmmv@menta.net (Julio M. Merino Vidal)
17411
17412         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
17413         GST_ELEMENT_ERROR call (bug #135634)
17414         * gst/interleave/interleave.c: (interleave_buffered_loop),
17415         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
17416         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
17417         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17418         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
17419         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
17420         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17421         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
17422         Fix GST_ELEMENT_ERROR call.
17423         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
17424         GST_ELEMENT_ERROR call.
17425
17426 2004-02-27  Benjamin Otte  <otte@gnome.org>
17427
17428         * gst-libs/gst/audio/audio.h:
17429           add macro to make sure header isn't included twice
17430         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
17431           don't use gst_buffer_free
17432         * gst/playondemand/filter.func:
17433           don't use gst_data_free. Free data only once.
17434
17435 2004-02-26  David Schleef  <ds@schleef.org>
17436
17437         * gst-libs/gst/colorbalance/Makefile.am:
17438         * gst-libs/gst/mixer/Makefile.am:
17439         * gst-libs/gst/tuner/Makefile.am:
17440         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
17441         should not be disted, -marshal.h files should not be installed,
17442         and -enum.h files _should_ be installed.  Fix to make this the
17443         case.
17444
17445 === release 0.7.5 ===
17446
17447 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17448
17449         * configure.ac: release 0.7.5, "Under The Sea"
17450
17451 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17452
17453         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17454         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
17455         * gst/videoscale/gstvideoscale.c:
17456         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17457           assorted debug/warning fixes
17458
17459 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17460
17461         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
17462         (gst_videoscale_init), (gst_videoscale_chain),
17463         (gst_videoscale_set_property), (plugin_init):
17464         * gst/videoscale/gstvideoscale.h:
17465         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17466         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
17467         (gst_videoscale_planar400), (gst_videoscale_packed422),
17468         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
17469         (gst_videoscale_24bit), (gst_videoscale_16bit),
17470         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
17471         (gst_videoscale_scale_plane_slow),
17472         (gst_videoscale_scale_point_sample),
17473         (gst_videoscale_scale_nearest),
17474         (gst_videoscale_scale_nearest_str2),
17475         (gst_videoscale_scale_nearest_str4),
17476         (gst_videoscale_scale_nearest_32bit),
17477         (gst_videoscale_scale_nearest_24bit),
17478         (gst_videoscale_scale_nearest_16bit):
17479         add debugging category and use it properly
17480         fix use of GST_PTR_FORMAT
17481
17482 2004-02-25  Andy Wingo  <wingo@pobox.com>
17483
17484         * gst/interleave/interleave.c (interleave_buffered_loop): Always
17485         push only when channel->buffer is NULL. Prevents segfaults doing
17486         the state change after a nonlocal exit, like a scheme exception.
17487
17488         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17489         Handle the case where the intersected caps is empty.
17490
17491 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17492
17493         * gst/law/mulaw-decode.c: (mulawdec_link):
17494         * gst/law/mulaw.c: (plugin_init):
17495           fix mulawdec so it actually works again
17496
17497 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
17498
17499         reviewed by: David Schleef  <ds@schleef.org>
17500
17501         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
17502         (gst_gamma_init), (gst_gamma_set_property),
17503         (gst_gamma_get_property), (gst_gamma_calculate_tables),
17504         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
17505         for RGB, with separate r g and b correction factors. (#131167)
17506
17507 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17508
17509         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17510           only signal tags for bitrate if they're > 0 (#134894)
17511
17512 2004-02-24  David Schleef  <ds@schleef.org>
17513
17514         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
17515         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
17516         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
17517         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
17518         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
17519         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
17520         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
17521         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
17522         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
17523         category.  Attempt to fix timestamp calculation.
17524
17525 2004-02-24  Johan Dahlin  <johan@gnome.org>
17526
17527         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
17528
17529 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17530
17531         * configure.ac:
17532         * gconf/Makefile.am:
17533         * gconf/gstreamer.schemas:
17534         * gst-libs/gst/gconf/Makefile.am:
17535         * gst-libs/gst/gconf/gconf.c:
17536           version gconf schemas and install locations
17537
17538 2004-02-23  Benjamin Otte  <otte@gnome.org>
17539
17540         * ext/xine/xineinput.c: (gst_xine_input_dispose):
17541         (gst_xine_input_subclass_init):
17542           call parent dispose.
17543           change pad template for CD reader correctly
17544         * ext/xine/Makefile.am:
17545         * ext/xine/gstxine.h:
17546         * ext/xine/xine.c: (plugin_init):
17547         * ext/xine/xineaudiosink.c:
17548           wrap audio sinks, too
17549         * gst-libs/gst/resample/private.h:
17550         * gst-libs/gst/resample/resample.c: (gst_resample_init),
17551         (gst_resample_reinit), (gst_resample_scale),
17552         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
17553         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
17554         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
17555         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
17556         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
17557         * gst-libs/gst/resample/resample.h:
17558         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17559         (gst_audioscale_class_init), (gst_audioscale_link),
17560         (gst_audioscale_get_buffer), (gst_audioscale_init),
17561         (gst_audioscale_chain), (gst_audioscale_set_property),
17562         (gst_audioscale_get_property):
17563         * gst/audioscale/gstaudioscale.h:
17564           s/resample_*/gst_resample_*/i to not clobber namespaces
17565
17566 2004-02-23  Julien MOUTTE  <julien@moutte.net>
17567
17568         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17569         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17570         (gst_riff_create_video_template_caps),
17571         (gst_riff_create_audio_template_caps),
17572         (gst_riff_create_iavs_template_caps):
17573         * gst-libs/gst/riff/riff-media.h:
17574         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
17575         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
17576         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
17577         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17578         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17579         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17580         (gst_matroska_demux_plugin_init): First batch implementing audio and
17581         video codec tags in demuxers.
17582
17583 2004-02-22  Benjamin Otte  <otte@gnome.org>
17584
17585         * ext/xine/Makefile.am:
17586         * ext/xine/gstxine.h:
17587         * ext/xine/xine.c: (plugin_init):
17588         * ext/xine/xineinput.c:
17589           add input plugin wrapper. Playback from files, http, mms and cdda
17590           works.
17591         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
17592           remove leftover G_GNUC_UNUSED
17593         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
17594         (gst_asf_demux_identify_guid):
17595           improve debugging output
17596
17597 2004-02-22  Benjamin Otte  <otte@gnome.org>
17598
17599         reported by: Padraig O'Briain <padraig.obriain@sun.com>
17600
17601         * autogen.sh:
17602           replace test -e with test -x for mkinstalldirs to be more portable.
17603           (fixes #134816)
17604
17605 2004-02-22  Benjamin Otte  <otte@gnome.org>
17606
17607         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
17608
17609         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
17610           set rank to PRIMARY
17611         * gst/volume/gstvolume.c: (plugin_init):
17612           set rank to NONE
17613         fixes #134960
17614
17615 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
17616
17617         reviewed by Benjamin Otte  <otte@gnome.org>
17618
17619         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
17620           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
17621
17622 2004-02-22  Benjamin Otte  <otte@gnome.org>
17623
17624         * configure.ac:
17625           export [_]*{gst,Gst,GST}.* symbols from plugins
17626
17627 2004-02-22  Christophe Fergeau <teuf@gnome.org>
17628
17629         reviewed by: Benjamin Otte  <otte@gnome.org>
17630
17631         * ext/lame/gstlame.c: (add_one_tag):
17632         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17633         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
17634         (gst_vorbisenc_metadata_set1):
17635         * gst/tags/gstid3tag.c:
17636         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
17637           apply fixes from bugs #135042 (lame can't write tags) and #133817
17638           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
17639
17640 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
17641
17642         * configure.ac: Export only gst_plugin_desc from plugins.
17643          Note that this change only makes any effect with Linux using libtool
17644          1.5.2 or higher. Otherwise it is silently ignored, but it would build
17645          fine. And don't try to have several versions of libtool in different
17646          directories.
17647
17648 2004-02-20  Andy Wingo  <wingo@pobox.com>
17649
17650         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
17651         interleave respectively.
17652
17653         * gst/interleave/deinterleave.c: New plugin: deinterleave
17654         (replaces on oneton).
17655         * gst/interleave/interleave.c: New plugin: interleave.
17656         * gst/interleave/plugin.h: Support file.
17657         * gst/interleave/plugin.c: Support file.
17658
17659         * configure.ac: Remove intfloat and oneton, add interleave.
17660
17661         * ext/sndfile/gstsf.c: Handle events better.
17662
17663         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
17664         and float2int operation. int2float has scheduling problems as
17665         noted in in2float_chain.
17666
17667 2004-02-20  Benjamin Otte  <otte@gnome.org>
17668
17669         * ext/xine/Makefile.am:
17670         * ext/xine/gstxine.h:
17671         * ext/xine/xine.c:
17672         * ext/xine/xineaudiodec.c:
17673         * ext/xine/xinecaps.c:
17674           add first version of xine plugin wrapper. Currently only wraps the
17675           QDM2 win32 DLL, and even that only in proof-of-concept quality.
17676         * configure.ac:
17677         * ext/Makefile.am:
17678           add xine plugin wrapper, disabled by default. Use --enable-xine to
17679           build. Note that it'll segfault on gst-register if you don't remove
17680           the goom and tvtime post plugins from xine.
17681         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17682         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
17683           add extradata parsing for QDM2.
17684           change around debugging prints.
17685
17686 2004-02-19  Benjamin Otte  <otte@gnome.org>
17687
17688         * ext/lame/gstlame.c: (gst_lame_chain):
17689         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17690           use gst_tag_list_insert when you want to insert tags
17691
17692 2004-02-18  David Schleef  <ds@schleef.org>
17693
17694         * configure.ac:  Move massink to gst-rotten
17695         * ext/Makefile.am:
17696         * ext/mas/Makefile.am:
17697         * ext/mas/massink.c:
17698         * ext/mas/massink.h:
17699
17700 2004-02-18  David Schleef  <ds@schleef.org>
17701
17702         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
17703         typefinding, since it seems to be worse than nothing.
17704         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
17705         atom to recognize .mp4 and .m4a files as video/quicktime.
17706
17707 2004-02-18  David Schleef  <ds@schleef.org>
17708
17709         * gst/sine/demo-dparams.c: (quit_live),
17710         (dynparm_log_value_changed), (dynparm_value_changed), (main):
17711         Use double dparams, not float.
17712         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17713         (gst_sinesrc_init): Change sync default to FALSE, since multiple
17714         sync'd elements don't really work correctly.
17715         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
17716         (volume_update_volume), (volume_get_property):  Change dparam
17717         to double.
17718
17719 2004-02-18  Julien MOUTTE  <julien@moutte.net>
17720
17721         * sys/ximage/ximagesink.c:
17722         (gst_ximagesink_xwindow_update_geometry),
17723         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
17724         (gst_ximagesink_change_state), (gst_ximagesink_expose),
17725         (gst_ximagesink_init): Rework the way software video scaling works. So
17726         now we check on each chain call if the video frames are feeling the
17727         window. If not we try to renegotiate caps. On failure we memorize that
17728         and we won't try again for that PLAYING sessions.
17729         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
17730         failure.
17731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
17732         synchronous flag.
17733
17734 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17735
17736         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17737           break up _link so we can give a better debug message for errors
17738
17739 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17740
17741         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
17742           set up debug category
17743
17744 2004-02-18  Julien MOUTTE <julien@moutte.net>
17745
17746         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17747         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
17748         the way renegotiation work. The event handling function is not taking
17749         care of external windows and renegotiate method check for pad flags
17750         NEGOTIATING. Should fix : #133209
17751
17752 2004-02-17  Julien MOUTTE  <julien@moutte.net>
17753
17754         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
17755         pad is negotiating before trying renegotiation.
17756
17757 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17758
17759         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
17760           pass on all possible mime types as typefind hints
17761
17762 2004-02-17  Julien MOUTTE <julien@moutte.net>
17763
17764         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
17766         possible SHM leak if we crash. All other apps using XShm are doing
17767         that.
17768
17769 2004-02-17  Julien MOUTTE  <julien@moutte.net>
17770
17771         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17772         (gst_ximagesink_expose): Renegotiate size on expose.
17773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
17774         size on expose.
17775
17776 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17777
17778         * testsuite/alsa/sinesrc.c:
17779           cosmetic fix to fix compile issue with gcc 2.95.4
17780
17781 2004-02-16  Julien MOUTTE <julien@moutte.net>
17782
17783         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17784         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
17785         failed opening the audio device.
17786         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17787         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
17788         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
17789         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
17790         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
17791         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
17792         (gst_ximagesink_change_state), (gst_ximagesink_chain),
17793         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
17794         Removing some useless g_return_if_fail like wingo suggested.
17795         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17796         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
17797         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
17798         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
17799         (gst_xvimagesink_update_colorbalance),
17800         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
17801         (gst_xvimagesink_xcontext_clear),
17802         (gst_xvimagesink_get_fourcc_from_caps),
17803         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
17804         (gst_xvimagesink_set_xwindow_id),
17805         (gst_xvimagesink_colorbalance_list_channels),
17806         (gst_xvimagesink_colorbalance_set_value),
17807         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
17808         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
17809
17810 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17811
17812         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17813           throw error when not negotiated instead of asserting
17814
17815 2004-02-15  Julien MOUTTE  <julien@moutte.net>
17816
17817         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
17818         correct data refcounting.
17819
17820 2004-02-15  Julien MOUTTE  <julien@moutte.net>
17821
17822         * gst/switch/gstswitch.c: (gst_switch_change_state),
17823         (gst_switch_class_init): Cleaning the sinkpads correctly on state
17824         change, mostly the EOS flag.
17825
17826 2004-02-15  Julien MOUTTE  <julien@moutte.net>
17827
17828         * examples/gstplay/player.c: (got_eos), (main): Adding some
17829         output for debugging.
17830         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
17831         timeouts if we go to any state different from PLAYING.
17832         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
17833         more EOS bugs in riff lib.
17834
17835 2004-02-14  Julien MOUTTE  <julien@moutte.net>
17836
17837         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
17838         visualization until i find a way to fix switch correctly.
17839         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
17840         EOS arrives.
17841         * gst/switch/gstswitch.c: (gst_switch_release_pad),
17842         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
17843         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
17844         Reworked switch to get a more correct behaviour with events and refing
17845         of data stored in sinkpads.
17846         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
17847         we don't pull from a pad in EOS.
17848
17849 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17850
17851         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17852           remove v1 tag even if we can't read it (makes sure we don't detect
17853           it again)
17854
17855 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17856
17857         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
17858         (gst_alsa_xrun_recovery):
17859         * ext/alsa/gstalsa.h:
17860           try xrun recovery when wait failed. Make xrun recovery function
17861           return TRUE/FALSE to indicate success. (might fix #134354)
17862
17863 2004-02-13  David Schleef  <ds@schleef.org>
17864
17865         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
17866         (dynparm_value_changed), (main): Convert from float to double.
17867         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
17868
17869 2004-02-13  David Schleef  <ds@schleef.org>
17870
17871         * gst/silence/gstsilence.c: (gst_silence_class_init),
17872         (gst_silence_set_clock), (gst_silence_get),
17873         (gst_silence_set_property), (gst_silence_get_property):
17874         * gst/silence/gstsilence.h: Add sync property.
17875         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17876         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
17877         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
17878         * gst/sine/gstsinesrc.h: Add sync property.
17879
17880 2004-02-13  David Schleef  <ds@schleef.org>
17881
17882         * gst/intfloat/gstint2float.c: (conv_f32_s16),
17883         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
17884
17885 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17886
17887         * configure.ac:
17888         * ext/Makefile.am:
17889         * gst-libs/ext/Makefile.am:
17890           move ffmpeg plugin to gst-ffmpeg module
17891
17892 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17893
17894         * configure.ac: use GST_ARCH to detect architecture
17895
17896 2004-02-12  Julien MOUTTE  <julien@moutte.net>
17897
17898         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
17899
17900 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17901
17902         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
17903           classify LADSPA plugins based on number of src/sink pads
17904           (#133663, Stefan Kost)
17905         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
17906           fix dparams registration
17907           (#133528, Stefan Kost)
17908         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
17909           fix use of isprint and use g_ascii_isprint instead
17910           (#133316, Stefan Kost)
17911
17912 2004-02-11  David Schleef  <ds@schleef.org>
17913
17914         Convert a few inner loops to use liboil.  This is currently
17915         optional, and is only enabled if liboil is present (duh!).
17916         * configure.ac: Check for liboil-0.1
17917         * gst/intfloat/Makefile.am:
17918         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
17919         (gst_int2float_chain_gint16):
17920         * gst/videofilter/Makefile.am:
17921         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
17922         (tablelookup_u8), (gst_videobalance_planar411):
17923         * gst/videotestsrc/Makefile.am:
17924         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
17925         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
17926         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
17927         (paint_hline_RGB565), (paint_hline_xRGB1555):
17928
17929 2004-02-11  David Schleef  <ds@schleef.org>
17930
17931         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
17932         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
17933         (gst_colorspace_getcaps), (gst_colorspace_link),
17934         (gst_colorspace_base_init), (gst_colorspace_init),
17935         (gst_colorspace_chain), (gst_colorspace_change_state),
17936         (plugin_init): Merge Ronald's patch (bug #117897) and update
17937         for new caps and negotiation.  Seems to work, although it
17938         shows off bugs in lcs.
17939
17940 2004-02-11  David Schleef  <ds@schleef.org>
17941
17942         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
17943         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
17944
17945 2004-02-11  David Schleef  <ds@schleef.org>
17946
17947         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
17948         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
17949         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
17950         Add server and port properties
17951
17952 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17953
17954         * m4/a52.m4:
17955         * m4/aalib.m4:
17956         * m4/as-ffmpeg.m4:
17957         * m4/as-liblame.m4:
17958         * m4/as-slurp-ffmpeg.m4:
17959         * m4/check-libheader.m4:
17960         * m4/esd.m4:
17961         * m4/freetype2.m4:
17962         * m4/gconf-2.m4:
17963         * m4/glib.m4:
17964         * m4/gst-alsa.m4:
17965         * m4/gst-artsc.m4:
17966         * m4/gst-ivorbis.m4:
17967         * m4/gst-matroska.m4:
17968         * m4/gst-sdl.m4:
17969         * m4/gst-shout2.m4:
17970         * m4/gst-sid.m4:
17971         * m4/gtk.m4:
17972         * m4/libdv.m4:
17973         * m4/libfame.m4:
17974         * m4/libmikmod.m4:
17975         * m4/ogg.m4:
17976         * m4/vorbis.m4:
17977           fix underquotedness of macros (#133800)
17978         * m4/as-avifile.m4:
17979         * m4/xmms.m4:
17980           removed because no longer used
17981
17982 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17983
17984         * configure.ac:
17985           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
17986           by autopoint (fixes #132996)
17987
17988 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17989
17990         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
17991         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
17992         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
17993         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
17994           fix memleaks
17995
17996 2004-02-11  David Schleef  <ds@schleef.org>
17997
17998         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
17999         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18000         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18001         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18002         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18003         (gst_jpegenc_class_init), (gst_jpegenc_init),
18004         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18005         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18006         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18007         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18008
18009 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18010
18011         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18012         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18013         * ext/mikmod/gstmikmod.h:
18014           fix caps negotiation in mikmod
18015         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18016           output debug information
18017
18018 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18019
18020         * gst-libs/gst/colorbalance/Makefile.am:
18021         * gst-libs/gst/navigation/Makefile.am:
18022         * gst-libs/gst/xoverlay/Makefile.am:
18023           remove unused GST_OPT_CFLAGS from Makefiles
18024           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18025
18026 2004-02-07  David Schleef  <ds@schleef.org>
18027
18028         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18029         push events to pads that haven't been created (#133508)
18030
18031 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18032
18033         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18034         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18035         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18036         (gst_dvdec_loop), (gst_dvdec_change_state):
18037         Second attempt at committing a working dvdec element.
18038
18039 2004-02-06  David Schleef  <ds@schleef.org>
18040
18041         Build fixes for OS X: (see #129600)
18042         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18043         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18044         (gst_riff_read_strf_iavs):
18045         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18046         (gst_avi_demux_stream_odml):
18047         * gst/playondemand/Makefile.am:
18048         * gst/rtp/rtp-packet.c:
18049
18050 2004-02-05  David Schleef  <ds@schleef.org>
18051
18052         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18053         last change, because it Just Doesn't Compile.
18054
18055 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18056
18057         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18058           skip undecodable id3v2 tag instead of keeping it
18059
18060 2004-02-05  David Schleef  <ds@schleef.org>
18061
18062         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18063         Unref leaked buffer.  (Noticed by Ronald)
18064
18065 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18066
18067         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18068         Sync requires with other checks.  >= vs =.
18069
18070 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18071
18072         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18073         (gst_dvdec_video_link), (gst_dvdec_loop):
18074         * ext/dv/gstdvdec.h:
18075           rework the caps negotiation so that dvdec works again instead
18076           of just segfaulting.
18077
18078 === release 0.7.4 ===
18079
18080 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18081
18082         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18083         * configure.ac: changed for release
18084
18085 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18086
18087         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18088         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18089         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18090         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18091           reworked patch by David Lehn to fix libdir and includedir for
18092           uninstalled libraries
18093           removed play and gconf from gstreamer-libs since they have their
18094           own pkgconfig files
18095
18096 2004-02-04  David Schleef  <ds@schleef.org>
18097
18098         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18099         memleak.
18100
18101 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18102
18103         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18104           use correct GST_TAG_ENCODER tag
18105
18106 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18107
18108         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18109           be sure to stop the clock when going to paused
18110         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18111           reset number of transmitted when going to ready.
18112         fixes #132935
18113
18114 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18115
18116         reviewed by Benjamin Otte
18117
18118         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18119           extract track count (fixes #133410)
18120
18121 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18122
18123         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18124           that should be !=, not == (fixes #132519)
18125
18126 2004-02-04  David Schleef  <ds@schleef.org>
18127
18128         Make sure set_explicit_caps() is called before adding pad.
18129         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18130         * gst/id3/gstid3types.c: (gst_id3types_loop):
18131         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18132         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18133
18134 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18135
18136         * configure.ac:
18137           bump nano to 2, first prerelease
18138           put back AM_PROG_LIBTOOL
18139
18140 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18141
18142         * testsuite/alsa/Makefile.am:
18143           these are user test apps, not automatic testsuite tests
18144
18145 2004-02-04  David Schleef  <ds@schleef.org>
18146
18147         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18148         * gst/mpeg1videoparse/gstmp1videoparse.c:
18149         (mp1videoparse_parse_seq):
18150         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18151         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18152         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18153         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18154         (gst_xvideosink_getcaps):
18155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18156         * testsuite/gst-lint: more tests
18157
18158 2004-02-04  David Schleef  <ds@schleef.org>
18159
18160         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18161         with the code that they would expand to.
18162         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18163         (gst_flacdec_get_src_query_types),
18164         (gst_flacdec_get_src_event_masks):
18165         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18166         (gst_gnomevfssrc_get_query_types),
18167         (gst_gnomevfssrc_get_event_mask):
18168
18169 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18170
18171         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18172         (gst_sinesrc_dispose):
18173           fix memleak by properly disposing sinesrc
18174
18175 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18176
18177         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18178         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18179         an overlay to redraw the image because it has been exposed.
18180         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18181         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18182         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18183         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18184         interface
18185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18186         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18187         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18188         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18189         interface
18190
18191 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18192
18193         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18194           more memleak fixage
18195
18196 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18197
18198         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18199         * gst/typefind/gsttypefindfunctions.c:
18200           fix memleaks shown by gst-typefind
18201
18202 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18203
18204         * common/glib-gen.mak:
18205           add hack rule to touch .Plo files
18206         * gst-libs/gst/colorbalance/Makefile.am:
18207         * gst-libs/gst/mixer/Makefile.am:
18208         * gst-libs/gst/play/Makefile.am:
18209         * gst-libs/gst/tuner/Makefile.am:
18210           remove glib_root variable
18211
18212 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18213
18214         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18215           set explicit caps before adding the element, so the autopluggers can
18216           plug correctly.
18217         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18218         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18219         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18220         (dv_type_find):
18221           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18222           argument.
18223
18224 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18225
18226         * gst-libs/gst/colorbalance/Makefile.am:
18227         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18228         * gst-libs/gst/colorbalance/colorbalance.c:
18229         * gst-libs/gst/colorbalance/colorbalance.h:
18230         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18231         * gst-libs/gst/mixer/Makefile.am:
18232         * gst-libs/gst/mixer/mixer-marshal.list:
18233         * gst-libs/gst/mixer/mixer.c:
18234         * gst-libs/gst/mixer/mixer.h:
18235         * gst-libs/gst/mixer/mixermarshal.list:
18236         * gst-libs/gst/play/Makefile.am:
18237         * gst-libs/gst/play/play.h:
18238         * gst-libs/gst/tuner/Makefile.am:
18239         * gst-libs/gst/tuner/tuner-marshal.list:
18240         * gst-libs/gst/tuner/tuner.c:
18241         * gst-libs/gst/tuner/tuner.h:
18242         * gst-libs/gst/tuner/tunermarshal.list:
18243           use new glib-gen.mak snippet to clean up Makefile.am
18244           fix various bugs in Makefile.am's
18245
18246 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18247
18248         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18249           handle chain parsing correctly in the multichain case
18250         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18251         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18252         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18253         (theora_dec_chain):
18254           handle events and queries correctly
18255
18256 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18257
18258         * .cvsignore:
18259         Ignore generated file _stdint.h.
18260
18261 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18262
18263         * gst-libs/gst/colorbalance/Makefile.am:
18264         * gst-libs/gst/colorbalance/colorbalance.h:
18265         * gst-libs/gst/mixer/Makefile.am:
18266         * gst-libs/gst/mixer/mixer.h:
18267         * gst-libs/gst/play/Makefile.am:
18268         * gst-libs/gst/play/play.h:
18269         * gst-libs/gst/tuner/Makefile.am:
18270         * gst-libs/gst/tuner/tuner.h:
18271         Generate enum type code with glib-mkenums.
18272         * gst-libs/gst/colorbalance/.cvsignore:
18273         * gst-libs/gst/mixer/.cvsignore:
18274         * gst-libs/gst/play/.cvsignore:
18275         * gst-libs/gst/tuner/.cvsignore:
18276         Ignore generated files.
18277
18278 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18279
18280         * gst-libs/gst/audio/.cvsignore:
18281         Ignore generated file.
18282         * gst-libs/gst/audio/Makefile.am:
18283         Do not install example filter.
18284
18285 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18286
18287         * examples/switch/.cvsignore:
18288         Ignore generated file.
18289
18290 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18291
18292         * common/m4/ax_create_stdint_h.m4:
18293         * configure.ac:
18294           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18295           _stdint.h.
18296         * Makefile.am:
18297           remove generated _stdint.h in DISTCLEANFILES
18298         * ext/a52dec/gsta52dec.c:
18299           include _stdint.h for a52dec. (should fix #133064)
18300
18301 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18302
18303         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
18304         (gst_tag_to_vorbis_comments):
18305         Add replaygain support to vorbistag
18306
18307 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18308         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18309         (gst_ffmpeg_caps_to_extradata):
18310           Fix SVQ3 caps flag properties
18311           Use glib macro for bytes swap
18312
18313 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18314
18315         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18316         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18317         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18318         * ext/sndfile/gstsf.c: (plugin_init):
18319         * gst/avi/gstavi.c: (plugin_init):
18320         * sys/dxr3/dxr3init.c: (plugin_init):
18321         * sys/oss/gstossaudio.c: (plugin_init):
18322         * sys/v4l/gstv4l.c: (plugin_init):
18323         * sys/v4l2/gstv4l2.c: (plugin_init):
18324           remove textdomain calls
18325         * po/nl.po:
18326           update Dutch translation
18327
18328 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18329
18330         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18331         (gst_play_set_audio_sink): Moving volume in the audio thread for
18332         instantaneous volume change. Maybe i will add another volume in front
18333         of visualization later, not sure yet though.
18334
18335 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18336
18337         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18338         (gst_ximagesink_handle_xevents): Better X events handling, only take
18339         the latest events for configure and motion.
18340         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
18341
18342 2004-02-02  Jon Trowbridge  <trow@gnu.org>
18343
18344         reviewed by: David Schleef  <ds@schleef.org>
18345
18346         Fix memory leaks:
18347         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
18348         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
18349
18350 2004-02-02  David Schleef  <ds@schleef.org>
18351
18352         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
18353         of lines.
18354         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
18355         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18356         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
18357         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18358         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18359         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
18360         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
18361         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
18362         (gst_float2_2_int_link):
18363         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18364         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
18365         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
18366         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
18367         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
18368         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
18369         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
18370         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
18371         * testsuite/gst-lint: Add tests for bzero and ;;
18372
18373 2004-02-02  David Schleef  <ds@schleef.org>
18374
18375         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
18376
18377 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18378
18379         * ext/aalib/gstaasink.c: (gst_aasink_open):
18380         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
18381         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18382         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18383         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
18384         (gst_afsink_close_file):
18385         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
18386         (gst_afsrc_close_file):
18387         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
18388         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
18389         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18390         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
18391         * ext/esd/esdmon.c: (gst_esdmon_get):
18392         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
18393         * ext/faac/gstfaac.c: (gst_faac_chain):
18394         * ext/faad/gstfaad.c: (gst_faad_chain):
18395         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
18396         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18397         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
18398         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
18399         (gst_flacdec_loop):
18400         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18401         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18402         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18403         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
18404         (gst_gnomevfssink_close_file):
18405         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18406         (gst_gnomevfssrc_open_file):
18407         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18408         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
18409         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
18410         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18411         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
18412         * ext/mad/gstmad.c: (gst_mad_chain):
18413         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
18414         * ext/mpeg2dec/gstmpeg2dec.c:
18415         * ext/mpeg2enc/gstmpeg2enc.cc:
18416         * ext/mplex/gstmplex.cc:
18417         * ext/mplex/gstmplexibitstream.cc:
18418         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
18419         (gst_ogg_demux_push):
18420         * ext/raw1394/gstdv1394src.c:
18421         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
18422         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
18423         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
18424         (gst_sf_loop):
18425         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18426         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
18427         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
18428         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
18429         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18430         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
18431         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
18432         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
18433         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18434         (gst_riff_read_element_data), (gst_riff_read_seek),
18435         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
18436         * gst/adder/gstadder.c: (gst_adder_loop):
18437         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
18438         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
18439         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
18440         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18441         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
18442         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
18443         * gst/goom/gstgoom.c: (gst_goom_chain):
18444         * gst/id3/gstid3types.c: (gst_id3types_loop):
18445         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18446         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
18447         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
18448         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18449         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
18450         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
18451         (gst_ebml_read_float), (gst_ebml_read_header):
18452         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
18453         (gst_matroska_demux_parse_blockgroup):
18454         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
18455         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
18456         * gst/oneton/gstoneton.c: (gst_oneton_chain):
18457         * gst/silence/gstsilence.c: (gst_silence_get):
18458         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18459         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
18460         * gst/speed/gstspeed.c: (speed_loop):
18461         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18462         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18463         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
18464         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18465         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18466         (gst_wavparse_loop):
18467         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
18468         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
18469         (dxr3audiosink_close):
18470         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
18471         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
18472         (dxr3videosink_close), (dxr3videosink_write_data):
18473         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
18474         * sys/oss/gstosssink.c: (gst_osssink_chain):
18475         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18476         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
18477         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
18478         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
18479         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
18480         (gst_v4l_set_window), (gst_v4l_enable_overlay):
18481         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
18482         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
18483         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
18484         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
18485         (gst_v4l_set_audio):
18486         * sys/v4l/v4l_calls.h:
18487         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
18488         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
18489         (gst_v4lmjpegsink_playback_init),
18490         (gst_v4lmjpegsink_playback_start):
18491         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
18492         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18493         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
18494         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
18495         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
18496         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
18497         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
18498         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
18499         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
18500         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
18501         (gst_v4l2_get_output), (gst_v4l2_set_output),
18502         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
18503         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
18504         (gst_v4l2_set_attribute):
18505         * sys/v4l2/v4l2_calls.h:
18506         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
18507         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
18508         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
18509         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
18510         (gst_v4l2src_capture_stop):
18511         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
18512         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
18513         (gst_ximagesink_chain):
18514         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
18515         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
18516         (gst_xvideosink_xwindow_new):
18517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18518         (gst_xvimagesink_chain):
18519
18520 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18521
18522         * gst/volume/gstvolume.c: (gst_volume_set_volume),
18523         (gst_volume_get_volume), (volume_class_init), (volume_init),
18524         (volume_chain_int16), (volume_update_volume):
18525         * gst/volume/gstvolume.h:
18526           make code more readable by removing magic numbers
18527           make mixer interface export 0-100 range
18528           make it internally map to 0.0-1.0 range so users don't distort
18529           output by putting the sliders at full volume
18530
18531 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18532
18533         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
18534         (gst_play_state_change), (gst_play_seek_to_time):
18535         block the tick callback for 0.5 secs after doing a seek
18536
18537 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18538
18539         * gst-libs/gst/play/play.c: (gst_play_new):
18540           check for GError
18541
18542 2004-02-01  Julien MOUTTE  <julien@moutte.net>
18543
18544         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
18545         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
18546         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
18547         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
18548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
18549         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
18550
18551 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18552
18553         * configure.ac:
18554         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18555           check for a function added in vorbis 1.1
18556
18557 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18558
18559         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
18560         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
18561           really start/stop clock only on PLAYING <=> PAUSED
18562         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18563           remove \n from debugging lines
18564         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18565           make it work when seeking does not
18566         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18567           reset on DISCONT
18568
18569 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18570
18571         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
18572           start clock on PAUSED=>PLAYING, not later
18573         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18574           extract correct time for different discont formats
18575         (gst_alsa_sink_get_time):
18576           don't segfault when no format is negotiated yet, just return 0
18577         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18578         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
18579         (gst_ogg_pad_push):
18580           handle flush and discont events correctly
18581         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
18582           handle discont events correctly
18583
18584 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18585
18586         * gst-libs/gst/play/play.c: (gst_play_error_quark),
18587         (gst_play_error_create), (gst_play_error_plugin),
18588         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
18589         * gst-libs/gst/play/play.h:
18590           add error handling during creation
18591         * examples/gstplay/player.c: (main):
18592           use new gst_play_new
18593
18594
18595 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18596
18597         * ext/theora/theoradec.c: (theora_dec_chain):
18598           make comments work
18599         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18600         (vorbis_dec_src_event), (vorbis_dec_chain):
18601           add encoder tag, fix tag reading to be more error tolerant, change
18602           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
18603           gst_pad_event_default.
18604         * gst/tags/gstvorbistag.c:
18605         (gst_tag_list_from_vorbiscomment_buffer):
18606           undefine function specific define at end of function
18607
18608 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
18609
18610         * ext/flac/gstflac.c: (plugin_init):
18611         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
18612         * ext/flac/gstflacdec.h:
18613         * ext/flac/gstflacenc.h:
18614           Fix typos
18615
18616 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
18617
18618         * examples/gstplay/player.c: s/gstplay.h/play.h/
18619
18620 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18621
18622         * gst-libs/gst/play/Makefile.am:
18623         * gst-libs/gst/play/gstplay.c:
18624         * gst-libs/gst/play/gstplay.h:
18625         * gst-libs/gst/play/play.c:
18626           more surgery, operation complete
18627
18628 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18629
18630         * gst-libs/gst/play/play.old.c:
18631         * gst-libs/gst/play/play.old.h:
18632           after CVS surgery by moving, remove
18633         * gst-libs/gst/play/playpipelines.c:
18634           remove
18635
18636         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18637           add negotiation error
18638
18639 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18640
18641         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18642         (gst_ogg_demux_push):
18643           add some seeking debug info
18644           send a flush when seeking
18645
18646 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18647
18648         * configure.ac:
18649           use AC_C_INLINE
18650         * configure.ac:
18651         * ext/Makefile.am:
18652         * ext/theora/Makefile.am:
18653         * ext/theora/theoradec.c:
18654           add theora video decoder. Does just do simple decoding for now and
18655           has been tested against Theora cvs only. It only works when theora
18656           is compiled with --enable-static.
18657         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18658           always reset packetno on DISCONT
18659
18660 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18661
18662         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18663           Fix audio.
18664
18665 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18666
18667         * gst/mpegaudioparse/gstmpegaudioparse.c:
18668         (mp3_type_frame_length_from_header):
18669           Fix header parsing - stolen from ffmpeg (thank you! :) ).
18670
18671 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18672
18673         * ext/esd/esdsink.c: (gst_esdsink_init):
18674           Since we have static pad template caps, we don't need to negotiate;
18675           either the core errors out or we know the format.
18676
18677 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18678
18679         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18680         (gst_riff_read_seek):
18681         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18682         (gst_ebml_read_seek):
18683           Fix event handling.
18684
18685 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18686
18687         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
18688           removee video/x-theora from vp3 decoder, it doesn't handle raw
18689           theora streams
18690         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
18691           fix bug with finalizing element that never went to PAUSED
18692         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
18693           length and position queries were swapped
18694         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18695         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
18696         (vorbis_dec_src_event):
18697           implement querying time and bytes
18698
18699 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18700
18701         * just about every source file:
18702           gst_element_error -> GST_ELEMENT_ERROR
18703
18704 2004-01-29  Julien MOUTTE  <julien@moutte.net>
18705
18706         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
18707         emiting FLUSH and even before DISCONT.
18708         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
18709         get the best instant seeking as possible yay!
18710
18711 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18712
18713         * gst/mpeg1videoparse/gstmp1videoparse.c:
18714         (gst_mp1videoparse_real_chain):
18715           Committed wrong version last week... Grr... Didn't notice until now.
18716
18717 2004-01-29  Julien MOUTTE <julien@moutte.net>
18718
18719         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
18720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
18721         have_xwindow_id signal in xwindow_create.
18722
18723 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18724
18725         * ext/ogg/gstoggdemux.c:
18726           lots of changes - mainly support for chained bitstreams, seeking,
18727           querying and bugfixes of course
18728         * ext/vorbis/Makefile.am:
18729         * ext/vorbis/vorbisdec.c:
18730         * ext/vorbis/vorbisdec.h:
18731           add vorbisdec raw vorbis decoder
18732         * ext/vorbis/vorbis.c: (plugin_init):
18733           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
18734         * gst/intfloat/Makefile.am:
18735         * gst/intfloat/float22int.c:
18736         * gst/intfloat/float22int.h:
18737         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
18738           add float2intnew plugin. It converts multichannel interleaved float to
18739           multichannel interleaved int. The name should probably be changed.
18740         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
18741         (plugin_init):
18742           add typefinding for raw theora video so oggdemux can detect it.
18743
18744 2004-01-28  Julien MOUTTE  <julien@moutte.net>
18745
18746         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
18747         sink element first.
18748         * gst/videoscale/gstvideoscale.c:
18749         (gst_videoscale_handle_src_event): Fixing src event handler.
18750
18751 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18752
18753         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
18754         (gst_v4lsrc_open), (gst_v4lsrc_close),
18755         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
18756         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
18757         * sys/v4l/gstv4lsrc.h:
18758         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
18759         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
18760           Implement resizing... Hack. But that's why v4l is b0rked...
18761
18762 2004-01-28  Julien MOUTTE <julien@moutte.net>
18763
18764         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
18765         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
18766         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
18767         (gst_ximagesink_xwindow_destroy):
18768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18769         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
18770         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18771         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
18772         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
18773         correctly cleaning the image created to check xshm calls on succes,
18774         added a lot of XSync calls in X11 functions, and fixed a segfault when
18775         no image format was defined before negotiation happened.
18776
18777 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18778
18779         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
18780           use gst_element_get_time to get correct time
18781
18782 2004-01-28  Julien MOUTTE  <julien@moutte.net>
18783
18784         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
18785         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
18786         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
18787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
18788         (gst_xvimagesink_check_xshm_calls),
18789         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
18790         X plugins are now able to detect that XShm calls will fail even if the
18791         server claims that it has XShm support (remote displays most of the
18792         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
18793         so that we use non XShm functions. This feature is almost useless for
18794         xvimagesink as Xv is not supported on remote displays anyway, but
18795         it might happen than even on the local display XShm calls fail.
18796
18797 2004-01-27  David Schleef  <ds@schleef.org>
18798
18799         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
18800         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
18801         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
18802         changed esdsink to only use 44100,16,2, since esd sucks at rate
18803         conversion and esdsink has had difficulty negotiating.
18804
18805 2004-01-27  Julien MOUTTE <julien@moutte.net>
18806
18807         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
18808         (gst_play_seek_to_time): Fixing the way to get current position.
18809
18810 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18811
18812         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
18813           use gst_element_get_time to get correct time
18814
18815 2004-01-27  Julien MOUTTE <julien@moutte.net>
18816
18817         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
18818         fix ever... Inverting 2 lines of code make spider autoplug correctly
18819         tagged mp3 !
18820
18821 2004-01-27  David Schleef  <ds@schleef.org>
18822
18823         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18824         Use gst_pad_try_set_caps_nonfixed().
18825
18826 2004-01-27  David Schleef  <ds@schleef.org>
18827
18828         * gst/ac3parse/gstac3parse.c: update to checklist 5
18829         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
18830         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
18831         * gst/audioscale/gstaudioscale.c: same
18832         * gst/auparse/gstauparse.c: same
18833         * gst/avi/gstavidemux.c: same
18834
18835 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18836
18837         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
18838           stop processing after EOS
18839
18840 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18841
18842         * gst/asfdemux/asfheaders.h:
18843         * gst/asfdemux/gstasfdemux.c:
18844         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
18845         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
18846         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
18847           lot's of fixes to make data extraction simpler and get the code
18848           architecture and compiler independant. Add debugging category
18849         * gst/goom/gstgoom.c: (gst_goom_change_state):
18850           reset channel count on PAUSED=>READY, not READY=>PAUSED
18851
18852 2004-01-26  Colin Walters  <walters@verbum.org>
18853
18854         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
18855         code to pull a bigger buffer in iradio mode.  This as a side effect
18856         makes typefinding work.
18857
18858 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
18859
18860         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
18861         Fix SVQ3 decoding on PPC
18862
18863 2004-01-26  Julien MOUTTE <julien@moutte.net>
18864
18865         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
18866         that one managed to stay there... Fixed.
18867
18868 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
18869
18870         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18871         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
18872         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
18873         (qtdemux_video_caps):
18874         * gst/qtdemux/qtdemux.h:
18875         Add SVQ3 specific flags to qtdemux and ffmpeg
18876
18877 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18878
18879         * gst-libs/gst/audio/audio.h:
18880           remove buffer-frames from audio caps
18881         * gst/audioconvert/gstaudioconvert.c:
18882           fix plugin to really work.
18883
18884 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18885
18886         * gst-libs/gst/mixer/mixer.c:
18887         * gst-libs/gst/propertyprobe/propertyprobe.c:
18888         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
18889         (gst_tuner_find_channel_by_name):
18890         * gst-libs/gst/tuner/tuner.h:
18891           Add gtk-doc style comments. Also fix a function name.
18892
18893 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18894
18895         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
18896         (gst_divxdec_negotiate):
18897           Fix for new capsnego - also fixes gst-player with divxdec.
18898
18899 2004-01-25  Julien MOUTTE  <julien@moutte.net>
18900
18901         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
18902         (gst_play_identity_handoff), (gst_play_set_location),
18903         (gst_play_set_visualization), (gst_play_connect_visualization): Another
18904         try in visualization implementation. Still have an issue with switch
18905         blocking when pulling from video_queue and only audio comes out of
18906         spider.
18907         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18908         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
18909         release method. And check if the pad is usable before pulling.
18910
18911 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18912
18913         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
18914         (gst_videobalance_init),
18915         (gst_videobalance_colorbalance_list_channels),
18916         (gst_videobalance_colorbalance_set_value),
18917         (gst_videobalance_colorbalance_get_value),
18918         (gst_videobalance_update_properties),
18919         (gst_videobalance_update_tables_planar411),
18920         (gst_videobalance_planar411):
18921         * gst/videofilter/gstvideobalance.h:
18922           Implement lookup-tables. +/- 10x faster.
18923
18924 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18925
18926         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18927         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
18928           The index reading was broken. The rest worked fine, but the whole
18929           goal of my rewrite was to make avidemux readable, and this was
18930           not at all readable. Please use typed variables.
18931
18932 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18933
18934         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18935           Additional pad usability check.
18936         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
18937         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
18938         (gst_mp1videoparse_real_chain):
18939           Fix MPEG video stream parsing. The original plugin had several
18940           issues, including not timestamping streams where the source was
18941           not timestamped (this happens with PTS values in mpeg system
18942           streams, but MPEG video is also a valid stream on its own so
18943           that needs timestamps too). We use the display time code for that
18944           for now. Also, if one incoming buffer contains multiple valid
18945           frames, we push them all on correctly now, including proper EOS
18946           handling. Lastly, several potential segfaults were fixed, and we
18947           properly sync on new sequence/gop headers to include them in next,
18948           not previous frames (since they're header for the next frame, not
18949           the previous). Also see #119206.
18950         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
18951         (bpf_from_header):
18952           Move caps setting so we only do it after finding several valid
18953           MPEG-1 fraes sequentially, not right after the first one (which
18954           might be coincidental).
18955         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
18956         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18957         (plugin_init):
18958           Add unsynced MPEG video stream typefinding, and change some
18959           probability values so we detect streams rightly. The idea is as
18960           follows: I can have an unsynced system stream which contains
18961           video. In the current code, I would randomly get a type for either
18962           system or video stream type found, because the probabilities are
18963           being calculated rather randomly. I now use fixed values, so we
18964           always prefer system stream if that was found (and that is how it
18965           should be). If no system stream was found, we can still identity                the stream as video-only.
18966
18967 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18968
18969         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18970         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
18971           don't write to buffer. Extract data without the need of
18972           __attribute__ ((packed))
18973
18974 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18975
18976         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
18977         (mpeg1_sys_type_find):
18978           Fix MPEG-1 stream typefinding.
18979
18980 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18981
18982         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18983           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
18984
18985 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18986
18987         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
18988         * ext/esd/gstesd.c: (plugin_init):
18989           private debugging, better error reporting
18990
18991 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18992
18993         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
18994         (gst_riff_read_init), (gst_riff_read_change_state):
18995         * gst-libs/gst/riff/riff-read.h:
18996           Remove stuff fromold metadata system.
18997
18998 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18999
19000         * ext/ogg/gstoggdemux.c:
19001           Fix wrong file comment.
19002         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19003         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19004           Add metadata reading properly.
19005
19006 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19007
19008         * ext/Makefile.am:
19009           Fix nas DIST_SUBDIRS
19010           Uraeus:
19011           Fix bug where make distcheck doesn't get run on adding stuff to
19012           the build.
19013
19014 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19015
19016         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19017         * ext/divx/gstdivxdec.h:
19018           Fix divx3 ("msmpeg4") playback using divxdec.
19019
19020 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19021
19022         * gst/typefind/gsttypefindfunctions.c:
19023         (mp3_type_frame_length_from_header): fix bug in length computation
19024         (mp3_type_find): improve debugging output
19025
19026 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19027
19028         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19029         (gst_play_set_location), (gst_play_seek_to_time),
19030         (gst_play_set_audio_sink), (gst_play_set_visualization),
19031         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19032         the pipeline from scratch. Visualization is back and switch went out as
19033         i realized it was not possible to use the way i wanted.
19034         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19035         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19036         clearing in state change from READY to NULL. So that one can clean the
19037         X ressources keeping the element.
19038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19039         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19040         (gst_xvimagesink_colorbalance_set_value),
19041         (gst_xvimagesink_colorbalance_get_value),
19042         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19043         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19044         change from READY to NULL and fixed some stupid bugs in colorbalance
19045         get/set values. Also added the following feature : when nobody tries to
19046         set some values to the colorbalance levels before the xcontext is
19047         grabbed, then when creating channels list from Xv attributes we set the
19048         internal values to the Xv defaults. This way we handle buggy Xv drivers
19049         that set default hue values far from the middle of the range (Thanks
19050         to Jon Trowbridge for pointing that issue).
19051         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19052         colorbalance levels have been set before xcontext is grabbed.
19053
19054 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19055
19056         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19057           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19058           it might block operations (which is bad for a mixer).
19059
19060 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19061
19062         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19063         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19064         (gmip_find_type_pre):
19065         * gst-libs/gst/media-info/media-info-priv.h:
19066         * gst-libs/gst/media-info/media-info.c:
19067         (gst_media_info_instance_init), (gst_media_info_read_idler):
19068         add fakesink to get caps on decoder src pad again
19069         fix callback prototype to match new have_type signal signature
19070
19071 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19072
19073         * gst/adder/gstadder.c: (gst_adder_link):
19074           fix non-compile and cut-n-paste code
19075
19076 2004-01-21  David Schleef  <ds@schleef.org>
19077
19078         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19079         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19080         (gst_swfdec_init), (gst_swfdec_change_state):
19081         * ext/swfdec/gstswfdec.h:
19082         Fix negotiation.
19083         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19084         (gst_adder_request_new_pad): Fix negotiation.
19085         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19086         Add a fixate function.
19087         * gst/intfloat/gstfloat2int.c:
19088         * gst/intfloat/gstfloat2int.h:
19089         * gst/intfloat/gstint2float.c:
19090         * gst/intfloat/gstint2float.h:
19091         Completely rewrite the negotiation.  Doesn't quite work yet,
19092         due to some buffer-frames problem.
19093
19094 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19095
19096         * ext/gnomevfs/gstgnomevfssrc.c:
19097         * sys/v4l2/v4l2_calls.h:
19098           fix includes for distcheck
19099
19100 2004-01-21  Christian Schaller <uraeus@gnome.org>
19101
19102         * ext/nas/
19103         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19104         based on earlier patch from Laurent Vivier
19105
19106 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19107
19108         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19109         Fix wma caps property
19110         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19111         Fix typo (flags1 and flags2)
19112
19113 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19114
19115         * gst-libs/gst/media-info/media-info-priv.c:
19116         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19117         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19118         (gmip_find_stream), (gmip_find_track_metadata),
19119         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19120         (gmip_find_track_format):
19121         * gst-libs/gst/media-info/media-info-priv.h:
19122         * gst-libs/gst/media-info/media-info-test.c: (main):
19123         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19124         (gst_media_info_read_idler), (gst_media_info_read):
19125         * gst-libs/gst/media-info/media-info.h:
19126           register debugging category and use it for debugging
19127
19128 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19129
19130         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19131         (gst_vorbisfile_new_link):
19132           signal streaminfo through tags
19133
19134 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19135
19136         * ext/mplex/gstmplex.cc:
19137         * ext/mplex/gstmplexibitstream.cc:
19138           g++ doesn't like NULL in our i18n/error macros, should be
19139           either (NULL) or ("").
19140
19141 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19142
19143         * sys/dxr3/dxr3audiosink.c:
19144         * sys/dxr3/dxr3init.c:
19145         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19146         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19147           Fix more error error error errors (missing includes here).
19148
19149 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19150
19151         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19152           fix thomas' error errors.
19153
19154 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19155
19156         * ext/mpeg2enc/gstmpeg2enc.cc:
19157           fix error errors.
19158
19159 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19160
19161         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19162         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19163           Fix for new error system.
19164
19165 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19166
19167         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19168           fix for new error reporting
19169
19170 2004-01-20  David Schleef  <ds@schleef.org>
19171
19172         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19173         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19174         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19175         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19176         and neither is 100+, most likely.
19177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19178         (gst_xvimagesink_getcaps): same
19179
19180 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19181
19182         * configure.ac:
19183           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19184           clashes with ffmpeg.
19185
19186 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19187
19188         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19189         (gst_switch_init): Fixed switch element : proxying link and setting
19190         caps from src to sink on request.
19191
19192 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19193
19194         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19195         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19196         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19197         fix element_error
19198
19199 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19200
19201         * sys/v4l/v4l_calls.h:
19202         * sys/v4l2/v4l2_calls.h:
19203           element_error fixes
19204
19205 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19206
19207         * gst-libs/gst/gst-i18n-plugin.h:
19208           add locale.h
19209           remove config.h inclusion
19210
19211 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19212
19213         * autogen.sh:
19214           adding autopoint invocation
19215         * Makefile.am:
19216         * configure.ac:
19217         * gst-libs/gst/gettext.h:
19218           adding gettext bits
19219         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19220         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19221         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19222         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19223         (gst_gnomevfssink_close_file):
19224         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19225         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19226         * gst-libs/gst/gst-i18n-plugin.h:
19227         * gst/avi/gstavi.c: (plugin_init):
19228         * sys/dxr3/dxr3init.c: (plugin_init):
19229         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19230         * sys/oss/gstossaudio.c: (plugin_init):
19231         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19232         * sys/v4l/gstv4l.c: (plugin_init):
19233         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19234         * sys/v4l2/gstv4l2.c: (plugin_init):
19235         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19236         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19237         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19238         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19239         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19240         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19241           make sure locale and translation domain are set
19242           fix translated strings
19243         * po/.cvsignore:
19244         * po/LINGUAS:
19245         * po/Makevars:
19246         * po/POTFILES.in:
19247         * po/nl.po:
19248           put translation files into place
19249         * sys/xvideo/imagetest.c: (main):
19250         * ext/dv/demo-play.c: (main):
19251           fix unnecessary translations
19252
19253 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19254
19255         * ext/sndfile/gstsf.c:
19256         * gst/avi/gstavimux.c:
19257         * ext/audiofile/gstafsink.c:
19258         * ext/audiofile/gstafsrc.c:
19259         * ext/gnomevfs/gstgnomevfssink.c:
19260         * ext/gnomevfs/gstgnomevfssrc.c:
19261         * sys/oss/gstosselement.c:
19262         * sys/v4l/v4l_calls.h:
19263           fix i18n include
19264
19265 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19266
19267         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19268         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19269         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19270         (gst_v4l2_get_output), (gst_v4l2_set_output),
19271         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19272         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19273         (gst_v4l2_set_attribute):
19274         update to new error handling
19275
19276 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19277
19278         * ext/sidplay/gstsiddec.cc:
19279         * gst/modplug/gstmodplug.cc:
19280           parenthese NULL because C++ seems angry about it
19281
19282 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19283
19284         * gst-libs/gst/gst-i18n-plugin.h:
19285           add skeleton i18n stuff, but needs to be further implemented
19286
19287 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19288
19289         * examples/gstplay/player.c: (main):
19290         * ext/aalib/gstaasink.c: (gst_aasink_open):
19291         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19292         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19293         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19294         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19295         (gst_afsink_close_file):
19296         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19297         (gst_afsrc_close_file):
19298         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19299         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19300         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19301         * ext/esd/esdmon.c: (gst_esdmon_get):
19302         * ext/esd/esdsink.c: (gst_esdsink_chain):
19303         * ext/faac/gstfaac.c: (gst_faac_chain):
19304         * ext/faad/gstfaad.c: (gst_faad_chain):
19305         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19306         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19307         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19308         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19309         (gst_flacdec_loop):
19310         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19311         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19312         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19313         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19314         (gst_gnomevfssink_close_file):
19315         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19316         (gst_gnomevfssrc_open_file):
19317         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19318         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19319         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19320         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19321         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19322         * ext/mad/gstmad.c: (gst_mad_chain):
19323         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19324         * ext/mpeg2dec/gstmpeg2dec.c:
19325         * ext/mpeg2enc/gstmpeg2enc.cc:
19326         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19327         * ext/mplex/gstmplex.cc:
19328         * ext/mplex/gstmplexibitstream.cc:
19329         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19330         (gst_ogg_demux_push), (gst_ogg_pad_push):
19331         * ext/raw1394/gstdv1394src.c:
19332         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19333         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19334         * ext/sidplay/gstsiddec.cc:
19335         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19336         (gst_sf_loop):
19337         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19338         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19339         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19340         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19341         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19342         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19343         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19344         * gst-libs/gst/Makefile.am:
19345         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19346         (gst_riff_read_element_data), (gst_riff_read_seek),
19347         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19348         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
19349         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19350         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19351         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19352         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19353         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19354         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19355         * gst/goom/gstgoom.c: (gst_goom_chain):
19356         * gst/id3/gstid3types.c: (gst_id3types_loop):
19357         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19358         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19359         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19360         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19361         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19362         (gst_ebml_read_float), (gst_ebml_read_header):
19363         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19364         (gst_matroska_demux_parse_blockgroup):
19365         * gst/modplug/gstmodplug.cc:
19366         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19367         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19368         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19369         * gst/silence/gstsilence.c: (gst_silence_get):
19370         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19371         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19372         * gst/speed/gstspeed.c: (speed_loop):
19373         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19374         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19375         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19376         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19377         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19378         (gst_wavparse_loop):
19379         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19380         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19381         (dxr3audiosink_close):
19382         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19383         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19384         (dxr3videosink_close), (dxr3videosink_write_data):
19385         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19386         * sys/oss/gstosselement.h:
19387         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
19388         (gst_osssink_chain):
19389         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19390         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19391         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19392         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19393         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
19394         (gst_v4l_enable_overlay):
19395         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19396         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19397         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19398         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19399         (gst_v4l_set_audio):
19400         * sys/v4l/v4l_calls.h:
19401         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19402         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19403         (gst_v4lmjpegsink_playback_init),
19404         (gst_v4lmjpegsink_playback_start):
19405         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19406         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
19407         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
19408         (gst_v4lmjpegsrc_requeue_frame):
19409         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19410         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19411         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19412         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19413         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19414         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19415         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19416         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19417         (gst_v4l2src_capture_stop):
19418         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19419         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19420         (gst_ximagesink_chain):
19421         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19422         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19423         (gst_xvideosink_xwindow_new):
19424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19425         (gst_xvimagesink_chain):
19426         use new error signal, function and categories
19427
19428 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
19429
19430         * configure.ac:
19431         * ext/Makefile.am:
19432         * ext/musicbrainz/gsttrm.c:
19433         * ext/musicbrainz/gsttrm.h:
19434         * ext/musicbrainz/Makefile.am:
19435         Add a trm plugin
19436
19437 2004-01-18  Julien MOUTTE  <julien@moutte.net>
19438
19439         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
19440         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
19441         synchronous property for debugging.
19442         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
19443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19444         (gst_xvimagesink_set_property): Moving a pointer declaration to a
19445         smaller block, fixing indent.
19446
19447 2004-01-16  David Schleef  <ds@schleef.org>
19448
19449         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
19450         property affects the video stream.
19451         * sys/xvimage/xvimagesink.c:
19452         * sys/xvimage/xvimagesink.h:
19453         Add synchronous property for debugging.  Should probably be
19454         disabled in non-CVS builds.  Make sure that the Xv attribute
19455         exists before we set it (crash!).  Fix a silly float bug that
19456         caused colorbalance to just not work.
19457
19458 2004-01-17  Christian Schaller <Uraeus@gnome.org>
19459
19460         * tools/gst-launch-ext.in - update for new plugins
19461
19462 2004-01-16  David Schleef  <ds@schleef.org>
19463
19464         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
19465         already-freed caps.
19466
19467 2994-01-16  Christian Schaller <Uraeus@gnome.org>
19468
19469         * Update spec for new colorspace plugin and libcaca plugin
19470         * Fix compilation of libcaca plugin (clock -> id)
19471
19472 2004-01-16  Julien MOUTTE <julien@moutte.net>
19473
19474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
19475         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19476         (gst_xvimagesink_set_xwindow_id),
19477         (gst_xvimagesink_colorbalance_set_value),
19478         (gst_xvimagesink_colorbalance_get_value),
19479         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19480         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
19481         correct colorbalance properties. They can now be set when the element
19482         is still in NULL state. The values will be committed to the Xv Port
19483         when xcontext is initialized.
19484         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
19485         brightness int values in the GstXvImagesink structure.
19486
19487 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19488
19489         * gst-libs/gst/Makefile.am:
19490           restructure so having local patches works easier.
19491
19492 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19493
19494         * ext/mpeg2enc/Makefile.am:
19495         * ext/mpeg2enc/gstmpeg2enc.cc:
19496         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19497           Bugfix with respect to EOS handling.
19498
19499 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19500
19501         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
19502           Link with right caps (else, it segfaults).
19503         * ext/mplex/gstmplexjob.cc:
19504           Fix for slight API change in 1.6.1.93 release of mjpegtools.
19505
19506 2004-01-15  David Schleef  <ds@schleef.org>
19507
19508         * gst-libs/gst/audio/Makefile.am:
19509         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
19510         from the template.
19511         * gst-libs/gst/audio/gstaudiofilter.c:
19512         * gst-libs/gst/audio/gstaudiofilter.h:
19513         Add bytes_per_sample and size and n_samples calculation.
19514         * gst-libs/gst/audio/gstaudiofilterexample.c:
19515         Remove, now autogenerated.
19516         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
19517         Moved from gstaudiofilterexample, object name changed, code added
19518         so that it actually works.
19519         * gst-libs/gst/audio/make_filter:
19520         Script to build an audiofilter subclass from the template.
19521         * gst/colorspace/Makefile.am:
19522         * gst/colorspace/yuv2yuv.c:
19523         Remove file, since it's GPL, and we don't use it.
19524
19525 2004-01-15  Julien MOUTTE  <julien@moutte.net>
19526
19527         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
19529         them use the buffer free function to test how the buffer was allocated.
19530
19531 2004-01-15  David Schleef  <ds@schleef.org>
19532
19533         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
19534         that handles osssink fallback.
19535         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19536         (gst_audio_convert_getcaps):
19537         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19538         Add audio/x-qdm2 for QDM2 audio.
19539         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19540         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
19541         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19542         Decrease minimum size to 16x16.
19543         * gst/wavparse/gstwavparse.c:
19544         Convert disabled pad template caps to new caps.
19545         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19547         (gst_xvimagesink_chain): Throw element error when display cannot
19548         be opened.  Increase minimum framerate to 1.0.  Check the data
19549         free function on a buffer to make sure it is the type we expect
19550         before manipulating it.
19551
19552 2004-01-15  Julien MOUTTE <julien@moutte.net>
19553
19554         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
19555         (gst_videobalance_colorbalance_set_value): Implement passthru if
19556         settings are in the middle.
19557         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
19558
19559 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19560
19561         * gst/videofilter/Makefile.am:
19562         * gst/volume/Makefile.am:
19563           Since we use videofilter symbols, link to it.
19564
19565 2004-01-15  Julien MOUTTE <julien@moutte.net>
19566
19567         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
19568         mixer interface type to HARDWARE.
19569         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
19570         type to SOFTWARE.
19571         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
19572         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
19573         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
19574         (gst_volume_interface_init), (gst_volume_list_tracks),
19575         (gst_volume_set_volume), (gst_volume_get_volume),
19576         (gst_volume_set_mute), (gst_volume_mixer_init),
19577         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
19578         (volume_init): Implementing mixer interface.
19579         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
19580         * sys/oss/gstosselement.c: (gst_osselement_get_type),
19581         (gst_osselement_change_state): Removing some trailing commas in
19582         structures.
19583         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
19584         interface type to HARDWARE.
19585         * sys/v4l/gstv4lcolorbalance.c:
19586         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
19587         type to HARDWARE.
19588         * sys/v4l2/gstv4l2colorbalance.c:
19589         (gst_v4l2_color_balance_interface_init): Setting colorbalance
19590         interface type to HARDWARE.
19591         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
19592         same code than ximagesink for event handling.
19593
19594 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19595
19596         * ext/snapshot/Makefile.am:
19597         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
19598         (gst_snapshot_chain):
19599         * ext/snapshot/gstsnapshot.h:
19600           This has to be a joke... Snapshot should be connected to a tee,
19601           colorspace element before it and EOS after that, where the other
19602           src of the tee receives normal data.
19603           The current way is *wrong*.
19604
19605 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19606
19607         * ext/hermes/gsthermescolorspace.c:
19608           Fix another compile error. Same as below.
19609
19610 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19611
19612         * gst/colorspace/gstcolorspace.c:
19613         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
19614         (gst_colorspace_i420_to_yv12):
19615           Fix compiling... Didn't test if it actually works.
19616
19617 2004-01-15  David Schleef  <ds@schleef.org>
19618
19619         * configure.ac:
19620         * gst/colorspace/Makefile.am:
19621         * gst/colorspace/gstcolorspace.c:
19622         * gst/colorspace/gstcolorspace.h:
19623         * gst/colorspace/yuv2rgb.c:
19624         * gst/colorspace/yuv2rgb.h:
19625         Duplicate the ext/hermes colorspace plugin, and remove Hermes
19626         code and GPL code.  Fix for new caps negotiation.  Rewrite
19627         much of the format handling code, and some of the conversion
19628         code.  Basically, rewrote almost everything.  This element
19629         handles I420, YV12 to RGB conversions.
19630         * ext/hermes/Makefile.am:
19631         * ext/hermes/gsthermescolorspace.c:
19632         Rename colorspace to hermescolorspace.  Fix negotiation issues.
19633         Remove non-Hermes related code.  This element handles lots of
19634         RGB to RGB conversions, but no YUV.
19635         * ext/hermes/gstcolorspace.c:
19636         * ext/hermes/gstcolorspace.h:
19637         * ext/hermes/rgb2yuv.c:
19638         * ext/hermes/yuv2rgb.c:
19639         * ext/hermes/yuv2rgb.h:
19640         * ext/hermes/yuv2rgb_mmx16.s:
19641         * ext/hermes/yuv2yuv.c:
19642         * ext/hermes/yuv2yuv.h:
19643         Remove old code.
19644
19645 2004-01-14  Colin Walters  <walters@verbum.org>
19646
19647         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
19648         they've already been.
19649
19650 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19651
19652         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
19653           assume tag mode when pad is not connected
19654
19655 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19656
19657         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19658           Don't update the time of the clock
19659         (gst_alsa_sink_loop):
19660           sync to the clock given to alsasink, not the own clock
19661         * sys/oss/gstosssink.c: (gst_osssink_chain):
19662           sync to the clock
19663         (gst_osssink_change_state):
19664           activate the clock
19665         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
19667           remove bogus code that made DISCONT events unhandled
19668         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
19669           explicitly case to double in _set_simple. (fixes 2nd warning in bug
19670           #131502)
19671         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
19672         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
19673         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
19674           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
19675           2nd warning in bug #131502)
19676
19677 2004-01-14  Julien MOUTTE  <julien@moutte.net>
19678
19679         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
19680         (gst_videobalance_colorbalance_set_value),
19681         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
19682         for colorbalance interface implementation.
19683         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19684         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
19685         (gst_ximagesink_dispose), (gst_ximagesink_init),
19686         (gst_ximagesink_class_init): Adding DISPLAY property.
19687         * sys/ximage/ximagesink.h: Adding display_name to store display.
19688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19689         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19690         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
19691         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
19692         properties (they still need polishing though for gst-launch use : no
19693         xcontext yet, i ll do that tomorrow).
19694         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
19695
19696 2004-01-14  Julien MOUTTE  <julien@moutte.net>
19697
19698         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19699         (gst_play_set_location), (gst_play_set_visualization): Preparing
19700         switch integration, adding videobalance in the pipeline.
19701
19702 2004-01-14  Julien MOUTTE <julien@moutte.net>
19703
19704         * gst-libs/gst/colorbalance/colorbalance.c:
19705         (gst_color_balance_class_init): Adding a default type.
19706         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
19707         the type.
19708         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
19709         (gst_videobalance_dispose), (gst_videobalance_class_init),
19710         (gst_videobalance_init), (gst_videobalance_interface_supported),
19711         (gst_videobalance_interface_init),
19712         (gst_videobalance_colorbalance_list_channels),
19713         (gst_videobalance_colorbalance_set_value),
19714         (gst_videobalance_colorbalance_get_value),
19715         (gst_videobalance_colorbalance_init): Implementing colorbalance
19716         interface.
19717         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
19718         list.
19719         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
19720         bug which was triggering a BadAccess X error when setting an overlay
19721         before pad was really negotiated.
19722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
19723         Using the colorbalance type macro.
19724
19725 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19726
19727         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
19728         (gst_flacenc_chain):
19729           handle tags correctly
19730         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
19731           extract ID3v1 tags correctly
19732
19733 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19734
19735         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
19736         (plugin_init):
19737           Improve matroska typefinding for odd-typed headers...
19738
19739 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19740
19741         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
19742           Fix for using incremental number on padnames.
19743
19744 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19745
19746         * ext/divx/gstdivxdec.c:
19747         * ext/divx/gstdivxenc.c:
19748           Set category to divx4linux instead of divx (too generic).
19749         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19750         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19751         (gst_wavparse_loop), (gst_wavparse_change_state):
19752         * gst/wavparse/gstwavparse.h:
19753           fix parsing of WAV files with non-standard fmt-tag size and fix
19754           skipping of unrecognized chunks... Someone please fix this thing
19755           to use rifflib so all this is automated.
19756         * sys/v4l/Makefile.am:
19757         * sys/v4l2/Makefile.am:
19758           Add X_CFLAGS because we depend on X (for overlay).
19759
19760 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
19761
19762         * ext/mpeg2dec/gstmpeg2dec.c:
19763           Don't issue a timestamp unless we tagged the frame
19764           with a PTS.
19765
19766 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19767
19768         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
19769           Query the audio element to get the time, not the clock. We're
19770           interested in the element's time here.
19771
19772 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19773
19774         * ext/aalib/gstaasink.c: (gst_aasink_chain):
19775         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19776         * ext/esd/esdsink.c: (gst_esdsink_chain):
19777         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
19778         * ext/mas/massink.c: (gst_massink_chain):
19779         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
19780         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
19781         (gst_matroska_demux_parse_metadata):
19782         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
19783         (gst_mpeg_parse_release_locks):
19784         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
19785         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
19786         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19787         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19788         (gst_osssink_change_state):
19789         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19790         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19791         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
19792         (gst_xvideosink_release_locks):
19793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
19794           use element time.
19795         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
19796         (gst_alsa_clock_stop):
19797         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
19798         (gst_audio_clock_get_internal_time):
19799           simplify for use with new clocking code.
19800         * testsuite/alsa/Makefile.am:
19801         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
19802           fix testsuite for new caps system
19803
19804 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19805
19806         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19807         * ext/flac/gstflacenc.c: (add_one_tag):
19808           length is already host endian, no need to convert. Fixes playback of
19809           tagged files on PPC. (bug #128384)
19810
19811 2004-01-13  Julien MOUTTE <julien@moutte.net>
19812
19813         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
19814         colorbalance interface stating if it is hardware based or software
19815         based.
19816         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
19817         Removing a trailing comma.
19818         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19819         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
19820         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
19821         the documentation seems to be wrong on the -1000 to 1000 interval.
19822
19823 2004-01-12  David Schleef  <ds@schleef.org>
19824
19825         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19826         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
19827         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
19828         Fix negotiation.  Add a bufferalloc function for the sink pad,
19829         and generally clean up some of the code.
19830
19831 2004-01-12  Julien MOUTTE <julien@moutte.net>
19832
19833         * gst-libs/gst/colorbalance/colorbalancechannel.c:
19834         (gst_color_balance_channel_dispose): Adding safety check in dispose
19835         method.
19836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19837         (gst_xvimagesink_xcontext_clear),
19838         (gst_xvimagesink_interface_supported),
19839         (gst_xvimagesink_colorbalance_list_channels),
19840         (gst_xvimagesink_colorbalance_set_value),
19841         (gst_xvimagesink_colorbalance_get_value),
19842         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
19843         Adding colorbalance interface support to set XV parameters such as
19844         HUE, BRIGHTNESS, CONTRAST, SATURATION.
19845         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
19846         interface.
19847
19848 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19849
19850         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
19851         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
19852         (gst_audio_convert_init), (gst_audio_convert_set_property),
19853         (gst_audio_convert_get_property), (gst_audio_convert_chain),
19854         (gst_audio_convert_link),
19855         (gst_audio_convert_buffer_to_default_format),
19856         (gst_audio_convert_buffer_from_default_format), (plugin_init):
19857           - implement _getcaps and use it
19858           - improve linking
19859           - remove float caps since no float conversion is actually done
19860           - remove properties and arguments that were to be used for rate
19861             conversion
19862
19863 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19864
19865         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
19866         (gst_audio_structure_set_int):
19867         * gst-libs/gst/audio/audio.h:
19868           add helper functions for _getcaps matching the standard audio
19869           templates
19870
19871 2004-01-12  David Schleef  <ds@schleef.org>
19872
19873         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19874         Test that pad is negotiated before getting its caps.
19875
19876 2004-01-12  Julien MOUTTE <julien@moutte.net>
19877
19878         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
19879         analyzing the pads of an element the bin is mostly in READY state so
19880         no caps were negotiated. This helper function needs to work with
19881         _get_caps directly then. I was not freeing them though, added that to
19882         fix the mem leak.
19883
19884 2004-01-12  Julien MOUTTE <julien@moutte.net>
19885
19886         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
19888         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
19889         than the free_func.
19890
19891 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19892
19893         * sys/oss/gstossaudio.c: (plugin_init):
19894         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
19895         * sys/oss/gstosselement.h:
19896           make an oss debugging category
19897           make failure more descriptive
19898
19899 2004-01-11  David Schleef  <ds@schleef.org>
19900
19901         * ext/ffmpeg/gstffmpeg.c:
19902         * ext/ffmpeg/gstffmpegcodecmap.c:
19903         * ext/ffmpeg/gstffmpegdec.c:
19904         * ext/ffmpeg/gstffmpegenc.c:
19905         * ext/ffmpeg/gstffmpegprotocol.c:
19906         * ext/gdk_pixbuf/gstgdkanimation.c:
19907         * ext/jpeg/gstjpeg.c:
19908         * ext/libpng/gstpng.c:
19909         * ext/mpeg2dec/perftest.c:
19910         * ext/speex/gstspeex.c:
19911         * gst-libs/gst/resample/dtos.c:
19912         * gst/intfloat/gstintfloatconvert.c:
19913         * gst/oneton/gstoneton.c:
19914         * gst/rtjpeg/RTjpeg.c:
19915         * gst/rtp/gstrtp.c:
19916         * sys/dxr3/dxr3init.c:
19917         * sys/glsink/gstgl_nvimage.c:
19918         * sys/glsink/gstgl_pdrimage.c:
19919         * sys/glsink/gstglsink.c:
19920         * testsuite/gst-lint:
19921         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
19922
19923 2004-01-11  David Schleef  <ds@schleef.org>
19924
19925         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
19926         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
19927         * ext/gdk_pixbuf/gstgdkanimation.c:
19928         (gst_gdk_animation_iter_create_pixbuf):
19929         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
19930         (gst_gdk_pixbuf_chain):
19931         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19932         * ext/jack/gstjack.c: (gst_jack_change_state):
19933         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
19934         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
19935         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
19936         * gst/videofilter/gstvideofilter.c:
19937         (gst_videofilter_set_output_size):
19938         Remove all usage of gst_pad_get_caps(), and replace it with
19939         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
19940
19941 2004-01-11  David Schleef  <ds@schleef.org>
19942
19943         * configure.ac:
19944         * ext/Makefile.am: Fixes to make ext/libcaca compile.
19945         * ext/divx/gstdivxdec.c:
19946         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
19947         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
19948         handle images that span multiple buffers.  Now work with both
19949         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
19950         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19951         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
19952         video/video.h changes
19953         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
19954         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
19955         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
19956         of GstData free function.
19957         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
19958         same.
19959
19960 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19961
19962         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
19963         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
19964         (gst_v4l2element_get_property):
19965         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
19966           add norm, channel and frequency properties.
19967         * sys/v4l2/gstv4l2tuner.c:
19968           fixes for tuner interface changes
19969         * sys/v4l2/gstv4l2element.h:
19970         * sys/v4l2/gstv4l2src.c:
19971         * sys/v4l2/gstv4l2src.h:
19972         * sys/v4l2/v4l2src_calls.c:
19973         * sys/v4l2/v4l2src_calls.h:
19974           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
19975
19976 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19977
19978         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
19979         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
19980         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
19981         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
19982         * gst-libs/gst/tuner/tuner.h:
19983           GObjects aren't const.
19984           Add find_by_name functions.
19985           Add checks to _changed functions.
19986         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
19987         (gst_v4l_tuner_get_norm):
19988           Fixes for above.
19989
19990 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19991
19992         * gst-libs/gst/video/video.h:
19993           Fix caps template names to be understandable.
19994           Prefix everything with GST_VIDEO.
19995         * ext/aalib/gstaasink.c:
19996         * ext/divx/gstdivxdec.c:
19997         * ext/divx/gstdivxenc.c:
19998         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19999         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20000         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20001         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20002         * ext/libcaca/gstcacasink.c:
20003         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20004         * ext/snapshot/gstsnapshot.c:
20005         * ext/swfdec/gstswfdec.c:
20006         * ext/xvid/gstxviddec.c:
20007         * ext/xvid/gstxvidenc.c:
20008         * gst/chart/gstchart.c:
20009         * gst/deinterlace/gstdeinterlace.c:
20010         * gst/effectv/gsteffectv.c:
20011         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20012         * gst/goom/gstgoom.c:
20013         * gst/median/gstmedian.c:
20014         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20015         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20016         * gst/overlay/gstoverlay.c:
20017         * gst/smooth/gstsmooth.c:
20018         * gst/smpte/gstsmpte.c:
20019         * gst/synaesthesia/gstsynaesthesia.c:
20020         * gst/videocrop/gstvideocrop.c:
20021         * gst/videodrop/gstvideodrop.c:
20022         * gst/y4m/gsty4mencode.c:
20023         * sys/qcam/gstqcamsrc.c:
20024         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20025           Make them work with new video.h file.
20026         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20027         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20029         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20030           Make it work with new buffer allocation system.
20031
20032 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20033
20034         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20035         pad_alloc_buffer implementation to use ->srcpad
20036         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20037         pad_alloc_buffer implementation to use ->srcpad
20038         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20039         pad_alloc_buffer implementation to use ->srcpad
20040         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20041         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20042         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20043         a reference to everything we need.
20044         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20046         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20047         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20048         a reference to everything we need.
20049         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20050
20051 2004-01-11  David Schleef  <ds@schleef.org>
20052
20053         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20054         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20055         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20056         structure members.
20057         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20058         value during a resize/renegotiation.
20059         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20060         gst_pad_alloc_buffer();
20061         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20062         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20063         structure members.
20064         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20065         Fix for rename of buffer private structure members.
20066         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20067         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20068         Fix for rename of buffer private structure members.
20069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20070         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20071         Fix for rename of buffer private structure members.
20072
20073 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20074
20075         reviewed by: David Schleef <ds@schleef.org>
20076
20077         * gst/videofilter/Makefile.am:
20078         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20079         from the patch by ds to fit in with recent make_filter changes.
20080
20081 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20082
20083         * configure.ac: Adding examples/switch/Makefile
20084         * examples/Makefile.am: Adding examples/switch
20085         * examples/switch/Makefile.am: Adding switcher example.
20086         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20087         (switch_timer), (main): Adding an example demonstrating switch usage
20088         with 2 videotestsrc showing different patterns.
20089         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20090         (gst_switch_init): Fixing switch with the new caps system.
20091
20092 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20093
20094         * gst-libs/gst/video/video.h:
20095           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20096           They should probably be like
20097           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20098
20099 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20100
20101         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20102         (qtdemux_parse_trak):
20103           fix audio chunk size/timestamp calculation
20104
20105 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20106
20107         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20108           fix SVQ3 caps
20109
20110 2004-01-11  Steve Baker  <steve@stevebaker.org>
20111
20112         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20113         (gst_agingtv_base_init), (gst_agingtv_class_init),
20114         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20115         (gst_agingtv_set_property), (gst_agingtv_get_property):
20116         Port agingTV to videofilter
20117
20118 2004-01-09  Julien MOUTTE <julien@moutte.net>
20119
20120         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20121         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20122
20123 2004-01-09  Julien MOUTTE <julien@moutte.net>
20124
20125         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20126         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20127         * gst-libs/gst/xoverlay/xoverlay.c:
20128         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20129         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20130         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20131         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20132         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20133         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20134         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20135         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20136         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20137         interface implementation to handle xid being 0 and fix some bugs
20138         triggered by Benjamin's testcase.
20139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20140         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20141         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20142         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20143         interface implementation to handle xid being 0 and fix some bugs
20144         triggered by Benjamin's testcase.
20145
20146 2004-01-09  David Schleef  <ds@schleef.org>
20147
20148         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20149         mouse pointer events.  It works.
20150
20151 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20152
20153         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20154           Use explicit caps - fix capsnego.
20155         * ext/xvid/gstxviddec.c:
20156         * ext/xvid/gstxvidenc.c:
20157           Remove macro-inside-macro which caused compile errors.
20158         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20159           Error out if it's not a RIFF file. Else we error out without
20160           gst_element_error() which is not good...
20161
20162 2004-01-08  David Schleef  <ds@schleef.org>
20163
20164         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20165         Fix pad_link function to handle formats that ffmpeg returns
20166         as multiple caps structures.
20167         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20168         Only complain if source buffer is _smaller_ than expected.
20169         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20170         (gst_videoscale_handle_src_event): Resize navigation events
20171         when passing them upstream.
20172         * gst/videotestsrc/gstvideotestsrc.c:
20173         * gst/videotestsrc/gstvideotestsrc.h:
20174         * gst/videotestsrc/videotestsrc.c:
20175         * gst/videotestsrc/videotestsrc.h:
20176         Rewrite many of the buffer painting functions to handle odd
20177         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20178         been verified to work with my video card.
20179         * testsuite/gst-lint:  Add check for elements calling
20180         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20181
20182 2004-01-08  David Schleef  <ds@schleef.org>
20183
20184         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20185         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20186
20187 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20188
20189         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20190         configure event is not emiting the desired size signal. That fixes
20191         aspect ratio issues with gst-player.
20192
20193 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20194
20195         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20196           Fix capsnego.
20197
20198 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20199
20200         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20201         public method to fire size signal.
20202
20203 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20204
20205         * examples/gstplay/Makefile.am: Adding the interface library.
20206         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20207         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20208         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20209         GST_IS_X_OVERLAY before signal connect.
20210         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20211         Removing the have_video_size signal.
20212         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20213         and associated public method.
20214         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20215         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20216         signal.
20217         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20218         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20219         signal.
20220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20221         Using XOverlay public method to fire size signal.
20222
20223 2004-01-07  David Schleef  <ds@schleef.org>
20224
20225         * gst/videofilter/Makefile.am:
20226         * gst/videofilter/gstvideotemplate.c:
20227         * gst/videofilter/make_filter:
20228         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20229         Convert make_filter to /bin/sh script.
20230
20231 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20232
20233         * gst/modplug/gstmodplug.cc: fix element description
20234
20235 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20236
20237         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20238         (got_video_size): Adding some new lines in g_print calls.
20239         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20240         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20241         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20242         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20243         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20244         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20245         Complete code review, reverting some stuff i disagree with, adding
20246         some fixes : time synchronization on invalid timestamps, renegotiation
20247         of private window.
20248         * sys/ximage/ximagesink.h:
20249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20250         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20251         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20252         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20253         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20254         (gst_xvimagesink_buffer_new),
20255         (gst_xvimagesink_navigation_send_event),
20256         (gst_xvimagesink_set_xwindow_id),
20257         (gst_xvimagesink_get_desired_size),
20258         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20259         stuff i disagree with, adding some fixes : Renegotiation of private
20260         window, implementing get_desired_size.
20261
20262 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20263
20264         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20265         (gst_afsink_handle_event):
20266         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20267         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20268         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20269         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20270         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20271           Fix for instantiate-test (see core). Also remove dead code from
20272           jpegenc (which still needs fixing, but that's lower on my TODO
20273           list...).
20274         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20275           Never return NULL as caps.
20276
20277 2004-01-07  David Schleef  <ds@schleef.org>
20278
20279         * configure.ac:
20280         * ext/Makefile.am:
20281         * ext/librfb/Makefile.am:
20282         * ext/librfb/gstrfbsrc.c:
20283         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20284         is the protocol used by VNC.
20285
20286 2004-01-07  David Schleef  <ds@schleef.org>
20287
20288         * gst/videofilter/gstvideotemplate.c:
20289         * gst/videofilter/gstvideotemplate.h:
20290         * gst/videofilter/make_filter:
20291         Merge videotemplate header into source file.
20292         * gst/effectv/Makefile.am:
20293         * gst/effectv/gsteffectv.c: (plugin_init):
20294         * gst/effectv/gstwarp.c:
20295         Make warpTV a subclass of videofilter.
20296
20297 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20298
20299         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20300           Add guard against invalid utf-8 conversions in mad. Just in case.
20301
20302 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20303
20304         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20305           Fix for bug shown by poisoning
20306
20307 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20308
20309         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20310         (gst_v4lmjpegsrc_buffer_free):
20311         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20312         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
20313         (gst_v4lsrc_buffer_free):
20314           Fix for removed bufferpools.
20315
20316 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20317
20318         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20319         Fix caps negotiation.
20320
20321         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20322         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
20323         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20324         (dvdnavsrc_event):
20325         * ext/mpeg2dec/gstmpeg2dec.c:
20326         * gst-libs/gst/navigation/navigation.c:
20327         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
20328         * gst-libs/gst/navigation/navigation.h:
20329         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
20330         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
20331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
20332         Super-simple first version of mouse and keyboard events. Clicking
20333         on a DVD menu now works, although it may not take you where you
20334         expected.
20335
20336         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20337         * gst/videotestsrc/gstvideotestsrc.c:
20338         (gst_videotestsrc_src_fixate):
20339         These fixate functions were broken - they never actually
20340         fixated :)
20341
20342 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20343
20344         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
20345         (gst_icecastsend_init):
20346           fix for new caps system.
20347         * gst-libs/gst/mixer/mixertrack.h:
20348         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
20349           Add 'master track' flag (for tools like ACME that only want to
20350           change the main volume).
20351
20352 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20353
20354         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
20355         (gst_xvid_csp_to_caps):
20356         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
20357         * ext/xvid/gstxvidenc.c:
20358         ifdef out ARGB type when it isn't available
20359         in xvidcore 1.0.0beta2
20360
20361 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20362
20363         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20364           When we have received a new SCR right in the first buffer after
20365           a seek (so in the same cycle that handles the discont), we should
20366           handle the buffer instead of unreffing it, else we lose data.
20367
20368 2004-01-06  Iain <iain@prettypeople.org>
20369
20370         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
20371           buffer-frames caps too.
20372
20373         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
20374           caps that we need, don't destroy them all and rebuild them. And when
20375           creating src pads, use the src pad template rather than the sink...
20376
20377 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20378
20379         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20380           Add pad to element *after* setting functions such as event handler.
20381           Without this, the scheduler (opt) will link pads, set the event
20382           handler from the default event function (dispatcher in gstpad.c)
20383           and *after* that, we will set our own event function, which will
20384           thus never be used (and thus mpegdemux doesn't handle events).
20385
20386 2004-01-04  David Schleef  <ds@schleef.org>
20387
20388         Fix the fixate functions to handle new prototype:
20389         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20390         * gst/videotestsrc/gstvideotestsrc.c:
20391         (gst_videotestsrc_src_fixate):
20392         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20393         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
20394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20395
20396 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20397
20398         * sys/ximage/ximagesink.h:
20399         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20400         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
20401         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
20402         (gst_ximagesink_xoverlay_init):
20403           assorted fixes to make (re)embedding work
20404         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
20405         (gst_ximagesink_get_desired_size):
20406           implement desired size additions to XOverlay
20407
20408 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20409
20410         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
20411         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
20412         (gst_x_overlay_got_desired_size):
20413         * gst-libs/gst/xoverlay/xoverlay.h:
20414           Add optional "desired size" signal and querying.
20415
20416 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20417
20418         * gst/matroska/matroska-demux.c:
20419         (gst_matroska_demux_parse_blockgroup):
20420           Fix EBML-laced block parsing. Diffs are relative to previous
20421           lace, not the first lace. Thanks to Mosu from the Matroska
20422           team for detecting this.
20423         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20424         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
20425         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
20426         (gst_wavparse_change_state):
20427         * gst/wavparse/gstwavparse.h:
20428           Quickfix for capsnego.
20429
20430 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20431
20432         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
20433           Fix indenting, fix pad creation.
20434
20435 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20436
20437         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
20438         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
20439         (gst_xviddec_sink_link):
20440           Implement src_getcaps() so proper size caps is negotiated.
20441
20442 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20443
20444         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
20445           Finish flac decoder on EOS. See #116178.
20446
20447 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20448
20449         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
20450         (gst_matroska_demux_add_stream):
20451         * gst/matroska/matroska-ids.h:
20452           Add getcaps() function to fix capsnego...
20453
20454 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20455
20456         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20457         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20458         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20459           Fix more integer overflows. Again, see #126967.
20460
20461 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20462
20463         * ext/mpeg2dec/gstmpeg2dec.c:
20464           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
20465           #130416.
20466
20467 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20468
20469         * configure.ac:
20470         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
20471         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
20472         * ext/xvid/gstxvid.h:
20473         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
20474         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
20475         (gst_xviddec_src_link), (gst_xviddec_sink_link),
20476         (gst_xviddec_change_state):
20477         * ext/xvid/gstxviddec.h:
20478         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
20479         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
20480         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
20481         (gst_xvidenc_link), (gst_xvidenc_set_property),
20482         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
20483         * ext/xvid/gstxvidenc.h:
20484           Update xvid plugin to latest xvid (1.0.0-beta3) API.
20485
20486 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20487
20488         * gst/rtp/rtp-packet.c:
20489           Add sys/types.h include, since OS X doesn't define in_addr_t
20490           in netinet/in.h, like it does on Linux (see #129600).
20491
20492 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
20493
20494         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
20495
20496         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
20497           Correct logic of dispose function (see #129306).
20498
20499 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20500
20501         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
20502         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20503         (gst_mpeg_parse_init):
20504         * gst/mpegstream/gstmpegparse.h:
20505           Remove clock (which was never provided, i.e. dead code), and
20506           also fix integer overflows at high PTS values (see #126967).
20507
20508 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20509
20510         * ext/flac/gstflacdec.c:
20511         * ext/libpng/gstpngenc.h:
20512         * ext/mikmod/gstmikmod.h:
20513           OS X fixes (see #126628).
20514
20515 2004-01-02  David Schleef  <ds@schleef.org>
20516
20517         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
20518         (gst_alsa_src_base_init): Remove bogus "src" request pad.
20519         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
20520         (gst_mpeg_parse_class_init): Move pad template registration
20521         to class_init, since the derived class (mpegdemux) doesn't
20522         want them.
20523
20524 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20525
20526         * sys/ximage/Makefile.am:
20527         * sys/xvideo/Makefile.am:
20528         * sys/xvimage/Makefile.am:
20529           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
20530           after installation (see #127664).
20531
20532 2004-01-02  David Schleef  <ds@schleef.org>
20533
20534         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
20535         (gst_ffmpegenc_connect):  Negotiation fixes.
20536         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
20537         Remove inappropriate gst_caps_free().
20538         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20539         Reenable Ronald's internal resize code, since the core handles
20540         it correctly now.
20541
20542 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20543
20544         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
20545         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
20546         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
20547           Fix pad template stuff.
20548
20549 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20550
20551         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
20552         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
20553           fix signed integer reading/writing.
20554
20555 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20556
20557         * ext/alsa/README:
20558           Remove outdated document
20559
20560 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
20561
20562         * gst/cutter/gstcutter.c: (gst_cutter_init):
20563           src pad was being created twice - oops.
20564
20565 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20566
20567         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20568           Comment out internal resize. It doesn't handle the resulting
20569           XEvent internally, does another try_set_caps() which leads to
20570           a really nice loop.
20571           Real fix will come when Julien and Dave are awake. ;).
20572
20573 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20574
20575         * ext/mpeg2enc/gstmpeg2enc.cc:
20576           fix const/nonconst compile issue.
20577
20578 2004-01-02  David Schleef  <ds@schleef.org>
20579
20580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
20581         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
20582         Add fixate function and a check for bad formats.
20583
20584 2004-01-01  David Schleef  <ds@schleef.org>
20585
20586         Negotiation fixes:
20587         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
20588         (gst_audiofilter_init):
20589         * gst/debug/efence.c: (gst_efence_init):
20590         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20591         (gst_deinterlace_init):
20592         * gst/volume/gstvolume.c: (volume_connect):
20593
20594 2004-01-01  David Schleef  <ds@schleef.org>
20595
20596         Convert elements to use gst_pad_use_explicit_caps() where
20597         appropriate:
20598         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
20599         * ext/audiofile/gstafparse.c: (gst_afparse_init),
20600         (gst_afparse_open_file):
20601         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
20602         (gst_afsrc_open_file):
20603         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
20604         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
20605         (gst_ffmpegdec_chain):
20606         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20607         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
20608         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
20609         (gst_gdk_pixbuf_chain):
20610         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
20611         (gst_jpegdec_chain):
20612         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
20613         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
20614         (gst_mikmod_negotiate):
20615         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
20616         (gst_mpeg2dec_negotiate_format):
20617         * ext/mpeg2enc/gstmpeg2enc.cc:
20618         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20619         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
20620         (gst_speexdec_sinkconnect):
20621         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
20622         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
20623         (gst_vorbisfile_new_link):
20624         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
20625         (gst_ac3parse_chain):
20626         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
20627         (gst_asf_demux_setup_pad):
20628         * gst/auparse/gstauparse.c: (gst_auparse_init),
20629         (gst_auparse_chain):
20630         * gst/id3/gstid3types.c: (gst_id3types_loop):
20631         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20632         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
20633         (mp1videoparse_parse_seq):
20634         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
20635         (bpf_from_header):
20636         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20637         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
20638         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
20639         (gst_mpeg_parse_send_data):
20640         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20641         (gst_qtdemux_add_stream):
20642         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20643         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20644         (gst_wavparse_parse_fmt):
20645
20646 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20647
20648         * configure.ac:
20649           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
20650           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
20651           it therefore uses the wrong include paths. Too bad... Note
20652           that 1.6.1.93 is not release yet. ;).
20653           Also add a check for mplex, which is now using the lib'ified
20654           mplex from mjpegtools, too.
20655         * ext/ffmpeg/gstffmpegcodecmap.c:
20656           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
20657           issues. I don't think ffmpeg handles 3ivx correctly, so this
20658           probably won't work. But it won't hurt either.
20659         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
20660         (gst_ffmpegdec_chain):
20661         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
20662         (gst_ffmpegenc_chain_audio):
20663           Fix memleak in audio encoding. Close codec if open fails, this
20664           calls the cleanup routines so we can re-use the context.
20665         * ext/mpeg2enc/gstmpeg2enc.cc:
20666           Fix pad template names/types, fix memory issue with getcaps().
20667         * ext/mpeg2enc/gstmpeg2encoder.cc:
20668         * ext/mpeg2enc/gstmpeg2encoder.hh:
20669           Fix compile issue with new caps system (const thingy).
20670         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20671         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
20672           We read a first frame right on initing, so that we have a caps
20673           when we init the output. This caps is cached in padprivate and
20674           read as first frame.
20675         * ext/mplex/Makefile.am:
20676         * ext/mplex/gstmplex.cc:
20677         * ext/mplex/gstmplex.h:
20678         * ext/mplex/gstmplex.hh:
20679         * ext/mplex/gstmplexibitstream.cc:
20680         * ext/mplex/gstmplexibitstream.hh:
20681         * ext/mplex/gstmplexjob.cc:
20682         * ext/mplex/gstmplexjob.hh:
20683         * ext/mplex/gstmplexoutputstream.cc:
20684         * ext/mplex/gstmplexoutputstream.hh:
20685           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
20686           had issues, didn't do capsnego, supported only a subset of the
20687           mplex features and required a mplex fork in our local CVS. Plus
20688           that it worked agaist a very old mplex version. Rewriting was
20689           faster than updating it.
20690         * gst-libs/ext/Makefile.am:
20691         * gst-libs/ext/mplex/INSTRUCT:
20692         * gst-libs/ext/mplex/Makefile.am:
20693         * gst-libs/ext/mplex/README:
20694         * gst-libs/ext/mplex/TODO:
20695         * gst-libs/ext/mplex/ac3strm_in.cc:
20696         * gst-libs/ext/mplex/audiostrm.hh:
20697         * gst-libs/ext/mplex/audiostrm_out.cc:
20698         * gst-libs/ext/mplex/aunit.hh:
20699         * gst-libs/ext/mplex/bits.cc:
20700         * gst-libs/ext/mplex/bits.hh:
20701         * gst-libs/ext/mplex/buffer.cc:
20702         * gst-libs/ext/mplex/buffer.hh:
20703         * gst-libs/ext/mplex/fastintfns.h:
20704         * gst-libs/ext/mplex/format_codes.h:
20705         * gst-libs/ext/mplex/inputstrm.cc:
20706         * gst-libs/ext/mplex/inputstrm.hh:
20707         * gst-libs/ext/mplex/lpcmstrm_in.cc:
20708         * gst-libs/ext/mplex/mjpeg_logging.cc:
20709         * gst-libs/ext/mplex/mjpeg_logging.h:
20710         * gst-libs/ext/mplex/mjpeg_types.h:
20711         * gst-libs/ext/mplex/mpastrm_in.cc:
20712         * gst-libs/ext/mplex/mpegconsts.cc:
20713         * gst-libs/ext/mplex/mpegconsts.h:
20714         * gst-libs/ext/mplex/mplexconsts.hh:
20715         * gst-libs/ext/mplex/multplex.cc:
20716         * gst-libs/ext/mplex/outputstream.hh:
20717         * gst-libs/ext/mplex/padstrm.cc:
20718         * gst-libs/ext/mplex/padstrm.hh:
20719         * gst-libs/ext/mplex/stillsstream.cc:
20720         * gst-libs/ext/mplex/stillsstream.hh:
20721         * gst-libs/ext/mplex/systems.cc:
20722         * gst-libs/ext/mplex/systems.hh:
20723         * gst-libs/ext/mplex/vector.cc:
20724         * gst-libs/ext/mplex/vector.hh:
20725         * gst-libs/ext/mplex/videostrm.hh:
20726         * gst-libs/ext/mplex/videostrm_in.cc:
20727         * gst-libs/ext/mplex/videostrm_out.cc:
20728         * gst-libs/ext/mplex/yuv4mpeg.cc:
20729         * gst-libs/ext/mplex/yuv4mpeg.h:
20730         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
20731         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
20732           We don't fork mjpegtools' mplex in our CVS anymore.
20733         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
20734         (gst_avi_demux_add_stream):
20735         * gst/avi/gstavidemux.h:
20736           Add getcaps() function for proper caps nego. This makes some
20737           parts of AVI playback/reading work.
20738         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20739           Resize window on new capsnego. This is probably wrong, but
20740           I'm still committing it because with current capsnego, the
20741           first successfull capsnego is auto-fixated, therefore rounded
20742           down to the lowest values in the caps. this results in a 16x16
20743           XWindow that is not reized when real capsnego finishes.
20744           Dave, I see more cases of this, do you know a proper solution?
20745         * tools/gst-launch-ext.in:
20746           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
20747
20748 2003-12-31  David Schleef  <ds@schleef.org>
20749
20750         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
20751         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
20752           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
20753
20754 2003-12-30  David Schleef  <ds@schleef.org>
20755
20756         * ext/ffmpeg/gstffmpegcolorspace.c:
20757         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
20758         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
20759         (gst_ffmpegcsp_chain): Negotiation fixes
20760         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
20761         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20762         (gst_audio_convert_link), (gst_audio_convert_channels):
20763         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
20764         (gst_audioscale_link), (gst_audioscale_get_buffer),
20765         (gst_audioscale_chain): Negotiation fixes
20766         * gst/audioscale/gstaudioscale.h:
20767         * gst/videofilter/gstvideofilter.c:
20768         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
20769         (gst_videofilter_link), (gst_videofilter_init),
20770         (gst_videofilter_set_output_size), (gst_videofilter_setup),
20771         (gst_videofilter_find_format_by_structure):
20772         * gst/videofilter/gstvideofilter.h: Negotiation fixes
20773         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
20774         (gst_videoscale_link):
20775         * gst/videoscale/videoscale.c: (videoscale_get_structure),
20776         (videoscale_find_by_structure), (gst_videoscale_setup):
20777         * gst/videoscale/videoscale.h: Negotiation fixes
20778         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20779         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
20780         function, restrict resizing to a multiple of 4 (hack until
20781         everyone supports odd sizes correctly).
20782
20783 2003-12-29  Colin Walters  <walters@verbum.org>
20784
20785         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
20786         signed.
20787
20788 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
20789
20790         * ext/sndfile/gstsf.c: (gst_sf_loop):
20791           Fix warning about discarding const qualifier
20792
20793 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
20794
20795         * gst/cutter/gstcutter.c:
20796         * gst/videoscale/gstvideoscale.c:
20797         * gst/volenv/gstvolenv.c:
20798         * gst-libs/gst/audio/audio.c:
20799         * gst-libs/gst/video/video.c:
20800           Fix warnings
20801
20802 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20803
20804         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
20805           Don't send ALSA debugging to stderr.
20806         * ext/alsa/gstalsa.h:
20807           Use GST_WARNING instead of g_warning when ALSA functions fail.
20808
20809 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20810
20811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20812           Free XVAdapterInfo correctly.
20813
20814 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20815
20816         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
20817         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
20818           Make id3tag use correct caps nego.
20819
20820 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
20821
20822         * ext/ivorbis/vorbis.c:
20823         * ext/ivorbis/vorbisenc.h:
20824         * ext/ivorbis/vorbisfile.c:
20825           Modify so that it uses the new caps things
20826
20827 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20828
20829         * testsuite/spider/spider1.c: (main):
20830         * testsuite/spider/spider2.c: (main):
20831         * testsuite/spider/spider3.c: (main):
20832           Make tests compile again. They probably don't work.
20833
20834 2003-12-24  Colin Walters  <walters@verbum.org>
20835
20836         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
20837         we can't fixate the caps anymore.
20838
20839 2003-12-23  David Schleef  <ds@schleef.org>
20840
20841         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
20842         * sys/oss/gstosssink.c: (gst_osssink_init),
20843         (gst_osssink_sink_fixate): Add fixate function.
20844
20845 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20846
20847         * ext/ffmpeg/gstffmpegcodecmap.c:
20848         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
20849         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
20850         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
20851         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
20852         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
20853         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
20854         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
20855           fix typo in RGB masks, and move back to "old" colorspace
20856           capsnego code until whoever wrote this new crap has actually
20857           tested it so that it works.
20858           And yes, this works, keep it that way please.
20859
20860 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20861
20862         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
20863         (gst_divxdec_init), (gst_divxdec_negotiate):
20864         * ext/divx/gstdivxdec.h:
20865         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
20866         (gst_divxenc_init):
20867         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
20868         (gst_faac_sinkconnect), (gst_faac_srcconnect):
20869         * ext/mpeg2enc/gstmpeg2enc.cc:
20870         * ext/mpeg2enc/gstmpeg2encoder.cc:
20871         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20872         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
20873         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
20874         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
20875         (dxr3spusink_init):
20876         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
20877         (dxr3videosink_init):
20878           Fix caps breakage after Dave's caps branch merge.
20879
20880 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20881
20882         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20883           Fix for 24bpp display.
20884
20885 2003-12-23  Colin Walters  <walters@verbum.org>
20886
20887         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
20888         a GnomeVFSHandle directly.
20889
20890 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20891
20892         * gst/volume/Makefile.am:
20893         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
20894         (volume_base_init), (volume_init):
20895           Reenable volume element and fix to work with new caps stuff.
20896           Rhythmbox needs this.
20897
20898 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20899
20900         * gst/qtdemux/qtdemux.c: (plugin_init):
20901           qtdemux requires bytestream
20902
20903 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20904
20905         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
20906           Fix remaining caps handling errors due to CAPS merge.
20907
20908 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20909
20910         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
20911         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
20912         (gst_faad_srcconnect):
20913           Port to new caps system.
20914
20915 2003-12-21  Julien MOUTTE  <julien@moutte.net>
20916
20917         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20918         (got_video_size), (main): using g_print instead of g_message.
20919         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
20920         signal which was not emitted because of "switch" element added to the
20921         bin but not connected. (Removing from the bin temporarily)
20922
20923 2003-12-21  Julien MOUTTE  <julien@moutte.net>
20924
20925         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
20926         find X development files. I don't understand the previous tests and
20927         they fail on my debian/ppc unstable. This one works.
20928         * examples/gstplay/player.c: (main): Set the pipeline to READY before
20929         exiting.
20930         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
20931         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20932         (gst_play_set_visualization): Add some safety checks in set_ methods
20933         and state_change. This was throwing some ugly CRITICAL messages when
20934         pipeline was getting disposed and casts were failing.
20935
20936 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20937
20938         * configure.ac:
20939           Improve mpeg2enc detection. This is for distributions that do
20940           ship mjpegtools, but without mpeg2enc. Also does object check
20941           for might there ever be ABI incompatibility.
20942         * ext/mpeg2enc/gstmpeg2enc.cc:
20943           Add Andrew as second maintainer (he's helping me), and also add
20944           an error if no caps was set. This happens if I pull before capsnego
20945           and that's something I should solve sometime else.
20946         * gst/matroska/matroska-demux.c:
20947         (gst_matroska_demux_parse_blockgroup):
20948           Fix time parsing.
20949         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
20950         (gst_matroska_mux_track_header):
20951           Add caps to templates.
20952         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
20953           Add mpegversion=1 to prevent confusion with MPEG/AAC.
20954         * gst/mpegstream/gstmpegdemux.c:
20955           Remove layer since it causes warnings about unfixed caps.
20956         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20957           Fix obvious typo (we error out if caps were set, we should of
20958           course error out if *no* caps were set).
20959         * sys/oss/gstosselement.c: (gst_osselement_convert):
20960           Fix format conversion, we confused bits/bytes.
20961         * sys/oss/gstosselement.h:
20962           Improve documentation for 'bps'.
20963         * sys/v4l/TODO:
20964           Remove stuff about plugins that need removing - this was done
20965           ages ago.
20966         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
20967         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
20968         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
20969         (gst_v4lsrc_src_query):
20970         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20971         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
20972           Add get_query_types(), get_formats() and query() functions.
20973
20974 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20975
20976         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
20977         * moved CVS to freedesktop.org