sys/ximage/ximagesink.c: Add debug macros on functions.
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-22  Julien MOUTTE  <julien@moutte.net>
2
3         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
4         (gst_ximagesink_class_init): Add debug macros on functions.
5         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6         (gst_xvimagesink_xwindow_draw_borders),
7         (gst_xvimagesink_xvimage_put),
8         (gst_xvimagesink_xwindow_update_geometry),
9         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
11         (gst_xvimagesink_xcontext_clear),
12         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
13         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
17         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
18         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
19         expose while being PAUSED, out of data flow navigation events, etc..
20
21 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22
23         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
24         * gst-libs/gst/audio/audio.h:
25           fix prototype - wondering why the test worked regardless
26
27 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
28
29         * check/Makefile.am:
30         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
31         * gst-libs/gst/audio/audio.h:
32           add a method that returns a proper GstClockTime
33
34 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
35
36         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
37         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
38         * gst-libs/gst/interfaces/xoverlay.h:
39           Remove everything having to do with the desired size; add 
40           gst_x_overlay_prepare_xwindow_id() function; remove the
41           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
42           post a message on the bus instead (#321816).
43
44         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
45         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
46         (gst_xvimagesink_xoverlay_init):
47           Remove desired size stuff (#321816).
48
49 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
50
51         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
52         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
53         (mpeg_video_type_find), (mpeg_video_stream_type_find):
54           Terminate vararg functions with NULL instead of 0 to 
55           make gcc4 happy.
56
57 2005-11-21  Andy Wingo  <wingo@pobox.com>
58
59         patch from: Sebastien Cote <sebas642@yahoo.ca>
60         
61         * gst-libs/gst/rtp/gstrtpbuffer.h: 
62         * gst-libs/gst/rtp/gstrtpbuffer.c
63         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
64
65 2005-11-21  Andy Wingo  <wingo@pobox.com>
66
67         * gst/playback/gstplaybin.c (gen_audio_element) 
68         (gen_video_element): Use the new MISSING_PLUGIN core error
69         category. Closes #320060.
70
71         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
72         * gst/videorate/gstvideorate.c (gst_videorate_event):
73         * ext/theora/theoradec.c (theora_dec_sink_event): 
74         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
75         stream lock.
76
77         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
78         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
79         stream lock changes.
80
81 2005-11-21  Wim Taymans  <wim@fluendo.com>
82
83         * gst-libs/gst/audio/gstbaseaudiosink.c:
84         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
85         (gst_base_audio_sink_provide_clock),
86         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
87         (gst_base_audio_sink_change_state):
88         * gst/audioresample/gstaudioresample.c:
89         Segment update fix.
90
91 2005-11-21  Andy Wingo  <wingo@pobox.com>
92
93         * *.h:
94         * *.c: Ran scripts/update-macros. Oh yes.
95
96 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
97
98         * sys/ximage/Makefile.am:
99         * sys/ximage/ximage.c:
100           Rename ximage plugin to ximagesink (#321426) (Don't forget to
101           remove your old libgstximage.* manually if necessary).
102
103 2005-11-21  Michael Smith <msmith@fluendo.com>
104
105         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
106           Minimal fix for bug #320200: set the min/max bitrate in the correct
107           units. A better fix would be to upgrade to the RATEMANAGE2
108           interface, rather than using the deprecated interface used here, but
109           that would require an update in our libvorbis dependency (to 1.1),
110           which is probably undesirable.
111
112 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
113
114         * ext/libvisual/visual.c: (get_buffer):
115         * gst-libs/gst/audio/gstbaseaudiosrc.c:
116         (gst_base_audio_src_fixate):
117         * gst/audioconvert/gstaudioconvert.c:
118         (gst_audio_convert_fixate_caps):
119         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
120         * gst/audiotestsrc/gstaudiotestsrc.c:
121         (gst_audiotestsrc_src_fixate):
122         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
123         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
124         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
125         * gst/videotestsrc/gstvideotestsrc.c:
126         (gst_videotestsrc_src_fixate):
127         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
129         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
130         (#322027)
131
132
133 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
134
135         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
136         (gst_riff_create_iavs_caps):
137         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
138         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
139         (gst_riff_parse_info):
140         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
141         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
143           Fixes for GST_FOURCC_FORMAT API change.
144
145 2005-11-21  Andy Wingo  <wingo@pobox.com>
146
147         patch by: Alessandro Dessina <alessandro nnva org>
148
149         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
150         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
151         (gst_ogg_parse_chain):
152         * ext/theora/theoraenc.c (theora_set_header_on_caps):
153         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
154         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
155         gst_value_list calls on arrays. Fixes #321962.
156
157 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
158
159         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
160         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
161         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
162         * gst/adder/gstadder.c: (gst_adder_init),
163         (gst_adder_request_new_pad), (gst_adder_collected),
164         (gst_adder_change_state):
165           Update for gst_collectpads_foo() to gst_collect_pads_foo()
166           API change.
167
168 2005-11-21  Michael Smith <msmith@fluendo.com>
169
170         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
171         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
172           Properly handle pad_push return values.
173
174 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
175
176         * gst-libs/gst/tag/Makefile.am:
177         * gst-libs/gst/tag/gstvorbistag.c:
178         (gst_tag_list_to_vorbiscomment_buffer):
179           Remove obsolete vorbistag element and debug category.
180
181         * gst/playback/gstplaybasebin.c: (check_queue):
182           Don't divide by 0 when queue-threshold is 0.
183
184         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
185           Don't modify an existing pixel-aspect-ratio if we fail to read
186           a new one.
187
188 2005-11-20  Wim Taymans  <wim@fluendo.com>
189
190         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
191         (gst_vorbisenc_push_packet):
192         GST_PAD_IS_USABLE is gone, use the return value of
193         the push or pad_alloc_buffer instead.
194
195 2005-11-18  Julien MOUTTE  <julien@moutte.net>
196
197         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
198         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
199         (gst_ximagesink_ximage_destroy),
200         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
201         (gst_ximagesink_xwindow_new),
202         (gst_ximagesink_xwindow_update_geometry),
203         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
204         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
205         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
206         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
207         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
208         (gst_ximagesink_navigation_send_event),
209         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
210         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
211         (gst_ximagesink_finalize), (gst_ximagesink_init),
212         (gst_ximagesink_class_init):
213         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
214         This new version brings correct software scaling, non flickering
215         window while resizing, pixel aspect ratio handling, usage of
216         hardware buffer pools, out of data flow event thread for 
217         navigation and handling of expose events even when being PAUSED,
218         a new property to keep video aspect ratio when resizing, etc...
219
220 2005-11-18  Julien MOUTTE  <julien@moutte.net>
221
222         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
223         (gst_videoscale_fixate_caps): Introduce back caps fixate with
224         handling of PAR.
225
226 2005-11-18    <bilboed@dvdsrc.fluendo.com>
227
228         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
229         Unsetting IS_SINK flag from the fakesink, so decodebin
230         never behaves as a sink.
231
232 2005-11-17  Wim Taymans  <wim@fluendo.com>
233
234         * gst-libs/gst/audio/gstbaseaudiosrc.c:
235         (gst_base_audio_src_change_state):
236         Fix the audiosrc base class again, we did not unflush.
237
238 2005-11-17  Julien MOUTTE  <julien@moutte.net>
239
240         * examples/seeking/seek.c: (make_dv_pipeline),
241         (make_vorbis_theora_pipeline), (make_avi_pipeline),
242         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
243         to ogg/vorbis/theora pipeline.
244
245 2005-11-17  Wim Taymans  <wim@fluendo.com>
246
247         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
248         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
249         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
250         Fix EOS on multiple streams.
251         More debugging.
252
253 2005-11-16  Wim Taymans  <wim@fluendo.com>
254
255         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
256         (gst_ogg_demux_perform_seek):
257         Segment done must include stream time.
258
259         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
260         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
261         (gst_ogg_mux_change_state):
262         Fix ogg muxer again.
263
264 2005-11-16  Wim Taymans  <wim@fluendo.com>
265
266         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
267         Fix compile again.
268
269 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
270
271         * ext/libvisual/visual.c: (gst_visual_init):
272         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
273         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
274         (gst_ogg_parse_chain):
275         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
276         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
277         * ext/theora/theoradec.c: (gst_theora_dec_init):
278         * ext/theora/theoraenc.c: (gst_theora_enc_init):
279         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
280         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
281         * gst/adder/gstadder.c: (gst_adder_class_init),
282         (gst_adder_dispose):
283         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
284         * gst/subparse/gstsubparse.c: (gst_subparse_init):
285         * gst/videorate/gstvideorate.c: (gst_videorate_init):
286           Fix a whole set of pad template leaks
287
288 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
289
290         * check/generic/states.c: (GST_START_TEST):
291           fix the test so that it only checks for elements that are part of
292           this source module
293
294 2005-11-16  Michael Smith <msmith@fluendo.com>
295
296         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
297         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
298         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
299         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
300         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
301         (gst_ogg_mux_change_state):
302           Fix leaking collectpads.
303
304 2005-11-16  Edward Hervey  <edward@fluendo.com>
305
306         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
307         (gst_videorate_event), (gst_videorate_chain):
308         Handle segment seeks
309
310 2005-11-16  Wim Taymans  <wim@fluendo.com>
311
312         * gst-libs/gst/audio/gstbaseaudiosink.c:
313         (gst_base_audio_sink_provide_clock),
314         (gst_base_audio_sink_change_state):
315         Set ringbuffer to non-flushing when going to PAUSED, set to
316         flushing again when going to READY.
317
318         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
319         (gst_ring_buffer_stop):
320         Start in flushing mode by default.
321         Don't set flushing in the _stop method, let the app call
322         this explicitly.
323
324 2005-11-16  Julien MOUTTE  <julien@moutte.net>
325
326         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
327         * gst-libs/gst/video/videosink.h: Add helper function needed
328         for video sinks.
329
330 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
331
332         * gst/videoscale/gstvideoscale.c:
333         (gst_videoscale_handle_src_event):
334           Don't leak reference to pad parent.
335
336 2005-11-16  Wim Taymans  <wim@fluendo.com>
337
338         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
339         Set ringbuffer to flushing when stopping so that we don't
340         block on wait_segment anymore and livelock.
341
342 2005-11-16  Wim Taymans  <wim@fluendo.com>
343
344         * examples/seeking/seek.c: (send_event), (do_seek),
345         (loop_toggle_cb), (segment_done), (main):
346         Added looping checkbox.
347
348 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
349
350         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
351         (gst_ogg_demux_init):
352         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
353         (gst_vorbis_dec_init):
354           revert unrefs, they don't pass make check
355
356 2005-11-15  Johan Dahlin  <johan@gnome.org>
357
358         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
359         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
360         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
361         (gst_vorbis_dec_init):
362         Fix pad template leaks. 
363
364 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
365
366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
367           Make state change function thread safe.
368
369 2005-11-15  Edward Hervey  <edward@fluendo.com>
370
371         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
372         (gst_ogg_demux_class_init):
373         Implement GstElement::send_event, so we can send seek events
374         in GST_STATE_READY
375
376 2005-11-14  Julien MOUTTE  <julien@moutte.net>
377
378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
379         Discovered how to take away flickering while resizing the
380         window. Please don't put that in ximagesink, refactoring in
381         progress.
382
383 2005-11-14  Michael Smith <msmith@fluendo.com>
384
385         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
386         (gst_multifdsink_render):
387           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
388
389 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
390
391         * gst/playback/gstplaybin.c: (gen_audio_element):
392           Use autoaudiosink, it tends to be more widely available than
393           autoaudiiosink.
394           
395 2005-11-14  Andy Wingo  <wingo@pobox.com>
396
397         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
398         as well if it is available. Fixes #316442.
399
400 2005-11-14  Michael Smith <msmith@fluendo.com>
401
402         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
403         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
404         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
405         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
406         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
407         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
408         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
409         (gst_vorbisenc_change_state):
410           Fix a small memory leak in vorbisenc.
411           Fix large memory leaks in oggmux, also fix lots of state change
412           bugs in oggmux.
413
414 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
415
416         * gst/videotestsrc/gstvideotestsrc.c:
417         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
418         (gst_videotestsrc_src_fixate):
419           move fixation to a fixate function
420           remove negotiate function, basesrc's is good enough
421           fixes a bug for check when using the element alone
422
423 2005-11-13  Edward Hervey  <edward@fluendo.com>
424
425         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
426         (key_toggle_cb), (main):
427         Added checkboxes for adding/removing the accurate and key_unit seek
428         flags.
429
430 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
431
432         * configure.ac: back to HEAD
433
434 === release 0.9.5 ===
435
436 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
437
438         * configure.ac:
439           releasing 0.9.5, "No No Kia"
440
441 2005-11-11  Edward Hervey  <edward@fluendo.com>
442
443         * examples/seeking/seek.c: (make_parselaunch_pipeline):
444         Added parse-launch syntax seeking mode for the seeking example.
445         This should help stress-test even more cases.
446         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
447
448 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
449
450         * sys/xvimage/xvimagesink.c:
451         (gst_xvimagesink_navigation_send_event):
452           Check whether peer pad exists before sending navigation events
453           to it.
454
455 2005-11-11  Michael Smith <msmith@fluendo.com>
456
457         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
458         (gst_vorbisenc_buffer_from_packet):
459         * ext/vorbis/vorbisenc.h:
460           Set duration on encoded buffers. This allows oggmux's
461           max_page_delay parameter to actually work.
462
463 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
464
465         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
466         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
467         (gst_ffmpegcsp_avpicture_fill):
468         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
469         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
470           Make palettes work again (see #132341). Use our own macros
471           for rounding up.
472
473 2005-11-10  Andy Wingo  <wingo@pobox.com>
474
475         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
476         string doober.
477
478 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
479
480         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
481         (gst_ffmpegcsp_transform_caps):
482           Prefer passthrough in transform_caps
483
484 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
485
486         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
487           check for ALSA errors properly, instead of relying on ALSA's
488           error strings to serve to the user.
489
490 2005-11-10  Wim Taymans  <wim@fluendo.com>
491
492         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
493         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
494         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
495         Modernise the seek code.
496
497 2005-11-10  Michael Smith <msmith@fluendo.com>
498         
499         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
500         (setup_substreams), (set_active_source):
501           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
502           trying to go to NULL if we failed to read a file.
503
504 2005-11-10  Wim Taymans  <wim@fluendo.com>
505
506         * gst/audiotestsrc/gstaudiotestsrc.c:
507         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
508         (gst_audiotestsrc_create):
509         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
510         (gst_sinesrc_get_times), (gst_sinesrc_create):
511         * gst/videotestsrc/gstvideotestsrc.c:
512         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
513         (gst_videotestsrc_create):
514         The base class can now sync for us.
515
516 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
517
518         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
519           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
520           name=source autoprobe=false autoprobe-fps=false copy-mode=1
521           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
522           format=(fourcc)I420" ! xvimagesink
523
524 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
525
526         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
527         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
528         (gst_sinesrc_newsegment):
529           Send newsegment event in TIME format, set duration if
530           num-buffers is set, fix duration querying.
531
532 2005-11-10  Michael Smith <msmith@fluendo.com>
533
534         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
535         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
536         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
537         (gst_ogg_mux_collected):
538          Fix EOS handling, partially. Now forwarding an EOS event once we have
539          EOS on all pads works correctly. However, we still don't properly set
540          EOS on the actual ogg stream pages.
541
542 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
543
544         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
545           Set elements to NULL state before disposing of them.
546
547 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
548
549         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
550
551         * gst-libs/gst/rtp/gstbasertpdepayload.c:
552         (gst_base_rtp_depayload_init),
553         (gst_base_rtp_depayload_set_gst_timestamp):
554         * gst-libs/gst/rtp/gstbasertpdepayload.h:
555           We need to send a newsegment event for each instance, not
556           just for the first instance of this class (get rid of
557           static variable in function). (#321011).
558           
559 2005-11-08  Michael Smith <msmith@fluendo.com>
560
561         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
562         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
563         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
564         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
565           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
566           This makes us mux things correctly according to the ogg muxing
567           rules. Still not handling EOS correctly right now, though.
568
569 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
570
571         * gst/audioconvert/gstaudioconvert.c:
572           Fix typo in docs. 
573
574 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
575
576         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
577         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
578           Initialise segment_stop to GST_CLOCK_TIME_NONE when
579           creating a new chain; should fix live streaming. Also
580           add more debug output and fix a typo.
581
582 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
583
584         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
585
586         * gst/volume/gstvolume.c: (volume_set_caps):
587           Fix compilation on Solaris with Forte. (#320923)
588
589 2005-11-08  Wim Taymans  <wim@fluendo.com>
590
591         * gst-libs/gst/audio/gstbaseaudiosink.c:
592         (gst_base_audio_sink_render):
593         No need to do a typecheck.
594
595 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
596
597         * ext/alsa/gstalsa.h:
598           We register a debug category, so let's use it.
599
600 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
601
602         * gst-libs/gst/rtp/gstbasertpdepayload.c:
603         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
604         Fixed a small problem.
605
606 2005-11-04  Wim Taymans  <wim@fluendo.com>
607
608         * examples/seeking/Makefile.am:
609         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
610         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
611         (make_playerbin_pipeline), (format_value), (update_scale),
612         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
613         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
614         (print_usage), (main):
615         Added app for playback speed testing.
616
617         * examples/seeking/seek.c: (dynamic_link),
618         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
619         (make_mpeg_pipeline), (do_seek), (set_update_scale),
620         (message_received), (main):
621         Updated seek example.
622
623 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
624
625         * gst-libs/gst/rtp/gstbasertpdepayload.c:
626         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
627         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
628         (gst_base_rtp_depayload_set_clock):
629         * gst-libs/gst/rtp/gstbasertpdepayload.h:
630         Don't sleep on the bench (system clock) when you have a nice 
631         comfortable bed (Gstreamer clock) to sleep on.
632
633 2005-11-03  Wim Taymans  <wim@fluendo.com>
634
635         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
636         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
637         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
638         Handle the case where a pad_block failed.
639
640 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
641
642         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
643
644         * gst-libs/gst/rtp/gstbasertpdepayload.c:
645         (gst_base_rtp_depayload_add_to_queue),
646         (gst_base_rtp_depayload_push),
647         (gst_base_rtp_depayload_set_gst_timestamp),
648         (gst_base_rtp_depayload_queue_release):
649           Fixes some bugs in the depayloader's queuing/de-queueing code.
650
651 2005-10-31  Michael Smith <msmith@fluendo.com>
652
653         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
654         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
655         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
656           Patch from Alessandro Decina <alessandro@nnva.org>.
657           Make oggdemux only find the final time in a chain, not per-pad,
658           since the per-pad information can be very expensive to locate, and
659           it isn't used anywhere. This makes reading a file containing
660           OggSkeleton reasonably fast.
661           Also, make chain finding work when there are logical bitstreams that
662           can't be decoded. Fixes #319110.
663
664 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
665
666         * gst-libs/gst/rtp/gstbasertpdepayload.c:
667         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
668         (gst_base_rtp_depayload_chain),
669         (gst_base_rtp_depayload_add_to_queue),
670         (gst_base_rtp_depayload_push),
671         (gst_base_rtp_depayload_set_gst_timestamp),
672         (gst_base_rtp_depayload_queue_release),
673         (gst_base_rtp_depayload_start_thread),
674         (gst_base_rtp_depayload_set_property),
675         (gst_base_rtp_depayload_get_property):
676         * gst-libs/gst/rtp/gstbasertpdepayload.h:
677         Some random fixes, to fullfill the desires of thomas.
678
679 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
680
681         * gst-libs/gst/rtp/gstbasertpdepayload.c:
682         (gst_base_rtp_depayload_add_to_queue),
683         (gst_base_rtp_depayload_push):
684         Fixed the queueing algorithm.
685
686 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
687
688         * gst-libs/gst/rtp/gstbasertpdepayload.c:
689         (gst_base_rtp_depayload_push):
690         A small fix
691
692 2005-10-31  Wim Taymans  <wim@fluendo.com>
693
694         * gst-libs/gst/audio/gstringbuffer.h:
695         Don't break ABI.
696
697         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
698         (gst_ffmpeg_caps_to_pixfmt):
699         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
700         (gst_ffmpegcsp_set_caps):
701         Some more comments.
702         Handle missing required caps fields better.
703
704 2005-10-31  Wim Taymans  <wim@fluendo.com>
705
706         * gst-libs/gst/audio/gstbaseaudiosink.c:
707         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
708         (gst_base_audio_sink_render):
709         * gst-libs/gst/audio/gstringbuffer.c:
710         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
711         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
712         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
713         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
714         (gst_ring_buffer_read):
715         * gst-libs/gst/audio/gstringbuffer.h:
716         Add flushing mode to the ringbuffer so that it in all cases does
717         not try to handle more audio. This makes sure it does not try to
718         block anymore when flushing and fixes a livelock.
719
720 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
721
722         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
723         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
724         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
725           Explicitly check for -1 values before doing a conversion
726           and always map them to -1. (#315545)
727
728 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
729
730         * gst/playback/gstplaybin.c: (gen_video_element):
731           first try autovideosink, then xvimagesink, then error out
732         * po/POTFILES.in:
733           add translatable file
734         * po/af.po:
735         * po/az.po:
736         * po/cs.po:
737         * po/en_GB.po:
738         * po/hu.po:
739         * po/it.po:
740         * po/nb.po:
741         * po/nl.po:
742         * po/or.po:
743         * po/sq.po:
744         * po/sr.po:
745         * po/sv.po:
746         * po/uk.po:
747         * po/vi.po:
748           update translations
749
750 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
751
752         * gst-libs/gst/rtp/gstbasedepayload.c:
753         * gst-libs/gst/rtp/gstbasedepayload.h:
754           Minor cleanups
755
756 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
757
758         * gst/playback/.cvsignore:
759         * gst/playback/decodetest.c:
760         * gst/playback/test3.c:
761           Port these two tests as well.
762
763 2005-10-27  Wim Taymans  <wim@fluendo.com>
764
765         * ext/theora/theoradec.c: (theora_dec_src_query),
766         (theora_dec_sink_event):
767         * ext/theora/theoraenc.c: (theora_enc_sink_event),
768         (theora_enc_change_state):
769         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
770         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
771         Take proper locks when handling events.
772
773 2005-10-27  Wim Taymans  <wim@fluendo.com>
774
775         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
776         (gst_adder_change_state):
777         Fix timestamps and fix deadlock when stopping the collectpads.
778
779 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
780
781         * gst-libs/gst/rtp/gstrtpbuffer.h:
782         Declaring the payload types as strings too so that they can be used
783         in the padtemplate inialization.
784
785 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
786
787         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
788
789         * gst-libs/gst/rtp/gstbasertpdepayload.c:
790         (gst_base_rtp_depayload_class_init):
791         Fixes a small but nasty bug. The derived elements no longer segfaults
792         on finalization.
793
794 2005-10-26  Michael Smith <msmith@fluendo.com>
795
796         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
797           When clearing an audioconvert context, set tmpbufsize to zero, so
798           we'll allocate it again later if required.
799           This fixes audioconvert re-negotiating formats, which previously
800           segfaulted with a NULL destination buffer.
801
802 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
803
804         * gst-libs/gst/rtp/gstbasertpdepayload.c:
805         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
806         (gst_base_rtp_depayload_set_gst_timestamp),
807         (gst_base_rtp_depayload_queue_release):
808         Fixed a smalll memleak.
809
810 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
811         * gst-libs/gst/rtp/gstbasertpdepayload.c:
812         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
813         (gst_base_rtp_depayload_finalize),
814         (gst_base_rtp_depayload_setcaps),
815         (gst_base_rtp_depayload_add_to_queue),
816         (gst_base_rtp_depayload_push),
817         (gst_base_rtp_depayload_set_gst_timestamp),
818         (gst_base_rtp_depayload_queue_release),
819         (gst_base_rtp_depayload_thread),
820         (gst_base_rtp_depayload_change_state):
821         * gst-libs/gst/rtp/gstbasertpdepayload.h:
822         Changed the C++ comments to C comments
823
824 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
825
826         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
827         * gst/tcp/gsttcpclientsrc.h:
828         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
829         * gst/tcp/gsttcpserversrc.h:
830           Remove unused 'curoffset' structure member.
831
832 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
833
834         * gst-libs/gst/rtp/gstbasertpdepayload.c:
835         (gst_base_rtp_depayload_base_init),
836         (gst_base_rtp_depayload_finalize):
837         * gst-libs/gst/rtp/gstbasertpdepayload.h:
838         * gst-libs/gst/rtp/gstbasertppayload.h:
839           The pad-template on the sinkpad should be set by the derived classes.
840           Also added some useful macros.
841
842 2005-10-24  Wim Taymans  <wim@fluendo.com>
843
844         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
845         Correctly flush decoder samples even if we could not
846         copy them to an output buffer. Fixes #319618.
847
848 2005-10-24  Julien MOUTTE  <julien@moutte.net>
849
850         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
852         the caps against our xcontext caps.
853
854 2005-10-24  Wim Taymans  <wim@fluendo.com>
855
856         * gst-libs/gst/audio/gstbaseaudiosink.c:
857         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
858         Remove g_print
859         Use sync property from baseclass to disable sync.
860
861 2005-10-24  Wim Taymans  <wim@fluendo.com>
862
863         * gst-libs/gst/audio/gstbaseaudiosink.c:
864         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
865         Buffers with no timestamps get aligned with previous buffers or
866         on underrun, played ASAP.
867
868 2005-10-24  Julien MOUTTE  <julien@moutte.net>
869
870         * gst-libs/gst/video/video.h:
871         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
872         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
873         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
874         here comes my change on caps for framerate and geometry range.
875         We are now accepting 1 to MAXINT for width and height, and from
876         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
877         to be blended correctly in videomixer.
878
879 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
880
881         * configure.ac:
882           back to HEAD
883
884 === release 0.9.4 ===
885
886 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
887
888         * NEWS:
889         * RELEASE:
890         * configure.ac:
891           releasing 0.9.4, "Velociraptor"
892
893 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
894
895         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
896         * po/POTFILES.in:
897           STOPPED -> FAILED
898
899 2005-10-21  Wim Taymans  <wim@fluendo.com>
900
901         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
902         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
903         (pad_blocked), (close_pad_link), (new_pad):
904         Don't try to remove elements twice.
905
906 2005-10-21  Wim Taymans  <wim@fluendo.com>
907
908         * ext/theora/theoradec.c: (theora_dec_src_query),
909         (theora_dec_sink_event):
910         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
911         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
912         (vorbis_handle_data_packet):
913         * ext/vorbis/vorbisdec.h:
914         Fix old naming.
915
916         * gst-libs/gst/audio/gstbaseaudiosink.c:
917         (gst_base_audio_sink_render):
918         Don't try to sync on buffers without a timestamp.
919
920 2005-10-21  Wim Taymans  <wim@fluendo.com>
921
922         * ext/theora/theoradec.c: (theora_dec_src_query),
923         (theora_dec_sink_event):
924         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
925         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
926         (vorbis_handle_data_packet):
927         * ext/vorbis/vorbisdec.h:
928         Fix old naming.
929
930 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
931
932         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
933         (gst_vorbisenc_src_query):
934           Implement position and duration queries.
935
936         * gst/playback/test3.c: (update_scale), (main):
937           Fix for async state changes and print nicer output.
938
939 2005-10-20  Wim Taymans  <wim@fluendo.com>
940
941         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
942         (dump_element_stats), (main):
943         * gst/playback/test6.c: (main):
944         Fix tests again
945
946 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
947
948         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
949         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
950           Don't use functions for position queries when handling
951           duration queries.
952
953 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
954
955         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
956         (vorbis_handle_data_packet), (vorbis_dec_chain),
957         (vorbis_dec_change_state):
958         * ext/vorbis/vorbisdec.h:
959           Vorbis streams can be embedded in other container formats
960           than ogg, container formats where the demuxer might set 
961           timestamps on encoded vorbis buffers instead of those silly 
962           granulepos thingies. In short: make vorbisdec handle 
963           timestamps on incoming buffers as well.
964
965 2005-10-20  Wim Taymans  <wim@fluendo.com>
966
967         * gst/playback/gstplaybasebin.c: (group_destroy),
968         (gst_play_base_bin_change_state):
969         Fix leak.
970         Handle case where playbasebin is now ASYNC because
971         decodebin is.
972
973 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
974
975         * gst/audioconvert/Makefile.am:
976         * gst/audioconvert/bufferframesconvert.c:
977         * gst/audioconvert/plugin.c: (plugin_init):
978         * gst/audioconvert/plugin.h:
979           And bye bye buffer-frames-convert
980
981 2005-10-19  Wim Taymans  <wim@fluendo.com>
982
983         * check/elements/audioconvert.c:
984         * docs/libs/tmpl/gstaudio.sgml:
985         * docs/libs/tmpl/gstcolorbalance.sgml:
986         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
987         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
988         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
989         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
990         * gst-libs/gst/audio/audio.h:
991         * gst/audioconvert/audioconvert.h:
992         * gst/audioconvert/gstaudioconvert.c:
993         (gst_audio_convert_parse_caps):
994         * gst/volume/gstvolume.c:
995         Bye bye buffer-frames.
996
997 2005-10-19  Wim Taymans  <wim@fluendo.com>
998
999         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1000         (query_positions_elems), (query_positions_pads), (update_scale),
1001         (do_seek), (set_update_scale), (message_received), (main):
1002         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1003         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1004         (gst_ogg_demux_loop):
1005         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1006         * ext/theora/theoradec.c: (theora_dec_src_query),
1007         (theora_dec_sink_event):
1008         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1009         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1010         * gst/adder/gstadder.c: (gst_adder_query):
1011         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1012         * gst/playback/test3.c: (update_scale):
1013         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1014         (dump_element_stats), (main):
1015         * gst/playback/test6.c: (main):
1016         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1017         Query API update.
1018
1019 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1020
1021         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1022         (xml_check_first_element), (xml_type_find), (smil_type_find),
1023         (plugin_init):
1024           Add typefinding for SMIL and for generic XML. Based on patch by
1025           Akos Maroy (#308663).
1026
1027 2005-10-18  Wim Taymans  <wim@fluendo.com>
1028
1029         * gst/playback/Makefile.am:
1030         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1031         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1032         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1033         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1034         (gst_decode_bin_change_state):
1035         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1036         (gst_play_bin_send_event_to_sink):
1037         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1038         (dump_element_stats), (main):
1039         * gst/playback/test6.c: (main):
1040         Make playbin async, it'll commit state to paused when all streams
1041         are detected.
1042         Remove ugly hack.
1043         Added test6.c to show async behaviour.
1044
1045 2005-10-18  Wim Taymans  <wim@fluendo.com>
1046
1047         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1048         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1049         Fix for segment-start/stop API change.
1050
1051 2005-10-18  Wim Taymans  <wim@fluendo.com>
1052
1053         * check/Makefile.am:
1054         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1055         (main):
1056         Add future test for clock selection.
1057
1058 2005-10-18  Wim Taymans  <wim@fluendo.com>
1059
1060         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1061         (gst_alsasink_close):
1062         Set handle to NULL.
1063
1064         * gst-libs/gst/audio/gstringbuffer.c:
1065         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1066         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1067         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1068         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1069         (gst_ring_buffer_read):
1070         More debug info.
1071
1072 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1073
1074         * gst/audiotestsrc/Makefile.am:
1075         * gst/sine/Makefile.am:
1076         * gst/volume/Makefile.am:
1077           fix broken build of controllerized plugins
1078
1079 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1080
1081         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1082
1083         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1084         (gst_riff_create_video_template_caps):
1085           Add support for Indeo-3 (IV32).
1086
1087 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1088
1089         * configure.ac:
1090           rewrite
1091
1092 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1093
1094         * gst-libs/gst/video/video.c: (gst_video_get_size):
1095         * gst/audiotestsrc/gstaudiotestsrc.c:
1096           doc updates
1097
1098 2005-10-17  Andy Wingo  <wingo@pobox.com>
1099
1100         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1101         with the collectpads change.
1102         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1103
1104         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1105
1106         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1107
1108         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1109         alloc_buffer flow return to callers.
1110         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1111         change. Fix some memleaks in theoraenc.
1112
1113         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1114         in strange circumstance.
1115
1116 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1117
1118         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1119         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1120         from caps, let's use the caps...
1121
1122 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1123
1124         * configure.ac:
1125           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1126
1127 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1128
1129         * gst-libs/gst/interfaces/Makefile.am:
1130           fix silly typo
1131
1132 2005-10-16  Andy Wingo  <wingo@pobox.com>
1133
1134         * gst/playback/gstdecodebin.c
1135         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1136         function!
1137         (try_to_link_1): Increase kraziness level.
1138
1139 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1140
1141         * configure.ac:
1142           restructure like the core one
1143         * gst-libs/gst/audio/Makefile.am:
1144         * gst-libs/gst/interfaces/Makefile.am:
1145         * gst-libs/gst/net/Makefile.am:
1146         * gst-libs/gst/riff/Makefile.am:
1147         * gst-libs/gst/rtp/Makefile.am:
1148         * gst-libs/gst/tag/Makefile.am:
1149         * gst-libs/gst/video/Makefile.am:
1150           use correct linker flags, now the libs are properly versioned
1151         * check/elements/audioconvert.c: (verify_convert):
1152         * ext/alsa/gstalsaplugin.c:
1153         * ext/cdparanoia/gstcdparanoia.c:
1154         * ext/gnomevfs/gstgnomevfs.c:
1155         * ext/libvisual/visual.c:
1156         * ext/ogg/gstogg.c:
1157         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1158         * ext/theora/theora.c:
1159         * ext/vorbis/vorbis.c:
1160         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1161         * gst-libs/gst/tag/gsttagediting.c:
1162         * gst-libs/gst/video/video.c:
1163         * gst/adder/gstadder.c:
1164         * gst/audioconvert/plugin.c:
1165         * gst/audiorate/gstaudiorate.c:
1166         * gst/audioresample/gstaudioresample.c:
1167         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1168         * gst/audioscale/gstaudioscale.c:
1169         * gst/audioscale/resample.c:
1170         * gst/audiotestsrc/gstaudiotestsrc.c:
1171         * gst/ffmpegcolorspace/gstffmpeg.c:
1172         * gst/playback/gstdecodebin.c: (close_pad_link):
1173         * gst/playback/gstplaybin.c: (gen_video_element),
1174         (gen_audio_element):
1175         * gst/sine/gstsinesrc.c:
1176         * gst/subparse/gstsubparse.c:
1177         * gst/tags/gsttagediting.c:
1178         * gst/tcp/gsttcpplugin.c:
1179         * gst/typefind/gsttypefindfunctions.c:
1180         * gst/videorate/gstvideorate.c:
1181         * gst/videoscale/gstvideoscale.c:
1182         * gst/videotestsrc/gstvideotestsrc.c:
1183         * gst/volume/gstvolume.c:
1184         * sys/v4l/gstv4l.c:
1185         * sys/ximage/ximage.c:
1186         * sys/xvimage/xvimagesink.c:
1187           fix up defines
1188
1189 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1190
1191         * ext/vorbis/vorbisenc.c:
1192         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1193         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1194         (gst_tag_to_vorbis_comments):
1195           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1196
1197 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1198
1199         * examples/stats/mp2ogg.c:
1200         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1201           typo fixes
1202
1203 2005-10-13  Michael Smith <msmith@fluendo.com>
1204
1205         * ext/ogg/gstoggmux.c:
1206           Use magic glib macros to define constants as 64 bit, to ensure
1207           appropriate vararg passing.
1208
1209 2005-10-13  Michael Smith <msmith@fluendo.com>
1210
1211         * ext/ogg/gstoggmux.c:
1212         * gst/audioconvert/audioconvert.c: (float):
1213           Don't use LL suffix, as it's not portable, and neither of these
1214           uses required it anyway.
1215
1216 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1217
1218         * examples/indexing/indexmpeg.c: (main):
1219         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1220         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1221         (cdparanoia_convert), (cdparanoia_query):
1222         * ext/cdparanoia/gstcdparanoia.h:
1223         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1224         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1225         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1226         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1227         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1228         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1229         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1230         (gst_multifdsink_render), (gst_multifdsink_start),
1231         (gst_multifdsink_stop):
1232         * gst/tcp/gstmultifdsink.h:
1233         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1234         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1235         (gst_tcpclientsink_stop):
1236         * gst/tcp/gsttcpclientsink.h:
1237         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1238         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1239         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1240         * gst/tcp/gsttcpclientsrc.h:
1241         * gst/tcp/gsttcpserversink.h:
1242         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1243         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1244         (gst_tcpserversrc_stop):
1245         * gst/tcp/gsttcpserversrc.h:
1246         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1247         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1248         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1249           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1250           moved bitshift from macro to enum definition
1251
1252 2005-10-12  Wim Taymans  <wim@fluendo.com>
1253
1254         * examples/seeking/Makefile.am:
1255         Oops.
1256
1257 2005-10-12  Wim Taymans  <wim@fluendo.com>
1258
1259         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1260         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1261         Don't assert on normal stuff.
1262
1263         * gst/playback/gstplaybin.c: (do_playbin_seek):
1264         API fix.
1265
1266 2005-10-12  Wim Taymans  <wim@fluendo.com>
1267
1268         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1269         * examples/seeking/Makefile.am:
1270         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1271         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1272         (do_seek), (set_update_scale), (message_received), (main):
1273         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1274         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1275         Update for _get_state() API change.
1276
1277 2005-10-11  Wim Taymans  <wim@fluendo.com>
1278
1279         * gst-libs/gst/audio/gstbaseaudiosink.c:
1280         (gst_base_audio_sink_render):
1281         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1282         (gst_base_audio_src_create):
1283         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1284         (gst_ring_buffer_read):
1285         Cleanups.
1286         Commit and read from ringbuffer in samples rather than bytes.
1287
1288 2005-10-11  Wim Taymans  <wim@fluendo.com>
1289
1290         * gst-libs/gst/audio/gstbaseaudiosink.c:
1291         (gst_base_audio_sink_render):
1292         Respect segment rate and accum when scheduling samples.
1293
1294 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1295
1296         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1297         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1298         EOS correctly, that needs more work.
1299
1300 2005-10-11  Wim Taymans  <wim@fluendo.com>
1301
1302         * check/generic/states.c: (GST_START_TEST):
1303         remove old property.
1304
1305         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1306         (gst_ogg_demux_perform_seek):
1307         * ext/theora/theoradec.c: (theora_dec_sink_event):
1308         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1309         (vorbis_handle_data_packet):
1310         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1311         (gst_base_rtp_depayload_set_gst_timestamp):
1312         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1313         Update for newsegment API change.
1314
1315 2005-10-11  Michael Smith <msmith@fluendo.com>
1316
1317         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1318         (do_playbin_seek), (gst_play_bin_send_event):
1319           Override send_event differently, so that we can takes bits of
1320           functionality from GstPipeline (special handling for seeks,
1321           including pausing/resuming, and resetting stream time) and still get
1322           the appropriate behaviour of only forwarding event to a single sink,
1323           rather than all of them.
1324           Unfortunately requires a lot of code duplication, but the
1325           alternatives are equally ugly in the end.
1326
1327 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1328
1329         * check/elements/audioconvert.c: (setup_audioconvert),
1330         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1331         (GST_START_TEST), (audioconvert_suite):
1332           clean up tests a little, fix some leaks.
1333
1334 2005-10-10  Wim Taymans  <wim@fluendo.com>
1335
1336         * ext/alsa/gstalsasink.c:
1337         Also allow unsigned int.
1338
1339         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1340         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1341         Small cleanup
1342
1343 2005-10-10  Wim Taymans  <wim@fluendo.com>
1344
1345         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1346         Small update, use API as stated in design docs.
1347
1348         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1349         (update_scale), (do_seek), (seek_cb), (set_update_scale),
1350         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
1351         (message_received), (main):
1352         Updated seek example for GOption. Some usability improvements.
1353
1354 2005-10-10  Wim Taymans  <wim@fluendo.com>
1355
1356         * gst/audioconvert/audioconvert.h:
1357         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
1358         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
1359         Alloc temp storage somewhere else where we can do it more
1360         portable.
1361
1362 2005-10-10  Wim Taymans  <wim@fluendo.com>
1363
1364         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
1365         (gst_tcpserversrc_start):
1366         Don't block in accept while doing the state change, move
1367         to poll and make cancellable.
1368
1369 2005-10-09  Philippe Khalaf <burger@speedy.org>
1370
1371         * gst-libs/gst/rtp/rtpbasedepayload.c:
1372         Set timestamp and add queue delay to timestamp
1373         * gst-libs/gst/rtp/rtpbuffer.h:
1374         Set correct payload type for h263
1375
1376 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1377
1378         * gst/audiotestsrc/gstaudiotestsrc.c:
1379         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
1380         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
1381         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
1382         (gst_audiotestsrc_create_triangle),
1383         (gst_audiotestsrc_create_silence),
1384         (gst_audiotestsrc_create_white_noise),
1385         (gst_audiotestsrc_init_pink_noise),
1386         (gst_audiotestsrc_generate_pink_noise_value),
1387         (gst_audiotestsrc_create_pink_noise),
1388         (gst_audiotestsrc_change_wave):
1389         * gst/audiotestsrc/gstaudiotestsrc.h:
1390           fixed typo, added pink noise
1391
1392 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1393
1394         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
1395         (plugin_init):
1396           Add wavpack and spc typefind functions from 0.8 branch.
1397
1398 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1399
1400         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
1401         (ar_type_find), (msdos_type_find), (plugin_init):
1402           Add typefind functions for tar archives, ar archives,
1403           RAR archives, and msdos-executables (dlls, exe, etc.).
1404           Some of those would be wrongly identified as mpeg
1405           streams of some sort before (#315550).
1406
1407 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1408
1409         * configure.ac:
1410         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1411         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1412         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
1413         * gst/audiotestsrc/Makefile.am:
1414         * gst/audiotestsrc/gstaudiotestsrc.c:
1415         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
1416         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
1417         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
1418         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
1419         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
1420         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
1421         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
1422         (gst_audiotestsrc_create_silence),
1423         (gst_audiotestsrc_create_white_noise),
1424         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
1425         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
1426         (gst_audiotestsrc_start), (plugin_init):
1427         * gst/audiotestsrc/gstaudiotestsrc.h:
1428           add new plugin and element
1429         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
1430           use gobject_class
1431
1432 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1433
1434         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
1435         (gst_adder_init), (gst_adder_request_new_pad),
1436         (gst_adder_change_state):
1437           Add query function to source pad, so adder reports the correct
1438           time/sample position when queried (#315457); fix state change
1439           function; use GST_DEBUG_FUNCPTR() for pad functions.
1440
1441 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1442
1443         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
1444           Fix leaks in typefind registration
1445           Clean up the gratuitous commenting and whitespacing a little
1446
1447 2005-10-08  Wim Taymans  <wim@fluendo.com>
1448
1449         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1450         Only actually wait for the thread to be stopped if it's 
1451         running.
1452
1453 2005-10-08  Wim Taymans  <wim@fluendo.com>
1454
1455         * gst-libs/gst/audio/gstbaseaudiosink.c:
1456         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1457         If we receive EOS we can start playback of what we had.
1458
1459 2005-10-08  Wim Taymans  <wim@fluendo.com>
1460
1461         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1462         (gst_multifdsink_finalize), (multifdsink_hash_remove),
1463         (gst_multifdsink_stop):
1464         Fix crasher when going to NULL multiple times.
1465
1466 2005-10-06  Wim Taymans  <wim@fluendo.com>
1467
1468         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
1469         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1470         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1471         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
1472         patch from Edgard Lima <edgard.lima@indt.org.br>
1473         Fixed gstbaseaudiosrc adding ring buffer sync to it.
1474
1475 2005-10-06  Wim Taymans  <wim@fluendo.com>
1476
1477         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1478         Report the FLOW_RETURN as string in the error message.
1479
1480         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
1481         Don't assert when clearing an unnegotiated buffer.
1482
1483 2005-10-04  Michael Smith <msmith@fluendo.com>
1484
1485         * gst/playback/gstplaybasebin.c: (group_destroy),
1486         (gen_preroll_element), (remove_groups), (setup_source):
1487         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
1488         (setup_sinks), (gst_play_bin_send_event),
1489         (gst_play_bin_change_state):
1490           Set state to NULL before removing from bin. Fix refcounting.
1491
1492 2005-10-04  Michael Smith <msmith@fluendo.com>
1493
1494         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
1495           Correct refcounting in send_event() function. Previously was wrong
1496           if the first sink was unable to handle the event.
1497
1498 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1499
1500         * configure.ac:
1501           back to development
1502
1503 === release 0.9.3 ===
1504
1505 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1506
1507         * configure.ac:
1508           Releasing 0.9.3, "De Facto"
1509
1510 2005-10-03  Andy Wingo  <wingo@pobox.com>
1511
1512         * gst/playback/gstdecodebin.c (try_to_link_1)
1513         (remove_element_chain): set element to NULL before removing it.
1514
1515 2005-10-02  Johan Dahlin  <johan@gnome.org>
1516
1517         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
1518         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
1519         MT safe.
1520
1521 2005-10-02  Andy Wingo  <wingo@pobox.com>
1522
1523         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
1524         (gst_ring_buffer_prepare_read): 
1525         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
1526         Demote to LOG.
1527
1528 2005-09-29  Wim Taymans  <wim@fluendo.com>
1529
1530         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
1531         * ext/theora/theoradec.c: (theora_handle_data_packet):
1532         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1533         Propagate error codes from alloc_buffer too.
1534
1535 2005-09-29  Wim Taymans  <wim@fluendo.com>
1536
1537         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
1538         We use fixed caps.
1539
1540         * gst/playback/Makefile.am:
1541         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1542         (dump_element_stats), (main):
1543         Added example stream introspection code.
1544
1545 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
1546
1547         * gst/adder/gstadder.c: (gst_adder_collected):
1548           fix adder for float elements
1549
1550 2005-09-28  Wim Taymans  <wim@fluendo.com>
1551
1552         * gst-libs/gst/audio/gstbaseaudiosink.c:
1553         (gst_base_audio_sink_class_init),
1554         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
1555         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1556         (gst_base_audio_src_class_init),
1557         (gst_base_audio_src_provide_clock):
1558         get_clock -> provide_clock
1559
1560 2005-09-28  Andy Wingo  <wingo@pobox.com>
1561
1562         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
1563         and unlocking.
1564
1565         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
1566         unlocking.
1567
1568         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
1569         Actually add the pad template.
1570         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
1571
1572         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
1573         I'm at it...
1574
1575         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
1576         from fdsrc. Get caps in create() instead of start() so it can be
1577         interrupted. Interruption somewhat untested.
1578
1579         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
1580         Proper EOS handling.
1581
1582 2005-09-27  Andy Wingo  <wingo@pobox.com>
1583
1584         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
1585
1586         * gst/tcp/gsttcpserversrc.c: Cleaned up.
1587
1588         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
1589
1590         * gst/tcp/gsttcp.h: 
1591         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
1592         out of tcpclientsrc.c. Cancellable.
1593         (gst_tcp_socket_read): Made private, cancellable, with better
1594         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
1595         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
1596         whole buffer, and better diagnostics.
1597         (gst_tcp_gdp_read_caps): Same.
1598
1599         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
1600
1601 2005-09-26  Andy Wingo  <wingo@pobox.com>
1602
1603         * gst/sine/gstsinesrc.h:
1604         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
1605         change the 'sync' property to 'is-live' and implement it halfway,
1606         update for controller api change.
1607
1608         * gst/volume/gstvolume.c (volume_transform_ip): Update for
1609         controller api change.
1610
1611 2005-09-24  Wim Taymans  <wim@fluendo.com>
1612
1613         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
1614         * gst-libs/gst/audio/gstaudiosink.c:
1615         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
1616         (gst_audioringbuffer_stop):
1617         * gst-libs/gst/audio/gstbaseaudiosink.c:
1618         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
1619         (gst_base_audio_sink_change_state):
1620         * gst-libs/gst/audio/gstbaseaudiosink.h:
1621         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
1622         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1623         (gst_ring_buffer_commit), (gst_ring_buffer_read):
1624         * gst-libs/gst/audio/gstringbuffer.h:
1625         Fix sync again. Moved sample alignment to basesink.
1626
1627 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1628
1629         * docs/plugins/Makefile.am:
1630         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1631         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1632         * gst/volume/gstvolume.c:
1633           add/fix docs
1634         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
1635         * gst-libs/gst/audio/audio.h:
1636           add conversion macros for frames <-> clocktime
1637
1638 2005-09-23  David Schleef  <ds@schleef.org>
1639
1640         * gst/audioresample/Makefile.am:
1641         * gst/audioresample/debug.h:
1642         * gst/audioresample/gstaudioresample.c:
1643         * gst/audioresample/resample.c: Convert to using gst debugging
1644
1645 2005-09-22  Wim Taymans  <wim@fluendo.com>
1646
1647         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1648         (gst_play_bin_send_event):
1649         Only seek on one sink, the first one that succeeds.
1650
1651 2005-09-22  Michael Smith <msmith@fluendo.com>
1652
1653         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
1654         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1655         Don't flush encoder state unless we have an initialised encoder.
1656         Clear out encoder state on PAUSED_TO_READY.
1657
1658 2005-09-22  Wim Taymans  <wim@fluendo.com>
1659
1660         * gst-libs/gst/rtp/gstbasertppayload.c:
1661         (gst_basertppayload_class_init), (gst_basertppayload_init),
1662         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1663         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1664         (gst_basertppayload_is_filled), (gst_basertppayload_push),
1665         (gst_basertppayload_set_property),
1666         (gst_basertppayload_get_property),
1667         (gst_basertppayload_change_state):
1668         * gst-libs/gst/rtp/gstbasertppayload.h:
1669         Added max-ptime to control amount of data in the rtp packets.
1670
1671 2005-09-21  Andy Wingo  <wingo@pobox.com>
1672
1673         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
1674         thingies.
1675
1676         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
1677         can be called multiple times, dogs.
1678
1679 2005-09-21  Wim Taymans  <wim@fluendo.com>
1680
1681         * gst-libs/gst/rtp/gstbasertppayload.c:
1682         (gst_basertppayload_class_init), (gst_basertppayload_init),
1683         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1684         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1685         (gst_basertppayload_push), (gst_basertppayload_get_property),
1686         (gst_basertppayload_change_state):
1687         Allow 0 ssrc too.
1688
1689 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
1690
1691         * docs/libs/compiling.sgml:
1692           fixing typos
1693
1694 2005-09-20  Wim Taymans  <wim@fluendo.com>
1695
1696         * gst-libs/gst/rtp/gstbasertppayload.c:
1697         (gst_basertppayload_class_init), (gst_basertppayload_init),
1698         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1699         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1700         (gst_basertppayload_push), (gst_basertppayload_set_property),
1701         (gst_basertppayload_get_property),
1702         (gst_basertppayload_change_state):
1703         * gst-libs/gst/rtp/gstbasertppayload.h:
1704         Added property to configure sequence number offsets.
1705
1706 2005-09-20  Wim Taymans  <wim@fluendo.com>
1707
1708         * gst-libs/gst/rtp/gstbasertppayload.c:
1709         (gst_basertppayload_class_init), (gst_basertppayload_init),
1710         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1711         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1712         (gst_basertppayload_push), (gst_basertppayload_set_property),
1713         (gst_basertppayload_get_property),
1714         (gst_basertppayload_change_state):
1715         * gst-libs/gst/rtp/gstbasertppayload.h:
1716         Make timestamp offset configurable.
1717
1718 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1719
1720         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1721           fix wrong pop/unref
1722
1723 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
1724
1725         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1726
1727         * gst-libs/gst/interfaces/propertyprobe.c:
1728         (gst_property_probe_probe_property_name),
1729         (gst_property_probe_needs_probe_name),
1730         (gst_property_probe_get_values_name),
1731         (gst_property_probe_probe_and_get_values_name):
1732           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
1733           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
1734
1735 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1736
1737         * check/Makefile.am:
1738           have some tests be disabled for valgrinding
1739         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
1740         (GST_START_TEST):
1741         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
1742           Fix A Leak.  Chain To Parent Finalize.
1743
1744 2005-09-19  Wim Taymans  <wim@fluendo.com>
1745
1746         * examples/seeking/seek.c: (make_wav_pipeline), (main):
1747         Fixed wav pipeline.
1748
1749 2005-09-19  Wim Taymans  <wim@fluendo.com>
1750
1751         * gst-libs/gst/rtp/gstbasertppayload.c:
1752         (gst_basertppayload_class_init), (gst_basertppayload_init),
1753         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1754         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1755         (gst_basertppayload_push), (gst_basertppayload_get_property),
1756         (gst_basertppayload_change_state):
1757         Posting ERROR and WARNING messages is good.
1758
1759 2005-09-19  Wim Taymans  <wim@fluendo.com>
1760
1761         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1762         (gst_base_rtp_depayload_add_to_queue),
1763         (gst_base_rtp_depayload_push),
1764         (gst_base_rtp_depayload_set_gst_timestamp),
1765         (gst_base_rtp_depayload_queue_release):
1766         This one was not supposed to go in.
1767
1768 2005-09-19  Wim Taymans  <wim@fluendo.com>
1769
1770         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1771         Fix for bus API.
1772
1773         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1774         (gst_base_rtp_depayload_chain),
1775         (gst_base_rtp_depayload_add_to_queue),
1776         (gst_base_rtp_depayload_push),
1777         (gst_base_rtp_depayload_set_gst_timestamp),
1778         (gst_base_rtp_depayload_queue_release):
1779         Some cleanups.
1780
1781         * gst-libs/gst/rtp/gstbasertppayload.c:
1782         (gst_basertppayload_class_init), (gst_basertppayload_init),
1783         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
1784         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
1785         (gst_basertppayload_get_property),
1786         (gst_basertppayload_change_state):
1787         Added debugging category.
1788
1789 2005-09-18  David Schleef  <ds@schleef.org>
1790
1791         * gst/playback/gstdecodebin.c: free plugin list correctly
1792         * gst/playback/gstplaybin.c: emit warning if autovideosink
1793           and autoaudiosink can't be found (instead of segfaulting)
1794
1795 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1796
1797         * check/elements/audioconvert.c: (GST_START_TEST):
1798           try out 24 bit conversion
1799
1800 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1801
1802         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1803         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
1804         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
1805         * ext/vorbis/vorbisenc.h:
1806           Fix EOS handling.  Still needs a fix in the ogg muxer to
1807           mark the last page as eos.
1808
1809 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1810
1811         * common/gtk-doc-plugins.mak:
1812         * docs/plugins/Makefile.am:
1813         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1814         * gst/ffmpegcolorspace/Makefile.am:
1815         * gst/ffmpegcolorspace/avcodec.h:
1816         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1817         * gst/tcp/gstmultifdsink.c:
1818           fix up ffmpegcolorspace docs; extract header
1819
1820 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1821
1822         * common/gtk-doc-plugins.mak:
1823         * docs/plugins/Makefile.am:
1824         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1825         * ext/theora/Makefile.am:
1826         * ext/theora/gsttheoraenc.h:
1827         * ext/theora/theoraenc.c:
1828         * ext/vorbis/vorbisenc.c:
1829           pick up signals and args for vorbis; add some docs for vorbis
1830
1831 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1832
1833         * common/gstdoc-scangobj:
1834         * common/gtk-doc-plugins.mak:
1835         * docs/libs/Makefile.am:
1836         * docs/plugins/gst-plugins-base-plugins.args:
1837         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1838         * docs/plugins/gst-plugins-base-plugins.interfaces:
1839         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1840         * docs/plugins/gst-plugins-base-plugins.signals:
1841           only scanobj stuff from our source module.  Not sure yet
1842           if that's correct, given the hierarchy stuff :)
1843
1844 2005-09-15  Wim Taymans  <wim@fluendo.com>
1845
1846         * gst/audioconvert/gstaudioconvert.c:
1847         And enable 24 bits mode as well..
1848
1849 2005-09-15  Wim Taymans  <wim@fluendo.com>
1850
1851         * gst-libs/gst/rtp/Makefile.am:
1852         * gst-libs/gst/rtp/gstbasertppayload.c:
1853         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
1854         (gst_basertppayload_class_init), (gst_basertppayload_init),
1855         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
1856         (gst_basertppayload_chain), (gst_basertppayload_set_options),
1857         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
1858         (gst_basertppayload_set_property),
1859         (gst_basertppayload_get_property),
1860         (gst_basertppayload_change_state):
1861         * gst-libs/gst/rtp/gstbasertppayload.h:
1862         Added rtp payloader base class.
1863
1864 2005-09-15  Andy Wingo  <wingo@pobox.com>
1865
1866         * configure.ac (plugindir): Remove the EOL matcher from the
1867         regexp, as it causes me problems. Libtool? Make? Who knows?
1868
1869 2005-09-14  David Schleef  <ds@schleef.org>
1870
1871         * check/generic/states.c: 
1872         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1873         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
1874           Fixes for changes in registry API.
1875
1876         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
1877           to GST_PLUGIN_LDFLAGS.
1878         * ext/libvisual/visual.c: Make the library shut up.
1879         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
1880         * gst-libs/gst/audio/gstaudiofilter.c: same
1881
1882 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1883
1884         * docs/plugins/Makefile.am:
1885         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1886         * docs/plugins/inspect/plugin-libvisual.xml:
1887         * docs/plugins/tmpl/element-tcpserversink.sgml:
1888         * ext/theora/theoraenc.c:
1889           add libvisual plugin and theoraenc element to docs
1890
1891 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1892
1893         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1894         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1895         * ext/theora/theoraenc.c:
1896           add theoraenc
1897
1898 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
1899
1900         * gst/audioconvert/Makefile.am:
1901           Audioconvert derives from GstBaseTransform and should
1902           link to the library with our base elements to avoid
1903           unresolved symbols. Makes things work with MinGW (#316160)
1904
1905         * gst/playback/test4.c: (main):
1906           Fix MinGW build problem and use g_usleep() instead of 
1907           sleep() (#316162)
1908
1909 2005-09-12  Wim Taymans  <wim@fluendo.com>
1910
1911         * gst/audioconvert/audioconvert.c: (float),
1912         (audio_convert_prepare_context), (audio_convert_convert):
1913         * gst/audioconvert/audioconvert.h:
1914         Cleanups, speedups, simplifications, added back support
1915         for 24 bits.
1916
1917 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1918
1919         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1920         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1921         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1922         * docs/plugins/tmpl/element-tcpserversink.sgml:
1923         * gst/ffmpegcolorspace/gstffmpeg.c:
1924         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1925         * gst/videotestsrc/gstvideotestsrc.c:
1926         * gst/volume/gstvolume.c:
1927           add more elements to the docs
1928
1929 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
1930
1931         * check/Makefile.am:
1932         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
1933         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
1934           Add extra tests for basetransform based components. 
1935           Comment out the test_element_negotiation test until we decide
1936           if it's testing correct behaviour.
1937         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
1938         (gst_visual_chain), (gst_visual_change_state):
1939           Slightly more correct but still bogus timestamping.
1940           Fix state change function.
1941         * gst/audioconvert/gstaudioconvert.c:
1942         (gst_audio_convert_class_init):
1943         * gst/audioresample/gstaudioresample.c:
1944         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1945         (gst_ffmpegcsp_class_init):
1946         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
1947         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
1948         (gst_videoscale_prepare_image):
1949         * gst/volume/gstvolume.c: (gst_volume_class_init),
1950         (volume_transform_ip):
1951           Basetransform updates. Enable passthrough modes.
1952         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
1953         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
1954         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
1955           Negotiation fix that allows the window to return to the original
1956           size and renegotiate passthrough upstream. Extra debug output.
1957
1958 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1959
1960         * gst/sine/gstsinesrc.c:
1961         * gst/volume/gstvolume.c:
1962           fix up header include
1963
1964 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
1965
1966         * gst-libs/gst/audio/gstbaseaudiosink.c:
1967         (gst_base_audio_sink_render):
1968         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
1969         * gst/volume/gstvolume.c: (gst_volume_class_init),
1970         (volume_transform):
1971           fixing lost sync, some more debugging
1972
1973 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
1974
1975         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
1976         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
1977         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
1978         (gst_xvimagesink_check_xshm_calls):
1979           Fix compilation when XShm is not available.
1980
1981 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
1982
1983         * ext/libvisual/visual.c: (gst_visual_dispose),
1984         (gst_visual_getcaps), (gst_visual_src_setcaps),
1985         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
1986         (gst_visual_change_state):
1987           Finish fixing up libvisual plugin so that it runs. 
1988
1989 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
1990
1991         * ext/vorbis/vorbisenc.c:
1992         * gst-libs/gst/tag/gstvorbistag.c:
1993           gsttaginterface.h -> gsttagsetter.h
1994
1995 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
1996
1997         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
1998           added another test that failes for me (test is not active by default)
1999
2000 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2001
2002         * configure.ac:
2003           v4l2 is no longer in gst-plugins-base
2004
2005 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2006
2007         * configure.ac:
2008           In the output at the end, don't show the first plugin on the same
2009           line as "Core plug-ins, always built:".
2010           Indent the output as for other plugin categories
2011         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2012           #define that can be used to not use peer buffer_alloc functions for
2013           test purposes.
2014         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2015         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2016         (gst_ximagesink_show_frame):
2017         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2018         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2019         (gst_xvimagesink_show_frame):
2020           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2021           fails gracefully instead of XError aborting or deadlocking.
2022
2023 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2024
2025         * ext/libvisual/Makefile.am:
2026           link against gst-base-libs
2027
2028 2005-09-06  David Schleef  <ds@schleef.org>
2029
2030         * configure.ac: Enable libvisual plugin.
2031         * ext/libvisual/Makefile.am:
2032         * ext/libvisual/visual.c: Fixes to make it compile.
2033
2034 === release 0.9.2 ===
2035
2036 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2037
2038         * NEWS:
2039         * RELEASE:
2040         * configure.ac:
2041         * docs/random/ChangeLog-0.8:
2042           releasing 0.9.2, "Spoon"
2043
2044 2005-09-05  Michael Smith <msmith@fluendo.com>
2045
2046         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2047           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2048           that in the vorbisenc element.
2049
2050 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2051
2052         * common/gtk-doc-plugins.mak:
2053         * docs/plugins/Makefile.am:
2054           fix distcheck
2055         * gst/audioresample/resample.c:
2056           fix wrong docstring
2057
2058 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2059
2060         * common/gst-xmlinspect.py:
2061         * common/gtk-doc-plugins.mak:
2062           only inspect plugins for this given package
2063           require gst-python 0.9
2064
2065 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2066
2067         * Makefile.am:
2068         * autogen.sh:
2069         * common/gst-xmlinspect.py:
2070         * configure.ac:
2071         * docs/Makefile.am:
2072         * docs/plugins/inspect/plugin-alsa.xml:
2073         * docs/plugins/inspect/plugin-audioresample.xml:
2074         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2075         * docs/plugins/inspect/plugin-ogg.xml:
2076         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2077         * docs/plugins/tmpl/element-multifdsink.sgml:
2078         * docs/plugins/tmpl/element-tcpserversink.sgml:
2079         * docs/plugins/tmpl/element-vorbisenc.sgml:
2080         * gst-plugins-base.spec.in:
2081           various doc-related updates
2082
2083 2005-08-31  Wim Taymans  <wim@fluendo.com>
2084
2085         * gst-libs/gst/audio/gstbaseaudiosink.c:
2086         (gst_base_audio_sink_render):
2087         Resync if the buffer timestamps drift more than a 10th 
2088         of a second.
2089
2090 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2091
2092         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2093         (gst_v4lsrc_get_property):
2094           The 'timestamp-offset' property is registered as an int64, so
2095           let's use g_value_{set|get}_int64() in our setter and getter
2096           functions (makes it work and fixes warnings with gst-inspect).
2097
2098 2005-08-30  Wim Taymans  <wim@fluendo.com>
2099
2100         * check/elements/audioconvert.c: (setup_audioconvert):
2101         * check/elements/audioresample.c: (setup_audioresample):
2102         * check/elements/volume.c: (setup_volume):
2103         Fix checks.
2104
2105 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2106
2107         * common/gtk-doc-plugins.mak:
2108         * common/plugins.xsl:
2109         * docs/plugins/Makefile.am:
2110           make module a param
2111
2112 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2113
2114         * examples/seeking/seek.c: (make_mp3_pipeline),
2115         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2116         (play_cb), (pause_cb), (stop_cb):
2117           update the example
2118
2119 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2120
2121         * gst/volume/gstvolume.c: (gst_volume_class_init),
2122         (volume_transform):
2123           do not update controlled params, if buffer has no timestamp
2124
2125 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2126
2127         * configure.ac:
2128         * gst/sine/Makefile.am:
2129         * gst/volume/Makefile.am:
2130           controllerized elements also need to link against controller-libs ;)
2131
2132 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2133
2134         * docs/libs/tmpl/gstcolorbalance.sgml:
2135         * docs/libs/tmpl/gstgconf.sgml:
2136         * docs/libs/tmpl/gstmixer.sgml:
2137         * docs/libs/tmpl/gstringbuffer.sgml:
2138         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2139         (gst_sinesrc_create):
2140         * gst/volume/gstvolume.c: (gst_volume_class_init),
2141         (volume_transform):
2142           controllerized two audio plugins
2143
2144 2005-08-29  Andy Wingo  <wingo@pobox.com>
2145
2146         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2147         (vorbis_handle_data_packet): Fix some int overflow errors.
2148
2149         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2150         -1.
2151         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2152         valid.
2153         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2154         if it's valid. Fixed streaming-mode playback.
2155
2156         * check/elements/volume.c (cleanup_volume): Fix for running
2157         CK_FORK=no.
2158
2159         * check/elements/audioconvert.c: Convert from native endian, not
2160         little endian.
2161
2162 2005-08-29  Michael Smith <msmith@fluendo.com>
2163
2164         * ext/ogg/Makefile.am:
2165         * ext/ogg/gstogg.c: (plugin_init):
2166         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2167         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2168         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2169         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2170         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2171         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2172         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2173         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2174         Add an ogg parser element.
2175
2176 2005-08-28  Andy Wingo  <wingo@pobox.com>
2177
2178         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2179
2180 2005-08-26  Wim Taymans  <wim@fluendo.com>
2181
2182         * gst/audioconvert/audioconvert.c: (if), (float),
2183         (audio_convert_get_func_index), (check_default),
2184         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2185         (audio_convert_clean_context), (audio_convert_get_sizes),
2186         (audio_convert_convert):
2187         Cleanups.
2188
2189 2005-08-26  Wim Taymans  <wim@fluendo.com>
2190
2191         * gst/audioconvert/audioconvert.c: (if), (float),
2192         (audio_convert_get_func_index), (check_default),
2193         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2194         (audio_convert_clean_context), (audio_convert_get_sizes),
2195         (audio_convert_convert):
2196         More elegant and working temp buffer selection algo.
2197
2198 2005-08-26  Wim Taymans  <wim@fluendo.com>
2199
2200         * gst/audioconvert/audioconvert.c: (if), (float),
2201         (audio_convert_get_func_index), (check_default),
2202         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2203         (audio_convert_clean_context), (audio_convert_get_sizes),
2204         (get_temp_buffer), (audio_convert_convert):
2205         Use realloc else we lose our original data.
2206
2207 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2208
2209         * gst/audioresample/gstaudioresample.c:
2210           use base class' newsegment to properly timestamp
2211
2212 2005-08-26  Wim Taymans  <wim@fluendo.com>
2213
2214         * gst/audioconvert/audioconvert.c: (if), (float),
2215         (audio_convert_get_func_index), (check_default),
2216         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2217         (audio_convert_clean_context), (audio_convert_get_sizes),
2218         (get_temp_buffer), (audio_convert_convert):
2219         * gst/audioconvert/gstaudioconvert.c:
2220         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2221         (gst_audio_convert_transform_caps),
2222         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2223         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2224         Oops, allocate enough space to perform the channel mix.
2225
2226 2005-08-26  Wim Taymans  <wim@fluendo.com>
2227
2228         * gst/audioconvert/Makefile.am:
2229         * gst/audioconvert/audioconvert.c: (if), (float),
2230         (audio_convert_get_func_index), (check_default),
2231         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2232         (audio_convert_clean_context), (audio_convert_get_sizes),
2233         (get_temp_buffer), (audio_convert_convert):
2234         * gst/audioconvert/audioconvert.h:
2235         * gst/audioconvert/gstaudioconvert.c:
2236         (gst_audio_convert_class_init), (gst_audio_convert_init),
2237         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2238         (gst_audio_convert_get_unit_size),
2239         (gst_audio_convert_transform_caps),
2240         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2241         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2242         * gst/audioconvert/gstaudioconvert.h:
2243         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2244         (gst_channel_mix_fill_identical),
2245         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2246         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2247         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2248         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2249         (gst_channel_mix_mix):
2250         * gst/audioconvert/gstchannelmix.h:
2251         Cleanups, librarify a bit, optimize, better negotiation and more.
2252
2253 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2254
2255         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2256         Another from MikeS:
2257         During typefinding, don't support negative offsets
2258         (offsets from the end of the stream) in our typefind->peek() function
2259         - nothing embedded in ogg ever needs them. However, we need to recognise
2260         those requests and reject them, otherwise we return invalid pointers.
2261
2262 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2263
2264         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2265         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2266         (vorbisdec_finalize), (vorbis_handle_type_packet):
2267           Big shout-out to MikeS for fixing this giant memory leak.
2268           Huzzah!
2269
2270 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2271
2272         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2273         (audio_convert_get_unit_size):
2274           plug some leaks
2275
2276 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2277
2278         * check/Makefile.am:
2279         * check/elements/audioconvert.c: (setup_audioconvert),
2280         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2281         (GST_START_TEST), (audioconvert_suite), (main):
2282           add a test for audioconvert
2283         * gst/audioresample/gstaudioresample.c:
2284         * gst/audioresample/gstaudioresample.h:
2285           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2286           note that for buffers of 1/3 sec this means DURATION(c) is 
2287           one nanosecond more than for a and b
2288
2289 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2290
2291         * check/Makefile.am:
2292         * check/elements/audioresample.c: (setup_audioresample),
2293         (cleanup_audioresample), (fail_unless_perfect_stream),
2294         (test_perfect_stream_instance), (GST_START_TEST),
2295           add a check for audioresample
2296         (audioresample_suite), (main):
2297         * check/elements/volume.c: (GST_START_TEST):
2298           remove unused method
2299         * gst/audioresample/gstaudioresample.c:
2300           set correct buffer parameters since we're changing them
2301         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2302           add some debug
2303
2304 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2305
2306         * gst/audioresample/debug.c:
2307         * gst/audioresample/gstaudioresample.c:
2308           add room for extra overlap samples when asked to transform size
2309           protect against possible mem corruption and check for discrepancies
2310           between written size and outbuffer's size so we can warn for
2311           potential problems
2312         * gst/audioresample/resample.c: (resample_init),
2313         (resample_get_output_size_for_input), (resample_get_output_size),
2314         (resample_set_n_channels), (resample_set_format):
2315           set debug level based on RESAMPLE_DEBUG env var
2316           make sure that get_output_size* returns a whole number of
2317           sample_size
2318           set sample_size each time either channel or format is set
2319         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
2320         * gst/audioresample/resample_functable.c:
2321         (resample_scale_functable):
2322         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2323           remove r->sample_size, it's done in resample.c now
2324           add some debugging to the ref implementation
2325           make sure we only give back bytes that are wholes of the sample
2326           size
2327
2328 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
2329         * gst/playback/gstplaybasebin.c: (fill_buffer):
2330         Revert unpopular change for GST_MESSAGE_SRC to GObject.
2331
2332 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
2333
2334         * gst/volume/gstvolume.c:
2335           made set_caps function static
2336
2337 2005-08-24  Wim Taymans  <wim@fluendo.com>
2338
2339         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2340         (gst_vorbisenc_change_state):
2341         Stop leaking taglists.
2342
2343 2005-08-24  Wim Taymans  <wim@fluendo.com>
2344
2345         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2346         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
2347         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
2348         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
2349         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2350         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2351         Parse seeking events better.
2352         Unref static caps.
2353         Generate correct newsegment events, fixes seeking in live oggs.
2354
2355         * ext/theora/theoradec.c: (theora_dec_src_query),
2356         (theora_dec_src_event), (theora_dec_src_getcaps),
2357         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
2358         Use newsegment values to report correct play time.
2359
2360         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2361         (vorbis_dec_src_event), (vorbis_dec_sink_event):
2362         * ext/vorbis/vorbisdec.h:
2363         Parse and use newsegment values to report correct play time.
2364
2365         * gst-libs/gst/audio/gstbaseaudiosink.c:
2366         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2367         Clear ringbuffer on flush.
2368         Use newsegment values to calculate playback time.
2369
2370         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
2372         Basesink does newsegment calculations for us now.
2373
2374 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2375
2376         * check/Makefile.am:
2377         * configure.ac:
2378           add core's plugins to the mix so that playbin works
2379         * check/generic/states.c: (GST_START_TEST):
2380           set a 0 timeout on pipelines, so they don't force the next
2381           state change
2382         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
2383         (gst_play_base_bin_change_state):
2384           remove the crappy error handling and do GST error handling
2385
2386 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2387
2388         * check/Makefile.am:
2389         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
2390           add same test as to core, it bitches out on playbin atm.
2391
2392 2005-08-24  Wim Taymans  <wim@fluendo.com>
2393
2394         * configure.ac:
2395         Remove audioscale.
2396
2397 2005-08-24  Wim Taymans  <wim@fluendo.com>
2398
2399         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2400         (gst_videoscale_prepare_size), (parse_caps),
2401         (gst_videoscale_set_caps), (gst_videoscale_get_size),
2402         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
2403         (gst_videoscale_transform):
2404         * gst/videoscale/gstvideoscale.h:
2405         Refactor, make use of BaseTranform really well.
2406
2407 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2408
2409         * configure.ac:
2410           compile audioresample
2411         * gst/audioresample/Makefile.am:
2412         * gst/audioresample/buffer.c:
2413         * gst/audioresample/functable.c:
2414         * gst/audioresample/gstaudioresample.c:
2415         * gst/audioresample/gstaudioresample.h:
2416         * gst/audioresample/resample.c:
2417         (resample_get_output_size_for_input):
2418         * gst/audioresample/resample.h:
2419         * gst/audioresample/resample_chunk.c:
2420         * gst/audioresample/resample_functable.c:
2421         * gst/audioresample/resample_ref.c:
2422           port to use basetransform; doesn't work in all cases yet
2423
2424 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2425
2426         * gst/audioconvert/gstaudioconvert.c:
2427         (gst_audio_convert_class_init), (gst_audio_convert_init),
2428         (audio_convert_get_unit_size), (audio_convert_transform_caps),
2429         (audio_convert_fixate_caps), (audio_convert_set_caps),
2430         (audio_convert_transform),
2431         (gst_audio_convert_buffer_to_default_format),
2432         (gst_audio_convert_buffer_from_default_format),
2433         (gst_audio_convert_channels):
2434         * gst/audioconvert/gstchannelmix.c:
2435         * gst/audioconvert/gstchannelmix.h:
2436           port to basetransform
2437         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2438         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
2439         (gst_ffmpegcsp_get_unit_size):
2440         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2441         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
2442           fix for basetransform changes
2443
2444 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
2445
2446         * check/Makefile.am:
2447           Add CHECK_CFLAGS and LDFLAGS
2448
2449         * gst/playback/gstplaybasebin.c: (fill_buffer):
2450           GST_MESSAGE_SRC became a GObject
2451
2452 2005-08-24  Wim Taymans  <wim@fluendo.com>
2453
2454         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
2455         (gst_ring_buffer_clear_all):
2456         * gst-libs/gst/audio/gstringbuffer.h:
2457         Added function to clear the ringbuffer.
2458
2459 2005-08-24  Andy Wingo  <wingo@pobox.com>
2460
2461         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
2462         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
2463         of _open and _close.
2464
2465         * sys/v4l/gstv4lxoverlay.h:
2466         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
2467         an Xv connection here, instead of all the time. Make Xv only be
2468         loaded if you axe for it. Kindof a workaround for buggy behaviour
2469         of Xv when using remote xservers (XvQueryExtension would block).
2470         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
2471         replace the _open and _close public API. Only start the xv
2472         connection if necessary.
2473         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
2474
2475 2005-08-23  David Schleef  <ds@schleef.org>
2476
2477         * gst/audioresample/Makefile.am: Leet audioresampling code
2478         * gst/audioresample/buffer.c:
2479         * gst/audioresample/buffer.h:
2480         * gst/audioresample/debug.c:
2481         * gst/audioresample/debug.h:
2482         * gst/audioresample/functable.c:
2483         * gst/audioresample/functable.h:
2484         * gst/audioresample/gstaudioresample.c:
2485         * gst/audioresample/gstaudioresample.h:
2486         * gst/audioresample/resample.c:
2487         * gst/audioresample/resample.h:
2488         * gst/audioresample/resample_chunk.c:
2489         * gst/audioresample/resample_functable.c:
2490         * gst/audioresample/resample_ref.c:
2491
2492 2005-08-23  Wim Taymans  <wim@fluendo.com>
2493
2494         * examples/seeking/seek.c: (make_vorbis_pipeline),
2495         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
2496         Small seek updates.
2497
2498 2005-08-23  Andy Wingo  <wingo@pobox.com>
2499
2500         * gst-libs/gst/audio/gstbaseaudiosrc.c
2501         (gst_base_audio_src_fixate): Only fixate endianness if it is
2502         present in the caps.
2503
2504 2005-08-22  Andy Wingo  <wingo@pobox.com>
2505
2506         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
2507         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
2508         device-name property.
2509
2510         * gst-libs/gst/audio/gstaudiosrc.h:
2511         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
2512         close_device in the ring buffer, like gstaudiosink.
2513
2514         * ext/alsa/gstalsamixer.h:
2515         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
2516         macro to implement the interface without much code. Cleanups. 
2517
2518         * ext/alsa/gstalsasrc.h:
2519         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
2520         READY.
2521
2522         * ext/alsa/Makefile.am: Add new files.
2523         * ext/alsa/gstalsamixerelement.c: 
2524         * ext/alsa/gstalsamixerelement.c: Split element code out from
2525         mixer code so that alsasrc can be a mixer too.
2526
2527 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2528
2529         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2530         (GST_START_TEST):
2531         * check/elements/vorbisdec.c: (setup_vorbisdec),
2532         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
2533         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2534         (vorbis_handle_identification_packet),
2535         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
2536         (vorbis_handle_header_packet), (vorbis_dec_push),
2537         (vorbis_dec_chain):
2538           use the setup/teardown methods to save code.  save code is good.
2539
2540 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2541
2542         * check/Makefile.am:
2543           add ext dir for plugins
2544           add vorbisdec test conditionally
2545         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2546         (GST_START_TEST), (volume_suite):
2547           add a test with wrong caps
2548         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
2549         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
2550           add a vorbisdec test
2551         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
2552         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
2553           clean up debug output
2554         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2555           yay, fix a segfault/security issue in vorbisdec
2556           gst-launch fakesrc ! vorbisdec wasn't happy
2557         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
2558         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
2559         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
2560         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
2561         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
2562         (gst_vorbisenc_set_metadata), (get_constraints_string),
2563         (update_start_message), (gst_vorbisenc_setup),
2564         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
2565         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
2566         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
2567         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
2568         * ext/vorbis/vorbisenc.h:
2569           march in line
2570         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2571         (gst_ffmpegcsp_transform):
2572           have the kow come home
2573         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
2574           debug my func ptr
2575         * gst/volume/gstvolume.c: (volume_set_caps):
2576           add a debug
2577
2578 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2579
2580         * Makefile.am:
2581         * check/.cvsignore:
2582         * check/Makefile.am:
2583         * check/elements/.cvsignore:
2584         * check/elements/volume.c: (chain_func), (event_func),
2585         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
2586         (main):
2587         * configure.ac:
2588           add unit test structure for gst-plugins-base
2589           add a test for volume
2590         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
2591         (gst_volume_set_volume), (gst_volume_get_volume),
2592         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
2593         (volume_funcfind), (volume_process_float), (volume_process_int16),
2594         (volume_set_caps), (volume_transform), (volume_update_mute),
2595         (volume_update_volume), (volume_set_property),
2596         (volume_get_property):
2597           document a little; use basetransform vmethod _set_caps
2598
2599 2005-08-19  Andy Wingo  <wingo@pobox.com>
2600
2601         * ext/alsa/gstalsamixertrack.h:
2602         * ext/alsa/gstalsamixertrack.c:
2603         * ext/alsa/gstalsamixeroptions.h:
2604         * ext/alsa/gstalsamixeroptions.c:
2605         * ext/alsa/gstalsamixer.h:
2606         * ext/alsa/gstalsamixer.c: Port to 0.9.
2607
2608         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
2609         Remove gstalsa.c and alsaclock. No more cruft here.
2610         
2611 2005-08-18  Wim Taymans  <wim@fluendo.com>
2612
2613         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2614         (gst_base_rtp_depayload_chain),
2615         (gst_base_rtp_depayload_add_to_queue),
2616         (gst_base_rtp_depayload_push),
2617         (gst_base_rtp_depayload_queue_release):
2618         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2619         Fix for RTPBuffer changes.
2620
2621         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
2622         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
2623         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
2624         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
2625         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
2626         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
2627         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
2628         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
2629         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
2630         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
2631         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
2632         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
2633         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
2634         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
2635         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
2636         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
2637         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
2638         (gst_rtpbuffer_get_payload):
2639         * gst-libs/gst/rtp/gstrtpbuffer.h:
2640         Don't subclass GstBuffer but add methods and helper functions
2641         to construct and manipulate RTP packets in regular GstBuffers.
2642
2643 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
2644
2645         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
2646           moved statement below switch
2647         * gst/volume/gstvolume.c: (gst_volume_class_init):
2648           added debug ptr
2649
2650 2005-08-16  Wim Taymans  <wim@fluendo.com>
2651
2652         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2653         (gst_base_audio_src_change_state):
2654         Open and close device in READY<->NULL state change.
2655
2656 2005-08-16  Andy Wingo  <wingo@pobox.com>
2657
2658         * examples/seeking/Makefile.am: Don't compile non-compiling
2659         compiled objects with the compiler.
2660
2661         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
2662         elements.
2663
2664 2005-08-12  Philippe Khalaf <burger@speedy.org>
2665         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2666         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2667           Made a thread to release the queue.
2668           Removed timestamp conversion for now.
2669
2670 2005-08-10  Philippe Khalaf <burger@speedy.org>
2671         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2672         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2673           Added rtp timestamp -> gst timestamp conversion.
2674           Fixed several problems with queue.
2675
2676 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
2677
2678         * gst-libs/gst/audio/gstaudioclock.h:
2679         * gst-libs/gst/audio/gstaudiofilter.h:
2680         * gst-libs/gst/audio/gstaudiosink.h:
2681         * gst-libs/gst/audio/gstaudiosrc.h:
2682         * gst-libs/gst/audio/gstbaseaudiosink.h:
2683         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2684         * gst-libs/gst/audio/gstringbuffer.h:
2685         * gst-libs/gst/net/gstnetbuffer.h:
2686         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2687         * gst-libs/gst/rtp/gstrtpbuffer.h:
2688           Add padding (you will need to rebuild gst-plugins-base,
2689           gst-plugins and all applications afterwards!)
2690
2691 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
2692
2693         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
2694         (gst_riff_parse_chunk):
2695           Fix bug in debug message and add some more debug messages.
2696
2697 2005-08-08  Edward Hervey  <edward@fluendo.com>
2698
2699         * gst-libs/gst/riff/riff-media.c:
2700         backported updates since branch
2701
2702 2005-08-08  Andy Wingo  <wingo@pobox.com>
2703
2704         * gst-libs/gst/audio/gstbaseaudiosink.c
2705         (gst_base_audio_sink_change_state): Open the device in NULL->READY
2706         like good elements should. Close on READY->NULL too.
2707
2708         * gst-libs/gst/audio/gstaudiosink.c
2709         (gst_audioringbuffer_open_device,
2710         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
2711         (gst_audioringbuffer_release): Updates for new ring buffer API,
2712         hook into the new audio sink api.
2713
2714         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
2715         (GstAudioSinkClass.close): Just open and close the device -- no
2716         resource allocation or configuration.
2717         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
2718         vmethods, handle device setup and resource allocation.
2719
2720         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
2721         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
2722         base class API.
2723
2724         * gst-libs/gst/audio/gstringbuffer.h
2725         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
2726         New vmethods.
2727
2728         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
2729         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
2730         New API functions. The device should be opened before acquiring
2731         and closed after releasing.
2732
2733 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
2734
2735         * gst-libs/gst/interfaces/mixer.h:
2736           Reset padding to GST_PADDING.
2737
2738 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2739
2740         * gst/playback/gstplaybin.c: (remove_sinks):
2741           Remove visualization from parent explicitely; works around some
2742           apparent refcount issue that I haven't tracked down yet.
2743
2744 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2745
2746         * ext/alsa/gstalsasink.c: (set_hwparams):
2747           Assign debug category, add negotiation debug msgs.
2748
2749 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2750
2751         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
2752           Fix error code for file-not-found to NOT_FOUND.
2753
2754 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2755
2756         * common/gtk-doc-plugins.mak:
2757         * docs/plugins/Makefile.am:
2758         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2759         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2760           renamed to actual element names, so much nicer to look at
2761         * docs/plugins/tmpl/gstmultifdsink.sgml:
2762           remove
2763         * docs/plugins/tmpl/multifdsink.sgml:
2764         * docs/plugins/tmpl/tcpserversink.sgml:
2765           add
2766         * ext/alsa/gstalsa.c:
2767         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
2768         * ext/ogg/gstoggmux.c:
2769         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
2770         * gst/playback/gstdecodebin.c:
2771         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
2772         * gst/tcp/gsttcpserversink.c:
2773           various fixes and documentation additions
2774
2775 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2776
2777         * common/Makefile.am:
2778         * common/gstdoc-scangobj:
2779         * common/gtk-doc-plugins.mak:
2780         * common/gtk-doc.mak:
2781           add a custom scangobj that uses the registry
2782           add a custom gtk-doc-plugins.mak that uses it
2783           some doc build fixes
2784         * configure.ac:
2785         * docs/Makefile.am:
2786         * docs/plugins/Makefile.am:
2787         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2788         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2789         * docs/plugins/gst-plugins-base-plugins.types:
2790         * docs/plugins/tmpl/gstmultifdsink.sgml:
2791           add docs for one element, multifdsink
2792         * gst/adder/gstadder.h:
2793         * gst/volume/gstvolume.h:
2794           don't privatize enum
2795         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
2796         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
2797         (gst_sync_method_get_type), (gst_client_status_get_type),
2798         (gst_multifdsink_class_init),
2799         (gst_multifdsink_client_queue_buffer),
2800         (gst_multifdsink_handle_client_write):
2801         * gst/tcp/gstmultifdsink.h:
2802         * gst/tcp/gsttcp.h:
2803         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
2804         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
2805         (gst_tcpclientsink_render):
2806         * gst/tcp/gsttcpclientsink.h:
2807         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
2808         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
2809         (gst_tcpclientsrc_start):
2810         * gst/tcp/gsttcpclientsrc.h:
2811         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
2812         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
2813         * gst/tcp/gsttcpserversrc.h:
2814         * gst/typefind/gsttypefindfunctions.c:
2815           remove superfluous Type stuff
2816
2817 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2818
2819         * gst/playback/gstplaybin.c: (gen_video_element):
2820           Enable videoscale.
2821
2822 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2823
2824         * gst-libs/gst/gconf/gconf.c:
2825         * gst-libs/gst/gconf/gconf.h:
2826           Fix some Andy Problem [tm].
2827
2828 2005-08-04  Andy Wingo  <wingo@pobox.com>
2829
2830         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
2831         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
2832         (gst_ffmpegcsp_get_size): Adapt to API changes.
2833
2834         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
2835         Implement an in-place do-nothing transform.
2836
2837 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2838
2839         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
2840         (gst_ximagesink_renegotiate_size):
2841           Do not set new window sizes yet if we prepare a new buffer size
2842           for upstream renegotiation (software scaling) at some point in the
2843           future, because this new size waqs not actually accepted yet. Once
2844           accepted, renegotiation later on will set the new sizes just fine.
2845           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
2846           embedding testcase.
2847
2848 2005-08-03  Andy Wingo  <wingo@pobox.com>
2849
2850         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
2851         (gst_ximagesink_buffer_alloc): 
2852         Protect the height, width, and desired_caps with the pool_lock.
2853         Fixes videotestsrc ! queue ! ximagesink.
2854
2855 2005-08-02  Edward Hervey  <edward@fluendo.com>
2856
2857         * gst/volume/gstvolume.c:
2858         include left from controller cleanup
2859
2860 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
2861         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
2862           Stop collectpads before calling the parent state
2863           change function on PAUSED->READY.
2864
2865 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
2866         * configure.ac:
2867           When testing for X libs, use the X CFlags 
2868         * gst/adder/gstadder.c: (gst_adder_change_state):
2869           Stop the collectpads before calling parent state change function
2870           on PAUSED->READY, otherwise we deadlock deactivating pads.
2871
2872 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
2873
2874         * configure.ac:
2875         * docs/libs/tmpl/gstcolorbalance.sgml:
2876         * docs/libs/tmpl/gstmixer.sgml:
2877         * examples/Makefile.am:
2878         * gst/sine/Makefile.am:
2879         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
2880         (gst_sinesrc_set_property), (plugin_init):
2881         * gst/sine/gstsinesrc.h:
2882         * gst/volume/Makefile.am:
2883         * gst/volume/gstvolume.c: (gst_volume_set_volume),
2884         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
2885         (volume_process_float), (volume_process_int16),
2886         (volume_set_property), (plugin_init):
2887         * gst/volume/gstvolume.h:
2888           deactivate and remove dparams (libgstcontrol)
2889
2890 2005-07-29  Wim Taymans  <wim@fluendo.com>
2891
2892         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
2893         Convert me to BaseTransform!! help..
2894
2895 2005-07-29  Andy Wingo  <wingo@pobox.com>
2896
2897         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
2898         sinks.
2899
2900         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
2901         support of both endiannesses.
2902
2903 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
2904
2905         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2906           Fix confusing debug message (s/event/query/)
2907
2908 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
2909
2910         * gst/videotestsrc/videotestsrc.h:
2911           Use "_stdint.h" instead of <stdint.h>
2912
2913 2005-07-27  Wim Taymans  <wim@fluendo.com>
2914
2915         * ext/vorbis/Makefile.am:
2916         Revert wrong commit.
2917
2918 2005-07-27  Wim Taymans  <wim@fluendo.com>
2919
2920         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
2921         More compilation fixen.
2922
2923 2005-07-27  Wim Taymans  <wim@fluendo.com>
2924
2925         * gst-libs/gst/audio/gstbaseaudiosink.c:
2926         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
2927         (gst_base_audio_sink_create_ringbuffer),
2928         (gst_base_audio_sink_change_state):
2929         Fix compilation.
2930
2931 2005-07-27  Wim Taymans  <wim@fluendo.com>
2932
2933         * examples/seeking/seek.c: (setup_dynamic_link),
2934         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
2935         (query_positions_elems), (query_positions_pads), (do_seek):
2936         Update seek example.
2937
2938         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
2939         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
2940         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
2941         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
2942         (gst_ogg_demux_handle_event),
2943         (gst_ogg_demux_deactivate_current_chain),
2944         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
2945         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2946         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
2947         (gst_ogg_demux_loop):
2948         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
2949         * ext/theora/theoradec.c: (theora_dec_src_event),
2950         (theora_dec_src_getcaps), (theora_dec_sink_event),
2951         (theora_dec_push), (theora_dec_chain):
2952         * ext/vorbis/Makefile.am:
2953         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
2954         (vorbis_dec_sink_event), (vorbis_dec_push),
2955         (vorbis_handle_data_packet):
2956         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
2957         (gst_vorbisenc_chain):
2958         * gst/playback/gststreaminfo.c: (cb_probe):
2959         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
2960         * gst/videorate/gstvideorate.c: (gst_videorate_event):
2961         * gst/videoscale/gstvideoscale.c:
2962         (gst_videoscale_handle_src_event):
2963         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
2964         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
2965         (gst_ximagesink_navigation_send_event):
2966         * sys/xvimage/xvimagesink.c:
2967         (gst_xvimagesink_navigation_send_event):
2968         Various event updates and cleanups
2969
2970 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2971
2972         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
2973           Fix segfault for I420/YV12.
2974
2975 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2976
2977         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
2978           Report bitrate.
2979
2980 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2981
2982         * gst/playback/gstplaybin.c: (gen_video_element),
2983         (gen_audio_element):
2984           Switch to auto*sink elements as default sinks; add volume element
2985           so that volume control in totem works.
2986
2987 2005-07-21  Wim Taymans  <wim@fluendo.com>
2988
2989         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2990         * gst/playback/gstplaybin.c: (setup_sinks),
2991         (gst_play_bin_change_state):
2992         Refcount fix and more comments.
2993
2994 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2995
2996         * sys/ximage/Makefile.am:
2997         * sys/ximage/ximage.c: (plugin_init):
2998         * sys/ximage/ximagesink.c:
2999         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3000         
3001
3002 2005-07-21  Wim Taymans  <wim@fluendo.com>
3003
3004         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3005         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3006         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3007         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3008         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3009         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3010         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3011         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3012         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3013         Generate correct disconts for live chained oggs.
3014
3015         * gst-libs/gst/audio/gstbaseaudiosink.c:
3016         (gst_base_audio_sink_render),
3017         (gst_base_audio_sink_create_ringbuffer),
3018         (gst_base_audio_sink_change_state):
3019         Handle discont math correctly.
3020
3021         * gst/playback/gstplaybin.c: (add_sink):
3022         Some small debug cleanup.
3023
3024 2005-07-21  Wim Taymans  <wim@fluendo.com>
3025
3026         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3027         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3028         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3029         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3030         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3031         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3032         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3033         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3034         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3035         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3036         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3037         (gst_ogg_demux_change_state), (gst_ogg_print):
3038         Reorganize code to send the right disconts when in streaming
3039         mode.
3040
3041 2005-07-20  Andy Wingo  <wingo@pobox.com>
3042
3043         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3044         fix (?), fixes a seggie mcfalterson (#310894).
3045
3046 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3047
3048         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3049         (gst_ogg_mux_set_header_on_caps):
3050         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3051         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3052         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3053         * gst-libs/gst/audio/multichannel.c:
3054         (gst_audio_set_channel_positions),
3055         (gst_audio_set_structure_channel_positions_list):
3056         * gst/playback/gstdecodebin.c: (dynamic_create):
3057         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3058         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3059           Fixes for API changes in core.
3060
3061 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3062
3063         * gst/playback/gstplaybasebin.c: (fill_buffer):
3064           Use _new_custom() so we can set custom message types for buffering
3065           messages.
3066
3067 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3068
3069         * configure.ac:
3070         * gst-libs/gst/Makefile.am:
3071         * gst-libs/gst/gconf/.cvsignore:
3072         * gst-libs/gst/gconf/Makefile.am:
3073         * gst-libs/gst/gconf/test-gconf.c:
3074         * pkgconfig/Makefile.am:
3075         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3076         * pkgconfig/gstreamer-gconf.pc.in:
3077           Remove gconf stuff, use gconf elements instead from now on.
3078
3079 2005-07-20  Wim Taymans  <wim@fluendo.com>
3080
3081         * gst-libs/gst/audio/TODO:
3082         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3083         (gst_audio_clock_get_internal_time):
3084         * gst-libs/gst/audio/gstaudioclock.h:
3085         * gst-libs/gst/audio/gstbaseaudiosink.c:
3086         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3087         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3088         (gst_base_audio_sink_render),
3089         (gst_base_audio_sink_create_ringbuffer),
3090         (gst_base_audio_sink_change_state):
3091         Make sure the audio clock always returns an increasing value.
3092
3093 2005-07-19  Andy Wingo  <wingo@pobox.com>
3094
3095         * gst/videotestsrc/: Cleanups.
3096
3097 2005-07-19  Wim Taymans  <wim@fluendo.com>
3098
3099         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3100         Better debugging.
3101
3102 2005-07-19  Wim Taymans  <wim@fluendo.com>
3103
3104         * examples/seeking/seek.c: (make_dv_pipeline),
3105         (make_vorbis_theora_pipeline), (query_rates),
3106         (query_positions_elems), (query_positions_pads), (do_seek):
3107         Make correct DV pipeline.
3108
3109 2005-07-18  Andy Wingo  <wingo@pobox.com>
3110
3111         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3112         default. Also because it's the only thing that really works. (This
3113         is used in the GConf elements).
3114         Use AS_LIBTOOL_TAGS.
3115
3116 2005-07-18  Wim Taymans  <wim@fluendo.com>
3117
3118         * gst/playback/gstdecodebin.c: (remove_element_chain):
3119         * gst/playback/gstplaybin.c: (add_sink):
3120         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3121         (gst_stream_info_set_mute):
3122         * gst/playback/gststreamselector.c:
3123         (gst_stream_selector_get_linked_pad),
3124         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3125         More leak and compile fixes.
3126
3127 2005-07-18  Wim Taymans  <wim@fluendo.com>
3128
3129         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3130         (query_rates), (query_positions_elems), (query_positions_pads),
3131         (do_seek), (seek_cb), (stop_seek):
3132         Updated seek example. 
3133
3134         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3135         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3136         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3137         * gst/playback/gstplaybin.c: (add_sink):
3138         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3139         (gst_stream_info_set_mute):
3140         Some refcount leak fixes.
3141
3142 2005-07-16  Wim Taymans  <wim@fluendo.com>
3143
3144         * gst-libs/gst/audio/gstbaseaudiosink.c:
3145         (gst_base_audio_sink_render):
3146         Align samples even if we have roundoff errors in the 
3147         timestamp conversion.
3148
3149 2005-07-16  Wim Taymans  <wim@fluendo.com>
3150
3151         * docs/libs/tmpl/gstringbuffer.sgml:
3152         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3153         (query_rates), (query_positions_elems), (query_positions_pads),
3154         (update_scale), (do_seek):
3155         Updated seek example.
3156
3157         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3158         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3159         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3160         (gst_ogg_demux_loop):
3161         Push out correct discont values.
3162
3163         * ext/theora/theoradec.c: (theora_dec_src_convert),
3164         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3165         (theora_dec_sink_event), (theora_handle_type_packet),
3166         (theora_handle_header_packet), (theora_dec_push),
3167         (theora_handle_data_packet), (theora_dec_chain),
3168         (theora_dec_change_state):
3169         Better timestamping.
3170
3171         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3172         (vorbis_dec_sink_event), (vorbis_dec_push),
3173         (vorbis_handle_data_packet), (vorbis_dec_chain):
3174         * ext/vorbis/vorbisdec.h:
3175         Better timestamping.
3176
3177         * gst-libs/gst/audio/gstbaseaudiosink.c:
3178         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3179         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3180         Handle syncing on timestamps instead of sample offsets. Make
3181         use of DISCONT values as described in design docs.
3182
3183         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3184         (gst_base_audio_src_get_time):
3185         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3186         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3187         (gst_ring_buffer_read):
3188         * gst-libs/gst/audio/gstringbuffer.h:
3189         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3190         (gst_ximagesink_show_frame):
3191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3192         Correcly convert buffer timestamp to stream time.
3193
3194 2005-07-16  Wim Taymans  <wim@fluendo.com>
3195
3196         * gst/audioconvert/gstaudioconvert.c:
3197         (gst_audio_convert_get_buffer):
3198         Timestamp buffers correctly.
3199
3200         * gst/playback/gstplaybin.c: (gen_video_element):
3201         Make internal fakesink silent.
3202
3203 2005-07-15  Wim Taymans  <wim@fluendo.com>
3204
3205         * gst/ffmpegcolorspace/Makefile.am:
3206         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3207         (gst_ffmpegcsp_caps_remove_format_info),
3208         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3209         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3210         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3211         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3212         Ported ffmpegcolorspace to basetransform.
3213
3214         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3215         * gst/volume/gstvolume.c: (volume_transform):
3216         Ported to new API.
3217
3218 2005-07-14  Wim Taymans  <wim@fluendo.com>
3219
3220         * gst/videotestsrc/Makefile.am:
3221         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3222         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3223         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3224         (gst_videotestsrc_init), (gst_videotestsrc_event),
3225         (gst_videotestsrc_create), (gst_videotestsrc_start),
3226         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3227         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3228         (gst_videotestsrc_get_property):
3229         * gst/videotestsrc/gstvideotestsrc.h:
3230         Make videotestsrc a pushsrc.
3231
3232 2005-07-14  Wim Taymans  <wim@fluendo.com>
3233
3234         * gst/tcp/gstfdset.c: (gst_fdset_free):
3235         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3236         (gst_multifdsink_add), (gst_multifdsink_remove),
3237         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3238         (gst_multifdsink_remove_client_link),
3239         (gst_multifdsink_client_queue_data),
3240         (gst_multifdsink_client_queue_caps),
3241         (gst_multifdsink_client_queue_buffer),
3242         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3243         (gst_multifdsink_stop):
3244         * gst/tcp/gstmultifdsink.h:
3245         0.8 backporting.
3246
3247         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3248         Also draw image when not from a pool.
3249
3250 2005-07-14  Wim Taymans  <wim@fluendo.com>
3251
3252         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3253         (mute_stream), (silence_stream):
3254         Small debug additions.
3255
3256 2005-07-14  Wim Taymans  <wim@fluendo.com>
3257
3258         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3259         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3260         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3261         Better error recovery, ignore unconnected pads and
3262         non-fatal errors.
3263
3264 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3265
3266         * docs/libs/tmpl/gstaudio.sgml:
3267         * docs/libs/tmpl/gstcolorbalance.sgml:
3268         * docs/libs/tmpl/gstgconf.sgml:
3269         * docs/libs/tmpl/gstmixer.sgml:
3270         * docs/libs/tmpl/gstringbuffer.sgml:
3271         * docs/libs/tmpl/gsttuner.sgml:
3272         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3273         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3274         (gst_tcpclientsrc_class_init):
3275         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3276         (gst_tcpserversrc_class_init):
3277         * sys/v4l/gstv4lelement.c:
3278           more autistic cleanliness in functions/names/defines
3279
3280 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3281
3282         * configure.ac:
3283           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3284           added manually to each Makefile.am so we are sure it goes
3285           *last* and doesn't add -L flags before linking in libs of our
3286           own, like, say, internal .la libs, that then accidentally pick
3287           up the installed copy.
3288         * docs/libs/Makefile.am:
3289         * ext/alsa/Makefile.am:
3290         * ext/cdparanoia/Makefile.am:
3291         * ext/gnomevfs/Makefile.am:
3292         * ext/libvisual/Makefile.am:
3293         * ext/ogg/Makefile.am:
3294         * ext/theora/Makefile.am:
3295         * ext/vorbis/Makefile.am:
3296         * gst-libs/gst/video/Makefile.am:
3297         * gst/adder/Makefile.am:
3298         * gst/audioconvert/Makefile.am:
3299         * gst/audiorate/Makefile.am:
3300         * gst/audioscale/Makefile.am:
3301         * gst/ffmpegcolorspace/Makefile.am:
3302         * gst/playback/Makefile.am:
3303         * gst/sine/Makefile.am:
3304         * gst/subparse/Makefile.am:
3305         * gst/tags/Makefile.am:
3306         * gst/tcp/Makefile.am:
3307         * gst/typefind/Makefile.am:
3308         * gst/videorate/Makefile.am:
3309         * gst/videoscale/Makefile.am:
3310         * gst/videotestsrc/Makefile.am:
3311         * gst/volume/Makefile.am:
3312         * sys/v4l/Makefile.am:
3313         * sys/ximage/Makefile.am:
3314         * sys/xvimage/Makefile.am:
3315           adapt properly to this change. This should make sure that
3316           plugins and libs properly link to the as-yet-uninstalled
3317           copies of stuff like libgstinterfaces and libgstvideo
3318
3319 2005-07-13  Andy Wingo  <wingo@pobox.com>
3320
3321         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
3322         (gst_v4lsrc_fixate): Fixate on format as well.
3323
3324         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
3325         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
3326         buffer points to it.
3327         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
3328         rather just doing X calls ourselves. Also fixes a memleak.
3329
3330 2005-07-12  Andy Wingo  <wingo@pobox.com>
3331
3332         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
3333         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
3334         (gst_v4lsrc_create): Re-add the copy-mode property, default to
3335         TRUE to avoid deadlocks if an element holds on to our buffers.
3336
3337 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3338
3339         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3340         (gst_sinesrc_init), (gst_sinesrc_create),
3341         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3342         (gst_sinesrc_start):
3343         * gst/sine/gstsinesrc.h:
3344           removing num-buffers property before moving it
3345
3346 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3347
3348         * configure.ac:
3349           use overridable ERROR_CFLAGS
3350         * docs/libs/gst-plugins-base-libs.types:
3351         * docs/libs/tmpl/gstringbuffer.sgml:
3352         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3353         (gst_alsasink_class_init):
3354         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3355         (gst_alsasrc_class_init):
3356         * gst-libs/gst/audio/audio.h:
3357         * gst-libs/gst/audio/gstaudioclock.h:
3358         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3359         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
3360         (gst_audio_filter_link), (gst_audio_filter_init),
3361         (gst_audio_filter_chain), (gst_audio_filter_set_property),
3362         (gst_audio_filter_get_property),
3363         (gst_audio_filter_class_add_pad_templates):
3364         * gst-libs/gst/audio/gstaudiofilter.h:
3365         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3366         (gst_audio_filter_template_get_type),
3367         (gst_audio_filter_template_base_init),
3368         (gst_audio_filter_template_class_init),
3369         (gst_audio_filter_template_init),
3370         (gst_audio_filter_template_set_property),
3371         (gst_audio_filter_template_get_property), (plugin_init),
3372         (gst_audio_filter_template_setup),
3373         (gst_audio_filter_template_filter),
3374         (gst_audio_filter_template_filter_inplace):
3375         * gst-libs/gst/audio/gstaudiosink.c:
3376         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3377         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
3378         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3379         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3380         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
3381         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
3382         * gst-libs/gst/audio/gstaudiosink.h:
3383         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3384         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3385         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3386         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
3387         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
3388         (gst_audio_src_class_init), (gst_audio_src_init),
3389         (gst_audio_src_create_ringbuffer):
3390         * gst-libs/gst/audio/gstaudiosrc.h:
3391         * gst-libs/gst/audio/gstbaseaudiosink.c:
3392         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
3393         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3394         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
3395         (gst_base_audio_sink_set_property),
3396         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
3397         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
3398         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
3399         (gst_base_audio_sink_create_ringbuffer),
3400         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
3401         * gst-libs/gst/audio/gstbaseaudiosink.h:
3402         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3403         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
3404         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
3405         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
3406         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
3407         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
3408         (gst_base_audio_src_event), (gst_base_audio_src_create),
3409         (gst_base_audio_src_create_ringbuffer),
3410         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
3411         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3412         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
3413         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
3414         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
3415         (gst_ring_buffer_debug_spec_caps),
3416         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3417         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
3418         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
3419         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3420         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
3421         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3422         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
3423         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
3424         (gst_ring_buffer_clear):
3425         * gst-libs/gst/audio/gstringbuffer.h:
3426         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
3427         (gst_video_sink_class_init), (gst_video_sink_get_type):
3428         * gst-libs/gst/video/videosink.h:
3429         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3430         (gst_multifdsink_class_init),
3431         (gst_multifdsink_handle_client_write),
3432         (gst_multifdsink_change_state):
3433         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3434         (gst_tcpclientsink_setcaps):
3435         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3436         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
3437         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
3438         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
3439         (gst_ximagesink_send_pending_navigation),
3440         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
3441         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
3442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
3443         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3444         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
3445         (gst_xvimagesink_send_pending_navigation),
3446         (gst_xvimagesink_navigation_send_event),
3447         (gst_xvimagesink_set_xwindow_id),
3448         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
3449         (gst_xvimagesink_get_type):
3450         more macro splitting
3451
3452 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3453
3454         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
3455           plug a memleak, allows me to import 1479 albums in one go
3456           in jamboree
3457         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3458         (vorbis_handle_type_packet), (vorbis_dec_chain),
3459         (vorbis_dec_change_state):
3460           fix some format strings
3461
3462 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3463
3464         * docs/libs/tmpl/gstcolorbalance.sgml:
3465         * docs/libs/tmpl/gstmixer.sgml:
3466         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3467         (gst_alsasink_set_property), (gst_alsasink_get_property):
3468         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
3469         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
3470           add device property
3471
3472 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3473
3474         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3475         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
3476         (audiocast_register_listener), (audiocast_thread_run),
3477         (gst_gnomevfssrc_send_additional_headers_callback),
3478         (gst_gnomevfssrc_received_headers_callback),
3479         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
3480         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
3481         (gst_gnomevfssrc_get_size):
3482           add/clean up debugging
3483         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
3484           cleanups
3485
3486 2005-07-07  Andy Wingo  <wingo@pobox.com>
3487
3488         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
3489         framerate. Need to get a handle on when exactly this function is
3490         called, tho.
3491
3492         * sys/v4l/v4lsrc_calls.h:
3493         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
3494         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
3495         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
3496
3497         * sys/v4l/v4l_calls.h: Cast to V4lElement.
3498         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
3499         v4lelements are sources.
3500
3501         * sys/v4l/gstv4lxoverlay.h:
3502         * sys/v4l/gstv4lxoverlay.c:
3503         * sys/v4l/gstv4ltuner.h:
3504         * sys/v4l/gstv4ltuner.c: Header loc fixen.
3505         
3506         * sys/v4l/gstv4lsrc.h:
3507         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
3508         PushSrc/BaseSrc. Removed most sync-related properties, videorate
3509         or something should handle that. Made a live source.
3510
3511         * sys/v4l/gstv4lelement.h:
3512         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
3513         signals. Some cleanups.
3514
3515         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
3516
3517         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
3518         stuff.
3519
3520         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
3521         stuff.
3522
3523         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
3524
3525 2005-07-07  Wim Taymans  <wim@fluendo.com>
3526
3527         * ext/theora/theoradec.c: (theora_get_query_types),
3528         (theora_dec_src_getcaps), (theora_dec_push):
3529         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
3530         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
3531         Remove deprecated/unused query types.
3532
3533 2005-07-06  Wim Taymans  <wim@fluendo.com>
3534
3535         * ext/alsa/Makefile.am:
3536         * ext/alsa/gstalsaplugin.c: (plugin_init):
3537         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3538         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3539         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
3540         (gst_alsasrc_class_init), (gst_alsasrc_init),
3541         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
3542         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
3543         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
3544         (gst_alsasrc_reset):
3545         * ext/alsa/gstalsasrc.h:
3546         * gst-libs/gst/audio/Makefile.am:
3547         * gst-libs/gst/audio/gstaudiosink.c:
3548         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3549         (gst_audioringbuffer_start):
3550         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3551         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3552         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
3553         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3554         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3555         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3556         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
3557         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
3558         * gst-libs/gst/audio/gstaudiosrc.h:
3559         * gst-libs/gst/audio/gstbaseaudiosink.c:
3560         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
3561         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
3562         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
3563         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3564         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
3565         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
3566         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
3567         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
3568         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
3569         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
3570         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
3571         (gst_baseaudiosrc_change_state):
3572         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3573         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3574         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
3575         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
3576         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
3577         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
3578         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
3579         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
3580         * gst-libs/gst/audio/gstringbuffer.h:
3581         Added audiosource base classes.
3582         Ported alsasrc, still very basic.
3583
3584 2005-07-06  Wim Taymans  <wim@fluendo.com>
3585
3586         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
3587         (theora_dec_push), (theora_handle_data_packet):
3588         Prepare for better timestamp fix later.
3589
3590         * gst/audioconvert/gstaudioconvert.c:
3591         List most accurate caps first
3592
3593         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
3594         Use proper pad task function.
3595
3596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3597         (gst_xvimagesink_show_frame):
3598         Fix deadlock when alloc failed.
3599
3600 2005-07-05  Andy Wingo  <wingo@pobox.com>
3601
3602         * ext/gnomevfs/gstgnomevfssrc.c:
3603         * gst/sine/gstsinesrc.c:
3604         * gst/tcp/gsttcpserversrc.c:
3605         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
3606
3607         * sys/v4l/: Port from 0.8.
3608
3609         * Many files: Null if we got it....
3610
3611 2005-07-05  Andy Wingo  <wingo@pobox.com>
3612
3613         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
3614         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
3615         Signedness fixes.
3616
3617 2005-07-05  Wim Taymans  <wim@fluendo.com>
3618
3619         * configure.ac:
3620         * gst/tcp/Makefile.am:
3621         * gst/tcp/README:
3622         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3623         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
3624         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
3625         (is_sync_frame), (gst_multifdsink_handle_client_write),
3626         (gst_multifdsink_render), (gst_multifdsink_start),
3627         (gst_multifdsink_stop), (gst_multifdsink_change_state):
3628         * gst/tcp/gstmultifdsink.h:
3629         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
3630         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
3631         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
3632         * gst/tcp/gsttcp.h:
3633         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3634         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3635         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
3636         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
3637         * gst/tcp/gsttcpclientsink.h:
3638         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3639         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
3640         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
3641         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
3642         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
3643         * gst/tcp/gsttcpclientsrc.h:
3644         * gst/tcp/gsttcpplugin.c: (plugin_init):
3645         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
3646         * gst/tcp/gsttcpserversink.h:
3647         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3648         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
3649         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
3650         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
3651         (gst_tcpserversrc_stop):
3652         * gst/tcp/gsttcpserversrc.h:
3653         * gst/tcp/gsttcpsink.c:
3654         * gst/tcp/gsttcpsink.h:
3655         * gst/tcp/gsttcpsrc.c:
3656         * gst/tcp/gsttcpsrc.h:
3657         Ported tcp plugins to 0.9. 
3658         
3659
3660 2005-07-05  Andy Wingo  <wingo@pobox.com>
3661
3662         * gst/playback/gstplaybasebin.c (fill_buffer):
3663         message_new_application fixen.
3664
3665         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
3666         Style fix.
3667
3668 2005-07-04  Wim Taymans  <wim@fluendo.com>
3669
3670         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
3671         Set caps on output buffer.
3672
3673 2005-07-04  Andy Wingo  <wingo@pobox.com>
3674
3675         * ext/gnomevfs/gstgnomevfssrc.c
3676         (gst_gnomevfssrc_received_headers_callback) 
3677         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
3678         hopefully.
3679
3680         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
3681         No refcount leakage.
3682
3683         * configure.ac: Enable -Werror.
3684         
3685         * ext/theora/theoradec.c (theora_dec_src_getcaps):
3686         * gst/audioconvert/bufferframesconvert.c
3687         (buffer_frames_convert_fixate):
3688         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
3689         (gst_audio_convert_fixate):
3690         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
3691         (gst_sinesrc_create): Fixate func changes.
3692         
3693         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3694         (gst_ximagesink_buffer_alloc): Unused var.
3695
3696 2005-07-01  Andy Wingo  <wingo@pobox.com>
3697
3698         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
3699         getcaps to do explicit caps. Needs to be done in all decoders,
3700         possibly via a base class.
3701
3702         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
3703
3704         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
3705         caps on the sink pad, just rely on the pad template. Also, setting
3706         ANY caps on a pad is not valid because the caps are not fixed.
3707
3708         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
3709         caps on the buffer, and get the width from the desired_caps if
3710         they're set.
3711         (gst_ximagesink_renegotiate_size): Implement via setting the
3712         desired_caps on the ximagesink.
3713         (gst_ximagesink_setcaps): Only reset the width of the player if it
3714         wasn't already set. Not sure if this is right.
3715         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
3716
3717         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
3718         that the user wants. NULL unless the window has been resized.
3719
3720         * gst/volume/gstvolume.c (volume_transform): Adapt to
3721         basetransform refcount changes.
3722         
3723 2005-07-01  Andy Wingo  <wingo@pobox.com>
3724
3725         * gst/videoscale/gstvideoscale.c:
3726         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
3727         from BaseTransform, implements a transform_caps. Removed dead code
3728         including some PAR stuff that was never reached -- should probably
3729         be added back somehow.
3730
3731 2005-07-01  Andy Wingo  <wingo@pobox.com>
3732
3733         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
3734         come later.
3735
3736 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3737
3738         * configure.ac:
3739         * docs/libs/Makefile.am:
3740         * docs/libs/gst-plugins-libs.types:
3741         * ext/alsa/Makefile.am:
3742         * ext/alsa/gstalsamixer.h:
3743         * ext/alsa/gstalsamixeroptions.h:
3744         * ext/alsa/gstalsamixertrack.h:
3745         * gst-libs/gst/Makefile.am:
3746         * gst-libs/gst/colorbalance/.cvsignore:
3747         * gst-libs/gst/colorbalance/Makefile.am:
3748         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
3749         * gst-libs/gst/colorbalance/colorbalance.c:
3750         * gst-libs/gst/colorbalance/colorbalance.h:
3751         * gst-libs/gst/colorbalance/colorbalance.vcproj:
3752         * gst-libs/gst/colorbalance/colorbalancechannel.c:
3753         * gst-libs/gst/colorbalance/colorbalancechannel.h:
3754         * gst-libs/gst/interfaces/Makefile.am:
3755         * gst-libs/gst/interfaces/colorbalance.c:
3756         (gst_color_balance_class_init):
3757         * gst-libs/gst/interfaces/colorbalance.h:
3758         * gst-libs/gst/interfaces/interfaces-marshal.list:
3759         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
3760         * gst-libs/gst/interfaces/mixer.h:
3761         * gst-libs/gst/interfaces/mixeroptions.h:
3762         * gst-libs/gst/interfaces/navigation.c:
3763         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
3764         * gst-libs/gst/interfaces/tuner.h:
3765         * gst/volume/Makefile.am:
3766         * gst/volume/gstvolume.c:
3767         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
3768         * sys/ximage/Makefile.am:
3769         * sys/ximage/ximagesink.c:
3770         * sys/xvimage/Makefile.am:
3771         * sys/xvimage/xvimagesink.c:
3772           fold in all interfaces into an interfaces dir, preserving CVS
3773           history
3774
3775 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3776
3777         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3778           Fix build after riff changes.
3779
3780 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3781
3782         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3783         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
3784         (gst_riff_create_video_template_caps),
3785         (gst_riff_create_audio_template_caps),
3786         (gst_riff_create_iavs_template_caps):
3787         * gst-libs/gst/riff/riff-media.h:
3788         * gst-libs/gst/riff/riff-read.h:
3789         * gst-libs/gst/riff/riff.c: (gst_riff_init):
3790           Add gst_riff_init() to initialize the debug category, instead
3791           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
3792
3793 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3794
3795         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
3796           Oops, I shouldn't apply hacks.
3797
3798 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3799
3800         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
3801           Remove pad_loop function which doesn't work.
3802
3803 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3804
3805         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
3806           Send EOS when deactivating.
3807         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3808         (check_queue), (queue_threshold_reached), (queue_out_of_data),
3809         (gen_preroll_element), (probe_triggered), (mute_stream),
3810         (silence_stream), (new_decoded_pad), (setup_substreams),
3811         (set_active_source):
3812         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
3813         (remove_sinks), (add_sink):
3814         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
3815           Change for new probe API.
3816
3817 2005-06-29  Wim Taymans  <wim@fluendo.com>
3818
3819         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
3820         * gst-libs/gst/audio/gstbaseaudiosink.c:
3821         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
3822         (gst_baseaudiosink_change_state):
3823         * gst-libs/gst/audio/gstbaseaudiosink.h:
3824         * gst-libs/gst/audio/gstringbuffer.c:
3825         (gst_ringbuffer_set_callback):
3826         Fix compilation error.
3827         Ringbuffer starts out as not running.
3828         Free our clock in dispose.
3829         When releasing the ringbuffer we need to renegotiate so
3830         clear the pad caps.
3831
3832 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3833
3834         * autogen.sh:
3835         * configure.ac:
3836         * docs/Makefile.am:
3837         * docs/libs/Makefile.am:
3838         * docs/libs/gst-plugins-libs-docs.sgml:
3839         * docs/libs/gst-plugins-libs-sections.txt:
3840         * docs/libs/gst-plugins-libs.types:
3841         * docs/libs/tmpl/gstaudio.sgml:
3842         * docs/libs/tmpl/gstcolorbalance.sgml:
3843         * docs/libs/tmpl/gstringbuffer.sgml:
3844         * gst-libs/gst/audio/gstringbuffer.c:
3845         (gst_ringbuffer_set_callback):
3846           reinstate gtk-doc docs for plugin libs
3847
3848 2005-06-28  Wim Taymans  <wim@fluendo.com>
3849
3850         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3851         (gst_ogg_demux_init):
3852         Removed pad loop function.
3853
3854 2005-06-28  Wim Taymans  <wim@fluendo.com>
3855
3856         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
3857         If we're building a chain we are not in an error case
3858         when we queue a buffer.
3859
3860 2005-06-28  Andy Wingo  <wingo@pobox.com>
3861
3862         * *.c: Don't cast to GstObject before reffing/unreffing.
3863
3864 2005-06-27  Andy Wingo  <wingo@pobox.com>
3865
3866         * gst/videotestsrc/gstvideotestsrc.c
3867         (gst_videotestsrc_activate_push): Activation API changes.
3868
3869         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
3870         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
3871         they have refs on the decodebin.
3872
3873         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
3874         parent class.
3875         (gst_ogg_pad_typefind): Don't leak a pad ref.
3876         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
3877         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
3878         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
3879
3880 2005-06-27  Edward Hervey  <edward@fluendo.com>
3881
3882         * ext/theora/theoradec.c: (theora_dec_change_state): 
3883         re-arranged call to parent's state change in order to avoid locks (or
3884         worse).
3885
3886 2005-06-26  Edward Hervey  <edward@fluendo.com>
3887
3888         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3889         2nd argument of 'unknow-type' signal is a GstCaps and not a
3890         GstMiniObject
3891
3892 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
3893         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3894           Set the worker thread's running flag to TRUE before starting the
3895           thread.
3896         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
3897           Catch a failure to add typefind to the bin.
3898
3899 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3900
3901         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3902         (gst_sinesrc_init), (gst_sinesrc_create),
3903         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3904         (gst_sinesrc_start):
3905         * gst/sine/gstsinesrc.h:
3906           add num-buffers and timestamp-offset properties
3907         * gst/videotestsrc/gstvideotestsrc.c:
3908         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
3909         (gst_videotestsrc_get_property):
3910           add timestamp-offset property
3911
3912 2005-06-23  Christian Schaller  <uraeus@gnome.org>
3913
3914         * configure.ac: add videorate
3915         * gst-plugins-base.spec.in: add videorate
3916
3917 2005-06-23  Wim Taymans  <wim@fluendo.com>
3918
3919         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
3920         (gst_videorate_getcaps), (gst_videorate_setcaps),
3921         (gst_videorate_event), (gst_videorate_chain):
3922         Fixed videorate, fixating an already fixated caps is not
3923         an error.
3924
3925 2005-06-23  Wim Taymans  <wim@fluendo.com>
3926
3927         * ext/ogg/README:
3928         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
3929         Buffer on caps is not boxed anymore.
3930
3931 2005-06-22  Wim Taymans  <wim@fluendo.com>
3932
3933         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3934         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3935         Set buffers on caps as miniobjects and not as boxed.
3936
3937 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3938
3939         * configure.ac:
3940           back to HEAD
3941
3942 === release 0.9.1 ===
3943
3944 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3945
3946         * .cvsignore:
3947         * NEWS:
3948         * README:
3949         * RELEASE:
3950         * configure.ac:
3951         * po/af.po:
3952         * po/az.po:
3953         * po/cs.po:
3954         * po/en_GB.po:
3955         * po/hu.po:
3956         * po/it.po:
3957         * po/nb.po:
3958         * po/nl.po:
3959         * po/or.po:
3960         * po/sq.po:
3961         * po/sr.po:
3962         * po/sv.po:
3963         * po/uk.po:
3964         * po/vi.po:
3965           updates for release
3966
3967 2005-06-09  Andy Wingo  <wingo@pobox.com>
3968
3969         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
3970         
3971 2005-06-09  Andy Wingo  <wingo@pobox.com>
3972
3973         * configure.ac:
3974         * gst-libs/gst/Makefile.am:
3975         * gst-libs/gst/net/Makefile.am:
3976         Add gstnet to build.
3977
3978 2005-06-09  Andy Wingo  <wingo@pobox.com>
3979
3980         * gst-libs/gst/gconf/gconf.c:
3981         * gst/playback/test.c:
3982         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
3983         fixes.
3984
3985         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
3986
3987         * ext/theora/theoraenc.c (theora_enc_chain): 
3988         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
3989
3990         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
3991         RealPad.
3992
3993 2005-06-02  Wim Taymans  <wim@fluendo.com>
3994
3995         * gst-libs/gst/net/Makefile.am:
3996         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
3997         * pkgconfig/gstreamer-libs.pc.in:
3998         Added net stuff, version net lib.
3999
4000 2005-06-02  Wim Taymans  <wim@fluendo.com>
4001
4002         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4003         (query_rates), (query_positions_elems), (query_positions_pads),
4004         (do_seek):
4005         Updated seek example.
4006
4007 2005-06-02  Andy Wingo  <wingo@pobox.com>
4008
4009         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4010         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4011         list.
4012
4013         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4014         remove the typefind, the bin dispose will do it for us. When it's
4015         removed and unreffed, the signal handler will be disconnected,
4016         too.
4017         (unlinked): It's too difficult to disconnect from unlinked
4018         handlers, as they are on pads not elements. Just punt if the pads
4019         aren't grandkids of the bin.
4020
4021 2005-06-02  Wim Taymans  <wim@fluendo.com>
4022
4023         * ext/ogg/README:
4024         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4025         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4026         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4027         * ext/theora/theoradec.c: (theora_dec_src_query),
4028         (theora_handle_data_packet):
4029         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4030         (theora_enc_chain):
4031         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4032         (vorbis_handle_data_packet):
4033         * gst/audioconvert/bufferframesconvert.c:
4034         (buffer_frames_convert_chain):
4035         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4036         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4037         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4038         (gst_ffmpegcsp_chain):
4039         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4040         (gst_videorate_getcaps), (gst_videorate_setcaps),
4041         (gst_videorate_event), (gst_videorate_chain):
4042         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4043         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4044         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4045         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4046         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4047         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4048         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4049         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4050         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4051         Cleanups and buffer alloc.
4052
4053 2005-05-31  Wim Taymans  <wim@fluendo.com>
4054
4055         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4056         Don't try to call the delay method when the device is not
4057         opened.
4058
4059 2005-05-31  Wim Taymans  <wim@fluendo.com>
4060
4061         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4062         Get actual segment size and buffer size after opening
4063         the device.
4064
4065 2005-05-30  Wim Taymans  <wim@fluendo.com>
4066
4067         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4068         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4069         Also FLUSH upstream, makes the loop function exit faster.
4070         
4071         * ext/theora/theoradec.c: (theora_dec_src_query):
4072         Some more debug info in the query.
4073         
4074         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4075         (gst_ximagesink_setcaps):
4076         Release lock on par error, better error reporting.
4077
4078 2005-05-26  Wim Taymans  <wim@fluendo.com>
4079
4080         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4081         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4082         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4083         Clear chains in READY
4084         Queue packets until the chain is activated.
4085
4086 2005-05-25  Wim Taymans  <wim@fluendo.com>
4087
4088         * gst-libs/gst/audio/gstaudiosink.c:
4089         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4090         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4091         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4092         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4093         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4094         (gst_audiosink_create_ringbuffer):
4095         * gst-libs/gst/audio/gstbaseaudiosink.c:
4096         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4097         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4098         (gst_baseaudiosink_set_property), (build_linear_format),
4099         (debug_spec_caps), (debug_spec_buffer),
4100         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4101         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4102         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4103         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4104         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4105         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4106         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4107         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4108         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4109         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4110         (wait_segment), (gst_ringbuffer_commit),
4111         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4112         (gst_ringbuffer_clear):
4113         Various small cleanups.
4114
4115         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4116         (gst_audio_convert_change_state):
4117         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4118         No need to take the locks anymore.
4119
4120 2005-05-25  Wim Taymans  <wim@fluendo.com>
4121
4122         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4123         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4124         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4125         (type_found):
4126         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4127         (group_destroy), (group_commit), (queue_overrun),
4128         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4129         (mute_stream), (new_decoded_pad), (setup_substreams),
4130         (setup_source), (mute_group_type), (set_active_source),
4131         (gst_play_base_bin_change_state):
4132         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4133         (gen_video_element), (gen_text_element), (gen_audio_element),
4134         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4135         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4136         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4137         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4138         Some playbin cleanups mostly refcounting sloppyness.
4139
4140 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4141
4142         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4143           Work with streaming input.
4144
4145 2005-05-25  Wim Taymans  <wim@fluendo.com>
4146
4147         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4148         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4149         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4150         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4151         No need to take the STREAM lock anymore.
4152
4153 2005-05-25  Wim Taymans  <wim@fluendo.com>
4154
4155         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4156         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4157         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4158         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4159         (gst_ogg_demux_sink_activate):
4160         * ext/theora/theoradec.c: (theora_dec_src_event),
4161         (theora_handle_comment_packet), (theora_dec_chain),
4162         (theora_dec_change_state):
4163         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4164         (vorbis_handle_data_packet), (vorbis_dec_chain),
4165         (vorbis_dec_change_state):
4166         Remove STREAM locks as they are taken in core now.
4167         Never set bogus granulepos on vorbis/theora.
4168         Fix leaks in theoradec tag parsing.
4169
4170 2005-05-25  Wim Taymans  <wim@fluendo.com>
4171
4172         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4173         Fix memleaks, GST_BUFFER_DATA() is not freed.
4174
4175 2005-05-25  Wim Taymans  <wim@fluendo.com>
4176
4177         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4178         Open non-blocking, set to blocking mode afterwards to avoid
4179         lockups when audio device is busy.
4180
4181 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4182
4183         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4184           This can't be good.
4185
4186 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4187
4188         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4189         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4190         (gst_audio_convert_setcaps):
4191           Implement instant setup switching.
4192
4193 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4194
4195         * gst/playback/gstplaybasebin.c: (probe_triggered):
4196           Fix missing unlock.
4197         * gst/playback/gstplaybin.c: (add_sink):
4198           First add, then link (otherwise pad link fails).
4199
4200 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4201
4202         * examples/Makefile.am:
4203         fix buildbot (make distcheck)
4204
4205 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4206
4207         * gst/playback/gstplaybin.c: (gen_vis_element):
4208           Remove some wrong code. Doesn't work yet.
4209
4210 2005-05-19  Wim Taymans  <wim@fluendo.com>
4211
4212         * gst-libs/gst/net/Makefile.am:
4213         * gst-libs/gst/net/README:
4214         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4215         (gst_netbuffer_class_init), (gst_netbuffer_init),
4216         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4217         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4218         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4219         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4220         * gst-libs/gst/net/gstnetbuffer.h:
4221         Added buffer subclass to store extra to/from addresses for
4222         network sources/sinks.
4223
4224 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4225
4226         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4227           Don't lock an unassigned variable.
4228
4229 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4230
4231         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4232           Increase buffer for video, decrease buffer for other media types.
4233         * gst/playback/gstplaybin.c: (gen_video_element),
4234         (gen_audio_element):
4235           Change names for debugging purposes.
4236
4237 2005-05-18  Wim Taymans  <wim@fluendo.com>
4238
4239         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4240         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4241         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4242         (gst_ffmpegcsp_chain):
4243         Enable buffer alloc passthrough if the source and dest
4244         formats are the same.
4245
4246 2005-05-17  Wim Taymans  <wim@fluendo.com>
4247
4248         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4249         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4250         (gst_ogg_demux_chain_unlocked):
4251         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4252         (gst_audio_convert_caps_remove_format_info),
4253         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4254         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4255         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4256         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4257         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4258         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4259         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4260         (gst_ffmpegcsp_get_property):
4261         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4262         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4263         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4264         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4265         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4266         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4267         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4268         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4269         Leak fixes in oggdemux.
4270         Some cleanups in audioconvert.
4271         Make passthrough work along with buffer_alloc etc.
4272         Make buffer_alloc and buffer recycling actually work in
4273         xvimagesink.
4274
4275 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4276
4277         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4278           make the compiler happy
4279
4280 2005-05-17  Wim Taymans  <wim@fluendo.com>
4281
4282         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4283         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4284         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4285         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4286         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4287         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4288         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4289         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4290         (gst_xvimagesink_set_xwindow_id):
4291         * sys/xvimage/xvimagesink.h:
4292         Port xvimagesink to new MiniObject.
4293
4294 2005-05-17  Wim Taymans  <wim@fluendo.com>
4295
4296         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4297         (gst_audiofilter_chain):
4298         * gst-libs/gst/audio/gstaudiosink.c:
4299         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4300         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4301         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4302         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4303         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4304         (gst_audiosink_create_ringbuffer):
4305         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4306         (gst_audio_convert_caps_remove_format_info),
4307         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4308         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4309         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4310         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4311         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4312         Fix passthrough in ffmpegcolorspace.
4313         Fix memset in audiosink on wrong memory.
4314
4315 2005-05-16  David Schleef  <ds@schleef.org>
4316
4317         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4318         to GstMiniObject.
4319
4320 2005-05-16  David Schleef  <ds@schleef.org>
4321
4322         Port from GstData to GstMiniObject.
4323         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4324         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4325         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
4326         (gst_ogg_mux_collected):
4327         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4328         * ext/theora/theoradec.c: (theora_handle_comment_packet),
4329         (theora_handle_data_packet):
4330         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4331         (theora_set_header_on_caps), (theora_enc_chain):
4332         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4333         (vorbis_handle_comment_packet):
4334         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4335         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4336         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
4337         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
4338         * gst/audioconvert/gstaudioconvert.c:
4339         (gst_audio_convert_get_buffer):
4340         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4341         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4342         (mute_stream), (silence_stream):
4343         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4344         * gst/volume/gstvolume.c: (volume_transform):
4345         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4346         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
4347         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
4348         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
4349         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
4350         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
4351         (gst_ximagesink_buffer_alloc):
4352         * sys/ximage/ximagesink.h:
4353
4354 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4355
4356         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4357         (fill_buffer), (check_queue), (queue_threshold_reached),
4358         (queue_out_of_data):
4359         * gst/playback/gstplaybasebin.h:
4360           Post buffer-fullness on the bus.
4361
4362 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4363
4364         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4365         (try_to_link_1):
4366         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4367         (group_commit), (probe_triggered), (setup_source),
4368         (gst_play_base_bin_change_state):
4369         * gst/playback/gstplaybasebin.h:
4370         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4371         (gst_play_bin_init), (remove_sinks), (setup_sinks),
4372         (gst_play_bin_change_state):
4373           Move setup_output_pads into a virtual function, remove
4374           group-switch (no longer needed) and redirect (handled by bus
4375           now) signals.
4376
4377 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4378
4379         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4380         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
4381         (get_active_group), (get_building_group), (group_destroy),
4382         (group_commit), (check_queue), (queue_overrun),
4383         (queue_threshold_reached), (queue_out_of_data),
4384         (gen_preroll_element), (remove_groups), (unknown_type),
4385         (add_element_stream), (no_more_pads), (probe_triggered),
4386         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
4387         (setup_substreams), (setup_source), (finish_source),
4388         (prepare_output), (muted_group_change_state),
4389         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4390         (gst_play_base_bin_change_state):
4391         * gst/playback/gstplaybasebin.h:
4392         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4393         (gst_play_bin_init), (gst_play_bin_set_property),
4394         (gen_video_element), (gen_text_element), (gen_audio_element),
4395         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
4396         (gst_play_bin_change_state):
4397         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4398         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
4399         (stream_info_change_state), (gst_stream_info_set_mute),
4400         (gst_stream_info_get_property):
4401         * gst/playback/gststreaminfo.h:
4402         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4403         (gst_stream_selector_get_linked_pad),
4404         (gst_stream_selector_getcaps),
4405         (gst_stream_selector_get_linked_pads),
4406         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4407         * gst/playback/gststreamselector.h:
4408           Rough port of playbin. Needs some more work, but is mostly done,
4409           and uses a few locks in important places, which should make stuff
4410           like chain-switches clean. Still uses GST_STATE() in a few places,
4411           which isn't all that good an idea, subtitles/elements disabled
4412           because no elements to test with and thus probably broken, query
4413           and event handling moved to GstBin, internal thread removed
4414           alltogether because the pipeline does that for us now. Can play
4415           Ogg/Vorbis files. Haven't tested anything else yet.
4416
4417 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4418
4419         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
4420           Do no-more-pads (needed for autoplugging).
4421
4422 2005-05-10  Andy Wingo  <wingo@pobox.com>
4423
4424         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
4425         message to the bus with the tags. Still not sent downstream tho.
4426
4427         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
4428         get_parent.
4429         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
4430         avoid refcounting hassles.
4431
4432 2005-05-09  Andy Wingo  <wingo@pobox.com>
4433
4434         * gst/volume/Makefile.am:
4435         * gst/volume/demo.c
4436         * gst/volume/gstvolume.h
4437         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
4438         basetransform. Probably need an audio filter base class.
4439
4440 2005-05-09  Wim Taymans  <wim@fluendo.com>
4441
4442         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
4443         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
4444         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
4445         (gst_vorbisenc_chain):
4446         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4447         (gst_audio_convert_caps_remove_format_info),
4448         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4449         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4450         Make caps writable before writing to it.
4451         Fix negotiation in audioconvert some more.
4452
4453 2005-05-09  Wim Taymans  <wim@fluendo.com>
4454
4455         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4456         (gst_videorate_getcaps), (gst_videorate_setcaps),
4457         (gst_videorate_event), (gst_videorate_chain):
4458         Better negotiation.
4459
4460 2005-05-09  Wim Taymans  <wim@fluendo.com>
4461
4462         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4463         (gst_videorate_getcaps), (gst_videorate_setcaps),
4464         (gst_videorate_blank_data), (gst_videorate_init),
4465         (gst_videorate_event), (gst_videorate_chain),
4466         (gst_videorate_change_state):
4467         Port videorate, do a better job at negotiation while we're at
4468         it.
4469
4470 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
4471
4472         * configure.ac:
4473           Disable libvisual
4474
4475         * examples/Makefile.am:
4476         * gst-libs/gst/audio/Makefile.am:
4477         * gst-libs/gst/riff/Makefile.am:
4478         * gst-libs/gst/tag/Makefile.am:
4479         * gst-libs/gst/video/Makefile.am:
4480           Fixups for missing variables.
4481
4482 2005-05-09  Wim Taymans  <wim@fluendo.com>
4483
4484         * examples/seeking/seek.c: (make_theora_pipeline),
4485         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
4486         (query_rates), (query_positions_elems), (query_positions_pads),
4487         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
4488         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4489         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
4490         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
4491         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
4492         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
4493         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4494         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
4495         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
4496         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4497         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4498         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4499         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4500         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
4501         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
4502         (theora_dec_src_convert), (theora_dec_sink_convert),
4503         (theora_dec_src_query), (theora_dec_sink_query),
4504         (theora_dec_src_event), (theora_dec_sink_event),
4505         (theora_handle_comment_packet), (theora_handle_type_packet),
4506         (theora_handle_header_packet), (theora_handle_data_packet),
4507         (theora_dec_chain):
4508         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4509         (vorbis_dec_convert), (vorbis_dec_src_query),
4510         (vorbis_dec_sink_query), (vorbis_dec_src_event),
4511         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4512         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4513         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
4514         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
4515         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
4516         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
4517         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4518         (gst_play_bin_query):
4519         * gst/playback/test3.c: (update_scale):
4520         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
4521         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
4522         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4523         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
4524         (gst_videotestsrc_src_query):
4525         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
4526         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
4527         (paint_hline_YUV9):
4528         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
4529         Port to new query API.
4530         Updated seek.
4531         Cleanups in x[v]imagesink
4532
4533 2005-05-09  Andy Wingo  <wingo@pobox.com>
4534
4535         * ext/alsa/gstalsasink.h:
4536         * ext/gnomevfs/gstgnomevfssrc.c:
4537         (gst_gnomevfssrc_get_icy_metadata):
4538         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
4539         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
4540         * ext/theora/theoradec.c (theora_dec_src_query)
4541         (theora_dec_src_event, theora_dec_sink_event)
4542         (theora_handle_comment_packet, theora_handle_data_packet):
4543         * ext/theora/theoraenc.c (theora_enc_chain):
4544         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
4545         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
4546         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
4547         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
4548         (qt_type_find):
4549         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
4550         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
4551         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
4552         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
4553         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
4554         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
4555         (paint_setup_xBGR8888, paint_setup_RGBx8888)
4556         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
4557         (paint_setup_RGB565, paint_setup_xRGB1555):
4558         * gst/videotestsrc/videotestsrc.h:
4559         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
4560         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
4561         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
4562         GCC4 fixes.
4563         
4564         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
4565         gst_pad_query_position. Fixes oggdemux.
4566
4567 2005-05-08  David Schleef  <ds@schleef.org>
4568
4569         * configure.ac: Require liboil.
4570         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
4571         a few more.
4572         * gst/videotestsrc/videotestsrc.c:
4573         * gst/videotestsrc/videotestsrc.h:
4574
4575 2005-05-06  Wim Taymans  <wim@fluendo.com>
4576
4577         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4578         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4579         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4580         Well, unreffing a buffer right before pushing it is asking
4581         for trouble..
4582
4583 2005-05-06  Christian Schaller  <uraeus@gnome.org>
4584
4585         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
4586
4587 2005-05-06  Wim Taymans  <wim@fluendo.com>
4588
4589         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4590         (gst_audio_convert_caps_remove_format_info),
4591         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4592         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4593         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4594         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4595         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4596         * gst/sine/Makefile.am:
4597         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
4598         (gst_sinesrc_class_init), (gst_sinesrc_init),
4599         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
4600         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
4601         (gst_sinesrc_update_freq):
4602         * gst/sine/gstsinesrc.h:
4603         * gst/tcp/gstmultifdsink.c:
4604         * sys/xvimage/xvimagesink.c:
4605         Fixed negotiation wrt _peer_get_caps()
4606         Some cleanups.
4607
4608
4609 2005-05-06  Wim Taymans  <wim@fluendo.com>
4610
4611         * gst-libs/gst/audio/gstaudiosink.c:
4612         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4613         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4614         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4615         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4616         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4617         (gst_audiosink_create_ringbuffer):
4618         * gst-libs/gst/audio/gstbaseaudiosink.c:
4619         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4620         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4621         (gst_baseaudiosink_set_property), (build_linear_format),
4622         (debug_spec_caps), (debug_spec_buffer),
4623         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4624         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4625         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4626         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4627         * gst-libs/gst/audio/gstbaseaudiosink.h:
4628         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4629         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4630         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4631         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4632         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4633         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4634         (wait_segment), (gst_ringbuffer_commit),
4635         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4636         (gst_ringbuffer_clear):
4637         * gst-libs/gst/audio/gstringbuffer.h:
4638         Make the base audiosink return an error when there is no
4639         audiobuffer negotiated.
4640
4641 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4642
4643         * ext/Makefile.am:
4644         Disable cdparanoia until someone ports it!
4645
4646 2005-05-06  Wim Taymans  <wim@fluendo.com>
4647
4648         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4649         (gst_ogg_demux_sink_activate):
4650         And revert after wingo's revert.. sigh..
4651
4652 2005-05-05  Andy Wingo  <wingo@pobox.com>
4653
4654         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
4655         GObject.
4656         * configure.ac: Return audiorate and subparse from the ghetto.
4657         Re-enable -Wall -Werror.
4658         * gst/subparse/gstsubparse.c:
4659         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
4660         or chain-based. Cleaned up a bit. Not tested.
4661         
4662 2005-05-05  Christian Schaller <christian@fluendo.com> 
4663
4664         * Makefile.am: remove stuff that is not building
4665         * configure.ac: remove stuff that is not building
4666         * examples/Makefile.am: remove stuff that is not building
4667         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
4668         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
4669         * sys/Makefile.am: remove stuff that is not building
4670         * testsuite/Makefile.am: remove stuff that is not building
4671
4672 2005-05-05  Andy Wingo  <wingo@pobox.com>
4673
4674         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4675         * gst-libs/gst/tag/gstvorbistag.c:
4676         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
4677         * gst/adder/gstadder.h:
4678         * gst/audioconvert/gstchannelmix.c:
4679         (gst_audio_convert_fill_one_other):
4680         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
4681         (gst_audiorate_init), (gst_audiorate_chain):
4682         * gst/playback/gstplaybasebin.c: (setup_source):
4683         * gst/playback/test3.c: (update_scale):
4684         Some GCC4 fixes
4685         
4686         * po/af.po:
4687         * po/az.po:
4688         * po/cs.po:
4689         * po/en_GB.po:
4690         * po/hu.po:
4691         * po/it.po:
4692         * po/nb.po:
4693         * po/nl.po:
4694         * po/or.po:
4695         * po/sq.po:
4696         * po/sr.po:
4697         * po/sv.po:
4698         * po/uk.po:
4699         * po/vi.po: Foo
4700
4701 2005-05-05  Wim Taymans  <wim@fluendo.com>
4702
4703         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4704         (gst_audio_convert_caps_remove_format_info),
4705         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
4706         (gst_audio_convert_change_state), (gst_audio_convert_channels):
4707         * gst/videotestsrc/gstvideotestsrc.c:
4708         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
4709         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
4710         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
4711         (gst_videotestsrc_init), (gst_videotestsrc_loop):
4712         Don't ignore _push() return values.
4713         Make sure no processing is done when shutting down.
4714         Videotestsrc pad activation fix.
4715
4716 2005-05-05  Wim Taymans  <wim@fluendo.com>
4717
4718         * gst/adder/Makefile.am:
4719         * gst/adder/gstadder.c: (gst_adder_setcaps),
4720         (gst_adder_class_init), (gst_adder_init),
4721         (gst_adder_request_new_pad), (gst_adder_collected),
4722         (gst_adder_change_state):
4723         * gst/adder/gstadder.h:
4724         Ported adder as an example of a mixer element using
4725         collect pads. Needs more negotiation work.
4726
4727 2005-05-05  Wim Taymans  <wim@fluendo.com>
4728
4729         * ext/theora/theoradec.c: (_inc_granulepos),
4730         (theora_dec_src_event), (theora_dec_sink_event),
4731         (theora_handle_comment_packet), (theora_handle_type_packet),
4732         (theora_handle_header_packet), (theora_handle_data_packet),
4733         (theora_dec_chain):
4734         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4735         (gst_theora_enc_init), (theora_enc_sink_setcaps),
4736         (theora_push_buffer), (theora_push_packet),
4737         (theora_enc_sink_event), (theora_enc_chain),
4738         (theora_enc_change_state), (theora_enc_set_property),
4739         (theora_enc_get_property):
4740         Added stream lock to decoder so that we can serialize
4741         the discont event.
4742         More theoraenc porting, recover from errors, do clean
4743         shutdown.
4744
4745 2005-05-05  Wim Taymans  <wim@fluendo.com>
4746
4747         * ext/ogg/Makefile.am:
4748         * ext/ogg/README:
4749         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4750         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
4751         (gst_ogg_print):
4752         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4753         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
4754         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
4755         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
4756         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
4757         (gst_ogg_mux_change_state):
4758         Ported ogg muxer.
4759
4760 2005-05-05  Wim Taymans  <wim@fluendo.com>
4761
4762         * docs/design-audiosinks.txt:
4763         * gst-libs/gst/audio/TODO:
4764         * gst-libs/gst/audio/gstaudiosink.c:
4765         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4766         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4767         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4768         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4769         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4770         (gst_audiosink_create_ringbuffer):
4771         * gst-libs/gst/audio/gstbaseaudiosink.c:
4772         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4773         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4774         (gst_baseaudiosink_set_property), (build_linear_format),
4775         (debug_spec_caps), (debug_spec_buffer),
4776         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4777         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4778         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4779         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4780         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4781         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4782         (gst_ringbuffer_release), (gst_ringbuffer_play),
4783         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4784         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
4785         (gst_ringbuffer_set_sample), (wait_segment),
4786         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
4787         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
4788         More work on the audiosink, mostly debugging and a race in
4789         shutdown.
4790
4791 2005-04-28  Wim Taymans  <wim@fluendo.com>
4792
4793         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4794         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
4795         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
4796         (vorbis_dec_src_query), (vorbis_dec_src_event),
4797         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4798         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4799         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
4800         Don't crap out when seeking back to position 0.
4801
4802 2005-04-28  Wim Taymans  <wim@fluendo.com>
4803
4804         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
4805         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
4806         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
4807         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
4808         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
4809         Make audio sink configurable, use alsasink as default.
4810
4811 2005-04-28  Wim Taymans  <wim@fluendo.com>
4812
4813         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4814         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4815         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4816         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
4817         (vorbis_dec_change_state):
4818         * ext/vorbis/vorbisdec.h:
4819         Refactor, use STREAM_LOCK.
4820
4821 2005-04-28  Wim Taymans  <wim@fluendo.com>
4822
4823         * ext/theora/theoradec.c: (_inc_granulepos),
4824         (theora_dec_sink_event), (theora_handle_comment_packet),
4825         (theora_handle_type_packet), (theora_handle_header_packet),
4826         (theora_handle_data_packet), (theora_dec_chain),
4827         (theora_dec_change_state):
4828         Refactor a bit, use STREAM_LOCK.
4829
4830 2005-04-28  Wim Taymans  <wim@fluendo.com>
4831
4832         * ext/alsa/Makefile.am:
4833         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
4834         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
4835         (gst_alsa_link), (gst_alsa_close_audio):
4836         * ext/alsa/gstalsaplugin.c: (plugin_init):
4837         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
4838         (gst_alsasink_dispose), (gst_alsasink_base_init),
4839         (gst_alsasink_class_init), (gst_alsasink_init),
4840         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
4841         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
4842         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
4843         (gst_alsasink_reset):
4844         * ext/alsa/gstalsasink.h:
4845         Implement alsasink with simple open/write/close API. 
4846         Make alsa dir build by disabling compilation of code.
4847
4848 2005-04-28  Wim Taymans  <wim@fluendo.com>
4849
4850         * gst-libs/gst/audio/Makefile.am:
4851         * gst-libs/gst/audio/audio.h:
4852         * gst-libs/gst/audio/audioclock.c:
4853         * gst-libs/gst/audio/audioclock.h:
4854         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
4855         (gst_audio_clock_class_init), (gst_audio_clock_init),
4856         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
4857         * gst-libs/gst/audio/gstaudioclock.h:
4858         * gst-libs/gst/audio/gstaudiosink.c:
4859         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4860         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4861         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4862         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4863         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4864         (gst_audiosink_create_ringbuffer):
4865         * gst-libs/gst/audio/gstbaseaudiosink.c:
4866         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4867         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4868         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
4869         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
4870         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4871         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4872         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4873         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4874         * gst-libs/gst/audio/gstbaseaudiosink.h:
4875         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4876         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
4877         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4878         (gst_ringbuffer_release), (gst_ringbuffer_play),
4879         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4880         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
4881         (gst_ringbuffer_set_sample), (wait_segment),
4882         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
4883         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
4884         * gst-libs/gst/audio/gstringbuffer.h:
4885         Make ringbuffer faster and more simple by removing the locks
4886         in the playback thread.
4887         Add sample accurate playback based on buffer sample offsets.
4888         Make the baseaudiosink provide a clock.
4889         Parse caps in the base class.
4890         Correctly handle seeking, flushing and state changes.
4891
4892 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4893
4894         * configure.ac:
4895         * gst/audioconvert/Makefile.am:
4896         * gst/audioscale/Makefile.am:
4897           Fix part of the build.  Come on guys, autogen didn't even work :)
4898
4899 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4900
4901         * configure.ac:
4902         * gst-libs/gst/Makefile.am:
4903         * gst-libs/gst/media-info/.cvsignore:
4904         * gst-libs/gst/media-info/Makefile.am:
4905         * gst-libs/gst/media-info/README:
4906         * gst-libs/gst/media-info/media-info-priv.c:
4907         * gst-libs/gst/media-info/media-info-priv.h:
4908         * gst-libs/gst/media-info/media-info-test.c:
4909         * gst-libs/gst/media-info/media-info.c:
4910         * gst-libs/gst/media-info/media-info.h:
4911         * gst-libs/gst/media-info/media-info.vcproj:
4912         * pkgconfig/Makefile.am:
4913         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
4914         * pkgconfig/gstreamer-media-info.pc.in:
4915           Remove media-info, which is also successed by playbin (see Totem
4916           implementation).
4917
4918 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4919
4920         * configure.ac:
4921         * examples/Makefile.am:
4922         * examples/gstplay/.cvsignore:
4923         * examples/gstplay/Makefile.am:
4924         * examples/gstplay/player.c:
4925         * gst-libs/gst/Makefile.am:
4926         * gst-libs/gst/play/.cvsignore:
4927         * gst-libs/gst/play/Makefile.am:
4928         * gst-libs/gst/play/play.c:
4929         * gst-libs/gst/play/play.h:
4930         * gst-libs/gst/play/play.vcproj:
4931         * pkgconfig/Makefile.am:
4932         * pkgconfig/gstreamer-play-uninstalled.pc.in:
4933         * pkgconfig/gstreamer-play.pc.in:
4934           Remove libgstplay, playbin is now the official successor.
4935
4936 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4937
4938         * configure.ac:
4939         * gst-libs/gst/Makefile.am:
4940         * gst-libs/gst/xwindowlistener/Makefile.am:
4941         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
4942         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
4943           Remove deprecated xwindowlistener (I've moved xwindowlistening
4944           in the v4l/v4l2 plugins over to serverside).
4945
4946 2005-04-25  David Schleef  <ds@schleef.org>
4947
4948         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
4949         to examples/dynparams.  Examples do not belong interspersed with
4950         source code.
4951         * examples/dynparams/demo-dparams.c:
4952         * gst/sine/Makefile.am:
4953         * gst/sine/demo-dparams.c:
4954
4955 2005-04-25  David Schleef  <ds@schleef.org>
4956
4957         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
4958         * gst-libs/gst/audio/Makefile.am:
4959         * gst-libs/gst/riff/Makefile.am:
4960         * gst-libs/gst/tag/Makefile.am:
4961         * gst-libs/gst/video/Makefile.am:
4962         * gst-libs/gst/xwindowlistener/Makefile.am:
4963
4964         Convert to 0.9 API, seems to work:
4965         * sys/ximage/Makefile.am:
4966         * sys/ximage/ximagesink.c:
4967
4968 2005-04-24  David Schleef  <ds@schleef.org>
4969
4970         Link plugins against libraries:
4971         * ext/alsa/Makefile.am:
4972         * gst/tcp/Makefile.am:
4973
4974         Remove asm code that should be in liboil
4975         * gst/videoscale/Makefile.am:
4976         * gst/videoscale/videoscale_x86_asm.s:
4977
4978         gettext wants these checked in:
4979         * po/af.po:
4980         * po/az.po:
4981         * po/cs.po:
4982         * po/en_GB.po:
4983         * po/hu.po:
4984         * po/it.po:
4985         * po/nb.po:
4986         * po/nl.po:
4987         * po/or.po:
4988         * po/sq.po:
4989         * po/sr.po:
4990         * po/sv.po:
4991         * po/uk.po:
4992         * po/vi.po:
4993
4994 2005-04-24  David Schleef  <ds@schleef.org>
4995
4996         Convert gst_main() to g_main_loop_run()
4997         * gst/playback/decodetest.c: (main):
4998         * gst/playback/test2.c: (main):
4999         * gst/playback/test3.c: (main):
5000         * gst/playback/test4.c: (main):
5001
5002         Link plugins against libraries:
5003         * ext/libvisual/Makefile.am:
5004         * sys/xvimage/Makefile.am:
5005
5006 2005-04-24  David Schleef  <ds@schleef.org>
5007
5008         * configure.ac: Remove idct and resample libs
5009         * gst-libs/gst/Makefile.am: same
5010
5011         Remove usage of gst_library_load():
5012         * ext/alsa/gstalsaplugin.c: (plugin_init):
5013         * ext/libvisual/visual.c: (plugin_init):
5014         * ext/ogg/gstogg.c: (plugin_init):
5015         * ext/theora/theora.c: (plugin_init):
5016         * ext/vorbis/vorbis.c: (plugin_init):
5017         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5018         * gst/audioscale/gstaudioscale.c:
5019         * gst/adder/gstadder.c: (plugin_init):
5020         * gst/audioconvert/plugin.c: (plugin_init):
5021         * sys/ximage/ximagesink.c: (plugin_init):
5022         * sys/xvimage/xvimagesink.c: (plugin_init):
5023         * gst/tcp/gsttcpplugin.c: (plugin_init):
5024
5025         Link plugins against libraries:
5026         * ext/ogg/Makefile.am:
5027         * ext/theora/Makefile.am:
5028         * ext/vorbis/Makefile.am:
5029         * gst/audioconvert/Makefile.am:
5030
5031         Create proper libraries:
5032         * gst-libs/gst/riff/Makefile.am:
5033         * gst-libs/gst/audio/Makefile.am:
5034         * gst-libs/gst/video/Makefile.am:
5035
5036         Move resample library to audioscale plugin directory:
5037         * gst-libs/gst/resample/Makefile.am:
5038         * gst-libs/gst/resample/README:
5039         * gst-libs/gst/resample/dtof.c:
5040         * gst-libs/gst/resample/dtos.c:
5041         * gst-libs/gst/resample/functable.c:
5042         * gst-libs/gst/resample/private.h:
5043         * gst-libs/gst/resample/resample.c:
5044         * gst-libs/gst/resample/resample.h:
5045         * gst-libs/gst/resample/resample.vcproj:
5046         * gst-libs/gst/resample/test.c:
5047         * gst/audioscale/Makefile.am:
5048         * gst/audioscale/README:
5049         * gst/audioscale/dtof.c:
5050         * gst/audioscale/dtos.c:
5051         * gst/audioscale/functable.c:
5052         * gst/audioscale/private.h:
5053         * gst/audioscale/resample.c:
5054         * gst/audioscale/resample.h:
5055         * gst/audioscale/test.c:
5056
5057         Move tagedit library to gst-libs:
5058         * gst-libs/gst/tag/Makefile.am:
5059         * gst-libs/gst/tag/gstid3tag.c:
5060         * gst-libs/gst/tag/gsttagediting.c:
5061         * gst-libs/gst/tag/gsttageditingprivate.h:
5062         * gst-libs/gst/tag/gstvorbistag.c:
5063         * gst/tags/Makefile.am:
5064         * gst/tags/gstid3tag.c:
5065         * gst/tags/gstvorbistag.c:
5066
5067         Fix for core changes:
5068         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5069         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5070         (gst_sinesrc_getrange):
5071
5072 2005-04-23  David Schleef  <ds@schleef.org>
5073
5074         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5075         in gst-plugins in a long time, and properly belongs in liboil.
5076         * gst-libs/gst/idct/Makefile.am:
5077         * gst-libs/gst/idct/README:
5078         * gst-libs/gst/idct/dct.h:
5079         * gst-libs/gst/idct/doieee:
5080         * gst-libs/gst/idct/fastintidct.c:
5081         * gst-libs/gst/idct/floatidct.c:
5082         * gst-libs/gst/idct/idct.c:
5083         * gst-libs/gst/idct/idct.h:
5084         * gst-libs/gst/idct/idtc.vcproj:
5085         * gst-libs/gst/idct/ieeetest.c:
5086         * gst-libs/gst/idct/intidct.c:
5087
5088 2005-04-20  Wim Taymans  <wim@fluendo.com>
5089
5090         * docs/design-audiosinks.txt:
5091         * gst-libs/gst/audio/Makefile.am:
5092         * gst-libs/gst/audio/TODO:
5093         * gst-libs/gst/audio/gstaudiosink.c:
5094         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5095         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5096         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5097         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5098         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5099         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5100         (gst_audiosink_class_init), (gst_audiosink_init),
5101         (gst_audiosink_create_ringbuffer):
5102         * gst-libs/gst/audio/gstaudiosink.h:
5103         * gst-libs/gst/audio/gstbaseaudiosink.c:
5104         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5105         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5106         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5107         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5108         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5109         (gst_baseaudiosink_create_ringbuffer),
5110         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5111         * gst-libs/gst/audio/gstbaseaudiosink.h:
5112         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5113         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5114         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5115         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5116         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5117         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5118         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5119         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5120         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5121         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5122         * gst-libs/gst/audio/gstringbuffer.h:
5123         An attempt at a set of audio base classes together with some
5124         design docs.
5125
5126 2005-04-20  Wim Taymans  <wim@fluendo.com>
5127
5128         * gst/audioconvert/Makefile.am:
5129         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5130         (gst_audio_convert_caps_remove_format_info),
5131         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5132         (gst_audio_convert_channels):
5133         Link against audio libs.
5134         Fix audio convert plugin.
5135
5136 2005-04-20  Wim Taymans  <wim@fluendo.com>
5137
5138         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5139         (gst_ogg_demux_sink_activate):
5140         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5141         (theora_set_header_on_caps), (theora_enc_sink_event),
5142         (theora_enc_chain):
5143         Fix theora encoder.
5144
5145 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5146
5147         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5148         * gst/playback/gstdecodebin.c: (find_compatibles):
5149           Work with staticpadtemplates in elementfactories.
5150
5151 2005-04-12  Wim Taymans  <wim@fluendo.com>
5152
5153         * gst/playback/README:
5154         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5155         (compare_ranks), (print_feature), (gst_decode_bin_init),
5156         (dynamic_create), (dynamic_free), (find_compatibles),
5157         (mimetype_is_raw), (close_pad_link), (got_redirect),
5158         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5159         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5160         (gst_decode_bin_change_state):
5161         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5162         (gst_play_base_bin_init), (group_destroy), (group_commit),
5163         (check_queue), (queue_overrun), (queue_threshold_reached),
5164         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5165         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5166         (got_redirect), (setup_source), (play_base_eos),
5167         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5168         (gst_play_base_bin_remove_element):
5169         * gst/playback/gstplaybasebin.h:
5170         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5171         (gst_play_bin_init), (gst_play_bin_dispose),
5172         (gst_play_bin_set_property), (gen_video_element),
5173         (gen_text_element), (gen_audio_element), (remove_sinks),
5174         (gst_play_bin_send_event):
5175         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5176         (stream_info_change_state), (gst_stream_info_set_mute):
5177         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5178         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5179         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5180         (gst_stream_selector_chain):
5181         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5182         (main):
5183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5184         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5185         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5186         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5187         Raw and crude port of decodebin. 
5188         Make playbin compile.
5189
5190 2005-04-06  Wim Taymans  <wim@fluendo.com>
5191
5192         * ext/gnomevfs/Makefile.am:
5193         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5194         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5195         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5196         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5197         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5198         (gst_gnomevfssrc_stop):
5199         * ext/ogg/Makefile.am:
5200         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5201         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5202         * ext/theora/Makefile.am:
5203         * ext/theora/theoradec.c: (_inc_granulepos),
5204         (theora_dec_sink_event), (theora_dec_chain):
5205         * ext/vorbis/Makefile.am:
5206         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5207         (vorbis_dec_sink_event), (vorbis_dec_chain):
5208         * gst-libs/gst/audio/Makefile.am:
5209         * sys/xvimage/Makefile.am:
5210         Make gnomevfssrc extend the source base class.
5211         Fix linking against libs in various plugins.
5212
5213 2005-04-06  Andy Wingo  <wingo@pobox.com>
5214
5215         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5216         GST_BASE_LIBS.
5217
5218         * configure.ac: Add check and AC_SUBST for libgstbase.
5219
5220 2005-03-31  Wim Taymans  <wim@fluendo.com>
5221
5222         * examples/seeking/Makefile.am:
5223         * examples/seeking/cdparanoia.c: (main):
5224         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5225         (play_cb), (pause_cb), (stop_cb), (main):
5226         * examples/seeking/playbin.c:
5227         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5228         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5229         (make_sid_pipeline), (make_vorbis_pipeline),
5230         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5231         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5232         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5233         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5234         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5235         (stop_cb), (main):
5236         * examples/seeking/spider_seek.c:
5237         * examples/seeking/vorbisfile.c:
5238         * ext/gnomevfs/Makefile.am:
5239         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5240         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5241         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5242         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5243         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5244         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5245         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5246         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5247         * ext/ogg/README:
5248         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5249         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5250         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5251         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5252         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5253         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5254         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5255         (gst_ogg_demux_factory_filter), (compare_ranks),
5256         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5257         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5258         (gst_ogg_chain_new), (gst_ogg_chain_free),
5259         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5260         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5261         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5262         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5263         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5264         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5265         (gst_ogg_demux_get_prev_page),
5266         (gst_ogg_demux_deactivate_current_chain),
5267         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5268         (gst_ogg_demux_bisect_forward_serialno),
5269         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5270         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5271         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5272         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5273         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5274         (gst_ogg_demux_change_state), (gst_ogg_print):
5275         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5276         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5277         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5278         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5279         (gst_ogg_mux_loop):
5280         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5281         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5282         (theora_dec_src_convert), (theora_dec_sink_convert),
5283         (theora_dec_src_query), (theora_dec_src_event),
5284         (theora_dec_sink_event), (theora_dec_chain),
5285         (theora_dec_change_state):
5286         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5287         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5288         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5289         (theora_enc_change_state):
5290         * ext/vorbis/Makefile.am:
5291         * ext/vorbis/oggvorbisenc.c:
5292         * ext/vorbis/oggvorbisenc.h:
5293         * ext/vorbis/vorbis.c: (plugin_init):
5294         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5295         (vorbis_dec_src_query), (vorbis_dec_src_event),
5296         (vorbis_dec_sink_event), (vorbis_dec_chain),
5297         (vorbis_dec_change_state):
5298         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5299         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5300         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5301         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5302         (gst_vorbisenc_change_state):
5303         * ext/vorbis/vorbisenc.h:
5304         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5305         * gst-libs/gst/audio/audioclock.c:
5306         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5307         (gst_audiofilter_init), (gst_audiofilter_chain):
5308         * gst-libs/gst/audio/testchannels.c: (main):
5309         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5310         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5311         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5312         (gmip_find_track_streaminfo), (gmip_find_track_format):
5313         * gst-libs/gst/media-info/media-info.c:
5314         (gst_media_info_read_idler):
5315         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5316         (gst_play_get_all_by_interface):
5317         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5318         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5319         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5320         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5321         (gst_riff_parse_info):
5322         * gst-libs/gst/riff/riff-read.h:
5323         * gst-libs/gst/riff/riff.c: (plugin_init):
5324         * gst-libs/gst/video/Makefile.am:
5325         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
5326         (gst_videosink_class_init), (gst_videosink_get_type):
5327         * gst-libs/gst/video/videosink.h:
5328         * gst/audioconvert/bufferframesconvert.c:
5329         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
5330         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
5331         * gst/audioconvert/channelmixtest.c: (main):
5332         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5333         (gst_audio_convert_chain),
5334         (gst_audio_convert_caps_remove_format_info),
5335         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
5336         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
5337         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
5338         (gst_audio_convert_buffer_to_default_format),
5339         (gst_audio_convert_buffer_from_default_format),
5340         (gst_audio_convert_channels):
5341         * gst/audioconvert/gstchannelmix.h:
5342         * gst/ffmpegcolorspace/avcodec.h:
5343         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5344         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5345         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
5346         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
5347         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
5348         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5349         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5350         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5351         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5352         (dv_type_find):
5353         * gst/videotestsrc/gstvideotestsrc.c:
5354         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
5355         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
5356         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
5357         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
5358         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
5359         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
5360         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
5361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5362         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
5363         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
5364         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
5365         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5366         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5367         (gst_xvimagesink_navigation_send_event),
5368         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
5369         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
5370         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5371         * sys/xvimage/xvimagesink.h:
5372         Plugin port to 0.9, ogg/theora playback should work in the seek
5373         example now.
5374         Removed old examples.
5375         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
5376         explained in 0.9 TODO doc.
5377
5378
5379 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5380
5381         * autogen.sh:
5382         * configure.ac:
5383         * ext/Makefile.am:
5384         * gst/Makefile.am:
5385         * po/POTFILES.in:
5386         * po/af.po:
5387         * po/az.po:
5388         * po/cs.po:
5389         * po/en_GB.po:
5390         * po/hu.po:
5391         * po/it.po:
5392         * po/nb.po:
5393         * po/nl.po:
5394         * po/or.po:
5395         * po/sq.po:
5396         * po/sr.po:
5397         * po/sv.po:
5398         * po/uk.po:
5399         * po/vi.po:
5400         * sys/Makefile.am:
5401         * testsuite/Makefile.am:
5402           remove a whole bunch of plugins.  This module now contains a set
5403           of free reference plugins/elements as agreed.
5404
5405 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5406
5407         * configure.ac:
5408           hunting season on 0.9 is now OPEN
5409
5410 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5411
5412         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5413           Kick the hell out of gcc for not warning me about a symbol conflict.
5414
5415 2005-02-22  Luca Ognibene  <luogni@tin.it>
5416
5417         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5418
5419         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
5420           Don't leak caps string (fixes #168134)
5421
5422         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
5423         (gst_jpegenc_init), (gst_jpegenc_finalize),
5424         (gst_jpegenc_change_state):
5425           Don't leak line buffers and context struct (fixes #168133).
5426
5427 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
5428
5429         * configure.ac:
5430         * ext/dirac/gstdiracdec.cc:
5431         (gst_diracdec_chain):
5432           Since dirac 0.5.0 the framerate in dirac is expressed as a
5433           rational number. Fix build and up requirement to 0.5.0, and
5434           also pass parameters to gst_diracdec_link in the right order
5435           (fixes #167959).
5436
5437 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
5438
5439         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
5440         * ext/faad/gstfaad.h:
5441         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
5442         certain invalid muxed streams, where some packets will contain 
5443         junk after decoder data. Partially fixes #149158.
5444
5445 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
5446         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
5447           Make sure we only write to writable buffers
5448
5449 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
5450
5451         * gst-libs/gst/riff/riff-media.c:
5452         (gst_riff_create_audio_caps_with_data):
5453           Do actually fix invalid RIFF fmt header values for alaw
5454           and mulaw audio instead of just saying so.
5455
5456         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
5457           Give gst_riff_create_audio_caps_with_data() a chance to
5458           fix up broken format header fields before extracting any
5459           parameters from the header. (fixes #167633)
5460
5461 2005-02-19  Martin Holters  <martin.holters@gmx.de>
5462
5463         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5464
5465         * gst/audioconvert/bufferframesconvert.c:
5466         (buffer_frames_convert_link):
5467           Don't leak othercaps. (fixes #167878)
5468
5469 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
5470
5471         * configure.ac:
5472         * ext/libvisual/visual.c: (gst_visual_srclink),
5473         (gst_visual_change_state):
5474           Support libvisual 0.2.0.
5475
5476 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
5477
5478         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
5479         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
5480           Use same rowstrides for I420 as used everywhere else.
5481
5482 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
5483
5484         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
5485           Declare variables at beginning of block and make gcc-2.95 happy
5486           (fixes # 167482, patch by Gergely Nagy).
5487           
5488         * gst/tcp/gsttcpclientsrc.c:
5489         * gst/tcp/gsttcpclientsrc.h:
5490           Move some includes into the header, so that struct sockaddr_in is
5491           defined when it should be defined on FreeBSD as well (fixes
5492           #167483).
5493           
5494         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
5495           Don't pass uninitialised values to setsockopt() here either.
5496
5497 2005-02-17  Luca Ognibene  <luogni at tin dot it>
5498
5499         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5500
5501         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
5502           Don't pass uninitialised values to setsockopt(). (fixes #167704)
5503
5504 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5505
5506         * gst/playback/gstplaybin.c: (add_sink):
5507           Invert bin_add/link order to workaround deadlock in opt.
5508
5509 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5510
5511         * gst/modplug/gstmodplug.cc:
5512           Add missing break causing position queries to fail.
5513
5514 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5515
5516         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
5517           Granpos can apparently be -1, which screws up calculations...
5518
5519 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
5520
5521         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
5522         (gst_ximagesink_send_pending_navigation),
5523         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
5524         (gst_ximagesink_init):
5525         * sys/ximage/ximagesink.h:
5526         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
5527         (gst_xvimagesink_send_pending_navigation),
5528         (gst_xvimagesink_navigation_send_event),
5529         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
5530         * sys/xvimage/xvimagesink.h:
5531           Use a mutex protected list to marshal navigation
5532           events into the stream thread from whichever thread
5533           sends them.
5534
5535 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
5536
5537         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
5538           Display current position and track length; misc. clean-ups.
5539           
5540         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
5541         (speed_init), (speed_chain):
5542           Add query function, so that the stream length and current position
5543           get adjusted when queried (note that current position queries may
5544           still be wrong if the audio sink returns values based on buffer
5545           timestamps instead of passing on the query).
5546
5547 2005-02-13  Benjamin Otte  <otte@gnome.org>
5548
5549         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
5550         (gst_audio_convert_channels):
5551           create channel conversion matrix when linking
5552         * gst/audioconvert/.cvsignore:
5553         * gst/audioconvert/Makefile.am:
5554         * gst/audioconvert/channelmixtest.c: (main):
5555           add (ugly) test that ensures stereo <=> mono conversion works
5556           correctly
5557
5558 2005-02-13  Benjamin Otte  <otte@gnome.org>
5559
5560         * gst/audioconvert/gstchannelmix.h:
5561           include missing header file
5562         * gst/audioconvert/gstchannelmix.c:
5563         (gst_audio_convert_fill_compatible):
5564           use same sign for both channels when converting to/from compatible
5565           channel. Previously used different signs made the signals cancel
5566           each other out and appear like silence. (fixes #167269)
5567
5568 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
5569
5570         * gst/ffmpegcolorspace/avcodec.h:
5571         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5572         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5573         (gst_ffmpegcsp_avpicture_fill):
5574         * gst/ffmpegcolorspace/imgconvert.c:
5575           Convert to and from YV12 (fixes #156379).
5576
5577 2005-02-12  Julien MOUTTE  <julien@moutte.net>
5578
5579         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
5580         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
5581         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
5582         (gst_ximagesink_expose), (gst_ximagesink_set_property),
5583         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
5584         methods from chain and negotiation and vice versa (Fixes #166142).
5585         * sys/ximage/ximagesink.h: Add stream_lock.
5586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
5587         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5588         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5589         (gst_xvimagesink_expose): Check for xcontext before trying to link.
5590
5591 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
5592
5593         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
5594           Don't send "Hey! You gave me a NULL pointer you naughty person" as
5595           error message when we can't open the DVD device (when dvdnav_open()
5596           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
5597           the above). Send something more useful instead (fixes #167117).
5598
5599 2005-02-11  Julien MOUTTE  <julien@moutte.net>
5600
5601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5602         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
5603         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5604         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5605         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5606         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
5607         methods from chain and negotiation and vice versa (Fixes #166142).
5608         Fix a possible bug of images in the buffer pool being discarded because
5609         we are looking at the wrong geometry.
5610         * sys/xvimage/xvimagesink.h: Add stream_lock.
5611
5612 2005-02-11  David Schleef  <ds@schleef.org>
5613
5614         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
5615         unsigned int. (fixes #167128)
5616
5617 2005-02-11  David Schleef  <ds@schleef.org>
5618
5619         * gst/librfb/Makefile.am: Testing stuff before committing is
5620           for wimps... and people with fast machines.  Fix stupid
5621           mistake.
5622
5623 2005-02-11  David Schleef  <ds@schleef.org>
5624
5625         * configure.ac: Pull in librfb from my CVS tree, because it is
5626           too small and annoying to be separate.  Move rfbsrc plugin
5627           to gst/.
5628         * ext/Makefile.am:
5629         * ext/librfb/Makefile.am:
5630         * ext/librfb/gstrfbsrc.c:
5631         * gst/librfb/Makefile.am:
5632         * gst/librfb/gstrfbsrc.c:
5633         * gst/librfb/rfb.c:
5634         * gst/librfb/rfb.h:
5635         * gst/librfb/rfbbuffer.c:
5636         * gst/librfb/rfbbuffer.h:
5637         * gst/librfb/rfbbytestream.c:
5638         * gst/librfb/rfbbytestream.h:
5639         * gst/librfb/rfbcontext.h:
5640         * gst/librfb/rfbdecoder.c:
5641         * gst/librfb/rfbdecoder.h:
5642         * gst/librfb/rfbutil.h:
5643
5644 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
5645
5646         * gst/speed/Makefile.am:
5647         * gst/speed/demo-mp3.c: (main):
5648         * gst/speed/filter.func:
5649         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
5650         (speed_class_init), (speed_init), (speed_chain_int16),
5651         (speed_chain_float32), (speed_chain), (speed_set_property),
5652         (speed_get_property), (speed_change_state):
5653         * gst/speed/gstspeed.h:
5654           Fix speed element and make it chain-based (fixes #156467),
5655           and make it handle more than one channel.
5656
5657 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
5658
5659         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
5660         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
5661         (gst_dtsdec_chain), (gst_dtsdec_change_state):
5662         * ext/dts/gstdtsdec.h:
5663           Don't clobber the stack constructing the channels array.
5664           Make the element chain-based. DTS tracks can now be played.
5665           
5666 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
5667
5668         * gst-libs/gst/audio/multichannel.h:
5669         * gst-libs/gst/gconf/gconf.h:
5670         * gst-libs/gst/idct/idct.h:
5671         * gst-libs/gst/media-info/media-info-priv.h:
5672         * gst-libs/gst/play/play.h:
5673         * gst-libs/gst/resample/private.h:
5674         * gst-libs/gst/resample/resample.h:
5675         * gst-libs/gst/riff/riff-ids.h:
5676         * gst-libs/gst/video/video.h:
5677         * gst-libs/gst/video/videosink.h:
5678           Add G_BEGIN_DECLS and G_END_DECLS around headers where
5679           missing, so that they work when included from C++ code.
5680
5681 2005-02-09  David Schleef  <ds@schleef.org>
5682
5683         * testsuite/gst-lint: Check for non-statically scoped
5684           parent_class variables.  This won't be a problem once
5685           plugins are loaded with RTLD_LOCAL.
5686
5687 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5688
5689         * ext/mplex/gstmplexibitstream.cc:
5690           gcc madness.
5691
5692 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5693
5694         * ext/ogg/gstogmparse.c:
5695         * gst/debug/gstnavigationtest.c:
5696           Die, thou faulty symbol pollutors (non-static parent_class).
5697
5698 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5699
5700         * ext/mplex/gstmplexibitstream.cc:
5701           Fix event handling (#165525).
5702
5703 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5704
5705         * ext/mikmod/gstmikmod.c:
5706         * gst/modplug/gstmodplug.cc:
5707           Add missing endianness to template (fixes #165509).
5708
5709 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5710
5711         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
5712           Fix wrong order of reading of optional bytes (#165290).
5713
5714 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5715
5716         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5717           Implement FILLER event awareness.
5718
5719 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5720
5721         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
5722           Fix track calculations (#166208).
5723
5724 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
5725
5726         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5727
5728         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
5729         * ext/libpng/gstpngenc.c:
5730           Fix byte-order, use proper fixed caps. Fixes #164197.
5731
5732 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
5733
5734         * configure.ac:
5735           Add dvdlpcmdec 
5736
5737         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
5738         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
5739           Don't push buffers if the src pad isn't negotiated yet.
5740           
5741         * gst/audioconvert/gstaudioconvert.c:
5742         (gst_audio_convert_buffer_to_default_format),
5743         (gst_audio_convert_buffer_from_default_format):
5744           Add support for 24-bit width.
5745
5746         * gst/dvdlpcmdec/.cvsignore:
5747         * gst/dvdlpcmdec/Makefile.am:
5748         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
5749         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
5750         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
5751         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
5752         (plugin_init):
5753         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
5754           New decoder for rearranging DVD LPCM into our audio/x-raw-int
5755           format. Needs support for the channels maps if someone can find 
5756           a DVD LPCM track with > 2 channels.
5757
5758         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
5759         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
5760         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
5761         * gst/mpegstream/gstdvddemux.h:
5762         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
5763         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
5764         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
5765         * gst/mpegstream/gstmpegdemux.h:
5766         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
5767         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
5768         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
5769         (gst_mpeg_parse_handle_src_query),
5770         (gst_mpeg_parse_handle_src_event):
5771           Use audio/x-dvd-lpcm for LPCM output.
5772           Add DTS output.
5773
5774 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
5775
5776         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5777
5778         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
5779         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
5780           Add BGRA handling (#165736).
5781
5782 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
5783
5784         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5785
5786         * gst/law/alaw-decode.c: (alawdec_link):
5787         * gst/law/alaw-encode.c: (alawenc_link):
5788         * gst/law/mulaw-decode.c: (mulawdec_link):
5789         * gst/law/mulaw-encode.c: (mulawenc_link):
5790           Fix caps memleaks (#166600).
5791
5792 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
5793
5794         * ext/tarkin/mem.h:
5795         * ext/tarkin/wavelet.h:
5796         * ext/tarkin/yuv.h:
5797         * gst/ffmpegcolorspace/avcodec.h:
5798           Include "_stdint.h" instead of <stdint.h>. Fixes build on
5799           systems that don't have stdint.h, like Solaris9 (fixes #166631).
5800
5801 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5802
5803         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
5804         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
5805         (gst_xvimagesink_change_state):
5806           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
5807           Xv video (and thereby regenerate Xv colourkey) in clear() so
5808           that PLAY -> READY -> PLAY works (fixes #162504).
5809
5810 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5811
5812         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
5813           Switch to list instead of range, since MJPEG-devices really just
5814           support decimations, not any size.
5815
5816 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
5817         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
5818         (gst_mpeg2dec_reset), (free_all_buffers),
5819         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
5820         * ext/mpeg2dec/gstmpeg2dec.h:
5821           The libmpeg2 user-allocated buffer management is awkward, 
5822           to say the least. Hopefully this fixes things.
5823
5824 2005-02-04  Andy Wingo  <wingo@pobox.com>
5825
5826         * gst/audioconvert/bufferframesconvert.c
5827         (buffer_frames_convert_fixate): New function, fixates to 256
5828         frames per buffer by default. (Much better than 1.)
5829         (buffer_frames_convert_init): Set the fixate function for both src
5830         and sink pad.
5831         (buffer_frames_convert_link): After success setting nonfixed caps,
5832         get the negotiated caps so we can know how many buffer-frames it
5833         will be. No idea how this worked at all before.
5834
5835 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
5836
5837         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
5838         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
5839         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
5840         (handle_sequence), (handle_picture):
5841         * ext/mpeg2dec/gstmpeg2dec.h:
5842           Rearrange buffer tracking and refcounting and refactor
5843           a little for readability. 
5844
5845 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
5846         * sys/v4l/gstv4l.c: (plugin_init):
5847         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
5848         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
5849         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
5850         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
5851         * sys/v4l/gstv4ljpegsrc.h:
5852         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
5853         * sys/v4l/v4l_calls.h:
5854         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
5855         (gst_v4lsrc_get_fps):
5856         * sys/v4l/v4lsrc_calls.h:
5857           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
5858           you jpeg inside rgb frames" driver.
5859           Don't error in the v4lsrc link function, just return 
5860           REFUSED.
5861
5862 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5863
5864         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
5865         (gst_qcamsrc_open):
5866           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
5867
5868 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5869
5870         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
5871           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
5872
5873 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5874
5875         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
5876           Reset negotiated state on PAUSED->READY.
5877
5878 2005-02-02  David Schleef  <ds@schleef.org>
5879
5880         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
5881         whereever possible.  (Fixes #165997)
5882         * examples/capsfilter/capsfilter1.c: (main):
5883         * examples/dynparams/filter.c: (create_ui):
5884         * examples/seeking/cdparanoia.c: (get_track_info), (main):
5885         * examples/seeking/chained.c: (main):
5886         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5887         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5888         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
5889         (make_mpeg_pipeline), (make_mpegnt_pipeline):
5890         * examples/seeking/spider_seek.c: (make_spider_pipeline):
5891         * examples/switch/switcher.c: (main):
5892         * ext/dv/demo-play.c: (main):
5893         * ext/faad/gstfaad.c: (gst_faad_change_state):
5894         * ext/mad/gstmad.c: (gst_mad_chain):
5895         * ext/smoothwave/demo-osssrc.c: (main):
5896         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
5897         (gst_gconf_render_bin_from_description),
5898         (gst_gconf_get_default_audio_sink),
5899         (gst_gconf_get_default_video_sink),
5900         (gst_gconf_get_default_audio_src),
5901         (gst_gconf_get_default_video_src),
5902         (gst_gconf_get_default_visualization_element):
5903         * gst/level/demo.c: (main):
5904         * gst/level/plot.c: (main):
5905         * gst/playback/gstplaybin.c: (gen_video_element),
5906         (gen_audio_element):
5907         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
5908         * gst/playondemand/demo-mp3.c: (setup_pipeline):
5909         * gst/sine/demo-dparams.c: (main):
5910         * gst/spectrum/demo-osssrc.c: (main):
5911         * gst/speed/demo-mp3.c: (main):
5912         * gst/volume/demo.c: (main):
5913         * testsuite/embed/embed.c: (main):
5914
5915 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
5916
5917         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
5918         (gst_tcpclientsink_finalize):
5919         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
5920         (gst_tcpclientsrc_finalize):
5921         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
5922         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
5923         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
5924         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
5925           Don't leak the hostname when shutting down.
5926           In tcpserversrc, take a copy of the default hostname.
5927
5928 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5929
5930         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
5931           Set caps to systemstream=TRUE.
5932
5933 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5934
5935         * testsuite/Makefile.am:
5936           Fix more OSX buildbots.
5937
5938 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
5939
5940         * ext/mpeg2dec/gstmpeg2dec.c:
5941           Don't send things to NULL PAD_PEERs
5942
5943         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
5944           Copy-on-write the incoming buffer.
5945
5946         * gst/mpegstream/gstdvddemux.h:
5947         * gst/mpegstream/gstmpegclock.h:
5948         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
5949         (normal_seek), (gst_mpeg_demux_handle_src_event):
5950         * gst/mpegstream/gstmpegdemux.h:
5951         * gst/mpegstream/gstmpegpacketize.h:
5952         * gst/mpegstream/gstmpegparse.c:
5953         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
5954         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
5955         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
5956         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
5957         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
5958         * gst/mpegstream/gstmpegparse.h:
5959         * gst/mpegstream/gstrfc2250enc.h:
5960           Various changes to the way time is computed that make seeking and
5961           total time estimation much better here.
5962           Use G_BEGIN/END_DECLS instead of __cplusplus
5963
5964         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
5965           Use gst_buffer_stamp instead of only copying the TIMESTAMP
5966
5967 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5968
5969         * gst/subparse/gstsubparse.c:
5970           Fix OSX buildbot.
5971
5972 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
5973
5974         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
5975         (theora_enc_chain), (theora_enc_change_state):
5976         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5977         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
5978         (gst_vorbisenc_change_state):
5979         * ext/vorbis/vorbisenc.h:
5980           Set granulepos and timestamp correctly for streams not
5981           starting at 0, taking into account the initial delay.
5982
5983 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
5984
5985         * gst/mpegstream/gstdvddemux.c:
5986           Add audio/x-dts to audio pad template caps
5987
5988 2005-01-30  David Schleef  <ds@schleef.org>
5989
5990         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
5991         (create_context), (gst_polypsink_link): Fix silly endianness
5992         bug.  Add some debugging.  Remove float from caps; it doesn't
5993         work.  Attempt to get remote audio working.
5994
5995 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5996
5997         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
5998           Add 3IV2 fourcc.
5999
6000 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6001
6002         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6003         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6004         (gst_avi_demux_stream_data):
6005         * gst/avi/gstavidemux.h:
6006           Invert DIB images. Fixes #132341.
6007
6008 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6009
6010         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6011         (gst_ffmpegcsp_chain):
6012           D'oh, reference the palette data, not the palette structure.
6013           Fixes color distortion in #132341.
6014
6015 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6016
6017         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6018           PAR can be non-fixed when not provided as argument (#162626).
6019
6020 2005-01-29  David Moore  <dcm@acm.org>
6021
6022         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6023
6024         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6025         (gst_qtdemux_loop_header):
6026           Re-apply patch from #142272 that allows non-seekable sources,
6027           re-proposed by Daniel Drake <dsd@gentoo.org>.
6028
6029 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6030
6031         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6032           Use the src template for creating the src pad (#162330).
6033
6034 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6035
6036         * configure.ac:
6037         * ext/musepack/Makefile.am:
6038         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6039         (gst_musepackdec_init), (gst_musepackdec_dispose),
6040         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6041         (gst_musepack_stream_init), (gst_musepackdec_loop),
6042         (gst_musepackdec_change_state):
6043         * ext/musepack/gstmusepackdec.cpp:
6044         * ext/musepack/gstmusepackdec.h:
6045         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6046         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6047         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6048         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6049         * ext/musepack/gstmusepackreader.cpp:
6050         * ext/musepack/gstmusepackreader.h:
6051           Update to 1.1 API (#165446).
6052
6053 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6054
6055         * ext/Makefile.am:
6056           Unbreak buildbot.
6057
6058 2005-01-28  Andy Wingo  <wingo@pobox.com>
6059
6060         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6061         to reflect a different dubious internet source. Add a reference
6062         and some commentary.
6063
6064 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6065
6066         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6067         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6068         * gst/playback/gststreamselector.h:
6069           Be more selective when we're redoing caps negotiation from
6070           within the chain function on a stream change.
6071
6072 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6073
6074         * configure.ac:
6075         * ext/Makefile.am:
6076         * ext/amrnb/Makefile.am:
6077         * ext/amrnb/amrnb.c: (plugin_init):
6078         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6079         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6080         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6081         (gst_amrnbdec_state_change):
6082         * ext/amrnb/amrnbdec.h:
6083         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6084         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6085         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6086         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6087         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6088         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6089         * ext/amrnb/amrnbparse.h:
6090           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6091         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6092           Add AMR-NB/-WB raw formats.
6093         * ext/alsa/gstalsa.c: (gst_alsa_link):
6094           Keep valid time when changing format.
6095         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6096         (qtdemux_parse_trak):
6097           Add some more format-specific options (#140141, #143555, #155163).
6098
6099 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6100
6101         * gst/matroska/matroska-demux.c:
6102         (gst_matroska_demux_parse_blockgroup):
6103           Fix logic error in timing of subtitle stream synchronization.
6104         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6105           Add skip-chunk, which is found in kodak-camera streams.
6106
6107 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6108
6109         * po/LINGUAS:
6110         * po/vi.po:
6111           Adding Vietnamese translation (submitted by Clytie Siddall)
6112
6113 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6114
6115         * gst/playback/gstdecodebin.c: (try_to_link_1):
6116           Use realpad for signal.
6117
6118 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6119
6120         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6121           Fix category so decodebin picks it up.
6122
6123 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6124
6125         * ext/mad/Makefile.am:
6126         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6127         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6128         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6129         (found_type), (gst_id3demux_bin_change_state):
6130         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6131         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6132         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6133         (gst_id3_tag_change_state), (plugin_init):
6134         * ext/mad/gstmad.h:
6135           Add id3demuxbin (which is a simple bin consisting of id3demux
6136           and typefind), take over rank from id3demux, remove typefind
6137           code from id3demux. Makes all broken mp3s that I know of work,
6138           and thereby fixes #152688.
6139
6140 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6141
6142         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6143
6144         * ext/mad/gstmad.c: (gst_mad_src_event):
6145         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6146           Allow seeks on audio pad, make mad forward those (#164826).
6147         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6148           Set duration (#165335).
6149
6150 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6151
6152         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6153         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6154         (gst_asf_demux_process_ext_content_desc),
6155         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6156         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6157         * gst/asfdemux/gstasfdemux.h:
6158           Improve metadata display, e.g. if the metadata comes before the
6159           streams are loaded (which is perfectly valid).
6160
6161 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6162
6163         * tools/gst-launch-ext-m.m:
6164           Fix AVI/ASF pipelines (#165340).
6165
6166 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6167         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6168         build failure on amd64
6169
6170 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6171
6172         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6173         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6174           Check environment variables GST_ID3V2_TAG_ENCODING,
6175           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6176           list of character encodings to force interpretation of non-unicode
6177           strings stored in an ID3v2 tag to a particular encoding. If none
6178           is specified, try to use current locale's encoding, then fall back
6179           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6180         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6181         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6182           Check environment variables GST_ID3V1_TAG_ENCODING,
6183           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6184           list of character encodings to use in case a string encountered
6185           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6186           specified, try to use the current locale's encoding, then fall
6187           back to ISO-8859-1 (which will always succeed).
6188
6189 2005-01-25  Benjamin Otte  <otte@gnome.org>
6190
6191         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6192           - on half framerate, compute the rate in advance so the comparisons
6193             don't compare wrong values
6194           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6195             behaviour
6196           - don't use mad_header_decode anymore, mad_frame_decode does that
6197             automatically
6198           - when getting rid of consumed bytes, reset the stream's skiplen
6199           (fixes #163867)
6200
6201 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6202
6203         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6204           Use 1/2 a second for default max_discont, as PES streams from DVB
6205           seem to have larger spacings in the SCR. 
6206           Fix a typo.
6207
6208 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6209
6210         * gst/playback/gstplaybasebin.c: (group_commit):
6211           Notify delayed stream-info availability.
6212
6213 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6214         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6215         (gst_a52dec_handle_event), (gst_a52dec_chain):
6216         Add some debug output. Check that a discont has a valid
6217         time associated.
6218         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6219         (gst_alsa_sink_loop):
6220         Ignore TAG events. A little extra debug for broken timestamps.
6221         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6222         (dvdnavsrc_change_state):
6223         Ensure we send a discont to engage the link before we send any
6224         other events.
6225         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6226         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6227         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6228         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6229         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6230         dvd://title works in totem because typefinding sends a seek that ends
6231         up going back to chapter 1 regardless.
6232         * ext/mpeg2dec/gstmpeg2dec.c:
6233         * ext/mpeg2dec/gstmpeg2dec.h:
6234         Output correct timestamps and handle disconts.
6235         * ext/ogg/gstoggdemux.c: (get_relative):
6236         Small guard against a null dereference.
6237         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6238         (gst_textoverlay_set_property):
6239         Free memory when done. Don't call gst_event_filler_get_duration on
6240         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6241         g_warning.
6242         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6243         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6244         (gst_sw_srclink), (gst_smoothwave_chain):
6245         Draw solid lines, prettier colours.
6246         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6247         Add a default palette that'll work for some movies.
6248         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6249         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6250         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6251         * gst/mpegstream/gstdvddemux.h:
6252         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6253         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6254         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6255         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6256         * gst/mpegstream/gstmpegparse.h:
6257         Use PTM/NAV events when for timestamp adjustment when connected to 
6258         dvdnavsrc. Don't use many discont events where one suffices.
6259         * gst/playback/gstplaybasebin.c: (group_destroy),
6260         (gen_preroll_element), (gst_play_base_bin_add_element):
6261         * gst/playback/gstplaybasebin.h:
6262         Make sure we remove subtitles from the same bin we put them in.
6263         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6264         (gst_subparse_buffer_format_autodetect),
6265         (gst_subparse_change_state):
6266         Fix some memleaks and invalid accesses.
6267         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6268         (oggskel_type_find), (cmml_type_find), (plugin_init):
6269         Some typefind functions for Annodex v3.0 files
6270         * gst/wavparse/gstwavparse.h:
6271         GstRiffReadClass is the correct parent class.
6272
6273 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6274
6275         * gst-libs/gst/riff/riff-media.c:
6276         (gst_riff_create_video_caps_with_data):
6277           Add extradata to huffyuv (fixes #165013).
6278         * gst-libs/gst/riff/riff-read.c:
6279         (gst_riff_read_strf_vids_with_data):
6280           Fix extradata extraction if it is in the chunk size.
6281
6282 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6283
6284         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6285
6286         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6287         (gst_quarktv_change_state), (gst_quarktv_dispose):
6288           Memory free'ing location fix (#164708).
6289
6290 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6291
6292         * gst/playback/gstplaybasebin.c: (group_commit),
6293         (gen_preroll_element), (probe_triggered), (gen_source_element),
6294         (setup_source), (gst_play_base_bin_change_state),
6295         (gst_play_base_bin_add_element):
6296           Don't block for streams.
6297         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6298         (gst_stream_info_set_mute):
6299           Use gst_pad_set_active_recursive.
6300
6301 2005-01-25  Andy Wingo  <wingo@pobox.com>
6302
6303         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6304         for #ifndef HAVE_XVIDEO.
6305
6306 2005-01-24  Jeffrey C. Ollie
6307
6308         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6309
6310         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6311         * ext/gsm/gstgsmdec.h:
6312         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6313         * ext/gsm/gstgsmenc.h:
6314         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6315         was given by property. Add proper buffer timestamps and offsets.
6316
6317 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6318
6319         * gst-libs/gst/riff/riff-media.c:
6320         (gst_riff_create_audio_caps_with_data):
6321           Audio can be <8000Hz.
6322
6323 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6324
6325         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6326           Explicit state change to workaround refcount bugs.
6327
6328 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6329
6330         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
6331         (gst_avimux_riff_get_avi_header):
6332           Fix...
6333
6334 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6335
6336         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
6337         (gst_riff_read_element_data):
6338         * gst-libs/gst/riff/riff-read.h:
6339           Add _peek version (req'ed in CDXA).
6340         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
6341         (gst_cdxaparse_loop):
6342           Fix parsing in playbin.
6343         * gst/playback/gstdecodebin.c: (close_pad_link):
6344           Ignore current_ pads, they cause major annoyance.
6345
6346 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6347
6348         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6349           Safety guard.
6350
6351 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6352
6353         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
6354           Fix padding...
6355
6356 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6357
6358         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
6359           Allow for 0-sized buffers. Fixes length query problems in
6360           starwars.mkv from the testsuite.
6361
6362 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
6363
6364         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
6365         (gst_video_box_i420), (gst_video_box_chain):
6366           Fix row strides for I420 (fixes #163159)
6367           
6368 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6369
6370         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6371           MPEG2 has a useful rate property, so we can actually use that.
6372           For MPEG-1, continue using the bytes/time properties.
6373
6374 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6375
6376         * gst-libs/gst/riff/riff-media.c:
6377         (gst_riff_create_video_caps_with_data),
6378         (gst_riff_create_video_template_caps):
6379           Add intel-h263.
6380
6381 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6382
6383         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6384           Fail if caps negotiation fails. Should fix #162184, and should
6385           definately be in there regardless of it fixing the actual bug.
6386         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
6387         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
6388         (gst_avimux_riff_get_avix_header),
6389         (gst_avimux_riff_get_video_header),
6390         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
6391         (gst_avimux_start_file), (gst_avimux_handle_event),
6392         (gst_avimux_change_state):
6393         * gst/avi/gstavimux.h:
6394           Refactor structure writing to use GST_WRITE_UINT macros, add
6395           metadata writing support.
6396
6397 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6398
6399         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6400           Elements may already be destroyed when this function is called.
6401
6402 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6403
6404         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6405         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
6406           More memory leak fixes (#149162).
6407
6408 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6409
6410         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6411         (gst_qtdemux_add_stream):
6412           Fix two memleaks.
6413
6414 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6415
6416         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6417           Argh...
6418
6419 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6420
6421         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6422           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
6423           when fixating to six channels in Totem.
6424
6425 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6426
6427         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
6428           Fix compile warnings on Solaris 10 buildbot
6429
6430 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6431
6432         * ext/dvdread/dvdreadsrc.c: (_read):
6433           Don't read beyond the last cell in a chapter (fixes 
6434           invalid memory access)
6435
6436 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6437
6438         * ext/dvdread/stream_labels.c:
6439         (dvdreadsrc_get_audio_stream_labels):
6440           Use NULL for an empty GList instead of g_list_alloc(); fix 
6441           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
6442           of GString (easier to bulk free later)
6443
6444 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6445
6446         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6447
6448         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6449         (gst_ffmpeg_pixfmt_to_caps):
6450           Fix BGRA32 caps (#164209).
6451
6452 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6453
6454         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6455
6456         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6457         (gst_ffmpeg_caps_to_pixfmt):
6458           alpha_mask can be RGBA/ABGR. Fixes #164265.
6459
6460 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
6461
6462         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6463
6464         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
6465         (gst_mpeg2dec_alloc_buffer):
6466         * ext/mpeg2dec/gstmpeg2dec.h:
6467           Crop if decoding size is not the actual image size (#163676).
6468
6469 2005-01-17  Steve Baker  <steve@stevebaker.org>
6470
6471         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6472
6473         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
6474         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
6475           Add libsndfile typefind functions (#163309).
6476
6477 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6478
6479         * tools/gst-launch-ext-m.m:
6480           Add .aac, fix .m1v/.m2v (#163891).
6481
6482 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6483
6484         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
6485           Sanity check, don't wait endlessly since the clock might not
6486           actually run at this point (which is a deadlock). Fixes #164069.
6487
6488 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6489
6490         * gst/playback/gstplaybasebin.c: (probe_triggered):
6491           Of course, only pause if group is done...
6492
6493 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6494
6495         * gst/playback/gstplaybasebin.c: (probe_triggered):
6496           Thread safety.
6497
6498 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
6499
6500         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
6501           Don't return state change success when the parent
6502           failed.
6503
6504 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6505
6506         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
6507           Free events (fix memleak in #162905).
6508
6509 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
6510
6511         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6512
6513         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6514         (gst_ffmpeg_caps_to_pixfmt):
6515           Fix for depth = 15. Fixes #161675.
6516
6517 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6518
6519         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
6520           Set FPS correctly, even for webcams and the like.
6521         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
6522           Don error on setting while capturing.
6523
6524 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6525
6526         * ext/dv/gstdvdec.c:
6527         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6528         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6529           I'm a bad boy. using /1001. to force C to do float division
6530           and not integer division (as it did in my last commit)
6531           Thanks to David I. Lehn for pointing this mistake.
6532
6533 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6534
6535         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
6536           Revert Johan??s 1.35->1.36 since it breaks compat.
6537
6538 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6539
6540         * ext/dv/gstdvdec.c:
6541         * ext/libfame/gstlibfame.c:
6542         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6543         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6544           replace framerate aproximations by their real value
6545           (24000/1001, 30000/1001, 60000/1001)
6546           Finish fixing bug #164049
6547
6548 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6549
6550         * ext/ogg/gstoggmux.c:
6551           eos/bos debugging
6552         * gst/tcp/gstmultifdsink.c:
6553         * gst/tcp/gstmultifdsink.h:
6554         * gst/tcp/gsttcp.c:
6555         * gst/tcp/gsttcp.h:
6556         * gst/tcp/gsttcpclientsink.c:
6557         * gst/tcp/gsttcpclientsrc.c:
6558         * gst/tcp/gsttcpserversink.c:
6559         * gst/tcp/gsttcpserversrc.c:
6560           improve reusability of elements after state changes and errors
6561           make multifdsink throw away streamheaders when receiving new ones
6562
6563 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6564
6565         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6566           Fix for if items are already in list...
6567
6568 2005-01-12  Benjamin Otte  <otte@gnome.org>
6569
6570         * gst/adder/gstadder.c: (gst_adder_loop):
6571           fix adder a bit so it doesn't screw up with events as much anymore
6572
6573 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
6574
6575         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
6576         (pixbufscale_scale), (gst_pixbufscale_chain):
6577         * ext/gdk_pixbuf/pixbufscale.h:
6578           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
6579           to ensure rowstrides are calculated the same way as 
6580           ffmpegcolorspace
6581           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
6582           that we pick up duration and offset also.
6583
6584 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6585
6586         * gst/avi/gstavimux.c: (gst_avimux_class_init),
6587         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
6588           Reusability fixes.
6589
6590 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6591
6592         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
6593         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
6594         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
6595         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
6596           Update flags when requested.
6597
6598 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6599
6600         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6601           Fix dmix.
6602
6603 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6604
6605         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6606         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
6607         (probe_triggered), (new_decoded_pad), (gen_source_element),
6608         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
6609         * gst/playback/gstplaybasebin.h:
6610         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6611         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
6612         (gst_play_bin_change_state):
6613           Implement group-switch signal for use in apps to clear metadata
6614           cache, clean up subtitle, add suburi property instead of # hack,
6615           some error-out fixes.
6616
6617 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6618
6619         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6620           Debug.
6621         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
6622           If we got a state change in the _get handler, don't return success.
6623
6624 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6625
6626         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
6627         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
6628           Make jpegdec quiet on MJPEG decoding
6629         * gst/asfdemux/README:
6630           Fix mimetypes for MJPEG and H263
6631
6632 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6633
6634         * ext/theora/theoradec.c: (theora_dec_chain):
6635           Fix broken code generation by gcc by swapping arguments.
6636         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6637           Fix \n in debug.
6638
6639 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6640
6641         * TODO:
6642           delete this file, it is by far outdated
6643         * ext/alsa/gstalsa.1: remove
6644         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
6645         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
6646         (gst_alsa_get_caps):
6647           Add HW probing for supported sample rates. Fixes #161704
6648
6649 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6650
6651         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6652           Don't crash, biatch! :).
6653
6654 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6655
6656         * ext/musepack/gstmusepackreader.cpp:
6657         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
6658           Some work on tags - still doesn't work in playbin...
6659         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6660           Handle events...
6661
6662 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6663
6664         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
6665           Also shove tags on kid pads.
6666
6667 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6668
6669         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
6670           Don't bail on unknown events.
6671         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6672           Don't crash on events before negotiation.
6673         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6674           Send tags on pads, too.
6675         * gst/playback/gststreamselector.c:
6676         (gst_stream_selector_request_new_pad):
6677           Forward events on first pad if no input was selected yet.
6678
6679 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6680
6681         * gst/playback/gstplaybasebin.c: (setup_substreams):
6682           Don't disable streamtype if the stream doesn't exist, since
6683           then playing a video after audio will disable both and nothing
6684           will happen. Fixes the testsuite.
6685
6686 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6687
6688         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
6689         (gst_v4l_xoverlay_set_xwindow_id):
6690         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
6691         (gst_v4l2_xoverlay_set_xwindow_id):
6692           Add debug categories, fix overlay disabling.
6693
6694 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6695
6696         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
6697         * ext/alsa/gstalsa.h:
6698           Add HW probing for period_count/size and buffer_size MIX/MAX
6699           Adjust default/user defined value if out of bounds
6700           Should fix bug #162024
6701
6702 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6703
6704         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
6705           Fix warning (#161191).
6706
6707 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6708
6709         * ext/dvdread/stream_labels.c:
6710         (dvdreadsrc_get_audio_stream_labels):
6711           Fix warning (init the good variable in switch default)
6712
6713 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
6714
6715         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6716
6717         * gst/tta/gstttaparse.c: (gst_tta_src_event):
6718           Fix gcc-2.95 compile (#163485).
6719
6720 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6721
6722         * configure.ac:
6723         * ext/flac/gstflacenc.c: (gst_flacenc_init),
6724         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
6725         (gst_flacenc_tell_callback), (gst_flacenc_chain),
6726         (gst_flacenc_change_state):
6727         * ext/flac/gstflacenc.h:
6728           Update for API change in flac-1.1.1. Update requirement in
6729           configure.ac. Fixes #162974.
6730
6731 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6732
6733         * gst/playback/gstplaybasebin.c: (group_destroy):
6734           Remove hack to get rid of assert and get rid of unlinked
6735           signals properly.
6736
6737 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6738
6739         * gst/playback/gstplaybasebin.c: (setup_source):
6740           Set source to NULL so that resources are free'ed. Fixes issues
6741           with playback of CDDA and similar device-accessing things.
6742
6743 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6744
6745         * testsuite/embed/Makefile.am:
6746           test->noinst, fix make test in buildbot.
6747
6748 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6749
6750         * ext/dvdread/stream_labels.c: new file
6751         * ext/dvdread/stream_labels.h: new file
6752         * ext/dvdread/Makefile.am:
6753         * ext/dvdread/dvdreadsrc.c: (_seek_title):
6754           Extract audio stream label from DVD IFO files.
6755           It only dump them on the console for now, still have to
6756           make playbin aware of them.
6757
6758 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6759
6760         * gst/playback/gstplaybasebin.c: (setup_source):
6761           Fix hanging subs.
6762
6763 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6764
6765         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6766         (gen_preroll_element), (remove_groups), (setup_subtitle),
6767         (gen_source_element), (setup_source):
6768         * gst/playback/gstplaybasebin.h:
6769           Multiple .sub files is just a stupid idea... Fix some threading
6770           mistakes. Interestingly, external .sub files cause playbin to
6771           hang, I don't know why... Parsing fixes contributed by Fran??ois
6772           Kooman <fkooman@tuxed.net>.
6773
6774 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6775
6776         * testsuite/embed/Makefile.am:
6777           Fix buildbot.
6778
6779 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
6780
6781         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6782
6783         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
6784         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
6785         (gst_pngenc_set_property):
6786         * ext/libpng/gstpngenc.h:
6787           Add compression level property (#163323).
6788
6789 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6790
6791         * configure.ac:
6792         * examples/capsfilter/capsfilter1.c: (main):
6793         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6794         * ext/dvdread/Makefile.am:
6795         * ext/dvdread/demo-play:
6796         * ext/dvdread/demo-play.c:
6797         * gconf/gstreamer.schemas.in:
6798         * gst-libs/gst/gconf/gconf.c:
6799         * sys/v4l/TODO:
6800         * testsuite/Makefile.am:
6801         * testsuite/embed/Makefile.am:
6802         * testsuite/embed/embed.c: (cb_expose), (main):
6803           Remove all references to xvideosink, fix examples (#140845).
6804         * gst/playback/gstplaybasebin.c: (group_destroy):
6805           Apparently, disposal does not unlink - so do explicitely.
6806         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6807           Add debug.
6808
6809 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
6810
6811         * README: fix PKG_CONFIG_PATH instructions, what was there
6812         previously was breaking default search path, not nice. 
6813         Fixes #163358
6814
6815 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6816
6817         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
6818         (gst_audioscale_chain):
6819           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
6820           when resampling - how the ^@$^!@^! is this possible?!?
6821
6822 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6823
6824         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
6825           Reset variables on READY.
6826         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
6827         (gst_matroska_mux_loop):
6828           Require data before writing header.
6829
6830 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
6831
6832         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6833
6834         * ext/mad/gstmad.c: (gst_mad_chain):
6835           Don't call mad_stream_sync() directly after recovering sync.
6836           Fixes #151661.
6837
6838 2005-01-09  Martin Eikermann  <meiker@upb.de>
6839
6840         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6841
6842         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
6843         (snapshot_handler), (gst_snapshot_sinkconnect),
6844         (gst_snapshot_chain):
6845           Allocate resources when required, fix recursive signal emission
6846           and fix caps. Fixes #161667.
6847
6848 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
6849
6850         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6851
6852         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
6853         (gst_pngdec_chain):
6854           Handle only 8-bppc (bits-per-pixel-component) images, better
6855           error handling and correct strides. Fixes #163177.
6856         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
6857         (gst_pngenc_chain):
6858           Better error handling. Fixes #163348.
6859
6860 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6861
6862         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
6863         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
6864         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
6865         (dvdnavsrc_uri_handler_init):
6866           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
6867         * gst/playback/gstplaybasebin.c: (gen_source_element):
6868           Add MMS to streaming URIs.
6869
6870 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6871
6872         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
6873         * sys/xvimage/xvimagesink.c:
6874         (gst_xvimagesink_navigation_send_event):
6875           Check for pad availability before sending event.
6876
6877 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6878
6879         * gst-plugins.spec.in:
6880           Add subparse.
6881
6882 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6883
6884         * configure.ac:
6885           Since we use functions from CVS, up requirement.
6886
6887 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6888
6889         * gst/playback/Makefile.am:
6890         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6891         (group_destroy), (group_commit), (group_is_muted),
6892         (gen_preroll_element), (add_stream), (unknown_type),
6893         (probe_triggered), (preroll_unlinked), (mute_stream),
6894         (silence_stream), (new_decoded_pad), (setup_substreams),
6895         (setup_source), (get_active_source), (mute_group_type),
6896         (muted_group_change_state), (set_active_source),
6897         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
6898         (play_base_eos), (gst_play_base_bin_change_state):
6899         * gst/playback/gstplaybasebin.h:
6900         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
6901         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
6902         (gst_stream_info_dispose), (stream_info_mute_pad),
6903         (stream_info_change_state), (gst_stream_info_set_mute):
6904         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
6905         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6906         (gst_stream_selector_init), (gst_stream_selector_dispose),
6907         (gst_stream_selector_get_linked_pad),
6908         (gst_stream_selector_get_caps), (gst_stream_selector_link),
6909         (gst_stream_selector_get_linked_pads),
6910         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
6911         * gst/playback/gststreamselector.h:
6912           Adding stream selection support plus required properties for
6913           applications to use this. Fully fixes #100931.
6914
6915 2005-01-08  Benjamin Otte  <otte@gnome.org>
6916
6917         * gst/games/gstpuzzle.c: (nav_event_handler):
6918           - handle nav events differently: forward every event no matter if it
6919             was handled or not.
6920           - translate events
6921           You can now cheat by using navigationtest ! puzzle and moving the
6922           mouse close to the edge of a tile. ;)
6923
6924 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6925
6926         * configure.ac:
6927         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
6928         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
6929         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
6930         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
6931         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
6932         (gst_ogm_parse_plugin_init):
6933         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
6934         (gst_textoverlay_link), (gst_textoverlay_getcaps),
6935         (gst_textoverlay_event), (gst_textoverlay_video_chain),
6936         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
6937         * ext/pango/gsttextoverlay.h:
6938         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6939         (gst_matroska_demux_handle_seek_event),
6940         (gst_matroska_demux_sync_streams),
6941         (gst_matroska_demux_parse_blockgroup),
6942         (gst_matroska_demux_subtitle_caps),
6943         (gst_matroska_demux_plugin_init):
6944         * gst/matroska/matroska-ids.h:
6945         * gst/playback/gstdecodebin.c: (close_pad_link):
6946         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6947         (gen_preroll_element), (remove_groups), (add_stream),
6948         (new_decoded_pad), (setup_subtitles), (gen_source_element),
6949         (setup_source):
6950         * gst/playback/gstplaybasebin.h:
6951         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
6952         * gst/subparse/Makefile.am:
6953         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
6954         (gst_subparse_base_init), (gst_subparse_class_init),
6955         (gst_subparse_init), (gst_subparse_formats),
6956         (gst_subparse_eventmask), (gst_subparse_event),
6957         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
6958         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
6959         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
6960         (parse_mpsub_deinit), (parse_mpsub_init),
6961         (gst_subparse_buffer_format_autodetect),
6962         (gst_subparse_format_autodetect), (gst_subparse_loop),
6963         (gst_subparse_change_state), (gst_subparse_type_find),
6964         (plugin_init):
6965         * gst/subparse/gstsubparse.h:
6966         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
6967         (plugin_init):
6968           Add subtitle support, .sub parser (supports SRT and MPsub),
6969           OGM text support, Matroska UTF-8 text support, deadlock fixes
6970           all over the place, subtitle awareness in decodebin/playbin
6971           and some fixes to textoverlay to handle subtitles in a stream
6972           correctly. Fixes #100931.
6973
6974 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6975
6976         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6977           Check for pad availability before doing a query on it.
6978
6979 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6980
6981         * ext/dv/gstdvdec.c:
6982           really fix bpp24/32 dvdec caps (classic rgba indeed)
6983         * gst/asfdemux/gstasfdemux.c:
6984         (gst_asf_demux_process_ext_content_desc):
6985           don't send text tags if they are empty (bis repetita)
6986
6987 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6988
6989         * ext/dv/gstdvdec.c:
6990          remove unneeded comment from dvdec
6991           (related to DV 4CC codes in AVI files)
6992           moved them in gstreamer/docs/random/mimetypes
6993         * gst/asfdemux/gstasfdemux.c:
6994         (gst_asf_demux_process_ext_content_desc):
6995          don't send text tags if they are empty
6996          fix mem leak on error path
6997         * gst/ffmpegcolorspace/avcodec.h:
6998         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6999         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7000         (gst_ffmpegcsp_avpicture_fill):
7001         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7002         * gst/ffmpegcolorspace/imgconvert_template.h:
7003          adds BGR32 and BGRA32 to ffmpegcolorspace
7004           (still bad colors, fixing it on next commit)
7005           helps with dvdec outputing BGR32
7006
7007 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7008
7009         * ext/dv/gstdvdec.c:
7010          Fix audio caps i just broke (missing ',')
7011         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7012         (gst_matroska_mux_reset):
7013          Fix typo + add FIXME about old "x-gst-metadata" crap
7014
7015 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7016
7017         * ext/dv/demo-play.c: (main):
7018          xvideosink -> xvimagesink
7019         * ext/dv/gstdvdec.c:
7020          change rgb 32/32 caps to 24/32 (no alpha)
7021          change nb of channels to be a list (2 or 4, not 2)
7022          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7023         * gst/asfdemux/gstasfdemux.c:
7024         (gst_asf_demux_process_ext_content_desc):
7025          Add 'date/year' to extracted metadata list
7026
7027 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7028
7029         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7030           The return value of fixate_to does not imply that the requested
7031           value was set, so don't assume.
7032
7033 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7034
7035         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7036
7037         * ext/libpng/gstpngdec.c:
7038         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7039         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7040         * ext/libpng/gstpngenc.h:
7041           Alpha support (encoder; #163161), mime fixage.
7042
7043 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7044
7045         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7046
7047         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7048         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7049         (gst_faac_set_property), (gst_faac_get_property):
7050         * ext/faac/gstfaac.h:
7051           Allow for ADTS output (#153434).
7052
7053 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7054
7055         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7056           Fix against template (#150576).
7057
7058 2005-01-06  Benjamin Otte  <otte@gnome.org>
7059
7060         * gst/games/gstpuzzle.c: (draw_puzzle):
7061           don't draw a puzzle if either width or height of tiles would be 0.
7062
7063 2005-01-06  Benjamin Otte  <otte@gnome.org>
7064
7065         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7066         (gst_puzzle_class_init), (gst_puzzle_finalize):
7067           no memleaks, please
7068         (gst_puzzle_create), (gst_puzzle_init),
7069         (gst_puzzle_set_property), (gst_puzzle_setup):
7070           change initialization code around so we don't reshuffle on resize
7071         (draw_puzzle):
7072           fix another stupid typo
7073
7074 2005-01-06  Benjamin Otte  <otte@gnome.org>
7075
7076         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7077           fix stupid typo that borked copying on YUY2
7078
7079 2005-01-06  Benjamin Otte  <otte@gnome.org>
7080
7081         * gst/games/gstpuzzle.c: (draw_puzzle):
7082           fix edges when image sizes aren't multiples of tile sizes
7083
7084 2005-01-06  Benjamin Otte  <otte@gnome.org>
7085
7086         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7087           make RGB endianness work correctly
7088         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7089           refactor and fix race with initial shuffling
7090         (nav_event_handler):
7091           allow using the mouse to puzzle
7092         (draw_puzzle):
7093           insist on tiles having width and height as multiples of 4 to get
7094           clean YUV image handling
7095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7096         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7097           s/DEBUG/LOG/ for common messages
7098         (gst_xvimagesink_navigation_send_event):
7099           fix mouse event translation to not include screen PAR
7100         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7101           fix mouse event translation to actually work
7102
7103 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7104
7105         * gst/asfdemux/gstasfdemux.c:
7106         (gst_asf_demux_process_ext_content_desc):
7107          Extract TrackNumber metadata + clean up code
7108         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7109          Hope this is the good fix (var used unitialised)
7110
7111 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7112
7113         * ext/faad/gstfaad.c: (gst_faad_chain):
7114           Only increment timestamp if it's valid. Fixes raw AAC streams.
7115
7116 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7117
7118         * configure.ac:
7119         * gst/games/Makefile.am:
7120         * gst/games/gstpuzzle.c:
7121           add a puzzle game with...
7122         * gst/games/gstvideoimage.c:
7123         * gst/games/gstvideoimage.h:
7124           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7125           from videotestsrc and made into something that would be a nice
7126           library for a lot of other plugins.
7127
7128 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7129
7130         * configure.ac:
7131          don't compile faad plugin if a RC of 2.0 is found
7132          Fixes #155346 (and FC1 buildbot)
7133         * gst/asfdemux/gstasfdemux.c:
7134         (gst_asf_demux_process_ext_content_desc):
7135          try to make Solaris compiler happier
7136
7137 2005-01-06  Paul Jack  <pjack@sfaf.org>
7138
7139         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7140
7141         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7142           Fix segfault (#161667).
7143
7144 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7145
7146         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7147           Fix framerate reporting.
7148
7149 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7150
7151         * gst-libs/gst/riff/riff-ids.h:
7152         * gst/wavenc/riff.h:
7153          Add AMR (VBR and CBR) ids to riff.h audio codec list
7154         * gst/asfdemux/gstasfdemux.c:
7155         (gst_asf_demux_process_ext_content_desc),
7156         (gst_asf_demux_process_object):
7157           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7158
7159 2005-01-05  Martin Eikermann  <meiker@upb.de>
7160
7161         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7162
7163         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7164         (gst_dvd_demux_handle_discont):
7165         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7166         (gst_mpeg_demux_handle_discont):
7167           Recreate pads on new-media (#160730).
7168         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7169           Send discont even if manager changes timestamps (#161929).
7170
7171 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7172
7173         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7174
7175         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7176           Fix invalid memory access (#159211).
7177
7178 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7179
7180         * examples/gstplay/player.c: (main):
7181           Don't iterate.
7182         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7183           Add visualizations.
7184         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7185         (gst_a52dec_handle_frame):
7186           Set duration.
7187         * ext/dvdnav/gst-dvd:
7188           Add audioconvert. Fixes #161325.
7189         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7190           Explicitely case to gint64. Possible valgrind error.
7191         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7192         (gst_play_tick_callback), (gst_play_change_state),
7193         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7194         (gst_play_set_location), (gst_play_get_location),
7195         (gst_play_seek_to_time), (gst_play_set_data_src),
7196         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7197         (gst_play_set_visualization), (gst_play_connect_visualization),
7198         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7199         (gst_play_new):
7200           Use playbin. Fixes #139749 and #147744.
7201         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7202           Add genre tag.
7203         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7204         (audioscale_get_type), (gst_audioscale_base_init),
7205         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7206         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7207         (gst_audioscale_link), (gst_audioscale_get_buffer),
7208         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7209         (gst_audioscale_init), (gst_audioscale_dispose),
7210         (gst_audioscale_chain), (gst_audioscale_set_property),
7211         (gst_audioscale_get_property), (plugin_init):
7212           Indent properly.
7213         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7214           Fix LPCM.
7215         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7216         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7217         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7218           Add more metadata (fixes #162656).
7219
7220 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7221
7222         * configure.ac:
7223           back to cvs
7224
7225 === release 0.8.7 ===
7226
7227 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7228
7229         * NEWS:
7230         * RELEASE:
7231         * configure.ac:
7232           releasing 0.8.7, "Hyperspace"
7233
7234 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7235
7236         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7237
7238         * gst/playback/gstplaybasebin.c:
7239          Fix for #162924 - free caps after use, not before
7240
7241 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7242
7243         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7244
7245         * gst/playback/gstplaybasebin.c:
7246         * gst/wavparse/gstwavparse.c:
7247           Fix for #154773 - fixes playback of small .wav files
7248
7249 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7250
7251         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7252
7253         * gst/audioscale/gstaudioscale.c:
7254           Fix for #162819 - make audioscale reusable
7255           Fixes playback of more than one file with playbin/totem
7256
7257 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7258
7259         * gst/ffmpegcolorspace/avcodec.h:
7260         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7261         * gst/ffmpegcolorspace/imgconvert.c:
7262           clean up the mess that made me cry and avoid needless duplication
7263
7264 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7265
7266         * gst/ffmpegcolorspace/imgconvert.c:
7267           give some indication of why we're segfaulting
7268
7269 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7270
7271         * configure.ac:
7272           Fix indentation, fix v4l2 plugin detection.
7273         * ext/Makefile.am:
7274           Fix libmms location (Maciej, use diff -u!).
7275         * ext/alsa/gstalsa.c: (gst_alsa_init):
7276           Initialize caps cache to NULL.
7277         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7278           Only change state on audiosink if it exists.
7279
7280 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7281
7282         * gst/matroska/matroska-demux.c:
7283         * gst/matroska/matroska-ids.h:
7284         * gst/matroska/matroska-demux.h:
7285         Fix Vorbis streams failing to decode in some files, where cluster_time
7286         isn't 0, because then it doesn't send codec_priv before actual data.
7287         Remove time-based test and replace it with marker set on beginning of
7288         new stream
7289
7290 2004-12-28  David Schleef  <ds@schleef.org>
7291
7292         Merge patch from Ronald fixing problems with streaming
7293         text.
7294         * ext/cairo/gstcairo.c: (plugin_init):
7295         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7296         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7297         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7298         (gst_textoverlay_font_init), (gst_textoverlay_init),
7299         (gst_textoverlay_set_property):
7300         * ext/cairo/gsttextoverlay.h:
7301
7302 2004-12-27  David Schleef  <ds@schleef.org>
7303
7304         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7305         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7306         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7307         (gst_textoverlay_font_init), (gst_textoverlay_init),
7308         (gst_textoverlay_set_property): Improvements to actually
7309         render text as white on black outline on video, including
7310         font selection and horizontal/vertical alignment.  (Ronald's
7311         christmas present)
7312         * ext/cairo/gsttextoverlay.h:
7313
7314 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7315
7316         * ext/ogg/gstogg.c:
7317         * ext/ogg/gstogmparse.c:
7318           fix ogm[audio/video]parse plugin registration
7319           (riff won't load if bytestream is already loaded)
7320
7321 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7322
7323         * gst/audioconvert/gstchannelmix.c:
7324           fix for GLIB < 2.4
7325
7326 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7327
7328         * Makefile.am:
7329         * configure.ac:
7330           disable docs again until it actually passes make distcheck.
7331
7332 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7333
7334         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
7335         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7336         (plugin_init):
7337           Add 3GP (variables name Q3GP because they can't start with a
7338           number). Add samr audio fourcc (used in .3gp files), decoder
7339           is work in progress. Also do a GST_WARNING instead of ERROR
7340           in case of unknown nodes, to decrease output.
7341
7342 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7343
7344         * Makefile.am:
7345           really fix dist
7346
7347 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7348
7349         * configure.ac:
7350         * ext/speex/gstspeexdec.h:
7351         * ext/speex/gstspeexenc.h:
7352           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
7353           Fix detection code in configure.ac
7354
7355 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7356
7357         * gst/matroska/matroska-demux.c:
7358         (gst_matroska_demux_parse_blockgroup):
7359           Save position, so that queries give proper return values. Don't
7360           know how this could ever have worked before...
7361
7362 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7363
7364         * configure.ac:
7365           Put additional LAME check inside the conditional.  Fixes #152339
7366
7367 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7368
7369         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7370         (gst_avi_demux_stream_scan):
7371           Add some more debug. Fix logic error when setting movi offset
7372           while reading index.
7373
7374 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7375
7376         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7377         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
7378         (gst_avi_demux_process_next_entry):
7379           Add some debugging. Better detection of broken indexes and the
7380           accompanying index recovery. No infinite loops on state changes
7381           when we're still in our loopfunction.
7382
7383 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7384
7385         * configure.ac:
7386           Fix up.
7387
7388 2004-12-22  Archana Shah  <archana.shah@wipro.com>
7389
7390         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7391
7392         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
7393           Normalizing the value before setting
7394         (gst_sunaudiomixer_get_volume):
7395           Normalizing the value after getting. Fixes bug# 161980
7396
7397 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7398
7399         * Makefile.am: Make sure docs gets disted
7400         * docs/Makefile.am: Make sure all needed files get disted
7401         * gst-plugins.spec.in: latest updates
7402
7403 2004-12-22  Wim Taymans  <wim@fluendo.com>
7404
7405         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7406         Revert patch 1.38 as clock distribution over schedulers does
7407         not work correcly in the core yet.
7408
7409 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7410
7411         * sys/oss/README: remove this file, which predates my birth
7412           (and which content is by far outdated)
7413
7414 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
7415
7416         * Makefile.am:
7417         * configure.ac:
7418         * docs/Makefile.am:
7419         * docs/libs/Makefile.am:
7420         * docs/libs/gst-plugins-libs-docs.sgml:
7421         * docs/libs/gst-plugins-libs-sections.txt:
7422         * docs/libs/tmpl/gstgconf.sgml:
7423         * docs/upload.mak:
7424         * docs/version.entities.in:
7425           Added boilerplate gtk-doc files for plugin-libs documentation.
7426
7427 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7428
7429         * gst/auparse/gstauparse.c: fix int and float audio caps
7430
7431 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7432
7433         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7434         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
7435           g_assert() can be a macro, don't use #ifdef inside it.
7436
7437 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
7438
7439         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7440
7441         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
7442         (gst_videorate_init), (gst_videorate_chain),
7443         (gst_videorate_change_state):
7444           Event handling (fixes #159986).
7445
7446 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7447
7448         * gst-libs/gst/riff/riff-media.c:
7449         (gst_riff_create_video_caps_with_data):
7450           Add BLZ0 (Blizzard's version of DivX) fourcc.
7451
7452 2004-12-18  David Schleef  <ds@schleef.org>
7453
7454         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
7455         portability fix.
7456
7457 2004-12-18  David Schleef  <ds@schleef.org>
7458
7459         * gst/tta/ttadec.h: Disable some header code that isn't used
7460         and clearly isn't portable.
7461
7462 2004-12-18  David Schleef  <ds@schleef.org>
7463
7464         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
7465         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
7466         (avcodec_get_pix_fmt), (avpicture_layout),
7467         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
7468         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
7469         Fix code to not use GCC extensions (and c99 extensions that
7470         Forte does not like.)
7471
7472 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7473
7474         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7475
7476         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
7477         (gst_deinterlace_chain):
7478           Rowstride fixes. Fixes #161039.
7479         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
7480         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
7481         (gst_video_crop_getcaps), (gst_video_crop_link),
7482         (gst_video_crop_i420), (gst_video_crop_chain),
7483         (gst_video_crop_change_state):
7484           Rework of negotiation. Actually works now. Fixes #158650.
7485
7486 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7487
7488         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
7489           That was very stupid.
7490
7491 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7492
7493         * gst/matroska/matroska-demux.c:
7494         (gst_matroska_demux_parse_blockgroup):
7495           Fix possible crasher.
7496
7497 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7498
7499         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
7500         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
7501           Lace sizes can be zero.
7502
7503 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7504
7505         * ext/musepack/gstmusepackdec.cpp:
7506           Fetch error return values. Fixes #161624.
7507         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7508           Really EOS.
7509
7510 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7511
7512         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7513           Work for truncated (unfinished download etc.) files. Fixes #160514.
7514
7515 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7516
7517         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7518           Fix for integer overflow. Makes #156001 not crash. Probably masks
7519           the real bug.
7520
7521 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7522
7523         * gst/ac3parse/gstac3parse.c: (plugin_init):
7524           Parsers never have ranks. Fixes #159651.
7525
7526 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7527
7528         * gst/playback/gstdecodebin.c: (compare_ranks):
7529           make sure the facotries are ordered the same every time even if they
7530           have the same rank by using the name
7531         * gst/playback/gstdecodebin.c: (find_compatibles):
7532           make sure we don't add factories to the list twice
7533
7534 2004-12-16  David Schleef  <ds@schleef.org>
7535
7536         * configure.ac: look for musepack headers as musepack/*.h
7537         (fixes #159847)
7538         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
7539         * ext/musepack/gstmusepackreader.h: same
7540
7541 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7542
7543         * gst-libs/gst/riff/riff-read.c:
7544         (gst_riff_read_strf_auds_with_data):
7545           Read extradata correctly (fixes #155879).
7546
7547 2004-12-16  David Schleef  <ds@schleef.org>
7548
7549         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
7550         audio.  does _not_ attempt or allow conversion unless channels
7551         is 1 or 2.
7552
7553 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7554
7555         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
7556
7557 2004-12-16  David Schleef  <ds@schleef.org>
7558
7559         * gst/audioscale/gstaudioscale.c: the resample library only
7560         handles 1 or 2 channels.  Change caps to compensate.
7561
7562 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7563
7564         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
7565         (gst_matroska_demux_audio_caps):
7566           Some MPEG-AAC hacks, because else it doesn't work...
7567
7568 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7569
7570         * gst-libs/gst/riff/riff-media.c:
7571         (gst_riff_create_video_caps_with_data),
7572         (gst_riff_create_video_template_caps):
7573           Add h264.
7574
7575 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7576
7577         * gst-libs/gst/audio/Makefile.am:
7578           Try to fix buildbot.
7579
7580 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7581
7582         * gst/tcp/gstmultifdsink.c:
7583           Clean up and uniformize debugging.
7584
7585 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
7586
7587         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7588
7589         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7590         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
7591         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
7592         (gst_mpeg_demux_change_state):
7593           Reset on ready. Fixes 160276.
7594
7595 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
7596
7597         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7598
7599         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7600         (gst_ffmpegcsp_pad_link):
7601           Fix memleak (#154815).
7602
7603 2004-12-16  James Bowes  <bowes@cs.dal.ca>
7604
7605         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7606
7607         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
7608         (gst_musicbrainz_init), (gst_musicbrainz_chain),
7609         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
7610         * ext/musicbrainz/gsttrm.h:
7611           Add support for using a proxy server when getting a trm id from
7612           the MusicBrainz database (#149613).
7613
7614 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
7615
7616         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7617
7618         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
7619         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
7620           Fix memleaks (#157233).
7621
7622 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
7623
7624         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7625
7626         * gst-libs/gst/resample/resample.c: (gst_resample_close):
7627         * gst-libs/gst/resample/resample.h:
7628         * gst/audioscale/gstaudioscale.c:
7629           Fix memleak (#159215).
7630
7631 2004-12-16  Toni Willberg  <toniw@iki.fi>
7632
7633         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7634
7635         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
7636         * sys/oss/oss_probe.c: (main):
7637           Check for mono/stereo support (similar to samplerate probing),
7638           fixes #159433. Also add missing copyright header to oss_probe.c.
7639
7640 2004-12-15  David Schleef  <ds@schleef.org>
7641
7642         * configure.ac: add audioresample and cairo plugins.  Remove
7643         HAVE_MMX stuff, because it's not used.
7644         * ext/Makefile.am: same
7645         * ext/audioresample/Makefile.am: You are not ready for an
7646         audio resampling element based on audioresample.
7647         * ext/audioresample/gstaudioresample.c:
7648         * ext/audioresample/gstaudioresample.h:
7649         * ext/cairo/Makefile.am: You are not ready for overlay elements
7650         based on cairo.  Don't look too closely, these elements kinda
7651         suck right now.
7652         * ext/cairo/gstcairo.c: new
7653         * ext/cairo/gsttextoverlay.c: new
7654         * ext/cairo/gsttextoverlay.h: new
7655         * ext/cairo/gsttimeoverlay.c: new
7656         * ext/cairo/gsttimeoverlay.h: new
7657         * gst-libs/gst/media-info/media-info-priv.h: fix compile
7658         problem with compilers that don't support variadic macros.
7659
7660 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
7661
7662         Reviewed by:  David Schleef  <ds@schleef.org>
7663
7664         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
7665         Bala, registering sunaudiosrc (oops!), and cleaning up code a
7666         bit.  Also ran indent-gst.
7667         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
7668         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
7669         (gst_sunaudiosrc_setparams):
7670
7671 2004-12-14  David Schleef  <ds@schleef.org>
7672
7673         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
7674         output rate to 16000.  Should fix #160235.
7675
7676 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7677
7678         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7679         Add typefinding for mpeg2 pes streams
7680
7681 2004-12-13  David Schleef  <ds@schleef.org>
7682
7683         * configure.ac:  Applied patch from bug #143659, making default
7684         sources and sinks OS-dependent (for Solaris), and added code
7685         for OS/X.
7686         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
7687
7688 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7689
7690         * gst-libs/gst/riff/riff-media.c:
7691           forgot to add h2.64 to avidemux template caps
7692
7693 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7694
7695         * gst/wavenc/riff.h:
7696         * gst-libs/gst/riff/riff-media.c:
7697         * gst-libs/gst/riff/riff-ids.h:
7698         * gst/avi/gstavimux.c
7699         add 4CC code for VideoSoft h264 in AVI (VSSH)
7700           fixes bug #160655
7701         remove s323 from riff, it's quicktime specific :(
7702
7703 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7704
7705         * gst/asfdemux/README
7706         * gst/wavenc/riff.h
7707         * gst-libs/gst/riff/riff-ids.h
7708         * gst-libs/gst/riff/riff-media.c
7709         * gst/qtdemux/qtdemux.c:
7710           add new 4CC codes for h263 related codecs
7711           fixes partially bug #155163
7712
7713 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
7714
7715         * configure.ac: Update polyaudio requirement to 0.7
7716         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
7717
7718 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7719
7720         * gst/interleave/deinterleave.c:
7721         fix my name's spelling! :)
7722
7723 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7724
7725         * AUTHORS ChangeLog
7726         * gst/auparse/gstauparse.c
7727         * gst/interleave/deinterleave.c
7728         * gst/law/:
7729                 alaw-decode.c alaw-encode.c
7730                 mulaw-decode.c mulaw-encode.c
7731         * gst/oneton/gstoneton.c
7732         * sys/osxaudio/:
7733                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
7734         * sys/osxvideo/:
7735                 cocoawindow.h cocoawindow.m
7736                 osxvideosink.h osxvideosink.m
7737
7738         put the same mail address for Zaheer Abbas Merali everywhere
7739
7740 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7741
7742         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
7743           Align by packetsize, and assert that we a packet available before
7744           playing. The first makes webstreams work (they often include
7745           trailing padding data in a packet), the second allows pausing a
7746           ASF stream in totem without getting demux errors afterwards.
7747
7748 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7749
7750         * ext/ogg/gstoggdemux.c: (get_relative):
7751           Check for non-NULL before accessing member (end-of-chain).
7752
7753 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7754
7755         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
7756         (cdparanoia_set_property), (cdparanoia_get_property):
7757         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
7758         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
7759         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
7760         (dvdreadsrc_init), (dvdreadsrc_set_property),
7761         (dvdreadsrc_get_property):
7762         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
7763         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
7764           Synchronize property names where not yet the case. Devices are
7765           now device=X, other versions are deprecated (but still exist).
7766           Also use g_free() unconditionally.
7767         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7768         (setup_source), (gst_play_base_bin_get_property):
7769           Expose source.
7770
7771 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7772
7773         * configure.ac: move GCONF macro outside conditional for the am
7774           conditional. Fixes #160439
7775
7776 2004-12-08  David Schleef  <ds@schleef.org>
7777
7778         * tools/gst-visualise-m.m: Switch to elements that currently
7779         exist.
7780
7781 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7782
7783         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7784           We love wrong commas.
7785
7786 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7787
7788         * gst/matroska/matroska-demux.c:
7789         (gst_matroska_demux_handle_src_query):
7790           Don't set DEFAULT, unsupported - makes length display incorrectly
7791           in some cases.
7792
7793 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7794
7795         * gst/monoscope/README: remove blurb about files being GPL
7796         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
7797         * gst/monoscope/monoscope.c: Change license to BSD with explanation
7798           monoscope is now effectively LGPL licensed
7799
7800 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7801
7802         * gst/monoscope/README: Update information to be more correct
7803         * gst/monoscope/convolve.c: Relicense to LGPL
7804         * gst/monoscope/convolve.h: Relicense to LGPL
7805
7806 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
7807
7808         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
7809           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
7810         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
7811           set default_duration for mpeg1 audio
7812
7813 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7814
7815         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
7816         * ext/alsa/gstalsa.h:
7817           refactor big chunks of the core caps negotiation code to make it
7818           a lot faster, because people claim it's really slow
7819           (actually, just cache the getcaps when the device is opened)
7820
7821 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7822
7823         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
7824         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
7825         (gst_a52dec_handle_frame), (gst_a52dec_chain),
7826         (gst_a52dec_change_state), (plugin_init):
7827         * ext/a52dec/gsta52dec.h:
7828           Do something useful with timestamps. Make chain-based (since
7829           there's really no reason to be loopbased).
7830         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
7831           Update current_byte/frame correctly.
7832
7833 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7834
7835         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
7836         (gst_ape_demux_stream_init):
7837           Forward tags, too.
7838
7839 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7840
7841         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
7842           Let's make sure we're done typefinding when detecting tags.
7843
7844 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7845
7846         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
7847         (gst_ebml_read_init), (gst_ebml_read_use_event),
7848         (gst_ebml_read_element_id), (gst_ebml_peek_id),
7849         (gst_ebml_read_seek), (gst_ebml_read_skip),
7850         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
7851         (gst_ebml_read_master):
7852         * gst/matroska/ebml-read.h:
7853         * gst/matroska/matroska-demux.c:
7854         (gst_matroska_demux_parse_contents),
7855         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
7856           Disgustingly evil hack for working around INTERRUPT events and
7857           their extremely annoying habit of being a pain in the ass. We
7858           simply peek a cluster before reading any of it.
7859
7860 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7861
7862         * ext/musepack/gstmusepackdec.cpp:
7863           There's also floating point libmusepacks.
7864
7865 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7866
7867         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
7868         (gst_faad_chanpos_to_gst), (gst_faad_chain):
7869           Set DURATION even if source buffer didn't. Also use increasing
7870           timestamps.
7871         * gst-libs/gst/riff/riff-media.c:
7872         (gst_riff_create_audio_caps_with_data):
7873           Block_align can have larger values than 8192.
7874
7875 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7876
7877         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
7878         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
7879         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
7880         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
7881           Fix caps.
7882
7883 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7884
7885         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
7886           Fix logic bug.
7887
7888 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7889
7890         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
7891           Yay, another one.
7892
7893 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7894
7895         * ext/esd/esdsink.c: (gst_esdsink_chain):
7896           Make error actually say something useful (fixes #156798).
7897         * gst-libs/gst/riff/riff-media.c:
7898         (gst_riff_create_video_caps_with_data),
7899         (gst_riff_create_video_template_caps):
7900           Add Intel Video 5.0 fourcc (IV50).
7901
7902 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
7903
7904         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
7905         detection on mono and stereo mp3 files.
7906
7907 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7908
7909         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
7910           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
7911           the contained stream).
7912
7913 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7914
7915         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
7916           Oops, remove debug.
7917
7918 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
7919
7920         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7921
7922         * gst/law/alaw-decode.c: (alawdec_getcaps):
7923         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
7924           Prevent warnings when negotiating caps (fixes #159338).
7925
7926 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7927
7928         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7929         (gst_ffmpegcsp_chain):
7930           Remove old leftover that shouldn't be there...
7931
7932 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
7933
7934         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7935
7936         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
7937           Don't forward DISCONT events (fixes #159684).
7938
7939 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7940
7941         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
7942           Unlink manually since sometimes bin disposal (and therefore
7943           pad unlinking) is delayed, which will cause a new media file
7944           to not be able to start playing instantly.
7945
7946 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7947
7948         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
7949           On mute of an unlinked stream, check for pad availability so
7950           we don't crash on unlinked pad.
7951
7952 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7953
7954         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7955         (gst_avi_demux_massage_index):
7956           Fix quite humiliating bug in omitting 0-sized index chunks but
7957           forgetting to count them for timestamps.
7958
7959 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7960
7961         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
7962           Actually leave the loop if we failed to sync. Don't crash.
7963
7964 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7965
7966         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
7967         (gst_dvd_demux_process_private):
7968         * gst/mpegstream/gstdvddemux.h:
7969           Fix crash (#159759). Doesn't work, though. :-(.
7970
7971 2004-11-28  Benjamin Otte  <otte@gnome.org>
7972
7973         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
7974           more overwriting protection due to modifying channels one by one
7975           instead of all at once
7976
7977 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7978
7979         * gst/audioconvert/gstchannelmix.c:
7980         (gst_audio_convert_fill_normalize):
7981           Normalize using absolute values.
7982
7983 2004-11-28  Julien MOUTTE  <julien@moutte.net>
7984
7985         * configure.ac:
7986         * ext/Makefile.am:
7987         * ext/directfb/Makefile.am:
7988         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
7989         (gst_directfbvideosink_get_pixel_format),
7990         (gst_directfbvideosink_get_format_from_fourcc),
7991         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
7992         (gst_directfbvideosink_sink_link),
7993         (gst_directfbvideosink_change_state),
7994         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
7995         (gst_directfbvideosink_buffer_alloc),
7996         (gst_directfbvideosink_interface_supported),
7997         (gst_directfbvideosink_interface_init),
7998         (gst_directfbvideosink_navigation_send_event),
7999         (gst_directfbvideosink_navigation_init),
8000         (gst_directfbvideosink_set_property),
8001         (gst_directfbvideosink_get_property),
8002         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8003         (gst_directfbvideosink_base_init),
8004         (gst_directfbvideosink_class_init),
8005         (gst_directfbvideosink_get_type), (plugin_init):
8006         * ext/directfb/directfbvideosink.h: Adding a first version of
8007         directfbvideosink.
8008         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8009         more.
8010
8011 2004-11-28  Benjamin Otte  <otte@gnome.org>
8012
8013         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8014           walk the samples backwards if out_channels > in_channels so we don't
8015           overwrite data
8016
8017 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8018
8019         * gst/audioconvert/Makefile.am:
8020         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8021         (gst_audio_convert_link), (gst_audio_convert_change_state),
8022         (gst_audio_convert_channels):
8023         * gst/audioconvert/gstchannelmix.c:
8024         (gst_audio_convert_unset_matrix),
8025         (gst_audio_convert_fill_identical),
8026         (gst_audio_convert_fill_compatible),
8027         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8028         (gst_audio_convert_fill_others),
8029         (gst_audio_convert_fill_normalize),
8030         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8031         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8032         * gst/audioconvert/gstchannelmix.h:
8033           Implement a channel mixer.
8034
8035 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8036
8037         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8038         * ext/alsa/gstalsa.h:
8039         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8040         Make alsasink actually honor gst_element_set_clock and use that
8041         clock instead of its internal one.
8042
8043 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8044
8045         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8046         (gst_play_base_bin_change_state): nullify source and decoder when
8047         going from READY to NULL so that we don't try to do weird stuff with
8048         them when going from NULL to READY
8049         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8050         instead of g_object_unref
8051         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8052         it should be correct
8053         (gst_play_bin_change_state): don't call remove_sinks if we are
8054         currently disposing the object
8055
8056 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8057
8058         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8059           Don't forget bass if it's there. Else left channel is silent...
8060
8061 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8062
8063         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8064         (gst_a52dec_change_state):
8065           Don't do sample adjusting anymore, we use float audio now.
8066         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8067           Don't fixate to non-existing properties.
8068
8069 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8070
8071         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8072         (gst_a52dec_change_state):
8073           Advertise that we can do surround sound.
8074
8075 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8076
8077         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8078           Add buffer-frames=0.
8079         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8080         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8081         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8082         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8083         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8084         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8085         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8086         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8087         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8088         * ext/dvdread/dvdreadsrc.h:
8089           Add seeking, querying for bytes, sectors, title, angle and
8090           chapter. Handle multiple chapters. Relicense to LGPL because
8091           Billy agreed on that (thanks Billy!).
8092
8093 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8094
8095         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8096         call parent dispose method
8097
8098 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8099
8100         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8101         (gst_audio_clock_get_internal_time):
8102         Fix active <-> inactive transitions: ensure time value always
8103         grows and avoid abrupt value changes.
8104
8105 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8106
8107         * configure.ac:
8108         * gst/tta/Makefile.am:
8109         * gst/tta/crc32.h:
8110         * gst/tta/filters.h:
8111         * gst/tta/gsttta.c:
8112         * gst/tta/gstttadec.c:
8113         * gst/tta/gstttadec.h:
8114         * gst/tta/gstttaparse.c:
8115         * gst/tta/gstttaparse.h:
8116         * gst/tta/ttadec.h:
8117           added TTA parser and decoder
8118
8119 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8120
8121         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8122         (probe_triggered), (check_queue), (buffer_underrun),
8123         (buffer_running), (buffer_overrun), (gen_source_element),
8124         (setup_source):
8125         * gst/playback/gstplaybasebin.h:
8126           Implement buffering. Needs some more work.
8127
8128 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8129
8130         * ext/theora/theoradec.c: (theora_dec_chain):
8131           Fix ilog mask range overflow.
8132
8133 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8134
8135         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8136           Don't omit the last (which in case of dmix is the only :) )
8137           channel count. Don't set channels if <= 2.
8138
8139 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8140
8141         * gst/playback/gstplaybin.c: (gen_video_element),
8142         (gen_audio_element): Removed 2 obsolete comments
8143
8144 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8145
8146         * ext/vorbis/oggvorbisenc.c
8147         * ext/vorbis/vorbisenc.c :
8148           change description fields of those plugins to differentiate them
8149           (pitivi show Encoders by description, they had the same one)
8150
8151 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8152
8153         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8154
8155         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8156         (gst_play_bin_set_property), (gen_video_element),
8157         (gen_audio_element):
8158           Refcounting fixes for provided audio-/videosinks.
8159
8160 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8161
8162         * gst/playback/gstplaybin.c: (gen_video_element),
8163         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8164           Don't reference all sinks, but only the video- and audiosinks.
8165           The vis. element should be disposed when we're done with it.
8166           We don't have any reason to keep it around. This fixes warnings
8167           when reusing playbin for playing multiple audio files with
8168           vis. enabled. Also release audio device on pause - idea stolen
8169           from Rhythmbox.
8170
8171 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8172
8173         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8174         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8175         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8176         * ext/alsa/gstalsaplugin.c: (plugin_init):
8177         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8178         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8179         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8180         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8181         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8182         (gst_faad_change_state), (plugin_init):
8183         * ext/faad/gstfaad.h:
8184         * ext/vorbis/vorbis.c: (plugin_init):
8185         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8186         * gst-libs/gst/audio/Makefile.am:
8187         * gst-libs/gst/audio/audio.c: (plugin_init):
8188         * gst-libs/gst/audio/multichannel.c:
8189         (gst_audio_check_channel_positions),
8190         (gst_audio_get_channel_positions),
8191         (gst_audio_set_channel_positions),
8192         (gst_audio_set_structure_channel_positions_list),
8193         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8194         (gst_audio_fixate_channel_positions):
8195         * gst-libs/gst/audio/multichannel.h:
8196         * gst-libs/gst/audio/testchannels.c: (main):
8197         * gst/audioconvert/gstaudioconvert.c:
8198         (gst_audio_convert_class_init), (gst_audio_convert_init),
8199         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8200         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8201         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8202         * gst/audioconvert/plugin.c: (plugin_init):
8203           Surround sound support.
8204
8205 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8206
8207         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8208           Fix position for discont if we're close as well. Nitpicking, but
8209           saves a few milliseconds of extra waiting or skipping.
8210
8211 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8212
8213         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8214           We sometimes need parsers for playback, so add those too.
8215
8216 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8217
8218         * configure.ac:
8219         * gst/apetag/Makefile.am:
8220         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8221         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8222         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8223         (gst_ape_demux_get_src_query_types),
8224         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8225         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8226         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8227         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8228         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8229         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8230         (gst_ape_demux_change_state):
8231         * gst/apetag/apedemux.h:
8232         * gst/apetag/apetag.c: (plugin_init):
8233         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8234         (plugin_init):
8235           APE v1/2 tag reader plus typefind function.
8236
8237 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8238
8239         * configure.ac:
8240         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8241         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8242           Remove hacks for older core. Require newer core version
8243           accordingly.
8244
8245 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8246
8247         * gst/cdxaparse/Makefile.am:
8248         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8249         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8250         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8251         * gst/cdxaparse/gstcdxaparse.h:
8252         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8253         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8254         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8255         (gst_cdxastrip_get_src_query_types),
8256         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8257         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8258         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8259         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8260         * gst/cdxaparse/gstcdxastrip.h:
8261           SVCD/VCD header stripping separated from CDXA image parsing.
8262         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8263         (plugin_init):
8264           Add VCD/SVCD header typefinding for VCD/SVCD.
8265         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8266         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8267         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8268         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8269         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8270         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8271         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8272         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8273         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8274         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8275         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8276         * sys/vcd/vcdsrc.h:
8277           Fix up, add seeking, querying, URI interface. Works in totem now.
8278
8279 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8280
8281         * configure.ac:
8282           back to CVS
8283
8284 === release 0.8.6 ===
8285
8286 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8287
8288         * NEWS:
8289         * RELEASE:
8290         * configure.ac:
8291         * po/af.po:
8292         * po/az.po:
8293         * po/cs.po:
8294         * po/en_GB.po:
8295         * po/hu.po:
8296         * po/it.po:
8297         * po/nb.po:
8298         * po/nl.po:
8299         * po/or.po:
8300         * po/sq.po:
8301         * po/sr.po:
8302         * po/sv.po:
8303         * po/uk.po:
8304           releasing 0.8.6, "IOU Love"
8305
8306 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8307
8308         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8309
8310         * gst/playback/gstplaybasebin.c:
8311           Fix unplayable files error handling.  Fixes #158365
8312
8313 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8314
8315         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8316
8317         * gst/typefind/gsttypefindfunctions.c:
8318           Fix broken mp3 typefinding.  Fixes #158375
8319
8320 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8321
8322         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8323
8324         * ext/ogg/gstoggdemux.c:
8325           Fix sync on broken files.  Fixes #158976
8326
8327 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8328
8329         patch by: Edward Hervey <bilboed@bilboed.com>
8330
8331         * ext/libpng/gstpngenc.c:
8332           Copy over buffer properties.  Fixes #158832
8333
8334 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8335
8336         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
8337
8338         * ext/dvdread/dvdreadsrc.c:
8339           Fixes invalid reads (#158462)
8340
8341 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8342
8343         * sys/v4l/gstv4lsrc.c:
8344         * sys/v4l/gstv4lsrc.h:
8345         * sys/v4l/v4lsrc_calls.c:
8346           Probe less and cache it.  Fixes #159187.
8347
8348 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8349
8350         * gst/videorate/gstvideorate.c:
8351           Handle all video formats. Fixes #159186.
8352
8353 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
8354         * gst/synaesthesia/gstsynaesthesia.c:
8355         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
8356         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
8357         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
8358         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
8359         (gst_synaesthesia_change_state), (plugin_init):
8360         Fix up synaesthesia to work under different samplerates/ buffer sizes.
8361         Force 320x200 output, as that's the only thing the underlying
8362         synaesthesia implementation supports. Still needs to be made
8363         re-entrant.
8364
8365 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8366
8367         * configure.ac:
8368           Fix mpeg2enc configure check (similar to mplex check below).
8369
8370 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
8371
8372         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8373
8374         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8375           Fix for gcc-2.95 (fixes #158221).
8376
8377 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8378
8379         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8380           Re-add clock distribution hack (until new core is released).
8381           Fixes #158125.
8382
8383 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
8384         * configure.ac:
8385           fix mplex configure check segfaulting on some systems (bug #140994)
8386
8387 2004-11-13  Benjamin Otte  <otte@gnome.org>
8388
8389         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
8390           add debugging
8391         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8392           do a wait when we enter the loop func with no data available to
8393           write instead of getting into an 100% CPU loop by just returning and
8394           being called again by the scheduler
8395
8396 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
8397
8398         * configure.ac:
8399         * ext/libvisual/visual.c: (gst_visual_get_type),
8400         (libvisual_log_handler), (gst_visual_getcaps),
8401         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
8402         (plugin_init):
8403           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
8404         * ext/smoothwave/Makefile.am:
8405         * ext/smoothwave/demo-osssrc.c: (main):
8406         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
8407         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
8408         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
8409         (plugin_init):
8410         * ext/smoothwave/gstsmoothwave.h:
8411           Make gstsmoothwave a working element in the 20th century.
8412
8413         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
8414           Fix incorrect link function
8415
8416 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8417
8418         * gst/volume/gstvolume.c:
8419           Allow buffer-frames=0.
8420
8421 2004-11-12 Iain <iaingnome@gmail.com>
8422
8423         * configure.ac: Check for polypaudio
8424
8425         * ext/Makefile.am: Build the polyp dir
8426
8427         * ext/polyp: The polypsink sources.
8428
8429 2004-10-30 Iain <iaingnome@gmail.com>
8430
8431         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
8432         caps to reflect the new number of channels.
8433
8434 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8435
8436         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8437           Fix for negotiation order problem. This would show when the
8438           ALSA loopfuction was called before any other function. ALSA
8439           wouldn't do anything because we're not negotiated yet, leading
8440           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
8441
8442 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8443
8444         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8445
8446         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8447           No warnings (#157986).
8448
8449 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8450
8451         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8452           Prefer apev1/2 and id3v1 (at end of file) over musepack.
8453
8454 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8455
8456         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
8457           Signal no-more-pads (so it works in playbin).
8458
8459 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8460
8461         * ext/musepack/gstmusepackreader.cpp:
8462           Workaround for older core.
8463
8464 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8465
8466         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
8467           Actually test for odd width/height rather than testing whether
8468           a temporary variable that was 0 before we subtracted 1 is now
8469           not equal to zero (which it always is).
8470
8471 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8472
8473         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8474         Fix compilation if HAVE_XVIDEO is not defined
8475
8476 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8477
8478         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8479         Fix compilation if HAVE_XVIDEO is not defined
8480
8481 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
8482
8483         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
8484         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
8485         (gst_goom_change_state), (plugin_init):
8486         Use the bytestream adapter so goom doesn't depend on the input
8487         buffer size.
8488         Add a debug category
8489
8490 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8491
8492         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
8493           Only set hardware parameters *after* negotiation. Before
8494           negotiation, it will set ANY and that seems to cause crashes
8495           (see e.g. #151288, #153227).
8496
8497 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8498
8499         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
8500           This seems to be antique leftover. It needs to pass error
8501           checking.
8502         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
8503         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
8504         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
8505         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
8506           Fix GstXOverlay implementation (#151059).
8507
8508 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8509
8510         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8511           Don't assert (#157853).
8512
8513 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8514
8515         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
8516           Fix bytes/samples confustion.
8517         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
8518           Fix for underrun (#144389).
8519
8520 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8521
8522         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8523           Disable halfway-seek for pending release (since it needs a new
8524           core release).
8525
8526 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8527
8528         * sys/v4l/gstv4lsrc.c:
8529         * sys/v4l/gstv4lsrc.h:
8530         * sys/v4l/v4lsrc_calls.c:
8531           add autoprobe-fps property so we can separate autoprobing parts
8532
8533 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8534
8535         * sys/v4l/gstv4lsrc.c:
8536         * sys/v4l/v4lsrc_calls.c:
8537         initialise fourcc to catch unset fourcc's, and debug
8538
8539 2004-11-09  Wim Taymans  <wim@fluendo.com>
8540
8541         * gst/playback/README:
8542         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8543         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8544         (gst_play_bin_dispose), (gst_play_bin_set_property),
8545         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
8546         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
8547         (gst_play_bin_get_formats), (gst_play_bin_convert),
8548         (gst_play_bin_get_query_types), (gst_play_bin_query):
8549         Cleanups and some more documentation.
8550
8551 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
8552
8553         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
8554         (gst_cacasink_init), (gst_cacasink_chain):
8555         * ext/libcaca/gstcacasink.h:
8556         Cacasink inherits from VideoSink, so let that store the clock.
8557
8558 2004-11-09  Wim Taymans  <wim@fluendo.com>
8559
8560         * gst/playback/README:
8561         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
8562         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
8563         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
8564         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
8565         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
8566         (setup_sinks):
8567         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
8568         (gst_stream_info_is_mute), (gst_stream_info_set_property):
8569         * gst/playback/gststreaminfo.h:
8570         Updated README.
8571         Only switch groups if all streams have muted (EOSed).
8572         Send Tags in sync with the stream playback instead of in
8573         the playback/preroll phase.
8574         Some cleanups, free the fakesrc elements.
8575
8576 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8577
8578         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
8579           buffer-frames property was missing
8580         * ext/arts/gst_arts.c:
8581           rate missing from sinkcaps
8582         * ext/audiofile/gstafparse.c:
8583         * ext/audiofile/gstafsink.c:
8584         * ext/audiofile/gstafsrc.c:
8585         * ext/swfdec/gstswfdec.c:
8586           int audio doesn't know buffer-frames
8587         * ext/cdparanoia/gstcdparanoia.c:
8588           int audio doesn't know chunksize either
8589         * ext/nas/nassink.c:
8590           it's endianness, not endianess
8591         * gst-libs/gst/audio/audio.h:
8592           make float standard pad template caps really describe float
8593         * gst/law/mulaw.c: (linear_factory):
8594           signed only, please
8595         * gst/mpegstream/gstdvddemux.c:
8596           widths of 20 are not valid
8597
8598 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8599
8600         Submitted by: Luca Ferretti <elle.uca@infinito.it>
8601
8602         * po/LINGUAS:
8603         * po/it.po:
8604           Add Italian
8605
8606 2004-11-08  Wim Taymans  <wim@fluendo.com>
8607
8608         * gst/playback/README:
8609         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8610         * gst/playback/gstplaybasebin.c: (probe_triggered),
8611         (gst_play_base_bin_change_state):
8612         Updated README, added more comments for fixmes etc..
8613
8614 2004-11-08  Wim Taymans  <wim@fluendo.com>
8615
8616         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8617         We can remove this hack now.
8618
8619 2004-11-08  Wim Taymans  <wim@fluendo.com>
8620
8621         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
8622         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8623         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
8624         Only mix AYUV for maximum quality.
8625
8626 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8627
8628         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
8629         (gst_ogg_demux_push), (gst_ogg_pad_push):
8630           Let's act as if we're synchronized now! :).
8631         * ext/theora/theoradec.c: (theora_dec_chain):
8632           Add some debug.
8633
8634 2004-11-08  Wim Taymans  <wim@fluendo.com>
8635
8636         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8637         (gst_alpha_set_property), (gst_alpha_sink_link),
8638         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
8639         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
8640         (gst_alpha_init_params), (gst_alpha_chain):
8641         Implement alpha functions for AYUV too, this increases
8642         accuracy quite a bit.
8643
8644 2004-11-08  Wim Taymans  <wim@fluendo.com>
8645
8646         * gst/ffmpegcolorspace/avcodec.h:
8647         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8648         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8649         (gst_ffmpegcsp_avpicture_fill):
8650         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8651         (gst_ffmpegcsp_caps_remove_format_info):
8652         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8653         (shrink12), (img_get_alpha_info), (deinterlace_line),
8654         (deinterlace_line_inplace):
8655         * gst/ffmpegcolorspace/imgconvert_template.h:
8656         Added AYUV colorspace and handle RGBA a bit more respectful.
8657
8658 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8659
8660         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8661           Actually always send a discont (cornercase when resending the
8662           same serial-tagged chain twice).
8663
8664 2004-11-08  Julien MOUTTE  <julien@moutte.net>
8665
8666         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
8667         (gst_ximagesink_finalize):
8668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8669         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
8670
8671 2004-11-08  Wim Taymans  <wim@fluendo.com>
8672
8673         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
8674         Don't segfault on NULL data.
8675
8676 2004-11-08  Wim Taymans  <wim@fluendo.com>
8677
8678         * gst/playback/gstdecodebin.c: (unlinked):
8679         * gst/playback/gstplay-marshal.list:
8680         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8681         (gst_play_base_bin_init), (group_create), (get_active_group),
8682         (get_building_group), (group_destroy), (group_commit),
8683         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
8684         (add_element_stream), (no_more_pads), (probe_triggered),
8685         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
8686         (state_change), (setup_source), (gst_play_base_bin_get_property),
8687         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8688         (gst_play_base_bin_link_stream),
8689         (gst_play_base_bin_get_streaminfo):
8690         * gst/playback/gstplaybasebin.h:
8691         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8692         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
8693         Add support for chained ogg files. Prepare for playlist
8694         support. This patch introduces the concept of pad groups, which
8695         together compose one playable media file.
8696
8697 2004-11-07  David Schleef  <ds@schleef.org>
8698
8699         * testsuite/gst-lint: Check for pad templates that aren't statically
8700         scoped.
8701
8702 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8703
8704         * configure.ac:
8705         * ext/Makefile.am:
8706         * ext/musepack/Makefile.am:
8707         * ext/musepack/gstmusepackdec.cpp:
8708         * ext/musepack/gstmusepackdec.h:
8709         * ext/musepack/gstmusepackreader.cpp:
8710         * ext/musepack/gstmusepackreader.h:
8711           Add musepack decoder.
8712         * ext/faad/gstfaad.c: (gst_faad_base_init):
8713           Make pad templates static.
8714         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8715         (plugin_init):
8716           Add musepack typefinder, make mp3 typefinding work halfway stream,
8717           which doesn't actually work yet because id3demux doesn't implement
8718           _get_length().
8719
8720 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8721
8722         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8723         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
8724           Fix interrupt event handling (#144436).
8725
8726 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8727
8728         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
8729           Hide unused glory.
8730
8731 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8732
8733         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8734
8735         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
8736           Fix weird caps (#157548).
8737
8738 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8739
8740         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8741
8742         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
8743           Add missing NULL terminator (#157543).
8744
8745 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8746
8747         * gst/tcp/gsttcp.h:
8748         * gst/tcp/gsttcpclientsink.c:
8749         * gst/tcp/gsttcpclientsrc.c:
8750         * gst/tcp/gsttcpserversink.c:
8751         * gst/tcp/gsttcpserversrc.c:
8752           ports can go up to 65535.  Move common defines to gsttcp.h
8753
8754 2004-11-05  Wim Taymans  <wim@fluendo.com>
8755
8756         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
8757         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
8758         Added two more colorspaces.
8759
8760 2004-11-05  Wim Taymans  <wim@fluendo.com>
8761
8762         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8763         (gst_ffmpegcsp_avpicture_fill):
8764         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8765         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
8766         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
8767         More stride fixes.
8768
8769 2004-11-05  Wim Taymans  <wim@fluendo.com>
8770
8771         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
8772         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
8773         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
8774         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
8775         (gst_videomixer_loop):
8776         More stride fixes.
8777
8778 2004-11-05  Benjamin Otte  <otte@gnome.org>
8779
8780         * ext/mad/gstmad.c: (gst_mad_chain):
8781           don't overflow data buffer. Flush not needed sync data when syncing
8782           failed.
8783
8784 2004-11-04  Wim Taymans  <wim@fluendo.com>
8785
8786         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8787         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
8788         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
8789         (gst_alpha_init_params), (gst_alpha_chain),
8790         (gst_alpha_change_state):
8791         Updated the chroma keying algorithm with something more
8792         sophisticated.
8793
8794 2004-11-03  Wim Taymans  <wim@fluendo.com>
8795
8796         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
8797         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8798         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
8799         Fix stride issues. Does not completely work for odd
8800         heights.
8801
8802 2004-11-03  Wim Taymans  <wim@fluendo.com>
8803
8804         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8805         (gst_alpha_chroma_key), (gst_alpha_chain):
8806         Fix stride issues. Does not completely work for odd
8807         heights.
8808
8809 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
8810
8811         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
8812         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
8813         leak fixes
8814
8815 2004-11-03  Wim Taymans  <wim@fluendo.com>
8816
8817         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8818         (gst_ffmpegcsp_avpicture_fill):
8819         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8820         (avpicture_alloc):
8821         * gst/ffmpegcolorspace/imgconvert_template.h:
8822         Use correct _fill function to get correct strides.
8823
8824 2004-11-02  David Schleef  <ds@schleef.org>
8825
8826         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8827         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
8828         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
8829         Change all g_print()s to debugging.  Add a bunch of consistency
8830         checks.
8831
8832 2004-11-02  Wim Taymans  <wim@fluendo.com>
8833
8834         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8835         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
8836         (unlinked), (no_more_pads), (close_link):
8837         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8838         (unknown_type), (add_element_stream), (new_decoded_pad),
8839         (removed_decoded_pad), (setup_source):
8840         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
8841         (gst_stream_info_class_init), (gst_stream_info_init),
8842         (gst_stream_info_new), (gst_stream_info_dispose),
8843         (stream_info_mute_pad), (gst_stream_info_set_property),
8844         (gst_stream_info_get_property):
8845         * gst/playback/gststreaminfo.h:
8846         Fix playback of multiple files.
8847         a slightly different approach to handling dynamic pad removals.
8848         This one only looks at pads that we have linked.
8849
8850 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
8851
8852         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
8853         free" warning from libc.
8854
8855 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8856
8857         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8858         (get_unconnected_element), (remove_starting_from), (pad_removed),
8859         (close_link):
8860           Implement support for dynamic pad changing. We listen to "live"
8861           pad removals (i.e. while playing) and re-setup autoplugging
8862           after that. Playbasebin/playbin need some more work for this
8863           to finally work, but decodebin supports (and replugs) chained
8864           ogg now.
8865
8866 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
8867
8868         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
8869         (gst_alsa_finalize):
8870         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
8871         (gst_cdaudio_finalize):
8872         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8873         (cdparanoia_finalize):
8874         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
8875         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
8876         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8877         (dvdreadsrc_finalize):
8878         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
8879         (gst_flacdec_finalize):
8880         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
8881         (gst_flacenc_finalize):
8882         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
8883         (gst_gnomevfssink_finalize):
8884         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
8885         (gst_gnomevfssrc_finalize):
8886         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
8887         (gst_fameenc_finalize):
8888         * ext/nas/nassink.c: (gst_nassink_class_init),
8889         (gst_nassink_finalize):
8890         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
8891         (gst_sdlvideosink_class_init):
8892         * ext/sndfile/gstsf.c: (gst_sf_dispose):
8893         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
8894         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
8895         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
8896         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
8897         (gst_x_window_listener_dispose):
8898         * gst/audioscale/gstaudioscale.c:
8899         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
8900         (play_on_demand_finalize):
8901         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
8902         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
8903         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
8904         (cdplayer_finalize):
8905         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
8906         (gst_glimagesink_class_init):
8907         * sys/oss/gstosselement.c: (gst_osselement_class_init),
8908         (gst_osselement_finalize):
8909         * sys/oss/gstosssink.c: (gst_osssink_dispose):
8910         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
8911         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
8912           Fixes a bunch of problems with finalize and dispose functions,
8913           either assumptions that dispose is only called once, or not calling
8914           the parent class dispose/finalize function
8915
8916 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
8917
8918         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
8919           added two api precondition guards
8920           use g_strdup with getenv to fix crash when using ENVVAR
8921
8922 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
8923         * ext/esd/esdsink.c: (gst_esdsink_class_init),
8924         (gst_esdsink_finalize):
8925         Use a finalize function, not dispose, and more importantly,
8926         call the parent class finalize function too
8927
8928 2004-11-01  Johan Dahlin  <johan@gnome.org>
8929
8930         * ext/ogg/gstoggdemux.c:
8931         * gst/tags/gstvorbistag.c:
8932         Plug leaks.
8933
8934 2004-10-31  Benjamin Otte  <otte@gnome.org>
8935
8936         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
8937           lotsa memleaks today. But they're all small...
8938
8939 2004-10-31  Benjamin Otte  <otte@gnome.org>
8940
8941         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8942           another memleak crushed
8943
8944 2004-10-31  Benjamin Otte  <otte@gnome.org>
8945
8946         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
8947           fix memleak
8948
8949 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8950
8951         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8952           Hack to prevent crash when going to READY inside signal handler
8953           while this function is active.
8954
8955 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8956
8957         * gst/ffmpegcolorspace/Makefile.am:
8958         * gst/ffmpegcolorspace/avcodec.h:
8959         * gst/ffmpegcolorspace/common.h:
8960         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
8961         * gst/ffmpegcolorspace/dsputil.h:
8962         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
8963         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8964         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
8965         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
8966         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
8967         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
8968         (gst_ffmpegcsp_avpicture_fill):
8969         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
8970         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8971         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
8972         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
8973         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
8974         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
8975         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
8976         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
8977         * gst/ffmpegcolorspace/imgconvert.c:
8978         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
8979         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
8980         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
8981         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
8982         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
8983         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
8984         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
8985         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
8986         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
8987         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
8988         (grow21), (grow22), (grow41), (grow44), (conv411),
8989         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
8990         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
8991         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
8992         (avpicture_free), (is_yuv_planar), (img_convert),
8993         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
8994         (deinterlace_line_inplace), (deinterlace_bottom_field),
8995         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
8996         * gst/ffmpegcolorspace/imgconvert_template.h:
8997         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
8998         * gst/ffmpegcolorspace/mmx.h:
8999         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9000         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9001         (av_freep), (avcodec_get_context_defaults),
9002         (avcodec_alloc_context), (avcodec_init):
9003           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9004           handling plus update from ffmpeg CVS. Large clean-up.
9005
9006 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9007
9008         * gst/playback/Makefile.am:
9009           We need the marshallers for decodebin, too.
9010
9011 2004-10-30  David Schleef  <ds@schleef.org>
9012
9013         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9014           quicktime typefinding work with 64-bit offsets.
9015
9016 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9017
9018         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9019           Set EOS on the element when processing an EOS event.
9020         * ext/speex/gstspeexdec.h:
9021         * ext/speex/gstspeexenc.h:
9022           Only keep a const ptr to the mode
9023         * gst-libs/gst/riff/riff-media.c:
9024         (gst_riff_create_audio_caps_with_data),
9025         (gst_riff_create_audio_template_caps):
9026           Allow WMAV3, with up to 6 channels.
9027         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9028           Don't call gst_pad_set_event_function on a sink pad.
9029         * gst/mpegstream/gstdvddemux.c:
9030         (gst_dvd_demux_get_subpicture_stream),
9031         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9032           Copy the explicit caps that were set across to the cur_* pads,
9033           instead of trying to use a possibly non-existent negotiated caps.
9034           Reset the type of subpicture pads to UNKNOWN after calling
9035           init_stream, so that the caps get set.
9036
9037 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9038
9039         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9040
9041         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9042           Don't touch buffer if it is of size 0 (fixes #151064).
9043
9044 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9045
9046         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9047           Synchronized discont handling.
9048
9049 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9050
9051         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9052         (gst_ogg_demux_push):
9053           Make seeking sort-of exact again (fixes #156387).
9054
9055 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9056
9057         * gst/playback/gstplaybasebin.c: (unknown_type),
9058         (add_element_stream), (new_decoded_pad),
9059         (gst_play_base_bin_change_state):
9060         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9061         (gst_stream_info_init), (gst_stream_info_new),
9062         (gst_stream_info_dispose), (gst_stream_info_get_property):
9063         * gst/playback/gststreaminfo.h:
9064           Make caps explicitely available. Makes testing for unsupported
9065           types possible. Improves error reporting.
9066
9067 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9068
9069         * gst/audioconvert/gstaudioconvert.c:
9070         (gst_audio_convert_buffer_to_default_format):
9071           Really don't touch read-only buffers (#156563).
9072
9073 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9074
9075         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9076
9077         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9078           Fix memleak (#155223).
9079
9080 2004-10-29  Wim Taymans  <wim@fluendo.com>
9081
9082         * gst/tcp/.cvsignore:
9083         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9084         (gst_multifdsink_class_init), (gst_multifdsink_init),
9085         (gst_multifdsink_add), (gst_multifdsink_remove),
9086         (gst_multifdsink_remove_client_link), (is_sync_frame),
9087         (gst_multifdsink_new_client),
9088         (gst_multifdsink_handle_client_write),
9089         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9090         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9091         (gst_multifdsink_get_property):
9092         * gst/tcp/gstmultifdsink.h:
9093         Added burst on connect sync_method, deprecated sync_clients,
9094         streamlined the sync code some more.
9095
9096 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9097
9098         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9099         (gst_play_base_bin_change_state):
9100           Improve error reporting.
9101
9102 2004-10-28  Wim Taymans  <wim@fluendo.com>
9103
9104         * gst/tcp/Makefile.am:
9105         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9106         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9107         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9108         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9109         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9110         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9111         (gst_fdset_wait):
9112         Added more locks around fdset structures. Fixed/reworked
9113         the poll array resizing code.
9114         Added stress test for fdset.
9115
9116 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9117
9118         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9119         fix build
9120
9121 2004-10-28  Benjamin Otte  <otte@gnome.org>
9122
9123         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9124           fix link function to always query channels and query width for
9125           floats
9126         * configure.ac:
9127           add equalizer dir
9128         * gst/equalizer/Makefile.am:
9129         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9130         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9131         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9132         (arg_to_scale), (setup_filter),
9133         (gst_iir_equalizer_compute_frequencies),
9134         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9135         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9136         (plugin_init):
9137           add an equalizer
9138
9139 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9140
9141         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9142
9143         * po/LINGUAS:
9144         * po/nb.po:
9145           Added Norwegian Bokmaal translation
9146
9147 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9148
9149         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9150           Don't break on options (fixes #156488).
9151
9152 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9153
9154         * configure.ac:
9155         * ext/cdaudio/Makefile.am:
9156         * sys/Makefile.am:
9157           fix build on older automake
9158
9159 2004-10-26  Wim Taymans  <wim@fluendo.com>
9160
9161         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9162         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9163         Allow a little margin when negotiating the framerate.
9164
9165 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9166
9167         * gst/level/gstlevel.c:
9168           synchonised naming of pads and pad-templates
9169
9170 2004-10-26  Wim Taymans  <wim@fluendo.com>
9171
9172         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9173         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9174         (_find_streams_check), (gst_ogg_demux_push):
9175         Fix EOS again. Needs to be done in a better way. We should not
9176         remove the pad if there is no new chained stream.
9177
9178 2004-10-26 Iain <iaingnome@gmail.com>
9179
9180         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9181         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9182         of the caps.
9183         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9184         pad.
9185         (interleave_release_pad): Remove the pad.
9186         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9187         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9188         the set device.
9189         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9190         attrs
9191         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9192         (gst_xvimagesink_finalize): Free the par.
9193
9194 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9195
9196         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9197         (gst_avimux_stop_file):
9198           First calculate the rate, and only then use it. Hdr.rate is a
9199           multiple and not a derivative of hdr.scale. Scale is not the
9200           same as blockalign but is solely related to rate.
9201
9202 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9203
9204         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9205         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9206           Implement seeking.
9207
9208 2004-10-25  James Henstridge  <james@jamesh.id.au>
9209
9210         Reviewed by:  David Schleef  <ds@schleef.org>
9211
9212         * examples/gstplay/player.c: (got_stream_length), (main):
9213         * examples/seeking/cdplayer.c: (update_scale):
9214         * examples/seeking/seek.c: (format_value), (update_scale):
9215         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9216         (stop_seek):
9217         Build fixes on AMD64.
9218
9219 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9220
9221         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9222
9223         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9224         Fix for some v4l cards which hang in v4lsrc
9225
9226 2004-10-25  Wim Taymans  <wim@fluendo.com>
9227
9228         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9229         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9230         Make sure to remove the pad when a new chain is
9231         encountered. Set some vars to NULL so we don't try
9232         to reference freed memory.
9233
9234 2004-10-25  Wim Taymans  <wim@fluendo.com>
9235
9236         * examples/seeking/Makefile.am:
9237         * examples/seeking/cdplayer.c: (update_scale):
9238         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9239         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9240         (format_value), (update_scale), (iterate), (start_seek),
9241         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9242         (print_usage), (main):
9243         Added some more examples, update others.
9244
9245 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9246
9247         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9248         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9249         * ext/theora/theoradec.c: (theora_dec_chain):
9250         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9251           Add codec-name metadata.
9252
9253 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9254
9255         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9256
9257         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9258         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9259         * ext/alsa/gstalsamixertrack.h:
9260         * po/POTFILES.in:
9261           ALSA mixer track label internationalization (#154054).
9262
9263 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9264
9265         * ext/theora/theoradec.c: (theora_dec_chain):
9266           Export bitrate as metadata.
9267
9268 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9269
9270         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9271         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9272         * ext/alsa/gstalsamixertrack.h:
9273           Fix names, fix loop.
9274
9275 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9276
9277         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9278         (speex_dec_convert):
9279           sinkconvert function so oggdemux can get the file length (totem).
9280
9281 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9282
9283         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9284
9285         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9286           Don't push incomplete packets.
9287         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9288           Fix MPEG-4 audio typefinding.
9289
9290 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9291
9292         * sys/v4l/Makefile.am:
9293         * sys/v4l/gstv4l.c: (plugin_init):
9294         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9295         (gst_v4lelement_init), (gst_v4lelement_dispose),
9296         (gst_v4lelement_change_state):
9297         * sys/v4l/gstv4lelement.h:
9298         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9299         (gst_v4l_xoverlay_close), (idle_refresh),
9300         (gst_v4l_xoverlay_set_xwindow_id):
9301         * sys/v4l/gstv4lxoverlay.h:
9302         * sys/v4l/v4l-overlay_calls.c:
9303         * sys/v4l/v4l_calls.h:
9304         * sys/v4l2/Makefile.am:
9305         * sys/v4l2/gstv4l2.c: (plugin_init):
9306         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9307         (gst_v4l2element_init), (gst_v4l2element_dispose),
9308         (gst_v4l2element_change_state):
9309         * sys/v4l2/gstv4l2element.h:
9310         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9311         (gst_v4l2_xoverlay_close), (idle_refresh),
9312         (gst_v4l2_xoverlay_set_xwindow_id):
9313         * sys/v4l2/gstv4l2xoverlay.h:
9314         * sys/v4l2/v4l2-overlay_calls.c:
9315         * sys/v4l2/v4l2_calls.h:
9316           Remove client-side overlay handling, use the X-server v4l plugin
9317           for that. Nicer overlay, less code. Also make the plugin
9318           compileable without X (but then without overlay, obviously).
9319           Makes xwindowlistener obsolete, should we remove that?
9320
9321 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9322
9323         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
9324         (gst_osssrc_src_query):
9325         * sys/oss/gstosssrc.h:
9326           OK, so people want offset in DEFAULT. This time, actually fix all
9327           cases.
9328         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9329           Add FPS properly.
9330
9331 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9332
9333         * gst/asfdemux/gstasfmux.c:
9334         * gst/avi/gstavimux.c:
9335           Framerate.
9336
9337 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9338
9339         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
9340           Fix properties (channel, norm, frequency).
9341
9342 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9343
9344         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
9345           Flag typo.
9346         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
9347           No warnings.
9348
9349 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9350
9351         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
9352           Fix hang.
9353
9354 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9355
9356         * sys/v4l2/gstv4l2element.h:
9357           Yet Another Hack (tm) for kernel header borkedness.
9358         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9359         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
9360         (gst_v4l2src_link), (gst_v4l2src_getcaps),
9361         (gst_v4l2src_change_state):
9362         * sys/v4l2/gstv4l2src.h:
9363         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
9364         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
9365           Fix caps, keep track of state, work.
9366
9367 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9368
9369         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9370           Quiet.
9371
9372 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9373
9374         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9375           Don't mix bytes and samples.
9376
9377 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9378
9379         * ext/ogg/gstoggmux.c:
9380           Basic pad template which accepts OGM tracks, speex, flac, vorbis
9381           and theora. Any is incorrect.
9382         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
9383           Fix caps.
9384         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9385         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9386         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
9387         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
9388         * sys/v4l/gstv4lmjpegsrc.h:
9389         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9390         (gst_v4lsrc_change_state):
9391         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
9392         (gst_v4lmjpegsrc_capture_stop):
9393           Fix caps. Keep track of internal state. Work.
9394
9395 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9396
9397         * ext/Makefile.am:
9398           Fix the build fixes.
9399
9400 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9401
9402         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9403         (gst_ogg_demux_src_event), (_find_chain_seek),
9404         (gst_ogg_pad_push):
9405           Check for pad availability before using it.
9406         * ext/ogg/gstoggdemux.c: (_find_chain_process):
9407           Fix parsing of chained ogg. Needs more work on the decoder side.
9408
9409 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9410
9411         * gst/spectrum/Makefile.am:
9412         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
9413         (idle_func):
9414           Fix demo and reenable it. Yes, I'm currently playing with audio
9415           analysis tools
9416
9417 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9418
9419         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9420           We love it if files that start at zero work too...
9421
9422 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9423
9424         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9425           Handle files with missing EOS headers.
9426
9427 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9428
9429         * gst/tcp/gsttcpserversink.c:
9430         (gst_tcpserversink_handle_server_read),
9431         (gst_tcpserversink_init_send):
9432         Zero some variables first (need for accept not to return EINVAL)
9433
9434 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9435
9436         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9437         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9438         * ext/theora/theoradec.c: (theora_dec_sink_convert),
9439         (theora_dec_chain):
9440         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
9441         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
9442           Seeking and querying finetune.
9443
9444 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9445
9446         * configure.ac:
9447         * ext/Makefile.am:
9448         * ext/raw1394/Makefile.am:
9449           fix the build
9450
9451 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9452
9453         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9454           Wrong return.
9455         * gst/playback/Makefile.am:
9456         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9457         * gst/playback/gstplay-marshal.list:
9458         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9459           Fix marshallers.
9460
9461 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9462
9463         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
9464           Silence.
9465
9466 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9467
9468         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9469         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9470         (gst_ogg_pad_push):
9471           Yay for non-lineair granulepos in theora.
9472
9473 2004-10-18  Wim Taymans  <wim@fluendo.com>
9474
9475         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
9476         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9477         * ext/dv/gstdvdec.h:
9478         Make sure we renegotiate aspect ratio when the camera switches.
9479
9480 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9481
9482         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9483         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9484           Start at zero.
9485         * ext/theora/theoradec.c: (theora_dec_chain):
9486           Skip headers. Bad idea for chained ogg, but fixes seeking.
9487
9488 2004-10-18  Wim Taymans  <wim@fluendo.com>
9489
9490         * configure.ac:
9491         I swear, this is the last time I touch this.
9492
9493 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9494
9495         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9496         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9497         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
9498           Faster seeking.
9499         * ext/theora/theoradec.c: (theora_dec_sink_convert):
9500           Time-to-default conversion.
9501         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9502           Don't error on unknown packets, just skip. We should probably
9503           read them if we want to support chained ogg.
9504
9505 2004-10-18  Wim Taymans  <wim@fluendo.com>
9506
9507         * configure.ac:
9508         Added cdaudio to wrong list.
9509
9510 2004-10-18  Wim Taymans  <wim@fluendo.com>
9511
9512         * configure.ac:
9513         Revive cdaudio.
9514
9515 2004-10-18  Wim Taymans  <wim@fluendo.com>
9516
9517         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9518         (gst_dvdec_video_link), (gst_dvdec_push):
9519         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
9520         (gst_smokeenc_resync), (gst_smokeenc_chain):
9521         Fix mimetype on smoke encoder.
9522         Add aspect ratio to dvdec. Not sure if these
9523         values are correct though....
9524
9525 2004-10-18  Wim Taymans  <wim@fluendo.com>
9526
9527         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
9528         Fix vorbis property descriptions and ranges.
9529
9530 2004-10-18  Wim Taymans  <wim@fluendo.com>
9531
9532         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9533         Really do nothing when no data is available.
9534         Go to the playing state when the stream is not seekable
9535         instead of failing.
9536
9537 2004-10-18  Wim Taymans  <wim@fluendo.com>
9538
9539         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
9540         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
9541         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
9542         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
9543         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
9544         Added uri handler for cd://
9545         Port to new API.
9546
9547 2004-10-18  Wim Taymans  <wim@fluendo.com>
9548
9549         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9550         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
9551         (try_to_link_1), (no_more_pads), (close_link), (type_found):
9552         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
9553         (remove_prerolls), (unknown_type), (add_element_stream),
9554         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
9555         (gst_play_base_bin_remove_element),
9556         (gst_play_base_bin_link_stream):
9557         * gst/playback/gstplaybin.c: (gen_video_element),
9558         (gen_vis_element), (remove_sinks), (setup_sinks):
9559         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
9560         (gst_stream_info_get_type), (gst_stream_info_class_init),
9561         (gst_stream_info_init), (gst_stream_info_new),
9562         (gst_stream_info_dispose), (stream_info_mute_pad),
9563         (gst_stream_info_set_property), (gst_stream_info_get_property):
9564         * gst/playback/gststreaminfo.h:
9565         Add sink padtemplate to decodebin.
9566         Added some more comments.
9567         Make queue size configurable in playbasebin.
9568         Added possibility to use elements as sinks (ex cdaudio).
9569
9570 2004-10-15  Wim Taymans  <wim@fluendo.com>
9571
9572         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
9573         (gst_speexenc_chain):
9574         Fix speex timestamps so that it gets muxed properly.
9575
9576 2004-10-15  Wim Taymans  <wim@fluendo.com>
9577
9578         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
9579         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
9580         (gst_dv1394src_init), (gst_dv1394src_dispose),
9581         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
9582         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
9583         (gst_dv1394src_event), (gst_dv1394src_get_formats),
9584         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
9585         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
9586         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
9587         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
9588         * ext/raw1394/gstdv1394src.h:
9589         Added conversion/query functions.
9590         Update buffer timestamps,
9591         Added signals.
9592         Added uri dv:// so it might play from the firewire in playbin.
9593         Fix a possible leak.
9594         Added debugging.
9595
9596 2004-10-15  Wim Taymans  <wim@fluendo.com>
9597
9598         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
9599         (gst_dv1394src_init), (gst_dv1394src_set_property),
9600         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
9601         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
9602         * ext/raw1394/gstdv1394src.h:
9603         Added AV/C VTR control support needed for some cameras.
9604         Added automatic port detection.
9605         Added properties for selecting the channel.
9606         The configure.ac script is not yet updated to reflect the
9607         new libavc1394 and librom1394 dependencies.
9608
9609 2004-10-15  Wim Taymans  <wim@fluendo.com>
9610
9611         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9612         (qtdemux_parse), (gst_qtdemux_handle_esds):
9613         An esds box is not a container.
9614         Fix parsing of mp4v boxes.
9615         Do not try to renegotiate fps for each frame. Need to
9616         find a better method. This should fix mp4 playback.
9617
9618 2004-10-14  David Schleef  <ds@schleef.org>
9619
9620         * configure.ac: update for swfdec-0.3 and liboil-0.2
9621         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
9622         * ext/swfdec/gstswfdec.h: same
9623         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
9624         * gst/videotestsrc/videotestsrc.c: same
9625
9626 2004-10-14  Wim Taymans  <wim@fluendo.com>
9627
9628         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9629         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
9630         (is_sync_frame), (gst_multifdsink_new_client),
9631         (gst_multifdsink_handle_client_write),
9632         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9633         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
9634         Turn warnings into info.
9635         Don't allow a state change in the streaming thread.
9636
9637 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9638
9639         * ext/vorbis/oggvorbisenc.c:
9640         * ext/vorbis/vorbisdec.c:
9641           fix template sample rate
9642
9643 2004-10-13  Wim Taymans  <wim@fluendo.com>
9644
9645         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9646         Decoding the header first fixes some problems in resyncing
9647         in more mp3s.
9648
9649 2004-10-12  Wim Taymans  <wim@fluendo.com>
9650
9651         * gst/playback/gstplaybin.c: (gen_video_element),
9652         (gen_vis_element), (remove_sinks), (setup_sinks):
9653         Added vis plugin support, need to configure the vis
9654         element to activate it.
9655
9656 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9657
9658         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
9659         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9660           Some debug.
9661         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9662         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
9663         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
9664         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
9665         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
9666         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
9667         * gst/avi/gstavidemux.h:
9668           Support for openDML-2.0 indx/ix## chunks. Support for broken index
9669           recovery (where, if part of the index is broken, we will still read
9670           the rest of the index and recover the broken part by stream
9671           scanning). More broken media support. EOS workarounds. General AVI
9672           braindamage headache recovery. Aspirin included.
9673
9674 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9675
9676         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
9677         (cdparanoia_event), (cdparanoia_query):
9678           Get rid of hideous lead-in.
9679
9680 2004-10-11  Wim Taymans  <wim@fluendo.com>
9681
9682         * gst/playback/gstplaybasebin.c: (setup_source):
9683         Wrong var used to get g_list_next.
9684
9685 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9686
9687         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9688         (cdparanoia_get), (cdparanoia_open):
9689           Report discid as metadata, add duration.
9690
9691 2004-10-11  Wim Taymans  <wim@fluendo.com>
9692
9693         * gst/playback/gstplaybasebin.c: (setup_source):
9694         Cleanup the previous pipeline a little earlier for the
9695         case that a source element provides raw data.
9696
9697 2004-10-11  Benjamin Otte  <otte@gnome.org>
9698
9699         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9700           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
9701           consuming the last 128 bytes, even though it was valid mp3 data.
9702
9703 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9704
9705         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
9706         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
9707         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
9708         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
9709
9710 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9711
9712         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
9713         Fix for webcams that support only specific width or height
9714
9715 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9716
9717         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9718
9719         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
9720           Fix wrong discont event setup (fixes #154967).
9721
9722 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
9723
9724         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9725
9726         * gst/auparse/gstauparse.c: (gst_auparse_chain):
9727           Error out on invalid data (fixes #154807).
9728
9729 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9730
9731         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9732
9733         * ext/dvdread/dvdreadsrc.c: (_read):
9734           Make titles > 0 work again (fixes #154834).
9735
9736 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9737
9738         * gst-libs/gst/riff/riff-media.c:
9739         (gst_riff_create_video_template_caps):
9740           WMV3 missing in template caps.
9741
9742 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9743
9744         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9745           OK, so the original code was too strict. It makes random AVI files
9746           hang for seconds upon opening, which is unacceptable and is far
9747           beyond the original goal of getting multiple chunks for one-chunk
9748           sounc stream files. So now do just that.
9749
9750 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9751
9752         * gst/playback/gstplaybasebin.c: (setup_source),
9753         (gst_play_base_bin_change_state):
9754           Actually clean up streaminfo if output fails. This would trigger
9755           if, for example, there was no CD in the drive. No preroll, so
9756           a streaminfo structure is created, but the subsequent state change
9757           of the thread fails.
9758         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
9759           Don't change state if parent failed.
9760
9761 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9762
9763         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9764         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
9765         (gen_video_element), (remove_sinks):
9766           Add small bits of code for screenshot handling.
9767
9768 2004-10-08  Wim Taymans  <wim@fluendo.com>
9769
9770         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
9771         (gen_video_element), (gen_audio_element), (setup_sinks):
9772         Don't assume the user provided sinks are named "sink"...
9773
9774 2004-10-08  Wim Taymans  <wim@fluendo.com>
9775
9776         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
9777         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
9778         (gst_play_base_bin_link_stream):
9779         Do not try to autoplug sources that generate raw streams like
9780         cdparanoia.
9781         disconnect the preroll overrun signal when we don't need it anymore.
9782
9783 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
9784
9785         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
9786         Added reworked patch from #154903 from milosz derezynski (deadchip).
9787
9788 2004-10-08  Wim Taymans  <wim@fluendo.com>
9789
9790         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
9791         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
9792         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
9793         (cdparanoia_convert), (cdparanoia_uri_get_type),
9794         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
9795         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
9796         * ext/cdparanoia/gstcdparanoia.h:
9797         This adds the cdda://<tracknum> uri.
9798
9799 2004-10-08  Wim Taymans  <wim@fluendo.com>
9800
9801         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9802         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
9803         (try_to_link_1), (no_more_pads), (close_link), (type_found):
9804         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9805         (unknown_type), (gst_play_base_bin_remove_element),
9806         (gst_play_base_bin_link_stream):
9807         * gst/playback/gstplaybasebin.h:
9808         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9809         (gst_play_bin_set_property), (gen_video_element),
9810         (gen_audio_element), (setup_sinks):
9811         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
9812         (gst_stream_info_get_type), (gst_stream_info_class_init),
9813         (gst_stream_info_init), (gst_stream_info_new),
9814         (gst_stream_info_dispose), (stream_info_mute_pad),
9815         (gst_stream_info_set_property), (gst_stream_info_get_property):
9816         * gst/playback/gststreaminfo.h:
9817         Reuse the audio and video bins.
9818         Some internal cleanups in the stream selection code.
9819
9820 2004-10-08  Julien MOUTTE  <julien@moutte.net>
9821
9822         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
9823         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
9824         * sys/ximage/ximagesink.h:
9825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9826         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
9827         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
9828         not coming from those elements. Moreover these elements should not keep
9829         the xid they have been given when in NULL state.
9830
9831 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9832
9833         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
9834         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
9835         * sys/ximage/ximagesink.h:
9836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9837         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
9838         * sys/xvimage/xvimagesink.h:
9839           Actually only create a new toplevel window if we're not gonna
9840           embed it right after.
9841
9842 2004-10-07  Wim Taymans  <wim@fluendo.com>
9843
9844         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
9845         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
9846         * gst/playback/gstplaybin.c: (setup_sinks):
9847         Implement muting/unmuting of streams, mute streams that are not
9848         used.
9849
9850 2004-10-07  Wim Taymans  <wim@fluendo.com>
9851
9852         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
9853         (plugin_init):
9854         Added lame audio/x-ac3 typefind function.
9855
9856 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9857
9858         * configure.ac:
9859           bump nano to cvs
9860
9861 === release 0.8.5 ===
9862
9863 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9864
9865         * NEWS:
9866         * RELEASE:
9867         * configure.ac:
9868           releasing 0.8.5, "Take You On"
9869
9870 2004-10-06  Wim Taymans  <wim@fluendo.com>
9871
9872         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9873         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
9874         (no_more_pads), (close_link), (type_found):
9875         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
9876         * gst/playback/gstplaybin.c: (gen_video_element):
9877         Do not signal the no_more_pads after the first pad when
9878         we are plugging a non dynamic element with multiple
9879         output pads (like swfdec, dvdec, ...).
9880
9881 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9882
9883         * configure.ac:
9884           bump for prerelease
9885
9886 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9887
9888         * gst/wavparse/gstwavparse.c:
9889           add ATRAC3 to STATIC CAPS to fix a warning
9890
9891         * gst/matroska/ebml-read.c:
9892         * gst-libs/gst/riff/riff-read.c:
9893           fix typos
9894
9895 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9896
9897         * gst-libs/gst/riff/riff-media.c:
9898           generate caps for ATRAC3 audio streams
9899
9900         * gst/realmedia/rmdemux.c:
9901           generate caps for ATRAC3 audio streams
9902
9903 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9904
9905         * gst/wavparse/Makefile.am
9906         * gst/wavparse/riff.h
9907         * gst/wavparse/wavparse.vcproj
9908           riff.h removal (unused and duplication with riff-ids.h)
9909
9910 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9911
9912         * gst/wavparse/gstwavparse.h
9913           remove duplicated defines for audio codec codes
9914
9915         * gst-libs/gst/riff/riff-ids.h
9916         * gst/wavenc/riff.h:
9917           add "4CC" code for ATRAC3 audio streams
9918           add "4CC" code for ITU_G721_ADPCM (unused for now)
9919
9920 2004-10-06  Wim Taymans  <wim@fluendo.com>
9921
9922         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
9923         Actually _do_ negotiation. Pass gdouble as arg instead
9924         of guint64 for the framerate.
9925
9926 2004-10-06  Wim Taymans  <wim@fluendo.com>
9927
9928         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9929         (find_compatibles), (close_pad_link), (try_to_link_1),
9930         (no_more_pads), (close_link), (type_found):
9931         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
9932         * gst/playback/gstplaybin.c: (gen_video_element),
9933         (gen_audio_element):
9934         Set state on newly added element to READY so that negotiation
9935         can happen ASAP.
9936         Addes some more debug info.
9937         Do not try to plug pads with multiple caps structures or ANY
9938         because it is too dangerous since we do not do dynamic
9939         replugging.
9940
9941 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9942
9943         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
9944
9945         * po/LINGUAS:
9946         * po/or.po:
9947           add Oriya translation
9948
9949 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9950
9951         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9952           Prevent overwrite of size member. Makes audio sound crappy.
9953
9954 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9955
9956         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9957         Add rmvb to the list of known RealMedia extensions
9958
9959 2004-10-05  Wim Taymans  <wim@fluendo.com>
9960
9961         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
9962         (mngdec_openstream), (mngdec_closestream),
9963         (mngdec_handle_sink_event), (mngdec_readdata),
9964         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
9965         (mngdec_getcanvasline), (mngdec_refresh),
9966         (gst_mngdec_change_state):
9967         Set the framerate correctly.
9968
9969 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9970
9971         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9972           There was something wrong with the index massaging.
9973
9974 2004-10-04  Wim Taymans  <wim@fluendo.com>
9975
9976         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
9977         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
9978         (gst_smokedec_chain):
9979         * ext/jpeg/gstsmokedec.h:
9980         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
9981         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
9982         * ext/jpeg/gstsmokeenc.h:
9983         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
9984         (smokecodec_decode_new), (smokecodec_info_free),
9985         (smokecodec_set_quality), (smokecodec_get_quality),
9986         (smokecodec_set_threshold), (smokecodec_get_threshold),
9987         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
9988         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
9989         (smokecodec_encode), (smokecodec_parse_id),
9990         (smokecodec_parse_header), (smokecodec_decode):
9991         * ext/jpeg/smokecodec.h:
9992         * ext/jpeg/smokeformat.h:
9993         Updated smoke, new bitstream, allows embedding in ogg.
9994
9995 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9996
9997         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
9998           Fix seeking in some files. All this code is no longer needed (and
9999           actually breaks stuff) because we now synchronize the full index
10000           right when reading the header.
10001
10002 2004-10-04  Wim Taymans  <wim@fluendo.com>
10003
10004         * configure.ac:
10005         configure update for libmng.
10006
10007 2004-10-04  Wim Taymans  <wim@fluendo.com>
10008
10009         * ext/libmng/Makefile.am:
10010         * ext/libmng/gstmng.c: (plugin_init):
10011         * ext/libmng/gstmng.h:
10012         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10013         (gst_mngdec_base_init), (gst_mngdec_class_init),
10014         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10015         (gst_mngdec_loop), (gst_mngdec_get_property),
10016         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10017         (mngdec_closestream), (mngdec_handle_sink_event),
10018         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10019         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10020         (gst_mngdec_change_state):
10021         * ext/libmng/gstmngdec.h:
10022         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10023         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10024         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10025         (gst_mngenc_chain), (gst_mngenc_get_property),
10026         (gst_mngenc_set_property):
10027         * ext/libmng/gstmngenc.h:
10028         Added basic MNG decoder. Needs more work. The encoder does
10029         not work yet.
10030
10031 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10032
10033         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10034         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10035         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10036           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10037           no-more-pads.
10038
10039 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10040
10041         * configure.ac:
10042           you need at least 1.0.4 of speex
10043
10044 2004-10-04 Iain <iaingnome@gmail.com>
10045
10046         * ext/speex/gstspeexdec.h: Revert the includes changes.
10047
10048         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10049
10050 2004-09-30 Iain <iaingnome@gmail.com>
10051
10052         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10053         found during init or set as a property instead of hardcoding /dev/audio
10054
10055 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10056
10057         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10058         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10059         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10060         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10061         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10062         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10063         (gst_rmdemux_dump_data):
10064           Use debug category, fix EOS handling. filesrc ! rmdemux now
10065           works.
10066
10067 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10068
10069         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10070         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10071         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10072           Improve allocation, cutting and sorting of the index. How takes a
10073           few seconds instead of minutes.
10074
10075 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10076
10077         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10078           fixed compilation
10079
10080 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10081
10082         * gst-libs/gst/riff/riff-media.c:
10083         (gst_riff_create_video_caps_with_data),
10084         (gst_riff_create_video_template_caps):
10085           Add wing commander format mimetype/fourccs.
10086         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10087           Don't crash if some value is 0.
10088
10089 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10090
10091         * gst-libs/gst/riff/riff-media.c:
10092         (gst_riff_create_video_caps_with_data),
10093         (gst_riff_create_video_template_caps):
10094           Add DIB fourcc (raw, palettized 8-bit RGB).
10095         * gst-libs/gst/riff/riff-read.c:
10096         (gst_riff_read_strf_vids_with_data):
10097           Oops, fix strf_data reading bug.
10098         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10099           Use a non-NULL tag.
10100         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10101           Time for hacks. Sorry Dave. At least one quicktime movie (a
10102           trailer) that I've encountered contains multiple video tracks.
10103           One of those is the actual video track, the other are one-frame
10104           tracks (images). Unfortunately, the number of frames according
10105           to the trak header is 1 for each, so that doesn't help. So
10106           instead, I look at the duration and discard tracks with a
10107           duration shorter than 20% of the length of the stream. Better
10108           than nothing.
10109
10110 2004-10-01  Christian Schaller <christian@fluendo.com>
10111
10112         * ext/ivorbis/vorbis.c:
10113           Patch from Phil Blundell (Bug 152341)
10114
10115 2004-10-01  Wim Taymans  <wim@fluendo.com>
10116
10117         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10118         (speex_dec_get_formats), (speex_dec_convert),
10119         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10120         (speex_dec_chain), (gst_speexdec_get_property),
10121         (gst_speexdec_set_property):
10122         Small cleanups.
10123
10124 2004-10-01  Wim Taymans  <wim@fluendo.com>
10125
10126         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10127         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10128         (gst_wavparse_other), (gst_wavparse_loop),
10129         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10130         (gst_wavparse_srcpad_event):
10131         * gst/wavparse/gstwavparse.h:
10132         Added some more debugging info.
10133         Fix the case where the length of the file is 0.
10134         Make sure we seek to sample borders.
10135
10136 2004-10-01  Wim Taymans  <wim@fluendo.com>
10137
10138         * gst/playback/README:
10139         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10140         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10141         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10142         Add some debug info to decodebin, update README
10143
10144 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10145
10146         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10147           Don't use g_print(); use GST_DEBUG().
10148
10149 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10150
10151         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10152         (gst_ogg_mux_queue_pads):
10153           Handle EOS properly.
10154
10155 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10156
10157         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10158
10159         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10160         (gst_faad_chain), (gst_faad_change_state):
10161         * ext/faad/gstfaad.h:
10162           Allow playback of raw (unframed) MPEG AAC files (#148993).
10163
10164 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10165
10166         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10167
10168         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10169           Throw error if we didn't recognize the stream. Fixes #152289.
10170
10171 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10172
10173         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10174           Fix negotiation.
10175
10176 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10177
10178         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10179
10180         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10181           Fix memleak.
10182
10183 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10184
10185         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10186
10187         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10188           Solve #152805.
10189         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10190           Solve 152806.
10191
10192 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10193
10194         * gst-libs/gst/riff/riff-media.c:
10195         (gst_riff_create_video_caps_with_data),
10196         (gst_riff_create_audio_caps_with_data):
10197           Add codec_data handling (like asfdemux used to do).
10198         * gst/asfdemux/gstasf.c: (plugin_init):
10199         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10200         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10201           Use riff-media for caps creation instead of our own (mostly
10202           broken) copy of its functions.
10203
10204 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10205
10206         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10207           Don't actually error out if we get another return value than
10208           -EINVAL. Opposite to what I first thought, drivers have random
10209           return values for this, although -EINVAL is the expected return
10210           value. Since this is not fatal, we shouldn't use
10211           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10212
10213 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10214
10215         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10216         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10217         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10218         (dvdreadsrc_get), (dvdreadsrc_open_file),
10219         (dvdreadsrc_change_state):
10220           Fix. Don't do one big huge loop around the whole DVD, that will
10221           cache all data and thus eat sizeof(dvd) (several GB) before we
10222           see something.
10223         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10224           Actually NULL'ify event after using it.
10225         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10226         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10227         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10228         (gst_ebml_read_seek), (gst_ebml_read_skip):
10229           Handle events.
10230         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10231         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10232         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10233           Fix timing (this will probably break if I seek using menus, but
10234           I didn't get there yet). VOBs and normal DVDs should now work.
10235           Add a mpeg2-only pad with high rank so this get autoplugged for
10236           MPEG-2 movies.
10237         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10238         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10239         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10240         (gst_mpeg_demux_get_audio_stream),
10241         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10242         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10243           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10244           MPEG-1 but use dvddemux for MPEG-2.
10245         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10246         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10247         (gst_mpeg_parse_parse_packhead):
10248           Timing. Only add pad template if it exists. Add sink template from
10249           class and not from ourselves. This means we will always use the
10250           correct sink template even if it is not the one defined in this
10251           file.
10252
10253 2004-09-29  Wim Taymans  <wim@fluendo.com>
10254
10255         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10256         (gst_mpeg_demux_parse_pes):
10257         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10258         Fix playback of mpeg again, timestamps where screwed up by
10259         patch 1.61.
10260
10261 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10262
10263         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10264           Only return true if we actually filled something in. Prevents
10265           player applications from showing a random length for flac files.
10266         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10267         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10268         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10269         (gst_riff_read_strf_vids_with_data),
10270         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10271           OK, ok, so I implemented event handling. Apparently it's normal
10272           that we receive random events at random points without asking
10273           for it.
10274         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10275         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10276         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10277         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10278         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10279         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10280         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10281         * gst/avi/gstavidemux.h:
10282           Implement non-lineair chunk handling and subchunk processing.
10283           The first solves playback of AVI files where the audio and video
10284           data of individual buffers that we read are not synchronized.
10285           This should not happen according to the wonderful AVI specs, but
10286           of course it does happen in reality. It is also a prerequisite for
10287           the second. Subchunk processing allows us to cut chunks in small
10288           pieces and process each of these pieces separately. This is
10289           required because I've seen several AVI files with incredibly large
10290           audio chunks, even some files with only one audio chunk for the
10291           whole file. This allows for proper playback including seeking.
10292           This patch is supposed to fix all AVI A/V sync issues.
10293         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10294         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10295           Work.
10296         * gst/modplug/gstmodplug.cc:
10297           Proper return value setting for the query() function.
10298         * gst/playback/gstplaybasebin.c: (setup_source):
10299           Being in non-playing state (after, e.g., EOS) is not necessarily
10300           a bad thing. Allow for that. This fixes playback of short files.
10301           They don't actually playback fully now, because the clock already
10302           runs. This means that small files (<500kB) with a small length
10303           (<2sec) will still not or barely play. Other files, such as mod
10304           or flx, will work correctly, however.
10305
10306 2004-09-28  Wim Taymans  <wim@fluendo.com>
10307
10308         * ext/speex/gstspeex.c: (plugin_init):
10309         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10310         (gst_speex_dec_class_init), (speex_dec_get_formats),
10311         (speex_get_event_masks), (speex_get_query_types),
10312         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10313         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10314         (gst_speexdec_get_property), (gst_speexdec_set_property),
10315         (speex_dec_change_state):
10316         * ext/speex/gstspeexdec.h:
10317         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10318         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10319         (gst_speexenc_base_init), (gst_speexenc_class_init),
10320         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
10321         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
10322         (gst_speexenc_src_query), (gst_speexenc_init),
10323         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
10324         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
10325         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
10326         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
10327         (gst_speexenc_chain), (gst_speexenc_get_property),
10328         (gst_speexenc_set_property), (gst_speexenc_change_state):
10329         * ext/speex/gstspeexenc.h:
10330         Rewrote speex encoder, make sure it can be embedded in ogg.
10331         Implemented speex decoder.
10332
10333 2004-09-28  Christian Schaller <christian@fluendo.com>
10334
10335         * configure.ac:
10336         Remove kioslave plugin. Markey is brewing a new working one
10337         * ext/Makefile.am: Remove kioslave plugin
10338         * ext/kio: remove
10339         * gst-plugins.spec.in: remove kio plugin from spec
10340
10341 2004-09-27  Wim Taymans  <wim@fluendo.com>
10342
10343         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10344         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10345         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
10346         (gst_multifdsink_new_client),
10347         (gst_multifdsink_handle_client_write),
10348         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10349         (gst_multifdsink_handle_clients):
10350         * gst/tcp/gstmultifdsink.h:
10351         Make syncing to keyframes actually work for new clients and lagging
10352         clients.
10353
10354 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10355
10356         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
10357         (gst_navigationtest_handle_src_event), (draw_box_planar411),
10358         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
10359         * gst/debug/gstnavigationtest.h:
10360           make navigationtest display button-press and button-release events
10361
10362 2004-09-26 Iain <iaingnome@gmail.com>
10363
10364         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
10365         the channels have received a new media event.
10366         (interleave_buffered_loop): Compresses a new media event on all
10367         channels into one.
10368
10369 2004-09-26 Iain <iaingnome@gmail.com>
10370
10371         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
10372         call the sinkpad's default event handler and not the srcpads. He also
10373         says this is confusing :)
10374         (gst_wavenc_stop_file): Company says that seek events only go upstream
10375         we should send a discontinuous downstream instead.
10376
10377 2004-09-25  Christian Schaller <christian@fluendo.com>
10378
10379         * Update SPEC file to be usable in conjunction with Fedora Core,
10380           Fedora.us and freshrpms packages
10381         * Fix typo in multifilesrc test Makefile
10382
10383 2004-09-24  Wim Taymans  <wim@fluendo.com>
10384
10385         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10386         Only signal the no_more_pads signal when we have
10387         added the stream to our list.
10388
10389 2004-09-24  Wim Taymans  <wim@fluendo.com>
10390
10391         * gst/playback/gstplaybasebin.c: (remove_prerolls),
10392         (new_decoded_pad):
10393         * gst/playback/gstplaybasebin.h:
10394         * gst/playback/gstplaybin.c: (setup_sinks):
10395         Don't try to preroll or decode more than one audio/video
10396         track.
10397
10398 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10399
10400         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10401           Throw error if we failed to find a suitable output. This should
10402           throw an error if we successfully set up a pipeline (e.g. because
10403           we recognized a media file) but found no decodable streams in it
10404           (e.g. because it contains only media stream types for which we
10405           have no decoders, or because it's not a media type).
10406
10407 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10408
10409         * ext/dirac/Makefile.am:
10410         * ext/dirac/gstdirac.cc:
10411         * ext/dirac/gstdiracdec.cc:
10412         * ext/dirac/gstdiracdec.h:
10413           Do something. Don't actually know if this works because I don't
10414           have a demuxer yet.
10415         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
10416           Add channels=1 to caps returned from _getcaps().
10417         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
10418         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
10419         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
10420         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10421         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
10422         (gst_ogm_parse_change_state):
10423           Separate between audio/video so ogmaudioparse actually uses the
10424           audio pad templates. Both audio and video work now, including
10425           autoplugging. Also use sometimes-srcpad hack.
10426         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10427           Handle events better. Don't hang on infinite loops.
10428         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10429         (gst_avi_demux_init), (gst_avi_demux_reset),
10430         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10431         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
10432         (gst_avi_demux_change_state):
10433         * gst/avi/gstavidemux.h:
10434           Improve A/V sync. Still not perfect.
10435         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
10436         (gst_ebml_read_skip):
10437           Handle events better.
10438         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10439         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
10440         (qtdemux_audio_caps):
10441           Add IMA4. Improve event handling. Save offset after a seek when
10442           the headers are at the end of the file so that we don't end up in
10443           an infinite loop.
10444         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10445           Add low-priority typefind support for files with no length.
10446
10447 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10448
10449         * testsuite/multifilesink/Makefile.am:
10450         fix typo
10451
10452 2004-09-22  Julien MOUTTE  <julien@moutte.net>
10453
10454         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
10456         mistakes from thaytan's patches.
10457
10458 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10459
10460         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10461           For completeness, XSync in the destroy function as xvimage does.
10462
10463 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10464
10465         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
10466            Correct caps negotiation
10467         * gst/volume/gstvolume.c: (volume_chain_float),
10468         (volume_chain_int16):
10469            Modify debug output to be little more informative
10470         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10472         (gst_xvimagesink_xvimage_destroy):
10473           Add XSync calls after detaching from the shared memory segment to
10474           avoid a crash.
10475
10476 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10477
10478         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10479         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
10480         * ext/vorbis/vorbis.c: (plugin_init):
10481         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10482         (gst_vorbisenc_chain):
10483         * ext/vorbis/vorbisenc.h:
10484         remove explicit newmedia support from oggmux and vorbisenc
10485         add debug category to vorbisenc
10486         * gst/multifilesink/gstmultifilesink.c:
10487         (gst_multifilesink_class_init), (gst_multifilesink_init),
10488         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
10489         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
10490         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
10491         (plugin_init):
10492         * gst/multifilesink/gstmultifilesink.h:
10493         add support for streamheader in multifilesink
10494
10495 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10496
10497         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
10498         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
10499         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
10500           Prevent infinite loops. More correct error reporting.
10501         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10502           Error out if negotiation fails.
10503         * gst/playback/gstplaybasebin.c: (setup_source),
10504         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
10505         (gst_play_base_bin_found_tag):
10506           Error/tag forwarding. Pre-roll fixes for source errors on state
10507           changes (e.g. "file does not exist") to prevent hangs.
10508
10509 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10510
10511         * testsuite/multifilesink/Makefile.am:
10512         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
10513         (gst_newmedia_class_init), (gst_newmedia_init),
10514         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10515         (newfile_signal), (test_signal), (main):
10516         * testsuite/multifilesink/multifilesrc_test.c: (main):
10517         * testsuite/multifilesink/oggtheora_test.c:
10518         (gst_newmedia_base_init), (gst_newmedia_class_init),
10519         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10520         (test_format), (newfile_signal), (test_signal), (main):
10521         * testsuite/multifilesink/oggvorbis_test.c:
10522         (gst_newmedia_base_init), (gst_newmedia_class_init),
10523         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10524         (test_format), (newfile_signal), (test_signal), (main):
10525         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
10526         (gst_newmedia_class_init), (gst_newmedia_init),
10527         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10528         (newfile_signal), (test_signal), (main):
10529         New media tests
10530
10531 2004-09-20  Christian Schaller <christian@fluendo.com>
10532
10533         * Fix mikmod license to LGPL as they have relicensed
10534         * Move Dirac and Effectv into LGPL section of README_license
10535
10536 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10537
10538         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
10539         (gst_mad_change_state):
10540           Allow for mp3 rate/channels changes. However, only very
10541           conservatively. Reason that we *have* to enable this is smiply
10542           because the mad find_sync() function is not good enough, it will
10543           regularly sync on random data as valid frames and therefore make
10544           us provide random caps as *final* caps of the stream. The best fix
10545           I could think of is to simply require several of the same stream
10546           changes in a row before we change caps.
10547           The actual testcase that works now is #
10548         * ext/ogg/Makefile.am:
10549         * ext/ogg/gstogg.c: (plugin_init):
10550         * ext/ogg/gstogmparse.c:
10551           OGM support (video only for now; I need an audio sample file).
10552         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10553         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
10554         (gst_asf_demux_add_video_stream):
10555           WMV extradata.
10556         * gst/playback/gstplaybasebin.c: (unknown_type):
10557           Don't error out on single unknown-types after all. It's wrong.
10558           If we found type of video and audio but not of a subtitle stream,
10559           it will still error out (which is unwanted). Will find a better fix
10560           later on.
10561         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
10562         (ogmaudio_type_find), (plugin_init):
10563           OGM support.
10564
10565 2004-09-20  Johan Dahlin  <johan@gnome.org>
10566
10567         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
10568         after setting caps.
10569
10570 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10571
10572         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
10573         * gst/wavenc/gstwavenc.h:
10574         Added newmedia support to wavenc
10575
10576 2004-09-17  Wim Taymans  <wim@fluendo.com>
10577
10578         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
10579         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
10580         (gst_fdset_fd_can_write), (gst_fdset_wait):
10581         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
10582         (gst_multifdsink_init), (gst_multifdsink_add),
10583         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
10584         (gst_multifdsink_remove_client_link),
10585         (gst_multifdsink_client_queue_buffer),
10586         (gst_multifdsink_handle_client_write),
10587         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
10588         (gst_multifdsink_close), (gst_multifdsink_change_state):
10589         * gst/tcp/gstmultifdsink.h:
10590         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10591         (gst_tcpserversink_removed):
10592         Small cleanups in fdset.c
10593         Use a hastable to map fd to the client structure for faster
10594         lookup in _remove and get_stats.
10595         Added virtual function to close the fds.
10596         Handle clients even when the select/poll call was unblocked because
10597         of a command.
10598         Implement syncing to keyframe in the recovery procedure.
10599
10600 2004-09-16 Iain <iaingnome@gmail.com>
10601
10602         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
10603         try caps.
10604
10605 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10606
10607         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
10608           Caps are only set if the type of the stream is unknown, but this
10609           is initialized in ->init_stream(), so set to UNKNOWN after calling
10610           ->init_stream() so that capsnego starts.
10611
10612 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10613
10614         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10615         (gst_avi_demux_stream_data):
10616           Just hardcode for raw audio then. AVI audio sucks.
10617
10618 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
10619
10620         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
10621         * gst/matroska/matroska-mux.c: (audiosink_templ),
10622         (gst_matroska_mux_audio_pad_link):
10623         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
10624         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
10625
10626 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10627
10628         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10629         (gst_avi_demux_stream_data):
10630           Try to fix a/v sync issues.
10631
10632 2004-09-15  David Schleef  <ds@schleef.org>
10633
10634         * configure.ac: remove NASM check, since we don't use it.  Update
10635         dirac check to 0.4
10636         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
10637         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10638         Initialized variables.
10639         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10640         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
10641         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
10642         SVQ3 format
10643
10644 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10645
10646         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10647         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
10648         * gst/avi/gstavidemux.h:
10649           Fix for compressed audio (mp3) timestamp generation. How did this
10650           ever work?
10651
10652 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10653
10654         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10655           Volume is a double not a float.
10656
10657 2004-09-15  Wim Taymans  <wim@fluendo.com>
10658
10659         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
10660         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10661         Don't close the fd in multifdsink as we didn't open it in the
10662         first place. Some cleanups.
10663
10664 2004-09-15  Wim Taymans  <wim@fluendo.com>
10665
10666         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10667         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10668         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
10669         Fix the case where the muxer would mark pages as delta
10670         frames when they are not (vorbis only ogg).
10671
10672 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10673
10674         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
10675         (gst_play_base_bin_change_state):
10676           Handle the case where we failed to setup a clear pipeline. This
10677           will throw an error (or EOS, another nice case) and if you don't
10678           catch that, the app will wait for the signal forever (and thus
10679           hang).
10680
10681 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10682
10683         * ext/gnomevfs/gstgnomevfssink.c:
10684         (gst_gnomevfssink_uri_get_protocols):
10685         * ext/gnomevfs/gstgnomevfssrc.c:
10686         (gst_gnomevfssrc_uri_get_protocols):
10687         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
10688         * ext/gnomevfs/gstgnomevfsuri.h:
10689           Use _uri_new() instead of _open(), so it doesn't take as long and
10690           Christophe's computer won't hang.
10691         * gst/playback/gstplaybasebin.c: (unknown_type):
10692           Throw error on unknown media type, so apps actually display it.
10693
10694 2004-09-14  Brian Cameron  <brian.cameron@sun.com
10695
10696         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
10697           this script to work on Solaris since bash shell handles echo
10698           differenly than bash.
10699
10700 2004-09-17  Wim Taymans  <wim@fluendo.com>
10701
10702         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
10703         (setup_source), (gst_play_base_bin_set_property),
10704         (gst_play_base_bin_add_element):
10705         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
10706         Some more work on making sure seeking pauses the pipeline and
10707         that changing the uri actually does something.
10708
10709 2004-09-17  Wim Taymans  <wim@fluendo.com>
10710
10711         * gst/tcp/gstfdset.c: (gst_fdset_wait):
10712         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
10713         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
10714         (gst_tcpserversink_close):
10715         Be a bit more paranoid when freeing memory.
10716
10717 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10718
10719         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
10720         (qtdemux_parse_trak):
10721           Don't crash by dividing by zero (see sample movie in #126922).
10722
10723 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10724
10725         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
10726           Don't touch non-existing data (fixes crash on file in #140147).
10727
10728 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10729
10730         * gst/playback/gstplaybasebin.c:
10731         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
10732           Handle double disposals, and proper change of URIs.
10733
10734 2004-09-13  Martin Eikermann <meiker@upb.de>
10735
10736         * gst/mpegstream/gstmpegparse.c:
10737           fix synchronistation for streams recorded from digital PCR
10738           fixes bug #119376
10739
10740 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10741
10742         * ext/gnomevfs/Makefile.am:
10743         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10744         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
10745         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
10746         (gst_gnomevfssink_uri_get_type),
10747         (gst_gnomevfssink_uri_get_protocols),
10748         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
10749         (gst_gnomevfssink_uri_handler_init),
10750         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
10751         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
10752         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
10753         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
10754         (gst_gnomevfssrc_uri_get_type),
10755         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
10756         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
10757         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
10758         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
10759         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
10760         * ext/gnomevfs/gstgnomevfsuri.h:
10761           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
10762           of fake URIs to see which this version of Gnome-VFS likes, and
10763           uses that for the Gst-URI interface. Makes playbin support http://
10764           streams. Also fix up some stupid behaviour in gnomevfssrc.
10765
10766 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10767
10768         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10769         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10770         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10771         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10772           Update mixer (to sync with other sessions) if we try to obtain
10773           a new value. This makes alsamixer work accross applications.
10774         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
10775           Only call sync functions if we're running, else alsalib asserts.
10776         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
10777           Sometimes fails to compile. Possibly a gcc bug.
10778         * gst/playback/gstplaybin.c: (gen_video_element),
10779         (gen_audio_element):
10780           Add a reference to an application-provided object, because we lose
10781           this same reference if we add it to the bin. If we don't do this,
10782           we can only use this object once and thus crash if we go from
10783           ready to playing, back to ready and back to playing again.
10784           Also add an audioscale element because several cheap soundcards -
10785           like mine - don't support all samplerates.
10786         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10787         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
10788           Fix wrong order or PAR calls. Makes automatically obtained PAR
10789           from the X server atually being used.
10790
10791 2004-09-12  David Schleef  <ds@schleef.org>
10792
10793         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
10794         #151887, #152102, #152247.
10795         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
10796         * examples/seeking/cdparanoia.c: same
10797         * examples/seeking/cdplayer.c: same
10798         * examples/seeking/seek.c: same
10799         * examples/seeking/spider_seek.c: same
10800         * examples/seeking/vorbisfile.c: same
10801         * examples/stats/mp2ogg.c: same
10802         * ext/esd/esdsink.c: (gst_esdsink_class_init),
10803         (gst_esdsink_dispose): Dispose of element properly.
10804         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
10805         fixes.
10806         * ext/nas/nassink.c: (gst_nassink_class_init),
10807         (gst_nassink_dispose): Dispose of element correctly.
10808         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
10809         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10810         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10811         Fix 64-bit warning.
10812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10813         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
10814         Fix 64-bit warning.
10815
10816 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10817
10818         * configure.ac : change speex detection as 1.1.6 now uses
10819           .pc/pkg-config and they changed their headers location.
10820
10821 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
10822
10823         * gst/matroska/matroska-mux.h:
10824         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
10825         (gst_matroska_mux_start), (gst_matroska_mux_finish),
10826         (gst_matroska_mux_write_data):
10827           Write multiple blocks/frames per cluster.
10828                 Write meta-seek information (seek heads).
10829
10830 2004-09-09  Scott Wheeler <wheeler@kde.org>
10831
10832         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
10833         (gst_play_bin_set_property), (gst_play_bin_get_property),
10834         (gen_audio_element), (gen_audio_element):
10835           Add a volume element / property to the pipeline.
10836
10837 2004-09-07  Wim Taymans  <wim@fluendo.com>
10838
10839         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
10840         Copy timestamps from the master pad to the output buffers.
10841
10842 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10843
10844         * ext/raw1394/gstdv1394src.c:
10845           throw errors when applicable
10846
10847 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
10848
10849         * gst/matroska/ebml-ids.h:
10850         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
10851         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
10852         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
10853           automatically convert unix time <-> ebml time when reading/writing
10854           a date, use gst_ebml_write_uint to write CUETIME,
10855           not gst_ebml_write_date.
10856         * gst/matroska/matroska-ids.h:
10857         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
10858         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
10859         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
10860         (gst_matroska_mux_write_data):
10861           Write track and segment UIDs, write muxing date, write
10862           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
10863           Create cues for audio only files.
10864
10865 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10866
10867         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
10868         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10869           Re-commit ALSA switches.
10870         * gst/adder/gstadder.c: (gst_adder_loop):
10871           64-bit fix (#151416).
10872         * gst/debug/progressreport.c: (gst_progressreport_report):
10873           64-bit fix (#151419).
10874         * gst/matroska/matroska-demux.c:
10875         (gst_matroska_demux_parse_contents):
10876           64-bit fix (#151420).
10877         * gst/playback/test3.c: (update_scale):
10878           64-bit fix (#151421).
10879
10880 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10881
10882         * configure.ac:
10883           bump nano to cvs
10884
10885 === release 0.8.4 ===
10886
10887 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10888
10889         * configure.ac: releasing 0.8.4, "Alias"
10890
10891 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10892
10893         * ext/theora/Makefile.am:
10894           fix makefile.  Fixes #151462.
10895
10896 2004-08-30  Wim Taymans  <wim@fluendo.com>
10897
10898         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
10899         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10900         (gst_multifdsink_remove_client_link),
10901         (gst_multifdsink_client_queue_buffer),
10902         (gst_multifdsink_handle_client_write):
10903         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
10904         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
10905         Fix some memory leaks.
10906
10907 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10908
10909         Patch by: David Schleef
10910
10911         * configure.ac:
10912         * sys/Makefile.am:
10913           rename our detection macro for V4L2.  Fixes #151236.
10914
10915 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10916
10917         Patch by: David Schleef
10918
10919         * configure.ac:
10920           check to define LAMEPRESET.  Fixes #151232.
10921
10922 2004-08-27  David Schleef  <ds@schleef.org>
10923
10924         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
10925         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
10926         (gst_glimagesink_fixate):  Move local variable declarations to
10927         make gcc-2.95 happy.
10928
10929 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10930
10931         * configure.ac:
10932           bump nano for prerelease
10933
10934 2004-08-27  David Schleef  <ds@schleef.org>
10935
10936         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
10937         * sys/sunaudio/gstsunaudiosrc.c:
10938         * sys/sunaudio/gstsunaudiosrc.h:
10939
10940 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
10941
10942         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
10943         handle EOS correctly
10944         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
10945         * gst/matroska/matroska-mux.h:
10946         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
10947         VFW compatibility mode
10948
10949 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10950
10951         patch by: Zaheer Abbas Merali
10952
10953         * ext/ogg/gstoggmux.c:
10954         * ext/vorbis/vorbisenc.c:
10955         * ext/vorbis/vorbisenc.h:
10956           handle NEWMEDIA
10957
10958 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
10959
10960         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
10961         fix byte order reversion on little endian machines.
10962         * gst/matroska/matroska-mux.c: (audiosink_templ),
10963         (gst_matroska_mux_audio_pad_link):
10964         add TTA codec to the list of supported codecs.
10965         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
10966         (gst_matroska_mux_start), (gst_matroska_mux_finish),
10967         (gst_matroska_mux_write_data):
10968         * gst/matroska/matroska-mux.h:
10969         write segment duration correctly, write muxing app string, fixes bugs
10970         #140897 and #140898.
10971         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
10972         wait for all pads to be negotiated before starting to mux.
10973
10974 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10975
10976         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
10977         * ext/lame/gstlame.h:
10978         Added new media support to lame
10979
10980 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
10981
10982         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
10983         send vorbis headers at the beginning of a stream, fixes bug #141554.
10984         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
10985         bug #148950.
10986         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10987         (gst_matroska_demux_plugin_init):
10988         * gst/matroska/matroska-ids.h:
10989         enable demuxing of TTA audio streams, fixes bug #148951.
10990         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
10991         enable typefinding for TTA audio files, fixes bug #148711.
10992         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
10993         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
10994         fixes playback of packed bitstream and xvid with bframes, bug #135407.
10995
10996 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
10997
10998         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
10999         (gst_riff_read_element_data), (gst_riff_read_seek),
11000         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11001         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11002         <teuf@gnome.org>
11003
11004 2004-08-23 Iain <iaingnome@gmail.com>
11005
11006         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11007         tags. They appear to be handled differently to normal.
11008         (tag_list_to_id3_tag_foreach): Ditto.
11009
11010 2004-08-22  Wim Taymans  <wim@fluendo.com>
11011
11012         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11013         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11014         Make sure we never send -1 granulepos.
11015
11016 2004-08-20  Wim Taymans  <wim@fluendo.com>
11017
11018         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11019         (gst_ogg_mux_loop):
11020         I will accept bitchslappings with non sharp objects.
11021
11022 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11023
11024         * configure.ac:
11025         Clean up the test for lame presets
11026
11027 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11028
11029         * configure.ac:
11030         * ext/lame/Makefile.am:
11031         * ext/lame/gstlame.c: (gst_lame_class_init),
11032         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11033         Only enable lame presets if version of lame has presets in API
11034
11035 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11036         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11037         * gst/udp/gstudpsrc.h:
11038           Don't call gst_pad_push in a get function. Fixes #150449
11039
11040 2004-08-18  Wim Taymans  <wim@fluendo.com>
11041
11042         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11043         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11044         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11045         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11046         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11047         (gst_fdset_wait):
11048         * gst/tcp/gstfdset.h:
11049         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11050         (gst_multifdsink_client_queue_buffer),
11051         (gst_multifdsink_handle_client_write):
11052         * gst/tcp/gstmultifdsink.h:
11053         Some extra checks in gstfdset.
11054         Only use send() when the fd is a socket. Don't try to
11055         read from write only fds.
11056
11057 2004-08-18  Wim Taymans  <wim@fluendo.com>
11058
11059         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11060         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11061         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11062         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11063         (gst_fdset_wait):
11064         Add more locking and bounds checking.
11065
11066 2004-08-18  Wim Taymans  <wim@fluendo.com>
11067
11068         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11069         Realloc test fdset in the lock and right before starting
11070         the poll call. Bump the limit to 4096.
11071
11072 2004-08-17  David Schleef  <ds@schleef.org>
11073
11074         * sys/sunaudio/Makefile.am:
11075         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11076         of rates and channels.  Make debugging less obnoxious.
11077
11078         Patch from Balamurali Viswanathan implementing a mixer for
11079         Sun audio.  (bug #144091):
11080         * sys/sunaudio/gstsunelement.c:
11081         * sys/sunaudio/gstsunelement.h:
11082         * sys/sunaudio/gstsunmixer.c:
11083         * sys/sunaudio/gstsunmixer.h:
11084
11085 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11086
11087         * gst/audioscale/gstaudioscale.c:
11088         * gst/audioscale/gstaudioscale.h:
11089         made audioscale resample from any sample rate to any sample rate
11090
11091 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11092
11093         * ext/libpng/gstpngdec.c:
11094           error out on unsupported types
11095
11096 2004-08-17  Iain <iaingnome@gmail.com>
11097
11098         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11099         mid_side and loose_mid_side properties if its a stereo stream.
11100
11101 2004-08-17  Wim Taymans  <wim@fluendo.com>
11102
11103         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11104         (theora_get_formats), (theora_dec_src_convert),
11105         (theora_dec_sink_convert), (theora_dec_src_query),
11106         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11107         Add a debug line.
11108
11109 2004-08-17  Wim Taymans  <wim@fluendo.com>
11110
11111         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11112         (gst_ogg_pad_push):
11113         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11114         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11115         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11116         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11117         Mark delta units in the muxer.
11118         Try to decode the packet after an out-of-sync error from
11119         libogg.
11120
11121 2004-08-17  Wim Taymans  <wim@fluendo.com>
11122
11123         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11124         (gst_multifdsink_init), (gst_multifdsink_add),
11125         (gst_multifdsink_client_queue_buffer),
11126         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11127         * gst/tcp/gstmultifdsink.h:
11128         Added option to send a keyframe to clients as the first buffer.
11129         Make timeout property writable.
11130
11131 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11132
11133         patch by: Wim Taymans
11134
11135         * gst/tcp/gstfdset.c:
11136         * gst/tcp/gstmultifdsink.c:
11137           fix index comparison, should include 0
11138
11139 2004-08-16  Wim Taymans  <wim@fluendo.com>
11140
11141         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11142         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11143         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11144         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11145         (gst_fdset_wait):
11146           copy when reallocing for poll so the select arguments don't get
11147           changed during the call
11148
11149 2004-08-16  Wim Taymans  <wim@fluendo.com>
11150
11151         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11152         (gst_theora_enc_class_init), (theora_enc_sink_link),
11153         (theora_buffer_from_packet), (theora_enc_chain):
11154         Fix bug where buffers were not marked as keyframes
11155         correctly.
11156
11157 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11158
11159         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11160         (gst_lame_preset_get_type), (gst_lame_class_init):
11161         describe the enum values for vbr mode and presets more verbosely
11162
11163 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11164
11165         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11166         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11167         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11168         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11169         * ext/lame/gstlame.h:
11170         add preset property to lame so it can use lame presets
11171
11172 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11173
11174         * ext/lame/gstlame.c: (gst_lame_get_property):
11175         whoops forgot break, thanks teuf
11176
11177 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11178
11179         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11180         (gst_lame_class_init), (gst_lame_src_getcaps),
11181         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11182         (gst_lame_get_property), (gst_lame_setup):
11183         * ext/lame/gstlame.h:
11184         fix lame's broken vbr stuff, allow it to resample if need be, and also
11185         make xing header optional
11186
11187 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11188
11189         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11190         added getcaps function so samplerate doesnt get fixated to silly values
11191
11192 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11193
11194         * ext/lame/gstlame.c: (gst_lame_src_link):
11195         revert previous fix
11196
11197 2004-08-12  Johan Dahlin  <johan@gnome.org>
11198
11199         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11200         checks. Doesn't matter what state we are in. Interfaces are a
11201         compile time thing, not runtime. It also broke the python bindings.
11202
11203 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11204
11205         * ext/lame/gstlame.c: (gst_lame_src_link):
11206         made source pad link function check if sinkpad is ok..fixes the problem
11207         where core fixates the output rate of lame stupidly
11208
11209 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11210
11211         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11212         * sys/v4l/v4l_calls.c:
11213         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11214           fix fixate function to handle nonsimple caps.
11215           remove bogus check in _link
11216           cleanups
11217
11218 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11219
11220         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11221         set default compression ratio parameter to 0.0 so bitrate parameter
11222         works :)
11223
11224 2004-08-11  David Schleef  <ds@schleef.org>
11225
11226         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11227
11228 2004-08-11  David Schleef  <ds@schleef.org>
11229
11230         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11231         before.
11232
11233 2004-08-11  David Schleef  <ds@schleef.org>
11234
11235         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11236
11237 2004-08-11  David Schleef  <ds@schleef.org>
11238
11239         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11240           license field
11241         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11242         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11243           LGPL.
11244         * gst/auparse/gstauparse.c: Fix plugin license field.
11245         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11246         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11247         * gst/rtp/gstrtp.c: Fix plugin license field.
11248
11249 2004-08-11  Wim Taymans  <wim@fluendo.com>
11250
11251         * gst/tcp/Makefile.am:
11252         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11253         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11254         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11255         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11256         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11257         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11258         (gst_fdset_fd_can_write), (gst_fdset_wait):
11259         * gst/tcp/gstfdset.h:
11260         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11261         (gst_multifdsink_class_init), (gst_multifdsink_init),
11262         (gst_multifdsink_add), (gst_multifdsink_remove),
11263         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11264         (gst_multifdsink_remove_client_link),
11265         (gst_multifdsink_handle_client_read),
11266         (gst_multifdsink_client_queue_data),
11267         (gst_multifdsink_client_queue_caps),
11268         (gst_multifdsink_client_queue_buffer),
11269         (gst_multifdsink_handle_client_write),
11270         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11271         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11272         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11273         (gst_multifdsink_close):
11274         * gst/tcp/gstmultifdsink.h:
11275         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11276         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11277         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11278         (gst_tcpserversink_close):
11279         * gst/tcp/gsttcpserversink.h:
11280         Abstracted away the select call, implemented poll (yes we ran into
11281         the 1024 limit in production).
11282
11283 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11284
11285         * gst/tcp/gsttcp.c:
11286         * gst/tcp/gsttcpplugin.c:
11287           improve debuggging, remove assert
11288
11289 2004-08-10  Wim Taymans  <wim@fluendo.com>
11290
11291         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11292         (gst_client_status_get_type), (gst_multifdsink_class_init),
11293         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11294         (gst_multifdsink_handle_client_read),
11295         (gst_multifdsink_handle_client_write),
11296         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11297         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11298         (gst_multifdsink_get_property):
11299         * gst/tcp/gstmultifdsink.h:
11300         * gst/tcp/gsttcp-marshal.list:
11301         Starting to prepare for specifying buffer time in other units
11302         than buffers. Expose remove reason in signal.
11303
11304 2004-08-10  Wim Taymans  <wim@fluendo.com>
11305
11306         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11307         (gst_multifdsink_remove), (gst_multifdsink_clear),
11308         (gst_multifdsink_remove_client_link),
11309         (gst_multifdsink_handle_client_read),
11310         (gst_multifdsink_client_queue_data),
11311         (gst_multifdsink_client_queue_buffer),
11312         (gst_multifdsink_handle_client_write),
11313         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11314         (gst_multifdsink_chain), (gst_multifdsink_close):
11315         * gst/tcp/gstmultifdsink.h:
11316         Added more debugging info. Changed the way clients are
11317         removed from the lists. Fixed a bug where a bad file descriptor
11318         could cause many clients to be removed.
11319
11320 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11321
11322         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
11323           allow all pixel-aspect-ratios, not just 1:1
11324
11325 2004-08-09  David Schleef  <ds@schleef.org>
11326
11327         * sys/glsink/ARB_multitexture.h:  Remove old files.
11328         * sys/glsink/EXT_paletted_texture.h:
11329         * sys/glsink/NV_register_combiners.h:
11330         * sys/glsink/gstgl_nvimage.c:
11331         * sys/glsink/gstgl_pdrimage.c:
11332         * sys/glsink/gstgl_rgbimage.c:
11333         * sys/glsink/gstglsink.c:
11334         * sys/glsink/gstglsink.h:
11335         * sys/glsink/gstglxwindow.c:
11336         * sys/glsink/regcomb_yuvrgb.c:
11337
11338 2004-08-09  David Schleef  <ds@schleef.org>
11339
11340         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
11341         GL sink plugin.  (Bug #147302)
11342
11343         * configure.ac: Test for OpenGL
11344         * sys/Makefile.am: Use test for OpenGL
11345         * sys/glsink/Makefile.am:
11346         * sys/glsink/glimagesink.c: rewrite
11347         * sys/glsink/glimagesink.h: rewrite
11348
11349 2004-08-09  David Schleef  <ds@schleef.org>
11350
11351         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
11352         sane framerates.
11353         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
11354         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
11355         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
11356
11357 2004-08-09  Wim Taymans  <wim@fluendo.com>
11358
11359         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11360         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11361         (gst_multifdsink_client_remove),
11362         (gst_multifdsink_handle_client_read),
11363         (gst_multifdsink_handle_client_write),
11364         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11365         Do a bit more logging, make the client_read code more robust.
11366
11367 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11368
11369         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
11370         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
11371         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
11372         (gst_jpegdec_init), (gst_jpegdec_chain):
11373         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11374         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
11375           cleanups, debugging fixes and memleak plugging
11376
11377 2004-08-09  Wim Taymans  <wim@fluendo.com>
11378
11379         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11380         (theora_get_formats), (theora_dec_src_convert),
11381         (theora_dec_sink_convert), (theora_dec_src_query),
11382         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
11383         (theora_dec_change_state):
11384         Don't crash on missing header packets.
11385
11386 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11387
11388         * po/LINGUAS:
11389         * po/sq.po:
11390           Added Albanian translation (Laurent Dhima)
11391         * po/cs.po:
11392           updated
11393
11394 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11395
11396         * ext/lame/gstlame.c:
11397           fix/add debugging
11398
11399 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11400
11401         * sys/ximage/ximagesink.c:
11402         * sys/xvimage/xvimagesink.c:
11403           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
11404
11405 2004-08-06  Wim Taymans  <wim@fluendo.com>
11406
11407         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11408         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11409         (gst_multifdsink_client_remove),
11410         (gst_multifdsink_handle_client_read),
11411         (gst_multifdsink_handle_client_write),
11412         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11413         Make sure we don't try to read more from a client that what
11414         ioctl says us or we deadlock.
11415
11416 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11417
11418         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
11419         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
11420         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11421           decouple running_time and n_frames so it can handle changing
11422           framerate while running
11423
11424 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11425
11426         * po/nl.po:
11427         * po/sv.po:
11428           updated translations
11429
11430 2004-08-04  Benjamin Otte  <otte@gnome.org>
11431
11432         * gst/videotestsrc/gstvideotestsrc.c:
11433         (gst_videotestsrc_get_capslist), (generate_capslist),
11434         (plugin_init):
11435           generate the list of supported caps at startup and reuse it instead
11436           of always generating it
11437
11438 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11439
11440         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
11441           whoops, last checkin broke normal build
11442
11443 2004-08-03  Benjamin Otte  <otte@gnome.org>
11444
11445         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
11446         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
11447         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
11448         (gst_alsa_mixer_get_option):
11449         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
11450         (dvdnavsrc_print_event):
11451         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
11452         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
11453         (gst_ogg_mux_pad_unlink):
11454         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
11455         (gst_multipart_mux_pad_unlink):
11456         * gst/videofilter/gstvideobalance.c:
11457         (gst_videobalance_colorbalance_set_value):
11458         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
11459         (gst_videomixer_pad_unlink):
11460         * po/uk.po:
11461         * sys/oss/gstossmixer.c:
11462         * sys/v4l/gstv4lcolorbalance.c:
11463         * sys/v4l/gstv4ltuner.c:
11464         * sys/v4l/v4lsrc_calls.c:
11465         * sys/v4l2/gstv4l2colorbalance.c:
11466         * sys/v4l2/gstv4l2tuner.c:
11467           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
11468
11469 2004-08-03  Benjamin Otte  <otte@gnome.org>
11470
11471         * examples/dynparams/filter.c: (ui_control_create):
11472         * examples/gstplay/player.c: (print_tag):
11473         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
11474         * ext/gdk_pixbuf/gstgdkanimation.c:
11475         (gst_gdk_animation_iter_may_advance):
11476         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
11477         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
11478         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
11479         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
11480         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
11481         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
11482         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
11483         * gst/sine/demo-dparams.c: (main):
11484         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
11485         * testsuite/alsa/formats.c: (create_pipeline):
11486         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
11487           fixes for G_DISABLE_ASSERT and friends
11488         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11489         (mp3_type_frame_length_from_header), (mp3_type_find),
11490         (plugin_init):
11491           require mp3 typefinding to have at least MIN_HEADERS valid headers
11492           add typefinding for AAC adts files
11493
11494 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
11495
11496         * sys/ximage/ximagesink.c:
11497         (gst_ximagesink_calculate_pixel_aspect_ratio):
11498         * sys/xvimage/xvimagesink.c:
11499         (gst_xvimagesink_calculate_pixel_aspect_ratio):
11500         Make sure we calculate pixel-aspect-ratio using floating point maths
11501
11502 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11503
11504         * po/uk.po:
11505           updated translation
11506
11507 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11508
11509         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
11511           add debugging for display PAR calculation
11512
11513 2004-08-02  David Schleef  <ds@schleef.org>
11514
11515         * configure.ac: Fix mikmod CFLAGS.
11516
11517 2004-07-27  Benjamin Otte  <otte@gnome.org>
11518
11519         * gst/audioscale/gstaudioscale.c:
11520         - fix templates to only support S16, it's the only format that works
11521         - make caps nego code use try_set_caps_nonfixed and fixation instead
11522         of try_set_caps twice, which is not nice for autopluggers
11523         - change rank to secondary, so autopluggers can pick it up after
11524         audioconvert
11525
11526 2004-08-02  Iain <iain@prettypeople.org>
11527
11528         * gst/interleave/interleave.c (interleave_init),
11529         (interleave_request_new_pad),
11530         (interleave_pad_removed),
11531         (interleave_buffered_loop): Use the real pad count, not the artificial
11532         one.
11533
11534 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11535
11536         * configure.ac: bump nano back to development
11537
11538 === release 0.8.3 ===
11539
11540 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11541
11542         * configure.ac: releasing 0.8.3, "Water"
11543
11544 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11545
11546         * sys/xvimage/xvimagesink.c:
11547         (gst_xvimagesink_calculate_pixel_aspect_ratio),
11548         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
11549         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
11550         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11551         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11552         * sys/xvimage/xvimagesink.h:
11553           apply similar PAR fixes as to ximagesink
11554
11555 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11556
11557         patch from: Benjamin Otte
11558
11559         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
11560           add link function to lame.  Fixes #148986.
11561
11562 2004-08-02  Johan Dahlin  <johan@gnome.org>
11563
11564         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
11565         fix debugging log
11566
11567 2004-07-30  David Schleef  <ds@schleef.org>
11568
11569         * gst/videomixer/Makefile.am: Fix things that should have been
11570         fixed in the last checkin.
11571
11572 2004-07-30  David Schleef  <ds@schleef.org>
11573
11574         * gst/multipart/Makefile.am: Fix things that should have been
11575         fixed in the last checkin.
11576
11577 2004-07-30  David Schleef  <ds@schleef.org>
11578
11579         * testsuite/multifilesink/Makefile.am: Fix unused variable.
11580
11581 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11582
11583         * configure.ac:
11584           bump nano for prerelease
11585         * po/af.po:
11586         * po/az.po:
11587         * po/cs.po:
11588         * po/en_GB.po:
11589         * po/hu.po:
11590         * po/nl.po:
11591         * po/sr.po:
11592         * po/sv.po:
11593         * po/uk.po:
11594           updates
11595
11596 2004-07-30  Wim Taymans  <wim@fluendo.com>
11597
11598         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11599         (gst_multifdsink_add), (gst_multifdsink_remove),
11600         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11601         (gst_multifdsink_client_remove),
11602         (gst_multifdsink_handle_client_write),
11603         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11604         * gst/tcp/gstmultifdsink.h:
11605         Recover from a select with a bad file descriptor by removing
11606         the client.
11607
11608 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11609
11610         * configure.ac:
11611           fix requirement of core
11612         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
11613         (gst_play_pipeline_setup):
11614           don't use colorspace element.  do use hermescolorspace element.
11615           make macro to get a colorspace element.
11616           mark strings for translation.
11617         * po/POTFILES.in:
11618           add play.c
11619         * po/af.po:
11620         * po/az.po:
11621         * po/cs.po:
11622         * po/en_GB.po:
11623         * po/hu.po:
11624         * po/nl.po:
11625         * po/sr.po:
11626         * po/sv.po:
11627         * po/uk.po:
11628           update translations
11629
11630 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11631
11632         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11633         fix default for newmedia flag
11634
11635 2004-07-30  Wim Taymans  <wim@fluendo.com>
11636
11637         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11638         (gst_theora_dec_init), (theora_get_formats),
11639         (theora_dec_src_convert), (theora_dec_sink_convert),
11640         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11641         (theora_dec_chain), (theora_dec_set_property),
11642         (theora_dec_get_property):
11643         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11644         (gst_theora_enc_class_init), (gst_theora_enc_init),
11645         (theora_enc_sink_link), (theora_enc_chain),
11646         (theora_enc_set_property), (theora_enc_get_property):
11647         Added cropping option to theora decoder.
11648         Added border option to theora encoder.
11649
11650 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11651
11652         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11653         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11654         (gst_pngenc_set_property):
11655         * ext/libpng/gstpngenc.h:
11656         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
11657
11658 2004-07-30  Wim Taymans  <wim@fluendo.com>
11659
11660         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11661         (theora_enc_sink_link), (theora_enc_chain),
11662         (theora_enc_set_property), (theora_enc_get_property):
11663         Fix encoding of non-multiple-of-16 video.
11664
11665 2004-07-29  David Schleef  <ds@schleef.org>
11666
11667         * configure.ac: make test for audiofile more strict
11668
11669 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11670
11671         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11672           give different names to typefind functions
11673
11674 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11675
11676         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
11677         (gst_ximagesink_calculate_pixel_aspect_ratio),
11678         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
11679         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
11680         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
11681         (gst_ximagesink_get_property), (gst_ximagesink_init):
11682         * sys/ximage/ximagesink.h:
11683           allocate PAR's dynamically.
11684           use autodetected PAR if no object-set PAR is given.
11685           add workaround for directfb's X not setting physical size.
11686           fix to xvimagesink will follow tomorrow.
11687
11688 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11689
11690         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
11691         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
11692         (gst_shout2send_get_type), (gst_shout2send_set_clock),
11693         (gst_shout2send_class_init), (gst_shout2send_init),
11694         (set_shout_metadata), (gst_shout2send_set_metadata),
11695         (gst_shout2send_chain), (gst_shout2send_set_property),
11696         (gst_shout2send_get_property), (gst_shout2send_connect),
11697         (gst_shout2send_change_state):
11698         * ext/shout2/gstshout2.h:
11699         - fix for sending mp3 audio to icecast2 server, if pad link function not
11700         called before PAUSED state
11701         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
11702         - added tagging support for mp3 audio broadcasted
11703         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11704         debug info
11705
11706 2004-07-28  Wim Taymans  <wim@fluendo.com>
11707
11708         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11709         (gst_ogg_demux_push):
11710         Return query failure when we don't know the length of
11711         an ogg stream insteda of returning TRUE with a bogus value.
11712
11713 2004-07-28  Wim Taymans  <wim@fluendo.com>
11714
11715         * ext/theora/theoradec.c: (theora_get_formats),
11716         (theora_dec_src_convert), (theora_dec_sink_convert),
11717         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11718         (theora_dec_chain):
11719         Don't screw up the 1 Chroma for 1 luma sample situation when we
11720         have an odd offset/width by adding a black border in those cases.
11721
11722 2004-07-28  Wim Taymans  <wim@fluendo.com>
11723
11724         * ext/theora/theoradec.c: (theora_get_formats),
11725         (theora_dec_src_convert), (theora_dec_sink_convert),
11726         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11727         (theora_dec_chain):
11728         * ext/theora/theoraenc.c: (theora_enc_sink_link):
11729         Added first attempt at cropping of the image as required by the
11730         theora spec. We need more properties in the caps (offset_x,
11731         offset_y,stride) to implement this correctly.
11732
11733 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
11734
11735         * ext/dvdnav/README:
11736           Update the README to use dvddemux
11737         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
11738           Ensure getcaps returns a subset of the template caps
11739         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
11740         (gst_mpeg2subt_init):
11741           Ensure getcaps returns a subset of the template caps
11742         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11743         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
11744         (gst_dvd_demux_get_subpicture_stream),
11745         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
11746         * gst/mpegstream/gstdvddemux.h:
11747           Set the explicit caps on the current_video pad before pushing
11748           anything
11749         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
11750         (gst_mpeg_demux_get_audio_stream):
11751           Free caps used to gst_pad_set_explicit_caps, which takes a const
11752           GstCaps *
11753
11754 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11755
11756         * configure.ac: update GStreamer requirement to 0.8.4 because of
11757           GstFraction.
11758
11759 2004-07-28  Wim Taymans  <wim@fluendo.com>
11760
11761         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
11762         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
11763         Add the pad to the element after setting up the caps. This
11764         makes it a lot easier to autoplug.
11765
11766 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
11767
11768         * gst/median/gstmedian.c:
11769         * gst/mpeg2subt/gstmpeg2subt.c:
11770         * gst/mpegaudioparse/gstmpegaudioparse.c:
11771         * gst/mpegstream/gstdvddemux.c:
11772         * gst/mpegstream/gstmpegdemux.c:
11773         * gst/mpegstream/gstmpegpacketize.c:
11774         * gst/rtjpeg/gstrtjpeg.c:
11775         * gst/rtjpeg/gstrtjpegdec.c:
11776         * gst/rtjpeg/gstrtjpegenc.c:
11777         * gst/sine/gstsinesrc.c:
11778         * gst/smooth/gstsmooth.c:
11779         * gst/smpte/gstsmpte.c:
11780         * gst/smpte/gstsmpte.h:
11781         * gst/stereo/gststereo.c:
11782         * gst/videofilter/gstgamma.c:
11783         * gst/videofilter/gstvideobalance.c:
11784         * gst/videofilter/gstvideofilter.c:
11785         * gst/videofilter/gstvideoflip.c:
11786         * gst/videoscale/gstvideoscale.c:
11787         * gst/videoscale/videoscale.c:
11788         * gst/videotestsrc/gstvideotestsrc.c:
11789         * gst/videotestsrc/videotestsrc.c:
11790         * gst/wavenc/gstwavenc.c:
11791         * gst/wavparse/gstwavparse.c:
11792           fix local includes and 64 bits constants
11793
11794 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
11795
11796         * win32/gst.sln:
11797         * gst-libs/gst/*/*.vcproj:
11798         * gst/*/*.vcproj:
11799           more working plugins
11800
11801 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11802
11803         * testsuite/alsa/Makefile.am:
11804         * testsuite/alsa/srcstate.c:
11805         add test for alsasrc changing state
11806
11807 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11808
11809         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
11810         (gst_silence_get):
11811         * gst/silence/gstsilence.h:
11812         fix silence generation for 16bit raw audio
11813
11814 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11815
11816         * gst/matroska/matroska-demux.c:
11817         (gst_matroska_demux_parse_metadata),
11818         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
11819         * gst/mpegaudio/common.c:
11820         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11821         (gst_videoscale_getcaps), (gst_videoscale_link),
11822         (gst_videoscale_src_fixate), (gst_videoscale_init),
11823         (gst_videoscale_finalize):
11824         * gst/videoscale/gstvideoscale.h:
11825         * gst/videotestsrc/gstvideotestsrc.c:
11826         (gst_videotestsrc_get_capslist):
11827         * gst/wavenc/gstwavenc.c:
11828         * sys/oss/gstossmixer.c: (fill_labels):
11829         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
11830         (gst_ximagesink_handle_xevents),
11831         (gst_ximagesink_calculate_pixel_aspect_ratio),
11832         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
11833         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
11834         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
11835         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11836         (gst_ximagesink_init), (gst_ximagesink_class_init):
11837         * sys/ximage/ximagesink.h:
11838         * sys/xvimage/xvimagesink.c:
11839         (gst_xvimagesink_calculate_pixel_aspect_ratio),
11840         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
11841         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
11842         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11843         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11844         * sys/xvimage/xvimagesink.h:
11845           first batch of pixel aspect ratio commits.
11846
11847 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11848
11849         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11850         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
11851         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
11852           handle stride, needs work if we want to move stride handling
11853           upstream, but works correctly for our purposes.
11854
11855 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11856
11857         * gst/videoscale/README:
11858           add testing examples
11859         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
11860         (gst_videoscale_chain):
11861         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
11862         (gst_videoscale_get_size):
11863           add get_size function that handles stride like videotestsrc.
11864           fixes conversion for YUV formats for as much as I can test them.
11865
11866 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11867
11868         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11869         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11871         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
11872         (gst_xvimagesink_xvimage_put):
11873           further cleanups, logging, error handling and synchronizing
11874
11875 2004-07-27  Wim Taymans  <wim@fluendo.com>
11876
11877         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
11878         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
11879         (gst_videomixer_pad_set_property),
11880         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
11881         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
11882         (gst_videomixer_class_init), (gst_videomixer_init),
11883         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
11884         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
11885         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
11886         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
11887         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
11888         (gst_videomixer_loop), (plugin_init):
11889         Be a nicer negotiation citizen and provide a getcaps function on
11890         the srcpad. This also fixes a crash when resizing.
11891
11892 2004-07-27  Julien MOUTTE  <julien@moutte.net>
11893
11894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11895         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
11896
11897 2004-07-27  Wim Taymans  <wim@fluendo.com>
11898
11899         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
11900         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11901         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11902         (gst_pngenc_set_property):
11903         * ext/libpng/gstpngenc.h:
11904         Added snapshot property to pngenc.
11905         removed g_print from pngdec
11906
11907 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
11908
11909         * gst/ac3parse/ac3parse.vcproj
11910         * gst/adder/adder.vcproj
11911         * gst/alpha/alpha.vcproj
11912         * gst/alpha/alphacolor.vcproj
11913         * gst/asfdemux/asf.vcproj
11914         * gst/audioconvert/audioconvert.vcproj
11915         * gst/audiorate/audiorate.vcproj
11916         * gst/audioscale/audioscale.vcproj
11917         * gst/auparse/auparse.vcproj
11918         * gst/avi/avi.vcproj
11919         * gst/cdxaparse/cdxaparse.vcproj
11920         * gst/chart/chart.vcproj
11921         * gst/colorspace/colorspace.vcproj
11922         * gst/cutter/cutter.vcproj
11923         * gst/debug/debug.vcproj
11924         * gst/debug/efence.vcproj
11925         * gst/debug/navigationtest.vcproj
11926         * gst/deinterlace/deinterlace.vcproj
11927         * gst/effectv/effectv.vcproj
11928         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
11929         * gst/filter/filter.vcproj
11930         * gst/flx/flxdec.vcproj
11931         * gst/goom/goom.vcproj
11932         * gst/interleave/interleave.vcproj
11933         * gst/law/alaw.vcproj
11934         * gst/law/mulaw.vcproj
11935         * gst/matroska/matroska.vcproj
11936         * gst/median/median.vcproj
11937         * gst/mixmatrix/mixmatrix.vcproj
11938         * gst/mpeg1sys/mpeg1systemencode.vcproj
11939         * gst/mpeg1videoparse/mp1videoparse.vcproj
11940         * gst/mpeg2sub/mpeg2subt.vcproj
11941         * gst/mpegaudio/mpegaudio.vcproj
11942         * gst/mpegaudioparse/mpegaudioparse.vcproj
11943         * gst/mpegstream/mpegstream.vcproj
11944         * gst/multifilesink/multifilesink.vcproj
11945         * gst/multipart/multipart.vcproj
11946         * gst/oneton/oneton.vcproj
11947         * gst/overlay/overlay.vcproj
11948         * gst/passthrough/passthrough.vcproj
11949         * gst/qtdemux/qtdemux.vcproj
11950         * gst/realmedia/rmdemux.vcproj
11951         * gst/rtjpeg/rtjpeg.vcproj
11952         * gst/rtp/rtp.vcproj
11953         * gst/silence/silence.vcproj
11954         * gst/sine/sinesrc.vcproj
11955         * gst/smooth/smooth.vcproj
11956         * gst/smpte/smpte.vcproj
11957         * gst/spectrum/spectrum.vcproj
11958         * gst/speed/speed.vcproj
11959         * gst/stereo/stereo.vcproj
11960         * gst/switch/switch.vcproj
11961         * gst/tags/tagedit.vcproj
11962         * gst/tcp/tcp.vcproj
11963         * gst/typefind/typefindfunctions.vcproj
11964         * gst/udp/udp.vcproj
11965         * gst/videobox/videobox.vcproj
11966         * gst/videocrop/videocrop.vcproj
11967         * gst/videodrop/videodrop.vcproj
11968         * gst/videofilter/gamma.vcproj
11969         * gst/videofilter/videobalance.vcproj
11970         * gst/videofilter/videofilter.vcproj
11971         * gst/videofilter/videoflip.vcproj
11972         * gst/videoflip/videoflip.vcproj
11973         * gst/videomixer/videomixer.vcproj
11974         * gst/videorate/videorate.vcproj
11975         * gst/videoscale/videoscale.vcproj
11976         * gst/videotestsrc/videotestsrc.vcproj
11977         * gst/virtualdub/virtualdub.vcproj
11978         * gst/volenv/volenv.vcproj
11979         * gst/volume/volume.vcproj
11980         * gst/wavenc/wavenc.vcproj
11981         * gst/wavparse/wavparse.vcproj
11982         * gst/y4m/y4menc.vcproj
11983         * gst-libs/gst/audio/audio.vcproj
11984         * gst-libs/gst/audio/audiofilter.vcproj
11985         * gst-libs/gst/colorbalance/colorbalance.vcproj
11986         * gst-libs/gst/idct/idtc.vcproj
11987         * gst-libs/gst/media-info/media-info.vcproj
11988         * gst-libs/gst/mixer/mixer.vcproj
11989         * gst-libs/gst/navigation/navigation.vcproj
11990         * gst-libs/gst/play/play.vcproj
11991         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
11992         * gst-libs/gst/resample/resample.vcproj
11993         * gst-libs/gst/riff/riff.vcproj
11994         * gst-libs/gst/tuner/tuner.vcproj
11995         * gst-libs/gst/video/video.vcproj
11996         * gst-libs/gst/xoverlay/xoverlay.vcproj
11997           avoid problems with math.h, fix release dependancy
11998           rename GStreamer-0.8.lib to libgstreamer.lib
11999
12000 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12001
12002         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12003         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12004         the atom is not available we have to unlock the mutex. Fixes #148023
12005
12006 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12007
12008         * gst-libs/gst/media-info/media-info.h:
12009           issue for a vararg macro with MSVC
12010
12011 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12012
12013         * gst/effectv/effectv.vcproj
12014         * gst-libs/gst/idct/idct.vcproj:
12015         * gst-libs/gst/media-info/media-info.vcproj:
12016         * gst-libs/gst/navigation/navigation.vcproj:
12017         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12018         * gst-libs/gst/video/video.vcproj:
12019         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12020           fixes for build problems
12021
12022 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12023
12024         * gst-libs/gst/audio/audio.def:
12025         * gst-libs/gst/audio/riff.def:
12026           add some definitions needed by plugins
12027
12028 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12029
12030         * gst/asfdemux/gstasfmux.c
12031           Fix some 64 bits constants to be glib friendly
12032
12033 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12034
12035         * gst/ac3parse/gstac3parse.c
12036         * gst/audioscale/gstaudioscale.c
12037         * gst/auparse/gstauparse.c
12038         * gst/colorspace/gstcolorspace.c
12039         * gst/colorspace/yuv2rgb.h
12040           local include fixes
12041
12042 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12043
12044         * win32/gst.sln
12045           add more plugins to the build
12046
12047 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12048
12049         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12050         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12051
12052 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12053
12054         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12055         (gst_level_set_property), (gst_level_get_property),
12056         (gst_level_base_init), (gst_level_class_init):
12057           add debugging categories.  cleanups.
12058
12059 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12060
12061         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12062         (gst_videoscale_planar411), (gst_videoscale_planar400),
12063         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12064         (gst_videoscale_scale_nearest_str1),
12065         (gst_videoscale_scale_nearest_str2),
12066         (gst_videoscale_scale_nearest_str4),
12067         (gst_videoscale_scale_nearest_16bit),
12068         (gst_videoscale_scale_nearest_24bit):
12069           fixed stride issues
12070           tested with 320x240 -> 321, 322, 324 x240
12071           tested with YV12, I420, YUY2, UYVY
12072           fixed packed422rev (don't think it could have worked before)
12073           by testing with UYVY
12074
12075 2004-07-26  Benjamin Otte  <otte@gnome.org>
12076
12077         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12078         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12079         (plugin_init):
12080           add debugging category, add error checks like checking return values
12081           of setup calls, make sure it still works after
12082           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12083
12084 2004-07-26  Wim Taymans  <wim@fluendo.com>
12085
12086         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12087         (gst_mpeg_demux_get_audio_stream),
12088         (gst_mpeg_demux_process_private):
12089         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12090         Check for error codes from the negotiation functions. Make sure
12091         we really set the pad caps when a new pad is created.
12092
12093 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12094
12095         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12096         (gst_ffmpeg_caps_to_pix_fmt):
12097         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12098         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12099         (gst_ffmpegcolorspace_pad_link):
12100           don't make function do two things at the same time without reason.
12101
12102 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12103
12104         * gst/ac3parse/ac3parse.vcproj
12105         * gst/adder/adder.vcproj
12106         * gst/alpha/alpha.vcproj
12107         * gst/alpha/alphacolor.vcproj
12108         * gst/asfdemux/asf.vcproj
12109         * gst/audioconvert/audioconvert.vcproj
12110         * gst/audiorate/audiorate.vcproj
12111         * gst/audioscale/audioscale.vcproj
12112         * gst/auparse/auparse.vcproj
12113         * gst/avi/avi.vcproj
12114         * gst/cdxaparse/cdxaparse.vcproj
12115         * gst/chart/chart.vcproj
12116         * gst/colorspace/colorspace.vcproj
12117         * gst/cutter/cutter.vcproj
12118         * gst/debug/debug.vcproj
12119         * gst/debug/efence.vcproj
12120         * gst/debug/navigationtest.vcproj
12121         * gst/deinterlace/deinterlace.vcproj
12122         * gst/effectv/effectv.vcproj
12123         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12124         * gst/filter/filter.vcproj
12125         * gst/flx/flxdec.vcproj
12126         * gst/goom/goom.vcproj
12127         * gst/interleave/interleave.vcproj
12128         * gst/law/alaw.vcproj
12129         * gst/law/mulaw.vcproj
12130         * gst/matroska/matroska.vcproj
12131         * gst/median/median.vcproj
12132         * gst/mixmatrix/mixmatrix.vcproj
12133         * gst/mpeg1sys/mpeg1systemencode.vcproj
12134         * gst/mpeg1videoparse/mp1videoparse.vcproj
12135         * gst/mpeg2sub/mpeg2subt.vcproj
12136         * gst/mpegaudio/mpegaudio.vcproj
12137         * gst/mpegaudioparse/mpegaudioparse.vcproj
12138         * gst/mpegstream/mpegstream.vcproj
12139         * gst/multifilesink/multifilesink.vcproj
12140         * gst/multipart/multipart.vcproj
12141         * gst/oneton/oneton.vcproj
12142         * gst/overlay/overlay.vcproj
12143         * gst/passthrough/passthrough.vcproj
12144         * gst/qtdemux/qtdemux.vcproj
12145         * gst/realmedia/rmdemux.vcproj
12146         * gst/rtjpeg/rtjpeg.vcproj
12147         * gst/rtp/rtp.vcproj
12148         * gst/silence/silence.vcproj
12149         * gst/sine/sinesrc.vcproj
12150         * gst/smooth/smooth.vcproj
12151         * gst/smpte/smpte.vcproj
12152         * gst/spectrum/spectrum.vcproj
12153         * gst/speed/speed.vcproj
12154         * gst/stereo/stereo.vcproj
12155         * gst/switch/switch.vcproj
12156         * gst/tags/tagedit.vcproj
12157         * gst/tcp/tcp.vcproj
12158         * gst/typefind/typefindfunctions.vcproj
12159         * gst/udp/udp.vcproj
12160         * gst/videobox/videobox.vcproj
12161         * gst/videocrop/videocrop.vcproj
12162         * gst/videodrop/videodrop.vcproj
12163         * gst/videofilter/gamma.vcproj
12164         * gst/videofilter/videobalance.vcproj
12165         * gst/videofilter/videofilter.vcproj
12166         * gst/videofilter/videoflip.vcproj
12167         * gst/videoflip/videoflip.vcproj
12168         * gst/videomixer/videomixer.vcproj
12169         * gst/videorate/videorate.vcproj
12170         * gst/videoscale/videoscale.vcproj
12171         * gst/videotestsrc/videotestsrc.vcproj
12172         * gst/virtualdub/virtualdub.vcproj
12173         * gst/volenv/volenv.vcproj
12174         * gst/volume/volume.vcproj
12175         * gst/wavenc/wavenc.vcproj
12176         * gst/wavparse/wavparse.vcproj
12177         * gst/y4m/y4menc.vcproj
12178           more plugins supported under windows
12179
12180 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12181
12182         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12183         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12184         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12186         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12187           Add debugging statements.  Use the sizes as returned by the
12188           *CreateImage calls.
12189
12190 2004-07-26  Johan Dahlin  <johan@gnome.org>
12191
12192         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12193         the pad is negotiated.
12194
12195         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12196
12197 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12198
12199         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12200         * gst-libs/gst/idct/idct.vcproj:
12201         * gst-libs/gst/media-info/media-info.vcproj:
12202         * gst-libs/gst/mixer/mixer.vcproj:
12203         * gst-libs/gst/navigation/navigation.vcproj:
12204         * gst-libs/gst/play/play.vcproj:
12205         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12206         * gst-libs/gst/resample/resample.vcproj:
12207         * gst-libs/gst/tuner/tuner.vcproj:
12208         * gst-libs/gst/video/video.vcproj:
12209         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12210           more plugins supported under windows
12211
12212 2004-07-25 Iain <iain@prettypeople.org>
12213
12214         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12215         pad now rather than when the pad is created because state changes wipe
12216         explicit caps (fixes #148043).
12217
12218 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12219
12220         reviewed by Benjamin Otte  <otte@gnome.org>
12221
12222         * ext/mad/gstmad.c:
12223           fix mad plugin crashing on Sun (fixes #148289)
12224
12225 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12226
12227         * gst/avi/avi.def:
12228         * gst/avi/avi.vcproj:
12229         * gst/matroska/matroska.def:
12230         * gst/matroska/matroska.vcproj:
12231           remove unused .def files
12232
12233 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12234
12235         * gst-libs/gst/audio/gstaudiofilter.c:
12236           Clean the local include
12237
12238 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12239
12240         * win32/gst.sln:
12241         * gst-libs/gst/audio/audio.def:
12242         * gst-libs/gst/audio/audio.vcproj:
12243         * gst-libs/gst/audio/audiofilter.vcproj:
12244         * gst-libs/gst/audio/riff.def:
12245         * gst-libs/gst/audio/riff.vcproj:
12246         * gst-libs/gst/gst-libs.def:
12247         * gst-libs/gst/gst-libs.vcproj:
12248         * gst/avi/avi.vcproj:
12249         * gst/avi/avi.vcproj:
12250           Copy the files where needed after building, cleaner projects
12251
12252 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12253
12254         * gst/matroska/ebml-write.c:
12255           Fix some 64 bits constants to be glib friendly
12256
12257 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12258
12259         * win32/gst.sln:
12260         * gst-libs/gst/gst-libs.def:
12261         * gst-libs/gst/gst-libs.vcproj:
12262         * gst/matroska/matroska.def:
12263         * gst/matroska/matroska.vcproj:
12264           Add the preliminary canvas to build plugins on Win32
12265
12266 2004-07-23  Benjamin Otte  <otte@gnome.org>
12267
12268         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12269           don't enfore negotiation from source side, it breaks
12270           sinesrc ! audioconvert ! osssink
12271
12272 2004-07-22  David Schleef  <ds@schleef.org>
12273
12274         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12275         for ELF files, since they can easily be recognized as audio/mpeg.
12276         (bug #147441)
12277
12278 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12279
12280         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12281         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12282         (gst_videoscale_scale_nearest_24bit),
12283         (gst_videoscale_scale_nearest_16bit):
12284           fix 16bit and 24bit for stride (24bit might need testing)
12285           don't pretend we do more than one algorithm
12286
12287 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12288
12289         * configure.ac:
12290         * gst/Makefile.am:
12291         * gst/multifilesink/Makefile.am:
12292         * gst/multifilesink/gstmultifilesink.c:
12293         (gst_multifilesink_get_formats),
12294         (gst_multifilesink_get_query_types), (_do_init),
12295         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12296         (gst_multifilesink_init), (gst_multifilesink_dispose),
12297         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12298         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12299         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12300         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12301         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12302         (gst_multifilesink_uri_get_type),
12303         (gst_multifilesink_uri_get_protocols),
12304         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12305         (gst_multifilesink_uri_handler_init), (plugin_init):
12306         * gst/multifilesink/gstmultifilesink.h:
12307         * testsuite/Makefile.am:
12308         * testsuite/multifilesink/Makefile.am:
12309         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12310         (gst_newmedia_class_init), (gst_newmedia_init),
12311         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12312         (newfile_signal), (test_signal), (main):
12313         multifilesink plugin for creating new files every time a new media
12314         discontinuity event occurs
12315
12316 2004-07-22  Wim Taymans  <wim@fluendo.com>
12317
12318         * gst/alpha/Makefile.am:
12319         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
12320         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
12321         (gst_alpha_color_init), (gst_alpha_color_set_property),
12322         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
12323         (transform), (gst_alpha_color_chain),
12324         (gst_alpha_color_change_state), (plugin_init):
12325         Stupid plugin to to RGBA to AYUV conversion because none of
12326         the colorspace plugins can handle that yet.
12327
12328 2004-07-22  Wim Taymans  <wim@fluendo.com>
12329
12330         * examples/seeking/seek.c: (update_scale), (main):
12331         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12332         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12333         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12334         (gst_decode_bin_init), (gst_decode_bin_dispose),
12335         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12336         (no_more_pads), (close_link), (type_found),
12337         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12338         (plugin_init):
12339         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12340         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12341         (gst_play_base_bin_dispose), (queue_overrun),
12342         (gen_preroll_element), (remove_prerolls), (unknown_type),
12343         (no_more_pads), (new_stream), (setup_source),
12344         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12345         (play_base_eos), (gst_play_base_bin_change_state),
12346         (gst_play_base_bin_add_element),
12347         (gst_play_base_bin_remove_element),
12348         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12349         (gst_play_base_bin_unlink_stream),
12350         (gst_play_base_bin_get_streaminfo):
12351         * gst/playback/gstplaybin.c: (gen_video_element),
12352         (gen_audio_element):
12353         * gst/playback/gststreaminfo.h:
12354         More playback updates, attempt to fix things after the state change
12355         breakage.
12356
12357 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12358
12359         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
12360         (gst_videoscale_scale_nearest_16bit):
12361           comment algorithm
12362
12363 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12364
12365         * gst/videotestsrc/gstvideotestsrc.c:
12366         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
12367         (gst_videotestsrc_init), (gst_videotestsrc_get),
12368         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
12369         (gst_videotestsrc_get_property):
12370         * gst/videotestsrc/gstvideotestsrc.h:
12371         * gst/videotestsrc/videotestsrc.c:
12372         * gst/videotestsrc/videotestsrc.h:
12373           cleanup and commenting
12374
12375 2004-07-21  Wim Taymans  <wim@fluendo.com>
12376
12377         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12378         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
12379         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
12380         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
12381         (_find_chain_get_unknown_part), (_find_streams_check),
12382         (gst_ogg_demux_push), (gst_ogg_pad_push):
12383         * ext/theora/theoradec.c: (theora_get_formats),
12384         (theora_dec_src_convert), (theora_dec_sink_convert),
12385         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12386         (theora_dec_chain):
12387         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12388         (vorbis_dec_convert), (vorbis_dec_src_query),
12389         (vorbis_dec_src_event), (vorbis_dec_event):
12390         More seeking fixes, oggdemux now supports seeking to time and
12391         uses the downstream element to convert granulepos to time.
12392         Seeking in theora-only ogg files now works.
12393
12394 2004-07-21  Wim Taymans  <wim@fluendo.com>
12395
12396         * ext/theora/theoradec.c: (gst_theora_dec_init),
12397         (theora_get_formats), (theora_get_event_masks),
12398         (theora_get_query_types), (theora_dec_src_convert),
12399         (theora_dec_sink_convert), (theora_dec_src_query),
12400         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12401         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12402         (vorbis_get_event_masks), (vorbis_get_query_types),
12403         (gst_vorbis_dec_init), (vorbis_dec_convert),
12404         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
12405         Added query/convert/formats functions to vorbis and theora decoders
12406         so that the outside world can use them too. Fixed seeking on an
12407         ogg/theora/vorbis file by disabling the seeking seeking on the
12408         theora srcpad.
12409
12410 2004-07-21  Julien MOUTTE  <julien@moutte.net>
12411
12412         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12413         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
12414         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
12415         images creation for both elements. We don't create the image on caps
12416         nego or renego, we just destroy the internal one if present if it does
12417         not match the needs. The chain function takes care of creating a new
12418         image when needed.
12419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12420         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
12421         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12422         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
12423         the image format information. The buffer pool checks for the context
12424         image format and discard images with different formats.
12425         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
12426
12427 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12428
12429         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12430         (gst_ffmpegcolorspace_chain):
12431           no point in doing any chaining if the pad we want to push from
12432           isn't usable.
12433
12434 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12435
12436         * gst-libs/gst/riff/riff-media.c:
12437         (gst_riff_create_audio_caps_with_data):
12438           Fix double end-to-native symbol conversion (#148021).
12439
12440 2004-07-20  David Schleef  <ds@schleef.org>
12441
12442         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12443         Don't use an Atom that doesn't exist.
12444
12445 2004-07-20  Wim Taymans  <wim@fluendo.com>
12446
12447         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12448         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12449         (gst_multifdsink_client_remove),
12450         (gst_multifdsink_handle_client_write),
12451         (gst_multifdsink_queue_buffer):
12452         * gst/tcp/gstmultifdsink.h:
12453         More multifdsink stats. Avoid deadlock by releasing locks
12454         before sending out a signal.
12455
12456 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12457
12458         * po/LINGUAS:
12459         * po/hu.po:
12460           added Hungarian translation (Laszlo Dvornik)
12461
12462 2004-07-20  Wim Taymans  <wim@fluendo.com>
12463
12464         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12465         (gst_multifdsink_add), (gst_multifdsink_client_remove),
12466         (gst_multifdsink_handle_client_write),
12467         (gst_multifdsink_queue_buffer):
12468         * gst/tcp/gsttcp-marshal.list:
12469         Fixed the stupid marshal definition.
12470
12471 2004-07-20  Wim Taymans  <wim@fluendo.com>
12472
12473         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12474         (gst_multifdsink_init), (gst_multifdsink_add),
12475         (gst_multifdsink_client_remove),
12476         (gst_multifdsink_handle_client_write),
12477         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
12478         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
12479         (gst_multifdsink_init_send):
12480         * gst/tcp/gstmultifdsink.h:
12481         Added more stats, added timeout for a client, fixed some typos
12482         and added some comments.
12483
12484 2004-07-20  Wim Taymans  <wim@fluendo.com>
12485
12486         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12487         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12488         (gst_multifdsink_client_remove),
12489         (gst_multifdsink_handle_client_write):
12490         * gst/tcp/gstmultifdsink.h:
12491         * gst/tcp/gsttcp-marshal.list:
12492         Added get_stats method that returns a GValueArray of
12493         stats values.
12494
12495 2004-07-19  Benjamin Otte  <otte@gnome.org>
12496
12497         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
12498           make sure longname, description and author are valid UTF-8
12499
12500 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12501
12502         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
12503         (gst_ximagesink_set_property):
12504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
12505         (gst_xvimagesink_set_property):
12506           make sure SYNCHRONOUS is respected after getting the X context
12507
12508 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12509
12510         * gst/matroska/matroska-demux.c:
12511         (gst_matroska_demux_handle_src_event),
12512         (gst_matroska_demux_parse_blockgroup):
12513         * gst/matroska/matroska-ids.h:
12514           add BlockReference tag and ignore it to clear out log.
12515           ignore NAVIGATION events to clear out log.
12516
12517 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12518
12519         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
12520         (gst_matroska_demux_add_stream):
12521         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
12522           add debug categories
12523
12524 2004-07-16  Wim Taymans  <wim@fluendo.com>
12525
12526         * ext/libpng/Makefile.am:
12527         * ext/libpng/gstpng.c: (plugin_init):
12528         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
12529         (gst_pngdec_get_type), (gst_pngdec_base_init),
12530         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
12531         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
12532         * ext/libpng/gstpngdec.h:
12533         Added png decoder.
12534
12535 2004-07-16  Julien MOUTTE  <julien@moutte.net>
12536
12537         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
12538         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
12539         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
12540         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
12541         (gst_ximagesink_buffer_alloc):
12542         * sys/ximage/ximagesink.h:
12543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12544         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12545         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
12546         (gst_xvimagesink_buffer_alloc):
12547         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
12548         again. Using internal data pointer of the x(v)image to store image's
12549         data to be coherent with the buffer alloc mechanism. Investigated the
12550         image destruction code to be sure that everything gets freed correctly.
12551
12552 2004-07-16  Wim Taymans  <wim@fluendo.com>
12553
12554         * gst-libs/gst/riff/riff-read.c:
12555         (gst_riff_read_strf_vids_with_data),
12556         (gst_riff_read_strf_auds_with_data):
12557         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12558         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
12559         Make sure we don't create 0 sized subbuffers in riff-read.
12560         Signal the no more pads signal after reading the avi header.
12561
12562 2004-07-16  Wim Taymans  <wim@fluendo.com>
12563
12564         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12565         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12566         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12567         (gst_decode_bin_init), (gst_decode_bin_dispose),
12568         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12569         (no_more_pads), (close_link), (type_found),
12570         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12571         (gst_decode_bin_change_state), (plugin_init):
12572         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12573         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12574         (gst_play_base_bin_dispose), (queue_overrun),
12575         (gen_preroll_element), (remove_prerolls), (unknown_type),
12576         (no_more_pads), (new_stream), (setup_source),
12577         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12578         (play_base_eos), (gst_play_base_bin_change_state),
12579         (gst_play_base_bin_add_element),
12580         (gst_play_base_bin_remove_element),
12581         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12582         (gst_play_base_bin_unlink_stream),
12583         (gst_play_base_bin_get_streaminfo):
12584         * gst/playback/gstplaybasebin.h:
12585         Better error recovery. Added configurable preroll queue size. Faster
12586         detection of no-more-pads.
12587
12588 2004-07-16  Wim Taymans  <wim@fluendo.com>
12589
12590         * gst-libs/gst/video/video.h:
12591         Added 32 bits RGBA. Not sure if we should use another mime-type
12592         for alpha rgb. Currently the presence of the alpha_mask property
12593         signals an alpha channel.
12594
12595 2004-07-16  Wim Taymans  <wim@fluendo.com>
12596
12597         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12599         FPS seems to be 0.0 to MAX everywhere else.
12600
12601 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12602
12603         * gst-libs/gst/riff/riff-media.c:
12604         (gst_riff_create_video_caps_with_data):
12605           mp42/mp43 (no caps) exist too.
12606         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
12607           Set pixel_width/height; we've got them in-caps.
12608         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12609         * gst/wavparse/gstwavparse.c: (plugin_init):
12610           Both are valid primary.
12611         * sys/oss/gstossmixer.c:
12612           Remove i18n hack and enable translations.
12613
12614 2004-07-15  Benjamin Otte  <otte@gnome.org>
12615
12616         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12617         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
12618           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
12619
12620 2004-07-15  Benjamin Otte  <otte@gnome.org>
12621
12622         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12623         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
12624         (gst_alsa_close_audio):
12625           disable some of the debugging code for now. Writing debugging to a
12626           buffer is broken in current alsalib releases.
12627
12628 2004-07-12  Benjamin Otte  <otte@gnome.org>
12629
12630         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
12631           use bufferpools
12632
12633 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12634
12635         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12636         (theora_dec_src_query), (theora_dec_event):
12637         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
12638           add debugging categories.  Remove \n's.
12639
12640 2004-07-13  Johan Dahlin  <johan@gnome.org>
12641
12642         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
12643         (gst_play_bin_get_property): Impl.
12644
12645 2004-07-13  Wim Taymans  <wim@fluendo.com>
12646
12647         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
12648         When trying to find the stream length, seek back N pages
12649         instead of just one, where N is the number of streams in
12650         the current chain.
12651
12652 2004-07-13  Wim Taymans  <wim@fluendo.com>
12653
12654         * gst-libs/gst/riff/riff-media.c:
12655         (gst_riff_create_audio_caps_with_data),
12656         (gst_riff_create_audio_caps),
12657         (gst_riff_create_audio_template_caps):
12658         * gst-libs/gst/riff/riff-media.h:
12659         * gst-libs/gst/riff/riff-read.c:
12660         (gst_riff_read_strf_vids_with_data),
12661         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
12662         * gst-libs/gst/riff/riff-read.h:
12663         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12664         (gst_avi_demux_add_stream):
12665         Set codec_data on caps for avidemuxer.
12666
12667 2004-07-12  David Schleef  <ds@schleef.org>
12668
12669         * configure.ac: Fix test for Objective C
12670
12671 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
12672         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
12673         (gst_gdk_pixbuf_chain):
12674           Add svg and pcx to template caps, and ensure that getcaps returns a
12675           subset of the template caps.
12676           Copy each row manually for output, as gdkpixbuf may pad the
12677           rowstride to a 32-bit word boundary.
12678
12679 2004-07-12  Wim Taymans  <wim@fluendo.com>
12680
12681         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12682         (gst_riff_create_video_template_caps):
12683         Fix the template caps to include some more media types.
12684
12685 2004-07-12  Wim Taymans  <wim@fluendo.com>
12686
12687         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12688         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12689         (compare_ranks), (print_feature), (gst_decode_bin_init),
12690         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12691         (try_to_link_1), (new_pad), (close_link), (type_found),
12692         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12693         (gst_decode_bin_change_state), (plugin_init):
12694         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12695         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12696         (gst_play_base_bin_dispose), (queue_overrun),
12697         (gen_preroll_element), (remove_prerolls), (no_more_pads),
12698         (new_stream), (setup_source), (gst_play_base_bin_set_property),
12699         (gst_play_base_bin_get_property), (play_base_eos),
12700         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12701         (gst_play_base_bin_remove_element),
12702         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12703         (gst_play_base_bin_unlink_stream),
12704         (gst_play_base_bin_get_streaminfo):
12705         * gst/playback/gstplaybasebin.h:
12706         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12707         (gst_play_bin_class_init), (gst_play_bin_init),
12708         (gst_play_bin_dispose), (gst_play_bin_set_property),
12709         (gst_play_bin_get_property), (gen_video_element),
12710         (gen_audio_element), (remove_sinks), (setup_sinks),
12711         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
12712         (gst_play_bin_send_event), (gst_play_bin_get_formats),
12713         (gst_play_bin_convert), (gst_play_bin_get_query_types),
12714         (gst_play_bin_query), (plugin_init):
12715         * gst/playback/test4.c: (main):
12716         More fixes on reusing of the element.
12717
12718 2004-07-11  Benjamin Otte  <otte@gnome.org>
12719
12720         * ext/mad/gstmad.c: (normal_seek):
12721           allow seeking for other methods than just SET
12722
12723 2004-07-11  Andy Wingo  <wingo@pobox.com>
12724
12725         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
12726         float, "any" caps -> buffer_frames=[0,MAX].
12727
12728         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
12729         doesn't intersect our caps with the template any more. Do it
12730         ourselves.
12731         (interleave_buffered_loop): Use g_newa instead of malloc/free.
12732
12733 2004-07-09  Wim Taymans  <wim@fluendo.com>
12734
12735         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12736         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12737         (compare_ranks), (print_feature), (gst_decode_bin_init),
12738         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12739         (try_to_link_1), (new_pad), (close_link), (type_found),
12740         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12741         (gst_decode_bin_change_state), (plugin_init):
12742         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12743         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12744         (gst_play_base_bin_dispose), (queue_overrun),
12745         (gen_preroll_element), (remove_prerolls), (no_more_pads),
12746         (new_stream), (setup_source), (gst_play_base_bin_set_property),
12747         (gst_play_base_bin_get_property), (play_base_eos),
12748         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12749         (gst_play_base_bin_remove_element),
12750         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12751         (gst_play_base_bin_unlink_stream),
12752         (gst_play_base_bin_get_streaminfo):
12753         * gst/playback/gstplaybasebin.h:
12754         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12755         (gst_play_bin_class_init), (gst_play_bin_init),
12756         (gst_play_bin_dispose), (gst_play_bin_set_property),
12757         (gst_play_bin_get_property), (gen_video_element),
12758         (gen_audio_element), (remove_sinks), (setup_sinks),
12759         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
12760         (gst_play_bin_send_event), (gst_play_bin_get_formats),
12761         (gst_play_bin_convert), (gst_play_bin_get_query_types),
12762         (gst_play_bin_query), (plugin_init):
12763         * gst/playback/test4.c: (main):
12764         Work on object reuse and seeking.
12765
12766 2004-07-09  Wim Taymans  <wim@fluendo.com>
12767
12768         * examples/seeking/seek.c: (iterate):
12769         Don't consume all CPU in the idle loop.
12770
12771 2004-07-09  Wim Taymans  <wim@fluendo.com>
12772
12773         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
12774         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
12775         Add pad to element *after* setting the pad functions so that
12776         the scheduler can use the correct ones.
12777
12778 2004-07-09  Wim Taymans  <wim@fluendo.com>
12779
12780         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
12781         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
12782         Sync to keyframe after seek
12783
12784 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12785
12786         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12787         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12788         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
12789         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
12790         * ext/libvisual/visual.c: (gst_visual_change_state):
12791         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
12792         * ext/theora/theoradec.c: (theora_dec_change_state):
12793         * ext/theora/theoraenc.c: (theora_enc_change_state):
12794         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
12795         * gst-libs/gst/navigation/navigation.c:
12796         * gst/adder/gstadder.c: (gst_adder_change_state):
12797         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12798         (gst_audio_convert_get_buffer):
12799         * gst/multipart/multipartdemux.c:
12800         (gst_multipart_demux_change_state):
12801         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
12802         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12803         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12804         * gst/videoscale/gstvideoscale.c:
12805         (gst_videoscale_handle_src_event):
12806         * gst/volume/gstvolume.c: (volume_chain_int16):
12807           don't assert in state change, this should be done by the base
12808           GstElement class.
12809           various debugging fixes.
12810
12811 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12812
12813         * configure.ac:
12814         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
12815         (gst_play_dispose), (gst_play_set_location),
12816         (gst_play_set_data_src), (gst_play_set_video_sink),
12817         (gst_play_set_audio_sink), (gst_play_set_visualization),
12818         (gst_play_connect_visualization), (gst_play_get_sink_element),
12819         (gst_play_get_all_by_interface):
12820         * gst-libs/gst/play/play.h:
12821           add new method to get elements implementing an interface.
12822           add various error logging
12823
12824 2004-07-08  Wim Taymans  <wim@fluendo.com>
12825
12826         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
12827         (make_mpeg_pipeline), (make_mpegnt_pipeline),
12828         (make_playerbin_pipeline), (query_durations_elems),
12829         (query_durations_pads), (query_positions_elems),
12830         (query_positions_pads), (update_scale), (iterate), (stop_seek),
12831         (main):
12832         Added playbin seeking example.
12833
12834 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12835
12836         * gst-libs/gst/play/play.c: (gst_play_set_location),
12837         (gst_play_set_data_src), (gst_play_set_video_sink),
12838         (gst_play_set_audio_sink), (gst_play_set_visualization),
12839         (gst_play_connect_visualization), (gst_play_get_framerate):
12840           use a macro to look up elements from hash table
12841
12842 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12843
12844         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
12845         (gst_play_get_length_callback), (gst_play_set_location),
12846         (gst_play_seek_to_time), (gst_play_set_data_src),
12847         (gst_play_set_video_sink), (gst_play_set_audio_sink),
12848         (gst_play_set_visualization), (gst_play_connect_visualization),
12849         (gst_play_get_sink_element):
12850         - add debugging info
12851         - fix looking up sink elements by iterating over complete caps
12852         - put everything except for source and autoplugger in a complete bin
12853
12854 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12855
12856         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
12857         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
12858         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
12859         (gst_alsa_sink_write), (gst_alsa_sink_loop):
12860         * ext/alsa/gstalsasink.h:
12861         - add debugging info
12862         - clean up schizophrenia of data/buffer/event
12863         - fix double event unref error
12864
12865 2004-07-08  Wim Taymans  <wim@fluendo.com>
12866
12867         * gst/playback/Makefile.am:
12868         Add headers to noinst
12869
12870 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12871
12872         * tools/gst-launch-ext-m.m:
12873         * tools/gst-launch-ext.1.in:
12874           convert to the third millenium
12875
12876 2004-07-07  David Schleef  <ds@schleef.org>
12877
12878         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
12879
12880 2004-07-07  Wim Taymans  <wim@fluendo.com>
12881
12882         * gst/playback/Makefile.am:
12883         * gst/playback/README:
12884         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12885         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12886         (compare_ranks), (print_feature), (gst_decode_bin_init),
12887         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12888         (try_to_link_1), (new_pad), (close_link), (type_found),
12889         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12890         (plugin_init):
12891         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12892         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12893         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
12894         (gen_preroll_element), (no_more_pads), (new_stream),
12895         (setup_source), (gst_play_base_bin_set_property),
12896         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
12897         (gst_play_base_bin_add_element),
12898         (gst_play_base_bin_remove_element),
12899         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12900         (gst_play_base_bin_unlink_stream),
12901         (gst_play_base_bin_get_streaminfo):
12902         * gst/playback/gstplaybasebin.h:
12903         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12904         (gst_play_bin_class_init), (gst_play_bin_init),
12905         (gst_play_bin_dispose), (gst_play_bin_set_property),
12906         (gst_play_bin_get_property), (gen_video_element),
12907         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
12908         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12909         (gst_play_bin_get_formats), (gst_play_bin_convert),
12910         (gst_play_bin_get_query_types), (gst_play_bin_query),
12911         (plugin_init):
12912         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12913         (gst_stream_info_get_type), (gst_stream_info_class_init),
12914         (gst_stream_info_init), (gst_stream_info_new),
12915         (gst_stream_info_dispose), (gst_stream_info_set_property),
12916         (gst_stream_info_get_property):
12917         * gst/playback/gststreaminfo.h:
12918         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
12919         (main):
12920         * gst/playback/test2.c: (main):
12921         * gst/playback/test3.c: (update_scale), (main):
12922         More playbin fixes. Added README. Do better element filtering.
12923         Added base class to preroll media. Added test apps.
12924
12925 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12926
12927         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
12928         * ext/mpeg2dec/gstmpeg2dec.h:
12929           various debugging improvements.  Reset stream to next picture
12930           instead of sequence header, otherwise seeks cannot work.
12931
12932 2004-07-07  Wim Taymans  <wim@fluendo.com>
12933
12934         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
12935         (gst_video_box_class_init), (gst_video_box_set_property),
12936         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
12937         Use pad_alloc where possible.
12938
12939 2004-07-07  Wim Taymans  <wim@fluendo.com>
12940
12941         * sys/oss/gstosselement.c: (gst_osselement_reset),
12942         (gst_osselement_parse_caps):
12943         * sys/oss/gstosselement.h:
12944         * sys/oss/gstosssrc.c: (gst_osssrc_get):
12945         Fix offset on osssrc.
12946
12947 2004-07-07  Wim Taymans  <wim@fluendo.com>
12948
12949         * ext/theora/theora.c: (plugin_init):
12950         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
12951         (theora_dec_src_query), (theora_dec_chain):
12952         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12953         (theora_enc_sink_link), (theora_buffer_from_packet),
12954         (theora_push_packet), (theora_enc_chain):
12955         Fix theora granulepos calculation.
12956         Fix overflow in duration/position calculation.
12957         Bump rank to PRIMARY for theoradec.
12958         Use granulepos of last packet to calculate position.
12959         Set keyframe flag on buffers when needed.
12960
12961 2004-07-06  David Schleef  <ds@schleef.org>
12962
12963         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
12964         serious?  (Fixed, obviously.)
12965
12966 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12967
12968         * po/LINGUAS:
12969         * po/cs.po:
12970           added Czech translation (Miloslav Trmac)
12971
12972 2004-07-05  Wim Taymans  <wim@fluendo.com>
12973
12974         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12975         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12976         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
12977         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12978         (close_link), (type_found), (gst_decode_bin_set_property),
12979         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
12980         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
12981         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
12982         (gst_decode_bin_query), (plugin_init):
12983         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12984         (gst_play_bin_class_init), (gst_play_bin_init),
12985         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
12986         (get_video_element), (new_pad), (setup_source),
12987         (gst_play_bin_set_property), (gst_play_bin_get_property),
12988         (gst_play_bin_change_state), (gst_play_bin_add_element),
12989         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
12990         (gst_play_bin_send_event), (gst_play_bin_get_formats),
12991         (gst_play_bin_convert), (gst_play_bin_get_query_types),
12992         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
12993         * gst/playback/test.c: (main):
12994         More fixes, cleaned up playbin, make it use decodebin. Added
12995         threaded property to playbin.
12996
12997 2004-07-05  Wim Taymans  <wim@fluendo.com>
12998
12999         * configure.ac:
13000         * gst/playback/Makefile.am:
13001         * gst/playback/decodetest.c: (main):
13002         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13003         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13004         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13005         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13006         (close_link), (type_found), (gst_decode_bin_set_property),
13007         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13008         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13009         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13010         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13011         (plugin_init):
13012         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13013         (gst_play_bin_class_init), (gst_play_bin_init),
13014         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13015         (collect_sink_pads), (find_compatibles), (close_pad_link),
13016         (try_to_link_1), (new_pad), (close_link), (type_found),
13017         (setup_source), (gst_play_bin_set_property),
13018         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13019         (compare_ranks), (gst_play_bin_collect_factories),
13020         (gst_play_bin_change_state), (gst_play_bin_add_element),
13021         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13022         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13023         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13024         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13025         * gst/playback/test.c: (main):
13026         Added some playback helper elements and some test apps, very alpha
13027         still.
13028
13029 2004-07-04  Benjamin Otte  <otte@gnome.org>
13030
13031         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13032           only restart audio when we indeed have an xrun to fix repeated
13033           xruns. Fix suggested by Giuliano Pochini.
13034
13035 2004-07-03  David Schleef  <ds@schleef.org>
13036
13037         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13038         call to gst_debug_log() if debugging is disabled (bug #145118)
13039
13040 2004-07-03  Benjamin Otte  <otte@gnome.org>
13041
13042         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13043           use our own functions for restarting the alsa device.
13044         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13045           I should apply patches myself - use MIN for the third argument, not
13046           the second, this fixes seeking
13047
13048 2004-07-02  David Schleef  <ds@schleef.org>
13049
13050         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13051         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13052         do with the logic.
13053
13054 2004-07-02  David Schleef  <ds@schleef.org>
13055
13056         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13057         output buffers.  Fix logic mistake.  (bug #144866)
13058
13059 2004-07-02  David Schleef  <ds@schleef.org>
13060
13061         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13062         on X.  (bug #144753)
13063
13064 2004-07-02  David Schleef  <ds@schleef.org>
13065
13066         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13067         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13068         (bug #144624)
13069         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13070         (gst_osselement_rate_probe_check): Add another workaround for
13071         buggy drivers (bug #145336)
13072
13073 2004-07-02  David Schleef  <ds@schleef.org>
13074
13075         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13076         Most systems don't have MSG_NOSIGNAL.
13077
13078 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13079
13080         * Makefile.am:
13081         * gst-libs/gst/colorbalance/Makefile.am:
13082         * gst-libs/gst/mixer/Makefile.am:
13083         * gst-libs/gst/play/Makefile.am:
13084         * gst-libs/gst/tuner/Makefile.am:
13085           (hopefully) fix both install and dist and make error message useful.
13086           needs testing across automakes.
13087
13088 2004-07-02  Benjamin Otte  <otte@gnome.org>
13089
13090         * ext/ogg/gstogg.c: (plugin_init):
13091           we require bytestream now
13092         * ext/ogg/gstoggdemux.c:
13093           huge diff to implement chain setup in a fast and generic way. This
13094           improves tag reading and startup of huge files (read: Theora videos)
13095           quite a bit. It probably contains bugs, too, so please test.
13096           Seeking is not improved to the fast method.
13097
13098 2004-06-29  Wim Taymans  <wim@fluendo.com>
13099
13100         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13101         * ext/ogg/gstoggmux.c:
13102         Fix memleak in oggdemux when running unconnected pads.
13103         doc update in mux, start working on keyframe mode.
13104
13105 2004-06-29  Benjamin Otte  <otte@gnome.org>
13106
13107         * sys/oss/gstosssink.c:
13108         * sys/oss/gstosssrc.c:
13109           advertise correct template caps - we indeed do non-native endianness
13110           and 8bit audio has no endianness
13111         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13113           avoid (wrong) duplications in getcaps function and return
13114           template caps
13115
13116 2004-06-29  Wim Taymans  <wim@fluendo.com>
13117
13118         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13119         (gst_multifdsink_class_init), (gst_multifdsink_add),
13120         (gst_multifdsink_remove), (gst_multifdsink_clear),
13121         (gst_multifdsink_client_remove),
13122         (gst_multifdsink_handle_client_read),
13123         (gst_multifdsink_client_queue_data),
13124         (gst_multifdsink_client_queue_caps),
13125         (gst_multifdsink_client_queue_buffer),
13126         (gst_multifdsink_handle_client_write),
13127         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13128         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13129         (gst_multifdsink_init_send), (gst_multifdsink_close):
13130         Fix wrong GList iteration that could crash the server when
13131         more then 2 clients disconnect at the same time. Read all the
13132         pending commands in one batch to recover from command storms under
13133         very heavy load.
13134
13135 2004-06-28  Wim Taymans  <wim@fluendo.com>
13136
13137         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13138         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13139         (gst_videomixer_pad_set_property),
13140         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13141         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13142         (gst_videomixer_class_init), (gst_videomixer_init),
13143         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13144         (pad_zorder_compare), (gst_videomixer_sort_pads),
13145         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13146         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13147         (gst_videomixer_update_queues), (gst_videomixer_loop),
13148         (plugin_init):
13149         Avoid divide by zero, choose masterpad as the pad with the highest
13150         framerate.
13151
13152 2004-06-27  Julien Moutte  <julien@moutte.net>
13153
13154         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13155         (gst_ximagesink_xwindow_new):
13156         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13157         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13158         function directly. We might want to call it from somewhere else one day.
13159
13160 2004-06-27  Julien Moutte  <julien@moutte.net>
13161
13162         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13163         (gst_ximagesink_xwindow_new):
13164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13165         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13166         window decorations.
13167
13168 2004-06-27  Wim Taymans  <wim@fluendo.com>
13169
13170         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13171         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13172         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13173         (gst_dvdec_set_property), (gst_dvdec_get_property):
13174         * ext/dv/gstdvdec.h:
13175         Implement drop_factor property to lower the framerate with
13176         a factor.
13177
13178 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13179
13180         * gst-libs/gst/colorbalance/Makefile.am:
13181         * gst-libs/gst/mixer/Makefile.am:
13182         * gst-libs/gst/play/Makefile.am:
13183         * gst-libs/gst/tuner/Makefile.am:
13184           unbreak Company's fix that didn't install the -enum.h files
13185
13186 2004-06-27  Wim Taymans  <wim@fluendo.com>
13187
13188         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13189         (gst_dvdec_change_state):
13190         * ext/dv/gstdvdec.h:
13191         Fix timestamp, duration and offset of the buffers.
13192
13193 2004-06-27  Wim Taymans  <wim@fluendo.com>
13194
13195         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13196         (gst_multifdsink_class_init), (gst_multifdsink_add),
13197         (gst_multifdsink_remove), (gst_multifdsink_clear),
13198         (gst_multifdsink_client_remove),
13199         (gst_multifdsink_handle_client_read),
13200         (gst_multifdsink_client_queue_data),
13201         (gst_multifdsink_client_queue_caps),
13202         (gst_multifdsink_client_queue_buffer),
13203         (gst_multifdsink_handle_client_write),
13204         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13205         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13206         (gst_multifdsink_init_send), (gst_multifdsink_close):
13207         * gst/tcp/gstmultifdsink.h:
13208         * gst/tcp/gsttcpserversink.c:
13209         (gst_tcpserversink_handle_server_read),
13210         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13211         More multifdsink fixes, more recovery policy fixes.
13212         Removed stupid g_print
13213
13214 2004-06-26  Wim Taymans  <wim@fluendo.com>
13215
13216         * gst/tcp/Makefile.am:
13217         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13218         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13219         (gst_multifdsink_class_init), (gst_multifdsink_init),
13220         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13221         (gst_multifdsink_handle_client_read),
13222         (gst_multifdsink_client_queue_data),
13223         (gst_multifdsink_client_queue_caps),
13224         (gst_multifdsink_client_queue_buffer),
13225         (gst_multifdsink_handle_client_write),
13226         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13227         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13228         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13229         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13230         (gst_multifdsink_close), (gst_multifdsink_change_state):
13231         * gst/tcp/gstmultifdsink.h:
13232         * gst/tcp/gsttcpplugin.c: (plugin_init):
13233         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13234         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13235         (gst_tcpserversink_handle_server_read),
13236         (gst_tcpserversink_handle_select),
13237         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13238         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13239         * gst/tcp/gsttcpserversink.h:
13240         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13241         one of the locks, added recovery policy to multifdsink.
13242
13243 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13244
13245         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13246           fix decision for when getting frames with same timestamp
13247         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13248         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13249         (gst_v4lsrc_get_property):
13250         * sys/v4l/gstv4lsrc.h:
13251           add latency offset property
13252
13253 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13254
13255         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13256         (plugin_init):
13257           fix debugging. add category.
13258
13259 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13260
13261         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13262           fix wrong offsets
13263
13264 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13265
13266         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13267         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13268         (gst_alsa_src_change_state):
13269           return a time that is in sync with the element's processing
13270
13271 2004-06-25  Wim Taymans  <wim@fluendo.com>
13272
13273         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13274         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13275         (gst_tcpserversink_client_remove),
13276         (gst_tcpserversink_handle_client_read),
13277         (gst_tcpserversink_client_queue_data),
13278         (gst_tcpserversink_client_queue_caps),
13279         (gst_tcpserversink_client_queue_buffer),
13280         (gst_tcpserversink_handle_client_write),
13281         (gst_tcpserversink_queue_buffer),
13282         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13283         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13284         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13285         (gst_tcpserversink_close):
13286         * gst/tcp/gsttcpserversink.h:
13287         Serversink rewrite. Really do non blocking writes to clients and
13288         maintain an internal queue to handle slower clients while not
13289         disturbing fast clients.
13290
13291 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13292
13293         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13294           better debug, don't override OFFSET and OFFSET_END
13295
13296 2004-06-25  Iain <iain@prettypeople.org>
13297
13298         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13299         name=source for the wavparse pipeline.
13300
13301 2004-06-24  Johan Dahlin  <johan@gnome.org>
13302
13303         * ext/theora/theoraenc.c (theora_enc_chain): Call
13304         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13305         streamheader caps are set correctly.
13306
13307 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13308
13309         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13310         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13311           respect minimum bitrate; same could be done for max bitrate
13312
13313 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13314
13315         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13316         (gst_vorbisenc_setup):
13317           fix sample rate range
13318
13319 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13320
13321         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
13322         (gst_oggvorbisenc_setup):
13323         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13324         (gst_vorbisenc_setup):
13325           resolve ambiguities in code and description
13326
13327 2004-06-24  Wim Taymans  <wim@fluendo.com>
13328
13329         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
13330         * ext/alsa/gstalsa.h:
13331         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13332         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
13333         Use alsa trigger_tstamp to get the timestamp of the first
13334         sample in the buffer for more precise sync. Some cleanups.
13335
13336 2004-06-24  Wim Taymans  <wim@fluendo.com>
13337
13338         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
13339         (gst_audiorate_init), (gst_audiorate_chain),
13340         (gst_audiorate_set_property), (gst_audiorate_get_property):
13341         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13342         (gst_videorate_chain):
13343         Added some logging, fixed an overflow bug in videorate.
13344
13345 2004-06-24  Benjamin Otte  <otte@gnome.org>
13346
13347         * ext/kio/Makefile.am:
13348           fix for builddir != srcdir and distcheck
13349
13350 2004-06-24  Benjamin Otte  <otte@gnome.org>
13351
13352         * gst-libs/gst/colorbalance/Makefile.am:
13353         * gst-libs/gst/mixer/Makefile.am:
13354         * gst-libs/gst/play/Makefile.am:
13355         * gst-libs/gst/tuner/Makefile.am:
13356         * gst/tcp/Makefile.am:
13357         * sys/dxr3/Makefile.am:
13358           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
13359           tarball.
13360           Also add all *.list files that were missing.
13361         * Makefile.am:
13362           add a distcheck hook to ensure the above doesn't happen again.
13363
13364 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
13365
13366         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
13367
13368 2004-06-23  Colin Walters  <walters@redhat.com>
13369
13370         * m4/Makefile.am: Distribute gst-fionread.m4.
13371
13372 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13373
13374         * configure.ac: back to dev
13375
13376 2004-06-23  Wim Taymans  <wim@fluendo.com>
13377
13378         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13379         (gst_alsa_xrun_recovery):
13380         * ext/alsa/gstalsa.h:
13381         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13382         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
13383         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13384         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
13385         (gst_alsa_src_loop):
13386         Add clock to alsasrc. Take new capture timestamp when
13387         restarting after an overrun. Split up some functions between
13388         alsasrc and alsasink.
13389
13390 === release 0.8.2 ===
13391
13392 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13393
13394         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13395         (gst_alsa_change_state), (gst_alsa_update_avail),
13396         (gst_alsa_xrun_recovery):
13397         * ext/alsa/gstalsa.h:
13398         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13399           merge back changes from release
13400
13401 2004-06-23  Wim Taymans  <wim@fluendo.com>
13402
13403         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
13404         (gst_audiorate_init), (gst_audiorate_chain),
13405         (gst_audiorate_set_property), (gst_audiorate_get_property):
13406         Implement sample dropping and notify
13407
13408 2004-06-22  Wim Taymans  <wim@fluendo.com>
13409
13410         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13411         (theora_enc_sink_link), (theora_buffer_from_packet),
13412         (theora_push_packet), (theora_enc_chain):
13413         Some cleanups, make sure the timestamps are correct.
13414
13415 2004-06-22  Wim Taymans  <wim@fluendo.com>
13416
13417         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
13418         (gst_alsa_change_state), (gst_alsa_update_avail),
13419         (gst_alsa_xrun_recovery):
13420         * ext/alsa/gstalsa.h:
13421         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13422         Cleanups, take queued samples into account when reporting
13423         the time.
13424
13425 2004-06-22  Wim Taymans  <wim@fluendo.com>
13426
13427         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13428         (gst_videorate_init):
13429         Initialize the property as well.
13430
13431 2004-06-22  Wim Taymans  <wim@fluendo.com>
13432
13433         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13434         (gst_videorate_init), (gst_videorate_chain),
13435         (gst_videorate_set_property), (gst_videorate_get_property):
13436         Add property to make videorate silent.
13437         Add property to prefer new frames over old ones.
13438
13439 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13440
13441         * sys/osxvideo/Makefile.am:
13442         Workaround so that the osxvideo .so file gets linked with the
13443         Cocoa, OpenGL and QuickTime frameworks
13444
13445 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13446
13447         * sys/osxaudio/Makefile.am:
13448         Workaround so that the osxaudio .so file gets linked with the
13449         CoreAudio framework
13450
13451 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13452
13453         * configure.ac:
13454         Whoops, my fault...fixed build issues
13455
13456 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13457
13458         * configure.ac:
13459         Add objective-c support if running in Darwin/Mac OS X
13460         * sys/Makefile.am:
13461         * sys/osxvideo:
13462         * sys/osxvideo/Makefile.am:
13463         * sys/osxvideo/osxvideosink.h:
13464         * sys/osxvideo/osxvideosink.m:
13465         * sys/osxvideo/cocoawindow.h:
13466         * sys/osxvideo/cocoawindow.m:
13467         Add osxvideosink, a cocoa-based osx video sink
13468
13469
13470 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
13471         * ext/dvdnav/gst-dvd:
13472         Grab the gconf key from the right spot
13473         * gst/debug/gstnavseek.c: (gst_navseek_init),
13474         (gst_navseek_segseek), (gst_navseek_handle_src_event),
13475         (gst_navseek_chain):
13476         * gst/debug/gstnavseek.h:
13477           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
13478           and loop parameters of a segment seek.
13479         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
13480         (gst_videotestsrc_get_event_masks),
13481         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
13482         * gst/videotestsrc/gstvideotestsrc.h:
13483           Add seeking support to videotestsrc
13484           Initialise the timestamp_offset variable.
13485
13486 2004-06-18  Wim Taymans  <wim@fluendo.com>
13487
13488         * ext/sidplay/gstsiddec.cc:
13489         Fix negotiation and set correct end offset.
13490
13491 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13492
13493         * configure.ac: branch and prerelease
13494
13495 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13496
13497         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
13498         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
13499         (gst_tcpclientsrc_init_receive):
13500         * gst/tcp/gsttcpclientsrc.h:
13501           read caps when connecting to server for GDP so we set them correctly
13502
13503 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13504
13505         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13506           notify drops and duplicates
13507         * gst/videoscale/videoscale.c: (videoscale_get_structure):
13508           no good reason to limit ourselves to 100x100
13509
13510 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13511
13512         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13513         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13514         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13515         (gst_v4lsrc_get_property):
13516         * sys/v4l/gstv4lsrc.h:
13517         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13518         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13519         (gst_v4l_set_audio):
13520         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
13521         (gst_v4lsrc_try_capture):
13522         * sys/v4l/v4lsrc_calls.h:
13523           change try_palette to more general try_capture
13524           add autoprobe option so we can turn off autoprobing
13525           various fixes
13526
13527 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13528
13529         * configure.ac:
13530           add videorate
13531         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
13532         (gst_ximagesink_class_init):
13533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
13534         (gst_xvimagesink_class_init):
13535           run them as finalize, not dispose, since dispose can be invoked
13536           multiple times
13537
13538 2004-06-17  Wim Taymans  <wim@fluendo.com>
13539
13540         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13541         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
13542         * ext/alsa/gstalsa.h:
13543         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
13544         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
13545         (gst_alsa_src_change_state):
13546         * ext/alsa/gstalsasrc.h:
13547         Make the xrun code timestamp and offset the buffers correctly.
13548         moved the clock to the base class, use alsa methods to get time.
13549         Do correct timestamping on outgoing buffers.
13550
13551 2004-06-17  Wim Taymans  <wim@fluendo.com>
13552
13553         * gst/audiorate/Makefile.am:
13554         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
13555         (gst_audiorate_base_init), (gst_audiorate_class_init),
13556         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
13557         (gst_audiorate_set_property), (gst_audiorate_get_property),
13558         (gst_audiorate_change_state), (plugin_init):
13559         Added an audiorate converter that fills in gaps.
13560
13561 2004-06-17  Johan Dahlin  <johan@gnome.org>
13562
13563         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
13564
13565 2004-06-16  Wim Taymans  <wim@fluendo.com>
13566
13567         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
13568         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13569         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13570         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13571         (gst_v4lsrc_get_property):
13572         * sys/v4l/gstv4lsrc.h:
13573         Added a copy mode to v4lsrc where it will output a copied version
13574         of its internal hardware buffer.
13575         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
13576         can't | them.
13577
13578 2004-06-16  Wim Taymans  <wim@fluendo.com>
13579
13580         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13581         Timestamp fixes.
13582
13583 2004-06-16  Wim Taymans  <wim@fluendo.com>
13584
13585         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13586         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13587         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13588         (gst_v4lsrc_get_property):
13589         * sys/v4l/gstv4lsrc.h:
13590         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13591         Added a sync mode enum property to control v4lsrc timestamp method
13592         Removed the use-fixed-fps property and moved functionality in
13593         the enum.
13594         Don't error on an error value from v4l-conf, it might not always
13595         be a real error.
13596
13597 2004-06-16  Wim Taymans  <wim@fluendo.com>
13598
13599         * gst/videorate/Makefile.am:
13600         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
13601         (gst_videorate_base_init), (gst_videorate_class_init),
13602         (gst_videorate_getcaps), (gst_videorate_link),
13603         (gst_videorate_init), (gst_videorate_chain),
13604         (gst_videorate_set_property), (gst_videorate_get_property),
13605         (gst_videorate_change_state), (plugin_init):
13606         Added a video timestamp corrector.
13607
13608 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13609
13610         fixed a potential leak with previous commit
13611
13612         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13613
13614 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13615
13616         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13617         Added missing refcount, fixes bug #144425
13618         Cheers Tim for finding the bug
13619
13620 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13621
13622         * sys/v4l/gstv4l.c: (plugin_init):
13623         * sys/v4l/gstv4lcolorbalance.c:
13624         * sys/v4l/gstv4lcolorbalance.h:
13625         * sys/v4l/gstv4lelement.c:
13626         * sys/v4l/gstv4lelement.h:
13627         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
13628         * sys/v4l/gstv4lmjpegsink.h:
13629         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
13630         * sys/v4l/gstv4lmjpegsrc.h:
13631         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
13632         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
13633         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13634         * sys/v4l/gstv4lsrc.h:
13635         * sys/v4l/gstv4ltuner.c:
13636         * sys/v4l/gstv4ltuner.h:
13637         * sys/v4l/gstv4lxoverlay.c:
13638         * sys/v4l/gstv4lxoverlay.h:
13639         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
13640         (gst_v4l_set_window), (gst_v4l_enable_overlay):
13641         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13642         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13643         (gst_v4l_set_audio):
13644         * sys/v4l/v4l_calls.h:
13645         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
13646         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
13647         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
13648         (gst_v4lmjpegsink_playback_init),
13649         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
13650         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
13651         (gst_v4lmjpegsink_playback_stop),
13652         (gst_v4lmjpegsink_playback_deinit):
13653         * sys/v4l/v4lmjpegsink_calls.h:
13654         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
13655         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
13656         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
13657         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
13658         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
13659         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
13660         * sys/v4l/v4lmjpegsrc_calls.h:
13661         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
13662         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
13663         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
13664         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
13665         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
13666         (gst_v4lsrc_try_palette):
13667         * sys/v4l/v4lsrc_calls.h:
13668           bunch of paranoia cleanups
13669
13670 2004-06-14  David Schleef  <ds@schleef.org>
13671
13672         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
13673         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
13674         Send discont events and change timestamps appropriately when
13675         we get a seek event.  (bug #144240)
13676         * ext/cdparanoia/gstcdparanoia.h:
13677
13678 2004-06-14  Benjamin Otte  <otte@gnome.org>
13679
13680         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
13681           snd_pcm_hw_params_set_rate  since the latter fails for no good
13682           reason on some setups.
13683
13684 2004-06-14  David Schleef  <ds@schleef.org>
13685
13686         * gst/volume/demo.c: (value_changed_callback): exp10() is not
13687         standard.  Thank you for playing.
13688
13689 2004-06-14  Wim Taymans  <wim@fluendo.com>
13690
13691         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
13692         Patch 1.3 broke the ordering of the colorspace info and
13693         made the plugin basically work by coincidence, reordered
13694         the info.
13695
13696 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13697
13698         * ext/lame/gstlame.c:
13699         * ext/mad/gstmad.c:
13700           sync caps.  Make sure mad can only output a list of rates, not
13701           a full range.  In the future, have three caps lists for each of the
13702           mpeg versions.  Change mpegversion to a double as well.
13703
13704 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13705
13706         * gst/volume/.cvsignore:
13707         * gst/volume/Makefile.am:
13708         * gst/volume/demo.c: (value_changed_callback), (idler),
13709         (setup_gui), (main):
13710           added small demo app
13711
13712 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
13713         * ext/esd/esdsink.c: (gst_esdsink_change_state):
13714         * ext/esd/esdsink.h:
13715         Close the esd connection on pause, because esd will just wait -
13716         blocking all other esd clients indefinitely.
13717
13718 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
13719
13720         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
13721           previous commit with GST_DEBUG
13722
13723 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13724
13725         * configure.ac:
13726           add a header check for a dvdread header in dvdnav.  Fixes #133002
13727
13728 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13729
13730         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
13731         * gst/tcp/gsttcpclientsink.h:
13732         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
13733         * gst/tcp/gsttcpclientsrc.h:
13734         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
13735         (gst_tcpserversink_handle_server_read),
13736         (gst_tcpserversink_init_send):
13737         * gst/tcp/gsttcpserversink.h:
13738         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
13739         * gst/tcp/gsttcpserversrc.h:
13740         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
13741         version of IP)
13742
13743 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13744
13745         * configure.ac:
13746         Added ogg library so that OSX detects libtheora properly
13747
13748 2004-06-11  Wim Taymans  <wim@fluendo.com>
13749
13750         * ext/theora/theoradec.c: (theora_dec_chain),
13751         (theora_dec_change_state):
13752         Don't try to decode frames before we received a keyframe.
13753
13754 2004-06-11  Wim Taymans  <wim@fluendo.com>
13755
13756         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13757         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
13758         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13759         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
13760         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
13761         Added property to set the maximum delay of a page.
13762
13763 2004-06-10  Wim Taymans  <wim@fluendo.com>
13764
13765         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13766         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
13767         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13768         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
13769         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
13770         Added max-delay property to control the maximum amount
13771         of data to put in one page.
13772
13773 2004-06-10  Wim Taymans  <wim@fluendo.com>
13774
13775         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13776         (gst_theora_enc_init), (theora_enc_sink_link),
13777         (theora_buffer_from_packet), (theora_enc_set_property),
13778         (theora_enc_get_property):
13779         Set duration on encoded buffer, added some more properties
13780
13781 2004-06-10  Wim Taymans  <wim@fluendo.com>
13782
13783         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13784         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13785         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13786         * ext/theora/theoraenc.c: (theora_enc_chain):
13787         Fix refcounting bugs
13788
13789 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13790
13791         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
13792         (gst_asf_demux_loop), (gst_asf_demux_process_file),
13793         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
13794         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
13795         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
13796         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
13797         (gst_asf_demux_change_state):
13798         * gst/asfdemux/gstasfdemux.h:
13799           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
13800           feels like. I think we should set a new requirement for demuxers
13801           from now on to implement sane loop functions, data loops, query
13802           and seek functions before first commit into CVS. And this commit
13803           fixes all of the above.
13804
13805 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
13806
13807         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
13808           vorbis comments are properly encoded in UTF-8 before adding them
13809           to a GstTagList
13810
13811 2004-06-09  Benjamin Otte  <otte@gnome.org>
13812
13813         * ext/alsa/gstalsa.c: (add_channels):
13814           handle min <= max correctly
13815         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
13816         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
13817           add fixation functions so we fixate correctly. No preferring of alaw
13818           anymore because it's the first structure.
13819         * ext/alsa/gstalsa.h:
13820         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
13821         (gst_alsa_hw_params_dump):
13822           add functions to ease debugging in alsalib
13823         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
13824         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
13825         (gst_alsa_start_audio):
13826           only specify hw params if we really setup a format (fixes #134007 -
13827           or at least works around it)
13828
13829 2004-06-09  Wim Taymans  <wim@fluendo.com>
13830
13831         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13832         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
13833         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
13834         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
13835         (gst_ogg_mux_loop):
13836         Use stream caps to setup the initial pages in the ogg stream.
13837         Correctly set the streamheader caps on the srcpad.
13838
13839 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13840
13841         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
13842         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
13843         (gst_v4lsrc_getcaps):
13844         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13845         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
13846           add querying of fps lists for webcams.  Negotiating to a framerate
13847           now works.
13848
13849 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13850
13851         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
13852         (theora_push_buffer), (theora_push_packet),
13853         (theora_set_header_on_caps), (theora_enc_chain):
13854           mark buffers and put on streamheader, raw theora streaming
13855           now works too, whee
13856
13857 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13858
13859         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
13860         (gst_tcp_gdp_read_caps):
13861           do a looping read for caps and GDP headers too
13862
13863 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13864
13865         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13866         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
13867           return EOS instead of NULL in _get
13868
13869 2004-06-08  Wim Taymans  <wim@fluendo.com>
13870
13871         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
13872         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
13873         (gst_tcp_gdp_write_caps):
13874         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13875         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
13876         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
13877         Memory leak fixes
13878
13879 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13880
13881         * ext/vorbis/Makefile.am:
13882         * ext/vorbis/vorbis.c: (plugin_init):
13883         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
13884         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
13885         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
13886         (vorbis_parse_change_state):
13887         * ext/vorbis/vorbisparse.h:
13888           adding a vorbisparse element that marks the buffers, streaming
13889           raw vorbis using GDP now works, whee
13890
13891 2004-06-08  Wim Taymans  <wim@fluendo.com>
13892
13893         * ext/jpeg/Makefile.am:
13894         * ext/jpeg/README:
13895         * ext/jpeg/gstjpeg.c: (plugin_init):
13896         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
13897         (gst_smokedec_base_init), (gst_smokedec_class_init),
13898         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
13899         * ext/jpeg/gstsmokedec.h:
13900         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
13901         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
13902         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
13903         (gst_smokeenc_resync), (gst_smokeenc_chain),
13904         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
13905         * ext/jpeg/gstsmokeenc.h:
13906         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
13907         (smokecodec_flush_destination), (smokecodec_term_destination),
13908         (smokecodec_init_source), (smokecodec_fill_input_buffer),
13909         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
13910         (smokecodec_term_source), (smokecodec_encode_new),
13911         (smokecodec_decode_new), (smokecodec_info_free),
13912         (smokecodec_set_quality), (smokecodec_get_quality),
13913         (smokecodec_set_threshold), (smokecodec_get_threshold),
13914         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
13915         (find_best_size), (abs_diff), (put), (smokecodec_encode),
13916         (smokecodec_parse_header), (smokecodec_decode):
13917         * ext/jpeg/smokecodec.h:
13918         Added a new simple jpeg based codec
13919
13920 2004-06-08  Wim Taymans  <wim@fluendo.com>
13921
13922         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13923         (gst_multipart_mux_loop):
13924         Fix memory leak
13925
13926 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13927
13928         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13929         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
13930         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
13931         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
13932         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13933         * gst/tcp/gsttcpserversink.h:
13934           take streamheader into account
13935
13936 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13937
13938         * gst/level/Makefile.am:
13939         * gst/level/gstlevel.c: (gst_level_class_init):
13940           clean up marshal generation
13941
13942 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13943
13944         * gst/tcp/Makefile.am:
13945         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
13946         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
13947         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
13948         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13949         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
13950         (gst_tcpclientsrc_get_property):
13951         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13952         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13953         (gst_tcpserversink_handle_client_read),
13954         (gst_tcpserversink_handle_client_write),
13955         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
13956         * gst/tcp/gsttcpserversink.h:
13957           add signals client-added and client-removed
13958         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13959         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
13960         (gst_tcpserversrc_get_property):
13961         uniformized, change default protocol to NONE
13962         * gst/tcp/gsttcp-marshal.list: added
13963 2004-06-07  Benjamin Otte  <otte@gnome.org>
13964
13965         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13966           handle discont events if they happen before caps nego
13967
13968 2004-06-07  Wim Taymans  <wim@fluendo.com>
13969
13970         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13971         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13972         (gst_multipart_demux_plugin_init):
13973         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13974         (gst_multipart_mux_init), (gst_multipart_mux_loop),
13975         (gst_multipart_mux_change_state):
13976         Small updates, fix a memleak
13977
13978 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13979
13980         * configure.ac: OSS portability
13981         * ext/arts/gst_arts.c: idem
13982         * sys/oss/gstosselement.c: idem
13983         * sys/oss/gstossmixer.c: idem
13984         * sys/oss/gstosssink.c: idem
13985         * sys/oss/gstosssrc.c: idem
13986         * sys/oss/oss_probe.c: idem
13987           - check for soundcard.h in different places for some BSD
13988
13989 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
13990
13991         * AUTHORS:
13992         Add me to the authors file
13993         * configure.ac:
13994         Increase the libdv requirement to >= version 0.100
13995         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
13996         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
13997         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
13998         * ext/dv/gstdvdec.h:
13999         Add support for the new_media flag when sending DISCONT events
14000         Make the querying work when video pad is not linked
14001
14002 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14003
14004         reviewed by Benjamin Otte  <otte@gnome.org>
14005
14006         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14007           create a NULL-initialized array of pads, so we don't think they
14008           exist already. (fixes #143130)
14009
14010 2004-06-07  Benjamin Otte  <otte@gnome.org>
14011
14012         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14013         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14014         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14015           don't use // coments
14016
14017 2004-06-07  Benjamin Otte  <otte@gnome.org>
14018
14019         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14020           cast to GstClockTime to get higher granularity
14021         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14022           use gst_element_set_time_delay to get the exact time
14023         * ext/mad/gstmad.c: (gst_mad_chain):
14024           use the negotiated rate instead of the current frame's rate which
14025           might be wrong because of bit errors. This avoids emitting totally
14026           bogus timestamps and screwing sync.
14027         (fixes #143454)
14028
14029 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14030
14031         reviewed by Benjamin Otte  <otte@gnome.org>
14032
14033         * gst/adder/gstadder.c: (gst_adder_loop):
14034           properly error out when no negotiation has happened yet. (fixes
14035           #143032)
14036
14037 2004-06-06  Benjamin Otte  <otte@gnome.org>
14038
14039         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14040           forward correctly transformed offset in discont events. Based on
14041           patch by Arwed v. Merkatz. (fixes #142851)
14042
14043 2004-06-06  David Schleef  <ds@schleef.org>
14044
14045         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14046         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14047         problems on several systems.
14048
14049 2004-06-06  Benjamin Otte  <otte@gnome.org>
14050
14051         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14052           use explicit caps on the srcpad
14053         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14054           properly error out if caps couldn't be set (fixes #142764)
14055
14056 2004-06-06  Benjamin Otte  <otte@gnome.org>
14057
14058         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14059         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14060         (gst_alsa_start_audio):
14061           - don't call set_periods_integer anymore, it breaks the
14062           configuration randomly
14063           - call snd_pcm_hw_params_set_access directly instead of using masks
14064           - don't fail if the sw_params can't be set, just use the default
14065           params and hope it works. Alsalib has weird issues when you touch
14066           sw_params and does no proper error reporting about what failed.
14067         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14068         (gst_alsa_close_audio):
14069           make our alsa debugging go via gst debugging and not conditionally
14070           defined
14071         * ext/alsa/gstalsa.h:
14072           add ALSA_DEBUG_FLUSH macro
14073         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14074         (plugin_init):
14075           wrap alsa errors to be printed via the gst debugging system and not
14076           spammed to stderr
14077
14078 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14079
14080         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14081         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14082         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14083         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14084         (qtdemux_parse_trak):
14085         * gst/qtdemux/qtdemux.h:
14086           Bitch. Also known as seeking, querying & co.
14087         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14088         (gst_osssink_change_state):
14089         * sys/oss/gstosssink.h:
14090           Resyncing is for weenies, this hack is no longer needed and was
14091           broken anyway (since it - unintendedly - always leaves resync to
14092           TRUE).
14093
14094 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14095
14096         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14097         * gst/tcp/gsttcpclientsrc.h: idem
14098           - define MSG_NOSIGNAL if not done
14099           - include unistd.h for off_t
14100           (fixes #143749)
14101
14102 2004-06-05  Benjamin Otte  <otte@gnome.org>
14103
14104         * configure.ac:
14105         * ext/kio/Makefile.am:
14106           check for qt's moc preprocessor explicitly and use it
14107
14108 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14109
14110         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14111           don't get a signal for EPIPE on socket writes
14112           (somebody check if this works on other platforms)
14113
14114 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14115
14116         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14117         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14118           check error condition on available samples correctly
14119
14120 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14121
14122         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14123           avoid a segfault
14124         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14125         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14126         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14127         (gst_tcpserversrc_gdp_read_header):
14128          use ssize_t over size_t since the former is signed and thus the
14129          check for error codes can work
14130
14131 2004-06-02  Wim Taymans  <wim@fluendo.com>
14132
14133         reviewed by: Johan
14134
14135         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14136         (gst_multipart_mux_loop):
14137         Oops
14138
14139 2004-06-02  Wim Taymans  <wim@fluendo.com>
14140
14141         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14142         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14143         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14144         (gst_multipart_mux_change_state):
14145         Added configurable boundary specifier, added the value as a
14146         caps field as well.
14147
14148 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14149
14150         * gst/tcp/gsttcp.c:
14151         * gst/tcp/gsttcpclientsrc.c:
14152         * gst/tcp/gsttcpclientsrc.h:
14153         * gst/tcp/gsttcpserversrc.c:
14154           - portability fix, to compile on OSX
14155             (fixes #143146)
14156
14157         * sys/osxaudio/gstosxaudioelement.c:
14158         * sys/osxaudio/gstosxaudiosink.c:
14159         * sys/osxaudio/gstosxaudiosrc.c:
14160           - compilation warnings on OSX
14161             (fixes #143153)
14162
14163 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14164
14165         * ext/vorbis/vorbisdec.c : sign warning fixes
14166
14167         * gst-libs/gst/mixer/mixertrack.c :
14168           do no use defines which are glib 2.4 specific
14169
14170 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14171
14172         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14173           buffer since libflac doesn't expect it (reports a sync error when
14174           it encounters that)
14175
14176
14177 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14178
14179         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14180         * gst-libs/gst/mixer/mixertrack.c:
14181         (gst_mixer_track_get_property), (get_mixer_track_init),
14182         (get_mixer_track_get_property): Added property accessors
14183         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14184         * gst-libs/gst/mixer/mixeroptions.c:
14185         (gst_mixer_options_get_values): Added
14186         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14187         * gst-libs/gst/mixer/mixer.c: Fixed comment
14188
14189
14190 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14191
14192         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14193           improve error messages on open
14194
14195
14196 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14197
14198         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14199           check if v4l-conf is in path
14200
14201 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14202
14203         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14204           change assert to a more readable error message
14205
14206 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14207
14208         * gst-libs/gst/tuner/tunerchannel.h:
14209           - add a freq_multiplicator field to make the conversion
14210             between internal frequency unit and Hz
14211         * sys/v4l/gstv4lelement.c:
14212         * sys/v4l2/gstv4l2element.c:
14213           - change default video device to /dev/video0
14214         * sys/v4l/v4l_calls.c:
14215         * sys/v4l2/v4l2_calls.c:
14216           - we only expose frequency to the user in Hz instead of
14217             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14218
14219 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14220         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14221           Initialise b_o_s and e_o_s variables
14222         * gst-libs/gst/riff/riff-media.c:
14223         (gst_riff_create_video_caps_with_data):
14224           Add some unusual fourcc's from mplayer avi's
14225         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14226           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14227           autoplugging.
14228
14229 2004-05-28  Wim Taymans  <wim@fluendo.com>
14230
14231         * configure.ac:
14232         * gst/alpha/Makefile.am:
14233         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14234         (gst_alpha_get_type), (gst_alpha_base_init),
14235         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14236         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14237         (gst_alpha_chroma_key), (gst_alpha_chain),
14238         (gst_alpha_change_state), (plugin_init):
14239         A plugin to add an alpha channel to I420 video. Can optionally do
14240         chroma keying.
14241         * gst/multipart/Makefile.am:
14242         * gst/multipart/multipart.c: (plugin_init):
14243         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14244         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14245         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14246         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14247         (gst_multipart_demux_change_state),
14248         (gst_multipart_demux_plugin_init):
14249         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14250         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14251         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14252         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14253         (gst_multipart_mux_pad_unlink),
14254         (gst_multipart_mux_request_new_pad),
14255         (gst_multipart_mux_handle_src_event),
14256         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14257         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14258         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14259         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14260         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14261         send multipart jpeg images to a browser.
14262         * gst/videobox/Makefile.am:
14263         * gst/videobox/README:
14264         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14265         (gst_video_box_get_type), (gst_video_box_base_init),
14266         (gst_video_box_class_init), (gst_video_box_init),
14267         (gst_video_box_set_property), (gst_video_box_get_property),
14268         (gst_video_box_sink_link), (gst_video_box_i420),
14269         (gst_video_box_ayuv), (gst_video_box_chain),
14270         (gst_video_box_change_state), (plugin_init):
14271         Crops or adds borders around an image. can do alpha channel
14272         borders as well.
14273         * gst/videomixer/Makefile.am:
14274         * gst/videomixer/README:
14275         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14276         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14277         (gst_videomixer_pad_get_sink_event_masks),
14278         (gst_videomixer_pad_get_property),
14279         (gst_videomixer_pad_set_property),
14280         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14281         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14282         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14283         (gst_videomixer_base_init), (gst_videomixer_class_init),
14284         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14285         (gst_videomixer_handle_src_event),
14286         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14287         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14288         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14289         (gst_videomixer_loop), (gst_videomixer_get_property),
14290         (gst_videomixer_set_property), (gst_videomixer_change_state),
14291         (plugin_init):
14292         Generic video mixer plugin, can handle multiple inputs all with
14293         different framerates and video sizes. Is fully alpha channel
14294         aware.
14295
14296 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14297
14298         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14299           Select first track as master track. Not sure how else to handle
14300           that...
14301         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14302           Discard discont events. Should fix #142962.
14303
14304 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14305
14306         * ext/alsa/Makefile.am:
14307         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14308         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14309         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14310         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14311         (gst_alsa_mixer_get_option):
14312         * ext/alsa/gstalsamixer.h:
14313         * ext/alsa/gstalsamixeroptions.c:
14314         (gst_alsa_mixer_options_get_type),
14315         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14316         (gst_alsa_mixer_options_new):
14317         * ext/alsa/gstalsamixeroptions.h:
14318         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14319         * ext/alsa/gstalsamixertrack.h:
14320           Add enumerations (as GstMixerOptions). Make correct distinction
14321           between input/output tracks. Add capture/playback private flag.
14322           Use flag to decide on whether to set capture or playback volumes
14323           or switches. Use playback and record switches.
14324         * gst-libs/gst/mixer/Makefile.am:
14325         * gst-libs/gst/mixer/mixer-marshal.list:
14326         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
14327         (gst_mixer_set_option), (gst_mixer_get_option),
14328         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
14329         (gst_mixer_volume_changed), (gst_mixer_option_changed):
14330         * gst-libs/gst/mixer/mixer.h:
14331         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
14332         (gst_mixer_options_class_init), (gst_mixer_options_init),
14333         (gst_mixer_options_dispose):
14334         * gst-libs/gst/mixer/mixeroptions.h:
14335           Add GstMixerOptions.
14336         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14337           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
14338           broken device detection on computers with multiple OSS sound
14339           cards.
14340
14341 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14342
14343         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14344           fixate nicely even when the peer is not negotiating
14345
14346 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14347
14348         * gst/audioconvert/gstaudioconvert.c:
14349         (gst_audio_convert_parse_caps):
14350           make sure we don't allow depth > width
14351         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14352           fixate endianness to G_BYTE_ORDER as default
14353         * gst/audioscale/gstaudioscale.c:
14354           we don't handle another endianness as host-endianness
14355
14356 2004-05-25  David Schleef  <ds@schleef.org>
14357
14358         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
14359
14360 2004-05-24  Benjamin Otte  <otte@gnome.org>
14361
14362         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
14363         (gst_oggvorbisenc_setup):
14364           properly fail when we can't setup the vorbis encoder due to
14365           unsupported settings
14366         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
14367         (gst_vorbisenc_setup):
14368           same
14369         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14370           fix case where warnings occured when one pad was unlinked while the
14371           other's link function was called
14372
14373 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14374
14375         * gst/tcp/Makefile.am:
14376           use GST_ENABLE_NEW
14377
14378 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14379
14380         * gst-libs/gst/resample/private.h:
14381           don't use optimizations that are #if 0'ed
14382
14383 2004-05-24  Wim Taymans  <wim@fluendo.com>
14384
14385         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14386         Fix potential division by zero error and hopefully get
14387         the position query right to get correct timestamps on avi
14388         audio.
14389
14390 2004-05-24  Wim Taymans  <wim@fluendo.com>
14391
14392         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
14393         (gst_videoscale_scale_nearest_str2),
14394         (gst_videoscale_scale_nearest_str4),
14395         (gst_videoscale_scale_nearest_32bit),
14396         (gst_videoscale_scale_nearest_24bit),
14397         (gst_videoscale_scale_nearest_16bit):
14398         Fix the scaling algorithm and avoid a buffer overflow.
14399         removed the while loop in the scaling function as it
14400         was used for point sampling only.
14401
14402 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14403
14404         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
14405         (gst_id3_tag_class_init), (gst_id3_tag_init),
14406         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
14407         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
14408         (gst_id3_tag_send_tag_event):
14409           lots of fixes to make id3mux work and id3demux work correctly
14410
14411 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14412
14413         * ext/Makefile.am:
14414           add rules to build shout2send (was removed by accident
14415           when this module was no more marked experimental/broken)
14416
14417 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14418
14419         * ext/shout2/gstshout2.c:
14420         * ext/shout2/gstshout2.h:
14421           adding a "connection problem" signal to shout2send
14422           (fixes #142954)
14423
14424 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14425
14426         * ext/kio/kioreceiver.cpp:
14427         * ext/kio/kioreceiver.h:
14428           fix sign comparison issues
14429
14430 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14431
14432         * gst/cdxaparse/gstcdxaparse.c:
14433         * gst/cdxaparse/gstcdxaparse.h:
14434           some renaming
14435           add some checks/sanity
14436           prepare for seek addition
14437
14438         * sys/sunaudio/gstsunaudio.c:
14439           remove exported dupe init function
14440
14441 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
14442
14443         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
14444         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
14445           Fix format conversion and position querying.
14446         * gst/debug/progressreport.c: (gst_progressreport_report):
14447           Don't output a bogus total value that we didn't query.
14448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14449           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
14450           only a blank window after xine has been used.
14451
14452 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14453
14454         * m4/as-arts.m4:
14455           sync with upstream version to fix test on FC2
14456           readd with -ko to preserve Id header
14457
14458 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14459
14460         * configure.ac:
14461           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
14462         * gst/tcp/gsttcpclientsrc.c: idem
14463         * gst/tcp/gsttcpserversink.c: idem
14464         * gst/tcp/gsttcpserversrc.c: idem
14465         * m4/gst-fionread.m4: idem
14466
14467         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
14468
14469         * configure.ac: enable speex plugin for speex 1.1.5+
14470         * ext/speex/gstspeexenc.c: fix cast warning
14471
14472         * ext/esd/README: fix typo
14473
14474 2004-05-20  David Schleef  <ds@schleef.org>
14475
14476         * configure.ac: Minor cosmetic change to convince the buildbot to
14477         reautogen.
14478         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
14479         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
14480         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
14481         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
14482         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
14483         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
14484         More hacking.  Plays audio now.
14485
14486 2004-05-20  David Schleef  <ds@schleef.org>
14487
14488         * configure.ac:
14489         * sys/Makefile.am:
14490
14491 2004-05-20  David Schleef  <ds@schleef.org>
14492
14493         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
14494         * sys/osxaudio/gstosxaudio.c:
14495         * sys/osxaudio/gstosxaudioelement.c:
14496         * sys/osxaudio/gstosxaudioelement.h:
14497         * sys/osxaudio/gstosxaudiosink.c:
14498         * sys/osxaudio/gstosxaudiosink.h:
14499         * sys/osxaudio/gstosxaudiosrc.c:
14500         * sys/osxaudio/gstosxaudiosrc.h:
14501
14502 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14503
14504         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
14505         (gst_vorbisenc_chain):
14506           put the codec headers on the caps as streamheader as well as
14507           pushing them out
14508
14509 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14510
14511         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
14512         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
14513         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
14514         split up push_packet into two functions
14515
14516 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14517
14518         * gst/tcp/.cvsignore:
14519           ignore enums
14520         * gst/tcp/Makefile.am:
14521         * gst/tcp/README:
14522         * gst/tcp/gsttcp.c:
14523         * gst/tcp/gsttcp.h:
14524         * gst/tcp/gsttcpclientsink.c:
14525         * gst/tcp/gsttcpclientsink.h:
14526         * gst/tcp/gsttcpclientsrc.c:
14527         * gst/tcp/gsttcpclientsrc.h:
14528         * gst/tcp/gsttcpplugin.c:
14529         * gst/tcp/gsttcpserversink.c:
14530         * gst/tcp/gsttcpserversink.h:
14531         * gst/tcp/gsttcpserversrc.c:
14532         * gst/tcp/gsttcpserversrc.h:
14533           add new tcp elements
14534
14535 2004-05-19  Wim Taymans  <wim@fluendo.com>
14536
14537         * gst/law/mulaw-conversion.c: (mulaw_encode):
14538         Fix overflow bug in ulaw encoding.
14539
14540 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14541
14542         * ext/mad/gstmad.c: (gst_mad_handle_event):
14543           don't unref the event twice
14544
14545 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14546
14547         * configure.ac:
14548           remove -Wno-sign-compare
14549
14550 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14551
14552         * configure.ac:
14553           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
14554           if you want to work against glib 2.2 and 2.4
14555
14556 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14557
14558         * gst/tcp/Makefile.am:
14559         * gst/tcp/gsttcp.c:
14560         * gst/tcp/gsttcp.h:
14561         * gst/tcp/gsttcpsink.h:
14562         * gst/tcp/gsttcpsrc.h:
14563           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
14564
14565 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14566
14567         * gst/debug/tests.c: (md5_get_value):
14568           fix segfault on gst-inspect
14569
14570 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14571
14572         * gst/debug/testplugin.c:
14573         * gst/debug/tests.c:
14574         * gst/debug/tests.h:
14575           add new extensible and configurable testing element. Current tests
14576           include buffer count, stream length, timestamp/duration matching and
14577           md5.
14578         * gst/debug/Makefile.am:
14579         * gst/debug/gstdebug.c: (plugin_init):
14580           add infrastructure for new element
14581
14582 2004-05-19  Johan Dahlin  <johan@gnome.org>
14583
14584         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
14585         ending of the array. Fixes gst-inspect segfault on ppc.
14586
14587 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14588
14589         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
14590
14591         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
14592
14593 2004-05-18  David Schleef  <ds@schleef.org>
14594
14595         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
14596         warnings (bugs, actually) noticed by gcc but not forte.
14597
14598 2004-05-18  David Schleef  <ds@schleef.org>
14599
14600         * sys/sunaudio/Makefile.am:
14601         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
14602
14603 2004-05-18  David Schleef  <ds@schleef.org>
14604
14605         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14606         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
14607         to allow qtdemux to use non-seekable streams. (bug #142272)
14608
14609 2004-05-18  David Schleef  <ds@schleef.org>
14610
14611         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
14612         (gst_resample_sinc_ft_float): Remove use of static temporary
14613         buffer.  This code was obviously not supposed to last long, but
14614         it's stuck in our ABI, so it required a little hack to make it
14615         ABI-compatible.  Fixes #142585.
14616         * gst-libs/gst/resample/resample.h: same.
14617
14618 2004-05-18  David Schleef  <ds@schleef.org>
14619
14620         * configure.ac: Add sunaudio
14621         * examples/Makefile.am: make gstplay depend on gconf
14622         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
14623         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
14624         (convert_table_lookup), (img_convert): remove c99-isms
14625         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
14626           unsigned, to fix a warning on Solaris
14627         * gst/mpeg1sys/systems.c: bcopy->memcpy
14628         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
14629         * sys/Makefile.am: Add sunaudio
14630
14631 2004-05-18  Wim Taymans  <wim@fluendo.com>
14632
14633         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
14634         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
14635         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
14636         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
14637         (gst_ogg_mux_loop):
14638         Fix an ugly memleak where the muxer didn't flush enough ogg
14639         pages. This also resulted in badly muxed ogg files.
14640
14641 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14642
14643         * gst/asfdemux/asfheaders.c :
14644         * gst/asfdemux/asfheaders.h :
14645         * gst/asfdemux/gstasfdemux.c :
14646           - fix ASF_OBJ_PADDING guid
14647           - add 3 new object guids (language list, metadata,
14648             extended stream properties)
14649           - add a function to parse extended header objects
14650
14651 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14652
14653         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
14654           remove leftover debugging g_print
14655
14656 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14657
14658         * ext/mad/gstmad.c: (gst_mad_handle_event):
14659           Fix for when the first format in a discont event is not a
14660           byte-based one. Should fix #137710.
14661
14662 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14663
14664         * m4/a52.m4 : fix compilation with -Wall -Werror
14665         * m4/libfame.m4 : idem
14666         * m4/libmikmod.m4 : idem
14667
14668 2004-05-17  Benjamin Otte  <otte@gnome.org>
14669
14670         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14671           signal the new tags before giving up the reference
14672
14673 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14674
14675         * ext/shout2/gstshout2.c:
14676           use application/ogg instead of application/x-ogg (patch by Patrick
14677           Guimond, fixes #142432)
14678         * sys/oss/gstosselement.c: (gst_osselement_reset),
14679         (gst_osselement_sync_parms):
14680           don't set fragment size unless specified (fixes #142493)
14681
14682 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14683
14684         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
14685           fixes #142664
14686
14687 2004-05-17  Benjamin Otte  <otte@gnome.org>
14688
14689         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
14690           compute offsets correctly for internal buffers so timestamps are set
14691           correctly when we can't seek. Also handle cases where there are no
14692           offsets. (based on a patch by David Moore, fixes #142507)
14693
14694 2004-05-17  Benjamin Otte  <otte@gnome.org>
14695
14696         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14697           use correct variable when determining amount of data to skip so we
14698           don't skip into the void and segfault
14699
14700 2004-05-16  Benjamin Otte  <otte@gnome.org>
14701
14702         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
14703           Hi, I'm a memleak
14704
14705 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14706
14707         * gst/asfdemux/gstasfdemux.c:
14708           - fix a mem leak and always propagate tags
14709           - add WMV3 to known video codecs (but no decoder yet)
14710           - replace "surplus data" at end of audio header for what
14711             it is : codec specific data
14712           - fix a typo
14713
14714 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
14715
14716         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
14717
14718         * gst-libs/gst/audio/audioclock.c:
14719           Fix wrong return type (#142205).
14720
14721 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14722
14723         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
14724           Ignore CRCs by default (fixes #142566).
14725
14726 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14727
14728         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14729         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
14730         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
14731         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
14732         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14733         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
14734           Fix for cases where we fail to attach to a mixer.
14735
14736 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14737
14738         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14739           Don't touch events after not owning them anymore.
14740         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14741         (gst_wavparse_fmt), (gst_wavparse_other),
14742         (gst_wavparse_handle_seek), (gst_wavparse_loop),
14743         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14744         (gst_wavparse_srcpad_event):
14745         * gst/wavparse/gstwavparse.h:
14746           Add seeking, fix querying.
14747
14748 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14749
14750         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14751           - process comments even if they don't end with \0\0
14752             g_convert would ignore them if present and works well without them
14753
14754 2004-05-16  Benjamin Otte  <otte@gnome.org>
14755
14756         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
14757           simplify caps
14758
14759 2004-05-16  Benjamin Otte  <otte@gnome.org>
14760
14761         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14762           don't write to memory we might not write to - g_convert does that
14763           for us anyway (fixes #142613)
14764         (gst_asf_demux_audio_caps):
14765           comment out gst_util_dump_mem
14766
14767 2004-05-16  Benjamin Otte  <otte@gnome.org>
14768
14769         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14770           compute correct expected timestamps after seek (broken since
14771           last commit)
14772         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
14773           rename element and debugging category to gdkpixbufscale
14774
14775 2004-05-16  Benjamin Otte  <otte@gnome.org>
14776
14777         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14778           add error checking to snd_pcm_delay and remove duplicate call to
14779           snd_pcm_delay that caused issues (see inline code comments)
14780         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14781           make more readable and fix return value when snd_pcm_delay fails
14782         (fixes #142586)
14783
14784 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
14785         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
14786         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
14787         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
14788         (gst_pixbufscale_link), (gst_pixbufscale_init),
14789         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
14790         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
14791         (gst_pixbufscale_get_property), (pixbufscale_init):
14792         * ext/gdk_pixbuf/pixbufscale.h:
14793         Add these files I forgot earlier
14794
14795 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
14796         * ext/gdk_pixbuf/Makefile.am:
14797         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
14798         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14799         Add new pixbufscale element to scale RGB video
14800         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
14801         and HYPER interpolation correctly.
14802         * ext/theora/theoraenc.c: (theora_enc_chain),
14803         Discard buffer and return if explicit caps could not be set
14804         (theora_enc_get_property):
14805         Make _get return kbps for the bitrate consistent with
14806         the _set function.
14807
14808
14809 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14810
14811         * ext/libvisual/visual.c: (gst_visual_chain):
14812           add missing visual_audio_analyze
14813
14814 2004-05-14  David Schleef  <ds@schleef.org>
14815
14816         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
14817         is killed while we're playing.
14818         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
14819         gst_element_no_more_pads().
14820
14821 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14822
14823         * gst-libs/gst/riff/riff-read.c :
14824           - fix INFO tag extraction in RIFF/AVI files
14825             because gst_event_unref (event) also freed taglist
14826           - avoid a mem leak
14827
14828 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14829
14830         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
14831         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
14832
14833         * gst/auparse/gstauparse.c :
14834           - add code (commented for now) to support audio/x-adpcm on src pad
14835             (we have no decoder for those layout yet)
14836
14837         * gst/cdxaparse/gstcdxaparse.c :
14838         * gst/cdxaparse/gstcdxaparse.h :
14839           - partial rewrite using RiffRead (ripped iain's wavparse code)
14840
14841         * gst/rtp/gstrtpL16enc.c : typo
14842         * gst/rtp/gstrtpgsmenc.c : typo
14843
14844 2004-05-13  Benjamin Otte  <otte@gnome.org>
14845
14846         * configure.ac:
14847           check for exact version of libvisual, it's not supposed to be
14848           API/ABI stable yet
14849
14850 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14851
14852         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
14853           signal no-more-pads
14854
14855 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14856
14857         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
14858         Report which format was used for GST_FORMAT_DEFAULT
14859         * gst/debug/Makefile.am:
14860         * gst/debug/gstdebug.c: (plugin_init):
14861         * gst/debug/progressreport.c: (gst_progressreport_base_init),
14862         (gst_progressreport_class_init), (gst_progressreport_init),
14863         (gst_progressreport_report), (gst_progressreport_set_property),
14864         (gst_progressreport_get_property), (gst_progressreport_chain),
14865         (gst_progressreport_plugin_init):
14866         Add progressreport element for testing.
14867
14868 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14869
14870         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
14871         * sys/v4l/gstv4lsrc.h:
14872         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
14873         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
14874         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
14875         (gst_v4lsrc_grab_frame):
14876           add more debugging
14877           send a discont at start
14878
14879 2004-05-12  Colin Walters  <walters@redhat.com>
14880
14881         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
14882         inflooping if we can't find a chunk.  Or in other words, don't blow
14883         chunks if we don't have a chunk to blow.
14884
14885 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14886         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
14887         Remove old debug output
14888         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
14889         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
14890         (gst_dvdec_set_property), (gst_dvdec_get_property):
14891         Change the quality setting to an enum, so it works from gst-launch
14892         Don't renegotiate a non-linked pad. Allows audio only decoding.
14893         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
14894         (gst_deinterlace_link), (gst_deinterlace_init):
14895         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
14896         (gst_videodrop_link):
14897         Some caps negotiation fixes
14898
14899 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14900
14901         * ext/tarkin/gsttarkin.c :
14902           - Change RANK from NONE to PRIMARY
14903         * ext/gdk_pixbuf/gstgdkpixbuf.c :
14904           - Change RANK from NONE to MARGINAL
14905         * ext/divx/gstdivxenc.c :
14906           - Change RANK from PRIMARY to NONE (encoder/spider issue)
14907
14908 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14909
14910         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
14911         (gst_vorbisenc_push_packet):
14912           copy a function that was added between 1.0 and 1.0.1 until we
14913           depend on worthwhile features of post-1.0
14914
14915 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14916
14917         * configure.ac:
14918           enable shout2 by default
14919         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
14920         (gst_shout2send_base_init), (gst_shout2send_init),
14921         (gst_shout2send_connect), (gst_shout2send_change_state):
14922         * ext/shout2/gstshout2.h:
14923           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
14924           #142262)
14925         * ext/theora/theora.c: (plugin_init):
14926           don't set rank on encoders
14927
14928 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
14929
14930         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
14931           Use codec_data property instead of flag1 and flag2 for wma
14932
14933 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14934
14935         * gst/cdxaparse/gstcdxaparse.c :
14936           - Add mpegversion to CAPS to make it link
14937           - Rank is as GST_RANK_SECONDARY instead of NONE
14938         * gst/auparse/gstauparse.c :
14939           - Document all audio encoding we can encounter from Solaris 9
14940             headers and libsndfile information.
14941           - Increase max. rate from 48000 to 192000 (to match other elements)
14942           - Don't try to play junk data between header and samples
14943
14944 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14945
14946         * ext/libvisual/visual.c: (gst_visual_getcaps):
14947           use the right caps depending on endianness (I hope)
14948         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
14949           use GST_RANK_NONE for all non-decoding elements or spider gets
14950           mighty confused
14951
14952 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14953
14954         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14955           Fix some odd cases and fix BE metadata parsing of unicode16 text.
14956
14957 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14958
14959         * gst/switch/gstswitch.c: (gst_switch_release_pad),
14960         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
14961         (gst_switch_loop), (gst_switch_get_type):
14962           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
14963           HEADERS. Had to be said.
14964
14965 2004-05-10  David Schleef  <ds@schleef.org>
14966
14967         * configure.ac: Add prototype Dirac support.
14968         * ext/Makefile.am:
14969         * ext/dirac/Makefile.am:
14970         * ext/dirac/gstdirac.cc:
14971         * ext/dirac/gstdiracdec.cc:
14972
14973 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14974
14975         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14976         (gst_auparse_init), (gst_auparse_chain),
14977         (gst_auparse_change_state):
14978           Hack around spider. Remove me some day please.
14979
14980 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14981
14982         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14983           Fix for some uninitialized variables in previous patch, also
14984           makes it work. Fixes #142286 while we're at it.
14985
14986 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14987
14988         * gst/auparse/gstauparse.c:
14989                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
14990                 only unsupported formats are ADPCM/CCITT G.72x
14991                 reviewed by Ronald
14992         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
14993
14994 2004-05-10  Wim Taymans  <wim@fluendo.com>
14995
14996         * ext/vorbis/Makefile.am:
14997         * ext/vorbis/README:
14998         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
14999         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15000         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15001         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15002         (gst_oggvorbisenc_convert_sink),
15003         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15004         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15005         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15006         (get_constraints_string), (update_start_message),
15007         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15008         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15009         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15010         * ext/vorbis/oggvorbisenc.h:
15011         * ext/vorbis/vorbis.c: (plugin_init):
15012         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15013         (raw_caps_factory), (gst_vorbisenc_class_init),
15014         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15015         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15016         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15017         * ext/vorbis/vorbisenc.h:
15018         Added a raw vorbis encoder to be used with the oggmuxer.
15019         We still need the old encoder for some gnome applications,
15020         read the README to find out how that works.
15021         The raw encoder is called "rawvorbisenc" until 0.9.
15022
15023 2004-05-10  Wim Taymans  <wim@fluendo.com>
15024
15025         * ext/ogg/gstogg.c: (plugin_init):
15026         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15027         (gst_ogg_print):
15028         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15029         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15030         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15031         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15032         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15033         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15034         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15035         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15036         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15037         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15038         Added an ogg muxer.
15039         Small typo fixes in the demuxer.
15040
15041 2004-05-10  Wim Taymans  <wim@fluendo.com>
15042
15043         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15044         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15045         (theora_enc_change_state), (theora_enc_set_property),
15046         (theora_enc_get_property):
15047         Mark the last packet with an EOS flag which is not really needed
15048         in gstreamer.
15049         Do some better video framerate initialisation.
15050         Update the buffer timestamp.
15051
15052 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15053
15054         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15055         Return the result of the parent state change call
15056
15057 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15058
15059         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15060         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15061         * gst/law/alaw-encode.c : (idem)
15062         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15063         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15064         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15065
15066 2004-05-09  Benjamin Otte  <otte@gnome.org>
15067
15068         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15069           don't use a fixed buffer size when writing variable length data to
15070           it. Fixes memory corruption and makes alsasrc work
15071
15072 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15073
15074         * ext/gnomevfs/gstgnomevfssink.c:
15075         (_gst_boolean_allow_overwrite_accumulator),
15076         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15077           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15078           RUN_LAST, and don't use that to set the accumulator value because
15079           then it's always FALSE.
15080
15081 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15082
15083         * gst-libs/gst/riff/riff-media.c:
15084         (gst_riff_create_video_caps_with_data),
15085         (gst_riff_create_audio_caps),
15086         (gst_riff_create_audio_template_caps):
15087         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15088           Fix for unaligned RIFF files (i.e. where all the chunks together
15089           in a LIST chunk are not of the same size as the size given in
15090           the LIST chunk header). Fixes several odd WAVE files. Also fix
15091           ADPCM (block_align property) in audio, so that wavparse based
15092           on this works now as it used to stand-alone.
15093
15094 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15095
15096         reviewed by Benjamin Otte  <otte@gnome.org>
15097
15098         * ext/a52dec/gsta52dec.c:
15099         * ext/divx/gstdivxdec.c:
15100         * ext/divx/gstdivxenc.c:
15101         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15102         * ext/faac/gstfaac.c: (gst_faac_base_init):
15103         * ext/faad/gstfaad.c: (gst_faad_base_init):
15104         * ext/ivorbis/vorbisfile.c:
15105         * ext/lame/gstlame.c:
15106         * ext/libfame/gstlibfame.c:
15107         * ext/mpeg2enc/gstmpeg2enc.cc:
15108         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15109         * ext/sidplay/gstsiddec.cc:
15110         * ext/speex/gstspeexdec.c:
15111         * ext/speex/gstspeexenc.c:
15112         * ext/xvid/gstxviddec.c:
15113         * ext/xvid/gstxvidenc.c:
15114           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15115           (fixes #142193)
15116
15117 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15118
15119         * ext/alsa/gstalsa.c: (device_list),
15120         (gst_alsa_class_probe_devices):
15121         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15122           Fix alsa oddness in mixer after the combination of using mixer
15123           in source/sink elements and using hw:x,y instead of just hw:x.
15124
15125 2004-05-09  Benjamin Otte  <otte@gnome.org>
15126
15127         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15128         (gst_wavparse_create_sourcepad):
15129           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15130           sourcepads
15131
15132 2004-05-09  Benjamin Otte  <otte@gnome.org>
15133
15134         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15135           allow discont events before caps nego
15136
15137 2004-05-08  Benjamin Otte  <otte@gnome.org>
15138
15139         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15140           don't leak events
15141
15142 2004-05-08  Benjamin Otte  <otte@gnome.org>
15143
15144         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15145         (gst_level_change_state), (gst_level_init):
15146         * gst/level/gstlevel.h:
15147           figure out if we're initialized directly instead of keeping a
15148           variable that's wrong in 90% of cases
15149           don't initialize pads and then leak them and use a new unitialized
15150           pad. (fixes #142084)
15151           these were bugs so n00bish I didn't find them for an hour :/
15152
15153 2004-05-08 Iain <iain@prettypeople.org>
15154
15155         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15156         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15157         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15158         return the length that was read.
15159         (gst_riff_read_strf_auds): Allow fmt tags as well.
15160
15161 2004-05-07  David Schleef  <ds@schleef.org>
15162
15163         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15164         signed char assumption in faad.h.
15165
15166 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15167
15168         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15169           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15170
15171 2004-05-07  Colin Walters  <walters@redhat.com>
15172
15173         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15174         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15175         function.
15176         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15177         Add dispose function.
15178
15179 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15180         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15181           Fix caps nego and pad templates. RGB mode caps should
15182           work now.
15183         * ext/dvdnav/gst-dvd:
15184           Move mpeg2dec inside the thread because otherwise the
15185           queue rejects cap changes mid-stream
15186         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15187         (gst_mpeg2dec_flush_decoder):
15188           For mpeg2dec > 0.4.0, call the flush function instead of
15189           manually extracting all in-flight frames.
15190         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15191         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15192           Change mime type video/dv go video/x-dv to match the
15193           rest of gst-plugins
15194
15195 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15196
15197         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15198         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15199         (gst_alsa_sink_class_init):
15200         * ext/alsa/gstalsasink.h:
15201         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15202         (gst_alsa_src_class_init):
15203         * ext/alsa/gstalsasrc.h:
15204           Make alsasink/src a subclass of alsamixer so that mixer stuff
15205           shows up in gst-rec. Needs some finetuning.
15206
15207 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15208
15209         * ext/lame/gstlame.c: (gst_lame_chain):
15210           simplify
15211         * ext/mad/gstmad.c: (gst_mad_handle_event):
15212           fix event leak
15213         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15214           be able to detect mp3 files < 4096 bytes
15215
15216 2004-05-06  Wim Taymans  <wim@fluendo.com>
15217
15218         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15219         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15220         (theora_enc_set_property), (theora_enc_get_property):
15221         Also encode the first frame, cleanup some code.
15222
15223 2004-05-06  Wim Taymans  <wim@fluendo.com>
15224
15225         * ext/mpeg2enc/gstmpeg2enc.cc:
15226         Forward events first before deciding that negotiation was
15227         not performed.
15228
15229 2004-05-06  Wim Taymans  <wim@fluendo.com>
15230
15231         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15232         First process the events before deciding that negotiation
15233         was not performed.
15234
15235 2004-05-06  Wim Taymans  <wim@fluendo.com>
15236
15237         * ext/theora/Makefile.am:
15238         * ext/theora/theora.c: (plugin_init):
15239         * ext/theora/theoradec.c: (theora_dec_change_state):
15240         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15241         (gst_theora_enc_class_init), (gst_theora_enc_init),
15242         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15243         (theora_enc_chain), (theora_enc_change_state),
15244         (theora_enc_set_property), (theora_enc_get_property):
15245         Added a theora encoder, grouped the encoder and decoder into the
15246         same plugin.
15247
15248 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15249
15250         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15251         (gst_jpegenc_chain):
15252         fix DURATION on outgoing buffers
15253         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15254         debug using time formats
15255         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15257         (gst_xvimagesink_sink_link):
15258         windows with width/height 0 generate X errors, so don't allow them
15259
15260 2004-05-05  Wim Taymans  <wim@fluendo.com>
15261
15262         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15263         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15264         (gst_mpeg2dec_negotiate_format):
15265         * ext/mpeg2dec/gstmpeg2dec.h:
15266           removed the static pad template so that we can add the
15267           more accurate framerate value to the caps.
15268
15269
15270 2004-05-04  Benjamin Otte  <otte@gnome.org>
15271
15272         * configure.ac:
15273           check for kdemacros.h, too (should fix #141821)
15274         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15275           don't crash if no header was sent, but nicely error out (fixes part
15276           of #141554)
15277
15278 2004-05-04  Wim Taymans  <wim@fluendo.com>
15279
15280         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15281         parent dispose function to avoid segfault on destroy.
15282
15283 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15284
15285         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15286         (plugin_init):
15287         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15288         (gst_xvimagesink_sink_link):
15289         clean up debugging caps
15290         also recreate xvimage when format has changed
15291
15292 2004-05-04  Benjamin Otte  <otte@gnome.org>
15293
15294         * ext/libvisual/Makefile.am:
15295         * ext/libvisual/visual.c: (gst_visual_class_init),
15296         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15297         (gst_visual_srclink), (gst_visual_chain),
15298         (gst_visual_change_state), (plugin_init):
15299           use a GstAdapter to correctly adapt buffer sizes - allows using a
15300           framerate
15301
15302 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15303
15304         * sys/v4l/gstv4lelement.h:
15305         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15306         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15307         (gst_v4lsrc_buffer_free):
15308         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15309         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15310         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15311         (gst_v4lsrc_requeue_frame):
15312         move some debugging categories around
15313         query for fps index and set accordingly if found
15314
15315 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15316
15317         * ext/lame/gstlame.c:
15318         correct defaults that lame_init puts out of range
15319
15320 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15321
15322         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
15323         (gst_divxenc_class_init):
15324         fix range since -1 is the default
15325         * gst/mpeg1sys/gstmpeg1systemencode.c:
15326         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
15327         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
15328         (gst_rtjpegdec_chain):
15329         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
15330         (gst_rtjpegenc_chain):
15331         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
15332         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
15333         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
15334         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
15335         * sys/v4l/gstv4lsrc.c:
15336         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15337         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15338         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15339         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
15340         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
15341           remove gst_info calls
15342
15343 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15344
15345         * Makefile.am:
15346         * po/af.po:
15347         * po/az.po:
15348         * po/en_GB.po:
15349         * po/nl.po:
15350         * po/sr.po:
15351         * po/sv.po:
15352           Updated translations
15353
15354 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15355
15356         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15357           refactor/comment code
15358
15359 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15360
15361         * gst/asfdemux/Makefile.am:
15362         * gst/asfdemux/asfheaders.c:
15363         * gst/asfdemux/asfheaders.h:
15364         * gst/asfdemux/gstasf.c: (plugin_init):
15365         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
15366         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
15367         (gst_asf_demux_setup_pad):
15368         * gst/asfdemux/gstasfdemux.h:
15369         * gst/asfdemux/gstasfmux.c:
15370         * gst/asfdemux/gstasfmux.h:
15371           Add tagging support to demuxer, split out registration in its own
15372           file instead of in demux (hacky), and prevent having some tables
15373           in our memory multiple times (in asfheaders.h).
15374
15375 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15376
15377         * gst/matroska/matroska-demux.c:
15378         (gst_matroska_demux_parse_metadata):
15379         * gst/matroska/matroska-ids.h:
15380           Basic tag reading support.
15381
15382 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15383
15384         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15385           Really detect ac-3 audio.
15386         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
15387           really detect matroska files (off-by-1).
15388
15389 2004-04-30  David Schleef  <ds@schleef.org>
15390
15391         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15392         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
15393         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
15394         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
15395         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
15396         hackage -- parse a lot more atoms, extract a few tags.  One might even
15397         mistake this for tag support.  Maybe it is.
15398         * gst/qtdemux/qtdemux.h:
15399
15400 2004-04-30  Colin Walters  <walters@verbum.org>
15401
15402         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
15403
15404 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15405
15406         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15407         (gst_ffmpegcolorspace_getcaps):
15408           remove broken nego fix
15409
15410 2004-04-30  Benjamin Otte  <otte@gnome.org>
15411
15412         * configure.ac:
15413         * ext/Makefile.am:
15414         * ext/libvisual/Makefile.am:
15415         * ext/libvisual/visual.c:
15416           add initial support for libvisual (http://libvisual.sourceforge.net)
15417           libvisual is still quite alpha, so expect crashes in there :)
15418
15419 2004-04-29  David Schleef  <ds@schleef.org>
15420
15421         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15422         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
15423         up qtdemux to make it spit out codec_data.  Do _not_ look at this
15424         code; you will no longer respect me.
15425
15426 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15427
15428         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
15429         * ext/alsa/gstalsa.h :
15430         change alsa pcm device discovery to find more than 1 device
15431         per card. code review by Ronald.
15432
15433 2004-04-29  David Schleef  <ds@schleef.org>
15434
15435         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
15436         Add a check for a driver bug on FreeBSD.  (bug #140565)
15437
15438 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15439
15440         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
15441         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15442         (gst_jpegenc_getcaps):
15443           move format setting to inner loop
15444         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15445         (gst_ffmpegcolorspace_getcaps):
15446           use GST_PAD_CAPS if available so that we use already negotiated
15447           caps
15448         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15449         (qtdemux_parse_moov), (qtdemux_parse):
15450           extra debugging
15451         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
15452         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
15453           move hardcoded path to DEFINE
15454
15455 2004-04-28  David Schleef  <ds@schleef.org>
15456
15457         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
15458         (bug #140064)
15459
15460 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15461
15462         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
15463           Don't probe for playback device if we're a source element. Fixes
15464           #139658.
15465
15466 2004-04-29  Benjamin Otte  <otte@gnome.org>
15467
15468         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
15469         (gst_id3_tag_chain):
15470           rewrite buffer offset
15471
15472 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15473
15474         * configure.ac:
15475         * ext/Makefile.am:
15476         * ext/dts/Makefile.am:
15477         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
15478         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
15479         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
15480         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
15481         (gst_dtsdec_loop), (gst_dtsdec_change_state),
15482         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
15483         (plugin_init):
15484         * ext/dts/gstdtsdec.h:
15485           New DTS decoder.
15486         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
15487         (gst_faad_srcconnect):
15488           Add ESDS atom handling (.m4a).
15489
15490 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15491
15492         * ext/divx/gstdivxdec.c: (plugin_init):
15493           Remove comment that makes no sense.
15494         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
15495           Fix for obvious typo that resulted in warnings during gst-register.
15496         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
15497         (gst_xviddec_sink_link):
15498           Fix caps negotiation a bit better.
15499         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15500           We call this 'codec_data', not 'esds'.
15501
15502 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15503
15504         * gst/monoscope/gstmonoscope.c:
15505           make sure we only provide 256x128
15506         * gst/monoscope/monoscope.c: (monoscope_init):
15507           assert size of 256x128
15508
15509 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15510
15511         * Makefile.am:
15512         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
15513         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
15514           fixate to max width and height of device
15515
15516 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15517
15518         * Makefile.am:
15519         * sys/v4l/gstv4l.c:
15520         * sys/v4l/gstv4lsrc.c:
15521         * sys/v4l/v4l_calls.c:
15522         * sys/v4l/v4lsrc_calls.c:
15523           fix for qc-usb driver which fakes having more than one buffer
15524           by handing the same buffer twice, which confused GStreamer's/v4lsrc
15525           buffer_free override
15526           add debugging
15527
15528 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15529
15530         * Makefile.am:
15531         * gst/videotestsrc/gstvideotestsrc.c:
15532         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
15533         (gst_videotestsrc_init), (gst_videotestsrc_get),
15534         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
15535         * gst/videotestsrc/gstvideotestsrc.h:
15536           add num-buffers property
15537
15538         2004-04-26  Benjamin Otte  <otte@gnome.org>
15539
15540         * ext/mad/gstid3tag.c: (plugin_init):
15541           set id3mux rank to NONE so it doesn't confuse spider
15542           require audio/mpeg,mpegversion=1 in id3mux
15543
15544 2004-04-26  Benjamin Otte  <otte@gnome.org>
15545
15546         * configure.ac:
15547           detect faad correctly as non-working if it's indeed non-working
15548
15549 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15550
15551         * Makefile.am:
15552         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15553         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
15554         fix _getcaps so it only negotiates to its supported format
15555
15556 2004-04-25  Benjamin Otte  <otte@gnome.org>
15557
15558         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15559           fix memleak
15560
15561 2004-04-23  Benjamin Otte  <otte@gnome.org>
15562
15563         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15564           audio/x-raw-int with height rules! not. Now it's depth.
15565
15566 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15567
15568         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
15569         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
15570         (gst_wavparse_loop):
15571           Missing variable initialization. Add handling of DVI ADPCM. Fix
15572           mis-parsing of LIST chunks. This works around a bug where we mis-
15573           parse non-aligning LIST chunks (so LIST chunks where the contents
15574           don't align with the actual LIST size). The correct fix is to use
15575           rifflib, I'm not going to fix wavparse - too much work. All this
15576           fixes #104878.
15577
15578 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15579
15580         reviewed by Benjamin Otte  <otte@gnome.org>
15581
15582         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
15583           fix shoutcast not working (fixes #140844)
15584
15585 2004-04-22  Benjamin Otte  <otte@gnome.org>
15586
15587         * ext/hermes/gsthermescolorspace.c:
15588         (gst_hermes_colorspace_caps_remove_format_info):
15589         * gst/colorspace/gstcolorspace.c:
15590         (gst_colorspace_caps_remove_format_info):
15591         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15592         (gst_ffmpegcolorspace_caps_remove_format_info):
15593           s/gst_caps_simplify/gst_caps_do_simplify/
15594
15595 2004-04-22  Benjamin Otte  <otte@gnome.org>
15596
15597         * gst-libs/gst/riff/riff-media.c:
15598         (gst_riff_create_video_caps_with_data):
15599           mpegversion is an int
15600         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
15601           don't try to create pad templates with NULL caps, use any caps
15602           instead.
15603
15604 2004-04-20  David Schleef  <ds@schleef.org>
15605
15606         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
15607         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
15608         (bug #140384)
15609
15610 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
15611
15612         reviewed by David Schleef
15613
15614         * ext/mad/gstid3tag.c: Add stdlib.h
15615         * gst/rtp/gstrtpgsmenc.c: same
15616         * gst/tags/gstid3tag.c: same
15617         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
15618         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
15619         GST_DISABLE_LOADSAVE use.
15620         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
15621         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
15622         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
15623         atol(3)).
15624         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
15625         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
15626         strtoul(3)).
15627         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
15628         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
15629         $(ID3_CFLAGS).
15630         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
15631         $(LIBFAME_CFLAGS).
15632
15633 2004-04-20  David Schleef  <ds@schleef.org>
15634
15635         * gst/realmedia/rmdemux.c:  This was supposed to part of the
15636         last checkin.  Same idea.
15637
15638 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
15639
15640         reviewed by David Schleef
15641
15642         * configure.ac: bump required gstreamer version to 0.8.1.1
15643         because of following changes [--ds]
15644
15645         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
15646         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
15647         (gst_riff_read_header):  Use GST_READ_UINT*
15648         macros to access possibly unaligned memory.
15649
15650         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
15651         (mp3_type_find):  Use GST_READ_UINT*
15652         macros to access possibly unaligned memory.
15653         (mp3_type_find, mpeg1_parse_header, qt_type_find)
15654         (speex_type_find): Likewise
15655
15656         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
15657
15658         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
15659         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
15660         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
15661         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
15662         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
15663         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
15664         macros to access possibly unaligned memory.
15665
15666         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
15667         Likewise.
15668
15669         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
15670         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
15671
15672         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
15673         Likewise.
15674
15675         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
15676         (gst_mpeg2subt_chain_subtitle): Likewise.
15677
15678         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
15679         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
15680         Likewise.
15681
15682         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
15683         Likewise.
15684
15685         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
15686         Likewise.
15687
15688         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
15689         Likewise.
15690
15691 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15692
15693         * configure.ac:
15694           update required version of GStreamer because of GST_TIME_FORMAT
15695
15696 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15697
15698         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
15699           remove leftover g_print
15700         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15701           don't try setting only a subset of the caps. We don't want to kill
15702           autoplugging on purpose
15703
15704 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15705
15706         * sys/ximage/ximagesink.c: (plugin_init):
15707         * sys/xvimage/xvimagesink.c: (plugin_init):
15708           add debugging categories
15709
15710 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15711
15712         * po/en_GB.po:
15713         * po/LINGUAS:
15714           Adding en_GB translation (Gareth Owen)
15715
15716 2004-04-20  David Schleef  <ds@schleef.org>
15717
15718         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15719         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
15720         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
15721         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
15722         A number of new features and hacks to extract the esds atom and
15723         put it into the caps.  (bug #137724)
15724
15725 2004-04-19  David Schleef  <ds@schleef.org>
15726
15727         * gconf/Makefile.am: Fix for non-GNU make
15728         * gst-libs/gst/Makefile.am: Change directory order to handle
15729         GstPlay linking with gstinterfaces
15730         * gst-libs/gst/audio/make_filter: make use of tr portable
15731         * gst-libs/gst/play/Makefile.am: Add intended \
15732         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15733         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
15734         function prototype instead of void *.
15735         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
15736         macro.
15737         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15738         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
15739         * gst/videofilter/make_filter: make use of tr portable
15740         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
15741
15742 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15743
15744         * po/LINGUAS:
15745         * po/uk.po:
15746           Added Ukrainian translation (Maxim V. Dziumanenko)
15747
15748 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15749
15750         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
15751         (gst_gsmdec_link), (gst_gsmdec_chain):
15752           Fix capsnego, simplify chain function slightly.
15753         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
15754           Add GSM.
15755
15756 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15757
15758         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
15759         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
15760         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
15761           Hack to make wavparse work with spider (always -> sometimes pad).
15762           Fixes #135862 && #140411.
15763
15764 2004-04-18  Benjamin Otte  <otte@gnome.org>
15765
15766         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
15767         (gst_osselement_rate_probe_check),
15768         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
15769           get rid of \n in debug output
15770
15771 2004-04-17  Iain <iain@prettypeople.org>
15772
15773         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
15774         not just EOS.
15775
15776 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15777
15778         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
15779         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
15780         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
15781         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
15782         (gst_id3_tag_src_link), (gst_id3_tag_chain),
15783         (gst_id3_tag_change_state), (plugin_init):
15784           deprecate id3tag element and replace with id3demux/id3mux.
15785           great side effect: this ugly file is now even uglier, yay!
15786         * ext/mad/gstmad.h:
15787           remove non-available function
15788           update for new get_type
15789
15790 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15791
15792         * configure.ac:
15793           require mpeg2dec >= 0.4.0
15794
15795 2004-04-17  Benjamin Otte  <otte@gnome.org>
15796
15797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15798         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
15799         (gst_xvimagesink_set_xwindow_id):
15800           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
15801           assorted cleanup fixes.
15802
15803 2004-04-16  David Schleef  <ds@schleef.org>
15804
15805         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
15806         * sys/xvimage/xvimagesink.h: same
15807
15808 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15809
15810         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
15811           Fix GST_ELEMENT_ERROR with (NULL)
15812
15813 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15814
15815         * gst-libs/gst/riff/riff-media.c:
15816         (gst_riff_create_video_caps_with_data):
15817           Add div[3456] as fourccs for DivX 3 (fixes #140137).
15818
15819 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15820
15821         * gst-libs/gst/riff/riff-media.c:
15822         (gst_riff_create_video_caps_with_data),
15823         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
15824         (gst_riff_create_video_template_caps),
15825         (gst_riff_create_audio_template_caps):
15826         * gst-libs/gst/riff/riff-media.h:
15827         * gst-libs/gst/riff/riff-read.c:
15828         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
15829         * gst-libs/gst/riff/riff-read.h:
15830         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
15831           Add MS RLE support. I added some functions to read out strf chunks
15832           into strf chunks and the data behind it. This is usually color
15833           palettes (as in RLE, but also in 8-bit RGB). Also use those during
15834           caps creation. Lastly, add ADPCM (similar to wavparse - which
15835           should eventually be rifflib based).
15836         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
15837         (gst_matroska_demux_init), (gst_matroska_demux_reset):
15838         * gst/matroska/matroska-demux.h:
15839           Remove placeholders for some prehistoric tagging system. Didn't add
15840           support for any tag system really anyway.
15841         * gst/qtdemux/qtdemux.c:
15842           Add support for audio/x-m4a (MPEG-4) through spider.
15843         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
15844         (gst_wavparse_loop):
15845           ADPCM support (#135862). Increase max. buffer size because we
15846           cannot split buffers for ADPCM (screws references) and I've seen
15847           files with 2048 byte chunks. 4096 seems safe for now.
15848
15849 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15850
15851         * configure.ac: bump nano to 1
15852
15853 === release 0.8.1 ===
15854
15855 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15856
15857         * configure.ac: releasing 0.8.1, "Comforting Sounds"
15858
15859 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15860
15861         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15862           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
15863           Fixes #140058
15864
15865 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15866
15867         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
15868           lower rank of dvddemux so that it's not used for mpeg playback.
15869
15870 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15871
15872         * configure.ac:
15873           save libs correctly when checking mad
15874
15875 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15876
15877         * ext/mad/gstid3tag.c: (plugin_init):
15878           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
15879
15880 2004-04-13  David Schleef  <ds@schleef.org>
15881
15882         * common/m4/gst-feature.m4: Call -config scripts with
15883         --plugin-libs if it is supported.
15884         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
15885         JPEG images are image/jpeg.
15886         * gst/debug/Makefile.am:
15887         * gst/debug/negotiation.c: (gst_negotiation_class_init),
15888         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
15889         (gst_negotiation_update_caps), (gst_negotiation_get_property),
15890         (gst_negotiation_plugin_init): Add a property that acts like
15891         filter caps.
15892         * testsuite/gst-lint:  Move license checking to be a standard
15893         test.
15894
15895 2004-04-13  David Schleef  <ds@schleef.org>
15896
15897         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
15898         patch from Sebastien Cote (bug #139958)
15899
15900 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15901
15902         * examples/gstplay/Makefile.am:
15903         * examples/gstplay/player.c: (main):
15904           make the commandline player example use gconf settings
15905
15906 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15907
15908         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
15909         (gst_cacasink_sinkconnect), (gst_cacasink_init),
15910         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
15911           init/end library during state transition, not object
15912           creation/disposal.  get rid of custom dispose handler.
15913
15914
15915 2004-04-12  Christian Schaller <Uraeus@gnome.org>
15916
15917         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
15918         be a symlink
15919
15920 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15921
15922         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
15923           Handle JUNK chunks inside data section. Prevents warnings.
15924
15925 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15926
15927         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15928         (gst_riff_create_video_template_caps):
15929           Add MS video v1.
15930         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15931         (gst_avi_demux_stream_data):
15932           Add support for "rec-list" chunks.
15933
15934 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15935
15936         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15937           Fix another codecname mismatch.
15938
15939 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15940
15941         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15942           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
15943           so that MJPEG plays back.
15944
15945 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15946
15947         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
15948         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
15949         * gst/mpeg1videoparse/gstmp1videoparse.h:
15950           Fix for some slight mis-cuts in buffer parsing, and for some
15951           potential overflows or faults-causers. Adds disconts. Also fixes
15952           #139105 while we're at it.
15953
15954 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15955
15956         * configure.ac:
15957         * sys/v4l2/gstv4l2element.h:
15958           Workaround for missing struct v4l2_buffer declaration in Suse 9
15959           and Mandrake 10 linux/videodev2.h header file (#135919).
15960
15961 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15962
15963         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
15964           Bail out if no filename was given.
15965
15966 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15967
15968         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
15969         (gst_v4l2_fourcc_from_structure):
15970           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
15971           Y41B somewhere).
15972
15973 2004-04-09  Benjamin Otte  <otte@gnome.org>
15974
15975         * ext/gnomevfs/gstgnomevfssink.c:
15976         (_gst_boolean_allow_overwrite_accumulator),
15977         (gst_gnomevfssink_class_init):
15978           fix erase signal - if any handler returns false the file will not be
15979           overwritten. If no handler is connected, the file will not be
15980           overwritten either.
15981           renamed signal to "allow-overwrite"
15982         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
15983           free string when adding it to ID3 failed
15984         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15985           unref event when done
15986         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15987           free caps
15988         * gst/typefind/gsttypefindfunctions.c:
15989         (mpeg_video_stream_type_find):
15990           fix invalid read
15991
15992 2004-04-08  David Schleef  <ds@schleef.org>
15993
15994         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15995         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
15996
15997 2004-04-08  David Schleef  <ds@schleef.org>
15998
15999         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16000         we don't support (bug #139532)
16001
16002 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16003
16004         * ext/mad/gstmad.c: (gst_mad_handle_event),
16005         (gst_mad_check_caps_reset), (gst_mad_chain),
16006         (gst_mad_change_state):
16007           only set explicit caps if they haven't been set before for
16008           this stream.  MPEG-audio sample rate/channels aren't allowed
16009           to change in-stream.
16010           Fixes #139382
16011
16012 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16013
16014         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16015         (_gst_boolean_did_something_accumulator),
16016         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16017         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16018         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16019         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16020         (gst_gnomevfssink_change_state):
16021           Fix erase signal. Don't erase by default. Remove handoff signal.
16022           Remove erase property. Don't segfault. General cleanup.
16023
16024 2004-04-07  Benjamin Otte  <otte@gnome.org>
16025
16026         * gst-libs/gst/gconf/test-gconf.c: (main):
16027           add missing gst_init
16028
16029 2004-04-07  Benjamin Otte  <otte@gnome.org>
16030
16031         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16032           free the mutexes, too
16033
16034 2004-04-07  Benjamin Otte  <otte@gnome.org>
16035
16036         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16037           actually free the URI string
16038         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16039           compute offset correctly when passing discont events
16040         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16041           don't leak discont events
16042         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16043           add some missing breaks so caps aren't copied randomly
16044         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16045           if we realloc memory, we better use it
16046
16047 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16048
16049         * ext/mad/gstmad.c: (normal_seek):
16050           fix GST_FORMAT_TIME usage
16051
16052 2004-04-05  David Schleef  <ds@schleef.org>
16053
16054         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16055         a deprecated function (hack!)
16056
16057 2004-04-05  Benjamin Otte  <otte@gnome.org>
16058
16059         * ext/esd/esdmon.c: (gst_esdmon_get):
16060           fix nonterminated vararg and memleak
16061
16062 2004-04-05  Benjamin Otte  <otte@gnome.org>
16063
16064         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16065         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16066         (gst_ladspa_set_property), (gst_ladspa_get_property),
16067         (gst_ladspa_instantiate), (gst_ladspa_activate),
16068         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16069           clean up debugging
16070
16071 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16072
16073         reviewed by Benjamin Otte  <otte@gnome.org>
16074
16075         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16076           check for broken LADSPA parameters (fixes #138635)
16077
16078 2004-04-05  Benjamin Otte  <otte@gnome.org>
16079
16080         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16081           advertise buffer-frames correctly on sinkpads
16082
16083 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16084
16085         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16086         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16087         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16088         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16089         (gst_mad_check_caps_reset), (gst_mad_chain):
16090         add more debugging, only reset caps when we're not in error state
16091
16092 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16093
16094         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16095
16096 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16097
16098         reviewed by Benjamin Otte  <otte@gnome.org>
16099
16100         * configure.ac:
16101           fix == in test(1) operator
16102
16103 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16104
16105         reviewed by Benjamin Otte  <otte@gnome.org>
16106
16107         * configure.ac:
16108           fix --export-symblos-regex to a working regex.
16109
16110 2004-04-04  Benjamin Otte  <otte@gnome.org>
16111
16112         * sys/oss/.cvsignore:
16113           add for oss_probe
16114
16115 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16116
16117         reviewed by Benjamin Otte  <otte@gnome.org>
16118
16119         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16120           add missing 'new_media' argument (fixes #138168)
16121         * gst/matroska/matroska-demux.c:
16122         (gst_matroska_demux_handle_seek_event):
16123           add vararg terminator (fixes #138169)
16124
16125 2004-04-02  David Schleef  <ds@schleef.org>
16126
16127         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16128         disted (bug #138914)
16129
16130 2004-04-01  Benjamin Otte  <otte@gnome.org>
16131
16132         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16133         (gst_alsa_close_audio):
16134           handle case better where a soundcard can't pause
16135         * ext/ogg/gstoggdemux.c:
16136           don't crash when we get events but don't have pads yet
16137
16138 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16139
16140         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16141           throw an error if we couldn't probe any caps.
16142
16143 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16144
16145         * ext/dvdnav/gst-dvd:
16146         Add a really simple sample DVD player
16147
16148 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16149
16150         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16151         (gst_a52dec_push), (gst_a52dec_handle_event),
16152         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16153         (gst_a52dec_change_state):
16154         * ext/a52dec/gsta52dec.h:
16155           Use a debug category, Output timestamps correctly
16156           Emit tag info, Handle events, tell liba52dec about cpu
16157           capabilities so it can use MMX etc.
16158         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16159           Fix a crasher accessing invalid memory
16160         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16161         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16162         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16163         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16164         (dvdnavsrc_query):
16165           Some support for byte-format seeking.
16166           Small fixes for still frames and menu button overlays
16167         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16168         (gst_mpeg2dec_alloc_buffer):
16169           Use a debug category. Adjust the report level of several items to
16170           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16171           so it doesn't lose the GstBuffer pointer
16172         * gst/debug/Makefile.am:
16173         * gst/debug/gstdebug.c: (plugin_init):
16174         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16175         (gst_navseek_base_init), (gst_navseek_class_init),
16176         (gst_navseek_init), (gst_navseek_seek),
16177         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16178         (gst_navseek_get_property), (gst_navseek_chain),
16179         (gst_navseek_plugin_init):
16180         * gst/debug/gstnavseek.h:
16181           Add the navseek debug element for seeking back and forth in a
16182           video stream using arrow keys.
16183         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16184         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16185         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16186         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16187         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16188         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16189         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16190         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16191         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16192         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16193         * gst/mpeg2sub/gstmpeg2subt.h:
16194           Pretty much a complete rewrite. Now a loopbased element. May still
16195           require work to properly synchronise subtitle buffers.
16196         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16197         (gst_dvd_demux_send_subbuffer):
16198         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16199           Don't attempt to create subbuffers of size 0
16200           Reduce a couple of error outputs to warnings.
16201         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16202         (gst_y4mencode_chain):
16203         Output the y4m frame header correctly.
16204
16205 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16206
16207         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16208           throw errors instead of allowing SIGFPE
16209
16210 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16211
16212         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16213         (gst_gconf_render_bin_from_key):
16214           leak plugging and style fixing
16215
16216 2004-03-31  David Schleef  <ds@schleef.org>
16217
16218         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16219         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16220         (bug #138225)
16221         * gst/debug/Makefile.am:
16222         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16223         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16224         plugin.
16225         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16226         (gst_negotiation_base_init), (gst_negotiation_class_init),
16227         (gst_negotiation_init), (gst_negotiation_getcaps),
16228         (gst_negotiation_pad_link), (gst_negotiation_chain),
16229         (gst_negotiation_set_property), (gst_negotiation_get_property),
16230         (gst_negotiation_plugin_init):  New element to talk about random
16231         negotiation things happening in a pipeline.
16232
16233 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16234
16235         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16236           fix integer addition with help of Stefan Kost
16237
16238 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16239
16240         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16241
16242 2004-03-30  David Schleef  <ds@schleef.org>
16243
16244         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16245         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16246         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16247         (bug #137504)
16248         * ext/mpeg2dec/gstmpeg2dec.h:
16249
16250 2004-03-30  David Schleef  <ds@schleef.org>
16251
16252         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16253
16254 2004-03-30  David Schleef  <ds@schleef.org>
16255
16256         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16257         Michael Petullo) to handle .mov
16258
16259 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16260
16261         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16262         (gst_osselement_rate_check_rate):
16263           probe caps correctly for sound cards that only support one format
16264
16265 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16266
16267         * ext/kio/kiosrc.cpp: (process_events):
16268           update handling event processing if inside KDE - untested
16269
16270 2004-03-29  David Schleef  <ds@schleef.org>
16271
16272         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16273         by 2 to not interfere with other colorspaces.
16274         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16275         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16276         one to not interfere with ffmpeg_colorspace.
16277
16278 2004-03-29  David Schleef  <ds@schleef.org>
16279
16280         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16281         aren't in the caps.
16282         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16283         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16284
16285 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16286
16287         * gst-libs/gst/riff/riff-media.c:
16288           fail on error, don't try to set stuff on NULL caps
16289
16290 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16291
16292         * configure.ac:
16293         * ext/Makefile.am:
16294         * ext/kio/Makefile.am:
16295         * ext/kio/kioreceiver.cpp:
16296         * ext/kio/kioreceiver.h:
16297         * ext/kio/kiosrc.cpp:
16298         * ext/kio/kiosrc.h:
16299           add experimental kiosrc plugin
16300         * ext/alsa/gstalsaplugin.c: (plugin_init):
16301           initialize debugging category only when we're sure registering the
16302           plugins worked.
16303
16304 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16305
16306         * examples/gstplay/player.c: (main):
16307         * gst-libs/gst/play/play.c: (gst_play_class_init),
16308         (gst_play_set_location), (gst_play_set_data_src),
16309         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16310         (gst_play_set_visualization), (gst_play_connect_visualization):
16311           check return values of element_set_state and return FALSE where
16312           failed
16313
16314 2004-03-29  Benjamin Otte  <otte@gnome.org>
16315
16316         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16317           try harder to check if an event is really a discont
16318
16319 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16320
16321         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
16322         * po/az.po:
16323
16324 2004-03-28  Benjamin Otte  <otte@gnome.org>
16325
16326         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16327         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16328         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16329           get rid of non-standard "..." ranges in case statements.
16330
16331 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
16332
16333         * gst/mpegstream/gstmpegdemux.c:
16334         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
16335         specific functionality split to the new dvddemux element.
16336         * gst/mpegstream/gstdvddemux.c:
16337         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
16338         streams, derived from mpegdemux.
16339         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
16340         up. SCR based timestamp rewriting can be turned off (will probably
16341         completely disappear soon).
16342         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
16343         hacking. General cleanup. All printf statements replaced by
16344         debugging messages. Almost complete libdvdnav support.
16345         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
16346         by events. New properties for audio and subpicture languages.
16347         (dvdnavsrc_update_highlight): Now uses events.
16348         (dvdnavsrc_user_op): Cleaned up.
16349         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
16350         based). Lots of cleanup, and propper support for most libdvdnav
16351         events.
16352         (dvdnavsrc_make_dvd_event): New function.
16353         (dvdnavsrc_make_dvd_nav_packet_event): New function.
16354         (dvdnavsrc_make_clut_change_event): New function.
16355
16356 2004-03-26  Benjamin Otte  <otte@gnome.org>
16357
16358         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
16359           fix bug where typefinding would claim it's theora whenever less then
16360           7 bytes of data were available
16361
16362 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16363
16364         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
16365         (gst_alawdec_base_init), (gst_alawdec_class_init),
16366         (gst_alawdec_init), (gst_alawdec_chain):
16367         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
16368         (gst_alawenc_base_init), (gst_alawenc_class_init),
16369         (gst_alawenc_init), (gst_alawenc_chain):
16370         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
16371         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
16372         (gst_mulawdec_init), (gst_mulawdec_chain):
16373         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
16374         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
16375         (gst_mulawenc_init), (gst_mulawenc_chain):
16376           Fix capsnego in all four, remove the unused property functions and
16377           simplify the chain functions slightly. I guess we could use macros
16378           or something similar for those, since the code is so similar, but
16379           I'm currently too lazy...
16380
16381 2004-03-24  David Schleef  <ds@schleef.org>
16382
16383         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16384         (gst_osselement_close_audio), (gst_osselement_probe_caps),
16385         (gst_osselement_get_format_structure),
16386         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
16387         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
16388         (gst_osselement_rate_int_compare): Add code to handle rate probing
16389         (bug #120883)
16390         * sys/oss/gstosselement.h: same
16391         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
16392         Use rate probing provided by osselement.
16393         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
16394
16395 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16396
16397         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
16398         (gst_xvidenc_get_property):
16399           ulong/int mess-up.
16400
16401 2004-03-24  David Schleef  <ds@schleef.org>
16402
16403         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
16404         (gst_speexdec_init):
16405         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
16406         (gst_speexenc_init):  Create the pad template correctly (from
16407         the static pad template, not a NULL pointer.)
16408
16409 2004-03-25  Benjamin Otte  <otte@gnome.org>
16410
16411         * gst/debug/Makefile.am:
16412         * gst/debug/breakmydata.c:
16413           add element that quasi-randomly changes bytes in the stream.
16414           Intended use is robustness checking of demuxers and decoders in
16415           media tests.
16416
16417 2004-03-24  Benjamin Otte  <otte@gnome.org>
16418
16419         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16420         (gst_alsa_probe_hw_params):
16421         * ext/alsa/gstalsa.h:
16422           debugging output fixes
16423
16424 2004-03-24  Benjamin Otte  <otte@gnome.org>
16425
16426         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
16427           don't g_return_if_fail if element is PLAYING, fail silently as every
16428           other element.
16429         * gst/effectv/gstquark.c: (gst_quarktv_chain):
16430           only fix needed for cast lvalue issues in gst-plugins
16431         * gst/volenv/gstvolenv.c: (gst_volenv_init):
16432           add proxy_getcaps
16433
16434 2004-03-24  Benjamin Otte  <otte@gnome.org>
16435
16436         * gst/level/gstlevel.c: (gst_level_init):
16437           add proxying getcaps function, so level doesn't advertise impossible
16438           caps
16439
16440 2004-03-24  David Schleef  <ds@schleef.org>
16441
16442         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16443         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
16444         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
16445         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
16446         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
16447         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
16448         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
16449         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
16450         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
16451         messages.  Divide the chunk size by the compression ratio
16452         (needed for MACE audio)
16453
16454 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16455
16456         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16457           Fix buffer overflow read error.
16458
16459 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16460
16461         * ext/alsa/gstalsa.h:
16462           Remove unused entry.
16463         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16464           Add cinepak.
16465         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
16466         (gst_videodrop_link), (gst_videodrop_chain):
16467           Fix, sort of. Was horribly broken with new capsnego. Bah...
16468
16469 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
16470
16471         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
16472         (plugin_init):
16473         Add a monkeysaudio typefind function
16474
16475 2004-03-23  Johan Dahlin  <johan@gnome.org>
16476
16477         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
16478         (gst_play_video_fixate): Check so the structure has the field
16479         before trying to fixate them, this makes it possible to have
16480         fakesinks for video and audio output without printing errors on
16481         the output console.
16482
16483 2004-03-22  David Schleef  <ds@schleef.org>
16484
16485         * sys/oss/Makefile.am:
16486         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
16487         (check_rate), (add_rate):  Rate probing test app.
16488
16489 2004-03-21  Benjamin Otte  <otte@gnome.org>
16490
16491         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16492         (_fixate_caps_to_int), (gst_audio_convert_fixate):
16493           add a fixation function that pretty much does the right thing (fixes
16494           #137556)
16495
16496 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
16497
16498         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
16499
16500 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16501
16502         reviewed by: Benjamin Otte  <otte@gnome.org>
16503
16504         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16505           terminate gst_event_new_discontinuous correctly (fixes parts of
16506           #137711)
16507
16508 2004-03-19  David Schleef  <ds@schleef.org>
16509
16510         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
16511         since it doesn't depend on X, and it's part of our ABI.
16512
16513 2004-03-19  Iain <iain@prettypeople.org>
16514
16515         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
16516         is_int in the structure, not the local variable.
16517
16518 2004-03-19  David Schleef  <ds@schleef.org>
16519
16520         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
16521         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
16522         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
16523         Improvements in caps negotiation.
16524
16525 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16526
16527         * po/LINGUAS:
16528         * po/af.po:
16529           adding Afrikaans (Petri Jooste)
16530
16531 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16532
16533         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16534         (gst_ffmpegcolorspace_chain):
16535         throw error instead of g_critical (#137588)
16536
16537 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16538
16539         * Makefile.am:
16540         * configure.ac:
16541           dist common and m4 correctly
16542         * po/sv.po:
16543
16544 2004-03-17  David Schleef  <ds@schleef.org>
16545
16546         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
16547         (bug #137348)
16548
16549 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16550
16551         * po/LINGUAS:
16552         * po/sv.po:
16553           adding Swedish translation (Christian Rose)
16554
16555 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16556
16557         * Makefile.am: use release.mak
16558
16559 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16560
16561         * common/ChangeLog:
16562         * common/gst-autogen.sh:
16563           add some explanation about the version detection
16564         * configure.ac:
16565           fix X check
16566
16567 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16568
16569         * configure.ac: bump nano to 1
16570
16571 === release 0.8.0 ===
16572
16573 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16574
16575         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
16576
16577 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16578
16579         * configure.ac:
16580           update libtool version
16581         * gst-libs/gst/media-info/Makefile.am:
16582           actually use libtool version
16583
16584 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16585
16586         * configure.ac: fix speex detection to work with 1.0 but not 1.1
16587
16588 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16589
16590         * configure.ac:
16591         * gst-plugins.spec.in:
16592         * pkgconfig/Makefile.am:
16593         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16594         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16595         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16596         * pkgconfig/gstreamer-libs.pc.in:
16597         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16598         * pkgconfig/gstreamer-play-uninstalled.pc.in:
16599         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
16600         * pkgconfig/gstreamer-plugins.pc.in:
16601           remove @VERSION@ from some of the pc files since core and plugins
16602           are decoupled.
16603           created gstreamer-plugins.pc as it's a better name, but keeping
16604           -libs around for now to get fixes upstream done first.
16605
16606 2004-03-15  Julien MOUTTE <julien@moutte.net>
16607
16608         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
16609         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
16610         * gst-libs/gst/play/play.h:
16611
16612 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16613
16614         * *.c, *.cc: don't mix tabs and spaces
16615
16616 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16617
16618         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
16619           use the new ffmpegcolorspace
16620         * gst-plugins.spec.in:
16621           package new colorspace and media-info
16622         * configure.ac:
16623         * pkgconfig/Makefile.am:
16624           fix some more disting issues
16625         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16626         * pkgconfig/gstreamer-media-info.pc.in:
16627           generate media-info pc files
16628
16629 2004-03-15  Johan Dahlin  <johan@gnome.org>
16630
16631         * *.h: Revert indenting
16632
16633 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16634
16635         * configure.ac:
16636           adding ffmpegcolorspace element
16637         * gst/ffmpegcolorspace/Makefile.am:
16638         * gst/ffmpegcolorspace/avcodec.h:
16639         * gst/ffmpegcolorspace/common.h:
16640         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
16641         * gst/ffmpegcolorspace/dsputil.h:
16642         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
16643         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16644         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
16645         (gst_ffmpeg_caps_to_pix_fmt):
16646         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16647         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16648         (gst_ffmpegcolorspace_caps_remove_format_info),
16649         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
16650         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
16651         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
16652         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
16653         (gst_ffmpegcolorspace_set_property),
16654         (gst_ffmpegcolorspace_get_property),
16655         (gst_ffmpegcolorspace_register):
16656         * gst/ffmpegcolorspace/imgconvert.c:
16657         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
16658         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
16659         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
16660         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
16661         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
16662         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
16663         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
16664         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
16665         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
16666         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
16667         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
16668         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
16669         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
16670         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
16671         (img_get_alpha_info), (deinterlace_line),
16672         (deinterlace_line_inplace), (deinterlace_bottom_field),
16673         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
16674         * gst/ffmpegcolorspace/imgconvert_template.h:
16675         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
16676         * gst/ffmpegcolorspace/mmx.h:
16677         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
16678           adding ffmpegcolorspace element supplied by Ronald after cleaning
16679           up and pulling in the right bits of upstream source.
16680           I'm sure a better C/compiler wizard could do some cleaning up (for
16681           example use GLIB's malloc stuff), but as a first pass this
16682           works very well
16683
16684 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16685
16686         * ext/alsa/gstalsa.h:
16687           I assume Ronald forgot to commit the change to have cardname
16688           as a struct member.  Expect some public spanking at the next
16689           opportunity.
16690
16691 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16692
16693         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
16694         (gst_alsa_open_audio), (gst_alsa_close_audio):
16695         * ext/alsa/gstalsa.c:
16696           Don't open the device if we're a mixer (= padless).
16697         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
16698         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
16699         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
16700           Open mixer during state change rather than during object
16701           initialization. Also, get a device name. Currently in a somewhat
16702           hackish fashion, but I didn't really find something better.
16703
16704 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16705
16706         * *.c, *.h: run gst-indent
16707
16708 2004-03-14  Benjamin Otte  <otte@gnome.org>
16709
16710         * gst/modplug/gstmodplug.cc:
16711         * gst/modplug/gstmodplug.h:
16712           set correct timestamps on outgoing buffers
16713
16714 2004-03-14  Benjamin Otte  <otte@gnome.org>
16715
16716         * gst/modplug/gstmodplug.cc:
16717           handle events - don't do crap when a discont arrives that's not
16718           necessary
16719           This allows correct loading and playback of mods in Rhythmbox
16720
16721 2004-03-14  Benjamin Otte  <otte@gnome.org>
16722
16723         * configure.ac:
16724         * gst-libs/gst/gconf/Makefile.am:
16725         * pkgconfig/Makefile.am:
16726           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
16727           they get rebuilt properly
16728         * configure.ac:
16729           when checking for vorbis, try pkgconfig first.
16730         * gst/modplug/gstmodplug.cc:
16731           add fixate function
16732
16733 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16734
16735         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16736           Fix for obvious mistake, where we first shift the offset and then
16737           read a samplesize element assuming the old offset. Note that this
16738           part still has something weird, i.e. my movies containing those
16739           don't actually play well, but at least there's something that looks
16740           like sound now.
16741
16742 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
16743         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
16744         (plugin_init):
16745         Add a typefind function for speex format
16746
16747 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16748
16749         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
16750         (gst_asf_demux_setup_pad):
16751           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
16752           instead of 0. Reason is simple: some elements have a fps range
16753           of 1-max instead of 0-max. So now ASF video actually works.
16754
16755 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16756
16757         * po/LINGUAS:
16758         * po/sr.po:
16759           adding serbian as a language
16760
16761 2004-03-13  Benjamin Otte  <otte@gnome.org>
16762
16763         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
16764           return taglist correctly from _get function, don't gst_pad_push it.
16765           (fixes #137042)
16766
16767 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
16768         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16769
16770 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16771
16772         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
16773         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
16774         (gst_alsa_mixer_track_new):
16775         * ext/alsa/gstalsamixertrack.h:
16776           Fix ancient leftovers... MixerTrack is a GObject.
16777
16778 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16779
16780         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16781         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16782           Don't block during probing...
16783
16784 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16785
16786         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
16787         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
16788         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
16789         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
16790         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
16791         (gst_alsa_open_audio), (gst_alsa_close_audio):
16792         * ext/alsa/gstalsa.h:
16793           Add propertyprobe interface implementation, add some device-name
16794           property, all this so that it looks good in gnome-volume-control.
16795
16796 2004-03-12  David Schleef  <ds@schleef.org>
16797
16798         * configure.ac: the Hermes library controls hermescolorspace, not
16799         colorspace.
16800         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
16801         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
16802         not /* */
16803         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
16804         * ext/sdl/sdlvideosink.h: ditto.
16805         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
16806
16807 2004-03-12  Benjamin Otte  <otte@gnome.org>
16808
16809         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
16810         (gst_x_overlay_got_xwindow_id):
16811         * gst-libs/gst/xoverlay/xoverlay.h:
16812           replace XID with unsigned long to get rid of the xlibs dependency in
16813           XOverlay (fixes #137004)
16814
16815 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
16816         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
16817         (gst_agingtv_setup):
16818         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
16819         (gst_dicetv_base_init), (gst_dicetv_class_init),
16820         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
16821         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
16822         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
16823         (gst_edgetv_setup), (gst_edgetv_rgb32):
16824         * gst/effectv/gsteffectv.c:
16825         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
16826         (gst_quarktv_set_property):
16827         * gst/effectv/gstrev.c: (gst_revtv_get_type),
16828         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
16829         (gst_revtv_setup), (gst_revtv_rgb32):
16830         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
16831         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
16832         (gst_shagadelictv_init), (gst_shagadelictv_setup),
16833         (gst_shagadelictv_rgb32):
16834         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
16835         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
16836         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
16837         * gst/effectv/gstwarp.c:
16838         Port everything that can be ported to videofilter and fix up the caps.
16839         Can someone with a big-endian machine please check these?
16840
16841 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16842
16843         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
16844         (gst_osssink_chain), (gst_osssink_change_state):
16845           Latest fixes for A/V sync, audio playback and such. This is about
16846           all... MPEG playback issues are mostly related to the async build-
16847           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
16848
16849 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16850
16851         patch from: Stephane Loeuillet
16852
16853         * configure.ac:
16854           use pkg-config for some libraries, falling back to the old .m4 way
16855           (fixes #131270)
16856         * m4/libdv.m4:
16857           removed
16858
16859 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16860
16861         * configure.ac:
16862         * tools/Makefile.am:
16863         * tools/Makefile.in:
16864         * tools/gst-launch-ext-m.m:
16865         * tools/gst-launch-ext.1.in:
16866         * tools/gst-visualise-m.m:
16867         * tools/gst-visualise.1:
16868         * tools/gst-visualise.1.in:
16869           reorganizing generation of script tools
16870
16871 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16872
16873         * ext/divx/gstdivxdec.c:
16874           Downgrade priority. We prefer ffdec_mpeg4.
16875         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
16876         (gst_faad_chain), (gst_faad_change_state):
16877           Fix capsnego. Doesn't work for some sounds because we don't have
16878           a 5:1 to stereo element.
16879         * ext/xvid/gstxvid.c: (plugin_init):
16880           Add priority.
16881         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
16882         (gst_osssink_change_state):
16883           Add discont handling.
16884
16885 2004-03-09  Colin Walters  <walters@verbum.org>
16886
16887         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
16888         conversion.
16889
16890 2004-03-09  Benjamin Otte  <otte@gnome.org>
16891
16892         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
16893           the signals take 2 arguments
16894
16895 2004-03-09  David Schleef  <ds@schleef.org>
16896
16897         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
16898         (gst_alsa_fixate): Add fixate function.  (bug #136686)
16899         * ext/alsa/gstalsa.h:
16900         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
16901
16902 2004-03-09  Benjamin Otte  <otte@gnome.org>
16903
16904         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
16905         (gst_mikmod_change_state):
16906         * ext/mikmod/gstmikmod.h:
16907           make mikmod's loop function not loop infinitely and call
16908           gst_element_yield anymore
16909         * gst/modplug/gstmodplug.cc:
16910           fix pad negotiation (fixes #136590)
16911
16912 2004-03-09  David Schleef  <ds@schleef.org>
16913
16914         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
16915         doesn't conflict with the internal colorspace plugin.
16916         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
16917         satisfy the crappy-ass shell shipped by a certain vendor.
16918         * gst/videofilter/make_filter: same (bug #135299)
16919
16920 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16921
16922         * configure.ac: bump nano to 1
16923
16924 === release 0.7.6 ===
16925
16926 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16927
16928         * configure.in: releasing 0.7.6, "There"
16929
16930 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16931
16932         * pkgconfig/gstreamer-play-uninstalled.pc.in:
16933         * pkgconfig/gstreamer-play.pc.in:
16934           synchronize the two
16935
16936 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16937
16938         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
16939         (cdparanoia_open), (cdparanoia_event):
16940           fix/add error handling
16941         * po/POTFILES.in:
16942           add cdparanoia source
16943         * tools/Makefile.am:
16944           make scripts executable
16945
16946 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16947
16948         * configure.ac:
16949         * ext/vorbis/Makefile.am:
16950         * sys/Makefile.am:
16951           remove id3types, vorbisfile and xvideosink from the build (#133783)
16952
16953 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16954
16955         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
16956           Fix metadata read crash (#136537).
16957
16958 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16959
16960         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
16961         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
16962           adding mime types, fixing the one-stop function
16963
16964 2004-03-08  Christian Schaller <Uraeus@gnome.org>
16965
16966         * ext/nas/nassink.c and /ext/nas/nassink.h:
16967         More NAS love from Arwed von Merkatz
16968         So lets all sing 'Can you feel the NAS tonight'
16969
16970 2004-03-08  Christian Schaller <Uraeus@gnome.org>
16971
16972         * tools/gst-launch-ext.in:
16973         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
16974
16975 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16976
16977         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
16978         (gst_mpeg2dec_init):
16979         remove the user_data pad for now, because it is being used in
16980         fixating causing MPEG playback to fixate on 1000 Hz for playback.
16981         If someone knows how to fix this properly, please do.
16982
16983 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16984
16985         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
16986         (gst_osssink_get_time):
16987         add a warning, IMO this won't get triggered anymore, remove later
16988
16989 2004-03-07  David Schleef  <ds@schleef.org>
16990
16991         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
16992         format (bug #136470)
16993
16994 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16995
16996         * gst-libs/Makefile.am:
16997         * gst-libs/gst/media-info/Makefile.am:
16998         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
16999         (error_callback), (gst_media_info_error_create),
17000         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17001         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17002         * gst-libs/gst/media-info/media-info-priv.h:
17003         * gst-libs/gst/media-info/media-info-test.c: (main):
17004         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17005         (gst_media_info_class_init), (gst_media_info_instance_init),
17006         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17007         (gst_media_info_read_idler), (gst_media_info_read):
17008         * gst-libs/gst/media-info/media-info.h:
17009         fixed, should work now
17010
17011 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17012
17013         * ext/nas/nassink.c:
17014         A bunch of NAS fixes from Arwed von Merkatz
17015
17016 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17017
17018         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17019         (qtdemux_parse_trak):
17020           Fix crash (j might be greater than n_samples, in which case we're
17021           writing outside the allocated space for the array) and memleak.
17022
17023 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17024
17025         * sys/oss/gstosssink.c: (gst_osssink_chain):
17026           And another caller that couldn't handle delay < 0 (unsigned
17027           integer overflow). Video now continues playing on an audio
17028           buffer underrun, and the clock continues working. Audio still
17029           stalls.
17030
17031 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17032
17033         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17034         (gst_osssink_get_time):
17035           get_delay() may return values lower than 0. In those cases, we
17036           should not actually cast to *unsigned* int64, that will break
17037           stuff horribly. In my case, it screwed up A/V sync in movies
17038           in totem rather badly.
17039
17040 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17041
17042         * ext/faac/gstfaac.c: (gst_faac_chain):
17043         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17044         * ext/libpng/gstpngenc.c: (user_write_data):
17045         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17046         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17047         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17048         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17049         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17050         of any buffer), should fix some leaks. I hope I didn't unref buffers
17051         that shouldn't be...
17052
17053 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17054
17055         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17056         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17057         (error_callback), (gmi_reset), (gmi_seek_to_track),
17058         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17059         (gmip_find_type_post), (gmip_find_stream_post),
17060         (gmip_find_track_streaminfo_post):
17061         * gst-libs/gst/media-info/media-info-priv.h:
17062         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17063         (info_print), (main):
17064         * gst-libs/gst/media-info/media-info.c:
17065         (gst_media_info_error_create), (gst_media_info_error_element),
17066         (gst_media_info_instance_init), (gst_media_info_get_property),
17067         (gst_media_info_new), (gst_media_info_set_source),
17068         (gst_media_info_read_idler), (gst_media_info_read):
17069         * gst-libs/gst/media-info/media-info.h:
17070           first pass at making this work again.  This seems to work on
17071           tagged ogg/vorbis and mp3 files.
17072
17073 2004-03-06  Benjamin Otte  <otte@gnome.org>
17074
17075         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17076           fix huge leak: gst_buffer_merge doesn't unref the first argument
17077           itself.
17078
17079 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17080
17081         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17082           report layer/mode/emphasis
17083
17084 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17085
17086         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17087
17088 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17089
17090         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17091           signal serial
17092
17093 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17094
17095         * ext/vorbis/vorbis.c: (plugin_init):
17096         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17097         (gst_vorbis_dec_init), (vorbis_dec_event):
17098         add debug category
17099         make vorbisdec handle _BYTE and _TIME queries
17100
17101 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17102
17103         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17104           from the xing header
17105
17106 2004-03-06  Benjamin Otte  <otte@gnome.org>
17107
17108         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17109         (gst_audio_convert_link), (gst_audio_convert_change_state),
17110         (gst_audio_convert_buffer_from_default_format):
17111           do conversions from/to float correctly, fix some caps nego errors,
17112           export correct supported caps in template and getcaps, use correct
17113           caps in try_set_caps functions
17114
17115 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17116
17117         For some reason, I only committed a ChangeLog entry yesterday and
17118         not the corresponding code...
17119         * ext/mad/gstmad.c: Fix detection of Xing headers
17120         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17121
17122 2004-03-06  Benjamin Otte  <otte@gnome.org>
17123
17124         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17125         (gst_ogg_demux_src_query):
17126           make sure to handle the case where there's no current chain
17127           gracefully.
17128
17129 2004-03-05  David Schleef  <ds@schleef.org>
17130
17131         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17132         Add fixate function. (bug #131128)
17133         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17134         (gst_sdlvideosink_fixate):  Add fixate function.
17135         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17136         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17137         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17138         Fix missing break that was causing ulaw to be interpreted as
17139         raw int.
17140
17141 2004-03-05  David Schleef  <ds@schleef.org>
17142
17143         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17144         Fix code that ignores return value of gst_buffer_merge().
17145         (bug #114560)
17146         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17147         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17148         * testsuite/gst-lint:  Check for above.
17149
17150 2004-03-05  David Schleef  <ds@schleef.org>
17151
17152         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17153         caps and throw an element error.  (bug #136334)
17154
17155 2004-03-05  David Schleef  <ds@schleef.org>
17156
17157         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17158         (gst_faad_chain): Fix negotiation.
17159         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17160         key and button events.
17161         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17162         dung heap of code.
17163         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17164         depends on gconf
17165         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17166         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17167         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17168         function to encourage better negotiation, particularly between
17169         audioconvert and osssink.
17170         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17171         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17172         more important.
17173         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17174         typefinding.
17175         * gst/vbidec/vbiscreen.c:  Add glib header
17176         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17177
17178 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17179
17180         * ext/mad/gstmad.c: Fix detection of Xing headers
17181         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17182
17183 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17184
17185         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17186         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17187           debug updates
17188
17189 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17190
17191         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17192         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17193         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17194         files, and report the parsed length as a GST_TAG_DURATION tag.
17195         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17196
17197 2004-03-05  Benjamin Otte  <otte@gnome.org>
17198
17199         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17200           convert channels correctly. convert correctly to unsigned.
17201
17202 2004-03-05  Julien MOUTTE <julien@moutte.net>
17203
17204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17205         we have a window before clearing it.
17206
17207 2004-03-05  Julien MOUTTE <julien@moutte.net>
17208
17209         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17210         have a window before clearing it.
17211
17212 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17213
17214         * gconf/gstreamer.schemas.in:
17215         * gst-libs/gst/gconf/Makefile.am:
17216           version installation path the same way as for 0.6
17217         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17218         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17219         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17220           remove comment that was fixed
17221
17222 2004-03-05  David Schleef  <ds@schleef.org>
17223
17224         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17225         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17226         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17227         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17228         Add prototype code for handling seeking and querying.
17229
17230 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17231
17232         * examples/gstplay/player.c: (main):
17233           Initialize variables to NULL. Prevents a segfault because the
17234           (uninitialized) variable is not NULL, resulting in a crash on
17235           trying to reach error->message.
17236
17237 2004-03-05  Benjamin Otte  <otte@gnome.org>
17238
17239         * gst/audioconvert/gstaudioconvert.c:
17240         (gst_audio_convert_buffer_to_default_format):
17241         make float=>int conversion work correctly even in cornercases.
17242
17243 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17244
17245         * debian/README.Debian:
17246         * debian/build-deps:
17247         * debian/changelog:
17248         * debian/control:
17249         * debian/control.in:
17250         * debian/copyright:
17251         * debian/gstreamer-a52dec.files:
17252         * debian/gstreamer-aa.files:
17253         * debian/gstreamer-alsa.files:
17254         * debian/gstreamer-alsa.manpages:
17255         * debian/gstreamer-arts.files:
17256         * debian/gstreamer-artsd.files:
17257         * debian/gstreamer-audiofile.files:
17258         * debian/gstreamer-avifile.files:
17259         * debian/gstreamer-cdparanoia.files:
17260         * debian/gstreamer-colorspace.files:
17261         * debian/gstreamer-doc.files:
17262         * debian/gstreamer-dv.files:
17263         * debian/gstreamer-dvd.files:
17264         * debian/gstreamer-esd.files:
17265         * debian/gstreamer-festival.files:
17266         * debian/gstreamer-flac.files:
17267         * debian/gstreamer-gconf.conffiles:
17268         * debian/gstreamer-gconf.files:
17269         * debian/gstreamer-gconf.postinst:
17270         * debian/gstreamer-gnomevfs.files:
17271         * debian/gstreamer-gsm.files:
17272         * debian/gstreamer-http.files:
17273         * debian/gstreamer-jack.files:
17274         * debian/gstreamer-jpeg.files:
17275         * debian/gstreamer-mad.files:
17276         * debian/gstreamer-mikmod.files:
17277         * debian/gstreamer-misc.files:
17278         * debian/gstreamer-mpeg2dec.files:
17279         * debian/gstreamer-oss.files:
17280         * debian/gstreamer-plugin-apps.files:
17281         * debian/gstreamer-plugin-apps.manpages:
17282         * debian/gstreamer-plugin-libs-dev.files:
17283         * debian/gstreamer-plugin-libs.files:
17284         * debian/gstreamer-plugin-template.postinst:
17285         * debian/gstreamer-plugin-template.postrm:
17286         * debian/gstreamer-sdl.files:
17287         * debian/gstreamer-sid.files:
17288         * debian/gstreamer-vorbis.files:
17289         * debian/gstreamer-x.files:
17290         * debian/mk.control:
17291         * debian/rules:
17292         Debian package info not maintained here.
17293
17294 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17295
17296         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17297         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17298         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17299         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17300         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17301         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17302         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17303         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17304         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17305         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17306         * gst-libs/gst/colorbalance/colorbalance.c:
17307         (gst_color_balance_class_init):
17308         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17309         (gst_color_balance_channel_class_init):
17310         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17311         * gst-libs/gst/play/play.c: (gst_play_class_init):
17312         * gst-libs/gst/propertyprobe/propertyprobe.c:
17313         (gst_property_probe_iface_init):
17314         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17315         * gst-libs/gst/tuner/tunerchannel.c:
17316         (gst_tuner_channel_class_init):
17317         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17318         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17319         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
17320         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17321         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17322         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17323         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17324         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
17325         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
17326           fix signals to use - instead of _
17327         * ext/libcaca/gstcacasink.h:
17328         * ext/sdl/sdlvideosink.h:
17329           fix header rename
17330
17331 2004-03-04  David Schleef  <ds@schleef.org>
17332
17333         * testsuite/gst-lint:  Add a check for bad signal names.
17334
17335 2004-03-04  <kost@imn.htwk-leipzig.de>
17336
17337         reviewed by David Schleef
17338
17339         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
17340         modified the alpha channel and caused a warning. (bug #136192)
17341
17342 2004-04-03  Christian Schaller <Uraeus@gnome.org>
17343
17344         * gst-plugins.spec.in:
17345         Change names of plugins to actually be correct. Try to keep things
17346         alphabetical to avoid getting beat up by Thomas
17347
17348 2004-03-03  Julien MOUTTE <julien@moutte.net>
17349
17350         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
17351         Using ximagesink as a default if no gconf key found. We should
17352         probably consider using alsasink instead of osssink for the audio
17353         part.
17354
17355 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17356
17357         * configure.ac:
17358           fix --with-plugins, don't think it ever worked before
17359         * gst-plugins.spec.in:
17360           even more updates
17361
17362 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17363
17364         * ext/sdl/sdlvideosink.h:
17365         * sys/ximage/ximagesink.h:
17366         * sys/xvideo/xvideosink.h:
17367         * sys/xvimage/xvimagesink.h:
17368           Fix for move of gstvideosink.h -> videosink.h.
17369
17370 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17371
17372         * gst-libs/gst/xwindowlistener/Makefile.am:
17373           this is a plugin library, not a library
17374
17375 2004-03-01  David Schleef  <ds@schleef.org>
17376
17377         * AUTHORS:  Added some names.  Add yourself if you're still
17378         missing.
17379
17380 2004-03-01  David Schleef  <ds@schleef.org>
17381
17382         * MAINTAINERS: Add
17383
17384 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17385
17386         * gst-plugins.spec.in: clean up spec file
17387
17388 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17389
17390         * gst-libs/gst/video/Makefile.am:
17391         * gst-libs/gst/video/gstvideosink.c:
17392         * gst-libs/gst/video/gstvideosink.h:
17393           rename gstvideosink.h to videosink.h to match other headers
17394         * gst/mixmatrix/Makefile.am:
17395           fix plugin filename
17396         * gst/tags/Makefile.am: fix plugin filename
17397
17398 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17399
17400         * gst/tags/Makefile.am: fix plugin filename
17401
17402 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17403
17404         * examples/gstplay/player.c: (got_time_tick), (main):
17405           add error handler
17406           display time_tick more readably
17407         * gst/mixmatrix/Makefile.am:
17408           fix plugin file name
17409
17410 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
17411
17412         * sys/oss/gstosselement.c: (gst_osselement_probe),
17413         (device_combination_append), (gst_osselement_class_probe_devices):
17414         * sys/oss/gstosselement.h:
17415           Reworked enumeration of oss dsps and mixers so that gst-mixer works
17416           on my system using alsa oss emulation, fixes bug #135597
17417
17418 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17419
17420         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
17421         (gst_videodrop_chain), (gst_videodrop_change_state):
17422         * gst/videodrop/gstvideodrop.h:
17423           Work based on timestamp of input data, not based on the expected
17424           framerate from the input. The consequence is that this element now
17425           not only scales framerates, but also functions as a framerate
17426           corrector or framerate stabilizer/constantizer.
17427
17428 2004-02-27  David Schleef  <ds@schleef.org>
17429
17430         patches from jmmv@menta.net (Julio M. Merino Vidal)
17431
17432         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
17433         GST_ELEMENT_ERROR call (bug #135634)
17434         * gst/interleave/interleave.c: (interleave_buffered_loop),
17435         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
17436         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
17437         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17438         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
17439         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
17440         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17441         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
17442         Fix GST_ELEMENT_ERROR call.
17443         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
17444         GST_ELEMENT_ERROR call.
17445
17446 2004-02-27  Benjamin Otte  <otte@gnome.org>
17447
17448         * gst-libs/gst/audio/audio.h:
17449           add macro to make sure header isn't included twice
17450         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
17451           don't use gst_buffer_free
17452         * gst/playondemand/filter.func:
17453           don't use gst_data_free. Free data only once.
17454
17455 2004-02-26  David Schleef  <ds@schleef.org>
17456
17457         * gst-libs/gst/colorbalance/Makefile.am:
17458         * gst-libs/gst/mixer/Makefile.am:
17459         * gst-libs/gst/tuner/Makefile.am:
17460         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
17461         should not be disted, -marshal.h files should not be installed,
17462         and -enum.h files _should_ be installed.  Fix to make this the
17463         case.
17464
17465 === release 0.7.5 ===
17466
17467 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17468
17469         * configure.ac: release 0.7.5, "Under The Sea"
17470
17471 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17472
17473         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17474         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
17475         * gst/videoscale/gstvideoscale.c:
17476         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17477           assorted debug/warning fixes
17478
17479 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17480
17481         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
17482         (gst_videoscale_init), (gst_videoscale_chain),
17483         (gst_videoscale_set_property), (plugin_init):
17484         * gst/videoscale/gstvideoscale.h:
17485         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17486         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
17487         (gst_videoscale_planar400), (gst_videoscale_packed422),
17488         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
17489         (gst_videoscale_24bit), (gst_videoscale_16bit),
17490         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
17491         (gst_videoscale_scale_plane_slow),
17492         (gst_videoscale_scale_point_sample),
17493         (gst_videoscale_scale_nearest),
17494         (gst_videoscale_scale_nearest_str2),
17495         (gst_videoscale_scale_nearest_str4),
17496         (gst_videoscale_scale_nearest_32bit),
17497         (gst_videoscale_scale_nearest_24bit),
17498         (gst_videoscale_scale_nearest_16bit):
17499         add debugging category and use it properly
17500         fix use of GST_PTR_FORMAT
17501
17502 2004-02-25  Andy Wingo  <wingo@pobox.com>
17503
17504         * gst/interleave/interleave.c (interleave_buffered_loop): Always
17505         push only when channel->buffer is NULL. Prevents segfaults doing
17506         the state change after a nonlocal exit, like a scheme exception.
17507
17508         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17509         Handle the case where the intersected caps is empty.
17510
17511 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17512
17513         * gst/law/mulaw-decode.c: (mulawdec_link):
17514         * gst/law/mulaw.c: (plugin_init):
17515           fix mulawdec so it actually works again
17516
17517 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
17518
17519         reviewed by: David Schleef  <ds@schleef.org>
17520
17521         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
17522         (gst_gamma_init), (gst_gamma_set_property),
17523         (gst_gamma_get_property), (gst_gamma_calculate_tables),
17524         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
17525         for RGB, with separate r g and b correction factors. (#131167)
17526
17527 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17528
17529         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17530           only signal tags for bitrate if they're > 0 (#134894)
17531
17532 2004-02-24  David Schleef  <ds@schleef.org>
17533
17534         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
17535         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
17536         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
17537         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
17538         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
17539         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
17540         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
17541         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
17542         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
17543         category.  Attempt to fix timestamp calculation.
17544
17545 2004-02-24  Johan Dahlin  <johan@gnome.org>
17546
17547         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
17548
17549 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17550
17551         * configure.ac:
17552         * gconf/Makefile.am:
17553         * gconf/gstreamer.schemas:
17554         * gst-libs/gst/gconf/Makefile.am:
17555         * gst-libs/gst/gconf/gconf.c:
17556           version gconf schemas and install locations
17557
17558 2004-02-23  Benjamin Otte  <otte@gnome.org>
17559
17560         * ext/xine/xineinput.c: (gst_xine_input_dispose):
17561         (gst_xine_input_subclass_init):
17562           call parent dispose.
17563           change pad template for CD reader correctly
17564         * ext/xine/Makefile.am:
17565         * ext/xine/gstxine.h:
17566         * ext/xine/xine.c: (plugin_init):
17567         * ext/xine/xineaudiosink.c:
17568           wrap audio sinks, too
17569         * gst-libs/gst/resample/private.h:
17570         * gst-libs/gst/resample/resample.c: (gst_resample_init),
17571         (gst_resample_reinit), (gst_resample_scale),
17572         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
17573         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
17574         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
17575         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
17576         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
17577         * gst-libs/gst/resample/resample.h:
17578         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17579         (gst_audioscale_class_init), (gst_audioscale_link),
17580         (gst_audioscale_get_buffer), (gst_audioscale_init),
17581         (gst_audioscale_chain), (gst_audioscale_set_property),
17582         (gst_audioscale_get_property):
17583         * gst/audioscale/gstaudioscale.h:
17584           s/resample_*/gst_resample_*/i to not clobber namespaces
17585
17586 2004-02-23  Julien MOUTTE  <julien@moutte.net>
17587
17588         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17589         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17590         (gst_riff_create_video_template_caps),
17591         (gst_riff_create_audio_template_caps),
17592         (gst_riff_create_iavs_template_caps):
17593         * gst-libs/gst/riff/riff-media.h:
17594         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
17595         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
17596         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
17597         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17598         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17599         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17600         (gst_matroska_demux_plugin_init): First batch implementing audio and
17601         video codec tags in demuxers.
17602
17603 2004-02-22  Benjamin Otte  <otte@gnome.org>
17604
17605         * ext/xine/Makefile.am:
17606         * ext/xine/gstxine.h:
17607         * ext/xine/xine.c: (plugin_init):
17608         * ext/xine/xineinput.c:
17609           add input plugin wrapper. Playback from files, http, mms and cdda
17610           works.
17611         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
17612           remove leftover G_GNUC_UNUSED
17613         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
17614         (gst_asf_demux_identify_guid):
17615           improve debugging output
17616
17617 2004-02-22  Benjamin Otte  <otte@gnome.org>
17618
17619         reported by: Padraig O'Briain <padraig.obriain@sun.com>
17620
17621         * autogen.sh:
17622           replace test -e with test -x for mkinstalldirs to be more portable.
17623           (fixes #134816)
17624
17625 2004-02-22  Benjamin Otte  <otte@gnome.org>
17626
17627         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
17628
17629         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
17630           set rank to PRIMARY
17631         * gst/volume/gstvolume.c: (plugin_init):
17632           set rank to NONE
17633         fixes #134960
17634
17635 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
17636
17637         reviewed by Benjamin Otte  <otte@gnome.org>
17638
17639         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
17640           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
17641
17642 2004-02-22  Benjamin Otte  <otte@gnome.org>
17643
17644         * configure.ac:
17645           export [_]*{gst,Gst,GST}.* symbols from plugins
17646
17647 2004-02-22  Christophe Fergeau <teuf@gnome.org>
17648
17649         reviewed by: Benjamin Otte  <otte@gnome.org>
17650
17651         * ext/lame/gstlame.c: (add_one_tag):
17652         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17653         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
17654         (gst_vorbisenc_metadata_set1):
17655         * gst/tags/gstid3tag.c:
17656         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
17657           apply fixes from bugs #135042 (lame can't write tags) and #133817
17658           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
17659
17660 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
17661
17662         * configure.ac: Export only gst_plugin_desc from plugins.
17663          Note that this change only makes any effect with Linux using libtool
17664          1.5.2 or higher. Otherwise it is silently ignored, but it would build
17665          fine. And don't try to have several versions of libtool in different
17666          directories.
17667
17668 2004-02-20  Andy Wingo  <wingo@pobox.com>
17669
17670         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
17671         interleave respectively.
17672
17673         * gst/interleave/deinterleave.c: New plugin: deinterleave
17674         (replaces on oneton).
17675         * gst/interleave/interleave.c: New plugin: interleave.
17676         * gst/interleave/plugin.h: Support file.
17677         * gst/interleave/plugin.c: Support file.
17678
17679         * configure.ac: Remove intfloat and oneton, add interleave.
17680
17681         * ext/sndfile/gstsf.c: Handle events better.
17682
17683         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
17684         and float2int operation. int2float has scheduling problems as
17685         noted in in2float_chain.
17686
17687 2004-02-20  Benjamin Otte  <otte@gnome.org>
17688
17689         * ext/xine/Makefile.am:
17690         * ext/xine/gstxine.h:
17691         * ext/xine/xine.c:
17692         * ext/xine/xineaudiodec.c:
17693         * ext/xine/xinecaps.c:
17694           add first version of xine plugin wrapper. Currently only wraps the
17695           QDM2 win32 DLL, and even that only in proof-of-concept quality.
17696         * configure.ac:
17697         * ext/Makefile.am:
17698           add xine plugin wrapper, disabled by default. Use --enable-xine to
17699           build. Note that it'll segfault on gst-register if you don't remove
17700           the goom and tvtime post plugins from xine.
17701         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17702         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
17703           add extradata parsing for QDM2.
17704           change around debugging prints.
17705
17706 2004-02-19  Benjamin Otte  <otte@gnome.org>
17707
17708         * ext/lame/gstlame.c: (gst_lame_chain):
17709         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17710           use gst_tag_list_insert when you want to insert tags
17711
17712 2004-02-18  David Schleef  <ds@schleef.org>
17713
17714         * configure.ac:  Move massink to gst-rotten
17715         * ext/Makefile.am:
17716         * ext/mas/Makefile.am:
17717         * ext/mas/massink.c:
17718         * ext/mas/massink.h:
17719
17720 2004-02-18  David Schleef  <ds@schleef.org>
17721
17722         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
17723         typefinding, since it seems to be worse than nothing.
17724         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
17725         atom to recognize .mp4 and .m4a files as video/quicktime.
17726
17727 2004-02-18  David Schleef  <ds@schleef.org>
17728
17729         * gst/sine/demo-dparams.c: (quit_live),
17730         (dynparm_log_value_changed), (dynparm_value_changed), (main):
17731         Use double dparams, not float.
17732         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17733         (gst_sinesrc_init): Change sync default to FALSE, since multiple
17734         sync'd elements don't really work correctly.
17735         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
17736         (volume_update_volume), (volume_get_property):  Change dparam
17737         to double.
17738
17739 2004-02-18  Julien MOUTTE  <julien@moutte.net>
17740
17741         * sys/ximage/ximagesink.c:
17742         (gst_ximagesink_xwindow_update_geometry),
17743         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
17744         (gst_ximagesink_change_state), (gst_ximagesink_expose),
17745         (gst_ximagesink_init): Rework the way software video scaling works. So
17746         now we check on each chain call if the video frames are feeling the
17747         window. If not we try to renegotiate caps. On failure we memorize that
17748         and we won't try again for that PLAYING sessions.
17749         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
17750         failure.
17751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
17752         synchronous flag.
17753
17754 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17755
17756         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17757           break up _link so we can give a better debug message for errors
17758
17759 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17760
17761         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
17762           set up debug category
17763
17764 2004-02-18  Julien MOUTTE <julien@moutte.net>
17765
17766         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17767         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
17768         the way renegotiation work. The event handling function is not taking
17769         care of external windows and renegotiate method check for pad flags
17770         NEGOTIATING. Should fix : #133209
17771
17772 2004-02-17  Julien MOUTTE  <julien@moutte.net>
17773
17774         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
17775         pad is negotiating before trying renegotiation.
17776
17777 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17778
17779         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
17780           pass on all possible mime types as typefind hints
17781
17782 2004-02-17  Julien MOUTTE <julien@moutte.net>
17783
17784         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
17786         possible SHM leak if we crash. All other apps using XShm are doing
17787         that.
17788
17789 2004-02-17  Julien MOUTTE  <julien@moutte.net>
17790
17791         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17792         (gst_ximagesink_expose): Renegotiate size on expose.
17793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
17794         size on expose.
17795
17796 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17797
17798         * testsuite/alsa/sinesrc.c:
17799           cosmetic fix to fix compile issue with gcc 2.95.4
17800
17801 2004-02-16  Julien MOUTTE <julien@moutte.net>
17802
17803         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17804         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
17805         failed opening the audio device.
17806         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17807         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
17808         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
17809         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
17810         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
17811         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
17812         (gst_ximagesink_change_state), (gst_ximagesink_chain),
17813         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
17814         Removing some useless g_return_if_fail like wingo suggested.
17815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17816         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
17817         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
17818         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
17819         (gst_xvimagesink_update_colorbalance),
17820         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
17821         (gst_xvimagesink_xcontext_clear),
17822         (gst_xvimagesink_get_fourcc_from_caps),
17823         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
17824         (gst_xvimagesink_set_xwindow_id),
17825         (gst_xvimagesink_colorbalance_list_channels),
17826         (gst_xvimagesink_colorbalance_set_value),
17827         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
17828         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
17829
17830 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17831
17832         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17833           throw error when not negotiated instead of asserting
17834
17835 2004-02-15  Julien MOUTTE  <julien@moutte.net>
17836
17837         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
17838         correct data refcounting.
17839
17840 2004-02-15  Julien MOUTTE  <julien@moutte.net>
17841
17842         * gst/switch/gstswitch.c: (gst_switch_change_state),
17843         (gst_switch_class_init): Cleaning the sinkpads correctly on state
17844         change, mostly the EOS flag.
17845
17846 2004-02-15  Julien MOUTTE  <julien@moutte.net>
17847
17848         * examples/gstplay/player.c: (got_eos), (main): Adding some
17849         output for debugging.
17850         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
17851         timeouts if we go to any state different from PLAYING.
17852         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
17853         more EOS bugs in riff lib.
17854
17855 2004-02-14  Julien MOUTTE  <julien@moutte.net>
17856
17857         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
17858         visualization until i find a way to fix switch correctly.
17859         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
17860         EOS arrives.
17861         * gst/switch/gstswitch.c: (gst_switch_release_pad),
17862         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
17863         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
17864         Reworked switch to get a more correct behaviour with events and refing
17865         of data stored in sinkpads.
17866         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
17867         we don't pull from a pad in EOS.
17868
17869 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17870
17871         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17872           remove v1 tag even if we can't read it (makes sure we don't detect
17873           it again)
17874
17875 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17876
17877         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
17878         (gst_alsa_xrun_recovery):
17879         * ext/alsa/gstalsa.h:
17880           try xrun recovery when wait failed. Make xrun recovery function
17881           return TRUE/FALSE to indicate success. (might fix #134354)
17882
17883 2004-02-13  David Schleef  <ds@schleef.org>
17884
17885         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
17886         (dynparm_value_changed), (main): Convert from float to double.
17887         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
17888
17889 2004-02-13  David Schleef  <ds@schleef.org>
17890
17891         * gst/silence/gstsilence.c: (gst_silence_class_init),
17892         (gst_silence_set_clock), (gst_silence_get),
17893         (gst_silence_set_property), (gst_silence_get_property):
17894         * gst/silence/gstsilence.h: Add sync property.
17895         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17896         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
17897         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
17898         * gst/sine/gstsinesrc.h: Add sync property.
17899
17900 2004-02-13  David Schleef  <ds@schleef.org>
17901
17902         * gst/intfloat/gstint2float.c: (conv_f32_s16),
17903         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
17904
17905 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17906
17907         * configure.ac:
17908         * ext/Makefile.am:
17909         * gst-libs/ext/Makefile.am:
17910           move ffmpeg plugin to gst-ffmpeg module
17911
17912 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17913
17914         * configure.ac: use GST_ARCH to detect architecture
17915
17916 2004-02-12  Julien MOUTTE  <julien@moutte.net>
17917
17918         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
17919
17920 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17921
17922         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
17923           classify LADSPA plugins based on number of src/sink pads
17924           (#133663, Stefan Kost)
17925         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
17926           fix dparams registration
17927           (#133528, Stefan Kost)
17928         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
17929           fix use of isprint and use g_ascii_isprint instead
17930           (#133316, Stefan Kost)
17931
17932 2004-02-11  David Schleef  <ds@schleef.org>
17933
17934         Convert a few inner loops to use liboil.  This is currently
17935         optional, and is only enabled if liboil is present (duh!).
17936         * configure.ac: Check for liboil-0.1
17937         * gst/intfloat/Makefile.am:
17938         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
17939         (gst_int2float_chain_gint16):
17940         * gst/videofilter/Makefile.am:
17941         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
17942         (tablelookup_u8), (gst_videobalance_planar411):
17943         * gst/videotestsrc/Makefile.am:
17944         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
17945         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
17946         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
17947         (paint_hline_RGB565), (paint_hline_xRGB1555):
17948
17949 2004-02-11  David Schleef  <ds@schleef.org>
17950
17951         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
17952         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
17953         (gst_colorspace_getcaps), (gst_colorspace_link),
17954         (gst_colorspace_base_init), (gst_colorspace_init),
17955         (gst_colorspace_chain), (gst_colorspace_change_state),
17956         (plugin_init): Merge Ronald's patch (bug #117897) and update
17957         for new caps and negotiation.  Seems to work, although it
17958         shows off bugs in lcs.
17959
17960 2004-02-11  David Schleef  <ds@schleef.org>
17961
17962         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
17963         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
17964
17965 2004-02-11  David Schleef  <ds@schleef.org>
17966
17967         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
17968         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
17969         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
17970         Add server and port properties
17971
17972 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17973
17974         * m4/a52.m4:
17975         * m4/aalib.m4:
17976         * m4/as-ffmpeg.m4:
17977         * m4/as-liblame.m4:
17978         * m4/as-slurp-ffmpeg.m4:
17979         * m4/check-libheader.m4:
17980         * m4/esd.m4:
17981         * m4/freetype2.m4:
17982         * m4/gconf-2.m4:
17983         * m4/glib.m4:
17984         * m4/gst-alsa.m4:
17985         * m4/gst-artsc.m4:
17986         * m4/gst-ivorbis.m4:
17987         * m4/gst-matroska.m4:
17988         * m4/gst-sdl.m4:
17989         * m4/gst-shout2.m4:
17990         * m4/gst-sid.m4:
17991         * m4/gtk.m4:
17992         * m4/libdv.m4:
17993         * m4/libfame.m4:
17994         * m4/libmikmod.m4:
17995         * m4/ogg.m4:
17996         * m4/vorbis.m4:
17997           fix underquotedness of macros (#133800)
17998         * m4/as-avifile.m4:
17999         * m4/xmms.m4:
18000           removed because no longer used
18001
18002 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18003
18004         * configure.ac:
18005           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18006           by autopoint (fixes #132996)
18007
18008 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18009
18010         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18011         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18012         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18013         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18014           fix memleaks
18015
18016 2004-02-11  David Schleef  <ds@schleef.org>
18017
18018         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18019         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18020         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18021         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18022         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18023         (gst_jpegenc_class_init), (gst_jpegenc_init),
18024         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18025         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18026         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18027         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18028
18029 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18030
18031         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18032         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18033         * ext/mikmod/gstmikmod.h:
18034           fix caps negotiation in mikmod
18035         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18036           output debug information
18037
18038 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18039
18040         * gst-libs/gst/colorbalance/Makefile.am:
18041         * gst-libs/gst/navigation/Makefile.am:
18042         * gst-libs/gst/xoverlay/Makefile.am:
18043           remove unused GST_OPT_CFLAGS from Makefiles
18044           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18045
18046 2004-02-07  David Schleef  <ds@schleef.org>
18047
18048         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18049         push events to pads that haven't been created (#133508)
18050
18051 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18052
18053         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18054         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18055         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18056         (gst_dvdec_loop), (gst_dvdec_change_state):
18057         Second attempt at committing a working dvdec element.
18058
18059 2004-02-06  David Schleef  <ds@schleef.org>
18060
18061         Build fixes for OS X: (see #129600)
18062         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18063         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18064         (gst_riff_read_strf_iavs):
18065         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18066         (gst_avi_demux_stream_odml):
18067         * gst/playondemand/Makefile.am:
18068         * gst/rtp/rtp-packet.c:
18069
18070 2004-02-05  David Schleef  <ds@schleef.org>
18071
18072         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18073         last change, because it Just Doesn't Compile.
18074
18075 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18076
18077         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18078           skip undecodable id3v2 tag instead of keeping it
18079
18080 2004-02-05  David Schleef  <ds@schleef.org>
18081
18082         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18083         Unref leaked buffer.  (Noticed by Ronald)
18084
18085 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18086
18087         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18088         Sync requires with other checks.  >= vs =.
18089
18090 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18091
18092         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18093         (gst_dvdec_video_link), (gst_dvdec_loop):
18094         * ext/dv/gstdvdec.h:
18095           rework the caps negotiation so that dvdec works again instead
18096           of just segfaulting.
18097
18098 === release 0.7.4 ===
18099
18100 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18101
18102         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18103         * configure.ac: changed for release
18104
18105 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18106
18107         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18108         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18109         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18110         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18111           reworked patch by David Lehn to fix libdir and includedir for
18112           uninstalled libraries
18113           removed play and gconf from gstreamer-libs since they have their
18114           own pkgconfig files
18115
18116 2004-02-04  David Schleef  <ds@schleef.org>
18117
18118         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18119         memleak.
18120
18121 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18122
18123         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18124           use correct GST_TAG_ENCODER tag
18125
18126 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18127
18128         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18129           be sure to stop the clock when going to paused
18130         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18131           reset number of transmitted when going to ready.
18132         fixes #132935
18133
18134 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18135
18136         reviewed by Benjamin Otte
18137
18138         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18139           extract track count (fixes #133410)
18140
18141 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18142
18143         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18144           that should be !=, not == (fixes #132519)
18145
18146 2004-02-04  David Schleef  <ds@schleef.org>
18147
18148         Make sure set_explicit_caps() is called before adding pad.
18149         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18150         * gst/id3/gstid3types.c: (gst_id3types_loop):
18151         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18152         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18153
18154 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18155
18156         * configure.ac:
18157           bump nano to 2, first prerelease
18158           put back AM_PROG_LIBTOOL
18159
18160 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18161
18162         * testsuite/alsa/Makefile.am:
18163           these are user test apps, not automatic testsuite tests
18164
18165 2004-02-04  David Schleef  <ds@schleef.org>
18166
18167         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18168         * gst/mpeg1videoparse/gstmp1videoparse.c:
18169         (mp1videoparse_parse_seq):
18170         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18171         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18172         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18173         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18174         (gst_xvideosink_getcaps):
18175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18176         * testsuite/gst-lint: more tests
18177
18178 2004-02-04  David Schleef  <ds@schleef.org>
18179
18180         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18181         with the code that they would expand to.
18182         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18183         (gst_flacdec_get_src_query_types),
18184         (gst_flacdec_get_src_event_masks):
18185         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18186         (gst_gnomevfssrc_get_query_types),
18187         (gst_gnomevfssrc_get_event_mask):
18188
18189 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18190
18191         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18192         (gst_sinesrc_dispose):
18193           fix memleak by properly disposing sinesrc
18194
18195 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18196
18197         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18198         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18199         an overlay to redraw the image because it has been exposed.
18200         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18201         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18202         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18203         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18204         interface
18205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18206         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18207         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18208         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18209         interface
18210
18211 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18212
18213         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18214           more memleak fixage
18215
18216 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18217
18218         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18219         * gst/typefind/gsttypefindfunctions.c:
18220           fix memleaks shown by gst-typefind
18221
18222 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18223
18224         * common/glib-gen.mak:
18225           add hack rule to touch .Plo files
18226         * gst-libs/gst/colorbalance/Makefile.am:
18227         * gst-libs/gst/mixer/Makefile.am:
18228         * gst-libs/gst/play/Makefile.am:
18229         * gst-libs/gst/tuner/Makefile.am:
18230           remove glib_root variable
18231
18232 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18233
18234         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18235           set explicit caps before adding the element, so the autopluggers can
18236           plug correctly.
18237         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18238         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18239         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18240         (dv_type_find):
18241           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18242           argument.
18243
18244 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18245
18246         * gst-libs/gst/colorbalance/Makefile.am:
18247         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18248         * gst-libs/gst/colorbalance/colorbalance.c:
18249         * gst-libs/gst/colorbalance/colorbalance.h:
18250         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18251         * gst-libs/gst/mixer/Makefile.am:
18252         * gst-libs/gst/mixer/mixer-marshal.list:
18253         * gst-libs/gst/mixer/mixer.c:
18254         * gst-libs/gst/mixer/mixer.h:
18255         * gst-libs/gst/mixer/mixermarshal.list:
18256         * gst-libs/gst/play/Makefile.am:
18257         * gst-libs/gst/play/play.h:
18258         * gst-libs/gst/tuner/Makefile.am:
18259         * gst-libs/gst/tuner/tuner-marshal.list:
18260         * gst-libs/gst/tuner/tuner.c:
18261         * gst-libs/gst/tuner/tuner.h:
18262         * gst-libs/gst/tuner/tunermarshal.list:
18263           use new glib-gen.mak snippet to clean up Makefile.am
18264           fix various bugs in Makefile.am's
18265
18266 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18267
18268         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18269           handle chain parsing correctly in the multichain case
18270         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18271         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18272         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18273         (theora_dec_chain):
18274           handle events and queries correctly
18275
18276 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18277
18278         * .cvsignore:
18279         Ignore generated file _stdint.h.
18280
18281 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18282
18283         * gst-libs/gst/colorbalance/Makefile.am:
18284         * gst-libs/gst/colorbalance/colorbalance.h:
18285         * gst-libs/gst/mixer/Makefile.am:
18286         * gst-libs/gst/mixer/mixer.h:
18287         * gst-libs/gst/play/Makefile.am:
18288         * gst-libs/gst/play/play.h:
18289         * gst-libs/gst/tuner/Makefile.am:
18290         * gst-libs/gst/tuner/tuner.h:
18291         Generate enum type code with glib-mkenums.
18292         * gst-libs/gst/colorbalance/.cvsignore:
18293         * gst-libs/gst/mixer/.cvsignore:
18294         * gst-libs/gst/play/.cvsignore:
18295         * gst-libs/gst/tuner/.cvsignore:
18296         Ignore generated files.
18297
18298 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18299
18300         * gst-libs/gst/audio/.cvsignore:
18301         Ignore generated file.
18302         * gst-libs/gst/audio/Makefile.am:
18303         Do not install example filter.
18304
18305 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18306
18307         * examples/switch/.cvsignore:
18308         Ignore generated file.
18309
18310 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18311
18312         * common/m4/ax_create_stdint_h.m4:
18313         * configure.ac:
18314           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18315           _stdint.h.
18316         * Makefile.am:
18317           remove generated _stdint.h in DISTCLEANFILES
18318         * ext/a52dec/gsta52dec.c:
18319           include _stdint.h for a52dec. (should fix #133064)
18320
18321 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18322
18323         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
18324         (gst_tag_to_vorbis_comments):
18325         Add replaygain support to vorbistag
18326
18327 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18328         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18329         (gst_ffmpeg_caps_to_extradata):
18330           Fix SVQ3 caps flag properties
18331           Use glib macro for bytes swap
18332
18333 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18334
18335         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18336         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18337         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18338         * ext/sndfile/gstsf.c: (plugin_init):
18339         * gst/avi/gstavi.c: (plugin_init):
18340         * sys/dxr3/dxr3init.c: (plugin_init):
18341         * sys/oss/gstossaudio.c: (plugin_init):
18342         * sys/v4l/gstv4l.c: (plugin_init):
18343         * sys/v4l2/gstv4l2.c: (plugin_init):
18344           remove textdomain calls
18345         * po/nl.po:
18346           update Dutch translation
18347
18348 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18349
18350         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18351         (gst_play_set_audio_sink): Moving volume in the audio thread for
18352         instantaneous volume change. Maybe i will add another volume in front
18353         of visualization later, not sure yet though.
18354
18355 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18356
18357         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18358         (gst_ximagesink_handle_xevents): Better X events handling, only take
18359         the latest events for configure and motion.
18360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
18361
18362 2004-02-02  Jon Trowbridge  <trow@gnu.org>
18363
18364         reviewed by: David Schleef  <ds@schleef.org>
18365
18366         Fix memory leaks:
18367         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
18368         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
18369
18370 2004-02-02  David Schleef  <ds@schleef.org>
18371
18372         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
18373         of lines.
18374         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
18375         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18376         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
18377         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18378         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18379         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
18380         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
18381         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
18382         (gst_float2_2_int_link):
18383         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18384         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
18385         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
18386         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
18387         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
18388         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
18389         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
18390         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
18391         * testsuite/gst-lint: Add tests for bzero and ;;
18392
18393 2004-02-02  David Schleef  <ds@schleef.org>
18394
18395         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
18396
18397 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18398
18399         * ext/aalib/gstaasink.c: (gst_aasink_open):
18400         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
18401         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18402         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18403         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
18404         (gst_afsink_close_file):
18405         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
18406         (gst_afsrc_close_file):
18407         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
18408         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
18409         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18410         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
18411         * ext/esd/esdmon.c: (gst_esdmon_get):
18412         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
18413         * ext/faac/gstfaac.c: (gst_faac_chain):
18414         * ext/faad/gstfaad.c: (gst_faad_chain):
18415         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
18416         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18417         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
18418         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
18419         (gst_flacdec_loop):
18420         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18421         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18422         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18423         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
18424         (gst_gnomevfssink_close_file):
18425         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18426         (gst_gnomevfssrc_open_file):
18427         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18428         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
18429         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
18430         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18431         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
18432         * ext/mad/gstmad.c: (gst_mad_chain):
18433         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
18434         * ext/mpeg2dec/gstmpeg2dec.c:
18435         * ext/mpeg2enc/gstmpeg2enc.cc:
18436         * ext/mplex/gstmplex.cc:
18437         * ext/mplex/gstmplexibitstream.cc:
18438         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
18439         (gst_ogg_demux_push):
18440         * ext/raw1394/gstdv1394src.c:
18441         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
18442         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
18443         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
18444         (gst_sf_loop):
18445         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18446         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
18447         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
18448         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
18449         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18450         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
18451         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
18452         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
18453         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18454         (gst_riff_read_element_data), (gst_riff_read_seek),
18455         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
18456         * gst/adder/gstadder.c: (gst_adder_loop):
18457         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
18458         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
18459         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
18460         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18461         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
18462         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
18463         * gst/goom/gstgoom.c: (gst_goom_chain):
18464         * gst/id3/gstid3types.c: (gst_id3types_loop):
18465         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18466         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
18467         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
18468         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18469         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
18470         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
18471         (gst_ebml_read_float), (gst_ebml_read_header):
18472         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
18473         (gst_matroska_demux_parse_blockgroup):
18474         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
18475         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
18476         * gst/oneton/gstoneton.c: (gst_oneton_chain):
18477         * gst/silence/gstsilence.c: (gst_silence_get):
18478         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18479         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
18480         * gst/speed/gstspeed.c: (speed_loop):
18481         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18482         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18483         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
18484         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18485         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18486         (gst_wavparse_loop):
18487         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
18488         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
18489         (dxr3audiosink_close):
18490         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
18491         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
18492         (dxr3videosink_close), (dxr3videosink_write_data):
18493         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
18494         * sys/oss/gstosssink.c: (gst_osssink_chain):
18495         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18496         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
18497         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
18498         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
18499         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
18500         (gst_v4l_set_window), (gst_v4l_enable_overlay):
18501         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
18502         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
18503         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
18504         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
18505         (gst_v4l_set_audio):
18506         * sys/v4l/v4l_calls.h:
18507         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
18508         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
18509         (gst_v4lmjpegsink_playback_init),
18510         (gst_v4lmjpegsink_playback_start):
18511         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
18512         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18513         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
18514         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
18515         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
18516         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
18517         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
18518         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
18519         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
18520         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
18521         (gst_v4l2_get_output), (gst_v4l2_set_output),
18522         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
18523         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
18524         (gst_v4l2_set_attribute):
18525         * sys/v4l2/v4l2_calls.h:
18526         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
18527         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
18528         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
18529         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
18530         (gst_v4l2src_capture_stop):
18531         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
18532         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
18533         (gst_ximagesink_chain):
18534         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
18535         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
18536         (gst_xvideosink_xwindow_new):
18537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18538         (gst_xvimagesink_chain):
18539
18540 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18541
18542         * gst/volume/gstvolume.c: (gst_volume_set_volume),
18543         (gst_volume_get_volume), (volume_class_init), (volume_init),
18544         (volume_chain_int16), (volume_update_volume):
18545         * gst/volume/gstvolume.h:
18546           make code more readable by removing magic numbers
18547           make mixer interface export 0-100 range
18548           make it internally map to 0.0-1.0 range so users don't distort
18549           output by putting the sliders at full volume
18550
18551 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18552
18553         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
18554         (gst_play_state_change), (gst_play_seek_to_time):
18555         block the tick callback for 0.5 secs after doing a seek
18556
18557 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18558
18559         * gst-libs/gst/play/play.c: (gst_play_new):
18560           check for GError
18561
18562 2004-02-01  Julien MOUTTE  <julien@moutte.net>
18563
18564         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
18565         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
18566         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
18567         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
18568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
18569         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
18570
18571 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18572
18573         * configure.ac:
18574         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18575           check for a function added in vorbis 1.1
18576
18577 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18578
18579         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
18580         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
18581           really start/stop clock only on PLAYING <=> PAUSED
18582         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18583           remove \n from debugging lines
18584         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18585           make it work when seeking does not
18586         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18587           reset on DISCONT
18588
18589 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18590
18591         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
18592           start clock on PAUSED=>PLAYING, not later
18593         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18594           extract correct time for different discont formats
18595         (gst_alsa_sink_get_time):
18596           don't segfault when no format is negotiated yet, just return 0
18597         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18598         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
18599         (gst_ogg_pad_push):
18600           handle flush and discont events correctly
18601         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
18602           handle discont events correctly
18603
18604 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18605
18606         * gst-libs/gst/play/play.c: (gst_play_error_quark),
18607         (gst_play_error_create), (gst_play_error_plugin),
18608         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
18609         * gst-libs/gst/play/play.h:
18610           add error handling during creation
18611         * examples/gstplay/player.c: (main):
18612           use new gst_play_new
18613
18614
18615 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18616
18617         * ext/theora/theoradec.c: (theora_dec_chain):
18618           make comments work
18619         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18620         (vorbis_dec_src_event), (vorbis_dec_chain):
18621           add encoder tag, fix tag reading to be more error tolerant, change
18622           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
18623           gst_pad_event_default.
18624         * gst/tags/gstvorbistag.c:
18625         (gst_tag_list_from_vorbiscomment_buffer):
18626           undefine function specific define at end of function
18627
18628 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
18629
18630         * ext/flac/gstflac.c: (plugin_init):
18631         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
18632         * ext/flac/gstflacdec.h:
18633         * ext/flac/gstflacenc.h:
18634           Fix typos
18635
18636 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
18637
18638         * examples/gstplay/player.c: s/gstplay.h/play.h/
18639
18640 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18641
18642         * gst-libs/gst/play/Makefile.am:
18643         * gst-libs/gst/play/gstplay.c:
18644         * gst-libs/gst/play/gstplay.h:
18645         * gst-libs/gst/play/play.c:
18646           more surgery, operation complete
18647
18648 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18649
18650         * gst-libs/gst/play/play.old.c:
18651         * gst-libs/gst/play/play.old.h:
18652           after CVS surgery by moving, remove
18653         * gst-libs/gst/play/playpipelines.c:
18654           remove
18655
18656         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18657           add negotiation error
18658
18659 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18660
18661         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18662         (gst_ogg_demux_push):
18663           add some seeking debug info
18664           send a flush when seeking
18665
18666 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18667
18668         * configure.ac:
18669           use AC_C_INLINE
18670         * configure.ac:
18671         * ext/Makefile.am:
18672         * ext/theora/Makefile.am:
18673         * ext/theora/theoradec.c:
18674           add theora video decoder. Does just do simple decoding for now and
18675           has been tested against Theora cvs only. It only works when theora
18676           is compiled with --enable-static.
18677         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18678           always reset packetno on DISCONT
18679
18680 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18681
18682         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18683           Fix audio.
18684
18685 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18686
18687         * gst/mpegaudioparse/gstmpegaudioparse.c:
18688         (mp3_type_frame_length_from_header):
18689           Fix header parsing - stolen from ffmpeg (thank you! :) ).
18690
18691 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18692
18693         * ext/esd/esdsink.c: (gst_esdsink_init):
18694           Since we have static pad template caps, we don't need to negotiate;
18695           either the core errors out or we know the format.
18696
18697 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18698
18699         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18700         (gst_riff_read_seek):
18701         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18702         (gst_ebml_read_seek):
18703           Fix event handling.
18704
18705 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18706
18707         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
18708           removee video/x-theora from vp3 decoder, it doesn't handle raw
18709           theora streams
18710         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
18711           fix bug with finalizing element that never went to PAUSED
18712         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
18713           length and position queries were swapped
18714         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18715         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
18716         (vorbis_dec_src_event):
18717           implement querying time and bytes
18718
18719 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18720
18721         * just about every source file:
18722           gst_element_error -> GST_ELEMENT_ERROR
18723
18724 2004-01-29  Julien MOUTTE  <julien@moutte.net>
18725
18726         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
18727         emiting FLUSH and even before DISCONT.
18728         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
18729         get the best instant seeking as possible yay!
18730
18731 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18732
18733         * gst/mpeg1videoparse/gstmp1videoparse.c:
18734         (gst_mp1videoparse_real_chain):
18735           Committed wrong version last week... Grr... Didn't notice until now.
18736
18737 2004-01-29  Julien MOUTTE <julien@moutte.net>
18738
18739         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
18740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
18741         have_xwindow_id signal in xwindow_create.
18742
18743 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18744
18745         * ext/ogg/gstoggdemux.c:
18746           lots of changes - mainly support for chained bitstreams, seeking,
18747           querying and bugfixes of course
18748         * ext/vorbis/Makefile.am:
18749         * ext/vorbis/vorbisdec.c:
18750         * ext/vorbis/vorbisdec.h:
18751           add vorbisdec raw vorbis decoder
18752         * ext/vorbis/vorbis.c: (plugin_init):
18753           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
18754         * gst/intfloat/Makefile.am:
18755         * gst/intfloat/float22int.c:
18756         * gst/intfloat/float22int.h:
18757         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
18758           add float2intnew plugin. It converts multichannel interleaved float to
18759           multichannel interleaved int. The name should probably be changed.
18760         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
18761         (plugin_init):
18762           add typefinding for raw theora video so oggdemux can detect it.
18763
18764 2004-01-28  Julien MOUTTE  <julien@moutte.net>
18765
18766         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
18767         sink element first.
18768         * gst/videoscale/gstvideoscale.c:
18769         (gst_videoscale_handle_src_event): Fixing src event handler.
18770
18771 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18772
18773         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
18774         (gst_v4lsrc_open), (gst_v4lsrc_close),
18775         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
18776         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
18777         * sys/v4l/gstv4lsrc.h:
18778         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
18779         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
18780           Implement resizing... Hack. But that's why v4l is b0rked...
18781
18782 2004-01-28  Julien MOUTTE <julien@moutte.net>
18783
18784         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
18785         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
18786         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
18787         (gst_ximagesink_xwindow_destroy):
18788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18789         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
18790         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18791         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
18792         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
18793         correctly cleaning the image created to check xshm calls on succes,
18794         added a lot of XSync calls in X11 functions, and fixed a segfault when
18795         no image format was defined before negotiation happened.
18796
18797 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18798
18799         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
18800           use gst_element_get_time to get correct time
18801
18802 2004-01-28  Julien MOUTTE  <julien@moutte.net>
18803
18804         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
18805         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
18806         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
18807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
18808         (gst_xvimagesink_check_xshm_calls),
18809         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
18810         X plugins are now able to detect that XShm calls will fail even if the
18811         server claims that it has XShm support (remote displays most of the
18812         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
18813         so that we use non XShm functions. This feature is almost useless for
18814         xvimagesink as Xv is not supported on remote displays anyway, but
18815         it might happen than even on the local display XShm calls fail.
18816
18817 2004-01-27  David Schleef  <ds@schleef.org>
18818
18819         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
18820         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
18821         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
18822         changed esdsink to only use 44100,16,2, since esd sucks at rate
18823         conversion and esdsink has had difficulty negotiating.
18824
18825 2004-01-27  Julien MOUTTE <julien@moutte.net>
18826
18827         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
18828         (gst_play_seek_to_time): Fixing the way to get current position.
18829
18830 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18831
18832         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
18833           use gst_element_get_time to get correct time
18834
18835 2004-01-27  Julien MOUTTE <julien@moutte.net>
18836
18837         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
18838         fix ever... Inverting 2 lines of code make spider autoplug correctly
18839         tagged mp3 !
18840
18841 2004-01-27  David Schleef  <ds@schleef.org>
18842
18843         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18844         Use gst_pad_try_set_caps_nonfixed().
18845
18846 2004-01-27  David Schleef  <ds@schleef.org>
18847
18848         * gst/ac3parse/gstac3parse.c: update to checklist 5
18849         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
18850         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
18851         * gst/audioscale/gstaudioscale.c: same
18852         * gst/auparse/gstauparse.c: same
18853         * gst/avi/gstavidemux.c: same
18854
18855 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18856
18857         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
18858           stop processing after EOS
18859
18860 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18861
18862         * gst/asfdemux/asfheaders.h:
18863         * gst/asfdemux/gstasfdemux.c:
18864         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
18865         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
18866         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
18867           lot's of fixes to make data extraction simpler and get the code
18868           architecture and compiler independant. Add debugging category
18869         * gst/goom/gstgoom.c: (gst_goom_change_state):
18870           reset channel count on PAUSED=>READY, not READY=>PAUSED
18871
18872 2004-01-26  Colin Walters  <walters@verbum.org>
18873
18874         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
18875         code to pull a bigger buffer in iradio mode.  This as a side effect
18876         makes typefinding work.
18877
18878 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
18879
18880         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
18881         Fix SVQ3 decoding on PPC
18882
18883 2004-01-26  Julien MOUTTE <julien@moutte.net>
18884
18885         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
18886         that one managed to stay there... Fixed.
18887
18888 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
18889
18890         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18891         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
18892         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
18893         (qtdemux_video_caps):
18894         * gst/qtdemux/qtdemux.h:
18895         Add SVQ3 specific flags to qtdemux and ffmpeg
18896
18897 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18898
18899         * gst-libs/gst/audio/audio.h:
18900           remove buffer-frames from audio caps
18901         * gst/audioconvert/gstaudioconvert.c:
18902           fix plugin to really work.
18903
18904 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18905
18906         * gst-libs/gst/mixer/mixer.c:
18907         * gst-libs/gst/propertyprobe/propertyprobe.c:
18908         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
18909         (gst_tuner_find_channel_by_name):
18910         * gst-libs/gst/tuner/tuner.h:
18911           Add gtk-doc style comments. Also fix a function name.
18912
18913 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18914
18915         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
18916         (gst_divxdec_negotiate):
18917           Fix for new capsnego - also fixes gst-player with divxdec.
18918
18919 2004-01-25  Julien MOUTTE  <julien@moutte.net>
18920
18921         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
18922         (gst_play_identity_handoff), (gst_play_set_location),
18923         (gst_play_set_visualization), (gst_play_connect_visualization): Another
18924         try in visualization implementation. Still have an issue with switch
18925         blocking when pulling from video_queue and only audio comes out of
18926         spider.
18927         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18928         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
18929         release method. And check if the pad is usable before pulling.
18930
18931 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18932
18933         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
18934         (gst_videobalance_init),
18935         (gst_videobalance_colorbalance_list_channels),
18936         (gst_videobalance_colorbalance_set_value),
18937         (gst_videobalance_colorbalance_get_value),
18938         (gst_videobalance_update_properties),
18939         (gst_videobalance_update_tables_planar411),
18940         (gst_videobalance_planar411):
18941         * gst/videofilter/gstvideobalance.h:
18942           Implement lookup-tables. +/- 10x faster.
18943
18944 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18945
18946         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18947         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
18948           The index reading was broken. The rest worked fine, but the whole
18949           goal of my rewrite was to make avidemux readable, and this was
18950           not at all readable. Please use typed variables.
18951
18952 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18953
18954         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18955           Additional pad usability check.
18956         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
18957         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
18958         (gst_mp1videoparse_real_chain):
18959           Fix MPEG video stream parsing. The original plugin had several
18960           issues, including not timestamping streams where the source was
18961           not timestamped (this happens with PTS values in mpeg system
18962           streams, but MPEG video is also a valid stream on its own so
18963           that needs timestamps too). We use the display time code for that
18964           for now. Also, if one incoming buffer contains multiple valid
18965           frames, we push them all on correctly now, including proper EOS
18966           handling. Lastly, several potential segfaults were fixed, and we
18967           properly sync on new sequence/gop headers to include them in next,
18968           not previous frames (since they're header for the next frame, not
18969           the previous). Also see #119206.
18970         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
18971         (bpf_from_header):
18972           Move caps setting so we only do it after finding several valid
18973           MPEG-1 fraes sequentially, not right after the first one (which
18974           might be coincidental).
18975         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
18976         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18977         (plugin_init):
18978           Add unsynced MPEG video stream typefinding, and change some
18979           probability values so we detect streams rightly. The idea is as
18980           follows: I can have an unsynced system stream which contains
18981           video. In the current code, I would randomly get a type for either
18982           system or video stream type found, because the probabilities are
18983           being calculated rather randomly. I now use fixed values, so we
18984           always prefer system stream if that was found (and that is how it
18985           should be). If no system stream was found, we can still identity                the stream as video-only.
18986
18987 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18988
18989         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18990         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
18991           don't write to buffer. Extract data without the need of
18992           __attribute__ ((packed))
18993
18994 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18995
18996         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
18997         (mpeg1_sys_type_find):
18998           Fix MPEG-1 stream typefinding.
18999
19000 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19001
19002         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19003           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19004
19005 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19006
19007         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19008         * ext/esd/gstesd.c: (plugin_init):
19009           private debugging, better error reporting
19010
19011 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19012
19013         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19014         (gst_riff_read_init), (gst_riff_read_change_state):
19015         * gst-libs/gst/riff/riff-read.h:
19016           Remove stuff fromold metadata system.
19017
19018 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19019
19020         * ext/ogg/gstoggdemux.c:
19021           Fix wrong file comment.
19022         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19023         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19024           Add metadata reading properly.
19025
19026 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19027
19028         * ext/Makefile.am:
19029           Fix nas DIST_SUBDIRS
19030           Uraeus:
19031           Fix bug where make distcheck doesn't get run on adding stuff to
19032           the build.
19033
19034 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19035
19036         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19037         * ext/divx/gstdivxdec.h:
19038           Fix divx3 ("msmpeg4") playback using divxdec.
19039
19040 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19041
19042         * gst/typefind/gsttypefindfunctions.c:
19043         (mp3_type_frame_length_from_header): fix bug in length computation
19044         (mp3_type_find): improve debugging output
19045
19046 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19047
19048         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19049         (gst_play_set_location), (gst_play_seek_to_time),
19050         (gst_play_set_audio_sink), (gst_play_set_visualization),
19051         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19052         the pipeline from scratch. Visualization is back and switch went out as
19053         i realized it was not possible to use the way i wanted.
19054         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19055         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19056         clearing in state change from READY to NULL. So that one can clean the
19057         X ressources keeping the element.
19058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19059         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19060         (gst_xvimagesink_colorbalance_set_value),
19061         (gst_xvimagesink_colorbalance_get_value),
19062         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19063         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19064         change from READY to NULL and fixed some stupid bugs in colorbalance
19065         get/set values. Also added the following feature : when nobody tries to
19066         set some values to the colorbalance levels before the xcontext is
19067         grabbed, then when creating channels list from Xv attributes we set the
19068         internal values to the Xv defaults. This way we handle buggy Xv drivers
19069         that set default hue values far from the middle of the range (Thanks
19070         to Jon Trowbridge for pointing that issue).
19071         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19072         colorbalance levels have been set before xcontext is grabbed.
19073
19074 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19075
19076         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19077           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19078           it might block operations (which is bad for a mixer).
19079
19080 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19081
19082         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19083         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19084         (gmip_find_type_pre):
19085         * gst-libs/gst/media-info/media-info-priv.h:
19086         * gst-libs/gst/media-info/media-info.c:
19087         (gst_media_info_instance_init), (gst_media_info_read_idler):
19088         add fakesink to get caps on decoder src pad again
19089         fix callback prototype to match new have_type signal signature
19090
19091 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19092
19093         * gst/adder/gstadder.c: (gst_adder_link):
19094           fix non-compile and cut-n-paste code
19095
19096 2004-01-21  David Schleef  <ds@schleef.org>
19097
19098         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19099         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19100         (gst_swfdec_init), (gst_swfdec_change_state):
19101         * ext/swfdec/gstswfdec.h:
19102         Fix negotiation.
19103         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19104         (gst_adder_request_new_pad): Fix negotiation.
19105         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19106         Add a fixate function.
19107         * gst/intfloat/gstfloat2int.c:
19108         * gst/intfloat/gstfloat2int.h:
19109         * gst/intfloat/gstint2float.c:
19110         * gst/intfloat/gstint2float.h:
19111         Completely rewrite the negotiation.  Doesn't quite work yet,
19112         due to some buffer-frames problem.
19113
19114 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19115
19116         * ext/gnomevfs/gstgnomevfssrc.c:
19117         * sys/v4l2/v4l2_calls.h:
19118           fix includes for distcheck
19119
19120 2004-01-21  Christian Schaller <uraeus@gnome.org>
19121
19122         * ext/nas/
19123         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19124         based on earlier patch from Laurent Vivier
19125
19126 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19127
19128         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19129         Fix wma caps property
19130         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19131         Fix typo (flags1 and flags2)
19132
19133 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19134
19135         * gst-libs/gst/media-info/media-info-priv.c:
19136         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19137         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19138         (gmip_find_stream), (gmip_find_track_metadata),
19139         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19140         (gmip_find_track_format):
19141         * gst-libs/gst/media-info/media-info-priv.h:
19142         * gst-libs/gst/media-info/media-info-test.c: (main):
19143         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19144         (gst_media_info_read_idler), (gst_media_info_read):
19145         * gst-libs/gst/media-info/media-info.h:
19146           register debugging category and use it for debugging
19147
19148 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19149
19150         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19151         (gst_vorbisfile_new_link):
19152           signal streaminfo through tags
19153
19154 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19155
19156         * ext/mplex/gstmplex.cc:
19157         * ext/mplex/gstmplexibitstream.cc:
19158           g++ doesn't like NULL in our i18n/error macros, should be
19159           either (NULL) or ("").
19160
19161 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19162
19163         * sys/dxr3/dxr3audiosink.c:
19164         * sys/dxr3/dxr3init.c:
19165         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19166         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19167           Fix more error error error errors (missing includes here).
19168
19169 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19170
19171         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19172           fix thomas' error errors.
19173
19174 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19175
19176         * ext/mpeg2enc/gstmpeg2enc.cc:
19177           fix error errors.
19178
19179 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19180
19181         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19182         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19183           Fix for new error system.
19184
19185 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19186
19187         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19188           fix for new error reporting
19189
19190 2004-01-20  David Schleef  <ds@schleef.org>
19191
19192         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19193         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19194         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19195         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19196         and neither is 100+, most likely.
19197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19198         (gst_xvimagesink_getcaps): same
19199
19200 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19201
19202         * configure.ac:
19203           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19204           clashes with ffmpeg.
19205
19206 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19207
19208         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19209         (gst_switch_init): Fixed switch element : proxying link and setting
19210         caps from src to sink on request.
19211
19212 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19213
19214         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19215         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19216         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19217         fix element_error
19218
19219 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19220
19221         * sys/v4l/v4l_calls.h:
19222         * sys/v4l2/v4l2_calls.h:
19223           element_error fixes
19224
19225 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19226
19227         * gst-libs/gst/gst-i18n-plugin.h:
19228           add locale.h
19229           remove config.h inclusion
19230
19231 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19232
19233         * autogen.sh:
19234           adding autopoint invocation
19235         * Makefile.am:
19236         * configure.ac:
19237         * gst-libs/gst/gettext.h:
19238           adding gettext bits
19239         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19240         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19241         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19242         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19243         (gst_gnomevfssink_close_file):
19244         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19245         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19246         * gst-libs/gst/gst-i18n-plugin.h:
19247         * gst/avi/gstavi.c: (plugin_init):
19248         * sys/dxr3/dxr3init.c: (plugin_init):
19249         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19250         * sys/oss/gstossaudio.c: (plugin_init):
19251         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19252         * sys/v4l/gstv4l.c: (plugin_init):
19253         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19254         * sys/v4l2/gstv4l2.c: (plugin_init):
19255         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19256         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19257         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19258         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19259         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19260         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19261           make sure locale and translation domain are set
19262           fix translated strings
19263         * po/.cvsignore:
19264         * po/LINGUAS:
19265         * po/Makevars:
19266         * po/POTFILES.in:
19267         * po/nl.po:
19268           put translation files into place
19269         * sys/xvideo/imagetest.c: (main):
19270         * ext/dv/demo-play.c: (main):
19271           fix unnecessary translations
19272
19273 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19274
19275         * ext/sndfile/gstsf.c:
19276         * gst/avi/gstavimux.c:
19277         * ext/audiofile/gstafsink.c:
19278         * ext/audiofile/gstafsrc.c:
19279         * ext/gnomevfs/gstgnomevfssink.c:
19280         * ext/gnomevfs/gstgnomevfssrc.c:
19281         * sys/oss/gstosselement.c:
19282         * sys/v4l/v4l_calls.h:
19283           fix i18n include
19284
19285 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19286
19287         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19288         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19289         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19290         (gst_v4l2_get_output), (gst_v4l2_set_output),
19291         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19292         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19293         (gst_v4l2_set_attribute):
19294         update to new error handling
19295
19296 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19297
19298         * ext/sidplay/gstsiddec.cc:
19299         * gst/modplug/gstmodplug.cc:
19300           parenthese NULL because C++ seems angry about it
19301
19302 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19303
19304         * gst-libs/gst/gst-i18n-plugin.h:
19305           add skeleton i18n stuff, but needs to be further implemented
19306
19307 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19308
19309         * examples/gstplay/player.c: (main):
19310         * ext/aalib/gstaasink.c: (gst_aasink_open):
19311         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19312         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19313         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19314         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19315         (gst_afsink_close_file):
19316         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19317         (gst_afsrc_close_file):
19318         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19319         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19320         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19321         * ext/esd/esdmon.c: (gst_esdmon_get):
19322         * ext/esd/esdsink.c: (gst_esdsink_chain):
19323         * ext/faac/gstfaac.c: (gst_faac_chain):
19324         * ext/faad/gstfaad.c: (gst_faad_chain):
19325         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19326         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19327         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19328         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19329         (gst_flacdec_loop):
19330         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19331         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19332         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19333         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19334         (gst_gnomevfssink_close_file):
19335         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19336         (gst_gnomevfssrc_open_file):
19337         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19338         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19339         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19340         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19341         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19342         * ext/mad/gstmad.c: (gst_mad_chain):
19343         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19344         * ext/mpeg2dec/gstmpeg2dec.c:
19345         * ext/mpeg2enc/gstmpeg2enc.cc:
19346         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19347         * ext/mplex/gstmplex.cc:
19348         * ext/mplex/gstmplexibitstream.cc:
19349         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19350         (gst_ogg_demux_push), (gst_ogg_pad_push):
19351         * ext/raw1394/gstdv1394src.c:
19352         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19353         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19354         * ext/sidplay/gstsiddec.cc:
19355         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19356         (gst_sf_loop):
19357         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19358         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19359         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19360         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19361         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19362         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19363         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19364         * gst-libs/gst/Makefile.am:
19365         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19366         (gst_riff_read_element_data), (gst_riff_read_seek),
19367         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19368         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
19369         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19370         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19371         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19372         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19373         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19374         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19375         * gst/goom/gstgoom.c: (gst_goom_chain):
19376         * gst/id3/gstid3types.c: (gst_id3types_loop):
19377         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19378         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19379         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19380         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19381         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19382         (gst_ebml_read_float), (gst_ebml_read_header):
19383         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19384         (gst_matroska_demux_parse_blockgroup):
19385         * gst/modplug/gstmodplug.cc:
19386         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19387         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19388         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19389         * gst/silence/gstsilence.c: (gst_silence_get):
19390         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19391         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19392         * gst/speed/gstspeed.c: (speed_loop):
19393         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19394         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19395         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19396         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19397         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19398         (gst_wavparse_loop):
19399         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19400         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19401         (dxr3audiosink_close):
19402         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19403         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19404         (dxr3videosink_close), (dxr3videosink_write_data):
19405         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19406         * sys/oss/gstosselement.h:
19407         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
19408         (gst_osssink_chain):
19409         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19410         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19411         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19412         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19413         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
19414         (gst_v4l_enable_overlay):
19415         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19416         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19417         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19418         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19419         (gst_v4l_set_audio):
19420         * sys/v4l/v4l_calls.h:
19421         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19422         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19423         (gst_v4lmjpegsink_playback_init),
19424         (gst_v4lmjpegsink_playback_start):
19425         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19426         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
19427         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
19428         (gst_v4lmjpegsrc_requeue_frame):
19429         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19430         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19431         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19432         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19433         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19434         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19435         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19436         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19437         (gst_v4l2src_capture_stop):
19438         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19439         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19440         (gst_ximagesink_chain):
19441         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19442         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19443         (gst_xvideosink_xwindow_new):
19444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19445         (gst_xvimagesink_chain):
19446         use new error signal, function and categories
19447
19448 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
19449
19450         * configure.ac:
19451         * ext/Makefile.am:
19452         * ext/musicbrainz/gsttrm.c:
19453         * ext/musicbrainz/gsttrm.h:
19454         * ext/musicbrainz/Makefile.am:
19455         Add a trm plugin
19456
19457 2004-01-18  Julien MOUTTE  <julien@moutte.net>
19458
19459         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
19460         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
19461         synchronous property for debugging.
19462         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
19463         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19464         (gst_xvimagesink_set_property): Moving a pointer declaration to a
19465         smaller block, fixing indent.
19466
19467 2004-01-16  David Schleef  <ds@schleef.org>
19468
19469         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
19470         property affects the video stream.
19471         * sys/xvimage/xvimagesink.c:
19472         * sys/xvimage/xvimagesink.h:
19473         Add synchronous property for debugging.  Should probably be
19474         disabled in non-CVS builds.  Make sure that the Xv attribute
19475         exists before we set it (crash!).  Fix a silly float bug that
19476         caused colorbalance to just not work.
19477
19478 2004-01-17  Christian Schaller <Uraeus@gnome.org>
19479
19480         * tools/gst-launch-ext.in - update for new plugins
19481
19482 2004-01-16  David Schleef  <ds@schleef.org>
19483
19484         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
19485         already-freed caps.
19486
19487 2994-01-16  Christian Schaller <Uraeus@gnome.org>
19488
19489         * Update spec for new colorspace plugin and libcaca plugin
19490         * Fix compilation of libcaca plugin (clock -> id)
19491
19492 2004-01-16  Julien MOUTTE <julien@moutte.net>
19493
19494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
19495         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19496         (gst_xvimagesink_set_xwindow_id),
19497         (gst_xvimagesink_colorbalance_set_value),
19498         (gst_xvimagesink_colorbalance_get_value),
19499         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19500         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
19501         correct colorbalance properties. They can now be set when the element
19502         is still in NULL state. The values will be committed to the Xv Port
19503         when xcontext is initialized.
19504         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
19505         brightness int values in the GstXvImagesink structure.
19506
19507 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19508
19509         * gst-libs/gst/Makefile.am:
19510           restructure so having local patches works easier.
19511
19512 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19513
19514         * ext/mpeg2enc/Makefile.am:
19515         * ext/mpeg2enc/gstmpeg2enc.cc:
19516         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19517           Bugfix with respect to EOS handling.
19518
19519 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19520
19521         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
19522           Link with right caps (else, it segfaults).
19523         * ext/mplex/gstmplexjob.cc:
19524           Fix for slight API change in 1.6.1.93 release of mjpegtools.
19525
19526 2004-01-15  David Schleef  <ds@schleef.org>
19527
19528         * gst-libs/gst/audio/Makefile.am:
19529         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
19530         from the template.
19531         * gst-libs/gst/audio/gstaudiofilter.c:
19532         * gst-libs/gst/audio/gstaudiofilter.h:
19533         Add bytes_per_sample and size and n_samples calculation.
19534         * gst-libs/gst/audio/gstaudiofilterexample.c:
19535         Remove, now autogenerated.
19536         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
19537         Moved from gstaudiofilterexample, object name changed, code added
19538         so that it actually works.
19539         * gst-libs/gst/audio/make_filter:
19540         Script to build an audiofilter subclass from the template.
19541         * gst/colorspace/Makefile.am:
19542         * gst/colorspace/yuv2yuv.c:
19543         Remove file, since it's GPL, and we don't use it.
19544
19545 2004-01-15  Julien MOUTTE  <julien@moutte.net>
19546
19547         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
19549         them use the buffer free function to test how the buffer was allocated.
19550
19551 2004-01-15  David Schleef  <ds@schleef.org>
19552
19553         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
19554         that handles osssink fallback.
19555         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19556         (gst_audio_convert_getcaps):
19557         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19558         Add audio/x-qdm2 for QDM2 audio.
19559         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19560         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
19561         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19562         Decrease minimum size to 16x16.
19563         * gst/wavparse/gstwavparse.c:
19564         Convert disabled pad template caps to new caps.
19565         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19567         (gst_xvimagesink_chain): Throw element error when display cannot
19568         be opened.  Increase minimum framerate to 1.0.  Check the data
19569         free function on a buffer to make sure it is the type we expect
19570         before manipulating it.
19571
19572 2004-01-15  Julien MOUTTE <julien@moutte.net>
19573
19574         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
19575         (gst_videobalance_colorbalance_set_value): Implement passthru if
19576         settings are in the middle.
19577         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
19578
19579 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19580
19581         * gst/videofilter/Makefile.am:
19582         * gst/volume/Makefile.am:
19583           Since we use videofilter symbols, link to it.
19584
19585 2004-01-15  Julien MOUTTE <julien@moutte.net>
19586
19587         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
19588         mixer interface type to HARDWARE.
19589         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
19590         type to SOFTWARE.
19591         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
19592         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
19593         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
19594         (gst_volume_interface_init), (gst_volume_list_tracks),
19595         (gst_volume_set_volume), (gst_volume_get_volume),
19596         (gst_volume_set_mute), (gst_volume_mixer_init),
19597         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
19598         (volume_init): Implementing mixer interface.
19599         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
19600         * sys/oss/gstosselement.c: (gst_osselement_get_type),
19601         (gst_osselement_change_state): Removing some trailing commas in
19602         structures.
19603         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
19604         interface type to HARDWARE.
19605         * sys/v4l/gstv4lcolorbalance.c:
19606         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
19607         type to HARDWARE.
19608         * sys/v4l2/gstv4l2colorbalance.c:
19609         (gst_v4l2_color_balance_interface_init): Setting colorbalance
19610         interface type to HARDWARE.
19611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
19612         same code than ximagesink for event handling.
19613
19614 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19615
19616         * ext/snapshot/Makefile.am:
19617         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
19618         (gst_snapshot_chain):
19619         * ext/snapshot/gstsnapshot.h:
19620           This has to be a joke... Snapshot should be connected to a tee,
19621           colorspace element before it and EOS after that, where the other
19622           src of the tee receives normal data.
19623           The current way is *wrong*.
19624
19625 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19626
19627         * ext/hermes/gsthermescolorspace.c:
19628           Fix another compile error. Same as below.
19629
19630 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19631
19632         * gst/colorspace/gstcolorspace.c:
19633         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
19634         (gst_colorspace_i420_to_yv12):
19635           Fix compiling... Didn't test if it actually works.
19636
19637 2004-01-15  David Schleef  <ds@schleef.org>
19638
19639         * configure.ac:
19640         * gst/colorspace/Makefile.am:
19641         * gst/colorspace/gstcolorspace.c:
19642         * gst/colorspace/gstcolorspace.h:
19643         * gst/colorspace/yuv2rgb.c:
19644         * gst/colorspace/yuv2rgb.h:
19645         Duplicate the ext/hermes colorspace plugin, and remove Hermes
19646         code and GPL code.  Fix for new caps negotiation.  Rewrite
19647         much of the format handling code, and some of the conversion
19648         code.  Basically, rewrote almost everything.  This element
19649         handles I420, YV12 to RGB conversions.
19650         * ext/hermes/Makefile.am:
19651         * ext/hermes/gsthermescolorspace.c:
19652         Rename colorspace to hermescolorspace.  Fix negotiation issues.
19653         Remove non-Hermes related code.  This element handles lots of
19654         RGB to RGB conversions, but no YUV.
19655         * ext/hermes/gstcolorspace.c:
19656         * ext/hermes/gstcolorspace.h:
19657         * ext/hermes/rgb2yuv.c:
19658         * ext/hermes/yuv2rgb.c:
19659         * ext/hermes/yuv2rgb.h:
19660         * ext/hermes/yuv2rgb_mmx16.s:
19661         * ext/hermes/yuv2yuv.c:
19662         * ext/hermes/yuv2yuv.h:
19663         Remove old code.
19664
19665 2004-01-14  Colin Walters  <walters@verbum.org>
19666
19667         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
19668         they've already been.
19669
19670 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19671
19672         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
19673           assume tag mode when pad is not connected
19674
19675 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19676
19677         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19678           Don't update the time of the clock
19679         (gst_alsa_sink_loop):
19680           sync to the clock given to alsasink, not the own clock
19681         * sys/oss/gstosssink.c: (gst_osssink_chain):
19682           sync to the clock
19683         (gst_osssink_change_state):
19684           activate the clock
19685         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19686         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
19687           remove bogus code that made DISCONT events unhandled
19688         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
19689           explicitly case to double in _set_simple. (fixes 2nd warning in bug
19690           #131502)
19691         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
19692         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
19693         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
19694           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
19695           2nd warning in bug #131502)
19696
19697 2004-01-14  Julien MOUTTE  <julien@moutte.net>
19698
19699         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
19700         (gst_videobalance_colorbalance_set_value),
19701         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
19702         for colorbalance interface implementation.
19703         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19704         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
19705         (gst_ximagesink_dispose), (gst_ximagesink_init),
19706         (gst_ximagesink_class_init): Adding DISPLAY property.
19707         * sys/ximage/ximagesink.h: Adding display_name to store display.
19708         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19709         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19710         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
19711         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
19712         properties (they still need polishing though for gst-launch use : no
19713         xcontext yet, i ll do that tomorrow).
19714         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
19715
19716 2004-01-14  Julien MOUTTE  <julien@moutte.net>
19717
19718         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19719         (gst_play_set_location), (gst_play_set_visualization): Preparing
19720         switch integration, adding videobalance in the pipeline.
19721
19722 2004-01-14  Julien MOUTTE <julien@moutte.net>
19723
19724         * gst-libs/gst/colorbalance/colorbalance.c:
19725         (gst_color_balance_class_init): Adding a default type.
19726         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
19727         the type.
19728         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
19729         (gst_videobalance_dispose), (gst_videobalance_class_init),
19730         (gst_videobalance_init), (gst_videobalance_interface_supported),
19731         (gst_videobalance_interface_init),
19732         (gst_videobalance_colorbalance_list_channels),
19733         (gst_videobalance_colorbalance_set_value),
19734         (gst_videobalance_colorbalance_get_value),
19735         (gst_videobalance_colorbalance_init): Implementing colorbalance
19736         interface.
19737         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
19738         list.
19739         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
19740         bug which was triggering a BadAccess X error when setting an overlay
19741         before pad was really negotiated.
19742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
19743         Using the colorbalance type macro.
19744
19745 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19746
19747         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
19748         (gst_flacenc_chain):
19749           handle tags correctly
19750         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
19751           extract ID3v1 tags correctly
19752
19753 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19754
19755         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
19756         (plugin_init):
19757           Improve matroska typefinding for odd-typed headers...
19758
19759 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19760
19761         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
19762           Fix for using incremental number on padnames.
19763
19764 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19765
19766         * ext/divx/gstdivxdec.c:
19767         * ext/divx/gstdivxenc.c:
19768           Set category to divx4linux instead of divx (too generic).
19769         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19770         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19771         (gst_wavparse_loop), (gst_wavparse_change_state):
19772         * gst/wavparse/gstwavparse.h:
19773           fix parsing of WAV files with non-standard fmt-tag size and fix
19774           skipping of unrecognized chunks... Someone please fix this thing
19775           to use rifflib so all this is automated.
19776         * sys/v4l/Makefile.am:
19777         * sys/v4l2/Makefile.am:
19778           Add X_CFLAGS because we depend on X (for overlay).
19779
19780 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
19781
19782         * ext/mpeg2dec/gstmpeg2dec.c:
19783           Don't issue a timestamp unless we tagged the frame
19784           with a PTS.
19785
19786 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19787
19788         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
19789           Query the audio element to get the time, not the clock. We're
19790           interested in the element's time here.
19791
19792 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19793
19794         * ext/aalib/gstaasink.c: (gst_aasink_chain):
19795         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19796         * ext/esd/esdsink.c: (gst_esdsink_chain):
19797         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
19798         * ext/mas/massink.c: (gst_massink_chain):
19799         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
19800         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
19801         (gst_matroska_demux_parse_metadata):
19802         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
19803         (gst_mpeg_parse_release_locks):
19804         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
19805         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
19806         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19807         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19808         (gst_osssink_change_state):
19809         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19810         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19811         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
19812         (gst_xvideosink_release_locks):
19813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
19814           use element time.
19815         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
19816         (gst_alsa_clock_stop):
19817         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
19818         (gst_audio_clock_get_internal_time):
19819           simplify for use with new clocking code.
19820         * testsuite/alsa/Makefile.am:
19821         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
19822           fix testsuite for new caps system
19823
19824 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19825
19826         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19827         * ext/flac/gstflacenc.c: (add_one_tag):
19828           length is already host endian, no need to convert. Fixes playback of
19829           tagged files on PPC. (bug #128384)
19830
19831 2004-01-13  Julien MOUTTE <julien@moutte.net>
19832
19833         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
19834         colorbalance interface stating if it is hardware based or software
19835         based.
19836         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
19837         Removing a trailing comma.
19838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19839         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
19840         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
19841         the documentation seems to be wrong on the -1000 to 1000 interval.
19842
19843 2004-01-12  David Schleef  <ds@schleef.org>
19844
19845         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19846         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
19847         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
19848         Fix negotiation.  Add a bufferalloc function for the sink pad,
19849         and generally clean up some of the code.
19850
19851 2004-01-12  Julien MOUTTE <julien@moutte.net>
19852
19853         * gst-libs/gst/colorbalance/colorbalancechannel.c:
19854         (gst_color_balance_channel_dispose): Adding safety check in dispose
19855         method.
19856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19857         (gst_xvimagesink_xcontext_clear),
19858         (gst_xvimagesink_interface_supported),
19859         (gst_xvimagesink_colorbalance_list_channels),
19860         (gst_xvimagesink_colorbalance_set_value),
19861         (gst_xvimagesink_colorbalance_get_value),
19862         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
19863         Adding colorbalance interface support to set XV parameters such as
19864         HUE, BRIGHTNESS, CONTRAST, SATURATION.
19865         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
19866         interface.
19867
19868 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19869
19870         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
19871         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
19872         (gst_audio_convert_init), (gst_audio_convert_set_property),
19873         (gst_audio_convert_get_property), (gst_audio_convert_chain),
19874         (gst_audio_convert_link),
19875         (gst_audio_convert_buffer_to_default_format),
19876         (gst_audio_convert_buffer_from_default_format), (plugin_init):
19877           - implement _getcaps and use it
19878           - improve linking
19879           - remove float caps since no float conversion is actually done
19880           - remove properties and arguments that were to be used for rate
19881             conversion
19882
19883 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19884
19885         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
19886         (gst_audio_structure_set_int):
19887         * gst-libs/gst/audio/audio.h:
19888           add helper functions for _getcaps matching the standard audio
19889           templates
19890
19891 2004-01-12  David Schleef  <ds@schleef.org>
19892
19893         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19894         Test that pad is negotiated before getting its caps.
19895
19896 2004-01-12  Julien MOUTTE <julien@moutte.net>
19897
19898         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
19899         analyzing the pads of an element the bin is mostly in READY state so
19900         no caps were negotiated. This helper function needs to work with
19901         _get_caps directly then. I was not freeing them though, added that to
19902         fix the mem leak.
19903
19904 2004-01-12  Julien MOUTTE <julien@moutte.net>
19905
19906         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19907         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
19908         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
19909         than the free_func.
19910
19911 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19912
19913         * sys/oss/gstossaudio.c: (plugin_init):
19914         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
19915         * sys/oss/gstosselement.h:
19916           make an oss debugging category
19917           make failure more descriptive
19918
19919 2004-01-11  David Schleef  <ds@schleef.org>
19920
19921         * ext/ffmpeg/gstffmpeg.c:
19922         * ext/ffmpeg/gstffmpegcodecmap.c:
19923         * ext/ffmpeg/gstffmpegdec.c:
19924         * ext/ffmpeg/gstffmpegenc.c:
19925         * ext/ffmpeg/gstffmpegprotocol.c:
19926         * ext/gdk_pixbuf/gstgdkanimation.c:
19927         * ext/jpeg/gstjpeg.c:
19928         * ext/libpng/gstpng.c:
19929         * ext/mpeg2dec/perftest.c:
19930         * ext/speex/gstspeex.c:
19931         * gst-libs/gst/resample/dtos.c:
19932         * gst/intfloat/gstintfloatconvert.c:
19933         * gst/oneton/gstoneton.c:
19934         * gst/rtjpeg/RTjpeg.c:
19935         * gst/rtp/gstrtp.c:
19936         * sys/dxr3/dxr3init.c:
19937         * sys/glsink/gstgl_nvimage.c:
19938         * sys/glsink/gstgl_pdrimage.c:
19939         * sys/glsink/gstglsink.c:
19940         * testsuite/gst-lint:
19941         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
19942
19943 2004-01-11  David Schleef  <ds@schleef.org>
19944
19945         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
19946         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
19947         * ext/gdk_pixbuf/gstgdkanimation.c:
19948         (gst_gdk_animation_iter_create_pixbuf):
19949         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
19950         (gst_gdk_pixbuf_chain):
19951         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19952         * ext/jack/gstjack.c: (gst_jack_change_state):
19953         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
19954         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
19955         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
19956         * gst/videofilter/gstvideofilter.c:
19957         (gst_videofilter_set_output_size):
19958         Remove all usage of gst_pad_get_caps(), and replace it with
19959         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
19960
19961 2004-01-11  David Schleef  <ds@schleef.org>
19962
19963         * configure.ac:
19964         * ext/Makefile.am: Fixes to make ext/libcaca compile.
19965         * ext/divx/gstdivxdec.c:
19966         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
19967         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
19968         handle images that span multiple buffers.  Now work with both
19969         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
19970         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19971         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
19972         video/video.h changes
19973         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
19974         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
19975         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
19976         of GstData free function.
19977         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
19978         same.
19979
19980 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19981
19982         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
19983         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
19984         (gst_v4l2element_get_property):
19985         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
19986           add norm, channel and frequency properties.
19987         * sys/v4l2/gstv4l2tuner.c:
19988           fixes for tuner interface changes
19989         * sys/v4l2/gstv4l2element.h:
19990         * sys/v4l2/gstv4l2src.c:
19991         * sys/v4l2/gstv4l2src.h:
19992         * sys/v4l2/v4l2src_calls.c:
19993         * sys/v4l2/v4l2src_calls.h:
19994           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
19995
19996 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19997
19998         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
19999         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20000         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20001         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20002         * gst-libs/gst/tuner/tuner.h:
20003           GObjects aren't const.
20004           Add find_by_name functions.
20005           Add checks to _changed functions.
20006         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20007         (gst_v4l_tuner_get_norm):
20008           Fixes for above.
20009
20010 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20011
20012         * gst-libs/gst/video/video.h:
20013           Fix caps template names to be understandable.
20014           Prefix everything with GST_VIDEO.
20015         * ext/aalib/gstaasink.c:
20016         * ext/divx/gstdivxdec.c:
20017         * ext/divx/gstdivxenc.c:
20018         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20019         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20020         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20021         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20022         * ext/libcaca/gstcacasink.c:
20023         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20024         * ext/snapshot/gstsnapshot.c:
20025         * ext/swfdec/gstswfdec.c:
20026         * ext/xvid/gstxviddec.c:
20027         * ext/xvid/gstxvidenc.c:
20028         * gst/chart/gstchart.c:
20029         * gst/deinterlace/gstdeinterlace.c:
20030         * gst/effectv/gsteffectv.c:
20031         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20032         * gst/goom/gstgoom.c:
20033         * gst/median/gstmedian.c:
20034         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20035         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20036         * gst/overlay/gstoverlay.c:
20037         * gst/smooth/gstsmooth.c:
20038         * gst/smpte/gstsmpte.c:
20039         * gst/synaesthesia/gstsynaesthesia.c:
20040         * gst/videocrop/gstvideocrop.c:
20041         * gst/videodrop/gstvideodrop.c:
20042         * gst/y4m/gsty4mencode.c:
20043         * sys/qcam/gstqcamsrc.c:
20044         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20045           Make them work with new video.h file.
20046         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20047         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20049         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20050           Make it work with new buffer allocation system.
20051
20052 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20053
20054         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20055         pad_alloc_buffer implementation to use ->srcpad
20056         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20057         pad_alloc_buffer implementation to use ->srcpad
20058         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20059         pad_alloc_buffer implementation to use ->srcpad
20060         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20061         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20062         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20063         a reference to everything we need.
20064         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20066         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20067         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20068         a reference to everything we need.
20069         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20070
20071 2004-01-11  David Schleef  <ds@schleef.org>
20072
20073         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20074         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20075         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20076         structure members.
20077         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20078         value during a resize/renegotiation.
20079         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20080         gst_pad_alloc_buffer();
20081         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20082         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20083         structure members.
20084         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20085         Fix for rename of buffer private structure members.
20086         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20087         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20088         Fix for rename of buffer private structure members.
20089         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20090         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20091         Fix for rename of buffer private structure members.
20092
20093 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20094
20095         reviewed by: David Schleef <ds@schleef.org>
20096
20097         * gst/videofilter/Makefile.am:
20098         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20099         from the patch by ds to fit in with recent make_filter changes.
20100
20101 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20102
20103         * configure.ac: Adding examples/switch/Makefile
20104         * examples/Makefile.am: Adding examples/switch
20105         * examples/switch/Makefile.am: Adding switcher example.
20106         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20107         (switch_timer), (main): Adding an example demonstrating switch usage
20108         with 2 videotestsrc showing different patterns.
20109         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20110         (gst_switch_init): Fixing switch with the new caps system.
20111
20112 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20113
20114         * gst-libs/gst/video/video.h:
20115           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20116           They should probably be like
20117           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20118
20119 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20120
20121         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20122         (qtdemux_parse_trak):
20123           fix audio chunk size/timestamp calculation
20124
20125 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20126
20127         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20128           fix SVQ3 caps
20129
20130 2004-01-11  Steve Baker  <steve@stevebaker.org>
20131
20132         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20133         (gst_agingtv_base_init), (gst_agingtv_class_init),
20134         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20135         (gst_agingtv_set_property), (gst_agingtv_get_property):
20136         Port agingTV to videofilter
20137
20138 2004-01-09  Julien MOUTTE <julien@moutte.net>
20139
20140         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20141         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20142
20143 2004-01-09  Julien MOUTTE <julien@moutte.net>
20144
20145         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20146         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20147         * gst-libs/gst/xoverlay/xoverlay.c:
20148         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20149         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20150         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20151         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20152         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20153         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20154         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20155         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20156         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20157         interface implementation to handle xid being 0 and fix some bugs
20158         triggered by Benjamin's testcase.
20159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20160         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20161         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20162         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20163         interface implementation to handle xid being 0 and fix some bugs
20164         triggered by Benjamin's testcase.
20165
20166 2004-01-09  David Schleef  <ds@schleef.org>
20167
20168         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20169         mouse pointer events.  It works.
20170
20171 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20172
20173         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20174           Use explicit caps - fix capsnego.
20175         * ext/xvid/gstxviddec.c:
20176         * ext/xvid/gstxvidenc.c:
20177           Remove macro-inside-macro which caused compile errors.
20178         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20179           Error out if it's not a RIFF file. Else we error out without
20180           gst_element_error() which is not good...
20181
20182 2004-01-08  David Schleef  <ds@schleef.org>
20183
20184         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20185         Fix pad_link function to handle formats that ffmpeg returns
20186         as multiple caps structures.
20187         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20188         Only complain if source buffer is _smaller_ than expected.
20189         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20190         (gst_videoscale_handle_src_event): Resize navigation events
20191         when passing them upstream.
20192         * gst/videotestsrc/gstvideotestsrc.c:
20193         * gst/videotestsrc/gstvideotestsrc.h:
20194         * gst/videotestsrc/videotestsrc.c:
20195         * gst/videotestsrc/videotestsrc.h:
20196         Rewrite many of the buffer painting functions to handle odd
20197         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20198         been verified to work with my video card.
20199         * testsuite/gst-lint:  Add check for elements calling
20200         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20201
20202 2004-01-08  David Schleef  <ds@schleef.org>
20203
20204         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20205         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20206
20207 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20208
20209         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20210         configure event is not emiting the desired size signal. That fixes
20211         aspect ratio issues with gst-player.
20212
20213 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20214
20215         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20216           Fix capsnego.
20217
20218 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20219
20220         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20221         public method to fire size signal.
20222
20223 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20224
20225         * examples/gstplay/Makefile.am: Adding the interface library.
20226         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20227         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20228         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20229         GST_IS_X_OVERLAY before signal connect.
20230         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20231         Removing the have_video_size signal.
20232         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20233         and associated public method.
20234         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20235         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20236         signal.
20237         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20238         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20239         signal.
20240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20241         Using XOverlay public method to fire size signal.
20242
20243 2004-01-07  David Schleef  <ds@schleef.org>
20244
20245         * gst/videofilter/Makefile.am:
20246         * gst/videofilter/gstvideotemplate.c:
20247         * gst/videofilter/make_filter:
20248         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20249         Convert make_filter to /bin/sh script.
20250
20251 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20252
20253         * gst/modplug/gstmodplug.cc: fix element description
20254
20255 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20256
20257         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20258         (got_video_size): Adding some new lines in g_print calls.
20259         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20260         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20261         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20262         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20263         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20264         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20265         Complete code review, reverting some stuff i disagree with, adding
20266         some fixes : time synchronization on invalid timestamps, renegotiation
20267         of private window.
20268         * sys/ximage/ximagesink.h:
20269         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20270         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20271         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20272         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20273         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20274         (gst_xvimagesink_buffer_new),
20275         (gst_xvimagesink_navigation_send_event),
20276         (gst_xvimagesink_set_xwindow_id),
20277         (gst_xvimagesink_get_desired_size),
20278         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20279         stuff i disagree with, adding some fixes : Renegotiation of private
20280         window, implementing get_desired_size.
20281
20282 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20283
20284         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20285         (gst_afsink_handle_event):
20286         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20287         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20288         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20289         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20290         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20291           Fix for instantiate-test (see core). Also remove dead code from
20292           jpegenc (which still needs fixing, but that's lower on my TODO
20293           list...).
20294         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20295           Never return NULL as caps.
20296
20297 2004-01-07  David Schleef  <ds@schleef.org>
20298
20299         * configure.ac:
20300         * ext/Makefile.am:
20301         * ext/librfb/Makefile.am:
20302         * ext/librfb/gstrfbsrc.c:
20303         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20304         is the protocol used by VNC.
20305
20306 2004-01-07  David Schleef  <ds@schleef.org>
20307
20308         * gst/videofilter/gstvideotemplate.c:
20309         * gst/videofilter/gstvideotemplate.h:
20310         * gst/videofilter/make_filter:
20311         Merge videotemplate header into source file.
20312         * gst/effectv/Makefile.am:
20313         * gst/effectv/gsteffectv.c: (plugin_init):
20314         * gst/effectv/gstwarp.c:
20315         Make warpTV a subclass of videofilter.
20316
20317 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20318
20319         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20320           Add guard against invalid utf-8 conversions in mad. Just in case.
20321
20322 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20323
20324         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20325           Fix for bug shown by poisoning
20326
20327 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20328
20329         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20330         (gst_v4lmjpegsrc_buffer_free):
20331         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20332         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
20333         (gst_v4lsrc_buffer_free):
20334           Fix for removed bufferpools.
20335
20336 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20337
20338         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20339         Fix caps negotiation.
20340
20341         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20342         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
20343         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20344         (dvdnavsrc_event):
20345         * ext/mpeg2dec/gstmpeg2dec.c:
20346         * gst-libs/gst/navigation/navigation.c:
20347         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
20348         * gst-libs/gst/navigation/navigation.h:
20349         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
20350         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
20351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
20352         Super-simple first version of mouse and keyboard events. Clicking
20353         on a DVD menu now works, although it may not take you where you
20354         expected.
20355
20356         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20357         * gst/videotestsrc/gstvideotestsrc.c:
20358         (gst_videotestsrc_src_fixate):
20359         These fixate functions were broken - they never actually
20360         fixated :)
20361
20362 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20363
20364         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
20365         (gst_icecastsend_init):
20366           fix for new caps system.
20367         * gst-libs/gst/mixer/mixertrack.h:
20368         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
20369           Add 'master track' flag (for tools like ACME that only want to
20370           change the main volume).
20371
20372 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20373
20374         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
20375         (gst_xvid_csp_to_caps):
20376         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
20377         * ext/xvid/gstxvidenc.c:
20378         ifdef out ARGB type when it isn't available
20379         in xvidcore 1.0.0beta2
20380
20381 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20382
20383         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20384           When we have received a new SCR right in the first buffer after
20385           a seek (so in the same cycle that handles the discont), we should
20386           handle the buffer instead of unreffing it, else we lose data.
20387
20388 2004-01-06  Iain <iain@prettypeople.org>
20389
20390         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
20391           buffer-frames caps too.
20392
20393         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
20394           caps that we need, don't destroy them all and rebuild them. And when
20395           creating src pads, use the src pad template rather than the sink...
20396
20397 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20398
20399         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20400           Add pad to element *after* setting functions such as event handler.
20401           Without this, the scheduler (opt) will link pads, set the event
20402           handler from the default event function (dispatcher in gstpad.c)
20403           and *after* that, we will set our own event function, which will
20404           thus never be used (and thus mpegdemux doesn't handle events).
20405
20406 2004-01-04  David Schleef  <ds@schleef.org>
20407
20408         Fix the fixate functions to handle new prototype:
20409         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20410         * gst/videotestsrc/gstvideotestsrc.c:
20411         (gst_videotestsrc_src_fixate):
20412         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20413         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
20414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20415
20416 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20417
20418         * sys/ximage/ximagesink.h:
20419         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20420         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
20421         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
20422         (gst_ximagesink_xoverlay_init):
20423           assorted fixes to make (re)embedding work
20424         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
20425         (gst_ximagesink_get_desired_size):
20426           implement desired size additions to XOverlay
20427
20428 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20429
20430         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
20431         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
20432         (gst_x_overlay_got_desired_size):
20433         * gst-libs/gst/xoverlay/xoverlay.h:
20434           Add optional "desired size" signal and querying.
20435
20436 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20437
20438         * gst/matroska/matroska-demux.c:
20439         (gst_matroska_demux_parse_blockgroup):
20440           Fix EBML-laced block parsing. Diffs are relative to previous
20441           lace, not the first lace. Thanks to Mosu from the Matroska
20442           team for detecting this.
20443         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20444         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
20445         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
20446         (gst_wavparse_change_state):
20447         * gst/wavparse/gstwavparse.h:
20448           Quickfix for capsnego.
20449
20450 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20451
20452         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
20453           Fix indenting, fix pad creation.
20454
20455 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20456
20457         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
20458         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
20459         (gst_xviddec_sink_link):
20460           Implement src_getcaps() so proper size caps is negotiated.
20461
20462 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20463
20464         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
20465           Finish flac decoder on EOS. See #116178.
20466
20467 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20468
20469         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
20470         (gst_matroska_demux_add_stream):
20471         * gst/matroska/matroska-ids.h:
20472           Add getcaps() function to fix capsnego...
20473
20474 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20475
20476         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20477         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20478         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20479           Fix more integer overflows. Again, see #126967.
20480
20481 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20482
20483         * ext/mpeg2dec/gstmpeg2dec.c:
20484           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
20485           #130416.
20486
20487 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20488
20489         * configure.ac:
20490         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
20491         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
20492         * ext/xvid/gstxvid.h:
20493         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
20494         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
20495         (gst_xviddec_src_link), (gst_xviddec_sink_link),
20496         (gst_xviddec_change_state):
20497         * ext/xvid/gstxviddec.h:
20498         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
20499         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
20500         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
20501         (gst_xvidenc_link), (gst_xvidenc_set_property),
20502         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
20503         * ext/xvid/gstxvidenc.h:
20504           Update xvid plugin to latest xvid (1.0.0-beta3) API.
20505
20506 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20507
20508         * gst/rtp/rtp-packet.c:
20509           Add sys/types.h include, since OS X doesn't define in_addr_t
20510           in netinet/in.h, like it does on Linux (see #129600).
20511
20512 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
20513
20514         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
20515
20516         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
20517           Correct logic of dispose function (see #129306).
20518
20519 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20520
20521         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
20522         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20523         (gst_mpeg_parse_init):
20524         * gst/mpegstream/gstmpegparse.h:
20525           Remove clock (which was never provided, i.e. dead code), and
20526           also fix integer overflows at high PTS values (see #126967).
20527
20528 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20529
20530         * ext/flac/gstflacdec.c:
20531         * ext/libpng/gstpngenc.h:
20532         * ext/mikmod/gstmikmod.h:
20533           OS X fixes (see #126628).
20534
20535 2004-01-02  David Schleef  <ds@schleef.org>
20536
20537         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
20538         (gst_alsa_src_base_init): Remove bogus "src" request pad.
20539         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
20540         (gst_mpeg_parse_class_init): Move pad template registration
20541         to class_init, since the derived class (mpegdemux) doesn't
20542         want them.
20543
20544 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20545
20546         * sys/ximage/Makefile.am:
20547         * sys/xvideo/Makefile.am:
20548         * sys/xvimage/Makefile.am:
20549           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
20550           after installation (see #127664).
20551
20552 2004-01-02  David Schleef  <ds@schleef.org>
20553
20554         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
20555         (gst_ffmpegenc_connect):  Negotiation fixes.
20556         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
20557         Remove inappropriate gst_caps_free().
20558         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20559         Reenable Ronald's internal resize code, since the core handles
20560         it correctly now.
20561
20562 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20563
20564         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
20565         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
20566         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
20567           Fix pad template stuff.
20568
20569 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20570
20571         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
20572         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
20573           fix signed integer reading/writing.
20574
20575 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20576
20577         * ext/alsa/README:
20578           Remove outdated document
20579
20580 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
20581
20582         * gst/cutter/gstcutter.c: (gst_cutter_init):
20583           src pad was being created twice - oops.
20584
20585 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20586
20587         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20588           Comment out internal resize. It doesn't handle the resulting
20589           XEvent internally, does another try_set_caps() which leads to
20590           a really nice loop.
20591           Real fix will come when Julien and Dave are awake. ;).
20592
20593 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20594
20595         * ext/mpeg2enc/gstmpeg2enc.cc:
20596           fix const/nonconst compile issue.
20597
20598 2004-01-02  David Schleef  <ds@schleef.org>
20599
20600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
20601         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
20602         Add fixate function and a check for bad formats.
20603
20604 2004-01-01  David Schleef  <ds@schleef.org>
20605
20606         Negotiation fixes:
20607         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
20608         (gst_audiofilter_init):
20609         * gst/debug/efence.c: (gst_efence_init):
20610         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20611         (gst_deinterlace_init):
20612         * gst/volume/gstvolume.c: (volume_connect):
20613
20614 2004-01-01  David Schleef  <ds@schleef.org>
20615
20616         Convert elements to use gst_pad_use_explicit_caps() where
20617         appropriate:
20618         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
20619         * ext/audiofile/gstafparse.c: (gst_afparse_init),
20620         (gst_afparse_open_file):
20621         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
20622         (gst_afsrc_open_file):
20623         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
20624         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
20625         (gst_ffmpegdec_chain):
20626         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20627         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
20628         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
20629         (gst_gdk_pixbuf_chain):
20630         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
20631         (gst_jpegdec_chain):
20632         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
20633         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
20634         (gst_mikmod_negotiate):
20635         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
20636         (gst_mpeg2dec_negotiate_format):
20637         * ext/mpeg2enc/gstmpeg2enc.cc:
20638         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20639         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
20640         (gst_speexdec_sinkconnect):
20641         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
20642         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
20643         (gst_vorbisfile_new_link):
20644         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
20645         (gst_ac3parse_chain):
20646         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
20647         (gst_asf_demux_setup_pad):
20648         * gst/auparse/gstauparse.c: (gst_auparse_init),
20649         (gst_auparse_chain):
20650         * gst/id3/gstid3types.c: (gst_id3types_loop):
20651         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20652         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
20653         (mp1videoparse_parse_seq):
20654         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
20655         (bpf_from_header):
20656         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20657         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
20658         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
20659         (gst_mpeg_parse_send_data):
20660         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20661         (gst_qtdemux_add_stream):
20662         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20663         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20664         (gst_wavparse_parse_fmt):
20665
20666 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20667
20668         * configure.ac:
20669           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
20670           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
20671           it therefore uses the wrong include paths. Too bad... Note
20672           that 1.6.1.93 is not release yet. ;).
20673           Also add a check for mplex, which is now using the lib'ified
20674           mplex from mjpegtools, too.
20675         * ext/ffmpeg/gstffmpegcodecmap.c:
20676           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
20677           issues. I don't think ffmpeg handles 3ivx correctly, so this
20678           probably won't work. But it won't hurt either.
20679         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
20680         (gst_ffmpegdec_chain):
20681         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
20682         (gst_ffmpegenc_chain_audio):
20683           Fix memleak in audio encoding. Close codec if open fails, this
20684           calls the cleanup routines so we can re-use the context.
20685         * ext/mpeg2enc/gstmpeg2enc.cc:
20686           Fix pad template names/types, fix memory issue with getcaps().
20687         * ext/mpeg2enc/gstmpeg2encoder.cc:
20688         * ext/mpeg2enc/gstmpeg2encoder.hh:
20689           Fix compile issue with new caps system (const thingy).
20690         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20691         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
20692           We read a first frame right on initing, so that we have a caps
20693           when we init the output. This caps is cached in padprivate and
20694           read as first frame.
20695         * ext/mplex/Makefile.am:
20696         * ext/mplex/gstmplex.cc:
20697         * ext/mplex/gstmplex.h:
20698         * ext/mplex/gstmplex.hh:
20699         * ext/mplex/gstmplexibitstream.cc:
20700         * ext/mplex/gstmplexibitstream.hh:
20701         * ext/mplex/gstmplexjob.cc:
20702         * ext/mplex/gstmplexjob.hh:
20703         * ext/mplex/gstmplexoutputstream.cc:
20704         * ext/mplex/gstmplexoutputstream.hh:
20705           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
20706           had issues, didn't do capsnego, supported only a subset of the
20707           mplex features and required a mplex fork in our local CVS. Plus
20708           that it worked agaist a very old mplex version. Rewriting was
20709           faster than updating it.
20710         * gst-libs/ext/Makefile.am:
20711         * gst-libs/ext/mplex/INSTRUCT:
20712         * gst-libs/ext/mplex/Makefile.am:
20713         * gst-libs/ext/mplex/README:
20714         * gst-libs/ext/mplex/TODO:
20715         * gst-libs/ext/mplex/ac3strm_in.cc:
20716         * gst-libs/ext/mplex/audiostrm.hh:
20717         * gst-libs/ext/mplex/audiostrm_out.cc:
20718         * gst-libs/ext/mplex/aunit.hh:
20719         * gst-libs/ext/mplex/bits.cc:
20720         * gst-libs/ext/mplex/bits.hh:
20721         * gst-libs/ext/mplex/buffer.cc:
20722         * gst-libs/ext/mplex/buffer.hh:
20723         * gst-libs/ext/mplex/fastintfns.h:
20724         * gst-libs/ext/mplex/format_codes.h:
20725         * gst-libs/ext/mplex/inputstrm.cc:
20726         * gst-libs/ext/mplex/inputstrm.hh:
20727         * gst-libs/ext/mplex/lpcmstrm_in.cc:
20728         * gst-libs/ext/mplex/mjpeg_logging.cc:
20729         * gst-libs/ext/mplex/mjpeg_logging.h:
20730         * gst-libs/ext/mplex/mjpeg_types.h:
20731         * gst-libs/ext/mplex/mpastrm_in.cc:
20732         * gst-libs/ext/mplex/mpegconsts.cc:
20733         * gst-libs/ext/mplex/mpegconsts.h:
20734         * gst-libs/ext/mplex/mplexconsts.hh:
20735         * gst-libs/ext/mplex/multplex.cc:
20736         * gst-libs/ext/mplex/outputstream.hh:
20737         * gst-libs/ext/mplex/padstrm.cc:
20738         * gst-libs/ext/mplex/padstrm.hh:
20739         * gst-libs/ext/mplex/stillsstream.cc:
20740         * gst-libs/ext/mplex/stillsstream.hh:
20741         * gst-libs/ext/mplex/systems.cc:
20742         * gst-libs/ext/mplex/systems.hh:
20743         * gst-libs/ext/mplex/vector.cc:
20744         * gst-libs/ext/mplex/vector.hh:
20745         * gst-libs/ext/mplex/videostrm.hh:
20746         * gst-libs/ext/mplex/videostrm_in.cc:
20747         * gst-libs/ext/mplex/videostrm_out.cc:
20748         * gst-libs/ext/mplex/yuv4mpeg.cc:
20749         * gst-libs/ext/mplex/yuv4mpeg.h:
20750         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
20751         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
20752           We don't fork mjpegtools' mplex in our CVS anymore.
20753         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
20754         (gst_avi_demux_add_stream):
20755         * gst/avi/gstavidemux.h:
20756           Add getcaps() function for proper caps nego. This makes some
20757           parts of AVI playback/reading work.
20758         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20759           Resize window on new capsnego. This is probably wrong, but
20760           I'm still committing it because with current capsnego, the
20761           first successfull capsnego is auto-fixated, therefore rounded
20762           down to the lowest values in the caps. this results in a 16x16
20763           XWindow that is not reized when real capsnego finishes.
20764           Dave, I see more cases of this, do you know a proper solution?
20765         * tools/gst-launch-ext.in:
20766           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
20767
20768 2003-12-31  David Schleef  <ds@schleef.org>
20769
20770         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
20771         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
20772           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
20773
20774 2003-12-30  David Schleef  <ds@schleef.org>
20775
20776         * ext/ffmpeg/gstffmpegcolorspace.c:
20777         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
20778         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
20779         (gst_ffmpegcsp_chain): Negotiation fixes
20780         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
20781         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20782         (gst_audio_convert_link), (gst_audio_convert_channels):
20783         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
20784         (gst_audioscale_link), (gst_audioscale_get_buffer),
20785         (gst_audioscale_chain): Negotiation fixes
20786         * gst/audioscale/gstaudioscale.h:
20787         * gst/videofilter/gstvideofilter.c:
20788         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
20789         (gst_videofilter_link), (gst_videofilter_init),
20790         (gst_videofilter_set_output_size), (gst_videofilter_setup),
20791         (gst_videofilter_find_format_by_structure):
20792         * gst/videofilter/gstvideofilter.h: Negotiation fixes
20793         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
20794         (gst_videoscale_link):
20795         * gst/videoscale/videoscale.c: (videoscale_get_structure),
20796         (videoscale_find_by_structure), (gst_videoscale_setup):
20797         * gst/videoscale/videoscale.h: Negotiation fixes
20798         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20799         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
20800         function, restrict resizing to a multiple of 4 (hack until
20801         everyone supports odd sizes correctly).
20802
20803 2003-12-29  Colin Walters  <walters@verbum.org>
20804
20805         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
20806         signed.
20807
20808 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
20809
20810         * ext/sndfile/gstsf.c: (gst_sf_loop):
20811           Fix warning about discarding const qualifier
20812
20813 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
20814
20815         * gst/cutter/gstcutter.c:
20816         * gst/videoscale/gstvideoscale.c:
20817         * gst/volenv/gstvolenv.c:
20818         * gst-libs/gst/audio/audio.c:
20819         * gst-libs/gst/video/video.c:
20820           Fix warnings
20821
20822 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20823
20824         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
20825           Don't send ALSA debugging to stderr.
20826         * ext/alsa/gstalsa.h:
20827           Use GST_WARNING instead of g_warning when ALSA functions fail.
20828
20829 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20830
20831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20832           Free XVAdapterInfo correctly.
20833
20834 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20835
20836         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
20837         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
20838           Make id3tag use correct caps nego.
20839
20840 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
20841
20842         * ext/ivorbis/vorbis.c:
20843         * ext/ivorbis/vorbisenc.h:
20844         * ext/ivorbis/vorbisfile.c:
20845           Modify so that it uses the new caps things
20846
20847 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20848
20849         * testsuite/spider/spider1.c: (main):
20850         * testsuite/spider/spider2.c: (main):
20851         * testsuite/spider/spider3.c: (main):
20852           Make tests compile again. They probably don't work.
20853
20854 2003-12-24  Colin Walters  <walters@verbum.org>
20855
20856         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
20857         we can't fixate the caps anymore.
20858
20859 2003-12-23  David Schleef  <ds@schleef.org>
20860
20861         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
20862         * sys/oss/gstosssink.c: (gst_osssink_init),
20863         (gst_osssink_sink_fixate): Add fixate function.
20864
20865 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20866
20867         * ext/ffmpeg/gstffmpegcodecmap.c:
20868         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
20869         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
20870         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
20871         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
20872         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
20873         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
20874         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
20875           fix typo in RGB masks, and move back to "old" colorspace
20876           capsnego code until whoever wrote this new crap has actually
20877           tested it so that it works.
20878           And yes, this works, keep it that way please.
20879
20880 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20881
20882         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
20883         (gst_divxdec_init), (gst_divxdec_negotiate):
20884         * ext/divx/gstdivxdec.h:
20885         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
20886         (gst_divxenc_init):
20887         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
20888         (gst_faac_sinkconnect), (gst_faac_srcconnect):
20889         * ext/mpeg2enc/gstmpeg2enc.cc:
20890         * ext/mpeg2enc/gstmpeg2encoder.cc:
20891         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20892         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
20893         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
20894         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
20895         (dxr3spusink_init):
20896         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
20897         (dxr3videosink_init):
20898           Fix caps breakage after Dave's caps branch merge.
20899
20900 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20901
20902         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20903           Fix for 24bpp display.
20904
20905 2003-12-23  Colin Walters  <walters@verbum.org>
20906
20907         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
20908         a GnomeVFSHandle directly.
20909
20910 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20911
20912         * gst/volume/Makefile.am:
20913         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
20914         (volume_base_init), (volume_init):
20915           Reenable volume element and fix to work with new caps stuff.
20916           Rhythmbox needs this.
20917
20918 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20919
20920         * gst/qtdemux/qtdemux.c: (plugin_init):
20921           qtdemux requires bytestream
20922
20923 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20924
20925         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
20926           Fix remaining caps handling errors due to CAPS merge.
20927
20928 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20929
20930         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
20931         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
20932         (gst_faad_srcconnect):
20933           Port to new caps system.
20934
20935 2003-12-21  Julien MOUTTE  <julien@moutte.net>
20936
20937         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20938         (got_video_size), (main): using g_print instead of g_message.
20939         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
20940         signal which was not emitted because of "switch" element added to the
20941         bin but not connected. (Removing from the bin temporarily)
20942
20943 2003-12-21  Julien MOUTTE  <julien@moutte.net>
20944
20945         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
20946         find X development files. I don't understand the previous tests and
20947         they fail on my debian/ppc unstable. This one works.
20948         * examples/gstplay/player.c: (main): Set the pipeline to READY before
20949         exiting.
20950         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
20951         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20952         (gst_play_set_visualization): Add some safety checks in set_ methods
20953         and state_change. This was throwing some ugly CRITICAL messages when
20954         pipeline was getting disposed and casts were failing.
20955
20956 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20957
20958         * configure.ac:
20959           Improve mpeg2enc detection. This is for distributions that do
20960           ship mjpegtools, but without mpeg2enc. Also does object check
20961           for might there ever be ABI incompatibility.
20962         * ext/mpeg2enc/gstmpeg2enc.cc:
20963           Add Andrew as second maintainer (he's helping me), and also add
20964           an error if no caps was set. This happens if I pull before capsnego
20965           and that's something I should solve sometime else.
20966         * gst/matroska/matroska-demux.c:
20967         (gst_matroska_demux_parse_blockgroup):
20968           Fix time parsing.
20969         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
20970         (gst_matroska_mux_track_header):
20971           Add caps to templates.
20972         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
20973           Add mpegversion=1 to prevent confusion with MPEG/AAC.
20974         * gst/mpegstream/gstmpegdemux.c:
20975           Remove layer since it causes warnings about unfixed caps.
20976         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20977           Fix obvious typo (we error out if caps were set, we should of
20978           course error out if *no* caps were set).
20979         * sys/oss/gstosselement.c: (gst_osselement_convert):
20980           Fix format conversion, we confused bits/bytes.
20981         * sys/oss/gstosselement.h:
20982           Improve documentation for 'bps'.
20983         * sys/v4l/TODO:
20984           Remove stuff about plugins that need removing - this was done
20985           ages ago.
20986         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
20987         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
20988         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
20989         (gst_v4lsrc_src_query):
20990         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20991         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
20992           Add get_query_types(), get_formats() and query() functions.
20993
20994 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20995
20996         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
20997         * moved CVS to freedesktop.org