gst-libs/gst/audio/gstaudioclock.c: This clock can be slaved to a master clock now.
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-22  Wim Taymans  <wim@fluendo.com>
2
3         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
4         This clock can be slaved to a master clock now.
5
6         * gst-libs/gst/audio/gstbaseaudiosink.c:
7         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
8         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
9         (gst_base_audio_sink_set_clock),
10         (gst_base_audio_sink_set_property),
11         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
12         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13         * gst-libs/gst/audio/gstbaseaudiosink.h:
14         Handle slaving the internal clock to the clock selected in the
15         pipeline.
16         Add property to make the basesink not provide a clock.
17
18         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20         (gst_base_rtp_depayload_wait):
21         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22         We can use the clock in GstElement, no need to store it ourselves.
23
24 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25
26         * docs/libs/tmpl/gstaudio.sgml:
27           update
28         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
29         (gst_paranoia_endian_get_type):
30         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
31         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
32         * gst/audiotestsrc/gstaudiotestsrc.c:
33         (gst_audiostestsrc_wave_get_type):
34         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
35         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
36         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
37         (gst_sync_method_get_type), (gst_unit_type_get_type),
38         (gst_client_status_get_type), (gst_multifdsink_class_init),
39         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
40         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
41         (gst_multifdsink_get_property):
42         * gst/tcp/gstmultifdsink.h:
43         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
44         * gst/videotestsrc/gstvideotestsrc.c:
45         (gst_videotestsrc_pattern_get_type):
46           remove deprecated properties
47           fix up enums to correctly have short lowercase dashed nicks
48
49 2005-11-22  Michael Smith <msmith@fluendo.com>
50
51         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
52         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
53           Add underscore.
54
55 2005-11-22  Michael Smith <msmith@fluendo.com>
56
57         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
58         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
59           Use utility method for scaling clocktime for fractional framerates.
60
61 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
62
63         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
64         (gst_visual_chain):
65         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
66         * ext/theora/theoradec.c: (theora_handle_type_packet):
67         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
68         (theora_enc_chain):
69         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
70         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
71         * gst-libs/gst/video/video.h:
72         * gst/ffmpegcolorspace/avcodec.h:
73         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
74         (gst_ffmpeg_caps_to_pixfmt):
75         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
76         (gst_ffmpegcsp_set_caps):
77         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
78         (gst_videorate_setcaps), (gst_videorate_blank_data),
79         (gst_videorate_chain):
80         * gst/videotestsrc/gstvideotestsrc.c:
81         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
82         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
83         (gst_videotestsrc_event), (gst_videotestsrc_create):
84         * gst/videotestsrc/gstvideotestsrc.h:
85         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
86         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
87         (gst_ximagesink_get_times), (gst_ximagesink_init):
88         * sys/ximage/ximagesink.h:
89         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
90         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
91         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
92         * sys/xvimage/xvimagesink.h:
93           Convert elements to use fractions for their framerate.
94           V4L elements to come later tonight.
95
96 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
97
98         * gst-libs/gst/audio/audio.c:
99         * gst-libs/gst/audio/audio.h:
100           remove some deprecated functions
101
102 2005-11-22  Andy Wingo  <wingo@pobox.com>
103
104         * Update for gst_tag_setter API changes.
105
106 2005-11-22  Andy Wingo  <wingo@pobox.com>
107
108         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
109         (gst_ogg_demux_perform_seek):
110         * ext/theora/theoradec.c (theora_dec_sink_event):
111         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
112         update-funcnames.
113
114 2005-11-22  Wim Taymans  <wim@fluendo.com>
115
116         * examples/seeking/seek.c: (main):
117         Give higher priority to bus signals than the gtk events
118         to fix a race condition in the segment looping.
119
120 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
121
122         * ext/theora/Makefile.am:
123         * ext/vorbis/Makefile.am:
124         * gst-libs/gst/tag/Makefile.am:
125         * gst-plugins-base.spec.in:
126           Rename libgsttagedit to libgsttag (#322117).
127
128 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
129
130         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
131         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
132           Call gst_x_overlay_prepare_xwindow_id() to give applications
133           a final chance to set their own xwindow id before the video
134           sink creates its own window.
135
136 2005-11-22  Julien MOUTTE  <julien@moutte.net>
137
138         * sys/xvimage/xvimagesink.c:
139         (gst_xvimagesink_navigation_send_event): Handle navigation
140         events correcly with borders if applicable.
141
142 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
143
144         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
145         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
146         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
147         (gst_ffmpegcsp_caps_remove_format_info):
148         * gst/ffmpegcolorspace/imgconvert.c:
149         * gst/ffmpegcolorspace/imgconvert_template.h:
150           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
151           #318353); use gst_structure_has_name().
152
153 2005-11-22  Julien MOUTTE  <julien@moutte.net>
154
155         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
156         (gst_ximagesink_class_init): Add debug macros on functions.
157         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
158         (gst_xvimagesink_xwindow_draw_borders),
159         (gst_xvimagesink_xvimage_put),
160         (gst_xvimagesink_xwindow_update_geometry),
161         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
162         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
163         (gst_xvimagesink_xcontext_clear),
164         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
165         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
166         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
167         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
168         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
169         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
170         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
171         expose while being PAUSED, out of data flow navigation events, etc..
172
173 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
174
175         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
176         * gst-libs/gst/audio/audio.h:
177           fix prototype - wondering why the test worked regardless
178
179 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
180
181         * check/Makefile.am:
182         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
183         * gst-libs/gst/audio/audio.h:
184           add a method that returns a proper GstClockTime
185
186 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
187
188         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
189         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
190         * gst-libs/gst/interfaces/xoverlay.h:
191           Remove everything having to do with the desired size; add 
192           gst_x_overlay_prepare_xwindow_id() function; remove the
193           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
194           post a message on the bus instead (#321816).
195
196         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
198         (gst_xvimagesink_xoverlay_init):
199           Remove desired size stuff (#321816).
200
201 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
202
203         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
204         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
205         (mpeg_video_type_find), (mpeg_video_stream_type_find):
206           Terminate vararg functions with NULL instead of 0 to 
207           make gcc4 happy.
208
209 2005-11-21  Andy Wingo  <wingo@pobox.com>
210
211         patch from: Sebastien Cote <sebas642@yahoo.ca>
212         
213         * gst-libs/gst/rtp/gstrtpbuffer.h: 
214         * gst-libs/gst/rtp/gstrtpbuffer.c
215         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
216
217 2005-11-21  Andy Wingo  <wingo@pobox.com>
218
219         * gst/playback/gstplaybin.c (gen_audio_element) 
220         (gen_video_element): Use the new MISSING_PLUGIN core error
221         category. Closes #320060.
222
223         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
224         * gst/videorate/gstvideorate.c (gst_videorate_event):
225         * ext/theora/theoradec.c (theora_dec_sink_event): 
226         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
227         stream lock.
228
229         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
230         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
231         stream lock changes.
232
233 2005-11-21  Wim Taymans  <wim@fluendo.com>
234
235         * gst-libs/gst/audio/gstbaseaudiosink.c:
236         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
237         (gst_base_audio_sink_provide_clock),
238         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
239         (gst_base_audio_sink_change_state):
240         * gst/audioresample/gstaudioresample.c:
241         Segment update fix.
242
243 2005-11-21  Andy Wingo  <wingo@pobox.com>
244
245         * *.h:
246         * *.c: Ran scripts/update-macros. Oh yes.
247
248 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
249
250         * sys/ximage/Makefile.am:
251         * sys/ximage/ximage.c:
252           Rename ximage plugin to ximagesink (#321426) (Don't forget to
253           remove your old libgstximage.* manually if necessary).
254
255 2005-11-21  Michael Smith <msmith@fluendo.com>
256
257         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
258           Minimal fix for bug #320200: set the min/max bitrate in the correct
259           units. A better fix would be to upgrade to the RATEMANAGE2
260           interface, rather than using the deprecated interface used here, but
261           that would require an update in our libvorbis dependency (to 1.1),
262           which is probably undesirable.
263
264 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
265
266         * ext/libvisual/visual.c: (get_buffer):
267         * gst-libs/gst/audio/gstbaseaudiosrc.c:
268         (gst_base_audio_src_fixate):
269         * gst/audioconvert/gstaudioconvert.c:
270         (gst_audio_convert_fixate_caps):
271         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
272         * gst/audiotestsrc/gstaudiotestsrc.c:
273         (gst_audiotestsrc_src_fixate):
274         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
275         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
276         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
277         * gst/videotestsrc/gstvideotestsrc.c:
278         (gst_videotestsrc_src_fixate):
279         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
281         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
282         (#322027)
283
284
285 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
286
287         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
288         (gst_riff_create_iavs_caps):
289         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
290         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
291         (gst_riff_parse_info):
292         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
293         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
295           Fixes for GST_FOURCC_FORMAT API change.
296
297 2005-11-21  Andy Wingo  <wingo@pobox.com>
298
299         patch by: Alessandro Dessina <alessandro nnva org>
300
301         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
302         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
303         (gst_ogg_parse_chain):
304         * ext/theora/theoraenc.c (theora_set_header_on_caps):
305         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
306         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
307         gst_value_list calls on arrays. Fixes #321962.
308
309 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
310
311         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
312         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
313         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
314         * gst/adder/gstadder.c: (gst_adder_init),
315         (gst_adder_request_new_pad), (gst_adder_collected),
316         (gst_adder_change_state):
317           Update for gst_collectpads_foo() to gst_collect_pads_foo()
318           API change.
319
320 2005-11-21  Michael Smith <msmith@fluendo.com>
321
322         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
323         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
324           Properly handle pad_push return values.
325
326 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
327
328         * gst-libs/gst/tag/Makefile.am:
329         * gst-libs/gst/tag/gstvorbistag.c:
330         (gst_tag_list_to_vorbiscomment_buffer):
331           Remove obsolete vorbistag element and debug category.
332
333         * gst/playback/gstplaybasebin.c: (check_queue):
334           Don't divide by 0 when queue-threshold is 0.
335
336         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
337           Don't modify an existing pixel-aspect-ratio if we fail to read
338           a new one.
339
340 2005-11-20  Wim Taymans  <wim@fluendo.com>
341
342         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
343         (gst_vorbisenc_push_packet):
344         GST_PAD_IS_USABLE is gone, use the return value of
345         the push or pad_alloc_buffer instead.
346
347 2005-11-18  Julien MOUTTE  <julien@moutte.net>
348
349         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
350         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
351         (gst_ximagesink_ximage_destroy),
352         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
353         (gst_ximagesink_xwindow_new),
354         (gst_ximagesink_xwindow_update_geometry),
355         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
356         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
357         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
358         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
359         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
360         (gst_ximagesink_navigation_send_event),
361         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
362         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
363         (gst_ximagesink_finalize), (gst_ximagesink_init),
364         (gst_ximagesink_class_init):
365         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
366         This new version brings correct software scaling, non flickering
367         window while resizing, pixel aspect ratio handling, usage of
368         hardware buffer pools, out of data flow event thread for 
369         navigation and handling of expose events even when being PAUSED,
370         a new property to keep video aspect ratio when resizing, etc...
371
372 2005-11-18  Julien MOUTTE  <julien@moutte.net>
373
374         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
375         (gst_videoscale_fixate_caps): Introduce back caps fixate with
376         handling of PAR.
377
378 2005-11-18    <bilboed@dvdsrc.fluendo.com>
379
380         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
381         Unsetting IS_SINK flag from the fakesink, so decodebin
382         never behaves as a sink.
383
384 2005-11-17  Wim Taymans  <wim@fluendo.com>
385
386         * gst-libs/gst/audio/gstbaseaudiosrc.c:
387         (gst_base_audio_src_change_state):
388         Fix the audiosrc base class again, we did not unflush.
389
390 2005-11-17  Julien MOUTTE  <julien@moutte.net>
391
392         * examples/seeking/seek.c: (make_dv_pipeline),
393         (make_vorbis_theora_pipeline), (make_avi_pipeline),
394         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
395         to ogg/vorbis/theora pipeline.
396
397 2005-11-17  Wim Taymans  <wim@fluendo.com>
398
399         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
400         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
401         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
402         Fix EOS on multiple streams.
403         More debugging.
404
405 2005-11-16  Wim Taymans  <wim@fluendo.com>
406
407         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
408         (gst_ogg_demux_perform_seek):
409         Segment done must include stream time.
410
411         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
412         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
413         (gst_ogg_mux_change_state):
414         Fix ogg muxer again.
415
416 2005-11-16  Wim Taymans  <wim@fluendo.com>
417
418         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
419         Fix compile again.
420
421 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
422
423         * ext/libvisual/visual.c: (gst_visual_init):
424         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
425         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
426         (gst_ogg_parse_chain):
427         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
428         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
429         * ext/theora/theoradec.c: (gst_theora_dec_init):
430         * ext/theora/theoraenc.c: (gst_theora_enc_init):
431         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
432         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
433         * gst/adder/gstadder.c: (gst_adder_class_init),
434         (gst_adder_dispose):
435         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
436         * gst/subparse/gstsubparse.c: (gst_subparse_init):
437         * gst/videorate/gstvideorate.c: (gst_videorate_init):
438           Fix a whole set of pad template leaks
439
440 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
441
442         * check/generic/states.c: (GST_START_TEST):
443           fix the test so that it only checks for elements that are part of
444           this source module
445
446 2005-11-16  Michael Smith <msmith@fluendo.com>
447
448         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
449         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
450         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
451         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
452         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
453         (gst_ogg_mux_change_state):
454           Fix leaking collectpads.
455
456 2005-11-16  Edward Hervey  <edward@fluendo.com>
457
458         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
459         (gst_videorate_event), (gst_videorate_chain):
460         Handle segment seeks
461
462 2005-11-16  Wim Taymans  <wim@fluendo.com>
463
464         * gst-libs/gst/audio/gstbaseaudiosink.c:
465         (gst_base_audio_sink_provide_clock),
466         (gst_base_audio_sink_change_state):
467         Set ringbuffer to non-flushing when going to PAUSED, set to
468         flushing again when going to READY.
469
470         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
471         (gst_ring_buffer_stop):
472         Start in flushing mode by default.
473         Don't set flushing in the _stop method, let the app call
474         this explicitly.
475
476 2005-11-16  Julien MOUTTE  <julien@moutte.net>
477
478         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
479         * gst-libs/gst/video/videosink.h: Add helper function needed
480         for video sinks.
481
482 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
483
484         * gst/videoscale/gstvideoscale.c:
485         (gst_videoscale_handle_src_event):
486           Don't leak reference to pad parent.
487
488 2005-11-16  Wim Taymans  <wim@fluendo.com>
489
490         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
491         Set ringbuffer to flushing when stopping so that we don't
492         block on wait_segment anymore and livelock.
493
494 2005-11-16  Wim Taymans  <wim@fluendo.com>
495
496         * examples/seeking/seek.c: (send_event), (do_seek),
497         (loop_toggle_cb), (segment_done), (main):
498         Added looping checkbox.
499
500 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
501
502         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
503         (gst_ogg_demux_init):
504         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
505         (gst_vorbis_dec_init):
506           revert unrefs, they don't pass make check
507
508 2005-11-15  Johan Dahlin  <johan@gnome.org>
509
510         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
511         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
512         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
513         (gst_vorbis_dec_init):
514         Fix pad template leaks. 
515
516 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
517
518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
519           Make state change function thread safe.
520
521 2005-11-15  Edward Hervey  <edward@fluendo.com>
522
523         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
524         (gst_ogg_demux_class_init):
525         Implement GstElement::send_event, so we can send seek events
526         in GST_STATE_READY
527
528 2005-11-14  Julien MOUTTE  <julien@moutte.net>
529
530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
531         Discovered how to take away flickering while resizing the
532         window. Please don't put that in ximagesink, refactoring in
533         progress.
534
535 2005-11-14  Michael Smith <msmith@fluendo.com>
536
537         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
538         (gst_multifdsink_render):
539           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
540
541 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
542
543         * gst/playback/gstplaybin.c: (gen_audio_element):
544           Use autoaudiosink, it tends to be more widely available than
545           autoaudiiosink.
546           
547 2005-11-14  Andy Wingo  <wingo@pobox.com>
548
549         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
550         as well if it is available. Fixes #316442.
551
552 2005-11-14  Michael Smith <msmith@fluendo.com>
553
554         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
555         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
556         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
557         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
558         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
559         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
560         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
561         (gst_vorbisenc_change_state):
562           Fix a small memory leak in vorbisenc.
563           Fix large memory leaks in oggmux, also fix lots of state change
564           bugs in oggmux.
565
566 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
567
568         * gst/videotestsrc/gstvideotestsrc.c:
569         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
570         (gst_videotestsrc_src_fixate):
571           move fixation to a fixate function
572           remove negotiate function, basesrc's is good enough
573           fixes a bug for check when using the element alone
574
575 2005-11-13  Edward Hervey  <edward@fluendo.com>
576
577         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
578         (key_toggle_cb), (main):
579         Added checkboxes for adding/removing the accurate and key_unit seek
580         flags.
581
582 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
583
584         * configure.ac: back to HEAD
585
586 === release 0.9.5 ===
587
588 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
589
590         * configure.ac:
591           releasing 0.9.5, "No No Kia"
592
593 2005-11-11  Edward Hervey  <edward@fluendo.com>
594
595         * examples/seeking/seek.c: (make_parselaunch_pipeline):
596         Added parse-launch syntax seeking mode for the seeking example.
597         This should help stress-test even more cases.
598         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
599
600 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
601
602         * sys/xvimage/xvimagesink.c:
603         (gst_xvimagesink_navigation_send_event):
604           Check whether peer pad exists before sending navigation events
605           to it.
606
607 2005-11-11  Michael Smith <msmith@fluendo.com>
608
609         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
610         (gst_vorbisenc_buffer_from_packet):
611         * ext/vorbis/vorbisenc.h:
612           Set duration on encoded buffers. This allows oggmux's
613           max_page_delay parameter to actually work.
614
615 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
616
617         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
618         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
619         (gst_ffmpegcsp_avpicture_fill):
620         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
621         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
622           Make palettes work again (see #132341). Use our own macros
623           for rounding up.
624
625 2005-11-10  Andy Wingo  <wingo@pobox.com>
626
627         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
628         string doober.
629
630 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
631
632         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
633         (gst_ffmpegcsp_transform_caps):
634           Prefer passthrough in transform_caps
635
636 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
637
638         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
639           check for ALSA errors properly, instead of relying on ALSA's
640           error strings to serve to the user.
641
642 2005-11-10  Wim Taymans  <wim@fluendo.com>
643
644         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
645         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
646         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
647         Modernise the seek code.
648
649 2005-11-10  Michael Smith <msmith@fluendo.com>
650         
651         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
652         (setup_substreams), (set_active_source):
653           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
654           trying to go to NULL if we failed to read a file.
655
656 2005-11-10  Wim Taymans  <wim@fluendo.com>
657
658         * gst/audiotestsrc/gstaudiotestsrc.c:
659         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
660         (gst_audiotestsrc_create):
661         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
662         (gst_sinesrc_get_times), (gst_sinesrc_create):
663         * gst/videotestsrc/gstvideotestsrc.c:
664         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
665         (gst_videotestsrc_create):
666         The base class can now sync for us.
667
668 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
669
670         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
671           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
672           name=source autoprobe=false autoprobe-fps=false copy-mode=1
673           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
674           format=(fourcc)I420" ! xvimagesink
675
676 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
677
678         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
679         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
680         (gst_sinesrc_newsegment):
681           Send newsegment event in TIME format, set duration if
682           num-buffers is set, fix duration querying.
683
684 2005-11-10  Michael Smith <msmith@fluendo.com>
685
686         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
687         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
688         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
689         (gst_ogg_mux_collected):
690          Fix EOS handling, partially. Now forwarding an EOS event once we have
691          EOS on all pads works correctly. However, we still don't properly set
692          EOS on the actual ogg stream pages.
693
694 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
695
696         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
697           Set elements to NULL state before disposing of them.
698
699 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
700
701         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
702
703         * gst-libs/gst/rtp/gstbasertpdepayload.c:
704         (gst_base_rtp_depayload_init),
705         (gst_base_rtp_depayload_set_gst_timestamp):
706         * gst-libs/gst/rtp/gstbasertpdepayload.h:
707           We need to send a newsegment event for each instance, not
708           just for the first instance of this class (get rid of
709           static variable in function). (#321011).
710           
711 2005-11-08  Michael Smith <msmith@fluendo.com>
712
713         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
714         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
715         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
716         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
717           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
718           This makes us mux things correctly according to the ogg muxing
719           rules. Still not handling EOS correctly right now, though.
720
721 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
722
723         * gst/audioconvert/gstaudioconvert.c:
724           Fix typo in docs. 
725
726 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
727
728         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
729         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
730           Initialise segment_stop to GST_CLOCK_TIME_NONE when
731           creating a new chain; should fix live streaming. Also
732           add more debug output and fix a typo.
733
734 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
735
736         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
737
738         * gst/volume/gstvolume.c: (volume_set_caps):
739           Fix compilation on Solaris with Forte. (#320923)
740
741 2005-11-08  Wim Taymans  <wim@fluendo.com>
742
743         * gst-libs/gst/audio/gstbaseaudiosink.c:
744         (gst_base_audio_sink_render):
745         No need to do a typecheck.
746
747 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
748
749         * ext/alsa/gstalsa.h:
750           We register a debug category, so let's use it.
751
752 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
753
754         * gst-libs/gst/rtp/gstbasertpdepayload.c:
755         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
756         Fixed a small problem.
757
758 2005-11-04  Wim Taymans  <wim@fluendo.com>
759
760         * examples/seeking/Makefile.am:
761         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
762         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
763         (make_playerbin_pipeline), (format_value), (update_scale),
764         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
765         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
766         (print_usage), (main):
767         Added app for playback speed testing.
768
769         * examples/seeking/seek.c: (dynamic_link),
770         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
771         (make_mpeg_pipeline), (do_seek), (set_update_scale),
772         (message_received), (main):
773         Updated seek example.
774
775 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
776
777         * gst-libs/gst/rtp/gstbasertpdepayload.c:
778         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
779         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
780         (gst_base_rtp_depayload_set_clock):
781         * gst-libs/gst/rtp/gstbasertpdepayload.h:
782         Don't sleep on the bench (system clock) when you have a nice 
783         comfortable bed (Gstreamer clock) to sleep on.
784
785 2005-11-03  Wim Taymans  <wim@fluendo.com>
786
787         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
788         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
789         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
790         Handle the case where a pad_block failed.
791
792 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
793
794         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
795
796         * gst-libs/gst/rtp/gstbasertpdepayload.c:
797         (gst_base_rtp_depayload_add_to_queue),
798         (gst_base_rtp_depayload_push),
799         (gst_base_rtp_depayload_set_gst_timestamp),
800         (gst_base_rtp_depayload_queue_release):
801           Fixes some bugs in the depayloader's queuing/de-queueing code.
802
803 2005-10-31  Michael Smith <msmith@fluendo.com>
804
805         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
806         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
807         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
808           Patch from Alessandro Decina <alessandro@nnva.org>.
809           Make oggdemux only find the final time in a chain, not per-pad,
810           since the per-pad information can be very expensive to locate, and
811           it isn't used anywhere. This makes reading a file containing
812           OggSkeleton reasonably fast.
813           Also, make chain finding work when there are logical bitstreams that
814           can't be decoded. Fixes #319110.
815
816 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
817
818         * gst-libs/gst/rtp/gstbasertpdepayload.c:
819         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
820         (gst_base_rtp_depayload_chain),
821         (gst_base_rtp_depayload_add_to_queue),
822         (gst_base_rtp_depayload_push),
823         (gst_base_rtp_depayload_set_gst_timestamp),
824         (gst_base_rtp_depayload_queue_release),
825         (gst_base_rtp_depayload_start_thread),
826         (gst_base_rtp_depayload_set_property),
827         (gst_base_rtp_depayload_get_property):
828         * gst-libs/gst/rtp/gstbasertpdepayload.h:
829         Some random fixes, to fullfill the desires of thomas.
830
831 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
832
833         * gst-libs/gst/rtp/gstbasertpdepayload.c:
834         (gst_base_rtp_depayload_add_to_queue),
835         (gst_base_rtp_depayload_push):
836         Fixed the queueing algorithm.
837
838 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
839
840         * gst-libs/gst/rtp/gstbasertpdepayload.c:
841         (gst_base_rtp_depayload_push):
842         A small fix
843
844 2005-10-31  Wim Taymans  <wim@fluendo.com>
845
846         * gst-libs/gst/audio/gstringbuffer.h:
847         Don't break ABI.
848
849         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
850         (gst_ffmpeg_caps_to_pixfmt):
851         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
852         (gst_ffmpegcsp_set_caps):
853         Some more comments.
854         Handle missing required caps fields better.
855
856 2005-10-31  Wim Taymans  <wim@fluendo.com>
857
858         * gst-libs/gst/audio/gstbaseaudiosink.c:
859         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
860         (gst_base_audio_sink_render):
861         * gst-libs/gst/audio/gstringbuffer.c:
862         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
863         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
864         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
865         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
866         (gst_ring_buffer_read):
867         * gst-libs/gst/audio/gstringbuffer.h:
868         Add flushing mode to the ringbuffer so that it in all cases does
869         not try to handle more audio. This makes sure it does not try to
870         block anymore when flushing and fixes a livelock.
871
872 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
873
874         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
875         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
876         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
877           Explicitly check for -1 values before doing a conversion
878           and always map them to -1. (#315545)
879
880 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
881
882         * gst/playback/gstplaybin.c: (gen_video_element):
883           first try autovideosink, then xvimagesink, then error out
884         * po/POTFILES.in:
885           add translatable file
886         * po/af.po:
887         * po/az.po:
888         * po/cs.po:
889         * po/en_GB.po:
890         * po/hu.po:
891         * po/it.po:
892         * po/nb.po:
893         * po/nl.po:
894         * po/or.po:
895         * po/sq.po:
896         * po/sr.po:
897         * po/sv.po:
898         * po/uk.po:
899         * po/vi.po:
900           update translations
901
902 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
903
904         * gst-libs/gst/rtp/gstbasedepayload.c:
905         * gst-libs/gst/rtp/gstbasedepayload.h:
906           Minor cleanups
907
908 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
909
910         * gst/playback/.cvsignore:
911         * gst/playback/decodetest.c:
912         * gst/playback/test3.c:
913           Port these two tests as well.
914
915 2005-10-27  Wim Taymans  <wim@fluendo.com>
916
917         * ext/theora/theoradec.c: (theora_dec_src_query),
918         (theora_dec_sink_event):
919         * ext/theora/theoraenc.c: (theora_enc_sink_event),
920         (theora_enc_change_state):
921         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
922         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
923         Take proper locks when handling events.
924
925 2005-10-27  Wim Taymans  <wim@fluendo.com>
926
927         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
928         (gst_adder_change_state):
929         Fix timestamps and fix deadlock when stopping the collectpads.
930
931 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
932
933         * gst-libs/gst/rtp/gstrtpbuffer.h:
934         Declaring the payload types as strings too so that they can be used
935         in the padtemplate inialization.
936
937 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
938
939         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
940
941         * gst-libs/gst/rtp/gstbasertpdepayload.c:
942         (gst_base_rtp_depayload_class_init):
943         Fixes a small but nasty bug. The derived elements no longer segfaults
944         on finalization.
945
946 2005-10-26  Michael Smith <msmith@fluendo.com>
947
948         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
949           When clearing an audioconvert context, set tmpbufsize to zero, so
950           we'll allocate it again later if required.
951           This fixes audioconvert re-negotiating formats, which previously
952           segfaulted with a NULL destination buffer.
953
954 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
955
956         * gst-libs/gst/rtp/gstbasertpdepayload.c:
957         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
958         (gst_base_rtp_depayload_set_gst_timestamp),
959         (gst_base_rtp_depayload_queue_release):
960         Fixed a smalll memleak.
961
962 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
963         * gst-libs/gst/rtp/gstbasertpdepayload.c:
964         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
965         (gst_base_rtp_depayload_finalize),
966         (gst_base_rtp_depayload_setcaps),
967         (gst_base_rtp_depayload_add_to_queue),
968         (gst_base_rtp_depayload_push),
969         (gst_base_rtp_depayload_set_gst_timestamp),
970         (gst_base_rtp_depayload_queue_release),
971         (gst_base_rtp_depayload_thread),
972         (gst_base_rtp_depayload_change_state):
973         * gst-libs/gst/rtp/gstbasertpdepayload.h:
974         Changed the C++ comments to C comments
975
976 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
977
978         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
979         * gst/tcp/gsttcpclientsrc.h:
980         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
981         * gst/tcp/gsttcpserversrc.h:
982           Remove unused 'curoffset' structure member.
983
984 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
985
986         * gst-libs/gst/rtp/gstbasertpdepayload.c:
987         (gst_base_rtp_depayload_base_init),
988         (gst_base_rtp_depayload_finalize):
989         * gst-libs/gst/rtp/gstbasertpdepayload.h:
990         * gst-libs/gst/rtp/gstbasertppayload.h:
991           The pad-template on the sinkpad should be set by the derived classes.
992           Also added some useful macros.
993
994 2005-10-24  Wim Taymans  <wim@fluendo.com>
995
996         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
997         Correctly flush decoder samples even if we could not
998         copy them to an output buffer. Fixes #319618.
999
1000 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1001
1002         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1003         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
1004         the caps against our xcontext caps.
1005
1006 2005-10-24  Wim Taymans  <wim@fluendo.com>
1007
1008         * gst-libs/gst/audio/gstbaseaudiosink.c:
1009         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1010         Remove g_print
1011         Use sync property from baseclass to disable sync.
1012
1013 2005-10-24  Wim Taymans  <wim@fluendo.com>
1014
1015         * gst-libs/gst/audio/gstbaseaudiosink.c:
1016         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1017         Buffers with no timestamps get aligned with previous buffers or
1018         on underrun, played ASAP.
1019
1020 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1021
1022         * gst-libs/gst/video/video.h:
1023         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1024         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1025         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
1026         here comes my change on caps for framerate and geometry range.
1027         We are now accepting 1 to MAXINT for width and height, and from
1028         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
1029         to be blended correctly in videomixer.
1030
1031 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1032
1033         * configure.ac:
1034           back to HEAD
1035
1036 === release 0.9.4 ===
1037
1038 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1039
1040         * NEWS:
1041         * RELEASE:
1042         * configure.ac:
1043           releasing 0.9.4, "Velociraptor"
1044
1045 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1046
1047         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1048         * po/POTFILES.in:
1049           STOPPED -> FAILED
1050
1051 2005-10-21  Wim Taymans  <wim@fluendo.com>
1052
1053         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1054         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
1055         (pad_blocked), (close_pad_link), (new_pad):
1056         Don't try to remove elements twice.
1057
1058 2005-10-21  Wim Taymans  <wim@fluendo.com>
1059
1060         * ext/theora/theoradec.c: (theora_dec_src_query),
1061         (theora_dec_sink_event):
1062         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1063         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1064         (vorbis_handle_data_packet):
1065         * ext/vorbis/vorbisdec.h:
1066         Fix old naming.
1067
1068         * gst-libs/gst/audio/gstbaseaudiosink.c:
1069         (gst_base_audio_sink_render):
1070         Don't try to sync on buffers without a timestamp.
1071
1072 2005-10-21  Wim Taymans  <wim@fluendo.com>
1073
1074         * ext/theora/theoradec.c: (theora_dec_src_query),
1075         (theora_dec_sink_event):
1076         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1077         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1078         (vorbis_handle_data_packet):
1079         * ext/vorbis/vorbisdec.h:
1080         Fix old naming.
1081
1082 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1083
1084         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
1085         (gst_vorbisenc_src_query):
1086           Implement position and duration queries.
1087
1088         * gst/playback/test3.c: (update_scale), (main):
1089           Fix for async state changes and print nicer output.
1090
1091 2005-10-20  Wim Taymans  <wim@fluendo.com>
1092
1093         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1094         (dump_element_stats), (main):
1095         * gst/playback/test6.c: (main):
1096         Fix tests again
1097
1098 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1099
1100         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1101         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1102           Don't use functions for position queries when handling
1103           duration queries.
1104
1105 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1106
1107         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1108         (vorbis_handle_data_packet), (vorbis_dec_chain),
1109         (vorbis_dec_change_state):
1110         * ext/vorbis/vorbisdec.h:
1111           Vorbis streams can be embedded in other container formats
1112           than ogg, container formats where the demuxer might set 
1113           timestamps on encoded vorbis buffers instead of those silly 
1114           granulepos thingies. In short: make vorbisdec handle 
1115           timestamps on incoming buffers as well.
1116
1117 2005-10-20  Wim Taymans  <wim@fluendo.com>
1118
1119         * gst/playback/gstplaybasebin.c: (group_destroy),
1120         (gst_play_base_bin_change_state):
1121         Fix leak.
1122         Handle case where playbasebin is now ASYNC because
1123         decodebin is.
1124
1125 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1126
1127         * gst/audioconvert/Makefile.am:
1128         * gst/audioconvert/bufferframesconvert.c:
1129         * gst/audioconvert/plugin.c: (plugin_init):
1130         * gst/audioconvert/plugin.h:
1131           And bye bye buffer-frames-convert
1132
1133 2005-10-19  Wim Taymans  <wim@fluendo.com>
1134
1135         * check/elements/audioconvert.c:
1136         * docs/libs/tmpl/gstaudio.sgml:
1137         * docs/libs/tmpl/gstcolorbalance.sgml:
1138         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1139         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1140         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1141         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1142         * gst-libs/gst/audio/audio.h:
1143         * gst/audioconvert/audioconvert.h:
1144         * gst/audioconvert/gstaudioconvert.c:
1145         (gst_audio_convert_parse_caps):
1146         * gst/volume/gstvolume.c:
1147         Bye bye buffer-frames.
1148
1149 2005-10-19  Wim Taymans  <wim@fluendo.com>
1150
1151         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1152         (query_positions_elems), (query_positions_pads), (update_scale),
1153         (do_seek), (set_update_scale), (message_received), (main):
1154         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1155         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1156         (gst_ogg_demux_loop):
1157         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1158         * ext/theora/theoradec.c: (theora_dec_src_query),
1159         (theora_dec_sink_event):
1160         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1161         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1162         * gst/adder/gstadder.c: (gst_adder_query):
1163         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1164         * gst/playback/test3.c: (update_scale):
1165         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1166         (dump_element_stats), (main):
1167         * gst/playback/test6.c: (main):
1168         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1169         Query API update.
1170
1171 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1172
1173         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1174         (xml_check_first_element), (xml_type_find), (smil_type_find),
1175         (plugin_init):
1176           Add typefinding for SMIL and for generic XML. Based on patch by
1177           Akos Maroy (#308663).
1178
1179 2005-10-18  Wim Taymans  <wim@fluendo.com>
1180
1181         * gst/playback/Makefile.am:
1182         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1183         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1184         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1185         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1186         (gst_decode_bin_change_state):
1187         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1188         (gst_play_bin_send_event_to_sink):
1189         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1190         (dump_element_stats), (main):
1191         * gst/playback/test6.c: (main):
1192         Make playbin async, it'll commit state to paused when all streams
1193         are detected.
1194         Remove ugly hack.
1195         Added test6.c to show async behaviour.
1196
1197 2005-10-18  Wim Taymans  <wim@fluendo.com>
1198
1199         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1200         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1201         Fix for segment-start/stop API change.
1202
1203 2005-10-18  Wim Taymans  <wim@fluendo.com>
1204
1205         * check/Makefile.am:
1206         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1207         (main):
1208         Add future test for clock selection.
1209
1210 2005-10-18  Wim Taymans  <wim@fluendo.com>
1211
1212         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1213         (gst_alsasink_close):
1214         Set handle to NULL.
1215
1216         * gst-libs/gst/audio/gstringbuffer.c:
1217         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1218         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1219         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1220         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1221         (gst_ring_buffer_read):
1222         More debug info.
1223
1224 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1225
1226         * gst/audiotestsrc/Makefile.am:
1227         * gst/sine/Makefile.am:
1228         * gst/volume/Makefile.am:
1229           fix broken build of controllerized plugins
1230
1231 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1232
1233         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1234
1235         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1236         (gst_riff_create_video_template_caps):
1237           Add support for Indeo-3 (IV32).
1238
1239 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1240
1241         * configure.ac:
1242           rewrite
1243
1244 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1245
1246         * gst-libs/gst/video/video.c: (gst_video_get_size):
1247         * gst/audiotestsrc/gstaudiotestsrc.c:
1248           doc updates
1249
1250 2005-10-17  Andy Wingo  <wingo@pobox.com>
1251
1252         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1253         with the collectpads change.
1254         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1255
1256         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1257
1258         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1259
1260         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1261         alloc_buffer flow return to callers.
1262         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1263         change. Fix some memleaks in theoraenc.
1264
1265         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1266         in strange circumstance.
1267
1268 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1269
1270         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1271         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1272         from caps, let's use the caps...
1273
1274 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1275
1276         * configure.ac:
1277           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1278
1279 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1280
1281         * gst-libs/gst/interfaces/Makefile.am:
1282           fix silly typo
1283
1284 2005-10-16  Andy Wingo  <wingo@pobox.com>
1285
1286         * gst/playback/gstdecodebin.c
1287         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1288         function!
1289         (try_to_link_1): Increase kraziness level.
1290
1291 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1292
1293         * configure.ac:
1294           restructure like the core one
1295         * gst-libs/gst/audio/Makefile.am:
1296         * gst-libs/gst/interfaces/Makefile.am:
1297         * gst-libs/gst/net/Makefile.am:
1298         * gst-libs/gst/riff/Makefile.am:
1299         * gst-libs/gst/rtp/Makefile.am:
1300         * gst-libs/gst/tag/Makefile.am:
1301         * gst-libs/gst/video/Makefile.am:
1302           use correct linker flags, now the libs are properly versioned
1303         * check/elements/audioconvert.c: (verify_convert):
1304         * ext/alsa/gstalsaplugin.c:
1305         * ext/cdparanoia/gstcdparanoia.c:
1306         * ext/gnomevfs/gstgnomevfs.c:
1307         * ext/libvisual/visual.c:
1308         * ext/ogg/gstogg.c:
1309         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1310         * ext/theora/theora.c:
1311         * ext/vorbis/vorbis.c:
1312         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1313         * gst-libs/gst/tag/gsttagediting.c:
1314         * gst-libs/gst/video/video.c:
1315         * gst/adder/gstadder.c:
1316         * gst/audioconvert/plugin.c:
1317         * gst/audiorate/gstaudiorate.c:
1318         * gst/audioresample/gstaudioresample.c:
1319         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1320         * gst/audioscale/gstaudioscale.c:
1321         * gst/audioscale/resample.c:
1322         * gst/audiotestsrc/gstaudiotestsrc.c:
1323         * gst/ffmpegcolorspace/gstffmpeg.c:
1324         * gst/playback/gstdecodebin.c: (close_pad_link):
1325         * gst/playback/gstplaybin.c: (gen_video_element),
1326         (gen_audio_element):
1327         * gst/sine/gstsinesrc.c:
1328         * gst/subparse/gstsubparse.c:
1329         * gst/tags/gsttagediting.c:
1330         * gst/tcp/gsttcpplugin.c:
1331         * gst/typefind/gsttypefindfunctions.c:
1332         * gst/videorate/gstvideorate.c:
1333         * gst/videoscale/gstvideoscale.c:
1334         * gst/videotestsrc/gstvideotestsrc.c:
1335         * gst/volume/gstvolume.c:
1336         * sys/v4l/gstv4l.c:
1337         * sys/ximage/ximage.c:
1338         * sys/xvimage/xvimagesink.c:
1339           fix up defines
1340
1341 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1342
1343         * ext/vorbis/vorbisenc.c:
1344         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1345         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1346         (gst_tag_to_vorbis_comments):
1347           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1348
1349 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1350
1351         * examples/stats/mp2ogg.c:
1352         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1353           typo fixes
1354
1355 2005-10-13  Michael Smith <msmith@fluendo.com>
1356
1357         * ext/ogg/gstoggmux.c:
1358           Use magic glib macros to define constants as 64 bit, to ensure
1359           appropriate vararg passing.
1360
1361 2005-10-13  Michael Smith <msmith@fluendo.com>
1362
1363         * ext/ogg/gstoggmux.c:
1364         * gst/audioconvert/audioconvert.c: (float):
1365           Don't use LL suffix, as it's not portable, and neither of these
1366           uses required it anyway.
1367
1368 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1369
1370         * examples/indexing/indexmpeg.c: (main):
1371         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1372         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1373         (cdparanoia_convert), (cdparanoia_query):
1374         * ext/cdparanoia/gstcdparanoia.h:
1375         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1376         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1377         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1378         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1379         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1380         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1381         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1382         (gst_multifdsink_render), (gst_multifdsink_start),
1383         (gst_multifdsink_stop):
1384         * gst/tcp/gstmultifdsink.h:
1385         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1386         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1387         (gst_tcpclientsink_stop):
1388         * gst/tcp/gsttcpclientsink.h:
1389         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1390         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1391         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1392         * gst/tcp/gsttcpclientsrc.h:
1393         * gst/tcp/gsttcpserversink.h:
1394         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1395         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1396         (gst_tcpserversrc_stop):
1397         * gst/tcp/gsttcpserversrc.h:
1398         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1399         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1400         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1401           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1402           moved bitshift from macro to enum definition
1403
1404 2005-10-12  Wim Taymans  <wim@fluendo.com>
1405
1406         * examples/seeking/Makefile.am:
1407         Oops.
1408
1409 2005-10-12  Wim Taymans  <wim@fluendo.com>
1410
1411         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1412         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1413         Don't assert on normal stuff.
1414
1415         * gst/playback/gstplaybin.c: (do_playbin_seek):
1416         API fix.
1417
1418 2005-10-12  Wim Taymans  <wim@fluendo.com>
1419
1420         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1421         * examples/seeking/Makefile.am:
1422         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1423         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1424         (do_seek), (set_update_scale), (message_received), (main):
1425         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1426         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1427         Update for _get_state() API change.
1428
1429 2005-10-11  Wim Taymans  <wim@fluendo.com>
1430
1431         * gst-libs/gst/audio/gstbaseaudiosink.c:
1432         (gst_base_audio_sink_render):
1433         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1434         (gst_base_audio_src_create):
1435         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1436         (gst_ring_buffer_read):
1437         Cleanups.
1438         Commit and read from ringbuffer in samples rather than bytes.
1439
1440 2005-10-11  Wim Taymans  <wim@fluendo.com>
1441
1442         * gst-libs/gst/audio/gstbaseaudiosink.c:
1443         (gst_base_audio_sink_render):
1444         Respect segment rate and accum when scheduling samples.
1445
1446 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1447
1448         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1449         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1450         EOS correctly, that needs more work.
1451
1452 2005-10-11  Wim Taymans  <wim@fluendo.com>
1453
1454         * check/generic/states.c: (GST_START_TEST):
1455         remove old property.
1456
1457         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1458         (gst_ogg_demux_perform_seek):
1459         * ext/theora/theoradec.c: (theora_dec_sink_event):
1460         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1461         (vorbis_handle_data_packet):
1462         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1463         (gst_base_rtp_depayload_set_gst_timestamp):
1464         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1465         Update for newsegment API change.
1466
1467 2005-10-11  Michael Smith <msmith@fluendo.com>
1468
1469         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1470         (do_playbin_seek), (gst_play_bin_send_event):
1471           Override send_event differently, so that we can takes bits of
1472           functionality from GstPipeline (special handling for seeks,
1473           including pausing/resuming, and resetting stream time) and still get
1474           the appropriate behaviour of only forwarding event to a single sink,
1475           rather than all of them.
1476           Unfortunately requires a lot of code duplication, but the
1477           alternatives are equally ugly in the end.
1478
1479 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1480
1481         * check/elements/audioconvert.c: (setup_audioconvert),
1482         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1483         (GST_START_TEST), (audioconvert_suite):
1484           clean up tests a little, fix some leaks.
1485
1486 2005-10-10  Wim Taymans  <wim@fluendo.com>
1487
1488         * ext/alsa/gstalsasink.c:
1489         Also allow unsigned int.
1490
1491         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1492         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1493         Small cleanup
1494
1495 2005-10-10  Wim Taymans  <wim@fluendo.com>
1496
1497         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1498         Small update, use API as stated in design docs.
1499
1500         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1501         (update_scale), (do_seek), (seek_cb), (set_update_scale),
1502         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
1503         (message_received), (main):
1504         Updated seek example for GOption. Some usability improvements.
1505
1506 2005-10-10  Wim Taymans  <wim@fluendo.com>
1507
1508         * gst/audioconvert/audioconvert.h:
1509         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
1510         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
1511         Alloc temp storage somewhere else where we can do it more
1512         portable.
1513
1514 2005-10-10  Wim Taymans  <wim@fluendo.com>
1515
1516         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
1517         (gst_tcpserversrc_start):
1518         Don't block in accept while doing the state change, move
1519         to poll and make cancellable.
1520
1521 2005-10-09  Philippe Khalaf <burger@speedy.org>
1522
1523         * gst-libs/gst/rtp/rtpbasedepayload.c:
1524         Set timestamp and add queue delay to timestamp
1525         * gst-libs/gst/rtp/rtpbuffer.h:
1526         Set correct payload type for h263
1527
1528 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1529
1530         * gst/audiotestsrc/gstaudiotestsrc.c:
1531         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
1532         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
1533         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
1534         (gst_audiotestsrc_create_triangle),
1535         (gst_audiotestsrc_create_silence),
1536         (gst_audiotestsrc_create_white_noise),
1537         (gst_audiotestsrc_init_pink_noise),
1538         (gst_audiotestsrc_generate_pink_noise_value),
1539         (gst_audiotestsrc_create_pink_noise),
1540         (gst_audiotestsrc_change_wave):
1541         * gst/audiotestsrc/gstaudiotestsrc.h:
1542           fixed typo, added pink noise
1543
1544 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1545
1546         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
1547         (plugin_init):
1548           Add wavpack and spc typefind functions from 0.8 branch.
1549
1550 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1551
1552         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
1553         (ar_type_find), (msdos_type_find), (plugin_init):
1554           Add typefind functions for tar archives, ar archives,
1555           RAR archives, and msdos-executables (dlls, exe, etc.).
1556           Some of those would be wrongly identified as mpeg
1557           streams of some sort before (#315550).
1558
1559 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1560
1561         * configure.ac:
1562         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1563         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1564         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
1565         * gst/audiotestsrc/Makefile.am:
1566         * gst/audiotestsrc/gstaudiotestsrc.c:
1567         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
1568         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
1569         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
1570         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
1571         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
1572         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
1573         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
1574         (gst_audiotestsrc_create_silence),
1575         (gst_audiotestsrc_create_white_noise),
1576         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
1577         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
1578         (gst_audiotestsrc_start), (plugin_init):
1579         * gst/audiotestsrc/gstaudiotestsrc.h:
1580           add new plugin and element
1581         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
1582           use gobject_class
1583
1584 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1585
1586         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
1587         (gst_adder_init), (gst_adder_request_new_pad),
1588         (gst_adder_change_state):
1589           Add query function to source pad, so adder reports the correct
1590           time/sample position when queried (#315457); fix state change
1591           function; use GST_DEBUG_FUNCPTR() for pad functions.
1592
1593 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1594
1595         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
1596           Fix leaks in typefind registration
1597           Clean up the gratuitous commenting and whitespacing a little
1598
1599 2005-10-08  Wim Taymans  <wim@fluendo.com>
1600
1601         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1602         Only actually wait for the thread to be stopped if it's 
1603         running.
1604
1605 2005-10-08  Wim Taymans  <wim@fluendo.com>
1606
1607         * gst-libs/gst/audio/gstbaseaudiosink.c:
1608         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1609         If we receive EOS we can start playback of what we had.
1610
1611 2005-10-08  Wim Taymans  <wim@fluendo.com>
1612
1613         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1614         (gst_multifdsink_finalize), (multifdsink_hash_remove),
1615         (gst_multifdsink_stop):
1616         Fix crasher when going to NULL multiple times.
1617
1618 2005-10-06  Wim Taymans  <wim@fluendo.com>
1619
1620         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
1621         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1622         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1623         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
1624         patch from Edgard Lima <edgard.lima@indt.org.br>
1625         Fixed gstbaseaudiosrc adding ring buffer sync to it.
1626
1627 2005-10-06  Wim Taymans  <wim@fluendo.com>
1628
1629         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1630         Report the FLOW_RETURN as string in the error message.
1631
1632         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
1633         Don't assert when clearing an unnegotiated buffer.
1634
1635 2005-10-04  Michael Smith <msmith@fluendo.com>
1636
1637         * gst/playback/gstplaybasebin.c: (group_destroy),
1638         (gen_preroll_element), (remove_groups), (setup_source):
1639         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
1640         (setup_sinks), (gst_play_bin_send_event),
1641         (gst_play_bin_change_state):
1642           Set state to NULL before removing from bin. Fix refcounting.
1643
1644 2005-10-04  Michael Smith <msmith@fluendo.com>
1645
1646         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
1647           Correct refcounting in send_event() function. Previously was wrong
1648           if the first sink was unable to handle the event.
1649
1650 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1651
1652         * configure.ac:
1653           back to development
1654
1655 === release 0.9.3 ===
1656
1657 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1658
1659         * configure.ac:
1660           Releasing 0.9.3, "De Facto"
1661
1662 2005-10-03  Andy Wingo  <wingo@pobox.com>
1663
1664         * gst/playback/gstdecodebin.c (try_to_link_1)
1665         (remove_element_chain): set element to NULL before removing it.
1666
1667 2005-10-02  Johan Dahlin  <johan@gnome.org>
1668
1669         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
1670         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
1671         MT safe.
1672
1673 2005-10-02  Andy Wingo  <wingo@pobox.com>
1674
1675         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
1676         (gst_ring_buffer_prepare_read): 
1677         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
1678         Demote to LOG.
1679
1680 2005-09-29  Wim Taymans  <wim@fluendo.com>
1681
1682         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
1683         * ext/theora/theoradec.c: (theora_handle_data_packet):
1684         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1685         Propagate error codes from alloc_buffer too.
1686
1687 2005-09-29  Wim Taymans  <wim@fluendo.com>
1688
1689         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
1690         We use fixed caps.
1691
1692         * gst/playback/Makefile.am:
1693         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1694         (dump_element_stats), (main):
1695         Added example stream introspection code.
1696
1697 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
1698
1699         * gst/adder/gstadder.c: (gst_adder_collected):
1700           fix adder for float elements
1701
1702 2005-09-28  Wim Taymans  <wim@fluendo.com>
1703
1704         * gst-libs/gst/audio/gstbaseaudiosink.c:
1705         (gst_base_audio_sink_class_init),
1706         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
1707         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1708         (gst_base_audio_src_class_init),
1709         (gst_base_audio_src_provide_clock):
1710         get_clock -> provide_clock
1711
1712 2005-09-28  Andy Wingo  <wingo@pobox.com>
1713
1714         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
1715         and unlocking.
1716
1717         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
1718         unlocking.
1719
1720         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
1721         Actually add the pad template.
1722         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
1723
1724         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
1725         I'm at it...
1726
1727         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
1728         from fdsrc. Get caps in create() instead of start() so it can be
1729         interrupted. Interruption somewhat untested.
1730
1731         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
1732         Proper EOS handling.
1733
1734 2005-09-27  Andy Wingo  <wingo@pobox.com>
1735
1736         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
1737
1738         * gst/tcp/gsttcpserversrc.c: Cleaned up.
1739
1740         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
1741
1742         * gst/tcp/gsttcp.h: 
1743         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
1744         out of tcpclientsrc.c. Cancellable.
1745         (gst_tcp_socket_read): Made private, cancellable, with better
1746         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
1747         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
1748         whole buffer, and better diagnostics.
1749         (gst_tcp_gdp_read_caps): Same.
1750
1751         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
1752
1753 2005-09-26  Andy Wingo  <wingo@pobox.com>
1754
1755         * gst/sine/gstsinesrc.h:
1756         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
1757         change the 'sync' property to 'is-live' and implement it halfway,
1758         update for controller api change.
1759
1760         * gst/volume/gstvolume.c (volume_transform_ip): Update for
1761         controller api change.
1762
1763 2005-09-24  Wim Taymans  <wim@fluendo.com>
1764
1765         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
1766         * gst-libs/gst/audio/gstaudiosink.c:
1767         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
1768         (gst_audioringbuffer_stop):
1769         * gst-libs/gst/audio/gstbaseaudiosink.c:
1770         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
1771         (gst_base_audio_sink_change_state):
1772         * gst-libs/gst/audio/gstbaseaudiosink.h:
1773         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
1774         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1775         (gst_ring_buffer_commit), (gst_ring_buffer_read):
1776         * gst-libs/gst/audio/gstringbuffer.h:
1777         Fix sync again. Moved sample alignment to basesink.
1778
1779 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1780
1781         * docs/plugins/Makefile.am:
1782         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1783         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1784         * gst/volume/gstvolume.c:
1785           add/fix docs
1786         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
1787         * gst-libs/gst/audio/audio.h:
1788           add conversion macros for frames <-> clocktime
1789
1790 2005-09-23  David Schleef  <ds@schleef.org>
1791
1792         * gst/audioresample/Makefile.am:
1793         * gst/audioresample/debug.h:
1794         * gst/audioresample/gstaudioresample.c:
1795         * gst/audioresample/resample.c: Convert to using gst debugging
1796
1797 2005-09-22  Wim Taymans  <wim@fluendo.com>
1798
1799         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1800         (gst_play_bin_send_event):
1801         Only seek on one sink, the first one that succeeds.
1802
1803 2005-09-22  Michael Smith <msmith@fluendo.com>
1804
1805         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
1806         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1807         Don't flush encoder state unless we have an initialised encoder.
1808         Clear out encoder state on PAUSED_TO_READY.
1809
1810 2005-09-22  Wim Taymans  <wim@fluendo.com>
1811
1812         * gst-libs/gst/rtp/gstbasertppayload.c:
1813         (gst_basertppayload_class_init), (gst_basertppayload_init),
1814         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1815         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1816         (gst_basertppayload_is_filled), (gst_basertppayload_push),
1817         (gst_basertppayload_set_property),
1818         (gst_basertppayload_get_property),
1819         (gst_basertppayload_change_state):
1820         * gst-libs/gst/rtp/gstbasertppayload.h:
1821         Added max-ptime to control amount of data in the rtp packets.
1822
1823 2005-09-21  Andy Wingo  <wingo@pobox.com>
1824
1825         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
1826         thingies.
1827
1828         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
1829         can be called multiple times, dogs.
1830
1831 2005-09-21  Wim Taymans  <wim@fluendo.com>
1832
1833         * gst-libs/gst/rtp/gstbasertppayload.c:
1834         (gst_basertppayload_class_init), (gst_basertppayload_init),
1835         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1836         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1837         (gst_basertppayload_push), (gst_basertppayload_get_property),
1838         (gst_basertppayload_change_state):
1839         Allow 0 ssrc too.
1840
1841 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
1842
1843         * docs/libs/compiling.sgml:
1844           fixing typos
1845
1846 2005-09-20  Wim Taymans  <wim@fluendo.com>
1847
1848         * gst-libs/gst/rtp/gstbasertppayload.c:
1849         (gst_basertppayload_class_init), (gst_basertppayload_init),
1850         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1851         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1852         (gst_basertppayload_push), (gst_basertppayload_set_property),
1853         (gst_basertppayload_get_property),
1854         (gst_basertppayload_change_state):
1855         * gst-libs/gst/rtp/gstbasertppayload.h:
1856         Added property to configure sequence number offsets.
1857
1858 2005-09-20  Wim Taymans  <wim@fluendo.com>
1859
1860         * gst-libs/gst/rtp/gstbasertppayload.c:
1861         (gst_basertppayload_class_init), (gst_basertppayload_init),
1862         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1863         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1864         (gst_basertppayload_push), (gst_basertppayload_set_property),
1865         (gst_basertppayload_get_property),
1866         (gst_basertppayload_change_state):
1867         * gst-libs/gst/rtp/gstbasertppayload.h:
1868         Make timestamp offset configurable.
1869
1870 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1871
1872         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1873           fix wrong pop/unref
1874
1875 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
1876
1877         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1878
1879         * gst-libs/gst/interfaces/propertyprobe.c:
1880         (gst_property_probe_probe_property_name),
1881         (gst_property_probe_needs_probe_name),
1882         (gst_property_probe_get_values_name),
1883         (gst_property_probe_probe_and_get_values_name):
1884           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
1885           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
1886
1887 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1888
1889         * check/Makefile.am:
1890           have some tests be disabled for valgrinding
1891         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
1892         (GST_START_TEST):
1893         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
1894           Fix A Leak.  Chain To Parent Finalize.
1895
1896 2005-09-19  Wim Taymans  <wim@fluendo.com>
1897
1898         * examples/seeking/seek.c: (make_wav_pipeline), (main):
1899         Fixed wav pipeline.
1900
1901 2005-09-19  Wim Taymans  <wim@fluendo.com>
1902
1903         * gst-libs/gst/rtp/gstbasertppayload.c:
1904         (gst_basertppayload_class_init), (gst_basertppayload_init),
1905         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1906         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1907         (gst_basertppayload_push), (gst_basertppayload_get_property),
1908         (gst_basertppayload_change_state):
1909         Posting ERROR and WARNING messages is good.
1910
1911 2005-09-19  Wim Taymans  <wim@fluendo.com>
1912
1913         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1914         (gst_base_rtp_depayload_add_to_queue),
1915         (gst_base_rtp_depayload_push),
1916         (gst_base_rtp_depayload_set_gst_timestamp),
1917         (gst_base_rtp_depayload_queue_release):
1918         This one was not supposed to go in.
1919
1920 2005-09-19  Wim Taymans  <wim@fluendo.com>
1921
1922         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1923         Fix for bus API.
1924
1925         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1926         (gst_base_rtp_depayload_chain),
1927         (gst_base_rtp_depayload_add_to_queue),
1928         (gst_base_rtp_depayload_push),
1929         (gst_base_rtp_depayload_set_gst_timestamp),
1930         (gst_base_rtp_depayload_queue_release):
1931         Some cleanups.
1932
1933         * gst-libs/gst/rtp/gstbasertppayload.c:
1934         (gst_basertppayload_class_init), (gst_basertppayload_init),
1935         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
1936         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
1937         (gst_basertppayload_get_property),
1938         (gst_basertppayload_change_state):
1939         Added debugging category.
1940
1941 2005-09-18  David Schleef  <ds@schleef.org>
1942
1943         * gst/playback/gstdecodebin.c: free plugin list correctly
1944         * gst/playback/gstplaybin.c: emit warning if autovideosink
1945           and autoaudiosink can't be found (instead of segfaulting)
1946
1947 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1948
1949         * check/elements/audioconvert.c: (GST_START_TEST):
1950           try out 24 bit conversion
1951
1952 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1953
1954         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1955         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
1956         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
1957         * ext/vorbis/vorbisenc.h:
1958           Fix EOS handling.  Still needs a fix in the ogg muxer to
1959           mark the last page as eos.
1960
1961 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1962
1963         * common/gtk-doc-plugins.mak:
1964         * docs/plugins/Makefile.am:
1965         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1966         * gst/ffmpegcolorspace/Makefile.am:
1967         * gst/ffmpegcolorspace/avcodec.h:
1968         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1969         * gst/tcp/gstmultifdsink.c:
1970           fix up ffmpegcolorspace docs; extract header
1971
1972 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1973
1974         * common/gtk-doc-plugins.mak:
1975         * docs/plugins/Makefile.am:
1976         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1977         * ext/theora/Makefile.am:
1978         * ext/theora/gsttheoraenc.h:
1979         * ext/theora/theoraenc.c:
1980         * ext/vorbis/vorbisenc.c:
1981           pick up signals and args for vorbis; add some docs for vorbis
1982
1983 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1984
1985         * common/gstdoc-scangobj:
1986         * common/gtk-doc-plugins.mak:
1987         * docs/libs/Makefile.am:
1988         * docs/plugins/gst-plugins-base-plugins.args:
1989         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1990         * docs/plugins/gst-plugins-base-plugins.interfaces:
1991         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1992         * docs/plugins/gst-plugins-base-plugins.signals:
1993           only scanobj stuff from our source module.  Not sure yet
1994           if that's correct, given the hierarchy stuff :)
1995
1996 2005-09-15  Wim Taymans  <wim@fluendo.com>
1997
1998         * gst/audioconvert/gstaudioconvert.c:
1999         And enable 24 bits mode as well..
2000
2001 2005-09-15  Wim Taymans  <wim@fluendo.com>
2002
2003         * gst-libs/gst/rtp/Makefile.am:
2004         * gst-libs/gst/rtp/gstbasertppayload.c:
2005         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
2006         (gst_basertppayload_class_init), (gst_basertppayload_init),
2007         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
2008         (gst_basertppayload_chain), (gst_basertppayload_set_options),
2009         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2010         (gst_basertppayload_set_property),
2011         (gst_basertppayload_get_property),
2012         (gst_basertppayload_change_state):
2013         * gst-libs/gst/rtp/gstbasertppayload.h:
2014         Added rtp payloader base class.
2015
2016 2005-09-15  Andy Wingo  <wingo@pobox.com>
2017
2018         * configure.ac (plugindir): Remove the EOL matcher from the
2019         regexp, as it causes me problems. Libtool? Make? Who knows?
2020
2021 2005-09-14  David Schleef  <ds@schleef.org>
2022
2023         * check/generic/states.c: 
2024         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2025         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2026           Fixes for changes in registry API.
2027
2028         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
2029           to GST_PLUGIN_LDFLAGS.
2030         * ext/libvisual/visual.c: Make the library shut up.
2031         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
2032         * gst-libs/gst/audio/gstaudiofilter.c: same
2033
2034 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2035
2036         * docs/plugins/Makefile.am:
2037         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2038         * docs/plugins/inspect/plugin-libvisual.xml:
2039         * docs/plugins/tmpl/element-tcpserversink.sgml:
2040         * ext/theora/theoraenc.c:
2041           add libvisual plugin and theoraenc element to docs
2042
2043 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2044
2045         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2046         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2047         * ext/theora/theoraenc.c:
2048           add theoraenc
2049
2050 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
2051
2052         * gst/audioconvert/Makefile.am:
2053           Audioconvert derives from GstBaseTransform and should
2054           link to the library with our base elements to avoid
2055           unresolved symbols. Makes things work with MinGW (#316160)
2056
2057         * gst/playback/test4.c: (main):
2058           Fix MinGW build problem and use g_usleep() instead of 
2059           sleep() (#316162)
2060
2061 2005-09-12  Wim Taymans  <wim@fluendo.com>
2062
2063         * gst/audioconvert/audioconvert.c: (float),
2064         (audio_convert_prepare_context), (audio_convert_convert):
2065         * gst/audioconvert/audioconvert.h:
2066         Cleanups, speedups, simplifications, added back support
2067         for 24 bits.
2068
2069 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2070
2071         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2072         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2073         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2074         * docs/plugins/tmpl/element-tcpserversink.sgml:
2075         * gst/ffmpegcolorspace/gstffmpeg.c:
2076         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2077         * gst/videotestsrc/gstvideotestsrc.c:
2078         * gst/volume/gstvolume.c:
2079           add more elements to the docs
2080
2081 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
2082
2083         * check/Makefile.am:
2084         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
2085         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
2086           Add extra tests for basetransform based components. 
2087           Comment out the test_element_negotiation test until we decide
2088           if it's testing correct behaviour.
2089         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
2090         (gst_visual_chain), (gst_visual_change_state):
2091           Slightly more correct but still bogus timestamping.
2092           Fix state change function.
2093         * gst/audioconvert/gstaudioconvert.c:
2094         (gst_audio_convert_class_init):
2095         * gst/audioresample/gstaudioresample.c:
2096         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2097         (gst_ffmpegcsp_class_init):
2098         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2099         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
2100         (gst_videoscale_prepare_image):
2101         * gst/volume/gstvolume.c: (gst_volume_class_init),
2102         (volume_transform_ip):
2103           Basetransform updates. Enable passthrough modes.
2104         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2105         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
2106         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2107           Negotiation fix that allows the window to return to the original
2108           size and renegotiate passthrough upstream. Extra debug output.
2109
2110 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2111
2112         * gst/sine/gstsinesrc.c:
2113         * gst/volume/gstvolume.c:
2114           fix up header include
2115
2116 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
2117
2118         * gst-libs/gst/audio/gstbaseaudiosink.c:
2119         (gst_base_audio_sink_render):
2120         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
2121         * gst/volume/gstvolume.c: (gst_volume_class_init),
2122         (volume_transform):
2123           fixing lost sync, some more debugging
2124
2125 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
2126
2127         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2128         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2129         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2130         (gst_xvimagesink_check_xshm_calls):
2131           Fix compilation when XShm is not available.
2132
2133 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2134
2135         * ext/libvisual/visual.c: (gst_visual_dispose),
2136         (gst_visual_getcaps), (gst_visual_src_setcaps),
2137         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2138         (gst_visual_change_state):
2139           Finish fixing up libvisual plugin so that it runs. 
2140
2141 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2142
2143         * ext/vorbis/vorbisenc.c:
2144         * gst-libs/gst/tag/gstvorbistag.c:
2145           gsttaginterface.h -> gsttagsetter.h
2146
2147 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2148
2149         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2150           added another test that failes for me (test is not active by default)
2151
2152 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2153
2154         * configure.ac:
2155           v4l2 is no longer in gst-plugins-base
2156
2157 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2158
2159         * configure.ac:
2160           In the output at the end, don't show the first plugin on the same
2161           line as "Core plug-ins, always built:".
2162           Indent the output as for other plugin categories
2163         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2164           #define that can be used to not use peer buffer_alloc functions for
2165           test purposes.
2166         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2167         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2168         (gst_ximagesink_show_frame):
2169         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2170         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2171         (gst_xvimagesink_show_frame):
2172           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2173           fails gracefully instead of XError aborting or deadlocking.
2174
2175 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2176
2177         * ext/libvisual/Makefile.am:
2178           link against gst-base-libs
2179
2180 2005-09-06  David Schleef  <ds@schleef.org>
2181
2182         * configure.ac: Enable libvisual plugin.
2183         * ext/libvisual/Makefile.am:
2184         * ext/libvisual/visual.c: Fixes to make it compile.
2185
2186 === release 0.9.2 ===
2187
2188 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2189
2190         * NEWS:
2191         * RELEASE:
2192         * configure.ac:
2193         * docs/random/ChangeLog-0.8:
2194           releasing 0.9.2, "Spoon"
2195
2196 2005-09-05  Michael Smith <msmith@fluendo.com>
2197
2198         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2199           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2200           that in the vorbisenc element.
2201
2202 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2203
2204         * common/gtk-doc-plugins.mak:
2205         * docs/plugins/Makefile.am:
2206           fix distcheck
2207         * gst/audioresample/resample.c:
2208           fix wrong docstring
2209
2210 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2211
2212         * common/gst-xmlinspect.py:
2213         * common/gtk-doc-plugins.mak:
2214           only inspect plugins for this given package
2215           require gst-python 0.9
2216
2217 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2218
2219         * Makefile.am:
2220         * autogen.sh:
2221         * common/gst-xmlinspect.py:
2222         * configure.ac:
2223         * docs/Makefile.am:
2224         * docs/plugins/inspect/plugin-alsa.xml:
2225         * docs/plugins/inspect/plugin-audioresample.xml:
2226         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2227         * docs/plugins/inspect/plugin-ogg.xml:
2228         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2229         * docs/plugins/tmpl/element-multifdsink.sgml:
2230         * docs/plugins/tmpl/element-tcpserversink.sgml:
2231         * docs/plugins/tmpl/element-vorbisenc.sgml:
2232         * gst-plugins-base.spec.in:
2233           various doc-related updates
2234
2235 2005-08-31  Wim Taymans  <wim@fluendo.com>
2236
2237         * gst-libs/gst/audio/gstbaseaudiosink.c:
2238         (gst_base_audio_sink_render):
2239         Resync if the buffer timestamps drift more than a 10th 
2240         of a second.
2241
2242 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2243
2244         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2245         (gst_v4lsrc_get_property):
2246           The 'timestamp-offset' property is registered as an int64, so
2247           let's use g_value_{set|get}_int64() in our setter and getter
2248           functions (makes it work and fixes warnings with gst-inspect).
2249
2250 2005-08-30  Wim Taymans  <wim@fluendo.com>
2251
2252         * check/elements/audioconvert.c: (setup_audioconvert):
2253         * check/elements/audioresample.c: (setup_audioresample):
2254         * check/elements/volume.c: (setup_volume):
2255         Fix checks.
2256
2257 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2258
2259         * common/gtk-doc-plugins.mak:
2260         * common/plugins.xsl:
2261         * docs/plugins/Makefile.am:
2262           make module a param
2263
2264 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2265
2266         * examples/seeking/seek.c: (make_mp3_pipeline),
2267         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2268         (play_cb), (pause_cb), (stop_cb):
2269           update the example
2270
2271 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2272
2273         * gst/volume/gstvolume.c: (gst_volume_class_init),
2274         (volume_transform):
2275           do not update controlled params, if buffer has no timestamp
2276
2277 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2278
2279         * configure.ac:
2280         * gst/sine/Makefile.am:
2281         * gst/volume/Makefile.am:
2282           controllerized elements also need to link against controller-libs ;)
2283
2284 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2285
2286         * docs/libs/tmpl/gstcolorbalance.sgml:
2287         * docs/libs/tmpl/gstgconf.sgml:
2288         * docs/libs/tmpl/gstmixer.sgml:
2289         * docs/libs/tmpl/gstringbuffer.sgml:
2290         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2291         (gst_sinesrc_create):
2292         * gst/volume/gstvolume.c: (gst_volume_class_init),
2293         (volume_transform):
2294           controllerized two audio plugins
2295
2296 2005-08-29  Andy Wingo  <wingo@pobox.com>
2297
2298         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2299         (vorbis_handle_data_packet): Fix some int overflow errors.
2300
2301         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2302         -1.
2303         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2304         valid.
2305         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2306         if it's valid. Fixed streaming-mode playback.
2307
2308         * check/elements/volume.c (cleanup_volume): Fix for running
2309         CK_FORK=no.
2310
2311         * check/elements/audioconvert.c: Convert from native endian, not
2312         little endian.
2313
2314 2005-08-29  Michael Smith <msmith@fluendo.com>
2315
2316         * ext/ogg/Makefile.am:
2317         * ext/ogg/gstogg.c: (plugin_init):
2318         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2319         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2320         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2321         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2322         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2323         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2324         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2325         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2326         Add an ogg parser element.
2327
2328 2005-08-28  Andy Wingo  <wingo@pobox.com>
2329
2330         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2331
2332 2005-08-26  Wim Taymans  <wim@fluendo.com>
2333
2334         * gst/audioconvert/audioconvert.c: (if), (float),
2335         (audio_convert_get_func_index), (check_default),
2336         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2337         (audio_convert_clean_context), (audio_convert_get_sizes),
2338         (audio_convert_convert):
2339         Cleanups.
2340
2341 2005-08-26  Wim Taymans  <wim@fluendo.com>
2342
2343         * gst/audioconvert/audioconvert.c: (if), (float),
2344         (audio_convert_get_func_index), (check_default),
2345         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2346         (audio_convert_clean_context), (audio_convert_get_sizes),
2347         (audio_convert_convert):
2348         More elegant and working temp buffer selection algo.
2349
2350 2005-08-26  Wim Taymans  <wim@fluendo.com>
2351
2352         * gst/audioconvert/audioconvert.c: (if), (float),
2353         (audio_convert_get_func_index), (check_default),
2354         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2355         (audio_convert_clean_context), (audio_convert_get_sizes),
2356         (get_temp_buffer), (audio_convert_convert):
2357         Use realloc else we lose our original data.
2358
2359 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2360
2361         * gst/audioresample/gstaudioresample.c:
2362           use base class' newsegment to properly timestamp
2363
2364 2005-08-26  Wim Taymans  <wim@fluendo.com>
2365
2366         * gst/audioconvert/audioconvert.c: (if), (float),
2367         (audio_convert_get_func_index), (check_default),
2368         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2369         (audio_convert_clean_context), (audio_convert_get_sizes),
2370         (get_temp_buffer), (audio_convert_convert):
2371         * gst/audioconvert/gstaudioconvert.c:
2372         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2373         (gst_audio_convert_transform_caps),
2374         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2375         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2376         Oops, allocate enough space to perform the channel mix.
2377
2378 2005-08-26  Wim Taymans  <wim@fluendo.com>
2379
2380         * gst/audioconvert/Makefile.am:
2381         * gst/audioconvert/audioconvert.c: (if), (float),
2382         (audio_convert_get_func_index), (check_default),
2383         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2384         (audio_convert_clean_context), (audio_convert_get_sizes),
2385         (get_temp_buffer), (audio_convert_convert):
2386         * gst/audioconvert/audioconvert.h:
2387         * gst/audioconvert/gstaudioconvert.c:
2388         (gst_audio_convert_class_init), (gst_audio_convert_init),
2389         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2390         (gst_audio_convert_get_unit_size),
2391         (gst_audio_convert_transform_caps),
2392         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2393         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2394         * gst/audioconvert/gstaudioconvert.h:
2395         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2396         (gst_channel_mix_fill_identical),
2397         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2398         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2399         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2400         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2401         (gst_channel_mix_mix):
2402         * gst/audioconvert/gstchannelmix.h:
2403         Cleanups, librarify a bit, optimize, better negotiation and more.
2404
2405 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2406
2407         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2408         Another from MikeS:
2409         During typefinding, don't support negative offsets
2410         (offsets from the end of the stream) in our typefind->peek() function
2411         - nothing embedded in ogg ever needs them. However, we need to recognise
2412         those requests and reject them, otherwise we return invalid pointers.
2413
2414 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2415
2416         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2417         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2418         (vorbisdec_finalize), (vorbis_handle_type_packet):
2419           Big shout-out to MikeS for fixing this giant memory leak.
2420           Huzzah!
2421
2422 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2423
2424         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2425         (audio_convert_get_unit_size):
2426           plug some leaks
2427
2428 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2429
2430         * check/Makefile.am:
2431         * check/elements/audioconvert.c: (setup_audioconvert),
2432         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2433         (GST_START_TEST), (audioconvert_suite), (main):
2434           add a test for audioconvert
2435         * gst/audioresample/gstaudioresample.c:
2436         * gst/audioresample/gstaudioresample.h:
2437           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2438           note that for buffers of 1/3 sec this means DURATION(c) is 
2439           one nanosecond more than for a and b
2440
2441 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2442
2443         * check/Makefile.am:
2444         * check/elements/audioresample.c: (setup_audioresample),
2445         (cleanup_audioresample), (fail_unless_perfect_stream),
2446         (test_perfect_stream_instance), (GST_START_TEST),
2447           add a check for audioresample
2448         (audioresample_suite), (main):
2449         * check/elements/volume.c: (GST_START_TEST):
2450           remove unused method
2451         * gst/audioresample/gstaudioresample.c:
2452           set correct buffer parameters since we're changing them
2453         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2454           add some debug
2455
2456 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2457
2458         * gst/audioresample/debug.c:
2459         * gst/audioresample/gstaudioresample.c:
2460           add room for extra overlap samples when asked to transform size
2461           protect against possible mem corruption and check for discrepancies
2462           between written size and outbuffer's size so we can warn for
2463           potential problems
2464         * gst/audioresample/resample.c: (resample_init),
2465         (resample_get_output_size_for_input), (resample_get_output_size),
2466         (resample_set_n_channels), (resample_set_format):
2467           set debug level based on RESAMPLE_DEBUG env var
2468           make sure that get_output_size* returns a whole number of
2469           sample_size
2470           set sample_size each time either channel or format is set
2471         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
2472         * gst/audioresample/resample_functable.c:
2473         (resample_scale_functable):
2474         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2475           remove r->sample_size, it's done in resample.c now
2476           add some debugging to the ref implementation
2477           make sure we only give back bytes that are wholes of the sample
2478           size
2479
2480 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
2481         * gst/playback/gstplaybasebin.c: (fill_buffer):
2482         Revert unpopular change for GST_MESSAGE_SRC to GObject.
2483
2484 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
2485
2486         * gst/volume/gstvolume.c:
2487           made set_caps function static
2488
2489 2005-08-24  Wim Taymans  <wim@fluendo.com>
2490
2491         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2492         (gst_vorbisenc_change_state):
2493         Stop leaking taglists.
2494
2495 2005-08-24  Wim Taymans  <wim@fluendo.com>
2496
2497         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2498         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
2499         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
2500         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
2501         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2502         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2503         Parse seeking events better.
2504         Unref static caps.
2505         Generate correct newsegment events, fixes seeking in live oggs.
2506
2507         * ext/theora/theoradec.c: (theora_dec_src_query),
2508         (theora_dec_src_event), (theora_dec_src_getcaps),
2509         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
2510         Use newsegment values to report correct play time.
2511
2512         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2513         (vorbis_dec_src_event), (vorbis_dec_sink_event):
2514         * ext/vorbis/vorbisdec.h:
2515         Parse and use newsegment values to report correct play time.
2516
2517         * gst-libs/gst/audio/gstbaseaudiosink.c:
2518         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2519         Clear ringbuffer on flush.
2520         Use newsegment values to calculate playback time.
2521
2522         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
2524         Basesink does newsegment calculations for us now.
2525
2526 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2527
2528         * check/Makefile.am:
2529         * configure.ac:
2530           add core's plugins to the mix so that playbin works
2531         * check/generic/states.c: (GST_START_TEST):
2532           set a 0 timeout on pipelines, so they don't force the next
2533           state change
2534         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
2535         (gst_play_base_bin_change_state):
2536           remove the crappy error handling and do GST error handling
2537
2538 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2539
2540         * check/Makefile.am:
2541         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
2542           add same test as to core, it bitches out on playbin atm.
2543
2544 2005-08-24  Wim Taymans  <wim@fluendo.com>
2545
2546         * configure.ac:
2547         Remove audioscale.
2548
2549 2005-08-24  Wim Taymans  <wim@fluendo.com>
2550
2551         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2552         (gst_videoscale_prepare_size), (parse_caps),
2553         (gst_videoscale_set_caps), (gst_videoscale_get_size),
2554         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
2555         (gst_videoscale_transform):
2556         * gst/videoscale/gstvideoscale.h:
2557         Refactor, make use of BaseTranform really well.
2558
2559 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2560
2561         * configure.ac:
2562           compile audioresample
2563         * gst/audioresample/Makefile.am:
2564         * gst/audioresample/buffer.c:
2565         * gst/audioresample/functable.c:
2566         * gst/audioresample/gstaudioresample.c:
2567         * gst/audioresample/gstaudioresample.h:
2568         * gst/audioresample/resample.c:
2569         (resample_get_output_size_for_input):
2570         * gst/audioresample/resample.h:
2571         * gst/audioresample/resample_chunk.c:
2572         * gst/audioresample/resample_functable.c:
2573         * gst/audioresample/resample_ref.c:
2574           port to use basetransform; doesn't work in all cases yet
2575
2576 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2577
2578         * gst/audioconvert/gstaudioconvert.c:
2579         (gst_audio_convert_class_init), (gst_audio_convert_init),
2580         (audio_convert_get_unit_size), (audio_convert_transform_caps),
2581         (audio_convert_fixate_caps), (audio_convert_set_caps),
2582         (audio_convert_transform),
2583         (gst_audio_convert_buffer_to_default_format),
2584         (gst_audio_convert_buffer_from_default_format),
2585         (gst_audio_convert_channels):
2586         * gst/audioconvert/gstchannelmix.c:
2587         * gst/audioconvert/gstchannelmix.h:
2588           port to basetransform
2589         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2590         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
2591         (gst_ffmpegcsp_get_unit_size):
2592         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2593         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
2594           fix for basetransform changes
2595
2596 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
2597
2598         * check/Makefile.am:
2599           Add CHECK_CFLAGS and LDFLAGS
2600
2601         * gst/playback/gstplaybasebin.c: (fill_buffer):
2602           GST_MESSAGE_SRC became a GObject
2603
2604 2005-08-24  Wim Taymans  <wim@fluendo.com>
2605
2606         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
2607         (gst_ring_buffer_clear_all):
2608         * gst-libs/gst/audio/gstringbuffer.h:
2609         Added function to clear the ringbuffer.
2610
2611 2005-08-24  Andy Wingo  <wingo@pobox.com>
2612
2613         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
2614         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
2615         of _open and _close.
2616
2617         * sys/v4l/gstv4lxoverlay.h:
2618         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
2619         an Xv connection here, instead of all the time. Make Xv only be
2620         loaded if you axe for it. Kindof a workaround for buggy behaviour
2621         of Xv when using remote xservers (XvQueryExtension would block).
2622         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
2623         replace the _open and _close public API. Only start the xv
2624         connection if necessary.
2625         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
2626
2627 2005-08-23  David Schleef  <ds@schleef.org>
2628
2629         * gst/audioresample/Makefile.am: Leet audioresampling code
2630         * gst/audioresample/buffer.c:
2631         * gst/audioresample/buffer.h:
2632         * gst/audioresample/debug.c:
2633         * gst/audioresample/debug.h:
2634         * gst/audioresample/functable.c:
2635         * gst/audioresample/functable.h:
2636         * gst/audioresample/gstaudioresample.c:
2637         * gst/audioresample/gstaudioresample.h:
2638         * gst/audioresample/resample.c:
2639         * gst/audioresample/resample.h:
2640         * gst/audioresample/resample_chunk.c:
2641         * gst/audioresample/resample_functable.c:
2642         * gst/audioresample/resample_ref.c:
2643
2644 2005-08-23  Wim Taymans  <wim@fluendo.com>
2645
2646         * examples/seeking/seek.c: (make_vorbis_pipeline),
2647         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
2648         Small seek updates.
2649
2650 2005-08-23  Andy Wingo  <wingo@pobox.com>
2651
2652         * gst-libs/gst/audio/gstbaseaudiosrc.c
2653         (gst_base_audio_src_fixate): Only fixate endianness if it is
2654         present in the caps.
2655
2656 2005-08-22  Andy Wingo  <wingo@pobox.com>
2657
2658         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
2659         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
2660         device-name property.
2661
2662         * gst-libs/gst/audio/gstaudiosrc.h:
2663         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
2664         close_device in the ring buffer, like gstaudiosink.
2665
2666         * ext/alsa/gstalsamixer.h:
2667         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
2668         macro to implement the interface without much code. Cleanups. 
2669
2670         * ext/alsa/gstalsasrc.h:
2671         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
2672         READY.
2673
2674         * ext/alsa/Makefile.am: Add new files.
2675         * ext/alsa/gstalsamixerelement.c: 
2676         * ext/alsa/gstalsamixerelement.c: Split element code out from
2677         mixer code so that alsasrc can be a mixer too.
2678
2679 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2680
2681         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2682         (GST_START_TEST):
2683         * check/elements/vorbisdec.c: (setup_vorbisdec),
2684         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
2685         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2686         (vorbis_handle_identification_packet),
2687         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
2688         (vorbis_handle_header_packet), (vorbis_dec_push),
2689         (vorbis_dec_chain):
2690           use the setup/teardown methods to save code.  save code is good.
2691
2692 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2693
2694         * check/Makefile.am:
2695           add ext dir for plugins
2696           add vorbisdec test conditionally
2697         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2698         (GST_START_TEST), (volume_suite):
2699           add a test with wrong caps
2700         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
2701         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
2702           add a vorbisdec test
2703         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
2704         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
2705           clean up debug output
2706         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2707           yay, fix a segfault/security issue in vorbisdec
2708           gst-launch fakesrc ! vorbisdec wasn't happy
2709         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
2710         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
2711         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
2712         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
2713         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
2714         (gst_vorbisenc_set_metadata), (get_constraints_string),
2715         (update_start_message), (gst_vorbisenc_setup),
2716         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
2717         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
2718         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
2719         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
2720         * ext/vorbis/vorbisenc.h:
2721           march in line
2722         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2723         (gst_ffmpegcsp_transform):
2724           have the kow come home
2725         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
2726           debug my func ptr
2727         * gst/volume/gstvolume.c: (volume_set_caps):
2728           add a debug
2729
2730 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2731
2732         * Makefile.am:
2733         * check/.cvsignore:
2734         * check/Makefile.am:
2735         * check/elements/.cvsignore:
2736         * check/elements/volume.c: (chain_func), (event_func),
2737         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
2738         (main):
2739         * configure.ac:
2740           add unit test structure for gst-plugins-base
2741           add a test for volume
2742         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
2743         (gst_volume_set_volume), (gst_volume_get_volume),
2744         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
2745         (volume_funcfind), (volume_process_float), (volume_process_int16),
2746         (volume_set_caps), (volume_transform), (volume_update_mute),
2747         (volume_update_volume), (volume_set_property),
2748         (volume_get_property):
2749           document a little; use basetransform vmethod _set_caps
2750
2751 2005-08-19  Andy Wingo  <wingo@pobox.com>
2752
2753         * ext/alsa/gstalsamixertrack.h:
2754         * ext/alsa/gstalsamixertrack.c:
2755         * ext/alsa/gstalsamixeroptions.h:
2756         * ext/alsa/gstalsamixeroptions.c:
2757         * ext/alsa/gstalsamixer.h:
2758         * ext/alsa/gstalsamixer.c: Port to 0.9.
2759
2760         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
2761         Remove gstalsa.c and alsaclock. No more cruft here.
2762         
2763 2005-08-18  Wim Taymans  <wim@fluendo.com>
2764
2765         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2766         (gst_base_rtp_depayload_chain),
2767         (gst_base_rtp_depayload_add_to_queue),
2768         (gst_base_rtp_depayload_push),
2769         (gst_base_rtp_depayload_queue_release):
2770         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2771         Fix for RTPBuffer changes.
2772
2773         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
2774         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
2775         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
2776         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
2777         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
2778         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
2779         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
2780         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
2781         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
2782         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
2783         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
2784         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
2785         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
2786         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
2787         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
2788         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
2789         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
2790         (gst_rtpbuffer_get_payload):
2791         * gst-libs/gst/rtp/gstrtpbuffer.h:
2792         Don't subclass GstBuffer but add methods and helper functions
2793         to construct and manipulate RTP packets in regular GstBuffers.
2794
2795 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
2796
2797         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
2798           moved statement below switch
2799         * gst/volume/gstvolume.c: (gst_volume_class_init):
2800           added debug ptr
2801
2802 2005-08-16  Wim Taymans  <wim@fluendo.com>
2803
2804         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2805         (gst_base_audio_src_change_state):
2806         Open and close device in READY<->NULL state change.
2807
2808 2005-08-16  Andy Wingo  <wingo@pobox.com>
2809
2810         * examples/seeking/Makefile.am: Don't compile non-compiling
2811         compiled objects with the compiler.
2812
2813         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
2814         elements.
2815
2816 2005-08-12  Philippe Khalaf <burger@speedy.org>
2817         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2818         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2819           Made a thread to release the queue.
2820           Removed timestamp conversion for now.
2821
2822 2005-08-10  Philippe Khalaf <burger@speedy.org>
2823         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2824         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2825           Added rtp timestamp -> gst timestamp conversion.
2826           Fixed several problems with queue.
2827
2828 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
2829
2830         * gst-libs/gst/audio/gstaudioclock.h:
2831         * gst-libs/gst/audio/gstaudiofilter.h:
2832         * gst-libs/gst/audio/gstaudiosink.h:
2833         * gst-libs/gst/audio/gstaudiosrc.h:
2834         * gst-libs/gst/audio/gstbaseaudiosink.h:
2835         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2836         * gst-libs/gst/audio/gstringbuffer.h:
2837         * gst-libs/gst/net/gstnetbuffer.h:
2838         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2839         * gst-libs/gst/rtp/gstrtpbuffer.h:
2840           Add padding (you will need to rebuild gst-plugins-base,
2841           gst-plugins and all applications afterwards!)
2842
2843 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
2844
2845         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
2846         (gst_riff_parse_chunk):
2847           Fix bug in debug message and add some more debug messages.
2848
2849 2005-08-08  Edward Hervey  <edward@fluendo.com>
2850
2851         * gst-libs/gst/riff/riff-media.c:
2852         backported updates since branch
2853
2854 2005-08-08  Andy Wingo  <wingo@pobox.com>
2855
2856         * gst-libs/gst/audio/gstbaseaudiosink.c
2857         (gst_base_audio_sink_change_state): Open the device in NULL->READY
2858         like good elements should. Close on READY->NULL too.
2859
2860         * gst-libs/gst/audio/gstaudiosink.c
2861         (gst_audioringbuffer_open_device,
2862         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
2863         (gst_audioringbuffer_release): Updates for new ring buffer API,
2864         hook into the new audio sink api.
2865
2866         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
2867         (GstAudioSinkClass.close): Just open and close the device -- no
2868         resource allocation or configuration.
2869         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
2870         vmethods, handle device setup and resource allocation.
2871
2872         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
2873         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
2874         base class API.
2875
2876         * gst-libs/gst/audio/gstringbuffer.h
2877         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
2878         New vmethods.
2879
2880         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
2881         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
2882         New API functions. The device should be opened before acquiring
2883         and closed after releasing.
2884
2885 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
2886
2887         * gst-libs/gst/interfaces/mixer.h:
2888           Reset padding to GST_PADDING.
2889
2890 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2891
2892         * gst/playback/gstplaybin.c: (remove_sinks):
2893           Remove visualization from parent explicitely; works around some
2894           apparent refcount issue that I haven't tracked down yet.
2895
2896 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2897
2898         * ext/alsa/gstalsasink.c: (set_hwparams):
2899           Assign debug category, add negotiation debug msgs.
2900
2901 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2902
2903         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
2904           Fix error code for file-not-found to NOT_FOUND.
2905
2906 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2907
2908         * common/gtk-doc-plugins.mak:
2909         * docs/plugins/Makefile.am:
2910         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2911         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2912           renamed to actual element names, so much nicer to look at
2913         * docs/plugins/tmpl/gstmultifdsink.sgml:
2914           remove
2915         * docs/plugins/tmpl/multifdsink.sgml:
2916         * docs/plugins/tmpl/tcpserversink.sgml:
2917           add
2918         * ext/alsa/gstalsa.c:
2919         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
2920         * ext/ogg/gstoggmux.c:
2921         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
2922         * gst/playback/gstdecodebin.c:
2923         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
2924         * gst/tcp/gsttcpserversink.c:
2925           various fixes and documentation additions
2926
2927 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2928
2929         * common/Makefile.am:
2930         * common/gstdoc-scangobj:
2931         * common/gtk-doc-plugins.mak:
2932         * common/gtk-doc.mak:
2933           add a custom scangobj that uses the registry
2934           add a custom gtk-doc-plugins.mak that uses it
2935           some doc build fixes
2936         * configure.ac:
2937         * docs/Makefile.am:
2938         * docs/plugins/Makefile.am:
2939         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2940         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2941         * docs/plugins/gst-plugins-base-plugins.types:
2942         * docs/plugins/tmpl/gstmultifdsink.sgml:
2943           add docs for one element, multifdsink
2944         * gst/adder/gstadder.h:
2945         * gst/volume/gstvolume.h:
2946           don't privatize enum
2947         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
2948         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
2949         (gst_sync_method_get_type), (gst_client_status_get_type),
2950         (gst_multifdsink_class_init),
2951         (gst_multifdsink_client_queue_buffer),
2952         (gst_multifdsink_handle_client_write):
2953         * gst/tcp/gstmultifdsink.h:
2954         * gst/tcp/gsttcp.h:
2955         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
2956         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
2957         (gst_tcpclientsink_render):
2958         * gst/tcp/gsttcpclientsink.h:
2959         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
2960         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
2961         (gst_tcpclientsrc_start):
2962         * gst/tcp/gsttcpclientsrc.h:
2963         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
2964         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
2965         * gst/tcp/gsttcpserversrc.h:
2966         * gst/typefind/gsttypefindfunctions.c:
2967           remove superfluous Type stuff
2968
2969 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2970
2971         * gst/playback/gstplaybin.c: (gen_video_element):
2972           Enable videoscale.
2973
2974 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2975
2976         * gst-libs/gst/gconf/gconf.c:
2977         * gst-libs/gst/gconf/gconf.h:
2978           Fix some Andy Problem [tm].
2979
2980 2005-08-04  Andy Wingo  <wingo@pobox.com>
2981
2982         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
2983         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
2984         (gst_ffmpegcsp_get_size): Adapt to API changes.
2985
2986         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
2987         Implement an in-place do-nothing transform.
2988
2989 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2990
2991         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
2992         (gst_ximagesink_renegotiate_size):
2993           Do not set new window sizes yet if we prepare a new buffer size
2994           for upstream renegotiation (software scaling) at some point in the
2995           future, because this new size waqs not actually accepted yet. Once
2996           accepted, renegotiation later on will set the new sizes just fine.
2997           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
2998           embedding testcase.
2999
3000 2005-08-03  Andy Wingo  <wingo@pobox.com>
3001
3002         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
3003         (gst_ximagesink_buffer_alloc): 
3004         Protect the height, width, and desired_caps with the pool_lock.
3005         Fixes videotestsrc ! queue ! ximagesink.
3006
3007 2005-08-02  Edward Hervey  <edward@fluendo.com>
3008
3009         * gst/volume/gstvolume.c:
3010         include left from controller cleanup
3011
3012 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
3013         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
3014           Stop collectpads before calling the parent state
3015           change function on PAUSED->READY.
3016
3017 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
3018         * configure.ac:
3019           When testing for X libs, use the X CFlags 
3020         * gst/adder/gstadder.c: (gst_adder_change_state):
3021           Stop the collectpads before calling parent state change function
3022           on PAUSED->READY, otherwise we deadlock deactivating pads.
3023
3024 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
3025
3026         * configure.ac:
3027         * docs/libs/tmpl/gstcolorbalance.sgml:
3028         * docs/libs/tmpl/gstmixer.sgml:
3029         * examples/Makefile.am:
3030         * gst/sine/Makefile.am:
3031         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
3032         (gst_sinesrc_set_property), (plugin_init):
3033         * gst/sine/gstsinesrc.h:
3034         * gst/volume/Makefile.am:
3035         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3036         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
3037         (volume_process_float), (volume_process_int16),
3038         (volume_set_property), (plugin_init):
3039         * gst/volume/gstvolume.h:
3040           deactivate and remove dparams (libgstcontrol)
3041
3042 2005-07-29  Wim Taymans  <wim@fluendo.com>
3043
3044         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
3045         Convert me to BaseTransform!! help..
3046
3047 2005-07-29  Andy Wingo  <wingo@pobox.com>
3048
3049         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
3050         sinks.
3051
3052         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
3053         support of both endiannesses.
3054
3055 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3056
3057         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3058           Fix confusing debug message (s/event/query/)
3059
3060 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3061
3062         * gst/videotestsrc/videotestsrc.h:
3063           Use "_stdint.h" instead of <stdint.h>
3064
3065 2005-07-27  Wim Taymans  <wim@fluendo.com>
3066
3067         * ext/vorbis/Makefile.am:
3068         Revert wrong commit.
3069
3070 2005-07-27  Wim Taymans  <wim@fluendo.com>
3071
3072         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
3073         More compilation fixen.
3074
3075 2005-07-27  Wim Taymans  <wim@fluendo.com>
3076
3077         * gst-libs/gst/audio/gstbaseaudiosink.c:
3078         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3079         (gst_base_audio_sink_create_ringbuffer),
3080         (gst_base_audio_sink_change_state):
3081         Fix compilation.
3082
3083 2005-07-27  Wim Taymans  <wim@fluendo.com>
3084
3085         * examples/seeking/seek.c: (setup_dynamic_link),
3086         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
3087         (query_positions_elems), (query_positions_pads), (do_seek):
3088         Update seek example.
3089
3090         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3091         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
3092         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
3093         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3094         (gst_ogg_demux_handle_event),
3095         (gst_ogg_demux_deactivate_current_chain),
3096         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3097         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3098         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
3099         (gst_ogg_demux_loop):
3100         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3101         * ext/theora/theoradec.c: (theora_dec_src_event),
3102         (theora_dec_src_getcaps), (theora_dec_sink_event),
3103         (theora_dec_push), (theora_dec_chain):
3104         * ext/vorbis/Makefile.am:
3105         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
3106         (vorbis_dec_sink_event), (vorbis_dec_push),
3107         (vorbis_handle_data_packet):
3108         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
3109         (gst_vorbisenc_chain):
3110         * gst/playback/gststreaminfo.c: (cb_probe):
3111         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
3112         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3113         * gst/videoscale/gstvideoscale.c:
3114         (gst_videoscale_handle_src_event):
3115         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
3116         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
3117         (gst_ximagesink_navigation_send_event):
3118         * sys/xvimage/xvimagesink.c:
3119         (gst_xvimagesink_navigation_send_event):
3120         Various event updates and cleanups
3121
3122 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3123
3124         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
3125           Fix segfault for I420/YV12.
3126
3127 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3128
3129         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3130           Report bitrate.
3131
3132 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3133
3134         * gst/playback/gstplaybin.c: (gen_video_element),
3135         (gen_audio_element):
3136           Switch to auto*sink elements as default sinks; add volume element
3137           so that volume control in totem works.
3138
3139 2005-07-21  Wim Taymans  <wim@fluendo.com>
3140
3141         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3142         * gst/playback/gstplaybin.c: (setup_sinks),
3143         (gst_play_bin_change_state):
3144         Refcount fix and more comments.
3145
3146 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3147
3148         * sys/ximage/Makefile.am:
3149         * sys/ximage/ximage.c: (plugin_init):
3150         * sys/ximage/ximagesink.c:
3151         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3152         
3153
3154 2005-07-21  Wim Taymans  <wim@fluendo.com>
3155
3156         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3157         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3158         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3159         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3160         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3161         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3162         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3163         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3164         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3165         Generate correct disconts for live chained oggs.
3166
3167         * gst-libs/gst/audio/gstbaseaudiosink.c:
3168         (gst_base_audio_sink_render),
3169         (gst_base_audio_sink_create_ringbuffer),
3170         (gst_base_audio_sink_change_state):
3171         Handle discont math correctly.
3172
3173         * gst/playback/gstplaybin.c: (add_sink):
3174         Some small debug cleanup.
3175
3176 2005-07-21  Wim Taymans  <wim@fluendo.com>
3177
3178         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3179         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3180         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3181         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3182         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3183         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3184         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3185         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3186         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3187         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3188         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3189         (gst_ogg_demux_change_state), (gst_ogg_print):
3190         Reorganize code to send the right disconts when in streaming
3191         mode.
3192
3193 2005-07-20  Andy Wingo  <wingo@pobox.com>
3194
3195         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3196         fix (?), fixes a seggie mcfalterson (#310894).
3197
3198 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3199
3200         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3201         (gst_ogg_mux_set_header_on_caps):
3202         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3203         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3204         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3205         * gst-libs/gst/audio/multichannel.c:
3206         (gst_audio_set_channel_positions),
3207         (gst_audio_set_structure_channel_positions_list):
3208         * gst/playback/gstdecodebin.c: (dynamic_create):
3209         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3210         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3211           Fixes for API changes in core.
3212
3213 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3214
3215         * gst/playback/gstplaybasebin.c: (fill_buffer):
3216           Use _new_custom() so we can set custom message types for buffering
3217           messages.
3218
3219 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3220
3221         * configure.ac:
3222         * gst-libs/gst/Makefile.am:
3223         * gst-libs/gst/gconf/.cvsignore:
3224         * gst-libs/gst/gconf/Makefile.am:
3225         * gst-libs/gst/gconf/test-gconf.c:
3226         * pkgconfig/Makefile.am:
3227         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3228         * pkgconfig/gstreamer-gconf.pc.in:
3229           Remove gconf stuff, use gconf elements instead from now on.
3230
3231 2005-07-20  Wim Taymans  <wim@fluendo.com>
3232
3233         * gst-libs/gst/audio/TODO:
3234         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3235         (gst_audio_clock_get_internal_time):
3236         * gst-libs/gst/audio/gstaudioclock.h:
3237         * gst-libs/gst/audio/gstbaseaudiosink.c:
3238         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3239         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3240         (gst_base_audio_sink_render),
3241         (gst_base_audio_sink_create_ringbuffer),
3242         (gst_base_audio_sink_change_state):
3243         Make sure the audio clock always returns an increasing value.
3244
3245 2005-07-19  Andy Wingo  <wingo@pobox.com>
3246
3247         * gst/videotestsrc/: Cleanups.
3248
3249 2005-07-19  Wim Taymans  <wim@fluendo.com>
3250
3251         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3252         Better debugging.
3253
3254 2005-07-19  Wim Taymans  <wim@fluendo.com>
3255
3256         * examples/seeking/seek.c: (make_dv_pipeline),
3257         (make_vorbis_theora_pipeline), (query_rates),
3258         (query_positions_elems), (query_positions_pads), (do_seek):
3259         Make correct DV pipeline.
3260
3261 2005-07-18  Andy Wingo  <wingo@pobox.com>
3262
3263         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3264         default. Also because it's the only thing that really works. (This
3265         is used in the GConf elements).
3266         Use AS_LIBTOOL_TAGS.
3267
3268 2005-07-18  Wim Taymans  <wim@fluendo.com>
3269
3270         * gst/playback/gstdecodebin.c: (remove_element_chain):
3271         * gst/playback/gstplaybin.c: (add_sink):
3272         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3273         (gst_stream_info_set_mute):
3274         * gst/playback/gststreamselector.c:
3275         (gst_stream_selector_get_linked_pad),
3276         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3277         More leak and compile fixes.
3278
3279 2005-07-18  Wim Taymans  <wim@fluendo.com>
3280
3281         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3282         (query_rates), (query_positions_elems), (query_positions_pads),
3283         (do_seek), (seek_cb), (stop_seek):
3284         Updated seek example. 
3285
3286         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3287         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3288         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3289         * gst/playback/gstplaybin.c: (add_sink):
3290         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3291         (gst_stream_info_set_mute):
3292         Some refcount leak fixes.
3293
3294 2005-07-16  Wim Taymans  <wim@fluendo.com>
3295
3296         * gst-libs/gst/audio/gstbaseaudiosink.c:
3297         (gst_base_audio_sink_render):
3298         Align samples even if we have roundoff errors in the 
3299         timestamp conversion.
3300
3301 2005-07-16  Wim Taymans  <wim@fluendo.com>
3302
3303         * docs/libs/tmpl/gstringbuffer.sgml:
3304         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3305         (query_rates), (query_positions_elems), (query_positions_pads),
3306         (update_scale), (do_seek):
3307         Updated seek example.
3308
3309         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3310         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3311         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3312         (gst_ogg_demux_loop):
3313         Push out correct discont values.
3314
3315         * ext/theora/theoradec.c: (theora_dec_src_convert),
3316         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3317         (theora_dec_sink_event), (theora_handle_type_packet),
3318         (theora_handle_header_packet), (theora_dec_push),
3319         (theora_handle_data_packet), (theora_dec_chain),
3320         (theora_dec_change_state):
3321         Better timestamping.
3322
3323         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3324         (vorbis_dec_sink_event), (vorbis_dec_push),
3325         (vorbis_handle_data_packet), (vorbis_dec_chain):
3326         * ext/vorbis/vorbisdec.h:
3327         Better timestamping.
3328
3329         * gst-libs/gst/audio/gstbaseaudiosink.c:
3330         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3331         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3332         Handle syncing on timestamps instead of sample offsets. Make
3333         use of DISCONT values as described in design docs.
3334
3335         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3336         (gst_base_audio_src_get_time):
3337         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3338         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3339         (gst_ring_buffer_read):
3340         * gst-libs/gst/audio/gstringbuffer.h:
3341         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3342         (gst_ximagesink_show_frame):
3343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3344         Correcly convert buffer timestamp to stream time.
3345
3346 2005-07-16  Wim Taymans  <wim@fluendo.com>
3347
3348         * gst/audioconvert/gstaudioconvert.c:
3349         (gst_audio_convert_get_buffer):
3350         Timestamp buffers correctly.
3351
3352         * gst/playback/gstplaybin.c: (gen_video_element):
3353         Make internal fakesink silent.
3354
3355 2005-07-15  Wim Taymans  <wim@fluendo.com>
3356
3357         * gst/ffmpegcolorspace/Makefile.am:
3358         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3359         (gst_ffmpegcsp_caps_remove_format_info),
3360         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3361         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3362         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3363         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3364         Ported ffmpegcolorspace to basetransform.
3365
3366         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3367         * gst/volume/gstvolume.c: (volume_transform):
3368         Ported to new API.
3369
3370 2005-07-14  Wim Taymans  <wim@fluendo.com>
3371
3372         * gst/videotestsrc/Makefile.am:
3373         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3374         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3375         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3376         (gst_videotestsrc_init), (gst_videotestsrc_event),
3377         (gst_videotestsrc_create), (gst_videotestsrc_start),
3378         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3379         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3380         (gst_videotestsrc_get_property):
3381         * gst/videotestsrc/gstvideotestsrc.h:
3382         Make videotestsrc a pushsrc.
3383
3384 2005-07-14  Wim Taymans  <wim@fluendo.com>
3385
3386         * gst/tcp/gstfdset.c: (gst_fdset_free):
3387         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3388         (gst_multifdsink_add), (gst_multifdsink_remove),
3389         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3390         (gst_multifdsink_remove_client_link),
3391         (gst_multifdsink_client_queue_data),
3392         (gst_multifdsink_client_queue_caps),
3393         (gst_multifdsink_client_queue_buffer),
3394         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3395         (gst_multifdsink_stop):
3396         * gst/tcp/gstmultifdsink.h:
3397         0.8 backporting.
3398
3399         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3400         Also draw image when not from a pool.
3401
3402 2005-07-14  Wim Taymans  <wim@fluendo.com>
3403
3404         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3405         (mute_stream), (silence_stream):
3406         Small debug additions.
3407
3408 2005-07-14  Wim Taymans  <wim@fluendo.com>
3409
3410         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3411         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3412         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3413         Better error recovery, ignore unconnected pads and
3414         non-fatal errors.
3415
3416 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3417
3418         * docs/libs/tmpl/gstaudio.sgml:
3419         * docs/libs/tmpl/gstcolorbalance.sgml:
3420         * docs/libs/tmpl/gstgconf.sgml:
3421         * docs/libs/tmpl/gstmixer.sgml:
3422         * docs/libs/tmpl/gstringbuffer.sgml:
3423         * docs/libs/tmpl/gsttuner.sgml:
3424         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3425         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3426         (gst_tcpclientsrc_class_init):
3427         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3428         (gst_tcpserversrc_class_init):
3429         * sys/v4l/gstv4lelement.c:
3430           more autistic cleanliness in functions/names/defines
3431
3432 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3433
3434         * configure.ac:
3435           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3436           added manually to each Makefile.am so we are sure it goes
3437           *last* and doesn't add -L flags before linking in libs of our
3438           own, like, say, internal .la libs, that then accidentally pick
3439           up the installed copy.
3440         * docs/libs/Makefile.am:
3441         * ext/alsa/Makefile.am:
3442         * ext/cdparanoia/Makefile.am:
3443         * ext/gnomevfs/Makefile.am:
3444         * ext/libvisual/Makefile.am:
3445         * ext/ogg/Makefile.am:
3446         * ext/theora/Makefile.am:
3447         * ext/vorbis/Makefile.am:
3448         * gst-libs/gst/video/Makefile.am:
3449         * gst/adder/Makefile.am:
3450         * gst/audioconvert/Makefile.am:
3451         * gst/audiorate/Makefile.am:
3452         * gst/audioscale/Makefile.am:
3453         * gst/ffmpegcolorspace/Makefile.am:
3454         * gst/playback/Makefile.am:
3455         * gst/sine/Makefile.am:
3456         * gst/subparse/Makefile.am:
3457         * gst/tags/Makefile.am:
3458         * gst/tcp/Makefile.am:
3459         * gst/typefind/Makefile.am:
3460         * gst/videorate/Makefile.am:
3461         * gst/videoscale/Makefile.am:
3462         * gst/videotestsrc/Makefile.am:
3463         * gst/volume/Makefile.am:
3464         * sys/v4l/Makefile.am:
3465         * sys/ximage/Makefile.am:
3466         * sys/xvimage/Makefile.am:
3467           adapt properly to this change. This should make sure that
3468           plugins and libs properly link to the as-yet-uninstalled
3469           copies of stuff like libgstinterfaces and libgstvideo
3470
3471 2005-07-13  Andy Wingo  <wingo@pobox.com>
3472
3473         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
3474         (gst_v4lsrc_fixate): Fixate on format as well.
3475
3476         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
3477         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
3478         buffer points to it.
3479         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
3480         rather just doing X calls ourselves. Also fixes a memleak.
3481
3482 2005-07-12  Andy Wingo  <wingo@pobox.com>
3483
3484         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
3485         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
3486         (gst_v4lsrc_create): Re-add the copy-mode property, default to
3487         TRUE to avoid deadlocks if an element holds on to our buffers.
3488
3489 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3490
3491         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3492         (gst_sinesrc_init), (gst_sinesrc_create),
3493         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3494         (gst_sinesrc_start):
3495         * gst/sine/gstsinesrc.h:
3496           removing num-buffers property before moving it
3497
3498 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3499
3500         * configure.ac:
3501           use overridable ERROR_CFLAGS
3502         * docs/libs/gst-plugins-base-libs.types:
3503         * docs/libs/tmpl/gstringbuffer.sgml:
3504         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3505         (gst_alsasink_class_init):
3506         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3507         (gst_alsasrc_class_init):
3508         * gst-libs/gst/audio/audio.h:
3509         * gst-libs/gst/audio/gstaudioclock.h:
3510         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3511         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
3512         (gst_audio_filter_link), (gst_audio_filter_init),
3513         (gst_audio_filter_chain), (gst_audio_filter_set_property),
3514         (gst_audio_filter_get_property),
3515         (gst_audio_filter_class_add_pad_templates):
3516         * gst-libs/gst/audio/gstaudiofilter.h:
3517         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3518         (gst_audio_filter_template_get_type),
3519         (gst_audio_filter_template_base_init),
3520         (gst_audio_filter_template_class_init),
3521         (gst_audio_filter_template_init),
3522         (gst_audio_filter_template_set_property),
3523         (gst_audio_filter_template_get_property), (plugin_init),
3524         (gst_audio_filter_template_setup),
3525         (gst_audio_filter_template_filter),
3526         (gst_audio_filter_template_filter_inplace):
3527         * gst-libs/gst/audio/gstaudiosink.c:
3528         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3529         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
3530         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3531         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3532         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
3533         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
3534         * gst-libs/gst/audio/gstaudiosink.h:
3535         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3536         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3537         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3538         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
3539         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
3540         (gst_audio_src_class_init), (gst_audio_src_init),
3541         (gst_audio_src_create_ringbuffer):
3542         * gst-libs/gst/audio/gstaudiosrc.h:
3543         * gst-libs/gst/audio/gstbaseaudiosink.c:
3544         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
3545         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3546         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
3547         (gst_base_audio_sink_set_property),
3548         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
3549         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
3550         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
3551         (gst_base_audio_sink_create_ringbuffer),
3552         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
3553         * gst-libs/gst/audio/gstbaseaudiosink.h:
3554         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3555         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
3556         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
3557         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
3558         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
3559         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
3560         (gst_base_audio_src_event), (gst_base_audio_src_create),
3561         (gst_base_audio_src_create_ringbuffer),
3562         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
3563         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3564         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
3565         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
3566         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
3567         (gst_ring_buffer_debug_spec_caps),
3568         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3569         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
3570         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
3571         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3572         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
3573         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3574         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
3575         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
3576         (gst_ring_buffer_clear):
3577         * gst-libs/gst/audio/gstringbuffer.h:
3578         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
3579         (gst_video_sink_class_init), (gst_video_sink_get_type):
3580         * gst-libs/gst/video/videosink.h:
3581         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3582         (gst_multifdsink_class_init),
3583         (gst_multifdsink_handle_client_write),
3584         (gst_multifdsink_change_state):
3585         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3586         (gst_tcpclientsink_setcaps):
3587         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3588         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
3589         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
3590         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
3591         (gst_ximagesink_send_pending_navigation),
3592         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
3593         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
3594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
3595         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3596         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
3597         (gst_xvimagesink_send_pending_navigation),
3598         (gst_xvimagesink_navigation_send_event),
3599         (gst_xvimagesink_set_xwindow_id),
3600         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
3601         (gst_xvimagesink_get_type):
3602         more macro splitting
3603
3604 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3605
3606         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
3607           plug a memleak, allows me to import 1479 albums in one go
3608           in jamboree
3609         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3610         (vorbis_handle_type_packet), (vorbis_dec_chain),
3611         (vorbis_dec_change_state):
3612           fix some format strings
3613
3614 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3615
3616         * docs/libs/tmpl/gstcolorbalance.sgml:
3617         * docs/libs/tmpl/gstmixer.sgml:
3618         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3619         (gst_alsasink_set_property), (gst_alsasink_get_property):
3620         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
3621         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
3622           add device property
3623
3624 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3625
3626         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3627         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
3628         (audiocast_register_listener), (audiocast_thread_run),
3629         (gst_gnomevfssrc_send_additional_headers_callback),
3630         (gst_gnomevfssrc_received_headers_callback),
3631         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
3632         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
3633         (gst_gnomevfssrc_get_size):
3634           add/clean up debugging
3635         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
3636           cleanups
3637
3638 2005-07-07  Andy Wingo  <wingo@pobox.com>
3639
3640         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
3641         framerate. Need to get a handle on when exactly this function is
3642         called, tho.
3643
3644         * sys/v4l/v4lsrc_calls.h:
3645         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
3646         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
3647         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
3648
3649         * sys/v4l/v4l_calls.h: Cast to V4lElement.
3650         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
3651         v4lelements are sources.
3652
3653         * sys/v4l/gstv4lxoverlay.h:
3654         * sys/v4l/gstv4lxoverlay.c:
3655         * sys/v4l/gstv4ltuner.h:
3656         * sys/v4l/gstv4ltuner.c: Header loc fixen.
3657         
3658         * sys/v4l/gstv4lsrc.h:
3659         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
3660         PushSrc/BaseSrc. Removed most sync-related properties, videorate
3661         or something should handle that. Made a live source.
3662
3663         * sys/v4l/gstv4lelement.h:
3664         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
3665         signals. Some cleanups.
3666
3667         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
3668
3669         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
3670         stuff.
3671
3672         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
3673         stuff.
3674
3675         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
3676
3677 2005-07-07  Wim Taymans  <wim@fluendo.com>
3678
3679         * ext/theora/theoradec.c: (theora_get_query_types),
3680         (theora_dec_src_getcaps), (theora_dec_push):
3681         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
3682         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
3683         Remove deprecated/unused query types.
3684
3685 2005-07-06  Wim Taymans  <wim@fluendo.com>
3686
3687         * ext/alsa/Makefile.am:
3688         * ext/alsa/gstalsaplugin.c: (plugin_init):
3689         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3690         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3691         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
3692         (gst_alsasrc_class_init), (gst_alsasrc_init),
3693         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
3694         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
3695         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
3696         (gst_alsasrc_reset):
3697         * ext/alsa/gstalsasrc.h:
3698         * gst-libs/gst/audio/Makefile.am:
3699         * gst-libs/gst/audio/gstaudiosink.c:
3700         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3701         (gst_audioringbuffer_start):
3702         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3703         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3704         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
3705         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3706         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3707         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3708         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
3709         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
3710         * gst-libs/gst/audio/gstaudiosrc.h:
3711         * gst-libs/gst/audio/gstbaseaudiosink.c:
3712         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
3713         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
3714         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
3715         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3716         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
3717         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
3718         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
3719         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
3720         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
3721         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
3722         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
3723         (gst_baseaudiosrc_change_state):
3724         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3725         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3726         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
3727         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
3728         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
3729         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
3730         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
3731         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
3732         * gst-libs/gst/audio/gstringbuffer.h:
3733         Added audiosource base classes.
3734         Ported alsasrc, still very basic.
3735
3736 2005-07-06  Wim Taymans  <wim@fluendo.com>
3737
3738         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
3739         (theora_dec_push), (theora_handle_data_packet):
3740         Prepare for better timestamp fix later.
3741
3742         * gst/audioconvert/gstaudioconvert.c:
3743         List most accurate caps first
3744
3745         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
3746         Use proper pad task function.
3747
3748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3749         (gst_xvimagesink_show_frame):
3750         Fix deadlock when alloc failed.
3751
3752 2005-07-05  Andy Wingo  <wingo@pobox.com>
3753
3754         * ext/gnomevfs/gstgnomevfssrc.c:
3755         * gst/sine/gstsinesrc.c:
3756         * gst/tcp/gsttcpserversrc.c:
3757         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
3758
3759         * sys/v4l/: Port from 0.8.
3760
3761         * Many files: Null if we got it....
3762
3763 2005-07-05  Andy Wingo  <wingo@pobox.com>
3764
3765         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
3766         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
3767         Signedness fixes.
3768
3769 2005-07-05  Wim Taymans  <wim@fluendo.com>
3770
3771         * configure.ac:
3772         * gst/tcp/Makefile.am:
3773         * gst/tcp/README:
3774         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3775         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
3776         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
3777         (is_sync_frame), (gst_multifdsink_handle_client_write),
3778         (gst_multifdsink_render), (gst_multifdsink_start),
3779         (gst_multifdsink_stop), (gst_multifdsink_change_state):
3780         * gst/tcp/gstmultifdsink.h:
3781         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
3782         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
3783         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
3784         * gst/tcp/gsttcp.h:
3785         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3786         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3787         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
3788         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
3789         * gst/tcp/gsttcpclientsink.h:
3790         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3791         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
3792         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
3793         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
3794         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
3795         * gst/tcp/gsttcpclientsrc.h:
3796         * gst/tcp/gsttcpplugin.c: (plugin_init):
3797         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
3798         * gst/tcp/gsttcpserversink.h:
3799         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3800         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
3801         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
3802         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
3803         (gst_tcpserversrc_stop):
3804         * gst/tcp/gsttcpserversrc.h:
3805         * gst/tcp/gsttcpsink.c:
3806         * gst/tcp/gsttcpsink.h:
3807         * gst/tcp/gsttcpsrc.c:
3808         * gst/tcp/gsttcpsrc.h:
3809         Ported tcp plugins to 0.9. 
3810         
3811
3812 2005-07-05  Andy Wingo  <wingo@pobox.com>
3813
3814         * gst/playback/gstplaybasebin.c (fill_buffer):
3815         message_new_application fixen.
3816
3817         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
3818         Style fix.
3819
3820 2005-07-04  Wim Taymans  <wim@fluendo.com>
3821
3822         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
3823         Set caps on output buffer.
3824
3825 2005-07-04  Andy Wingo  <wingo@pobox.com>
3826
3827         * ext/gnomevfs/gstgnomevfssrc.c
3828         (gst_gnomevfssrc_received_headers_callback) 
3829         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
3830         hopefully.
3831
3832         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
3833         No refcount leakage.
3834
3835         * configure.ac: Enable -Werror.
3836         
3837         * ext/theora/theoradec.c (theora_dec_src_getcaps):
3838         * gst/audioconvert/bufferframesconvert.c
3839         (buffer_frames_convert_fixate):
3840         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
3841         (gst_audio_convert_fixate):
3842         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
3843         (gst_sinesrc_create): Fixate func changes.
3844         
3845         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3846         (gst_ximagesink_buffer_alloc): Unused var.
3847
3848 2005-07-01  Andy Wingo  <wingo@pobox.com>
3849
3850         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
3851         getcaps to do explicit caps. Needs to be done in all decoders,
3852         possibly via a base class.
3853
3854         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
3855
3856         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
3857         caps on the sink pad, just rely on the pad template. Also, setting
3858         ANY caps on a pad is not valid because the caps are not fixed.
3859
3860         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
3861         caps on the buffer, and get the width from the desired_caps if
3862         they're set.
3863         (gst_ximagesink_renegotiate_size): Implement via setting the
3864         desired_caps on the ximagesink.
3865         (gst_ximagesink_setcaps): Only reset the width of the player if it
3866         wasn't already set. Not sure if this is right.
3867         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
3868
3869         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
3870         that the user wants. NULL unless the window has been resized.
3871
3872         * gst/volume/gstvolume.c (volume_transform): Adapt to
3873         basetransform refcount changes.
3874         
3875 2005-07-01  Andy Wingo  <wingo@pobox.com>
3876
3877         * gst/videoscale/gstvideoscale.c:
3878         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
3879         from BaseTransform, implements a transform_caps. Removed dead code
3880         including some PAR stuff that was never reached -- should probably
3881         be added back somehow.
3882
3883 2005-07-01  Andy Wingo  <wingo@pobox.com>
3884
3885         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
3886         come later.
3887
3888 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3889
3890         * configure.ac:
3891         * docs/libs/Makefile.am:
3892         * docs/libs/gst-plugins-libs.types:
3893         * ext/alsa/Makefile.am:
3894         * ext/alsa/gstalsamixer.h:
3895         * ext/alsa/gstalsamixeroptions.h:
3896         * ext/alsa/gstalsamixertrack.h:
3897         * gst-libs/gst/Makefile.am:
3898         * gst-libs/gst/colorbalance/.cvsignore:
3899         * gst-libs/gst/colorbalance/Makefile.am:
3900         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
3901         * gst-libs/gst/colorbalance/colorbalance.c:
3902         * gst-libs/gst/colorbalance/colorbalance.h:
3903         * gst-libs/gst/colorbalance/colorbalance.vcproj:
3904         * gst-libs/gst/colorbalance/colorbalancechannel.c:
3905         * gst-libs/gst/colorbalance/colorbalancechannel.h:
3906         * gst-libs/gst/interfaces/Makefile.am:
3907         * gst-libs/gst/interfaces/colorbalance.c:
3908         (gst_color_balance_class_init):
3909         * gst-libs/gst/interfaces/colorbalance.h:
3910         * gst-libs/gst/interfaces/interfaces-marshal.list:
3911         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
3912         * gst-libs/gst/interfaces/mixer.h:
3913         * gst-libs/gst/interfaces/mixeroptions.h:
3914         * gst-libs/gst/interfaces/navigation.c:
3915         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
3916         * gst-libs/gst/interfaces/tuner.h:
3917         * gst/volume/Makefile.am:
3918         * gst/volume/gstvolume.c:
3919         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
3920         * sys/ximage/Makefile.am:
3921         * sys/ximage/ximagesink.c:
3922         * sys/xvimage/Makefile.am:
3923         * sys/xvimage/xvimagesink.c:
3924           fold in all interfaces into an interfaces dir, preserving CVS
3925           history
3926
3927 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3928
3929         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3930           Fix build after riff changes.
3931
3932 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3933
3934         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3935         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
3936         (gst_riff_create_video_template_caps),
3937         (gst_riff_create_audio_template_caps),
3938         (gst_riff_create_iavs_template_caps):
3939         * gst-libs/gst/riff/riff-media.h:
3940         * gst-libs/gst/riff/riff-read.h:
3941         * gst-libs/gst/riff/riff.c: (gst_riff_init):
3942           Add gst_riff_init() to initialize the debug category, instead
3943           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
3944
3945 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3946
3947         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
3948           Oops, I shouldn't apply hacks.
3949
3950 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3951
3952         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
3953           Remove pad_loop function which doesn't work.
3954
3955 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3956
3957         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
3958           Send EOS when deactivating.
3959         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3960         (check_queue), (queue_threshold_reached), (queue_out_of_data),
3961         (gen_preroll_element), (probe_triggered), (mute_stream),
3962         (silence_stream), (new_decoded_pad), (setup_substreams),
3963         (set_active_source):
3964         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
3965         (remove_sinks), (add_sink):
3966         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
3967           Change for new probe API.
3968
3969 2005-06-29  Wim Taymans  <wim@fluendo.com>
3970
3971         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
3972         * gst-libs/gst/audio/gstbaseaudiosink.c:
3973         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
3974         (gst_baseaudiosink_change_state):
3975         * gst-libs/gst/audio/gstbaseaudiosink.h:
3976         * gst-libs/gst/audio/gstringbuffer.c:
3977         (gst_ringbuffer_set_callback):
3978         Fix compilation error.
3979         Ringbuffer starts out as not running.
3980         Free our clock in dispose.
3981         When releasing the ringbuffer we need to renegotiate so
3982         clear the pad caps.
3983
3984 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3985
3986         * autogen.sh:
3987         * configure.ac:
3988         * docs/Makefile.am:
3989         * docs/libs/Makefile.am:
3990         * docs/libs/gst-plugins-libs-docs.sgml:
3991         * docs/libs/gst-plugins-libs-sections.txt:
3992         * docs/libs/gst-plugins-libs.types:
3993         * docs/libs/tmpl/gstaudio.sgml:
3994         * docs/libs/tmpl/gstcolorbalance.sgml:
3995         * docs/libs/tmpl/gstringbuffer.sgml:
3996         * gst-libs/gst/audio/gstringbuffer.c:
3997         (gst_ringbuffer_set_callback):
3998           reinstate gtk-doc docs for plugin libs
3999
4000 2005-06-28  Wim Taymans  <wim@fluendo.com>
4001
4002         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4003         (gst_ogg_demux_init):
4004         Removed pad loop function.
4005
4006 2005-06-28  Wim Taymans  <wim@fluendo.com>
4007
4008         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4009         If we're building a chain we are not in an error case
4010         when we queue a buffer.
4011
4012 2005-06-28  Andy Wingo  <wingo@pobox.com>
4013
4014         * *.c: Don't cast to GstObject before reffing/unreffing.
4015
4016 2005-06-27  Andy Wingo  <wingo@pobox.com>
4017
4018         * gst/videotestsrc/gstvideotestsrc.c
4019         (gst_videotestsrc_activate_push): Activation API changes.
4020
4021         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
4022         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
4023         they have refs on the decodebin.
4024
4025         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
4026         parent class.
4027         (gst_ogg_pad_typefind): Don't leak a pad ref.
4028         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
4029         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
4030         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
4031
4032 2005-06-27  Edward Hervey  <edward@fluendo.com>
4033
4034         * ext/theora/theoradec.c: (theora_dec_change_state): 
4035         re-arranged call to parent's state change in order to avoid locks (or
4036         worse).
4037
4038 2005-06-26  Edward Hervey  <edward@fluendo.com>
4039
4040         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4041         2nd argument of 'unknow-type' signal is a GstCaps and not a
4042         GstMiniObject
4043
4044 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
4045         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
4046           Set the worker thread's running flag to TRUE before starting the
4047           thread.
4048         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4049           Catch a failure to add typefind to the bin.
4050
4051 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4052
4053         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4054         (gst_sinesrc_init), (gst_sinesrc_create),
4055         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4056         (gst_sinesrc_start):
4057         * gst/sine/gstsinesrc.h:
4058           add num-buffers and timestamp-offset properties
4059         * gst/videotestsrc/gstvideotestsrc.c:
4060         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
4061         (gst_videotestsrc_get_property):
4062           add timestamp-offset property
4063
4064 2005-06-23  Christian Schaller  <uraeus@gnome.org>
4065
4066         * configure.ac: add videorate
4067         * gst-plugins-base.spec.in: add videorate
4068
4069 2005-06-23  Wim Taymans  <wim@fluendo.com>
4070
4071         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4072         (gst_videorate_getcaps), (gst_videorate_setcaps),
4073         (gst_videorate_event), (gst_videorate_chain):
4074         Fixed videorate, fixating an already fixated caps is not
4075         an error.
4076
4077 2005-06-23  Wim Taymans  <wim@fluendo.com>
4078
4079         * ext/ogg/README:
4080         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
4081         Buffer on caps is not boxed anymore.
4082
4083 2005-06-22  Wim Taymans  <wim@fluendo.com>
4084
4085         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4086         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4087         Set buffers on caps as miniobjects and not as boxed.
4088
4089 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4090
4091         * configure.ac:
4092           back to HEAD
4093
4094 === release 0.9.1 ===
4095
4096 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4097
4098         * .cvsignore:
4099         * NEWS:
4100         * README:
4101         * RELEASE:
4102         * configure.ac:
4103         * po/af.po:
4104         * po/az.po:
4105         * po/cs.po:
4106         * po/en_GB.po:
4107         * po/hu.po:
4108         * po/it.po:
4109         * po/nb.po:
4110         * po/nl.po:
4111         * po/or.po:
4112         * po/sq.po:
4113         * po/sr.po:
4114         * po/sv.po:
4115         * po/uk.po:
4116         * po/vi.po:
4117           updates for release
4118
4119 2005-06-09  Andy Wingo  <wingo@pobox.com>
4120
4121         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
4122         
4123 2005-06-09  Andy Wingo  <wingo@pobox.com>
4124
4125         * configure.ac:
4126         * gst-libs/gst/Makefile.am:
4127         * gst-libs/gst/net/Makefile.am:
4128         Add gstnet to build.
4129
4130 2005-06-09  Andy Wingo  <wingo@pobox.com>
4131
4132         * gst-libs/gst/gconf/gconf.c:
4133         * gst/playback/test.c:
4134         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4135         fixes.
4136
4137         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4138
4139         * ext/theora/theoraenc.c (theora_enc_chain): 
4140         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4141
4142         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4143         RealPad.
4144
4145 2005-06-02  Wim Taymans  <wim@fluendo.com>
4146
4147         * gst-libs/gst/net/Makefile.am:
4148         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4149         * pkgconfig/gstreamer-libs.pc.in:
4150         Added net stuff, version net lib.
4151
4152 2005-06-02  Wim Taymans  <wim@fluendo.com>
4153
4154         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4155         (query_rates), (query_positions_elems), (query_positions_pads),
4156         (do_seek):
4157         Updated seek example.
4158
4159 2005-06-02  Andy Wingo  <wingo@pobox.com>
4160
4161         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4162         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4163         list.
4164
4165         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4166         remove the typefind, the bin dispose will do it for us. When it's
4167         removed and unreffed, the signal handler will be disconnected,
4168         too.
4169         (unlinked): It's too difficult to disconnect from unlinked
4170         handlers, as they are on pads not elements. Just punt if the pads
4171         aren't grandkids of the bin.
4172
4173 2005-06-02  Wim Taymans  <wim@fluendo.com>
4174
4175         * ext/ogg/README:
4176         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4177         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4178         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4179         * ext/theora/theoradec.c: (theora_dec_src_query),
4180         (theora_handle_data_packet):
4181         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4182         (theora_enc_chain):
4183         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4184         (vorbis_handle_data_packet):
4185         * gst/audioconvert/bufferframesconvert.c:
4186         (buffer_frames_convert_chain):
4187         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4188         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4189         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4190         (gst_ffmpegcsp_chain):
4191         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4192         (gst_videorate_getcaps), (gst_videorate_setcaps),
4193         (gst_videorate_event), (gst_videorate_chain):
4194         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4195         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4196         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4197         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4198         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4199         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4200         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4201         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4202         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4203         Cleanups and buffer alloc.
4204
4205 2005-05-31  Wim Taymans  <wim@fluendo.com>
4206
4207         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4208         Don't try to call the delay method when the device is not
4209         opened.
4210
4211 2005-05-31  Wim Taymans  <wim@fluendo.com>
4212
4213         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4214         Get actual segment size and buffer size after opening
4215         the device.
4216
4217 2005-05-30  Wim Taymans  <wim@fluendo.com>
4218
4219         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4220         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4221         Also FLUSH upstream, makes the loop function exit faster.
4222         
4223         * ext/theora/theoradec.c: (theora_dec_src_query):
4224         Some more debug info in the query.
4225         
4226         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4227         (gst_ximagesink_setcaps):
4228         Release lock on par error, better error reporting.
4229
4230 2005-05-26  Wim Taymans  <wim@fluendo.com>
4231
4232         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4233         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4234         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4235         Clear chains in READY
4236         Queue packets until the chain is activated.
4237
4238 2005-05-25  Wim Taymans  <wim@fluendo.com>
4239
4240         * gst-libs/gst/audio/gstaudiosink.c:
4241         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4242         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4243         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4244         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4245         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4246         (gst_audiosink_create_ringbuffer):
4247         * gst-libs/gst/audio/gstbaseaudiosink.c:
4248         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4249         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4250         (gst_baseaudiosink_set_property), (build_linear_format),
4251         (debug_spec_caps), (debug_spec_buffer),
4252         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4253         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4254         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4255         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4256         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4257         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4258         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4259         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4260         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4261         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4262         (wait_segment), (gst_ringbuffer_commit),
4263         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4264         (gst_ringbuffer_clear):
4265         Various small cleanups.
4266
4267         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4268         (gst_audio_convert_change_state):
4269         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4270         No need to take the locks anymore.
4271
4272 2005-05-25  Wim Taymans  <wim@fluendo.com>
4273
4274         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4275         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4276         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4277         (type_found):
4278         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4279         (group_destroy), (group_commit), (queue_overrun),
4280         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4281         (mute_stream), (new_decoded_pad), (setup_substreams),
4282         (setup_source), (mute_group_type), (set_active_source),
4283         (gst_play_base_bin_change_state):
4284         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4285         (gen_video_element), (gen_text_element), (gen_audio_element),
4286         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4287         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4288         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4289         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4290         Some playbin cleanups mostly refcounting sloppyness.
4291
4292 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4293
4294         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4295           Work with streaming input.
4296
4297 2005-05-25  Wim Taymans  <wim@fluendo.com>
4298
4299         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4300         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4301         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4302         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4303         No need to take the STREAM lock anymore.
4304
4305 2005-05-25  Wim Taymans  <wim@fluendo.com>
4306
4307         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4308         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4309         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4310         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4311         (gst_ogg_demux_sink_activate):
4312         * ext/theora/theoradec.c: (theora_dec_src_event),
4313         (theora_handle_comment_packet), (theora_dec_chain),
4314         (theora_dec_change_state):
4315         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4316         (vorbis_handle_data_packet), (vorbis_dec_chain),
4317         (vorbis_dec_change_state):
4318         Remove STREAM locks as they are taken in core now.
4319         Never set bogus granulepos on vorbis/theora.
4320         Fix leaks in theoradec tag parsing.
4321
4322 2005-05-25  Wim Taymans  <wim@fluendo.com>
4323
4324         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4325         Fix memleaks, GST_BUFFER_DATA() is not freed.
4326
4327 2005-05-25  Wim Taymans  <wim@fluendo.com>
4328
4329         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4330         Open non-blocking, set to blocking mode afterwards to avoid
4331         lockups when audio device is busy.
4332
4333 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4334
4335         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4336           This can't be good.
4337
4338 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4339
4340         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4341         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4342         (gst_audio_convert_setcaps):
4343           Implement instant setup switching.
4344
4345 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4346
4347         * gst/playback/gstplaybasebin.c: (probe_triggered):
4348           Fix missing unlock.
4349         * gst/playback/gstplaybin.c: (add_sink):
4350           First add, then link (otherwise pad link fails).
4351
4352 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4353
4354         * examples/Makefile.am:
4355         fix buildbot (make distcheck)
4356
4357 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4358
4359         * gst/playback/gstplaybin.c: (gen_vis_element):
4360           Remove some wrong code. Doesn't work yet.
4361
4362 2005-05-19  Wim Taymans  <wim@fluendo.com>
4363
4364         * gst-libs/gst/net/Makefile.am:
4365         * gst-libs/gst/net/README:
4366         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4367         (gst_netbuffer_class_init), (gst_netbuffer_init),
4368         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4369         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4370         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4371         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4372         * gst-libs/gst/net/gstnetbuffer.h:
4373         Added buffer subclass to store extra to/from addresses for
4374         network sources/sinks.
4375
4376 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4377
4378         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4379           Don't lock an unassigned variable.
4380
4381 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4382
4383         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4384           Increase buffer for video, decrease buffer for other media types.
4385         * gst/playback/gstplaybin.c: (gen_video_element),
4386         (gen_audio_element):
4387           Change names for debugging purposes.
4388
4389 2005-05-18  Wim Taymans  <wim@fluendo.com>
4390
4391         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4392         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4393         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4394         (gst_ffmpegcsp_chain):
4395         Enable buffer alloc passthrough if the source and dest
4396         formats are the same.
4397
4398 2005-05-17  Wim Taymans  <wim@fluendo.com>
4399
4400         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4401         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4402         (gst_ogg_demux_chain_unlocked):
4403         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4404         (gst_audio_convert_caps_remove_format_info),
4405         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4406         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4407         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4408         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4409         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4410         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4411         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4412         (gst_ffmpegcsp_get_property):
4413         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4414         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4415         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4416         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4417         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4418         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4419         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4420         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4421         Leak fixes in oggdemux.
4422         Some cleanups in audioconvert.
4423         Make passthrough work along with buffer_alloc etc.
4424         Make buffer_alloc and buffer recycling actually work in
4425         xvimagesink.
4426
4427 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4428
4429         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4430           make the compiler happy
4431
4432 2005-05-17  Wim Taymans  <wim@fluendo.com>
4433
4434         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4435         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4436         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4437         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4438         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4439         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4440         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4441         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4442         (gst_xvimagesink_set_xwindow_id):
4443         * sys/xvimage/xvimagesink.h:
4444         Port xvimagesink to new MiniObject.
4445
4446 2005-05-17  Wim Taymans  <wim@fluendo.com>
4447
4448         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4449         (gst_audiofilter_chain):
4450         * gst-libs/gst/audio/gstaudiosink.c:
4451         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4452         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4453         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4454         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4455         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4456         (gst_audiosink_create_ringbuffer):
4457         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4458         (gst_audio_convert_caps_remove_format_info),
4459         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4460         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4461         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4462         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4463         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4464         Fix passthrough in ffmpegcolorspace.
4465         Fix memset in audiosink on wrong memory.
4466
4467 2005-05-16  David Schleef  <ds@schleef.org>
4468
4469         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4470         to GstMiniObject.
4471
4472 2005-05-16  David Schleef  <ds@schleef.org>
4473
4474         Port from GstData to GstMiniObject.
4475         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4476         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4477         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
4478         (gst_ogg_mux_collected):
4479         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4480         * ext/theora/theoradec.c: (theora_handle_comment_packet),
4481         (theora_handle_data_packet):
4482         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4483         (theora_set_header_on_caps), (theora_enc_chain):
4484         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4485         (vorbis_handle_comment_packet):
4486         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4487         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4488         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
4489         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
4490         * gst/audioconvert/gstaudioconvert.c:
4491         (gst_audio_convert_get_buffer):
4492         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4493         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4494         (mute_stream), (silence_stream):
4495         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4496         * gst/volume/gstvolume.c: (volume_transform):
4497         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4498         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
4499         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
4500         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
4501         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
4502         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
4503         (gst_ximagesink_buffer_alloc):
4504         * sys/ximage/ximagesink.h:
4505
4506 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4507
4508         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4509         (fill_buffer), (check_queue), (queue_threshold_reached),
4510         (queue_out_of_data):
4511         * gst/playback/gstplaybasebin.h:
4512           Post buffer-fullness on the bus.
4513
4514 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4515
4516         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4517         (try_to_link_1):
4518         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4519         (group_commit), (probe_triggered), (setup_source),
4520         (gst_play_base_bin_change_state):
4521         * gst/playback/gstplaybasebin.h:
4522         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4523         (gst_play_bin_init), (remove_sinks), (setup_sinks),
4524         (gst_play_bin_change_state):
4525           Move setup_output_pads into a virtual function, remove
4526           group-switch (no longer needed) and redirect (handled by bus
4527           now) signals.
4528
4529 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4530
4531         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4532         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
4533         (get_active_group), (get_building_group), (group_destroy),
4534         (group_commit), (check_queue), (queue_overrun),
4535         (queue_threshold_reached), (queue_out_of_data),
4536         (gen_preroll_element), (remove_groups), (unknown_type),
4537         (add_element_stream), (no_more_pads), (probe_triggered),
4538         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
4539         (setup_substreams), (setup_source), (finish_source),
4540         (prepare_output), (muted_group_change_state),
4541         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4542         (gst_play_base_bin_change_state):
4543         * gst/playback/gstplaybasebin.h:
4544         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4545         (gst_play_bin_init), (gst_play_bin_set_property),
4546         (gen_video_element), (gen_text_element), (gen_audio_element),
4547         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
4548         (gst_play_bin_change_state):
4549         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4550         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
4551         (stream_info_change_state), (gst_stream_info_set_mute),
4552         (gst_stream_info_get_property):
4553         * gst/playback/gststreaminfo.h:
4554         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4555         (gst_stream_selector_get_linked_pad),
4556         (gst_stream_selector_getcaps),
4557         (gst_stream_selector_get_linked_pads),
4558         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4559         * gst/playback/gststreamselector.h:
4560           Rough port of playbin. Needs some more work, but is mostly done,
4561           and uses a few locks in important places, which should make stuff
4562           like chain-switches clean. Still uses GST_STATE() in a few places,
4563           which isn't all that good an idea, subtitles/elements disabled
4564           because no elements to test with and thus probably broken, query
4565           and event handling moved to GstBin, internal thread removed
4566           alltogether because the pipeline does that for us now. Can play
4567           Ogg/Vorbis files. Haven't tested anything else yet.
4568
4569 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4570
4571         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
4572           Do no-more-pads (needed for autoplugging).
4573
4574 2005-05-10  Andy Wingo  <wingo@pobox.com>
4575
4576         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
4577         message to the bus with the tags. Still not sent downstream tho.
4578
4579         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
4580         get_parent.
4581         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
4582         avoid refcounting hassles.
4583
4584 2005-05-09  Andy Wingo  <wingo@pobox.com>
4585
4586         * gst/volume/Makefile.am:
4587         * gst/volume/demo.c
4588         * gst/volume/gstvolume.h
4589         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
4590         basetransform. Probably need an audio filter base class.
4591
4592 2005-05-09  Wim Taymans  <wim@fluendo.com>
4593
4594         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
4595         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
4596         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
4597         (gst_vorbisenc_chain):
4598         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4599         (gst_audio_convert_caps_remove_format_info),
4600         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4601         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4602         Make caps writable before writing to it.
4603         Fix negotiation in audioconvert some more.
4604
4605 2005-05-09  Wim Taymans  <wim@fluendo.com>
4606
4607         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4608         (gst_videorate_getcaps), (gst_videorate_setcaps),
4609         (gst_videorate_event), (gst_videorate_chain):
4610         Better negotiation.
4611
4612 2005-05-09  Wim Taymans  <wim@fluendo.com>
4613
4614         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4615         (gst_videorate_getcaps), (gst_videorate_setcaps),
4616         (gst_videorate_blank_data), (gst_videorate_init),
4617         (gst_videorate_event), (gst_videorate_chain),
4618         (gst_videorate_change_state):
4619         Port videorate, do a better job at negotiation while we're at
4620         it.
4621
4622 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
4623
4624         * configure.ac:
4625           Disable libvisual
4626
4627         * examples/Makefile.am:
4628         * gst-libs/gst/audio/Makefile.am:
4629         * gst-libs/gst/riff/Makefile.am:
4630         * gst-libs/gst/tag/Makefile.am:
4631         * gst-libs/gst/video/Makefile.am:
4632           Fixups for missing variables.
4633
4634 2005-05-09  Wim Taymans  <wim@fluendo.com>
4635
4636         * examples/seeking/seek.c: (make_theora_pipeline),
4637         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
4638         (query_rates), (query_positions_elems), (query_positions_pads),
4639         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
4640         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4641         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
4642         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
4643         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
4644         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
4645         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4646         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
4647         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
4648         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4649         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4650         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4651         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4652         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
4653         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
4654         (theora_dec_src_convert), (theora_dec_sink_convert),
4655         (theora_dec_src_query), (theora_dec_sink_query),
4656         (theora_dec_src_event), (theora_dec_sink_event),
4657         (theora_handle_comment_packet), (theora_handle_type_packet),
4658         (theora_handle_header_packet), (theora_handle_data_packet),
4659         (theora_dec_chain):
4660         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4661         (vorbis_dec_convert), (vorbis_dec_src_query),
4662         (vorbis_dec_sink_query), (vorbis_dec_src_event),
4663         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4664         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4665         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
4666         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
4667         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
4668         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
4669         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4670         (gst_play_bin_query):
4671         * gst/playback/test3.c: (update_scale):
4672         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
4673         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
4674         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4675         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
4676         (gst_videotestsrc_src_query):
4677         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
4678         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
4679         (paint_hline_YUV9):
4680         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
4681         Port to new query API.
4682         Updated seek.
4683         Cleanups in x[v]imagesink
4684
4685 2005-05-09  Andy Wingo  <wingo@pobox.com>
4686
4687         * ext/alsa/gstalsasink.h:
4688         * ext/gnomevfs/gstgnomevfssrc.c:
4689         (gst_gnomevfssrc_get_icy_metadata):
4690         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
4691         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
4692         * ext/theora/theoradec.c (theora_dec_src_query)
4693         (theora_dec_src_event, theora_dec_sink_event)
4694         (theora_handle_comment_packet, theora_handle_data_packet):
4695         * ext/theora/theoraenc.c (theora_enc_chain):
4696         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
4697         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
4698         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
4699         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
4700         (qt_type_find):
4701         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
4702         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
4703         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
4704         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
4705         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
4706         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
4707         (paint_setup_xBGR8888, paint_setup_RGBx8888)
4708         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
4709         (paint_setup_RGB565, paint_setup_xRGB1555):
4710         * gst/videotestsrc/videotestsrc.h:
4711         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
4712         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
4713         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
4714         GCC4 fixes.
4715         
4716         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
4717         gst_pad_query_position. Fixes oggdemux.
4718
4719 2005-05-08  David Schleef  <ds@schleef.org>
4720
4721         * configure.ac: Require liboil.
4722         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
4723         a few more.
4724         * gst/videotestsrc/videotestsrc.c:
4725         * gst/videotestsrc/videotestsrc.h:
4726
4727 2005-05-06  Wim Taymans  <wim@fluendo.com>
4728
4729         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4730         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4731         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4732         Well, unreffing a buffer right before pushing it is asking
4733         for trouble..
4734
4735 2005-05-06  Christian Schaller  <uraeus@gnome.org>
4736
4737         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
4738
4739 2005-05-06  Wim Taymans  <wim@fluendo.com>
4740
4741         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4742         (gst_audio_convert_caps_remove_format_info),
4743         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4744         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4745         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4746         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4747         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4748         * gst/sine/Makefile.am:
4749         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
4750         (gst_sinesrc_class_init), (gst_sinesrc_init),
4751         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
4752         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
4753         (gst_sinesrc_update_freq):
4754         * gst/sine/gstsinesrc.h:
4755         * gst/tcp/gstmultifdsink.c:
4756         * sys/xvimage/xvimagesink.c:
4757         Fixed negotiation wrt _peer_get_caps()
4758         Some cleanups.
4759
4760
4761 2005-05-06  Wim Taymans  <wim@fluendo.com>
4762
4763         * gst-libs/gst/audio/gstaudiosink.c:
4764         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4765         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4766         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4767         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4768         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4769         (gst_audiosink_create_ringbuffer):
4770         * gst-libs/gst/audio/gstbaseaudiosink.c:
4771         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4772         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4773         (gst_baseaudiosink_set_property), (build_linear_format),
4774         (debug_spec_caps), (debug_spec_buffer),
4775         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4776         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4777         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4778         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4779         * gst-libs/gst/audio/gstbaseaudiosink.h:
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_is_acquired),
4783         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4784         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4785         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4786         (wait_segment), (gst_ringbuffer_commit),
4787         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4788         (gst_ringbuffer_clear):
4789         * gst-libs/gst/audio/gstringbuffer.h:
4790         Make the base audiosink return an error when there is no
4791         audiobuffer negotiated.
4792
4793 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4794
4795         * ext/Makefile.am:
4796         Disable cdparanoia until someone ports it!
4797
4798 2005-05-06  Wim Taymans  <wim@fluendo.com>
4799
4800         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4801         (gst_ogg_demux_sink_activate):
4802         And revert after wingo's revert.. sigh..
4803
4804 2005-05-05  Andy Wingo  <wingo@pobox.com>
4805
4806         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
4807         GObject.
4808         * configure.ac: Return audiorate and subparse from the ghetto.
4809         Re-enable -Wall -Werror.
4810         * gst/subparse/gstsubparse.c:
4811         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
4812         or chain-based. Cleaned up a bit. Not tested.
4813         
4814 2005-05-05  Christian Schaller <christian@fluendo.com> 
4815
4816         * Makefile.am: remove stuff that is not building
4817         * configure.ac: remove stuff that is not building
4818         * examples/Makefile.am: remove stuff that is not building
4819         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
4820         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
4821         * sys/Makefile.am: remove stuff that is not building
4822         * testsuite/Makefile.am: remove stuff that is not building
4823
4824 2005-05-05  Andy Wingo  <wingo@pobox.com>
4825
4826         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4827         * gst-libs/gst/tag/gstvorbistag.c:
4828         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
4829         * gst/adder/gstadder.h:
4830         * gst/audioconvert/gstchannelmix.c:
4831         (gst_audio_convert_fill_one_other):
4832         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
4833         (gst_audiorate_init), (gst_audiorate_chain):
4834         * gst/playback/gstplaybasebin.c: (setup_source):
4835         * gst/playback/test3.c: (update_scale):
4836         Some GCC4 fixes
4837         
4838         * po/af.po:
4839         * po/az.po:
4840         * po/cs.po:
4841         * po/en_GB.po:
4842         * po/hu.po:
4843         * po/it.po:
4844         * po/nb.po:
4845         * po/nl.po:
4846         * po/or.po:
4847         * po/sq.po:
4848         * po/sr.po:
4849         * po/sv.po:
4850         * po/uk.po:
4851         * po/vi.po: Foo
4852
4853 2005-05-05  Wim Taymans  <wim@fluendo.com>
4854
4855         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4856         (gst_audio_convert_caps_remove_format_info),
4857         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
4858         (gst_audio_convert_change_state), (gst_audio_convert_channels):
4859         * gst/videotestsrc/gstvideotestsrc.c:
4860         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
4861         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
4862         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
4863         (gst_videotestsrc_init), (gst_videotestsrc_loop):
4864         Don't ignore _push() return values.
4865         Make sure no processing is done when shutting down.
4866         Videotestsrc pad activation fix.
4867
4868 2005-05-05  Wim Taymans  <wim@fluendo.com>
4869
4870         * gst/adder/Makefile.am:
4871         * gst/adder/gstadder.c: (gst_adder_setcaps),
4872         (gst_adder_class_init), (gst_adder_init),
4873         (gst_adder_request_new_pad), (gst_adder_collected),
4874         (gst_adder_change_state):
4875         * gst/adder/gstadder.h:
4876         Ported adder as an example of a mixer element using
4877         collect pads. Needs more negotiation work.
4878
4879 2005-05-05  Wim Taymans  <wim@fluendo.com>
4880
4881         * ext/theora/theoradec.c: (_inc_granulepos),
4882         (theora_dec_src_event), (theora_dec_sink_event),
4883         (theora_handle_comment_packet), (theora_handle_type_packet),
4884         (theora_handle_header_packet), (theora_handle_data_packet),
4885         (theora_dec_chain):
4886         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4887         (gst_theora_enc_init), (theora_enc_sink_setcaps),
4888         (theora_push_buffer), (theora_push_packet),
4889         (theora_enc_sink_event), (theora_enc_chain),
4890         (theora_enc_change_state), (theora_enc_set_property),
4891         (theora_enc_get_property):
4892         Added stream lock to decoder so that we can serialize
4893         the discont event.
4894         More theoraenc porting, recover from errors, do clean
4895         shutdown.
4896
4897 2005-05-05  Wim Taymans  <wim@fluendo.com>
4898
4899         * ext/ogg/Makefile.am:
4900         * ext/ogg/README:
4901         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4902         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
4903         (gst_ogg_print):
4904         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4905         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
4906         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
4907         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
4908         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
4909         (gst_ogg_mux_change_state):
4910         Ported ogg muxer.
4911
4912 2005-05-05  Wim Taymans  <wim@fluendo.com>
4913
4914         * docs/design-audiosinks.txt:
4915         * gst-libs/gst/audio/TODO:
4916         * gst-libs/gst/audio/gstaudiosink.c:
4917         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4918         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4919         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4920         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4921         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4922         (gst_audiosink_create_ringbuffer):
4923         * gst-libs/gst/audio/gstbaseaudiosink.c:
4924         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4925         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4926         (gst_baseaudiosink_set_property), (build_linear_format),
4927         (debug_spec_caps), (debug_spec_buffer),
4928         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4929         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4930         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4931         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4932         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4933         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4934         (gst_ringbuffer_release), (gst_ringbuffer_play),
4935         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4936         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
4937         (gst_ringbuffer_set_sample), (wait_segment),
4938         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
4939         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
4940         More work on the audiosink, mostly debugging and a race in
4941         shutdown.
4942
4943 2005-04-28  Wim Taymans  <wim@fluendo.com>
4944
4945         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4946         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
4947         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
4948         (vorbis_dec_src_query), (vorbis_dec_src_event),
4949         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4950         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4951         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
4952         Don't crap out when seeking back to position 0.
4953
4954 2005-04-28  Wim Taymans  <wim@fluendo.com>
4955
4956         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
4957         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
4958         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
4959         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
4960         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
4961         Make audio sink configurable, use alsasink as default.
4962
4963 2005-04-28  Wim Taymans  <wim@fluendo.com>
4964
4965         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4966         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4967         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4968         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
4969         (vorbis_dec_change_state):
4970         * ext/vorbis/vorbisdec.h:
4971         Refactor, use STREAM_LOCK.
4972
4973 2005-04-28  Wim Taymans  <wim@fluendo.com>
4974
4975         * ext/theora/theoradec.c: (_inc_granulepos),
4976         (theora_dec_sink_event), (theora_handle_comment_packet),
4977         (theora_handle_type_packet), (theora_handle_header_packet),
4978         (theora_handle_data_packet), (theora_dec_chain),
4979         (theora_dec_change_state):
4980         Refactor a bit, use STREAM_LOCK.
4981
4982 2005-04-28  Wim Taymans  <wim@fluendo.com>
4983
4984         * ext/alsa/Makefile.am:
4985         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
4986         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
4987         (gst_alsa_link), (gst_alsa_close_audio):
4988         * ext/alsa/gstalsaplugin.c: (plugin_init):
4989         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
4990         (gst_alsasink_dispose), (gst_alsasink_base_init),
4991         (gst_alsasink_class_init), (gst_alsasink_init),
4992         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
4993         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
4994         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
4995         (gst_alsasink_reset):
4996         * ext/alsa/gstalsasink.h:
4997         Implement alsasink with simple open/write/close API. 
4998         Make alsa dir build by disabling compilation of code.
4999
5000 2005-04-28  Wim Taymans  <wim@fluendo.com>
5001
5002         * gst-libs/gst/audio/Makefile.am:
5003         * gst-libs/gst/audio/audio.h:
5004         * gst-libs/gst/audio/audioclock.c:
5005         * gst-libs/gst/audio/audioclock.h:
5006         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
5007         (gst_audio_clock_class_init), (gst_audio_clock_init),
5008         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
5009         * gst-libs/gst/audio/gstaudioclock.h:
5010         * gst-libs/gst/audio/gstaudiosink.c:
5011         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5012         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5013         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5014         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5015         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5016         (gst_audiosink_create_ringbuffer):
5017         * gst-libs/gst/audio/gstbaseaudiosink.c:
5018         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5019         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5020         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
5021         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
5022         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5023         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5024         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5025         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5026         * gst-libs/gst/audio/gstbaseaudiosink.h:
5027         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5028         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
5029         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5030         (gst_ringbuffer_release), (gst_ringbuffer_play),
5031         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5032         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5033         (gst_ringbuffer_set_sample), (wait_segment),
5034         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5035         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5036         * gst-libs/gst/audio/gstringbuffer.h:
5037         Make ringbuffer faster and more simple by removing the locks
5038         in the playback thread.
5039         Add sample accurate playback based on buffer sample offsets.
5040         Make the baseaudiosink provide a clock.
5041         Parse caps in the base class.
5042         Correctly handle seeking, flushing and state changes.
5043
5044 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5045
5046         * configure.ac:
5047         * gst/audioconvert/Makefile.am:
5048         * gst/audioscale/Makefile.am:
5049           Fix part of the build.  Come on guys, autogen didn't even work :)
5050
5051 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5052
5053         * configure.ac:
5054         * gst-libs/gst/Makefile.am:
5055         * gst-libs/gst/media-info/.cvsignore:
5056         * gst-libs/gst/media-info/Makefile.am:
5057         * gst-libs/gst/media-info/README:
5058         * gst-libs/gst/media-info/media-info-priv.c:
5059         * gst-libs/gst/media-info/media-info-priv.h:
5060         * gst-libs/gst/media-info/media-info-test.c:
5061         * gst-libs/gst/media-info/media-info.c:
5062         * gst-libs/gst/media-info/media-info.h:
5063         * gst-libs/gst/media-info/media-info.vcproj:
5064         * pkgconfig/Makefile.am:
5065         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5066         * pkgconfig/gstreamer-media-info.pc.in:
5067           Remove media-info, which is also successed by playbin (see Totem
5068           implementation).
5069
5070 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5071
5072         * configure.ac:
5073         * examples/Makefile.am:
5074         * examples/gstplay/.cvsignore:
5075         * examples/gstplay/Makefile.am:
5076         * examples/gstplay/player.c:
5077         * gst-libs/gst/Makefile.am:
5078         * gst-libs/gst/play/.cvsignore:
5079         * gst-libs/gst/play/Makefile.am:
5080         * gst-libs/gst/play/play.c:
5081         * gst-libs/gst/play/play.h:
5082         * gst-libs/gst/play/play.vcproj:
5083         * pkgconfig/Makefile.am:
5084         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5085         * pkgconfig/gstreamer-play.pc.in:
5086           Remove libgstplay, playbin is now the official successor.
5087
5088 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5089
5090         * configure.ac:
5091         * gst-libs/gst/Makefile.am:
5092         * gst-libs/gst/xwindowlistener/Makefile.am:
5093         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5094         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
5095           Remove deprecated xwindowlistener (I've moved xwindowlistening
5096           in the v4l/v4l2 plugins over to serverside).
5097
5098 2005-04-25  David Schleef  <ds@schleef.org>
5099
5100         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
5101         to examples/dynparams.  Examples do not belong interspersed with
5102         source code.
5103         * examples/dynparams/demo-dparams.c:
5104         * gst/sine/Makefile.am:
5105         * gst/sine/demo-dparams.c:
5106
5107 2005-04-25  David Schleef  <ds@schleef.org>
5108
5109         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
5110         * gst-libs/gst/audio/Makefile.am:
5111         * gst-libs/gst/riff/Makefile.am:
5112         * gst-libs/gst/tag/Makefile.am:
5113         * gst-libs/gst/video/Makefile.am:
5114         * gst-libs/gst/xwindowlistener/Makefile.am:
5115
5116         Convert to 0.9 API, seems to work:
5117         * sys/ximage/Makefile.am:
5118         * sys/ximage/ximagesink.c:
5119
5120 2005-04-24  David Schleef  <ds@schleef.org>
5121
5122         Link plugins against libraries:
5123         * ext/alsa/Makefile.am:
5124         * gst/tcp/Makefile.am:
5125
5126         Remove asm code that should be in liboil
5127         * gst/videoscale/Makefile.am:
5128         * gst/videoscale/videoscale_x86_asm.s:
5129
5130         gettext wants these checked in:
5131         * po/af.po:
5132         * po/az.po:
5133         * po/cs.po:
5134         * po/en_GB.po:
5135         * po/hu.po:
5136         * po/it.po:
5137         * po/nb.po:
5138         * po/nl.po:
5139         * po/or.po:
5140         * po/sq.po:
5141         * po/sr.po:
5142         * po/sv.po:
5143         * po/uk.po:
5144         * po/vi.po:
5145
5146 2005-04-24  David Schleef  <ds@schleef.org>
5147
5148         Convert gst_main() to g_main_loop_run()
5149         * gst/playback/decodetest.c: (main):
5150         * gst/playback/test2.c: (main):
5151         * gst/playback/test3.c: (main):
5152         * gst/playback/test4.c: (main):
5153
5154         Link plugins against libraries:
5155         * ext/libvisual/Makefile.am:
5156         * sys/xvimage/Makefile.am:
5157
5158 2005-04-24  David Schleef  <ds@schleef.org>
5159
5160         * configure.ac: Remove idct and resample libs
5161         * gst-libs/gst/Makefile.am: same
5162
5163         Remove usage of gst_library_load():
5164         * ext/alsa/gstalsaplugin.c: (plugin_init):
5165         * ext/libvisual/visual.c: (plugin_init):
5166         * ext/ogg/gstogg.c: (plugin_init):
5167         * ext/theora/theora.c: (plugin_init):
5168         * ext/vorbis/vorbis.c: (plugin_init):
5169         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5170         * gst/audioscale/gstaudioscale.c:
5171         * gst/adder/gstadder.c: (plugin_init):
5172         * gst/audioconvert/plugin.c: (plugin_init):
5173         * sys/ximage/ximagesink.c: (plugin_init):
5174         * sys/xvimage/xvimagesink.c: (plugin_init):
5175         * gst/tcp/gsttcpplugin.c: (plugin_init):
5176
5177         Link plugins against libraries:
5178         * ext/ogg/Makefile.am:
5179         * ext/theora/Makefile.am:
5180         * ext/vorbis/Makefile.am:
5181         * gst/audioconvert/Makefile.am:
5182
5183         Create proper libraries:
5184         * gst-libs/gst/riff/Makefile.am:
5185         * gst-libs/gst/audio/Makefile.am:
5186         * gst-libs/gst/video/Makefile.am:
5187
5188         Move resample library to audioscale plugin directory:
5189         * gst-libs/gst/resample/Makefile.am:
5190         * gst-libs/gst/resample/README:
5191         * gst-libs/gst/resample/dtof.c:
5192         * gst-libs/gst/resample/dtos.c:
5193         * gst-libs/gst/resample/functable.c:
5194         * gst-libs/gst/resample/private.h:
5195         * gst-libs/gst/resample/resample.c:
5196         * gst-libs/gst/resample/resample.h:
5197         * gst-libs/gst/resample/resample.vcproj:
5198         * gst-libs/gst/resample/test.c:
5199         * gst/audioscale/Makefile.am:
5200         * gst/audioscale/README:
5201         * gst/audioscale/dtof.c:
5202         * gst/audioscale/dtos.c:
5203         * gst/audioscale/functable.c:
5204         * gst/audioscale/private.h:
5205         * gst/audioscale/resample.c:
5206         * gst/audioscale/resample.h:
5207         * gst/audioscale/test.c:
5208
5209         Move tagedit library to gst-libs:
5210         * gst-libs/gst/tag/Makefile.am:
5211         * gst-libs/gst/tag/gstid3tag.c:
5212         * gst-libs/gst/tag/gsttagediting.c:
5213         * gst-libs/gst/tag/gsttageditingprivate.h:
5214         * gst-libs/gst/tag/gstvorbistag.c:
5215         * gst/tags/Makefile.am:
5216         * gst/tags/gstid3tag.c:
5217         * gst/tags/gstvorbistag.c:
5218
5219         Fix for core changes:
5220         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5221         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5222         (gst_sinesrc_getrange):
5223
5224 2005-04-23  David Schleef  <ds@schleef.org>
5225
5226         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5227         in gst-plugins in a long time, and properly belongs in liboil.
5228         * gst-libs/gst/idct/Makefile.am:
5229         * gst-libs/gst/idct/README:
5230         * gst-libs/gst/idct/dct.h:
5231         * gst-libs/gst/idct/doieee:
5232         * gst-libs/gst/idct/fastintidct.c:
5233         * gst-libs/gst/idct/floatidct.c:
5234         * gst-libs/gst/idct/idct.c:
5235         * gst-libs/gst/idct/idct.h:
5236         * gst-libs/gst/idct/idtc.vcproj:
5237         * gst-libs/gst/idct/ieeetest.c:
5238         * gst-libs/gst/idct/intidct.c:
5239
5240 2005-04-20  Wim Taymans  <wim@fluendo.com>
5241
5242         * docs/design-audiosinks.txt:
5243         * gst-libs/gst/audio/Makefile.am:
5244         * gst-libs/gst/audio/TODO:
5245         * gst-libs/gst/audio/gstaudiosink.c:
5246         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5247         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5248         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5249         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5250         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5251         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5252         (gst_audiosink_class_init), (gst_audiosink_init),
5253         (gst_audiosink_create_ringbuffer):
5254         * gst-libs/gst/audio/gstaudiosink.h:
5255         * gst-libs/gst/audio/gstbaseaudiosink.c:
5256         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5257         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5258         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5259         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5260         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5261         (gst_baseaudiosink_create_ringbuffer),
5262         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5263         * gst-libs/gst/audio/gstbaseaudiosink.h:
5264         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5265         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5266         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5267         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5268         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5269         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5270         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5271         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5272         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5273         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5274         * gst-libs/gst/audio/gstringbuffer.h:
5275         An attempt at a set of audio base classes together with some
5276         design docs.
5277
5278 2005-04-20  Wim Taymans  <wim@fluendo.com>
5279
5280         * gst/audioconvert/Makefile.am:
5281         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5282         (gst_audio_convert_caps_remove_format_info),
5283         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5284         (gst_audio_convert_channels):
5285         Link against audio libs.
5286         Fix audio convert plugin.
5287
5288 2005-04-20  Wim Taymans  <wim@fluendo.com>
5289
5290         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5291         (gst_ogg_demux_sink_activate):
5292         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5293         (theora_set_header_on_caps), (theora_enc_sink_event),
5294         (theora_enc_chain):
5295         Fix theora encoder.
5296
5297 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5298
5299         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5300         * gst/playback/gstdecodebin.c: (find_compatibles):
5301           Work with staticpadtemplates in elementfactories.
5302
5303 2005-04-12  Wim Taymans  <wim@fluendo.com>
5304
5305         * gst/playback/README:
5306         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5307         (compare_ranks), (print_feature), (gst_decode_bin_init),
5308         (dynamic_create), (dynamic_free), (find_compatibles),
5309         (mimetype_is_raw), (close_pad_link), (got_redirect),
5310         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5311         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5312         (gst_decode_bin_change_state):
5313         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5314         (gst_play_base_bin_init), (group_destroy), (group_commit),
5315         (check_queue), (queue_overrun), (queue_threshold_reached),
5316         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5317         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5318         (got_redirect), (setup_source), (play_base_eos),
5319         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5320         (gst_play_base_bin_remove_element):
5321         * gst/playback/gstplaybasebin.h:
5322         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5323         (gst_play_bin_init), (gst_play_bin_dispose),
5324         (gst_play_bin_set_property), (gen_video_element),
5325         (gen_text_element), (gen_audio_element), (remove_sinks),
5326         (gst_play_bin_send_event):
5327         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5328         (stream_info_change_state), (gst_stream_info_set_mute):
5329         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5330         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5331         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5332         (gst_stream_selector_chain):
5333         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5334         (main):
5335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5336         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5337         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5338         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5339         Raw and crude port of decodebin. 
5340         Make playbin compile.
5341
5342 2005-04-06  Wim Taymans  <wim@fluendo.com>
5343
5344         * ext/gnomevfs/Makefile.am:
5345         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5346         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5347         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5348         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5349         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5350         (gst_gnomevfssrc_stop):
5351         * ext/ogg/Makefile.am:
5352         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5353         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5354         * ext/theora/Makefile.am:
5355         * ext/theora/theoradec.c: (_inc_granulepos),
5356         (theora_dec_sink_event), (theora_dec_chain):
5357         * ext/vorbis/Makefile.am:
5358         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5359         (vorbis_dec_sink_event), (vorbis_dec_chain):
5360         * gst-libs/gst/audio/Makefile.am:
5361         * sys/xvimage/Makefile.am:
5362         Make gnomevfssrc extend the source base class.
5363         Fix linking against libs in various plugins.
5364
5365 2005-04-06  Andy Wingo  <wingo@pobox.com>
5366
5367         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5368         GST_BASE_LIBS.
5369
5370         * configure.ac: Add check and AC_SUBST for libgstbase.
5371
5372 2005-03-31  Wim Taymans  <wim@fluendo.com>
5373
5374         * examples/seeking/Makefile.am:
5375         * examples/seeking/cdparanoia.c: (main):
5376         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5377         (play_cb), (pause_cb), (stop_cb), (main):
5378         * examples/seeking/playbin.c:
5379         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5380         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5381         (make_sid_pipeline), (make_vorbis_pipeline),
5382         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5383         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5384         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5385         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5386         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5387         (stop_cb), (main):
5388         * examples/seeking/spider_seek.c:
5389         * examples/seeking/vorbisfile.c:
5390         * ext/gnomevfs/Makefile.am:
5391         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5392         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5393         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5394         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5395         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5396         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5397         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5398         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5399         * ext/ogg/README:
5400         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5401         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5402         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5403         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5404         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5405         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5406         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5407         (gst_ogg_demux_factory_filter), (compare_ranks),
5408         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5409         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5410         (gst_ogg_chain_new), (gst_ogg_chain_free),
5411         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5412         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5413         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5414         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5415         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5416         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5417         (gst_ogg_demux_get_prev_page),
5418         (gst_ogg_demux_deactivate_current_chain),
5419         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5420         (gst_ogg_demux_bisect_forward_serialno),
5421         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5422         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5423         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5424         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5425         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5426         (gst_ogg_demux_change_state), (gst_ogg_print):
5427         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5428         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5429         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5430         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5431         (gst_ogg_mux_loop):
5432         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5433         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5434         (theora_dec_src_convert), (theora_dec_sink_convert),
5435         (theora_dec_src_query), (theora_dec_src_event),
5436         (theora_dec_sink_event), (theora_dec_chain),
5437         (theora_dec_change_state):
5438         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5439         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5440         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5441         (theora_enc_change_state):
5442         * ext/vorbis/Makefile.am:
5443         * ext/vorbis/oggvorbisenc.c:
5444         * ext/vorbis/oggvorbisenc.h:
5445         * ext/vorbis/vorbis.c: (plugin_init):
5446         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5447         (vorbis_dec_src_query), (vorbis_dec_src_event),
5448         (vorbis_dec_sink_event), (vorbis_dec_chain),
5449         (vorbis_dec_change_state):
5450         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5451         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5452         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5453         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5454         (gst_vorbisenc_change_state):
5455         * ext/vorbis/vorbisenc.h:
5456         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5457         * gst-libs/gst/audio/audioclock.c:
5458         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5459         (gst_audiofilter_init), (gst_audiofilter_chain):
5460         * gst-libs/gst/audio/testchannels.c: (main):
5461         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5462         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5463         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5464         (gmip_find_track_streaminfo), (gmip_find_track_format):
5465         * gst-libs/gst/media-info/media-info.c:
5466         (gst_media_info_read_idler):
5467         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5468         (gst_play_get_all_by_interface):
5469         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5470         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5471         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5472         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5473         (gst_riff_parse_info):
5474         * gst-libs/gst/riff/riff-read.h:
5475         * gst-libs/gst/riff/riff.c: (plugin_init):
5476         * gst-libs/gst/video/Makefile.am:
5477         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
5478         (gst_videosink_class_init), (gst_videosink_get_type):
5479         * gst-libs/gst/video/videosink.h:
5480         * gst/audioconvert/bufferframesconvert.c:
5481         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
5482         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
5483         * gst/audioconvert/channelmixtest.c: (main):
5484         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5485         (gst_audio_convert_chain),
5486         (gst_audio_convert_caps_remove_format_info),
5487         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
5488         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
5489         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
5490         (gst_audio_convert_buffer_to_default_format),
5491         (gst_audio_convert_buffer_from_default_format),
5492         (gst_audio_convert_channels):
5493         * gst/audioconvert/gstchannelmix.h:
5494         * gst/ffmpegcolorspace/avcodec.h:
5495         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5496         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5497         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
5498         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
5499         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
5500         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5501         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5502         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5503         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5504         (dv_type_find):
5505         * gst/videotestsrc/gstvideotestsrc.c:
5506         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
5507         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
5508         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
5509         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
5510         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
5511         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
5512         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
5513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5514         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
5515         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
5516         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
5517         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5518         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5519         (gst_xvimagesink_navigation_send_event),
5520         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
5521         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
5522         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5523         * sys/xvimage/xvimagesink.h:
5524         Plugin port to 0.9, ogg/theora playback should work in the seek
5525         example now.
5526         Removed old examples.
5527         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
5528         explained in 0.9 TODO doc.
5529
5530
5531 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5532
5533         * autogen.sh:
5534         * configure.ac:
5535         * ext/Makefile.am:
5536         * gst/Makefile.am:
5537         * po/POTFILES.in:
5538         * po/af.po:
5539         * po/az.po:
5540         * po/cs.po:
5541         * po/en_GB.po:
5542         * po/hu.po:
5543         * po/it.po:
5544         * po/nb.po:
5545         * po/nl.po:
5546         * po/or.po:
5547         * po/sq.po:
5548         * po/sr.po:
5549         * po/sv.po:
5550         * po/uk.po:
5551         * po/vi.po:
5552         * sys/Makefile.am:
5553         * testsuite/Makefile.am:
5554           remove a whole bunch of plugins.  This module now contains a set
5555           of free reference plugins/elements as agreed.
5556
5557 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5558
5559         * configure.ac:
5560           hunting season on 0.9 is now OPEN
5561
5562 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5563
5564         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5565           Kick the hell out of gcc for not warning me about a symbol conflict.
5566
5567 2005-02-22  Luca Ognibene  <luogni@tin.it>
5568
5569         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5570
5571         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
5572           Don't leak caps string (fixes #168134)
5573
5574         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
5575         (gst_jpegenc_init), (gst_jpegenc_finalize),
5576         (gst_jpegenc_change_state):
5577           Don't leak line buffers and context struct (fixes #168133).
5578
5579 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
5580
5581         * configure.ac:
5582         * ext/dirac/gstdiracdec.cc:
5583         (gst_diracdec_chain):
5584           Since dirac 0.5.0 the framerate in dirac is expressed as a
5585           rational number. Fix build and up requirement to 0.5.0, and
5586           also pass parameters to gst_diracdec_link in the right order
5587           (fixes #167959).
5588
5589 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
5590
5591         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
5592         * ext/faad/gstfaad.h:
5593         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
5594         certain invalid muxed streams, where some packets will contain 
5595         junk after decoder data. Partially fixes #149158.
5596
5597 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
5598         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
5599           Make sure we only write to writable buffers
5600
5601 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
5602
5603         * gst-libs/gst/riff/riff-media.c:
5604         (gst_riff_create_audio_caps_with_data):
5605           Do actually fix invalid RIFF fmt header values for alaw
5606           and mulaw audio instead of just saying so.
5607
5608         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
5609           Give gst_riff_create_audio_caps_with_data() a chance to
5610           fix up broken format header fields before extracting any
5611           parameters from the header. (fixes #167633)
5612
5613 2005-02-19  Martin Holters  <martin.holters@gmx.de>
5614
5615         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5616
5617         * gst/audioconvert/bufferframesconvert.c:
5618         (buffer_frames_convert_link):
5619           Don't leak othercaps. (fixes #167878)
5620
5621 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
5622
5623         * configure.ac:
5624         * ext/libvisual/visual.c: (gst_visual_srclink),
5625         (gst_visual_change_state):
5626           Support libvisual 0.2.0.
5627
5628 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
5629
5630         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
5631         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
5632           Use same rowstrides for I420 as used everywhere else.
5633
5634 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
5635
5636         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
5637           Declare variables at beginning of block and make gcc-2.95 happy
5638           (fixes # 167482, patch by Gergely Nagy).
5639           
5640         * gst/tcp/gsttcpclientsrc.c:
5641         * gst/tcp/gsttcpclientsrc.h:
5642           Move some includes into the header, so that struct sockaddr_in is
5643           defined when it should be defined on FreeBSD as well (fixes
5644           #167483).
5645           
5646         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
5647           Don't pass uninitialised values to setsockopt() here either.
5648
5649 2005-02-17  Luca Ognibene  <luogni at tin dot it>
5650
5651         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5652
5653         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
5654           Don't pass uninitialised values to setsockopt(). (fixes #167704)
5655
5656 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5657
5658         * gst/playback/gstplaybin.c: (add_sink):
5659           Invert bin_add/link order to workaround deadlock in opt.
5660
5661 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5662
5663         * gst/modplug/gstmodplug.cc:
5664           Add missing break causing position queries to fail.
5665
5666 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5667
5668         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
5669           Granpos can apparently be -1, which screws up calculations...
5670
5671 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
5672
5673         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
5674         (gst_ximagesink_send_pending_navigation),
5675         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
5676         (gst_ximagesink_init):
5677         * sys/ximage/ximagesink.h:
5678         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
5679         (gst_xvimagesink_send_pending_navigation),
5680         (gst_xvimagesink_navigation_send_event),
5681         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
5682         * sys/xvimage/xvimagesink.h:
5683           Use a mutex protected list to marshal navigation
5684           events into the stream thread from whichever thread
5685           sends them.
5686
5687 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
5688
5689         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
5690           Display current position and track length; misc. clean-ups.
5691           
5692         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
5693         (speed_init), (speed_chain):
5694           Add query function, so that the stream length and current position
5695           get adjusted when queried (note that current position queries may
5696           still be wrong if the audio sink returns values based on buffer
5697           timestamps instead of passing on the query).
5698
5699 2005-02-13  Benjamin Otte  <otte@gnome.org>
5700
5701         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
5702         (gst_audio_convert_channels):
5703           create channel conversion matrix when linking
5704         * gst/audioconvert/.cvsignore:
5705         * gst/audioconvert/Makefile.am:
5706         * gst/audioconvert/channelmixtest.c: (main):
5707           add (ugly) test that ensures stereo <=> mono conversion works
5708           correctly
5709
5710 2005-02-13  Benjamin Otte  <otte@gnome.org>
5711
5712         * gst/audioconvert/gstchannelmix.h:
5713           include missing header file
5714         * gst/audioconvert/gstchannelmix.c:
5715         (gst_audio_convert_fill_compatible):
5716           use same sign for both channels when converting to/from compatible
5717           channel. Previously used different signs made the signals cancel
5718           each other out and appear like silence. (fixes #167269)
5719
5720 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
5721
5722         * gst/ffmpegcolorspace/avcodec.h:
5723         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5724         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5725         (gst_ffmpegcsp_avpicture_fill):
5726         * gst/ffmpegcolorspace/imgconvert.c:
5727           Convert to and from YV12 (fixes #156379).
5728
5729 2005-02-12  Julien MOUTTE  <julien@moutte.net>
5730
5731         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
5732         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
5733         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
5734         (gst_ximagesink_expose), (gst_ximagesink_set_property),
5735         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
5736         methods from chain and negotiation and vice versa (Fixes #166142).
5737         * sys/ximage/ximagesink.h: Add stream_lock.
5738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
5739         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5740         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5741         (gst_xvimagesink_expose): Check for xcontext before trying to link.
5742
5743 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
5744
5745         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
5746           Don't send "Hey! You gave me a NULL pointer you naughty person" as
5747           error message when we can't open the DVD device (when dvdnav_open()
5748           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
5749           the above). Send something more useful instead (fixes #167117).
5750
5751 2005-02-11  Julien MOUTTE  <julien@moutte.net>
5752
5753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5754         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
5755         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5756         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5757         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5758         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
5759         methods from chain and negotiation and vice versa (Fixes #166142).
5760         Fix a possible bug of images in the buffer pool being discarded because
5761         we are looking at the wrong geometry.
5762         * sys/xvimage/xvimagesink.h: Add stream_lock.
5763
5764 2005-02-11  David Schleef  <ds@schleef.org>
5765
5766         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
5767         unsigned int. (fixes #167128)
5768
5769 2005-02-11  David Schleef  <ds@schleef.org>
5770
5771         * gst/librfb/Makefile.am: Testing stuff before committing is
5772           for wimps... and people with fast machines.  Fix stupid
5773           mistake.
5774
5775 2005-02-11  David Schleef  <ds@schleef.org>
5776
5777         * configure.ac: Pull in librfb from my CVS tree, because it is
5778           too small and annoying to be separate.  Move rfbsrc plugin
5779           to gst/.
5780         * ext/Makefile.am:
5781         * ext/librfb/Makefile.am:
5782         * ext/librfb/gstrfbsrc.c:
5783         * gst/librfb/Makefile.am:
5784         * gst/librfb/gstrfbsrc.c:
5785         * gst/librfb/rfb.c:
5786         * gst/librfb/rfb.h:
5787         * gst/librfb/rfbbuffer.c:
5788         * gst/librfb/rfbbuffer.h:
5789         * gst/librfb/rfbbytestream.c:
5790         * gst/librfb/rfbbytestream.h:
5791         * gst/librfb/rfbcontext.h:
5792         * gst/librfb/rfbdecoder.c:
5793         * gst/librfb/rfbdecoder.h:
5794         * gst/librfb/rfbutil.h:
5795
5796 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
5797
5798         * gst/speed/Makefile.am:
5799         * gst/speed/demo-mp3.c: (main):
5800         * gst/speed/filter.func:
5801         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
5802         (speed_class_init), (speed_init), (speed_chain_int16),
5803         (speed_chain_float32), (speed_chain), (speed_set_property),
5804         (speed_get_property), (speed_change_state):
5805         * gst/speed/gstspeed.h:
5806           Fix speed element and make it chain-based (fixes #156467),
5807           and make it handle more than one channel.
5808
5809 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
5810
5811         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
5812         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
5813         (gst_dtsdec_chain), (gst_dtsdec_change_state):
5814         * ext/dts/gstdtsdec.h:
5815           Don't clobber the stack constructing the channels array.
5816           Make the element chain-based. DTS tracks can now be played.
5817           
5818 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
5819
5820         * gst-libs/gst/audio/multichannel.h:
5821         * gst-libs/gst/gconf/gconf.h:
5822         * gst-libs/gst/idct/idct.h:
5823         * gst-libs/gst/media-info/media-info-priv.h:
5824         * gst-libs/gst/play/play.h:
5825         * gst-libs/gst/resample/private.h:
5826         * gst-libs/gst/resample/resample.h:
5827         * gst-libs/gst/riff/riff-ids.h:
5828         * gst-libs/gst/video/video.h:
5829         * gst-libs/gst/video/videosink.h:
5830           Add G_BEGIN_DECLS and G_END_DECLS around headers where
5831           missing, so that they work when included from C++ code.
5832
5833 2005-02-09  David Schleef  <ds@schleef.org>
5834
5835         * testsuite/gst-lint: Check for non-statically scoped
5836           parent_class variables.  This won't be a problem once
5837           plugins are loaded with RTLD_LOCAL.
5838
5839 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5840
5841         * ext/mplex/gstmplexibitstream.cc:
5842           gcc madness.
5843
5844 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5845
5846         * ext/ogg/gstogmparse.c:
5847         * gst/debug/gstnavigationtest.c:
5848           Die, thou faulty symbol pollutors (non-static parent_class).
5849
5850 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5851
5852         * ext/mplex/gstmplexibitstream.cc:
5853           Fix event handling (#165525).
5854
5855 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5856
5857         * ext/mikmod/gstmikmod.c:
5858         * gst/modplug/gstmodplug.cc:
5859           Add missing endianness to template (fixes #165509).
5860
5861 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5862
5863         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
5864           Fix wrong order of reading of optional bytes (#165290).
5865
5866 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5867
5868         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5869           Implement FILLER event awareness.
5870
5871 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5872
5873         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
5874           Fix track calculations (#166208).
5875
5876 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
5877
5878         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5879
5880         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
5881         * ext/libpng/gstpngenc.c:
5882           Fix byte-order, use proper fixed caps. Fixes #164197.
5883
5884 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
5885
5886         * configure.ac:
5887           Add dvdlpcmdec 
5888
5889         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
5890         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
5891           Don't push buffers if the src pad isn't negotiated yet.
5892           
5893         * gst/audioconvert/gstaudioconvert.c:
5894         (gst_audio_convert_buffer_to_default_format),
5895         (gst_audio_convert_buffer_from_default_format):
5896           Add support for 24-bit width.
5897
5898         * gst/dvdlpcmdec/.cvsignore:
5899         * gst/dvdlpcmdec/Makefile.am:
5900         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
5901         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
5902         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
5903         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
5904         (plugin_init):
5905         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
5906           New decoder for rearranging DVD LPCM into our audio/x-raw-int
5907           format. Needs support for the channels maps if someone can find 
5908           a DVD LPCM track with > 2 channels.
5909
5910         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
5911         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
5912         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
5913         * gst/mpegstream/gstdvddemux.h:
5914         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
5915         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
5916         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
5917         * gst/mpegstream/gstmpegdemux.h:
5918         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
5919         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
5920         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
5921         (gst_mpeg_parse_handle_src_query),
5922         (gst_mpeg_parse_handle_src_event):
5923           Use audio/x-dvd-lpcm for LPCM output.
5924           Add DTS output.
5925
5926 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
5927
5928         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5929
5930         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
5931         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
5932           Add BGRA handling (#165736).
5933
5934 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
5935
5936         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5937
5938         * gst/law/alaw-decode.c: (alawdec_link):
5939         * gst/law/alaw-encode.c: (alawenc_link):
5940         * gst/law/mulaw-decode.c: (mulawdec_link):
5941         * gst/law/mulaw-encode.c: (mulawenc_link):
5942           Fix caps memleaks (#166600).
5943
5944 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
5945
5946         * ext/tarkin/mem.h:
5947         * ext/tarkin/wavelet.h:
5948         * ext/tarkin/yuv.h:
5949         * gst/ffmpegcolorspace/avcodec.h:
5950           Include "_stdint.h" instead of <stdint.h>. Fixes build on
5951           systems that don't have stdint.h, like Solaris9 (fixes #166631).
5952
5953 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5954
5955         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
5956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
5957         (gst_xvimagesink_change_state):
5958           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
5959           Xv video (and thereby regenerate Xv colourkey) in clear() so
5960           that PLAY -> READY -> PLAY works (fixes #162504).
5961
5962 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5963
5964         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
5965           Switch to list instead of range, since MJPEG-devices really just
5966           support decimations, not any size.
5967
5968 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
5969         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
5970         (gst_mpeg2dec_reset), (free_all_buffers),
5971         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
5972         * ext/mpeg2dec/gstmpeg2dec.h:
5973           The libmpeg2 user-allocated buffer management is awkward, 
5974           to say the least. Hopefully this fixes things.
5975
5976 2005-02-04  Andy Wingo  <wingo@pobox.com>
5977
5978         * gst/audioconvert/bufferframesconvert.c
5979         (buffer_frames_convert_fixate): New function, fixates to 256
5980         frames per buffer by default. (Much better than 1.)
5981         (buffer_frames_convert_init): Set the fixate function for both src
5982         and sink pad.
5983         (buffer_frames_convert_link): After success setting nonfixed caps,
5984         get the negotiated caps so we can know how many buffer-frames it
5985         will be. No idea how this worked at all before.
5986
5987 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
5988
5989         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
5990         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
5991         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
5992         (handle_sequence), (handle_picture):
5993         * ext/mpeg2dec/gstmpeg2dec.h:
5994           Rearrange buffer tracking and refcounting and refactor
5995           a little for readability. 
5996
5997 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
5998         * sys/v4l/gstv4l.c: (plugin_init):
5999         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
6000         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
6001         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
6002         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
6003         * sys/v4l/gstv4ljpegsrc.h:
6004         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
6005         * sys/v4l/v4l_calls.h:
6006         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
6007         (gst_v4lsrc_get_fps):
6008         * sys/v4l/v4lsrc_calls.h:
6009           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
6010           you jpeg inside rgb frames" driver.
6011           Don't error in the v4lsrc link function, just return 
6012           REFUSED.
6013
6014 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6015
6016         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
6017         (gst_qcamsrc_open):
6018           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
6019
6020 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6021
6022         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6023           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
6024
6025 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6026
6027         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
6028           Reset negotiated state on PAUSED->READY.
6029
6030 2005-02-02  David Schleef  <ds@schleef.org>
6031
6032         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
6033         whereever possible.  (Fixes #165997)
6034         * examples/capsfilter/capsfilter1.c: (main):
6035         * examples/dynparams/filter.c: (create_ui):
6036         * examples/seeking/cdparanoia.c: (get_track_info), (main):
6037         * examples/seeking/chained.c: (main):
6038         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
6039         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
6040         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
6041         (make_mpeg_pipeline), (make_mpegnt_pipeline):
6042         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6043         * examples/switch/switcher.c: (main):
6044         * ext/dv/demo-play.c: (main):
6045         * ext/faad/gstfaad.c: (gst_faad_change_state):
6046         * ext/mad/gstmad.c: (gst_mad_chain):
6047         * ext/smoothwave/demo-osssrc.c: (main):
6048         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
6049         (gst_gconf_render_bin_from_description),
6050         (gst_gconf_get_default_audio_sink),
6051         (gst_gconf_get_default_video_sink),
6052         (gst_gconf_get_default_audio_src),
6053         (gst_gconf_get_default_video_src),
6054         (gst_gconf_get_default_visualization_element):
6055         * gst/level/demo.c: (main):
6056         * gst/level/plot.c: (main):
6057         * gst/playback/gstplaybin.c: (gen_video_element),
6058         (gen_audio_element):
6059         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
6060         * gst/playondemand/demo-mp3.c: (setup_pipeline):
6061         * gst/sine/demo-dparams.c: (main):
6062         * gst/spectrum/demo-osssrc.c: (main):
6063         * gst/speed/demo-mp3.c: (main):
6064         * gst/volume/demo.c: (main):
6065         * testsuite/embed/embed.c: (main):
6066
6067 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6068
6069         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6070         (gst_tcpclientsink_finalize):
6071         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6072         (gst_tcpclientsrc_finalize):
6073         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6074         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
6075         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6076         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
6077           Don't leak the hostname when shutting down.
6078           In tcpserversrc, take a copy of the default hostname.
6079
6080 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6081
6082         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
6083           Set caps to systemstream=TRUE.
6084
6085 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6086
6087         * testsuite/Makefile.am:
6088           Fix more OSX buildbots.
6089
6090 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6091
6092         * ext/mpeg2dec/gstmpeg2dec.c:
6093           Don't send things to NULL PAD_PEERs
6094
6095         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
6096           Copy-on-write the incoming buffer.
6097
6098         * gst/mpegstream/gstdvddemux.h:
6099         * gst/mpegstream/gstmpegclock.h:
6100         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6101         (normal_seek), (gst_mpeg_demux_handle_src_event):
6102         * gst/mpegstream/gstmpegdemux.h:
6103         * gst/mpegstream/gstmpegpacketize.h:
6104         * gst/mpegstream/gstmpegparse.c:
6105         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
6106         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
6107         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
6108         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
6109         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
6110         * gst/mpegstream/gstmpegparse.h:
6111         * gst/mpegstream/gstrfc2250enc.h:
6112           Various changes to the way time is computed that make seeking and
6113           total time estimation much better here.
6114           Use G_BEGIN/END_DECLS instead of __cplusplus
6115
6116         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
6117           Use gst_buffer_stamp instead of only copying the TIMESTAMP
6118
6119 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6120
6121         * gst/subparse/gstsubparse.c:
6122           Fix OSX buildbot.
6123
6124 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6125
6126         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6127         (theora_enc_chain), (theora_enc_change_state):
6128         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6129         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6130         (gst_vorbisenc_change_state):
6131         * ext/vorbis/vorbisenc.h:
6132           Set granulepos and timestamp correctly for streams not
6133           starting at 0, taking into account the initial delay.
6134
6135 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6136
6137         * gst/mpegstream/gstdvddemux.c:
6138           Add audio/x-dts to audio pad template caps
6139
6140 2005-01-30  David Schleef  <ds@schleef.org>
6141
6142         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6143         (create_context), (gst_polypsink_link): Fix silly endianness
6144         bug.  Add some debugging.  Remove float from caps; it doesn't
6145         work.  Attempt to get remote audio working.
6146
6147 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6148
6149         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6150           Add 3IV2 fourcc.
6151
6152 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6153
6154         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6155         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6156         (gst_avi_demux_stream_data):
6157         * gst/avi/gstavidemux.h:
6158           Invert DIB images. Fixes #132341.
6159
6160 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6161
6162         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6163         (gst_ffmpegcsp_chain):
6164           D'oh, reference the palette data, not the palette structure.
6165           Fixes color distortion in #132341.
6166
6167 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6168
6169         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6170           PAR can be non-fixed when not provided as argument (#162626).
6171
6172 2005-01-29  David Moore  <dcm@acm.org>
6173
6174         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6175
6176         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6177         (gst_qtdemux_loop_header):
6178           Re-apply patch from #142272 that allows non-seekable sources,
6179           re-proposed by Daniel Drake <dsd@gentoo.org>.
6180
6181 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6182
6183         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6184           Use the src template for creating the src pad (#162330).
6185
6186 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6187
6188         * configure.ac:
6189         * ext/musepack/Makefile.am:
6190         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6191         (gst_musepackdec_init), (gst_musepackdec_dispose),
6192         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6193         (gst_musepack_stream_init), (gst_musepackdec_loop),
6194         (gst_musepackdec_change_state):
6195         * ext/musepack/gstmusepackdec.cpp:
6196         * ext/musepack/gstmusepackdec.h:
6197         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6198         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6199         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6200         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6201         * ext/musepack/gstmusepackreader.cpp:
6202         * ext/musepack/gstmusepackreader.h:
6203           Update to 1.1 API (#165446).
6204
6205 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6206
6207         * ext/Makefile.am:
6208           Unbreak buildbot.
6209
6210 2005-01-28  Andy Wingo  <wingo@pobox.com>
6211
6212         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6213         to reflect a different dubious internet source. Add a reference
6214         and some commentary.
6215
6216 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6217
6218         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6219         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6220         * gst/playback/gststreamselector.h:
6221           Be more selective when we're redoing caps negotiation from
6222           within the chain function on a stream change.
6223
6224 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6225
6226         * configure.ac:
6227         * ext/Makefile.am:
6228         * ext/amrnb/Makefile.am:
6229         * ext/amrnb/amrnb.c: (plugin_init):
6230         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6231         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6232         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6233         (gst_amrnbdec_state_change):
6234         * ext/amrnb/amrnbdec.h:
6235         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6236         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6237         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6238         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6239         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6240         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6241         * ext/amrnb/amrnbparse.h:
6242           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6243         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6244           Add AMR-NB/-WB raw formats.
6245         * ext/alsa/gstalsa.c: (gst_alsa_link):
6246           Keep valid time when changing format.
6247         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6248         (qtdemux_parse_trak):
6249           Add some more format-specific options (#140141, #143555, #155163).
6250
6251 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6252
6253         * gst/matroska/matroska-demux.c:
6254         (gst_matroska_demux_parse_blockgroup):
6255           Fix logic error in timing of subtitle stream synchronization.
6256         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6257           Add skip-chunk, which is found in kodak-camera streams.
6258
6259 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6260
6261         * po/LINGUAS:
6262         * po/vi.po:
6263           Adding Vietnamese translation (submitted by Clytie Siddall)
6264
6265 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6266
6267         * gst/playback/gstdecodebin.c: (try_to_link_1):
6268           Use realpad for signal.
6269
6270 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6271
6272         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6273           Fix category so decodebin picks it up.
6274
6275 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6276
6277         * ext/mad/Makefile.am:
6278         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6279         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6280         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6281         (found_type), (gst_id3demux_bin_change_state):
6282         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6283         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6284         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6285         (gst_id3_tag_change_state), (plugin_init):
6286         * ext/mad/gstmad.h:
6287           Add id3demuxbin (which is a simple bin consisting of id3demux
6288           and typefind), take over rank from id3demux, remove typefind
6289           code from id3demux. Makes all broken mp3s that I know of work,
6290           and thereby fixes #152688.
6291
6292 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6293
6294         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6295
6296         * ext/mad/gstmad.c: (gst_mad_src_event):
6297         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6298           Allow seeks on audio pad, make mad forward those (#164826).
6299         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6300           Set duration (#165335).
6301
6302 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6303
6304         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6305         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6306         (gst_asf_demux_process_ext_content_desc),
6307         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6308         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6309         * gst/asfdemux/gstasfdemux.h:
6310           Improve metadata display, e.g. if the metadata comes before the
6311           streams are loaded (which is perfectly valid).
6312
6313 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6314
6315         * tools/gst-launch-ext-m.m:
6316           Fix AVI/ASF pipelines (#165340).
6317
6318 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6319         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6320         build failure on amd64
6321
6322 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6323
6324         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6325         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6326           Check environment variables GST_ID3V2_TAG_ENCODING,
6327           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6328           list of character encodings to force interpretation of non-unicode
6329           strings stored in an ID3v2 tag to a particular encoding. If none
6330           is specified, try to use current locale's encoding, then fall back
6331           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6332         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6333         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6334           Check environment variables GST_ID3V1_TAG_ENCODING,
6335           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6336           list of character encodings to use in case a string encountered
6337           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6338           specified, try to use the current locale's encoding, then fall
6339           back to ISO-8859-1 (which will always succeed).
6340
6341 2005-01-25  Benjamin Otte  <otte@gnome.org>
6342
6343         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6344           - on half framerate, compute the rate in advance so the comparisons
6345             don't compare wrong values
6346           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6347             behaviour
6348           - don't use mad_header_decode anymore, mad_frame_decode does that
6349             automatically
6350           - when getting rid of consumed bytes, reset the stream's skiplen
6351           (fixes #163867)
6352
6353 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6354
6355         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6356           Use 1/2 a second for default max_discont, as PES streams from DVB
6357           seem to have larger spacings in the SCR. 
6358           Fix a typo.
6359
6360 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6361
6362         * gst/playback/gstplaybasebin.c: (group_commit):
6363           Notify delayed stream-info availability.
6364
6365 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6366         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6367         (gst_a52dec_handle_event), (gst_a52dec_chain):
6368         Add some debug output. Check that a discont has a valid
6369         time associated.
6370         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6371         (gst_alsa_sink_loop):
6372         Ignore TAG events. A little extra debug for broken timestamps.
6373         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6374         (dvdnavsrc_change_state):
6375         Ensure we send a discont to engage the link before we send any
6376         other events.
6377         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6378         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6379         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6380         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6381         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6382         dvd://title works in totem because typefinding sends a seek that ends
6383         up going back to chapter 1 regardless.
6384         * ext/mpeg2dec/gstmpeg2dec.c:
6385         * ext/mpeg2dec/gstmpeg2dec.h:
6386         Output correct timestamps and handle disconts.
6387         * ext/ogg/gstoggdemux.c: (get_relative):
6388         Small guard against a null dereference.
6389         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6390         (gst_textoverlay_set_property):
6391         Free memory when done. Don't call gst_event_filler_get_duration on
6392         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6393         g_warning.
6394         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6395         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6396         (gst_sw_srclink), (gst_smoothwave_chain):
6397         Draw solid lines, prettier colours.
6398         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6399         Add a default palette that'll work for some movies.
6400         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6401         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6402         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6403         * gst/mpegstream/gstdvddemux.h:
6404         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6405         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6406         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6407         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6408         * gst/mpegstream/gstmpegparse.h:
6409         Use PTM/NAV events when for timestamp adjustment when connected to 
6410         dvdnavsrc. Don't use many discont events where one suffices.
6411         * gst/playback/gstplaybasebin.c: (group_destroy),
6412         (gen_preroll_element), (gst_play_base_bin_add_element):
6413         * gst/playback/gstplaybasebin.h:
6414         Make sure we remove subtitles from the same bin we put them in.
6415         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6416         (gst_subparse_buffer_format_autodetect),
6417         (gst_subparse_change_state):
6418         Fix some memleaks and invalid accesses.
6419         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6420         (oggskel_type_find), (cmml_type_find), (plugin_init):
6421         Some typefind functions for Annodex v3.0 files
6422         * gst/wavparse/gstwavparse.h:
6423         GstRiffReadClass is the correct parent class.
6424
6425 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6426
6427         * gst-libs/gst/riff/riff-media.c:
6428         (gst_riff_create_video_caps_with_data):
6429           Add extradata to huffyuv (fixes #165013).
6430         * gst-libs/gst/riff/riff-read.c:
6431         (gst_riff_read_strf_vids_with_data):
6432           Fix extradata extraction if it is in the chunk size.
6433
6434 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6435
6436         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6437
6438         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6439         (gst_quarktv_change_state), (gst_quarktv_dispose):
6440           Memory free'ing location fix (#164708).
6441
6442 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6443
6444         * gst/playback/gstplaybasebin.c: (group_commit),
6445         (gen_preroll_element), (probe_triggered), (gen_source_element),
6446         (setup_source), (gst_play_base_bin_change_state),
6447         (gst_play_base_bin_add_element):
6448           Don't block for streams.
6449         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6450         (gst_stream_info_set_mute):
6451           Use gst_pad_set_active_recursive.
6452
6453 2005-01-25  Andy Wingo  <wingo@pobox.com>
6454
6455         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6456         for #ifndef HAVE_XVIDEO.
6457
6458 2005-01-24  Jeffrey C. Ollie
6459
6460         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6461
6462         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6463         * ext/gsm/gstgsmdec.h:
6464         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6465         * ext/gsm/gstgsmenc.h:
6466         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6467         was given by property. Add proper buffer timestamps and offsets.
6468
6469 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6470
6471         * gst-libs/gst/riff/riff-media.c:
6472         (gst_riff_create_audio_caps_with_data):
6473           Audio can be <8000Hz.
6474
6475 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6476
6477         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6478           Explicit state change to workaround refcount bugs.
6479
6480 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6481
6482         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
6483         (gst_avimux_riff_get_avi_header):
6484           Fix...
6485
6486 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6487
6488         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
6489         (gst_riff_read_element_data):
6490         * gst-libs/gst/riff/riff-read.h:
6491           Add _peek version (req'ed in CDXA).
6492         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
6493         (gst_cdxaparse_loop):
6494           Fix parsing in playbin.
6495         * gst/playback/gstdecodebin.c: (close_pad_link):
6496           Ignore current_ pads, they cause major annoyance.
6497
6498 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6499
6500         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6501           Safety guard.
6502
6503 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6504
6505         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
6506           Fix padding...
6507
6508 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6509
6510         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
6511           Allow for 0-sized buffers. Fixes length query problems in
6512           starwars.mkv from the testsuite.
6513
6514 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
6515
6516         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
6517         (gst_video_box_i420), (gst_video_box_chain):
6518           Fix row strides for I420 (fixes #163159)
6519           
6520 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6521
6522         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6523           MPEG2 has a useful rate property, so we can actually use that.
6524           For MPEG-1, continue using the bytes/time properties.
6525
6526 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6527
6528         * gst-libs/gst/riff/riff-media.c:
6529         (gst_riff_create_video_caps_with_data),
6530         (gst_riff_create_video_template_caps):
6531           Add intel-h263.
6532
6533 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6534
6535         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6536           Fail if caps negotiation fails. Should fix #162184, and should
6537           definately be in there regardless of it fixing the actual bug.
6538         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
6539         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
6540         (gst_avimux_riff_get_avix_header),
6541         (gst_avimux_riff_get_video_header),
6542         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
6543         (gst_avimux_start_file), (gst_avimux_handle_event),
6544         (gst_avimux_change_state):
6545         * gst/avi/gstavimux.h:
6546           Refactor structure writing to use GST_WRITE_UINT macros, add
6547           metadata writing support.
6548
6549 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6550
6551         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6552           Elements may already be destroyed when this function is called.
6553
6554 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6555
6556         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6557         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
6558           More memory leak fixes (#149162).
6559
6560 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6561
6562         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6563         (gst_qtdemux_add_stream):
6564           Fix two memleaks.
6565
6566 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6567
6568         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6569           Argh...
6570
6571 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6572
6573         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6574           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
6575           when fixating to six channels in Totem.
6576
6577 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6578
6579         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
6580           Fix compile warnings on Solaris 10 buildbot
6581
6582 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6583
6584         * ext/dvdread/dvdreadsrc.c: (_read):
6585           Don't read beyond the last cell in a chapter (fixes 
6586           invalid memory access)
6587
6588 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6589
6590         * ext/dvdread/stream_labels.c:
6591         (dvdreadsrc_get_audio_stream_labels):
6592           Use NULL for an empty GList instead of g_list_alloc(); fix 
6593           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
6594           of GString (easier to bulk free later)
6595
6596 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6597
6598         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6599
6600         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6601         (gst_ffmpeg_pixfmt_to_caps):
6602           Fix BGRA32 caps (#164209).
6603
6604 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6605
6606         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6607
6608         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6609         (gst_ffmpeg_caps_to_pixfmt):
6610           alpha_mask can be RGBA/ABGR. Fixes #164265.
6611
6612 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
6613
6614         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6615
6616         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
6617         (gst_mpeg2dec_alloc_buffer):
6618         * ext/mpeg2dec/gstmpeg2dec.h:
6619           Crop if decoding size is not the actual image size (#163676).
6620
6621 2005-01-17  Steve Baker  <steve@stevebaker.org>
6622
6623         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6624
6625         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
6626         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
6627           Add libsndfile typefind functions (#163309).
6628
6629 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6630
6631         * tools/gst-launch-ext-m.m:
6632           Add .aac, fix .m1v/.m2v (#163891).
6633
6634 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6635
6636         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
6637           Sanity check, don't wait endlessly since the clock might not
6638           actually run at this point (which is a deadlock). Fixes #164069.
6639
6640 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6641
6642         * gst/playback/gstplaybasebin.c: (probe_triggered):
6643           Of course, only pause if group is done...
6644
6645 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6646
6647         * gst/playback/gstplaybasebin.c: (probe_triggered):
6648           Thread safety.
6649
6650 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
6651
6652         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
6653           Don't return state change success when the parent
6654           failed.
6655
6656 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6657
6658         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
6659           Free events (fix memleak in #162905).
6660
6661 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
6662
6663         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6664
6665         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6666         (gst_ffmpeg_caps_to_pixfmt):
6667           Fix for depth = 15. Fixes #161675.
6668
6669 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6670
6671         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
6672           Set FPS correctly, even for webcams and the like.
6673         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
6674           Don error on setting while capturing.
6675
6676 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6677
6678         * ext/dv/gstdvdec.c:
6679         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6680         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6681           I'm a bad boy. using /1001. to force C to do float division
6682           and not integer division (as it did in my last commit)
6683           Thanks to David I. Lehn for pointing this mistake.
6684
6685 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6686
6687         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
6688           Revert Johan??s 1.35->1.36 since it breaks compat.
6689
6690 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6691
6692         * ext/dv/gstdvdec.c:
6693         * ext/libfame/gstlibfame.c:
6694         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6695         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6696           replace framerate aproximations by their real value
6697           (24000/1001, 30000/1001, 60000/1001)
6698           Finish fixing bug #164049
6699
6700 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6701
6702         * ext/ogg/gstoggmux.c:
6703           eos/bos debugging
6704         * gst/tcp/gstmultifdsink.c:
6705         * gst/tcp/gstmultifdsink.h:
6706         * gst/tcp/gsttcp.c:
6707         * gst/tcp/gsttcp.h:
6708         * gst/tcp/gsttcpclientsink.c:
6709         * gst/tcp/gsttcpclientsrc.c:
6710         * gst/tcp/gsttcpserversink.c:
6711         * gst/tcp/gsttcpserversrc.c:
6712           improve reusability of elements after state changes and errors
6713           make multifdsink throw away streamheaders when receiving new ones
6714
6715 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6716
6717         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6718           Fix for if items are already in list...
6719
6720 2005-01-12  Benjamin Otte  <otte@gnome.org>
6721
6722         * gst/adder/gstadder.c: (gst_adder_loop):
6723           fix adder a bit so it doesn't screw up with events as much anymore
6724
6725 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
6726
6727         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
6728         (pixbufscale_scale), (gst_pixbufscale_chain):
6729         * ext/gdk_pixbuf/pixbufscale.h:
6730           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
6731           to ensure rowstrides are calculated the same way as 
6732           ffmpegcolorspace
6733           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
6734           that we pick up duration and offset also.
6735
6736 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6737
6738         * gst/avi/gstavimux.c: (gst_avimux_class_init),
6739         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
6740           Reusability fixes.
6741
6742 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6743
6744         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
6745         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
6746         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
6747         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
6748           Update flags when requested.
6749
6750 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6751
6752         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6753           Fix dmix.
6754
6755 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6756
6757         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6758         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
6759         (probe_triggered), (new_decoded_pad), (gen_source_element),
6760         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
6761         * gst/playback/gstplaybasebin.h:
6762         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6763         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
6764         (gst_play_bin_change_state):
6765           Implement group-switch signal for use in apps to clear metadata
6766           cache, clean up subtitle, add suburi property instead of # hack,
6767           some error-out fixes.
6768
6769 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6770
6771         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6772           Debug.
6773         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
6774           If we got a state change in the _get handler, don't return success.
6775
6776 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6777
6778         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
6779         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
6780           Make jpegdec quiet on MJPEG decoding
6781         * gst/asfdemux/README:
6782           Fix mimetypes for MJPEG and H263
6783
6784 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6785
6786         * ext/theora/theoradec.c: (theora_dec_chain):
6787           Fix broken code generation by gcc by swapping arguments.
6788         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6789           Fix \n in debug.
6790
6791 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6792
6793         * TODO:
6794           delete this file, it is by far outdated
6795         * ext/alsa/gstalsa.1: remove
6796         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
6797         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
6798         (gst_alsa_get_caps):
6799           Add HW probing for supported sample rates. Fixes #161704
6800
6801 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6802
6803         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6804           Don't crash, biatch! :).
6805
6806 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6807
6808         * ext/musepack/gstmusepackreader.cpp:
6809         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
6810           Some work on tags - still doesn't work in playbin...
6811         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6812           Handle events...
6813
6814 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6815
6816         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
6817           Also shove tags on kid pads.
6818
6819 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6820
6821         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
6822           Don't bail on unknown events.
6823         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6824           Don't crash on events before negotiation.
6825         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6826           Send tags on pads, too.
6827         * gst/playback/gststreamselector.c:
6828         (gst_stream_selector_request_new_pad):
6829           Forward events on first pad if no input was selected yet.
6830
6831 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6832
6833         * gst/playback/gstplaybasebin.c: (setup_substreams):
6834           Don't disable streamtype if the stream doesn't exist, since
6835           then playing a video after audio will disable both and nothing
6836           will happen. Fixes the testsuite.
6837
6838 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6839
6840         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
6841         (gst_v4l_xoverlay_set_xwindow_id):
6842         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
6843         (gst_v4l2_xoverlay_set_xwindow_id):
6844           Add debug categories, fix overlay disabling.
6845
6846 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6847
6848         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
6849         * ext/alsa/gstalsa.h:
6850           Add HW probing for period_count/size and buffer_size MIX/MAX
6851           Adjust default/user defined value if out of bounds
6852           Should fix bug #162024
6853
6854 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6855
6856         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
6857           Fix warning (#161191).
6858
6859 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6860
6861         * ext/dvdread/stream_labels.c:
6862         (dvdreadsrc_get_audio_stream_labels):
6863           Fix warning (init the good variable in switch default)
6864
6865 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
6866
6867         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6868
6869         * gst/tta/gstttaparse.c: (gst_tta_src_event):
6870           Fix gcc-2.95 compile (#163485).
6871
6872 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6873
6874         * configure.ac:
6875         * ext/flac/gstflacenc.c: (gst_flacenc_init),
6876         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
6877         (gst_flacenc_tell_callback), (gst_flacenc_chain),
6878         (gst_flacenc_change_state):
6879         * ext/flac/gstflacenc.h:
6880           Update for API change in flac-1.1.1. Update requirement in
6881           configure.ac. Fixes #162974.
6882
6883 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6884
6885         * gst/playback/gstplaybasebin.c: (group_destroy):
6886           Remove hack to get rid of assert and get rid of unlinked
6887           signals properly.
6888
6889 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6890
6891         * gst/playback/gstplaybasebin.c: (setup_source):
6892           Set source to NULL so that resources are free'ed. Fixes issues
6893           with playback of CDDA and similar device-accessing things.
6894
6895 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6896
6897         * testsuite/embed/Makefile.am:
6898           test->noinst, fix make test in buildbot.
6899
6900 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6901
6902         * ext/dvdread/stream_labels.c: new file
6903         * ext/dvdread/stream_labels.h: new file
6904         * ext/dvdread/Makefile.am:
6905         * ext/dvdread/dvdreadsrc.c: (_seek_title):
6906           Extract audio stream label from DVD IFO files.
6907           It only dump them on the console for now, still have to
6908           make playbin aware of them.
6909
6910 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6911
6912         * gst/playback/gstplaybasebin.c: (setup_source):
6913           Fix hanging subs.
6914
6915 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6916
6917         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6918         (gen_preroll_element), (remove_groups), (setup_subtitle),
6919         (gen_source_element), (setup_source):
6920         * gst/playback/gstplaybasebin.h:
6921           Multiple .sub files is just a stupid idea... Fix some threading
6922           mistakes. Interestingly, external .sub files cause playbin to
6923           hang, I don't know why... Parsing fixes contributed by Fran??ois
6924           Kooman <fkooman@tuxed.net>.
6925
6926 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6927
6928         * testsuite/embed/Makefile.am:
6929           Fix buildbot.
6930
6931 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
6932
6933         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6934
6935         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
6936         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
6937         (gst_pngenc_set_property):
6938         * ext/libpng/gstpngenc.h:
6939           Add compression level property (#163323).
6940
6941 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6942
6943         * configure.ac:
6944         * examples/capsfilter/capsfilter1.c: (main):
6945         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6946         * ext/dvdread/Makefile.am:
6947         * ext/dvdread/demo-play:
6948         * ext/dvdread/demo-play.c:
6949         * gconf/gstreamer.schemas.in:
6950         * gst-libs/gst/gconf/gconf.c:
6951         * sys/v4l/TODO:
6952         * testsuite/Makefile.am:
6953         * testsuite/embed/Makefile.am:
6954         * testsuite/embed/embed.c: (cb_expose), (main):
6955           Remove all references to xvideosink, fix examples (#140845).
6956         * gst/playback/gstplaybasebin.c: (group_destroy):
6957           Apparently, disposal does not unlink - so do explicitely.
6958         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6959           Add debug.
6960
6961 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
6962
6963         * README: fix PKG_CONFIG_PATH instructions, what was there
6964         previously was breaking default search path, not nice. 
6965         Fixes #163358
6966
6967 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6968
6969         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
6970         (gst_audioscale_chain):
6971           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
6972           when resampling - how the ^@$^!@^! is this possible?!?
6973
6974 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6975
6976         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
6977           Reset variables on READY.
6978         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
6979         (gst_matroska_mux_loop):
6980           Require data before writing header.
6981
6982 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
6983
6984         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6985
6986         * ext/mad/gstmad.c: (gst_mad_chain):
6987           Don't call mad_stream_sync() directly after recovering sync.
6988           Fixes #151661.
6989
6990 2005-01-09  Martin Eikermann  <meiker@upb.de>
6991
6992         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6993
6994         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
6995         (snapshot_handler), (gst_snapshot_sinkconnect),
6996         (gst_snapshot_chain):
6997           Allocate resources when required, fix recursive signal emission
6998           and fix caps. Fixes #161667.
6999
7000 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7001
7002         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7003
7004         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
7005         (gst_pngdec_chain):
7006           Handle only 8-bppc (bits-per-pixel-component) images, better
7007           error handling and correct strides. Fixes #163177.
7008         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
7009         (gst_pngenc_chain):
7010           Better error handling. Fixes #163348.
7011
7012 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7013
7014         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
7015         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
7016         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
7017         (dvdnavsrc_uri_handler_init):
7018           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
7019         * gst/playback/gstplaybasebin.c: (gen_source_element):
7020           Add MMS to streaming URIs.
7021
7022 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7023
7024         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7025         * sys/xvimage/xvimagesink.c:
7026         (gst_xvimagesink_navigation_send_event):
7027           Check for pad availability before sending event.
7028
7029 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7030
7031         * gst-plugins.spec.in:
7032           Add subparse.
7033
7034 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7035
7036         * configure.ac:
7037           Since we use functions from CVS, up requirement.
7038
7039 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7040
7041         * gst/playback/Makefile.am:
7042         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7043         (group_destroy), (group_commit), (group_is_muted),
7044         (gen_preroll_element), (add_stream), (unknown_type),
7045         (probe_triggered), (preroll_unlinked), (mute_stream),
7046         (silence_stream), (new_decoded_pad), (setup_substreams),
7047         (setup_source), (get_active_source), (mute_group_type),
7048         (muted_group_change_state), (set_active_source),
7049         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7050         (play_base_eos), (gst_play_base_bin_change_state):
7051         * gst/playback/gstplaybasebin.h:
7052         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
7053         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7054         (gst_stream_info_dispose), (stream_info_mute_pad),
7055         (stream_info_change_state), (gst_stream_info_set_mute):
7056         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
7057         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
7058         (gst_stream_selector_init), (gst_stream_selector_dispose),
7059         (gst_stream_selector_get_linked_pad),
7060         (gst_stream_selector_get_caps), (gst_stream_selector_link),
7061         (gst_stream_selector_get_linked_pads),
7062         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7063         * gst/playback/gststreamselector.h:
7064           Adding stream selection support plus required properties for
7065           applications to use this. Fully fixes #100931.
7066
7067 2005-01-08  Benjamin Otte  <otte@gnome.org>
7068
7069         * gst/games/gstpuzzle.c: (nav_event_handler):
7070           - handle nav events differently: forward every event no matter if it
7071             was handled or not.
7072           - translate events
7073           You can now cheat by using navigationtest ! puzzle and moving the
7074           mouse close to the edge of a tile. ;)
7075
7076 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7077
7078         * configure.ac:
7079         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7080         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
7081         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
7082         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
7083         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
7084         (gst_ogm_parse_plugin_init):
7085         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
7086         (gst_textoverlay_link), (gst_textoverlay_getcaps),
7087         (gst_textoverlay_event), (gst_textoverlay_video_chain),
7088         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
7089         * ext/pango/gsttextoverlay.h:
7090         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7091         (gst_matroska_demux_handle_seek_event),
7092         (gst_matroska_demux_sync_streams),
7093         (gst_matroska_demux_parse_blockgroup),
7094         (gst_matroska_demux_subtitle_caps),
7095         (gst_matroska_demux_plugin_init):
7096         * gst/matroska/matroska-ids.h:
7097         * gst/playback/gstdecodebin.c: (close_pad_link):
7098         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7099         (gen_preroll_element), (remove_groups), (add_stream),
7100         (new_decoded_pad), (setup_subtitles), (gen_source_element),
7101         (setup_source):
7102         * gst/playback/gstplaybasebin.h:
7103         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
7104         * gst/subparse/Makefile.am:
7105         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
7106         (gst_subparse_base_init), (gst_subparse_class_init),
7107         (gst_subparse_init), (gst_subparse_formats),
7108         (gst_subparse_eventmask), (gst_subparse_event),
7109         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
7110         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
7111         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
7112         (parse_mpsub_deinit), (parse_mpsub_init),
7113         (gst_subparse_buffer_format_autodetect),
7114         (gst_subparse_format_autodetect), (gst_subparse_loop),
7115         (gst_subparse_change_state), (gst_subparse_type_find),
7116         (plugin_init):
7117         * gst/subparse/gstsubparse.h:
7118         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
7119         (plugin_init):
7120           Add subtitle support, .sub parser (supports SRT and MPsub),
7121           OGM text support, Matroska UTF-8 text support, deadlock fixes
7122           all over the place, subtitle awareness in decodebin/playbin
7123           and some fixes to textoverlay to handle subtitles in a stream
7124           correctly. Fixes #100931.
7125
7126 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7127
7128         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7129           Check for pad availability before doing a query on it.
7130
7131 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7132
7133         * ext/dv/gstdvdec.c:
7134           really fix bpp24/32 dvdec caps (classic rgba indeed)
7135         * gst/asfdemux/gstasfdemux.c:
7136         (gst_asf_demux_process_ext_content_desc):
7137           don't send text tags if they are empty (bis repetita)
7138
7139 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7140
7141         * ext/dv/gstdvdec.c:
7142          remove unneeded comment from dvdec
7143           (related to DV 4CC codes in AVI files)
7144           moved them in gstreamer/docs/random/mimetypes
7145         * gst/asfdemux/gstasfdemux.c:
7146         (gst_asf_demux_process_ext_content_desc):
7147          don't send text tags if they are empty
7148          fix mem leak on error path
7149         * gst/ffmpegcolorspace/avcodec.h:
7150         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7151         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7152         (gst_ffmpegcsp_avpicture_fill):
7153         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7154         * gst/ffmpegcolorspace/imgconvert_template.h:
7155          adds BGR32 and BGRA32 to ffmpegcolorspace
7156           (still bad colors, fixing it on next commit)
7157           helps with dvdec outputing BGR32
7158
7159 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7160
7161         * ext/dv/gstdvdec.c:
7162          Fix audio caps i just broke (missing ',')
7163         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7164         (gst_matroska_mux_reset):
7165          Fix typo + add FIXME about old "x-gst-metadata" crap
7166
7167 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7168
7169         * ext/dv/demo-play.c: (main):
7170          xvideosink -> xvimagesink
7171         * ext/dv/gstdvdec.c:
7172          change rgb 32/32 caps to 24/32 (no alpha)
7173          change nb of channels to be a list (2 or 4, not 2)
7174          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7175         * gst/asfdemux/gstasfdemux.c:
7176         (gst_asf_demux_process_ext_content_desc):
7177          Add 'date/year' to extracted metadata list
7178
7179 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7180
7181         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7182           The return value of fixate_to does not imply that the requested
7183           value was set, so don't assume.
7184
7185 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7186
7187         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7188
7189         * ext/libpng/gstpngdec.c:
7190         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7191         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7192         * ext/libpng/gstpngenc.h:
7193           Alpha support (encoder; #163161), mime fixage.
7194
7195 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7196
7197         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7198
7199         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7200         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7201         (gst_faac_set_property), (gst_faac_get_property):
7202         * ext/faac/gstfaac.h:
7203           Allow for ADTS output (#153434).
7204
7205 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7206
7207         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7208           Fix against template (#150576).
7209
7210 2005-01-06  Benjamin Otte  <otte@gnome.org>
7211
7212         * gst/games/gstpuzzle.c: (draw_puzzle):
7213           don't draw a puzzle if either width or height of tiles would be 0.
7214
7215 2005-01-06  Benjamin Otte  <otte@gnome.org>
7216
7217         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7218         (gst_puzzle_class_init), (gst_puzzle_finalize):
7219           no memleaks, please
7220         (gst_puzzle_create), (gst_puzzle_init),
7221         (gst_puzzle_set_property), (gst_puzzle_setup):
7222           change initialization code around so we don't reshuffle on resize
7223         (draw_puzzle):
7224           fix another stupid typo
7225
7226 2005-01-06  Benjamin Otte  <otte@gnome.org>
7227
7228         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7229           fix stupid typo that borked copying on YUY2
7230
7231 2005-01-06  Benjamin Otte  <otte@gnome.org>
7232
7233         * gst/games/gstpuzzle.c: (draw_puzzle):
7234           fix edges when image sizes aren't multiples of tile sizes
7235
7236 2005-01-06  Benjamin Otte  <otte@gnome.org>
7237
7238         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7239           make RGB endianness work correctly
7240         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7241           refactor and fix race with initial shuffling
7242         (nav_event_handler):
7243           allow using the mouse to puzzle
7244         (draw_puzzle):
7245           insist on tiles having width and height as multiples of 4 to get
7246           clean YUV image handling
7247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7248         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7249           s/DEBUG/LOG/ for common messages
7250         (gst_xvimagesink_navigation_send_event):
7251           fix mouse event translation to not include screen PAR
7252         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7253           fix mouse event translation to actually work
7254
7255 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7256
7257         * gst/asfdemux/gstasfdemux.c:
7258         (gst_asf_demux_process_ext_content_desc):
7259          Extract TrackNumber metadata + clean up code
7260         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7261          Hope this is the good fix (var used unitialised)
7262
7263 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7264
7265         * ext/faad/gstfaad.c: (gst_faad_chain):
7266           Only increment timestamp if it's valid. Fixes raw AAC streams.
7267
7268 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7269
7270         * configure.ac:
7271         * gst/games/Makefile.am:
7272         * gst/games/gstpuzzle.c:
7273           add a puzzle game with...
7274         * gst/games/gstvideoimage.c:
7275         * gst/games/gstvideoimage.h:
7276           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7277           from videotestsrc and made into something that would be a nice
7278           library for a lot of other plugins.
7279
7280 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7281
7282         * configure.ac:
7283          don't compile faad plugin if a RC of 2.0 is found
7284          Fixes #155346 (and FC1 buildbot)
7285         * gst/asfdemux/gstasfdemux.c:
7286         (gst_asf_demux_process_ext_content_desc):
7287          try to make Solaris compiler happier
7288
7289 2005-01-06  Paul Jack  <pjack@sfaf.org>
7290
7291         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7292
7293         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7294           Fix segfault (#161667).
7295
7296 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7297
7298         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7299           Fix framerate reporting.
7300
7301 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7302
7303         * gst-libs/gst/riff/riff-ids.h:
7304         * gst/wavenc/riff.h:
7305          Add AMR (VBR and CBR) ids to riff.h audio codec list
7306         * gst/asfdemux/gstasfdemux.c:
7307         (gst_asf_demux_process_ext_content_desc),
7308         (gst_asf_demux_process_object):
7309           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7310
7311 2005-01-05  Martin Eikermann  <meiker@upb.de>
7312
7313         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7314
7315         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7316         (gst_dvd_demux_handle_discont):
7317         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7318         (gst_mpeg_demux_handle_discont):
7319           Recreate pads on new-media (#160730).
7320         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7321           Send discont even if manager changes timestamps (#161929).
7322
7323 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7324
7325         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7326
7327         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7328           Fix invalid memory access (#159211).
7329
7330 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7331
7332         * examples/gstplay/player.c: (main):
7333           Don't iterate.
7334         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7335           Add visualizations.
7336         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7337         (gst_a52dec_handle_frame):
7338           Set duration.
7339         * ext/dvdnav/gst-dvd:
7340           Add audioconvert. Fixes #161325.
7341         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7342           Explicitely case to gint64. Possible valgrind error.
7343         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7344         (gst_play_tick_callback), (gst_play_change_state),
7345         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7346         (gst_play_set_location), (gst_play_get_location),
7347         (gst_play_seek_to_time), (gst_play_set_data_src),
7348         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7349         (gst_play_set_visualization), (gst_play_connect_visualization),
7350         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7351         (gst_play_new):
7352           Use playbin. Fixes #139749 and #147744.
7353         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7354           Add genre tag.
7355         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7356         (audioscale_get_type), (gst_audioscale_base_init),
7357         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7358         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7359         (gst_audioscale_link), (gst_audioscale_get_buffer),
7360         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7361         (gst_audioscale_init), (gst_audioscale_dispose),
7362         (gst_audioscale_chain), (gst_audioscale_set_property),
7363         (gst_audioscale_get_property), (plugin_init):
7364           Indent properly.
7365         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7366           Fix LPCM.
7367         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7368         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7369         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7370           Add more metadata (fixes #162656).
7371
7372 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7373
7374         * configure.ac:
7375           back to cvs
7376
7377 === release 0.8.7 ===
7378
7379 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7380
7381         * NEWS:
7382         * RELEASE:
7383         * configure.ac:
7384           releasing 0.8.7, "Hyperspace"
7385
7386 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7387
7388         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7389
7390         * gst/playback/gstplaybasebin.c:
7391          Fix for #162924 - free caps after use, not before
7392
7393 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7394
7395         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7396
7397         * gst/playback/gstplaybasebin.c:
7398         * gst/wavparse/gstwavparse.c:
7399           Fix for #154773 - fixes playback of small .wav files
7400
7401 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7402
7403         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7404
7405         * gst/audioscale/gstaudioscale.c:
7406           Fix for #162819 - make audioscale reusable
7407           Fixes playback of more than one file with playbin/totem
7408
7409 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7410
7411         * gst/ffmpegcolorspace/avcodec.h:
7412         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7413         * gst/ffmpegcolorspace/imgconvert.c:
7414           clean up the mess that made me cry and avoid needless duplication
7415
7416 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7417
7418         * gst/ffmpegcolorspace/imgconvert.c:
7419           give some indication of why we're segfaulting
7420
7421 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7422
7423         * configure.ac:
7424           Fix indentation, fix v4l2 plugin detection.
7425         * ext/Makefile.am:
7426           Fix libmms location (Maciej, use diff -u!).
7427         * ext/alsa/gstalsa.c: (gst_alsa_init):
7428           Initialize caps cache to NULL.
7429         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7430           Only change state on audiosink if it exists.
7431
7432 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7433
7434         * gst/matroska/matroska-demux.c:
7435         * gst/matroska/matroska-ids.h:
7436         * gst/matroska/matroska-demux.h:
7437         Fix Vorbis streams failing to decode in some files, where cluster_time
7438         isn't 0, because then it doesn't send codec_priv before actual data.
7439         Remove time-based test and replace it with marker set on beginning of
7440         new stream
7441
7442 2004-12-28  David Schleef  <ds@schleef.org>
7443
7444         Merge patch from Ronald fixing problems with streaming
7445         text.
7446         * ext/cairo/gstcairo.c: (plugin_init):
7447         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7448         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7449         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7450         (gst_textoverlay_font_init), (gst_textoverlay_init),
7451         (gst_textoverlay_set_property):
7452         * ext/cairo/gsttextoverlay.h:
7453
7454 2004-12-27  David Schleef  <ds@schleef.org>
7455
7456         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7457         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7458         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7459         (gst_textoverlay_font_init), (gst_textoverlay_init),
7460         (gst_textoverlay_set_property): Improvements to actually
7461         render text as white on black outline on video, including
7462         font selection and horizontal/vertical alignment.  (Ronald's
7463         christmas present)
7464         * ext/cairo/gsttextoverlay.h:
7465
7466 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7467
7468         * ext/ogg/gstogg.c:
7469         * ext/ogg/gstogmparse.c:
7470           fix ogm[audio/video]parse plugin registration
7471           (riff won't load if bytestream is already loaded)
7472
7473 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7474
7475         * gst/audioconvert/gstchannelmix.c:
7476           fix for GLIB < 2.4
7477
7478 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7479
7480         * Makefile.am:
7481         * configure.ac:
7482           disable docs again until it actually passes make distcheck.
7483
7484 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7485
7486         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
7487         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7488         (plugin_init):
7489           Add 3GP (variables name Q3GP because they can't start with a
7490           number). Add samr audio fourcc (used in .3gp files), decoder
7491           is work in progress. Also do a GST_WARNING instead of ERROR
7492           in case of unknown nodes, to decrease output.
7493
7494 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7495
7496         * Makefile.am:
7497           really fix dist
7498
7499 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7500
7501         * configure.ac:
7502         * ext/speex/gstspeexdec.h:
7503         * ext/speex/gstspeexenc.h:
7504           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
7505           Fix detection code in configure.ac
7506
7507 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7508
7509         * gst/matroska/matroska-demux.c:
7510         (gst_matroska_demux_parse_blockgroup):
7511           Save position, so that queries give proper return values. Don't
7512           know how this could ever have worked before...
7513
7514 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7515
7516         * configure.ac:
7517           Put additional LAME check inside the conditional.  Fixes #152339
7518
7519 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7520
7521         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7522         (gst_avi_demux_stream_scan):
7523           Add some more debug. Fix logic error when setting movi offset
7524           while reading index.
7525
7526 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7527
7528         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7529         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
7530         (gst_avi_demux_process_next_entry):
7531           Add some debugging. Better detection of broken indexes and the
7532           accompanying index recovery. No infinite loops on state changes
7533           when we're still in our loopfunction.
7534
7535 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7536
7537         * configure.ac:
7538           Fix up.
7539
7540 2004-12-22  Archana Shah  <archana.shah@wipro.com>
7541
7542         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7543
7544         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
7545           Normalizing the value before setting
7546         (gst_sunaudiomixer_get_volume):
7547           Normalizing the value after getting. Fixes bug# 161980
7548
7549 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7550
7551         * Makefile.am: Make sure docs gets disted
7552         * docs/Makefile.am: Make sure all needed files get disted
7553         * gst-plugins.spec.in: latest updates
7554
7555 2004-12-22  Wim Taymans  <wim@fluendo.com>
7556
7557         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7558         Revert patch 1.38 as clock distribution over schedulers does
7559         not work correcly in the core yet.
7560
7561 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7562
7563         * sys/oss/README: remove this file, which predates my birth
7564           (and which content is by far outdated)
7565
7566 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
7567
7568         * Makefile.am:
7569         * configure.ac:
7570         * docs/Makefile.am:
7571         * docs/libs/Makefile.am:
7572         * docs/libs/gst-plugins-libs-docs.sgml:
7573         * docs/libs/gst-plugins-libs-sections.txt:
7574         * docs/libs/tmpl/gstgconf.sgml:
7575         * docs/upload.mak:
7576         * docs/version.entities.in:
7577           Added boilerplate gtk-doc files for plugin-libs documentation.
7578
7579 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7580
7581         * gst/auparse/gstauparse.c: fix int and float audio caps
7582
7583 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7584
7585         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7586         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
7587           g_assert() can be a macro, don't use #ifdef inside it.
7588
7589 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
7590
7591         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7592
7593         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
7594         (gst_videorate_init), (gst_videorate_chain),
7595         (gst_videorate_change_state):
7596           Event handling (fixes #159986).
7597
7598 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7599
7600         * gst-libs/gst/riff/riff-media.c:
7601         (gst_riff_create_video_caps_with_data):
7602           Add BLZ0 (Blizzard's version of DivX) fourcc.
7603
7604 2004-12-18  David Schleef  <ds@schleef.org>
7605
7606         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
7607         portability fix.
7608
7609 2004-12-18  David Schleef  <ds@schleef.org>
7610
7611         * gst/tta/ttadec.h: Disable some header code that isn't used
7612         and clearly isn't portable.
7613
7614 2004-12-18  David Schleef  <ds@schleef.org>
7615
7616         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
7617         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
7618         (avcodec_get_pix_fmt), (avpicture_layout),
7619         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
7620         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
7621         Fix code to not use GCC extensions (and c99 extensions that
7622         Forte does not like.)
7623
7624 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7625
7626         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7627
7628         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
7629         (gst_deinterlace_chain):
7630           Rowstride fixes. Fixes #161039.
7631         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
7632         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
7633         (gst_video_crop_getcaps), (gst_video_crop_link),
7634         (gst_video_crop_i420), (gst_video_crop_chain),
7635         (gst_video_crop_change_state):
7636           Rework of negotiation. Actually works now. Fixes #158650.
7637
7638 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7639
7640         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
7641           That was very stupid.
7642
7643 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7644
7645         * gst/matroska/matroska-demux.c:
7646         (gst_matroska_demux_parse_blockgroup):
7647           Fix possible crasher.
7648
7649 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7650
7651         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
7652         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
7653           Lace sizes can be zero.
7654
7655 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7656
7657         * ext/musepack/gstmusepackdec.cpp:
7658           Fetch error return values. Fixes #161624.
7659         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7660           Really EOS.
7661
7662 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7663
7664         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7665           Work for truncated (unfinished download etc.) files. Fixes #160514.
7666
7667 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7668
7669         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7670           Fix for integer overflow. Makes #156001 not crash. Probably masks
7671           the real bug.
7672
7673 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7674
7675         * gst/ac3parse/gstac3parse.c: (plugin_init):
7676           Parsers never have ranks. Fixes #159651.
7677
7678 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7679
7680         * gst/playback/gstdecodebin.c: (compare_ranks):
7681           make sure the facotries are ordered the same every time even if they
7682           have the same rank by using the name
7683         * gst/playback/gstdecodebin.c: (find_compatibles):
7684           make sure we don't add factories to the list twice
7685
7686 2004-12-16  David Schleef  <ds@schleef.org>
7687
7688         * configure.ac: look for musepack headers as musepack/*.h
7689         (fixes #159847)
7690         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
7691         * ext/musepack/gstmusepackreader.h: same
7692
7693 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7694
7695         * gst-libs/gst/riff/riff-read.c:
7696         (gst_riff_read_strf_auds_with_data):
7697           Read extradata correctly (fixes #155879).
7698
7699 2004-12-16  David Schleef  <ds@schleef.org>
7700
7701         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
7702         audio.  does _not_ attempt or allow conversion unless channels
7703         is 1 or 2.
7704
7705 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7706
7707         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
7708
7709 2004-12-16  David Schleef  <ds@schleef.org>
7710
7711         * gst/audioscale/gstaudioscale.c: the resample library only
7712         handles 1 or 2 channels.  Change caps to compensate.
7713
7714 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7715
7716         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
7717         (gst_matroska_demux_audio_caps):
7718           Some MPEG-AAC hacks, because else it doesn't work...
7719
7720 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7721
7722         * gst-libs/gst/riff/riff-media.c:
7723         (gst_riff_create_video_caps_with_data),
7724         (gst_riff_create_video_template_caps):
7725           Add h264.
7726
7727 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7728
7729         * gst-libs/gst/audio/Makefile.am:
7730           Try to fix buildbot.
7731
7732 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7733
7734         * gst/tcp/gstmultifdsink.c:
7735           Clean up and uniformize debugging.
7736
7737 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
7738
7739         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7740
7741         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7742         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
7743         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
7744         (gst_mpeg_demux_change_state):
7745           Reset on ready. Fixes 160276.
7746
7747 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
7748
7749         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7750
7751         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7752         (gst_ffmpegcsp_pad_link):
7753           Fix memleak (#154815).
7754
7755 2004-12-16  James Bowes  <bowes@cs.dal.ca>
7756
7757         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7758
7759         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
7760         (gst_musicbrainz_init), (gst_musicbrainz_chain),
7761         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
7762         * ext/musicbrainz/gsttrm.h:
7763           Add support for using a proxy server when getting a trm id from
7764           the MusicBrainz database (#149613).
7765
7766 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
7767
7768         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7769
7770         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
7771         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
7772           Fix memleaks (#157233).
7773
7774 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
7775
7776         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7777
7778         * gst-libs/gst/resample/resample.c: (gst_resample_close):
7779         * gst-libs/gst/resample/resample.h:
7780         * gst/audioscale/gstaudioscale.c:
7781           Fix memleak (#159215).
7782
7783 2004-12-16  Toni Willberg  <toniw@iki.fi>
7784
7785         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7786
7787         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
7788         * sys/oss/oss_probe.c: (main):
7789           Check for mono/stereo support (similar to samplerate probing),
7790           fixes #159433. Also add missing copyright header to oss_probe.c.
7791
7792 2004-12-15  David Schleef  <ds@schleef.org>
7793
7794         * configure.ac: add audioresample and cairo plugins.  Remove
7795         HAVE_MMX stuff, because it's not used.
7796         * ext/Makefile.am: same
7797         * ext/audioresample/Makefile.am: You are not ready for an
7798         audio resampling element based on audioresample.
7799         * ext/audioresample/gstaudioresample.c:
7800         * ext/audioresample/gstaudioresample.h:
7801         * ext/cairo/Makefile.am: You are not ready for overlay elements
7802         based on cairo.  Don't look too closely, these elements kinda
7803         suck right now.
7804         * ext/cairo/gstcairo.c: new
7805         * ext/cairo/gsttextoverlay.c: new
7806         * ext/cairo/gsttextoverlay.h: new
7807         * ext/cairo/gsttimeoverlay.c: new
7808         * ext/cairo/gsttimeoverlay.h: new
7809         * gst-libs/gst/media-info/media-info-priv.h: fix compile
7810         problem with compilers that don't support variadic macros.
7811
7812 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
7813
7814         Reviewed by:  David Schleef  <ds@schleef.org>
7815
7816         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
7817         Bala, registering sunaudiosrc (oops!), and cleaning up code a
7818         bit.  Also ran indent-gst.
7819         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
7820         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
7821         (gst_sunaudiosrc_setparams):
7822
7823 2004-12-14  David Schleef  <ds@schleef.org>
7824
7825         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
7826         output rate to 16000.  Should fix #160235.
7827
7828 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7829
7830         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7831         Add typefinding for mpeg2 pes streams
7832
7833 2004-12-13  David Schleef  <ds@schleef.org>
7834
7835         * configure.ac:  Applied patch from bug #143659, making default
7836         sources and sinks OS-dependent (for Solaris), and added code
7837         for OS/X.
7838         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
7839
7840 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7841
7842         * gst-libs/gst/riff/riff-media.c:
7843           forgot to add h2.64 to avidemux template caps
7844
7845 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7846
7847         * gst/wavenc/riff.h:
7848         * gst-libs/gst/riff/riff-media.c:
7849         * gst-libs/gst/riff/riff-ids.h:
7850         * gst/avi/gstavimux.c
7851         add 4CC code for VideoSoft h264 in AVI (VSSH)
7852           fixes bug #160655
7853         remove s323 from riff, it's quicktime specific :(
7854
7855 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7856
7857         * gst/asfdemux/README
7858         * gst/wavenc/riff.h
7859         * gst-libs/gst/riff/riff-ids.h
7860         * gst-libs/gst/riff/riff-media.c
7861         * gst/qtdemux/qtdemux.c:
7862           add new 4CC codes for h263 related codecs
7863           fixes partially bug #155163
7864
7865 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
7866
7867         * configure.ac: Update polyaudio requirement to 0.7
7868         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
7869
7870 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7871
7872         * gst/interleave/deinterleave.c:
7873         fix my name's spelling! :)
7874
7875 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7876
7877         * AUTHORS ChangeLog
7878         * gst/auparse/gstauparse.c
7879         * gst/interleave/deinterleave.c
7880         * gst/law/:
7881                 alaw-decode.c alaw-encode.c
7882                 mulaw-decode.c mulaw-encode.c
7883         * gst/oneton/gstoneton.c
7884         * sys/osxaudio/:
7885                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
7886         * sys/osxvideo/:
7887                 cocoawindow.h cocoawindow.m
7888                 osxvideosink.h osxvideosink.m
7889
7890         put the same mail address for Zaheer Abbas Merali everywhere
7891
7892 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7893
7894         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
7895           Align by packetsize, and assert that we a packet available before
7896           playing. The first makes webstreams work (they often include
7897           trailing padding data in a packet), the second allows pausing a
7898           ASF stream in totem without getting demux errors afterwards.
7899
7900 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7901
7902         * ext/ogg/gstoggdemux.c: (get_relative):
7903           Check for non-NULL before accessing member (end-of-chain).
7904
7905 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7906
7907         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
7908         (cdparanoia_set_property), (cdparanoia_get_property):
7909         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
7910         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
7911         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
7912         (dvdreadsrc_init), (dvdreadsrc_set_property),
7913         (dvdreadsrc_get_property):
7914         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
7915         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
7916           Synchronize property names where not yet the case. Devices are
7917           now device=X, other versions are deprecated (but still exist).
7918           Also use g_free() unconditionally.
7919         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7920         (setup_source), (gst_play_base_bin_get_property):
7921           Expose source.
7922
7923 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7924
7925         * configure.ac: move GCONF macro outside conditional for the am
7926           conditional. Fixes #160439
7927
7928 2004-12-08  David Schleef  <ds@schleef.org>
7929
7930         * tools/gst-visualise-m.m: Switch to elements that currently
7931         exist.
7932
7933 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7934
7935         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7936           We love wrong commas.
7937
7938 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7939
7940         * gst/matroska/matroska-demux.c:
7941         (gst_matroska_demux_handle_src_query):
7942           Don't set DEFAULT, unsupported - makes length display incorrectly
7943           in some cases.
7944
7945 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7946
7947         * gst/monoscope/README: remove blurb about files being GPL
7948         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
7949         * gst/monoscope/monoscope.c: Change license to BSD with explanation
7950           monoscope is now effectively LGPL licensed
7951
7952 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7953
7954         * gst/monoscope/README: Update information to be more correct
7955         * gst/monoscope/convolve.c: Relicense to LGPL
7956         * gst/monoscope/convolve.h: Relicense to LGPL
7957
7958 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
7959
7960         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
7961           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
7962         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
7963           set default_duration for mpeg1 audio
7964
7965 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7966
7967         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
7968         * ext/alsa/gstalsa.h:
7969           refactor big chunks of the core caps negotiation code to make it
7970           a lot faster, because people claim it's really slow
7971           (actually, just cache the getcaps when the device is opened)
7972
7973 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7974
7975         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
7976         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
7977         (gst_a52dec_handle_frame), (gst_a52dec_chain),
7978         (gst_a52dec_change_state), (plugin_init):
7979         * ext/a52dec/gsta52dec.h:
7980           Do something useful with timestamps. Make chain-based (since
7981           there's really no reason to be loopbased).
7982         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
7983           Update current_byte/frame correctly.
7984
7985 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7986
7987         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
7988         (gst_ape_demux_stream_init):
7989           Forward tags, too.
7990
7991 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7992
7993         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
7994           Let's make sure we're done typefinding when detecting tags.
7995
7996 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7997
7998         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
7999         (gst_ebml_read_init), (gst_ebml_read_use_event),
8000         (gst_ebml_read_element_id), (gst_ebml_peek_id),
8001         (gst_ebml_read_seek), (gst_ebml_read_skip),
8002         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
8003         (gst_ebml_read_master):
8004         * gst/matroska/ebml-read.h:
8005         * gst/matroska/matroska-demux.c:
8006         (gst_matroska_demux_parse_contents),
8007         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
8008           Disgustingly evil hack for working around INTERRUPT events and
8009           their extremely annoying habit of being a pain in the ass. We
8010           simply peek a cluster before reading any of it.
8011
8012 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8013
8014         * ext/musepack/gstmusepackdec.cpp:
8015           There's also floating point libmusepacks.
8016
8017 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8018
8019         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
8020         (gst_faad_chanpos_to_gst), (gst_faad_chain):
8021           Set DURATION even if source buffer didn't. Also use increasing
8022           timestamps.
8023         * gst-libs/gst/riff/riff-media.c:
8024         (gst_riff_create_audio_caps_with_data):
8025           Block_align can have larger values than 8192.
8026
8027 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8028
8029         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
8030         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
8031         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
8032         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
8033           Fix caps.
8034
8035 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8036
8037         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
8038           Fix logic bug.
8039
8040 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8041
8042         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8043           Yay, another one.
8044
8045 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8046
8047         * ext/esd/esdsink.c: (gst_esdsink_chain):
8048           Make error actually say something useful (fixes #156798).
8049         * gst-libs/gst/riff/riff-media.c:
8050         (gst_riff_create_video_caps_with_data),
8051         (gst_riff_create_video_template_caps):
8052           Add Intel Video 5.0 fourcc (IV50).
8053
8054 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
8055
8056         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
8057         detection on mono and stereo mp3 files.
8058
8059 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8060
8061         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8062           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
8063           the contained stream).
8064
8065 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8066
8067         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
8068           Oops, remove debug.
8069
8070 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8071
8072         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8073
8074         * gst/law/alaw-decode.c: (alawdec_getcaps):
8075         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8076           Prevent warnings when negotiating caps (fixes #159338).
8077
8078 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8079
8080         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8081         (gst_ffmpegcsp_chain):
8082           Remove old leftover that shouldn't be there...
8083
8084 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8085
8086         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8087
8088         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
8089           Don't forward DISCONT events (fixes #159684).
8090
8091 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8092
8093         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
8094           Unlink manually since sometimes bin disposal (and therefore
8095           pad unlinking) is delayed, which will cause a new media file
8096           to not be able to start playing instantly.
8097
8098 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8099
8100         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
8101           On mute of an unlinked stream, check for pad availability so
8102           we don't crash on unlinked pad.
8103
8104 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8105
8106         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8107         (gst_avi_demux_massage_index):
8108           Fix quite humiliating bug in omitting 0-sized index chunks but
8109           forgetting to count them for timestamps.
8110
8111 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8112
8113         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8114           Actually leave the loop if we failed to sync. Don't crash.
8115
8116 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8117
8118         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
8119         (gst_dvd_demux_process_private):
8120         * gst/mpegstream/gstdvddemux.h:
8121           Fix crash (#159759). Doesn't work, though. :-(.
8122
8123 2004-11-28  Benjamin Otte  <otte@gnome.org>
8124
8125         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8126           more overwriting protection due to modifying channels one by one
8127           instead of all at once
8128
8129 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8130
8131         * gst/audioconvert/gstchannelmix.c:
8132         (gst_audio_convert_fill_normalize):
8133           Normalize using absolute values.
8134
8135 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8136
8137         * configure.ac:
8138         * ext/Makefile.am:
8139         * ext/directfb/Makefile.am:
8140         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8141         (gst_directfbvideosink_get_pixel_format),
8142         (gst_directfbvideosink_get_format_from_fourcc),
8143         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8144         (gst_directfbvideosink_sink_link),
8145         (gst_directfbvideosink_change_state),
8146         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8147         (gst_directfbvideosink_buffer_alloc),
8148         (gst_directfbvideosink_interface_supported),
8149         (gst_directfbvideosink_interface_init),
8150         (gst_directfbvideosink_navigation_send_event),
8151         (gst_directfbvideosink_navigation_init),
8152         (gst_directfbvideosink_set_property),
8153         (gst_directfbvideosink_get_property),
8154         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8155         (gst_directfbvideosink_base_init),
8156         (gst_directfbvideosink_class_init),
8157         (gst_directfbvideosink_get_type), (plugin_init):
8158         * ext/directfb/directfbvideosink.h: Adding a first version of
8159         directfbvideosink.
8160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8161         more.
8162
8163 2004-11-28  Benjamin Otte  <otte@gnome.org>
8164
8165         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8166           walk the samples backwards if out_channels > in_channels so we don't
8167           overwrite data
8168
8169 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8170
8171         * gst/audioconvert/Makefile.am:
8172         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8173         (gst_audio_convert_link), (gst_audio_convert_change_state),
8174         (gst_audio_convert_channels):
8175         * gst/audioconvert/gstchannelmix.c:
8176         (gst_audio_convert_unset_matrix),
8177         (gst_audio_convert_fill_identical),
8178         (gst_audio_convert_fill_compatible),
8179         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8180         (gst_audio_convert_fill_others),
8181         (gst_audio_convert_fill_normalize),
8182         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8183         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8184         * gst/audioconvert/gstchannelmix.h:
8185           Implement a channel mixer.
8186
8187 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8188
8189         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8190         * ext/alsa/gstalsa.h:
8191         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8192         Make alsasink actually honor gst_element_set_clock and use that
8193         clock instead of its internal one.
8194
8195 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8196
8197         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8198         (gst_play_base_bin_change_state): nullify source and decoder when
8199         going from READY to NULL so that we don't try to do weird stuff with
8200         them when going from NULL to READY
8201         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8202         instead of g_object_unref
8203         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8204         it should be correct
8205         (gst_play_bin_change_state): don't call remove_sinks if we are
8206         currently disposing the object
8207
8208 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8209
8210         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8211           Don't forget bass if it's there. Else left channel is silent...
8212
8213 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8214
8215         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8216         (gst_a52dec_change_state):
8217           Don't do sample adjusting anymore, we use float audio now.
8218         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8219           Don't fixate to non-existing properties.
8220
8221 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8222
8223         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8224         (gst_a52dec_change_state):
8225           Advertise that we can do surround sound.
8226
8227 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8228
8229         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8230           Add buffer-frames=0.
8231         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8232         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8233         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8234         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8235         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8236         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8237         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8238         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8239         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8240         * ext/dvdread/dvdreadsrc.h:
8241           Add seeking, querying for bytes, sectors, title, angle and
8242           chapter. Handle multiple chapters. Relicense to LGPL because
8243           Billy agreed on that (thanks Billy!).
8244
8245 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8246
8247         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8248         call parent dispose method
8249
8250 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8251
8252         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8253         (gst_audio_clock_get_internal_time):
8254         Fix active <-> inactive transitions: ensure time value always
8255         grows and avoid abrupt value changes.
8256
8257 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8258
8259         * configure.ac:
8260         * gst/tta/Makefile.am:
8261         * gst/tta/crc32.h:
8262         * gst/tta/filters.h:
8263         * gst/tta/gsttta.c:
8264         * gst/tta/gstttadec.c:
8265         * gst/tta/gstttadec.h:
8266         * gst/tta/gstttaparse.c:
8267         * gst/tta/gstttaparse.h:
8268         * gst/tta/ttadec.h:
8269           added TTA parser and decoder
8270
8271 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8272
8273         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8274         (probe_triggered), (check_queue), (buffer_underrun),
8275         (buffer_running), (buffer_overrun), (gen_source_element),
8276         (setup_source):
8277         * gst/playback/gstplaybasebin.h:
8278           Implement buffering. Needs some more work.
8279
8280 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8281
8282         * ext/theora/theoradec.c: (theora_dec_chain):
8283           Fix ilog mask range overflow.
8284
8285 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8286
8287         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8288           Don't omit the last (which in case of dmix is the only :) )
8289           channel count. Don't set channels if <= 2.
8290
8291 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8292
8293         * gst/playback/gstplaybin.c: (gen_video_element),
8294         (gen_audio_element): Removed 2 obsolete comments
8295
8296 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8297
8298         * ext/vorbis/oggvorbisenc.c
8299         * ext/vorbis/vorbisenc.c :
8300           change description fields of those plugins to differentiate them
8301           (pitivi show Encoders by description, they had the same one)
8302
8303 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8304
8305         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8306
8307         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8308         (gst_play_bin_set_property), (gen_video_element),
8309         (gen_audio_element):
8310           Refcounting fixes for provided audio-/videosinks.
8311
8312 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8313
8314         * gst/playback/gstplaybin.c: (gen_video_element),
8315         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8316           Don't reference all sinks, but only the video- and audiosinks.
8317           The vis. element should be disposed when we're done with it.
8318           We don't have any reason to keep it around. This fixes warnings
8319           when reusing playbin for playing multiple audio files with
8320           vis. enabled. Also release audio device on pause - idea stolen
8321           from Rhythmbox.
8322
8323 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8324
8325         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8326         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8327         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8328         * ext/alsa/gstalsaplugin.c: (plugin_init):
8329         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8330         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8331         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8332         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8333         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8334         (gst_faad_change_state), (plugin_init):
8335         * ext/faad/gstfaad.h:
8336         * ext/vorbis/vorbis.c: (plugin_init):
8337         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8338         * gst-libs/gst/audio/Makefile.am:
8339         * gst-libs/gst/audio/audio.c: (plugin_init):
8340         * gst-libs/gst/audio/multichannel.c:
8341         (gst_audio_check_channel_positions),
8342         (gst_audio_get_channel_positions),
8343         (gst_audio_set_channel_positions),
8344         (gst_audio_set_structure_channel_positions_list),
8345         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8346         (gst_audio_fixate_channel_positions):
8347         * gst-libs/gst/audio/multichannel.h:
8348         * gst-libs/gst/audio/testchannels.c: (main):
8349         * gst/audioconvert/gstaudioconvert.c:
8350         (gst_audio_convert_class_init), (gst_audio_convert_init),
8351         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8352         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8353         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8354         * gst/audioconvert/plugin.c: (plugin_init):
8355           Surround sound support.
8356
8357 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8358
8359         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8360           Fix position for discont if we're close as well. Nitpicking, but
8361           saves a few milliseconds of extra waiting or skipping.
8362
8363 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8364
8365         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8366           We sometimes need parsers for playback, so add those too.
8367
8368 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8369
8370         * configure.ac:
8371         * gst/apetag/Makefile.am:
8372         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8373         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8374         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8375         (gst_ape_demux_get_src_query_types),
8376         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8377         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8378         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8379         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8380         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8381         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8382         (gst_ape_demux_change_state):
8383         * gst/apetag/apedemux.h:
8384         * gst/apetag/apetag.c: (plugin_init):
8385         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8386         (plugin_init):
8387           APE v1/2 tag reader plus typefind function.
8388
8389 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8390
8391         * configure.ac:
8392         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8393         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8394           Remove hacks for older core. Require newer core version
8395           accordingly.
8396
8397 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8398
8399         * gst/cdxaparse/Makefile.am:
8400         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8401         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8402         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8403         * gst/cdxaparse/gstcdxaparse.h:
8404         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8405         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8406         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8407         (gst_cdxastrip_get_src_query_types),
8408         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8409         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8410         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8411         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8412         * gst/cdxaparse/gstcdxastrip.h:
8413           SVCD/VCD header stripping separated from CDXA image parsing.
8414         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8415         (plugin_init):
8416           Add VCD/SVCD header typefinding for VCD/SVCD.
8417         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8418         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8419         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8420         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8421         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8422         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8423         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8424         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8425         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8426         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8427         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8428         * sys/vcd/vcdsrc.h:
8429           Fix up, add seeking, querying, URI interface. Works in totem now.
8430
8431 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8432
8433         * configure.ac:
8434           back to CVS
8435
8436 === release 0.8.6 ===
8437
8438 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8439
8440         * NEWS:
8441         * RELEASE:
8442         * configure.ac:
8443         * po/af.po:
8444         * po/az.po:
8445         * po/cs.po:
8446         * po/en_GB.po:
8447         * po/hu.po:
8448         * po/it.po:
8449         * po/nb.po:
8450         * po/nl.po:
8451         * po/or.po:
8452         * po/sq.po:
8453         * po/sr.po:
8454         * po/sv.po:
8455         * po/uk.po:
8456           releasing 0.8.6, "IOU Love"
8457
8458 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8459
8460         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8461
8462         * gst/playback/gstplaybasebin.c:
8463           Fix unplayable files error handling.  Fixes #158365
8464
8465 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8466
8467         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8468
8469         * gst/typefind/gsttypefindfunctions.c:
8470           Fix broken mp3 typefinding.  Fixes #158375
8471
8472 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8473
8474         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8475
8476         * ext/ogg/gstoggdemux.c:
8477           Fix sync on broken files.  Fixes #158976
8478
8479 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8480
8481         patch by: Edward Hervey <bilboed@bilboed.com>
8482
8483         * ext/libpng/gstpngenc.c:
8484           Copy over buffer properties.  Fixes #158832
8485
8486 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8487
8488         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
8489
8490         * ext/dvdread/dvdreadsrc.c:
8491           Fixes invalid reads (#158462)
8492
8493 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8494
8495         * sys/v4l/gstv4lsrc.c:
8496         * sys/v4l/gstv4lsrc.h:
8497         * sys/v4l/v4lsrc_calls.c:
8498           Probe less and cache it.  Fixes #159187.
8499
8500 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8501
8502         * gst/videorate/gstvideorate.c:
8503           Handle all video formats. Fixes #159186.
8504
8505 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
8506         * gst/synaesthesia/gstsynaesthesia.c:
8507         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
8508         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
8509         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
8510         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
8511         (gst_synaesthesia_change_state), (plugin_init):
8512         Fix up synaesthesia to work under different samplerates/ buffer sizes.
8513         Force 320x200 output, as that's the only thing the underlying
8514         synaesthesia implementation supports. Still needs to be made
8515         re-entrant.
8516
8517 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8518
8519         * configure.ac:
8520           Fix mpeg2enc configure check (similar to mplex check below).
8521
8522 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
8523
8524         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8525
8526         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8527           Fix for gcc-2.95 (fixes #158221).
8528
8529 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8530
8531         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8532           Re-add clock distribution hack (until new core is released).
8533           Fixes #158125.
8534
8535 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
8536         * configure.ac:
8537           fix mplex configure check segfaulting on some systems (bug #140994)
8538
8539 2004-11-13  Benjamin Otte  <otte@gnome.org>
8540
8541         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
8542           add debugging
8543         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8544           do a wait when we enter the loop func with no data available to
8545           write instead of getting into an 100% CPU loop by just returning and
8546           being called again by the scheduler
8547
8548 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
8549
8550         * configure.ac:
8551         * ext/libvisual/visual.c: (gst_visual_get_type),
8552         (libvisual_log_handler), (gst_visual_getcaps),
8553         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
8554         (plugin_init):
8555           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
8556         * ext/smoothwave/Makefile.am:
8557         * ext/smoothwave/demo-osssrc.c: (main):
8558         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
8559         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
8560         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
8561         (plugin_init):
8562         * ext/smoothwave/gstsmoothwave.h:
8563           Make gstsmoothwave a working element in the 20th century.
8564
8565         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
8566           Fix incorrect link function
8567
8568 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8569
8570         * gst/volume/gstvolume.c:
8571           Allow buffer-frames=0.
8572
8573 2004-11-12 Iain <iaingnome@gmail.com>
8574
8575         * configure.ac: Check for polypaudio
8576
8577         * ext/Makefile.am: Build the polyp dir
8578
8579         * ext/polyp: The polypsink sources.
8580
8581 2004-10-30 Iain <iaingnome@gmail.com>
8582
8583         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
8584         caps to reflect the new number of channels.
8585
8586 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8587
8588         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8589           Fix for negotiation order problem. This would show when the
8590           ALSA loopfuction was called before any other function. ALSA
8591           wouldn't do anything because we're not negotiated yet, leading
8592           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
8593
8594 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8595
8596         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8597
8598         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8599           No warnings (#157986).
8600
8601 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8602
8603         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8604           Prefer apev1/2 and id3v1 (at end of file) over musepack.
8605
8606 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8607
8608         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
8609           Signal no-more-pads (so it works in playbin).
8610
8611 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8612
8613         * ext/musepack/gstmusepackreader.cpp:
8614           Workaround for older core.
8615
8616 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8617
8618         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
8619           Actually test for odd width/height rather than testing whether
8620           a temporary variable that was 0 before we subtracted 1 is now
8621           not equal to zero (which it always is).
8622
8623 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8624
8625         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8626         Fix compilation if HAVE_XVIDEO is not defined
8627
8628 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8629
8630         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8631         Fix compilation if HAVE_XVIDEO is not defined
8632
8633 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
8634
8635         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
8636         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
8637         (gst_goom_change_state), (plugin_init):
8638         Use the bytestream adapter so goom doesn't depend on the input
8639         buffer size.
8640         Add a debug category
8641
8642 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8643
8644         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
8645           Only set hardware parameters *after* negotiation. Before
8646           negotiation, it will set ANY and that seems to cause crashes
8647           (see e.g. #151288, #153227).
8648
8649 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8650
8651         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
8652           This seems to be antique leftover. It needs to pass error
8653           checking.
8654         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
8655         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
8656         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
8657         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
8658           Fix GstXOverlay implementation (#151059).
8659
8660 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8661
8662         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8663           Don't assert (#157853).
8664
8665 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8666
8667         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
8668           Fix bytes/samples confustion.
8669         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
8670           Fix for underrun (#144389).
8671
8672 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8673
8674         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8675           Disable halfway-seek for pending release (since it needs a new
8676           core release).
8677
8678 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8679
8680         * sys/v4l/gstv4lsrc.c:
8681         * sys/v4l/gstv4lsrc.h:
8682         * sys/v4l/v4lsrc_calls.c:
8683           add autoprobe-fps property so we can separate autoprobing parts
8684
8685 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8686
8687         * sys/v4l/gstv4lsrc.c:
8688         * sys/v4l/v4lsrc_calls.c:
8689         initialise fourcc to catch unset fourcc's, and debug
8690
8691 2004-11-09  Wim Taymans  <wim@fluendo.com>
8692
8693         * gst/playback/README:
8694         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8695         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8696         (gst_play_bin_dispose), (gst_play_bin_set_property),
8697         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
8698         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
8699         (gst_play_bin_get_formats), (gst_play_bin_convert),
8700         (gst_play_bin_get_query_types), (gst_play_bin_query):
8701         Cleanups and some more documentation.
8702
8703 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
8704
8705         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
8706         (gst_cacasink_init), (gst_cacasink_chain):
8707         * ext/libcaca/gstcacasink.h:
8708         Cacasink inherits from VideoSink, so let that store the clock.
8709
8710 2004-11-09  Wim Taymans  <wim@fluendo.com>
8711
8712         * gst/playback/README:
8713         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
8714         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
8715         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
8716         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
8717         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
8718         (setup_sinks):
8719         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
8720         (gst_stream_info_is_mute), (gst_stream_info_set_property):
8721         * gst/playback/gststreaminfo.h:
8722         Updated README.
8723         Only switch groups if all streams have muted (EOSed).
8724         Send Tags in sync with the stream playback instead of in
8725         the playback/preroll phase.
8726         Some cleanups, free the fakesrc elements.
8727
8728 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8729
8730         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
8731           buffer-frames property was missing
8732         * ext/arts/gst_arts.c:
8733           rate missing from sinkcaps
8734         * ext/audiofile/gstafparse.c:
8735         * ext/audiofile/gstafsink.c:
8736         * ext/audiofile/gstafsrc.c:
8737         * ext/swfdec/gstswfdec.c:
8738           int audio doesn't know buffer-frames
8739         * ext/cdparanoia/gstcdparanoia.c:
8740           int audio doesn't know chunksize either
8741         * ext/nas/nassink.c:
8742           it's endianness, not endianess
8743         * gst-libs/gst/audio/audio.h:
8744           make float standard pad template caps really describe float
8745         * gst/law/mulaw.c: (linear_factory):
8746           signed only, please
8747         * gst/mpegstream/gstdvddemux.c:
8748           widths of 20 are not valid
8749
8750 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8751
8752         Submitted by: Luca Ferretti <elle.uca@infinito.it>
8753
8754         * po/LINGUAS:
8755         * po/it.po:
8756           Add Italian
8757
8758 2004-11-08  Wim Taymans  <wim@fluendo.com>
8759
8760         * gst/playback/README:
8761         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8762         * gst/playback/gstplaybasebin.c: (probe_triggered),
8763         (gst_play_base_bin_change_state):
8764         Updated README, added more comments for fixmes etc..
8765
8766 2004-11-08  Wim Taymans  <wim@fluendo.com>
8767
8768         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8769         We can remove this hack now.
8770
8771 2004-11-08  Wim Taymans  <wim@fluendo.com>
8772
8773         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
8774         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8775         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
8776         Only mix AYUV for maximum quality.
8777
8778 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8779
8780         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
8781         (gst_ogg_demux_push), (gst_ogg_pad_push):
8782           Let's act as if we're synchronized now! :).
8783         * ext/theora/theoradec.c: (theora_dec_chain):
8784           Add some debug.
8785
8786 2004-11-08  Wim Taymans  <wim@fluendo.com>
8787
8788         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8789         (gst_alpha_set_property), (gst_alpha_sink_link),
8790         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
8791         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
8792         (gst_alpha_init_params), (gst_alpha_chain):
8793         Implement alpha functions for AYUV too, this increases
8794         accuracy quite a bit.
8795
8796 2004-11-08  Wim Taymans  <wim@fluendo.com>
8797
8798         * gst/ffmpegcolorspace/avcodec.h:
8799         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8800         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8801         (gst_ffmpegcsp_avpicture_fill):
8802         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8803         (gst_ffmpegcsp_caps_remove_format_info):
8804         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8805         (shrink12), (img_get_alpha_info), (deinterlace_line),
8806         (deinterlace_line_inplace):
8807         * gst/ffmpegcolorspace/imgconvert_template.h:
8808         Added AYUV colorspace and handle RGBA a bit more respectful.
8809
8810 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8811
8812         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8813           Actually always send a discont (cornercase when resending the
8814           same serial-tagged chain twice).
8815
8816 2004-11-08  Julien MOUTTE  <julien@moutte.net>
8817
8818         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
8819         (gst_ximagesink_finalize):
8820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8821         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
8822
8823 2004-11-08  Wim Taymans  <wim@fluendo.com>
8824
8825         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
8826         Don't segfault on NULL data.
8827
8828 2004-11-08  Wim Taymans  <wim@fluendo.com>
8829
8830         * gst/playback/gstdecodebin.c: (unlinked):
8831         * gst/playback/gstplay-marshal.list:
8832         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8833         (gst_play_base_bin_init), (group_create), (get_active_group),
8834         (get_building_group), (group_destroy), (group_commit),
8835         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
8836         (add_element_stream), (no_more_pads), (probe_triggered),
8837         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
8838         (state_change), (setup_source), (gst_play_base_bin_get_property),
8839         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8840         (gst_play_base_bin_link_stream),
8841         (gst_play_base_bin_get_streaminfo):
8842         * gst/playback/gstplaybasebin.h:
8843         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8844         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
8845         Add support for chained ogg files. Prepare for playlist
8846         support. This patch introduces the concept of pad groups, which
8847         together compose one playable media file.
8848
8849 2004-11-07  David Schleef  <ds@schleef.org>
8850
8851         * testsuite/gst-lint: Check for pad templates that aren't statically
8852         scoped.
8853
8854 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8855
8856         * configure.ac:
8857         * ext/Makefile.am:
8858         * ext/musepack/Makefile.am:
8859         * ext/musepack/gstmusepackdec.cpp:
8860         * ext/musepack/gstmusepackdec.h:
8861         * ext/musepack/gstmusepackreader.cpp:
8862         * ext/musepack/gstmusepackreader.h:
8863           Add musepack decoder.
8864         * ext/faad/gstfaad.c: (gst_faad_base_init):
8865           Make pad templates static.
8866         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8867         (plugin_init):
8868           Add musepack typefinder, make mp3 typefinding work halfway stream,
8869           which doesn't actually work yet because id3demux doesn't implement
8870           _get_length().
8871
8872 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8873
8874         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8875         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
8876           Fix interrupt event handling (#144436).
8877
8878 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8879
8880         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
8881           Hide unused glory.
8882
8883 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8884
8885         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8886
8887         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
8888           Fix weird caps (#157548).
8889
8890 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8891
8892         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8893
8894         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
8895           Add missing NULL terminator (#157543).
8896
8897 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8898
8899         * gst/tcp/gsttcp.h:
8900         * gst/tcp/gsttcpclientsink.c:
8901         * gst/tcp/gsttcpclientsrc.c:
8902         * gst/tcp/gsttcpserversink.c:
8903         * gst/tcp/gsttcpserversrc.c:
8904           ports can go up to 65535.  Move common defines to gsttcp.h
8905
8906 2004-11-05  Wim Taymans  <wim@fluendo.com>
8907
8908         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
8909         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
8910         Added two more colorspaces.
8911
8912 2004-11-05  Wim Taymans  <wim@fluendo.com>
8913
8914         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8915         (gst_ffmpegcsp_avpicture_fill):
8916         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8917         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
8918         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
8919         More stride fixes.
8920
8921 2004-11-05  Wim Taymans  <wim@fluendo.com>
8922
8923         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
8924         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
8925         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
8926         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
8927         (gst_videomixer_loop):
8928         More stride fixes.
8929
8930 2004-11-05  Benjamin Otte  <otte@gnome.org>
8931
8932         * ext/mad/gstmad.c: (gst_mad_chain):
8933           don't overflow data buffer. Flush not needed sync data when syncing
8934           failed.
8935
8936 2004-11-04  Wim Taymans  <wim@fluendo.com>
8937
8938         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8939         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
8940         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
8941         (gst_alpha_init_params), (gst_alpha_chain),
8942         (gst_alpha_change_state):
8943         Updated the chroma keying algorithm with something more
8944         sophisticated.
8945
8946 2004-11-03  Wim Taymans  <wim@fluendo.com>
8947
8948         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
8949         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8950         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
8951         Fix stride issues. Does not completely work for odd
8952         heights.
8953
8954 2004-11-03  Wim Taymans  <wim@fluendo.com>
8955
8956         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8957         (gst_alpha_chroma_key), (gst_alpha_chain):
8958         Fix stride issues. Does not completely work for odd
8959         heights.
8960
8961 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
8962
8963         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
8964         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
8965         leak fixes
8966
8967 2004-11-03  Wim Taymans  <wim@fluendo.com>
8968
8969         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8970         (gst_ffmpegcsp_avpicture_fill):
8971         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8972         (avpicture_alloc):
8973         * gst/ffmpegcolorspace/imgconvert_template.h:
8974         Use correct _fill function to get correct strides.
8975
8976 2004-11-02  David Schleef  <ds@schleef.org>
8977
8978         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8979         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
8980         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
8981         Change all g_print()s to debugging.  Add a bunch of consistency
8982         checks.
8983
8984 2004-11-02  Wim Taymans  <wim@fluendo.com>
8985
8986         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8987         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
8988         (unlinked), (no_more_pads), (close_link):
8989         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8990         (unknown_type), (add_element_stream), (new_decoded_pad),
8991         (removed_decoded_pad), (setup_source):
8992         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
8993         (gst_stream_info_class_init), (gst_stream_info_init),
8994         (gst_stream_info_new), (gst_stream_info_dispose),
8995         (stream_info_mute_pad), (gst_stream_info_set_property),
8996         (gst_stream_info_get_property):
8997         * gst/playback/gststreaminfo.h:
8998         Fix playback of multiple files.
8999         a slightly different approach to handling dynamic pad removals.
9000         This one only looks at pads that we have linked.
9001
9002 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
9003
9004         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
9005         free" warning from libc.
9006
9007 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9008
9009         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9010         (get_unconnected_element), (remove_starting_from), (pad_removed),
9011         (close_link):
9012           Implement support for dynamic pad changing. We listen to "live"
9013           pad removals (i.e. while playing) and re-setup autoplugging
9014           after that. Playbasebin/playbin need some more work for this
9015           to finally work, but decodebin supports (and replugs) chained
9016           ogg now.
9017
9018 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
9019
9020         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
9021         (gst_alsa_finalize):
9022         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
9023         (gst_cdaudio_finalize):
9024         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9025         (cdparanoia_finalize):
9026         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
9027         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
9028         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9029         (dvdreadsrc_finalize):
9030         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
9031         (gst_flacdec_finalize):
9032         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
9033         (gst_flacenc_finalize):
9034         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
9035         (gst_gnomevfssink_finalize):
9036         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
9037         (gst_gnomevfssrc_finalize):
9038         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
9039         (gst_fameenc_finalize):
9040         * ext/nas/nassink.c: (gst_nassink_class_init),
9041         (gst_nassink_finalize):
9042         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
9043         (gst_sdlvideosink_class_init):
9044         * ext/sndfile/gstsf.c: (gst_sf_dispose):
9045         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
9046         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
9047         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
9048         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9049         (gst_x_window_listener_dispose):
9050         * gst/audioscale/gstaudioscale.c:
9051         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
9052         (play_on_demand_finalize):
9053         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
9054         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
9055         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
9056         (cdplayer_finalize):
9057         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
9058         (gst_glimagesink_class_init):
9059         * sys/oss/gstosselement.c: (gst_osselement_class_init),
9060         (gst_osselement_finalize):
9061         * sys/oss/gstosssink.c: (gst_osssink_dispose):
9062         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
9063         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
9064           Fixes a bunch of problems with finalize and dispose functions,
9065           either assumptions that dispose is only called once, or not calling
9066           the parent class dispose/finalize function
9067
9068 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
9069
9070         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
9071           added two api precondition guards
9072           use g_strdup with getenv to fix crash when using ENVVAR
9073
9074 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
9075         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9076         (gst_esdsink_finalize):
9077         Use a finalize function, not dispose, and more importantly,
9078         call the parent class finalize function too
9079
9080 2004-11-01  Johan Dahlin  <johan@gnome.org>
9081
9082         * ext/ogg/gstoggdemux.c:
9083         * gst/tags/gstvorbistag.c:
9084         Plug leaks.
9085
9086 2004-10-31  Benjamin Otte  <otte@gnome.org>
9087
9088         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9089           lotsa memleaks today. But they're all small...
9090
9091 2004-10-31  Benjamin Otte  <otte@gnome.org>
9092
9093         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9094           another memleak crushed
9095
9096 2004-10-31  Benjamin Otte  <otte@gnome.org>
9097
9098         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9099           fix memleak
9100
9101 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9102
9103         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9104           Hack to prevent crash when going to READY inside signal handler
9105           while this function is active.
9106
9107 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9108
9109         * gst/ffmpegcolorspace/Makefile.am:
9110         * gst/ffmpegcolorspace/avcodec.h:
9111         * gst/ffmpegcolorspace/common.h:
9112         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9113         * gst/ffmpegcolorspace/dsputil.h:
9114         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9115         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9116         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
9117         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
9118         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
9119         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
9120         (gst_ffmpegcsp_avpicture_fill):
9121         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9122         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9123         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9124         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
9125         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9126         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9127         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9128         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9129         * gst/ffmpegcolorspace/imgconvert.c:
9130         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9131         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9132         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9133         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9134         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9135         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9136         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9137         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9138         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9139         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9140         (grow21), (grow22), (grow41), (grow44), (conv411),
9141         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9142         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9143         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9144         (avpicture_free), (is_yuv_planar), (img_convert),
9145         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9146         (deinterlace_line_inplace), (deinterlace_bottom_field),
9147         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9148         * gst/ffmpegcolorspace/imgconvert_template.h:
9149         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9150         * gst/ffmpegcolorspace/mmx.h:
9151         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9152         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9153         (av_freep), (avcodec_get_context_defaults),
9154         (avcodec_alloc_context), (avcodec_init):
9155           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9156           handling plus update from ffmpeg CVS. Large clean-up.
9157
9158 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9159
9160         * gst/playback/Makefile.am:
9161           We need the marshallers for decodebin, too.
9162
9163 2004-10-30  David Schleef  <ds@schleef.org>
9164
9165         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9166           quicktime typefinding work with 64-bit offsets.
9167
9168 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9169
9170         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9171           Set EOS on the element when processing an EOS event.
9172         * ext/speex/gstspeexdec.h:
9173         * ext/speex/gstspeexenc.h:
9174           Only keep a const ptr to the mode
9175         * gst-libs/gst/riff/riff-media.c:
9176         (gst_riff_create_audio_caps_with_data),
9177         (gst_riff_create_audio_template_caps):
9178           Allow WMAV3, with up to 6 channels.
9179         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9180           Don't call gst_pad_set_event_function on a sink pad.
9181         * gst/mpegstream/gstdvddemux.c:
9182         (gst_dvd_demux_get_subpicture_stream),
9183         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9184           Copy the explicit caps that were set across to the cur_* pads,
9185           instead of trying to use a possibly non-existent negotiated caps.
9186           Reset the type of subpicture pads to UNKNOWN after calling
9187           init_stream, so that the caps get set.
9188
9189 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9190
9191         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9192
9193         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9194           Don't touch buffer if it is of size 0 (fixes #151064).
9195
9196 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9197
9198         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9199           Synchronized discont handling.
9200
9201 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9202
9203         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9204         (gst_ogg_demux_push):
9205           Make seeking sort-of exact again (fixes #156387).
9206
9207 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9208
9209         * gst/playback/gstplaybasebin.c: (unknown_type),
9210         (add_element_stream), (new_decoded_pad),
9211         (gst_play_base_bin_change_state):
9212         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9213         (gst_stream_info_init), (gst_stream_info_new),
9214         (gst_stream_info_dispose), (gst_stream_info_get_property):
9215         * gst/playback/gststreaminfo.h:
9216           Make caps explicitely available. Makes testing for unsupported
9217           types possible. Improves error reporting.
9218
9219 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9220
9221         * gst/audioconvert/gstaudioconvert.c:
9222         (gst_audio_convert_buffer_to_default_format):
9223           Really don't touch read-only buffers (#156563).
9224
9225 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9226
9227         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9228
9229         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9230           Fix memleak (#155223).
9231
9232 2004-10-29  Wim Taymans  <wim@fluendo.com>
9233
9234         * gst/tcp/.cvsignore:
9235         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9236         (gst_multifdsink_class_init), (gst_multifdsink_init),
9237         (gst_multifdsink_add), (gst_multifdsink_remove),
9238         (gst_multifdsink_remove_client_link), (is_sync_frame),
9239         (gst_multifdsink_new_client),
9240         (gst_multifdsink_handle_client_write),
9241         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9242         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9243         (gst_multifdsink_get_property):
9244         * gst/tcp/gstmultifdsink.h:
9245         Added burst on connect sync_method, deprecated sync_clients,
9246         streamlined the sync code some more.
9247
9248 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9249
9250         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9251         (gst_play_base_bin_change_state):
9252           Improve error reporting.
9253
9254 2004-10-28  Wim Taymans  <wim@fluendo.com>
9255
9256         * gst/tcp/Makefile.am:
9257         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9258         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9259         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9260         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9261         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9262         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9263         (gst_fdset_wait):
9264         Added more locks around fdset structures. Fixed/reworked
9265         the poll array resizing code.
9266         Added stress test for fdset.
9267
9268 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9269
9270         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9271         fix build
9272
9273 2004-10-28  Benjamin Otte  <otte@gnome.org>
9274
9275         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9276           fix link function to always query channels and query width for
9277           floats
9278         * configure.ac:
9279           add equalizer dir
9280         * gst/equalizer/Makefile.am:
9281         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9282         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9283         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9284         (arg_to_scale), (setup_filter),
9285         (gst_iir_equalizer_compute_frequencies),
9286         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9287         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9288         (plugin_init):
9289           add an equalizer
9290
9291 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9292
9293         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9294
9295         * po/LINGUAS:
9296         * po/nb.po:
9297           Added Norwegian Bokmaal translation
9298
9299 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9300
9301         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9302           Don't break on options (fixes #156488).
9303
9304 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9305
9306         * configure.ac:
9307         * ext/cdaudio/Makefile.am:
9308         * sys/Makefile.am:
9309           fix build on older automake
9310
9311 2004-10-26  Wim Taymans  <wim@fluendo.com>
9312
9313         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9314         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9315         Allow a little margin when negotiating the framerate.
9316
9317 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9318
9319         * gst/level/gstlevel.c:
9320           synchonised naming of pads and pad-templates
9321
9322 2004-10-26  Wim Taymans  <wim@fluendo.com>
9323
9324         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9325         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9326         (_find_streams_check), (gst_ogg_demux_push):
9327         Fix EOS again. Needs to be done in a better way. We should not
9328         remove the pad if there is no new chained stream.
9329
9330 2004-10-26 Iain <iaingnome@gmail.com>
9331
9332         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9333         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9334         of the caps.
9335         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9336         pad.
9337         (interleave_release_pad): Remove the pad.
9338         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9339         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9340         the set device.
9341         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9342         attrs
9343         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9344         (gst_xvimagesink_finalize): Free the par.
9345
9346 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9347
9348         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9349         (gst_avimux_stop_file):
9350           First calculate the rate, and only then use it. Hdr.rate is a
9351           multiple and not a derivative of hdr.scale. Scale is not the
9352           same as blockalign but is solely related to rate.
9353
9354 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9355
9356         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9357         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9358           Implement seeking.
9359
9360 2004-10-25  James Henstridge  <james@jamesh.id.au>
9361
9362         Reviewed by:  David Schleef  <ds@schleef.org>
9363
9364         * examples/gstplay/player.c: (got_stream_length), (main):
9365         * examples/seeking/cdplayer.c: (update_scale):
9366         * examples/seeking/seek.c: (format_value), (update_scale):
9367         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9368         (stop_seek):
9369         Build fixes on AMD64.
9370
9371 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9372
9373         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9374
9375         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9376         Fix for some v4l cards which hang in v4lsrc
9377
9378 2004-10-25  Wim Taymans  <wim@fluendo.com>
9379
9380         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9381         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9382         Make sure to remove the pad when a new chain is
9383         encountered. Set some vars to NULL so we don't try
9384         to reference freed memory.
9385
9386 2004-10-25  Wim Taymans  <wim@fluendo.com>
9387
9388         * examples/seeking/Makefile.am:
9389         * examples/seeking/cdplayer.c: (update_scale):
9390         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9391         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9392         (format_value), (update_scale), (iterate), (start_seek),
9393         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9394         (print_usage), (main):
9395         Added some more examples, update others.
9396
9397 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9398
9399         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9400         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9401         * ext/theora/theoradec.c: (theora_dec_chain):
9402         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9403           Add codec-name metadata.
9404
9405 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9406
9407         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9408
9409         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9410         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9411         * ext/alsa/gstalsamixertrack.h:
9412         * po/POTFILES.in:
9413           ALSA mixer track label internationalization (#154054).
9414
9415 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9416
9417         * ext/theora/theoradec.c: (theora_dec_chain):
9418           Export bitrate as metadata.
9419
9420 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9421
9422         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9423         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9424         * ext/alsa/gstalsamixertrack.h:
9425           Fix names, fix loop.
9426
9427 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9428
9429         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9430         (speex_dec_convert):
9431           sinkconvert function so oggdemux can get the file length (totem).
9432
9433 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9434
9435         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9436
9437         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9438           Don't push incomplete packets.
9439         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9440           Fix MPEG-4 audio typefinding.
9441
9442 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9443
9444         * sys/v4l/Makefile.am:
9445         * sys/v4l/gstv4l.c: (plugin_init):
9446         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9447         (gst_v4lelement_init), (gst_v4lelement_dispose),
9448         (gst_v4lelement_change_state):
9449         * sys/v4l/gstv4lelement.h:
9450         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9451         (gst_v4l_xoverlay_close), (idle_refresh),
9452         (gst_v4l_xoverlay_set_xwindow_id):
9453         * sys/v4l/gstv4lxoverlay.h:
9454         * sys/v4l/v4l-overlay_calls.c:
9455         * sys/v4l/v4l_calls.h:
9456         * sys/v4l2/Makefile.am:
9457         * sys/v4l2/gstv4l2.c: (plugin_init):
9458         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9459         (gst_v4l2element_init), (gst_v4l2element_dispose),
9460         (gst_v4l2element_change_state):
9461         * sys/v4l2/gstv4l2element.h:
9462         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9463         (gst_v4l2_xoverlay_close), (idle_refresh),
9464         (gst_v4l2_xoverlay_set_xwindow_id):
9465         * sys/v4l2/gstv4l2xoverlay.h:
9466         * sys/v4l2/v4l2-overlay_calls.c:
9467         * sys/v4l2/v4l2_calls.h:
9468           Remove client-side overlay handling, use the X-server v4l plugin
9469           for that. Nicer overlay, less code. Also make the plugin
9470           compileable without X (but then without overlay, obviously).
9471           Makes xwindowlistener obsolete, should we remove that?
9472
9473 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9474
9475         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
9476         (gst_osssrc_src_query):
9477         * sys/oss/gstosssrc.h:
9478           OK, so people want offset in DEFAULT. This time, actually fix all
9479           cases.
9480         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9481           Add FPS properly.
9482
9483 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9484
9485         * gst/asfdemux/gstasfmux.c:
9486         * gst/avi/gstavimux.c:
9487           Framerate.
9488
9489 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9490
9491         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
9492           Fix properties (channel, norm, frequency).
9493
9494 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9495
9496         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
9497           Flag typo.
9498         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
9499           No warnings.
9500
9501 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9502
9503         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
9504           Fix hang.
9505
9506 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9507
9508         * sys/v4l2/gstv4l2element.h:
9509           Yet Another Hack (tm) for kernel header borkedness.
9510         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9511         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
9512         (gst_v4l2src_link), (gst_v4l2src_getcaps),
9513         (gst_v4l2src_change_state):
9514         * sys/v4l2/gstv4l2src.h:
9515         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
9516         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
9517           Fix caps, keep track of state, work.
9518
9519 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9520
9521         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9522           Quiet.
9523
9524 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9525
9526         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9527           Don't mix bytes and samples.
9528
9529 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9530
9531         * ext/ogg/gstoggmux.c:
9532           Basic pad template which accepts OGM tracks, speex, flac, vorbis
9533           and theora. Any is incorrect.
9534         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
9535           Fix caps.
9536         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9537         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9538         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
9539         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
9540         * sys/v4l/gstv4lmjpegsrc.h:
9541         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9542         (gst_v4lsrc_change_state):
9543         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
9544         (gst_v4lmjpegsrc_capture_stop):
9545           Fix caps. Keep track of internal state. Work.
9546
9547 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9548
9549         * ext/Makefile.am:
9550           Fix the build fixes.
9551
9552 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9553
9554         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9555         (gst_ogg_demux_src_event), (_find_chain_seek),
9556         (gst_ogg_pad_push):
9557           Check for pad availability before using it.
9558         * ext/ogg/gstoggdemux.c: (_find_chain_process):
9559           Fix parsing of chained ogg. Needs more work on the decoder side.
9560
9561 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9562
9563         * gst/spectrum/Makefile.am:
9564         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
9565         (idle_func):
9566           Fix demo and reenable it. Yes, I'm currently playing with audio
9567           analysis tools
9568
9569 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9570
9571         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9572           We love it if files that start at zero work too...
9573
9574 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9575
9576         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9577           Handle files with missing EOS headers.
9578
9579 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9580
9581         * gst/tcp/gsttcpserversink.c:
9582         (gst_tcpserversink_handle_server_read),
9583         (gst_tcpserversink_init_send):
9584         Zero some variables first (need for accept not to return EINVAL)
9585
9586 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9587
9588         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9589         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9590         * ext/theora/theoradec.c: (theora_dec_sink_convert),
9591         (theora_dec_chain):
9592         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
9593         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
9594           Seeking and querying finetune.
9595
9596 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9597
9598         * configure.ac:
9599         * ext/Makefile.am:
9600         * ext/raw1394/Makefile.am:
9601           fix the build
9602
9603 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9604
9605         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9606           Wrong return.
9607         * gst/playback/Makefile.am:
9608         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9609         * gst/playback/gstplay-marshal.list:
9610         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9611           Fix marshallers.
9612
9613 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9614
9615         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
9616           Silence.
9617
9618 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9619
9620         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9621         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9622         (gst_ogg_pad_push):
9623           Yay for non-lineair granulepos in theora.
9624
9625 2004-10-18  Wim Taymans  <wim@fluendo.com>
9626
9627         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
9628         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9629         * ext/dv/gstdvdec.h:
9630         Make sure we renegotiate aspect ratio when the camera switches.
9631
9632 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9633
9634         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9635         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9636           Start at zero.
9637         * ext/theora/theoradec.c: (theora_dec_chain):
9638           Skip headers. Bad idea for chained ogg, but fixes seeking.
9639
9640 2004-10-18  Wim Taymans  <wim@fluendo.com>
9641
9642         * configure.ac:
9643         I swear, this is the last time I touch this.
9644
9645 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9646
9647         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9648         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9649         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
9650           Faster seeking.
9651         * ext/theora/theoradec.c: (theora_dec_sink_convert):
9652           Time-to-default conversion.
9653         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9654           Don't error on unknown packets, just skip. We should probably
9655           read them if we want to support chained ogg.
9656
9657 2004-10-18  Wim Taymans  <wim@fluendo.com>
9658
9659         * configure.ac:
9660         Added cdaudio to wrong list.
9661
9662 2004-10-18  Wim Taymans  <wim@fluendo.com>
9663
9664         * configure.ac:
9665         Revive cdaudio.
9666
9667 2004-10-18  Wim Taymans  <wim@fluendo.com>
9668
9669         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9670         (gst_dvdec_video_link), (gst_dvdec_push):
9671         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
9672         (gst_smokeenc_resync), (gst_smokeenc_chain):
9673         Fix mimetype on smoke encoder.
9674         Add aspect ratio to dvdec. Not sure if these
9675         values are correct though....
9676
9677 2004-10-18  Wim Taymans  <wim@fluendo.com>
9678
9679         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
9680         Fix vorbis property descriptions and ranges.
9681
9682 2004-10-18  Wim Taymans  <wim@fluendo.com>
9683
9684         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9685         Really do nothing when no data is available.
9686         Go to the playing state when the stream is not seekable
9687         instead of failing.
9688
9689 2004-10-18  Wim Taymans  <wim@fluendo.com>
9690
9691         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
9692         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
9693         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
9694         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
9695         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
9696         Added uri handler for cd://
9697         Port to new API.
9698
9699 2004-10-18  Wim Taymans  <wim@fluendo.com>
9700
9701         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9702         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
9703         (try_to_link_1), (no_more_pads), (close_link), (type_found):
9704         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
9705         (remove_prerolls), (unknown_type), (add_element_stream),
9706         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
9707         (gst_play_base_bin_remove_element),
9708         (gst_play_base_bin_link_stream):
9709         * gst/playback/gstplaybin.c: (gen_video_element),
9710         (gen_vis_element), (remove_sinks), (setup_sinks):
9711         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
9712         (gst_stream_info_get_type), (gst_stream_info_class_init),
9713         (gst_stream_info_init), (gst_stream_info_new),
9714         (gst_stream_info_dispose), (stream_info_mute_pad),
9715         (gst_stream_info_set_property), (gst_stream_info_get_property):
9716         * gst/playback/gststreaminfo.h:
9717         Add sink padtemplate to decodebin.
9718         Added some more comments.
9719         Make queue size configurable in playbasebin.
9720         Added possibility to use elements as sinks (ex cdaudio).
9721
9722 2004-10-15  Wim Taymans  <wim@fluendo.com>
9723
9724         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
9725         (gst_speexenc_chain):
9726         Fix speex timestamps so that it gets muxed properly.
9727
9728 2004-10-15  Wim Taymans  <wim@fluendo.com>
9729
9730         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
9731         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
9732         (gst_dv1394src_init), (gst_dv1394src_dispose),
9733         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
9734         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
9735         (gst_dv1394src_event), (gst_dv1394src_get_formats),
9736         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
9737         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
9738         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
9739         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
9740         * ext/raw1394/gstdv1394src.h:
9741         Added conversion/query functions.
9742         Update buffer timestamps,
9743         Added signals.
9744         Added uri dv:// so it might play from the firewire in playbin.
9745         Fix a possible leak.
9746         Added debugging.
9747
9748 2004-10-15  Wim Taymans  <wim@fluendo.com>
9749
9750         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
9751         (gst_dv1394src_init), (gst_dv1394src_set_property),
9752         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
9753         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
9754         * ext/raw1394/gstdv1394src.h:
9755         Added AV/C VTR control support needed for some cameras.
9756         Added automatic port detection.
9757         Added properties for selecting the channel.
9758         The configure.ac script is not yet updated to reflect the
9759         new libavc1394 and librom1394 dependencies.
9760
9761 2004-10-15  Wim Taymans  <wim@fluendo.com>
9762
9763         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9764         (qtdemux_parse), (gst_qtdemux_handle_esds):
9765         An esds box is not a container.
9766         Fix parsing of mp4v boxes.
9767         Do not try to renegotiate fps for each frame. Need to
9768         find a better method. This should fix mp4 playback.
9769
9770 2004-10-14  David Schleef  <ds@schleef.org>
9771
9772         * configure.ac: update for swfdec-0.3 and liboil-0.2
9773         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
9774         * ext/swfdec/gstswfdec.h: same
9775         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
9776         * gst/videotestsrc/videotestsrc.c: same
9777
9778 2004-10-14  Wim Taymans  <wim@fluendo.com>
9779
9780         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9781         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
9782         (is_sync_frame), (gst_multifdsink_new_client),
9783         (gst_multifdsink_handle_client_write),
9784         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9785         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
9786         Turn warnings into info.
9787         Don't allow a state change in the streaming thread.
9788
9789 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9790
9791         * ext/vorbis/oggvorbisenc.c:
9792         * ext/vorbis/vorbisdec.c:
9793           fix template sample rate
9794
9795 2004-10-13  Wim Taymans  <wim@fluendo.com>
9796
9797         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9798         Decoding the header first fixes some problems in resyncing
9799         in more mp3s.
9800
9801 2004-10-12  Wim Taymans  <wim@fluendo.com>
9802
9803         * gst/playback/gstplaybin.c: (gen_video_element),
9804         (gen_vis_element), (remove_sinks), (setup_sinks):
9805         Added vis plugin support, need to configure the vis
9806         element to activate it.
9807
9808 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9809
9810         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
9811         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9812           Some debug.
9813         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9814         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
9815         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
9816         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
9817         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
9818         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
9819         * gst/avi/gstavidemux.h:
9820           Support for openDML-2.0 indx/ix## chunks. Support for broken index
9821           recovery (where, if part of the index is broken, we will still read
9822           the rest of the index and recover the broken part by stream
9823           scanning). More broken media support. EOS workarounds. General AVI
9824           braindamage headache recovery. Aspirin included.
9825
9826 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9827
9828         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
9829         (cdparanoia_event), (cdparanoia_query):
9830           Get rid of hideous lead-in.
9831
9832 2004-10-11  Wim Taymans  <wim@fluendo.com>
9833
9834         * gst/playback/gstplaybasebin.c: (setup_source):
9835         Wrong var used to get g_list_next.
9836
9837 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9838
9839         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9840         (cdparanoia_get), (cdparanoia_open):
9841           Report discid as metadata, add duration.
9842
9843 2004-10-11  Wim Taymans  <wim@fluendo.com>
9844
9845         * gst/playback/gstplaybasebin.c: (setup_source):
9846         Cleanup the previous pipeline a little earlier for the
9847         case that a source element provides raw data.
9848
9849 2004-10-11  Benjamin Otte  <otte@gnome.org>
9850
9851         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9852           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
9853           consuming the last 128 bytes, even though it was valid mp3 data.
9854
9855 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9856
9857         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
9858         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
9859         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
9860         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
9861
9862 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9863
9864         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
9865         Fix for webcams that support only specific width or height
9866
9867 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9868
9869         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9870
9871         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
9872           Fix wrong discont event setup (fixes #154967).
9873
9874 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
9875
9876         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9877
9878         * gst/auparse/gstauparse.c: (gst_auparse_chain):
9879           Error out on invalid data (fixes #154807).
9880
9881 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9882
9883         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9884
9885         * ext/dvdread/dvdreadsrc.c: (_read):
9886           Make titles > 0 work again (fixes #154834).
9887
9888 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9889
9890         * gst-libs/gst/riff/riff-media.c:
9891         (gst_riff_create_video_template_caps):
9892           WMV3 missing in template caps.
9893
9894 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9895
9896         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9897           OK, so the original code was too strict. It makes random AVI files
9898           hang for seconds upon opening, which is unacceptable and is far
9899           beyond the original goal of getting multiple chunks for one-chunk
9900           sounc stream files. So now do just that.
9901
9902 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9903
9904         * gst/playback/gstplaybasebin.c: (setup_source),
9905         (gst_play_base_bin_change_state):
9906           Actually clean up streaminfo if output fails. This would trigger
9907           if, for example, there was no CD in the drive. No preroll, so
9908           a streaminfo structure is created, but the subsequent state change
9909           of the thread fails.
9910         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
9911           Don't change state if parent failed.
9912
9913 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9914
9915         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9916         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
9917         (gen_video_element), (remove_sinks):
9918           Add small bits of code for screenshot handling.
9919
9920 2004-10-08  Wim Taymans  <wim@fluendo.com>
9921
9922         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
9923         (gen_video_element), (gen_audio_element), (setup_sinks):
9924         Don't assume the user provided sinks are named "sink"...
9925
9926 2004-10-08  Wim Taymans  <wim@fluendo.com>
9927
9928         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
9929         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
9930         (gst_play_base_bin_link_stream):
9931         Do not try to autoplug sources that generate raw streams like
9932         cdparanoia.
9933         disconnect the preroll overrun signal when we don't need it anymore.
9934
9935 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
9936
9937         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
9938         Added reworked patch from #154903 from milosz derezynski (deadchip).
9939
9940 2004-10-08  Wim Taymans  <wim@fluendo.com>
9941
9942         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
9943         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
9944         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
9945         (cdparanoia_convert), (cdparanoia_uri_get_type),
9946         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
9947         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
9948         * ext/cdparanoia/gstcdparanoia.h:
9949         This adds the cdda://<tracknum> uri.
9950
9951 2004-10-08  Wim Taymans  <wim@fluendo.com>
9952
9953         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9954         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
9955         (try_to_link_1), (no_more_pads), (close_link), (type_found):
9956         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9957         (unknown_type), (gst_play_base_bin_remove_element),
9958         (gst_play_base_bin_link_stream):
9959         * gst/playback/gstplaybasebin.h:
9960         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9961         (gst_play_bin_set_property), (gen_video_element),
9962         (gen_audio_element), (setup_sinks):
9963         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
9964         (gst_stream_info_get_type), (gst_stream_info_class_init),
9965         (gst_stream_info_init), (gst_stream_info_new),
9966         (gst_stream_info_dispose), (stream_info_mute_pad),
9967         (gst_stream_info_set_property), (gst_stream_info_get_property):
9968         * gst/playback/gststreaminfo.h:
9969         Reuse the audio and video bins.
9970         Some internal cleanups in the stream selection code.
9971
9972 2004-10-08  Julien MOUTTE  <julien@moutte.net>
9973
9974         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
9975         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
9976         * sys/ximage/ximagesink.h:
9977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9978         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
9979         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
9980         not coming from those elements. Moreover these elements should not keep
9981         the xid they have been given when in NULL state.
9982
9983 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9984
9985         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
9986         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
9987         * sys/ximage/ximagesink.h:
9988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9989         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
9990         * sys/xvimage/xvimagesink.h:
9991           Actually only create a new toplevel window if we're not gonna
9992           embed it right after.
9993
9994 2004-10-07  Wim Taymans  <wim@fluendo.com>
9995
9996         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
9997         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
9998         * gst/playback/gstplaybin.c: (setup_sinks):
9999         Implement muting/unmuting of streams, mute streams that are not
10000         used.
10001
10002 2004-10-07  Wim Taymans  <wim@fluendo.com>
10003
10004         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
10005         (plugin_init):
10006         Added lame audio/x-ac3 typefind function.
10007
10008 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10009
10010         * configure.ac:
10011           bump nano to cvs
10012
10013 === release 0.8.5 ===
10014
10015 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10016
10017         * NEWS:
10018         * RELEASE:
10019         * configure.ac:
10020           releasing 0.8.5, "Take You On"
10021
10022 2004-10-06  Wim Taymans  <wim@fluendo.com>
10023
10024         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10025         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10026         (no_more_pads), (close_link), (type_found):
10027         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10028         * gst/playback/gstplaybin.c: (gen_video_element):
10029         Do not signal the no_more_pads after the first pad when
10030         we are plugging a non dynamic element with multiple
10031         output pads (like swfdec, dvdec, ...).
10032
10033 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10034
10035         * configure.ac:
10036           bump for prerelease
10037
10038 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10039
10040         * gst/wavparse/gstwavparse.c:
10041           add ATRAC3 to STATIC CAPS to fix a warning
10042
10043         * gst/matroska/ebml-read.c:
10044         * gst-libs/gst/riff/riff-read.c:
10045           fix typos
10046
10047 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10048
10049         * gst-libs/gst/riff/riff-media.c:
10050           generate caps for ATRAC3 audio streams
10051
10052         * gst/realmedia/rmdemux.c:
10053           generate caps for ATRAC3 audio streams
10054
10055 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10056
10057         * gst/wavparse/Makefile.am
10058         * gst/wavparse/riff.h
10059         * gst/wavparse/wavparse.vcproj
10060           riff.h removal (unused and duplication with riff-ids.h)
10061
10062 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10063
10064         * gst/wavparse/gstwavparse.h
10065           remove duplicated defines for audio codec codes
10066
10067         * gst-libs/gst/riff/riff-ids.h
10068         * gst/wavenc/riff.h:
10069           add "4CC" code for ATRAC3 audio streams
10070           add "4CC" code for ITU_G721_ADPCM (unused for now)
10071
10072 2004-10-06  Wim Taymans  <wim@fluendo.com>
10073
10074         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
10075         Actually _do_ negotiation. Pass gdouble as arg instead
10076         of guint64 for the framerate.
10077
10078 2004-10-06  Wim Taymans  <wim@fluendo.com>
10079
10080         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10081         (find_compatibles), (close_pad_link), (try_to_link_1),
10082         (no_more_pads), (close_link), (type_found):
10083         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10084         * gst/playback/gstplaybin.c: (gen_video_element),
10085         (gen_audio_element):
10086         Set state on newly added element to READY so that negotiation
10087         can happen ASAP.
10088         Addes some more debug info.
10089         Do not try to plug pads with multiple caps structures or ANY
10090         because it is too dangerous since we do not do dynamic
10091         replugging.
10092
10093 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10094
10095         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
10096
10097         * po/LINGUAS:
10098         * po/or.po:
10099           add Oriya translation
10100
10101 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10102
10103         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10104           Prevent overwrite of size member. Makes audio sound crappy.
10105
10106 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10107
10108         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10109         Add rmvb to the list of known RealMedia extensions
10110
10111 2004-10-05  Wim Taymans  <wim@fluendo.com>
10112
10113         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
10114         (mngdec_openstream), (mngdec_closestream),
10115         (mngdec_handle_sink_event), (mngdec_readdata),
10116         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
10117         (mngdec_getcanvasline), (mngdec_refresh),
10118         (gst_mngdec_change_state):
10119         Set the framerate correctly.
10120
10121 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10122
10123         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10124           There was something wrong with the index massaging.
10125
10126 2004-10-04  Wim Taymans  <wim@fluendo.com>
10127
10128         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10129         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10130         (gst_smokedec_chain):
10131         * ext/jpeg/gstsmokedec.h:
10132         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10133         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10134         * ext/jpeg/gstsmokeenc.h:
10135         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10136         (smokecodec_decode_new), (smokecodec_info_free),
10137         (smokecodec_set_quality), (smokecodec_get_quality),
10138         (smokecodec_set_threshold), (smokecodec_get_threshold),
10139         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10140         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10141         (smokecodec_encode), (smokecodec_parse_id),
10142         (smokecodec_parse_header), (smokecodec_decode):
10143         * ext/jpeg/smokecodec.h:
10144         * ext/jpeg/smokeformat.h:
10145         Updated smoke, new bitstream, allows embedding in ogg.
10146
10147 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10148
10149         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10150           Fix seeking in some files. All this code is no longer needed (and
10151           actually breaks stuff) because we now synchronize the full index
10152           right when reading the header.
10153
10154 2004-10-04  Wim Taymans  <wim@fluendo.com>
10155
10156         * configure.ac:
10157         configure update for libmng.
10158
10159 2004-10-04  Wim Taymans  <wim@fluendo.com>
10160
10161         * ext/libmng/Makefile.am:
10162         * ext/libmng/gstmng.c: (plugin_init):
10163         * ext/libmng/gstmng.h:
10164         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10165         (gst_mngdec_base_init), (gst_mngdec_class_init),
10166         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10167         (gst_mngdec_loop), (gst_mngdec_get_property),
10168         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10169         (mngdec_closestream), (mngdec_handle_sink_event),
10170         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10171         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10172         (gst_mngdec_change_state):
10173         * ext/libmng/gstmngdec.h:
10174         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10175         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10176         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10177         (gst_mngenc_chain), (gst_mngenc_get_property),
10178         (gst_mngenc_set_property):
10179         * ext/libmng/gstmngenc.h:
10180         Added basic MNG decoder. Needs more work. The encoder does
10181         not work yet.
10182
10183 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10184
10185         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10186         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10187         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10188           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10189           no-more-pads.
10190
10191 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10192
10193         * configure.ac:
10194           you need at least 1.0.4 of speex
10195
10196 2004-10-04 Iain <iaingnome@gmail.com>
10197
10198         * ext/speex/gstspeexdec.h: Revert the includes changes.
10199
10200         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10201
10202 2004-09-30 Iain <iaingnome@gmail.com>
10203
10204         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10205         found during init or set as a property instead of hardcoding /dev/audio
10206
10207 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10208
10209         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10210         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10211         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10212         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10213         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10214         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10215         (gst_rmdemux_dump_data):
10216           Use debug category, fix EOS handling. filesrc ! rmdemux now
10217           works.
10218
10219 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10220
10221         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10222         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10223         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10224           Improve allocation, cutting and sorting of the index. How takes a
10225           few seconds instead of minutes.
10226
10227 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10228
10229         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10230           fixed compilation
10231
10232 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10233
10234         * gst-libs/gst/riff/riff-media.c:
10235         (gst_riff_create_video_caps_with_data),
10236         (gst_riff_create_video_template_caps):
10237           Add wing commander format mimetype/fourccs.
10238         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10239           Don't crash if some value is 0.
10240
10241 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10242
10243         * gst-libs/gst/riff/riff-media.c:
10244         (gst_riff_create_video_caps_with_data),
10245         (gst_riff_create_video_template_caps):
10246           Add DIB fourcc (raw, palettized 8-bit RGB).
10247         * gst-libs/gst/riff/riff-read.c:
10248         (gst_riff_read_strf_vids_with_data):
10249           Oops, fix strf_data reading bug.
10250         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10251           Use a non-NULL tag.
10252         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10253           Time for hacks. Sorry Dave. At least one quicktime movie (a
10254           trailer) that I've encountered contains multiple video tracks.
10255           One of those is the actual video track, the other are one-frame
10256           tracks (images). Unfortunately, the number of frames according
10257           to the trak header is 1 for each, so that doesn't help. So
10258           instead, I look at the duration and discard tracks with a
10259           duration shorter than 20% of the length of the stream. Better
10260           than nothing.
10261
10262 2004-10-01  Christian Schaller <christian@fluendo.com>
10263
10264         * ext/ivorbis/vorbis.c:
10265           Patch from Phil Blundell (Bug 152341)
10266
10267 2004-10-01  Wim Taymans  <wim@fluendo.com>
10268
10269         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10270         (speex_dec_get_formats), (speex_dec_convert),
10271         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10272         (speex_dec_chain), (gst_speexdec_get_property),
10273         (gst_speexdec_set_property):
10274         Small cleanups.
10275
10276 2004-10-01  Wim Taymans  <wim@fluendo.com>
10277
10278         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10279         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10280         (gst_wavparse_other), (gst_wavparse_loop),
10281         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10282         (gst_wavparse_srcpad_event):
10283         * gst/wavparse/gstwavparse.h:
10284         Added some more debugging info.
10285         Fix the case where the length of the file is 0.
10286         Make sure we seek to sample borders.
10287
10288 2004-10-01  Wim Taymans  <wim@fluendo.com>
10289
10290         * gst/playback/README:
10291         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10292         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10293         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10294         Add some debug info to decodebin, update README
10295
10296 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10297
10298         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10299           Don't use g_print(); use GST_DEBUG().
10300
10301 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10302
10303         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10304         (gst_ogg_mux_queue_pads):
10305           Handle EOS properly.
10306
10307 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10308
10309         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10310
10311         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10312         (gst_faad_chain), (gst_faad_change_state):
10313         * ext/faad/gstfaad.h:
10314           Allow playback of raw (unframed) MPEG AAC files (#148993).
10315
10316 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10317
10318         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10319
10320         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10321           Throw error if we didn't recognize the stream. Fixes #152289.
10322
10323 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10324
10325         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10326           Fix negotiation.
10327
10328 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10329
10330         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10331
10332         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10333           Fix memleak.
10334
10335 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10336
10337         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10338
10339         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10340           Solve #152805.
10341         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10342           Solve 152806.
10343
10344 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10345
10346         * gst-libs/gst/riff/riff-media.c:
10347         (gst_riff_create_video_caps_with_data),
10348         (gst_riff_create_audio_caps_with_data):
10349           Add codec_data handling (like asfdemux used to do).
10350         * gst/asfdemux/gstasf.c: (plugin_init):
10351         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10352         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10353           Use riff-media for caps creation instead of our own (mostly
10354           broken) copy of its functions.
10355
10356 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10357
10358         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10359           Don't actually error out if we get another return value than
10360           -EINVAL. Opposite to what I first thought, drivers have random
10361           return values for this, although -EINVAL is the expected return
10362           value. Since this is not fatal, we shouldn't use
10363           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10364
10365 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10366
10367         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10368         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10369         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10370         (dvdreadsrc_get), (dvdreadsrc_open_file),
10371         (dvdreadsrc_change_state):
10372           Fix. Don't do one big huge loop around the whole DVD, that will
10373           cache all data and thus eat sizeof(dvd) (several GB) before we
10374           see something.
10375         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10376           Actually NULL'ify event after using it.
10377         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10378         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10379         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10380         (gst_ebml_read_seek), (gst_ebml_read_skip):
10381           Handle events.
10382         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10383         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10384         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10385           Fix timing (this will probably break if I seek using menus, but
10386           I didn't get there yet). VOBs and normal DVDs should now work.
10387           Add a mpeg2-only pad with high rank so this get autoplugged for
10388           MPEG-2 movies.
10389         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10390         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10391         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10392         (gst_mpeg_demux_get_audio_stream),
10393         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10394         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10395           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10396           MPEG-1 but use dvddemux for MPEG-2.
10397         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10398         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10399         (gst_mpeg_parse_parse_packhead):
10400           Timing. Only add pad template if it exists. Add sink template from
10401           class and not from ourselves. This means we will always use the
10402           correct sink template even if it is not the one defined in this
10403           file.
10404
10405 2004-09-29  Wim Taymans  <wim@fluendo.com>
10406
10407         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10408         (gst_mpeg_demux_parse_pes):
10409         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10410         Fix playback of mpeg again, timestamps where screwed up by
10411         patch 1.61.
10412
10413 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10414
10415         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10416           Only return true if we actually filled something in. Prevents
10417           player applications from showing a random length for flac files.
10418         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10419         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10420         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10421         (gst_riff_read_strf_vids_with_data),
10422         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10423           OK, ok, so I implemented event handling. Apparently it's normal
10424           that we receive random events at random points without asking
10425           for it.
10426         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10427         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10428         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10429         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10430         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10431         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10432         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10433         * gst/avi/gstavidemux.h:
10434           Implement non-lineair chunk handling and subchunk processing.
10435           The first solves playback of AVI files where the audio and video
10436           data of individual buffers that we read are not synchronized.
10437           This should not happen according to the wonderful AVI specs, but
10438           of course it does happen in reality. It is also a prerequisite for
10439           the second. Subchunk processing allows us to cut chunks in small
10440           pieces and process each of these pieces separately. This is
10441           required because I've seen several AVI files with incredibly large
10442           audio chunks, even some files with only one audio chunk for the
10443           whole file. This allows for proper playback including seeking.
10444           This patch is supposed to fix all AVI A/V sync issues.
10445         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10446         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10447           Work.
10448         * gst/modplug/gstmodplug.cc:
10449           Proper return value setting for the query() function.
10450         * gst/playback/gstplaybasebin.c: (setup_source):
10451           Being in non-playing state (after, e.g., EOS) is not necessarily
10452           a bad thing. Allow for that. This fixes playback of short files.
10453           They don't actually playback fully now, because the clock already
10454           runs. This means that small files (<500kB) with a small length
10455           (<2sec) will still not or barely play. Other files, such as mod
10456           or flx, will work correctly, however.
10457
10458 2004-09-28  Wim Taymans  <wim@fluendo.com>
10459
10460         * ext/speex/gstspeex.c: (plugin_init):
10461         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10462         (gst_speex_dec_class_init), (speex_dec_get_formats),
10463         (speex_get_event_masks), (speex_get_query_types),
10464         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10465         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10466         (gst_speexdec_get_property), (gst_speexdec_set_property),
10467         (speex_dec_change_state):
10468         * ext/speex/gstspeexdec.h:
10469         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10470         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10471         (gst_speexenc_base_init), (gst_speexenc_class_init),
10472         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
10473         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
10474         (gst_speexenc_src_query), (gst_speexenc_init),
10475         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
10476         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
10477         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
10478         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
10479         (gst_speexenc_chain), (gst_speexenc_get_property),
10480         (gst_speexenc_set_property), (gst_speexenc_change_state):
10481         * ext/speex/gstspeexenc.h:
10482         Rewrote speex encoder, make sure it can be embedded in ogg.
10483         Implemented speex decoder.
10484
10485 2004-09-28  Christian Schaller <christian@fluendo.com>
10486
10487         * configure.ac:
10488         Remove kioslave plugin. Markey is brewing a new working one
10489         * ext/Makefile.am: Remove kioslave plugin
10490         * ext/kio: remove
10491         * gst-plugins.spec.in: remove kio plugin from spec
10492
10493 2004-09-27  Wim Taymans  <wim@fluendo.com>
10494
10495         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10496         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10497         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
10498         (gst_multifdsink_new_client),
10499         (gst_multifdsink_handle_client_write),
10500         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10501         (gst_multifdsink_handle_clients):
10502         * gst/tcp/gstmultifdsink.h:
10503         Make syncing to keyframes actually work for new clients and lagging
10504         clients.
10505
10506 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10507
10508         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
10509         (gst_navigationtest_handle_src_event), (draw_box_planar411),
10510         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
10511         * gst/debug/gstnavigationtest.h:
10512           make navigationtest display button-press and button-release events
10513
10514 2004-09-26 Iain <iaingnome@gmail.com>
10515
10516         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
10517         the channels have received a new media event.
10518         (interleave_buffered_loop): Compresses a new media event on all
10519         channels into one.
10520
10521 2004-09-26 Iain <iaingnome@gmail.com>
10522
10523         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
10524         call the sinkpad's default event handler and not the srcpads. He also
10525         says this is confusing :)
10526         (gst_wavenc_stop_file): Company says that seek events only go upstream
10527         we should send a discontinuous downstream instead.
10528
10529 2004-09-25  Christian Schaller <christian@fluendo.com>
10530
10531         * Update SPEC file to be usable in conjunction with Fedora Core,
10532           Fedora.us and freshrpms packages
10533         * Fix typo in multifilesrc test Makefile
10534
10535 2004-09-24  Wim Taymans  <wim@fluendo.com>
10536
10537         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10538         Only signal the no_more_pads signal when we have
10539         added the stream to our list.
10540
10541 2004-09-24  Wim Taymans  <wim@fluendo.com>
10542
10543         * gst/playback/gstplaybasebin.c: (remove_prerolls),
10544         (new_decoded_pad):
10545         * gst/playback/gstplaybasebin.h:
10546         * gst/playback/gstplaybin.c: (setup_sinks):
10547         Don't try to preroll or decode more than one audio/video
10548         track.
10549
10550 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10551
10552         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10553           Throw error if we failed to find a suitable output. This should
10554           throw an error if we successfully set up a pipeline (e.g. because
10555           we recognized a media file) but found no decodable streams in it
10556           (e.g. because it contains only media stream types for which we
10557           have no decoders, or because it's not a media type).
10558
10559 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10560
10561         * ext/dirac/Makefile.am:
10562         * ext/dirac/gstdirac.cc:
10563         * ext/dirac/gstdiracdec.cc:
10564         * ext/dirac/gstdiracdec.h:
10565           Do something. Don't actually know if this works because I don't
10566           have a demuxer yet.
10567         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
10568           Add channels=1 to caps returned from _getcaps().
10569         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
10570         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
10571         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
10572         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10573         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
10574         (gst_ogm_parse_change_state):
10575           Separate between audio/video so ogmaudioparse actually uses the
10576           audio pad templates. Both audio and video work now, including
10577           autoplugging. Also use sometimes-srcpad hack.
10578         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10579           Handle events better. Don't hang on infinite loops.
10580         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10581         (gst_avi_demux_init), (gst_avi_demux_reset),
10582         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10583         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
10584         (gst_avi_demux_change_state):
10585         * gst/avi/gstavidemux.h:
10586           Improve A/V sync. Still not perfect.
10587         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
10588         (gst_ebml_read_skip):
10589           Handle events better.
10590         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10591         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
10592         (qtdemux_audio_caps):
10593           Add IMA4. Improve event handling. Save offset after a seek when
10594           the headers are at the end of the file so that we don't end up in
10595           an infinite loop.
10596         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10597           Add low-priority typefind support for files with no length.
10598
10599 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10600
10601         * testsuite/multifilesink/Makefile.am:
10602         fix typo
10603
10604 2004-09-22  Julien MOUTTE  <julien@moutte.net>
10605
10606         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10607         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
10608         mistakes from thaytan's patches.
10609
10610 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10611
10612         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10613           For completeness, XSync in the destroy function as xvimage does.
10614
10615 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10616
10617         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
10618            Correct caps negotiation
10619         * gst/volume/gstvolume.c: (volume_chain_float),
10620         (volume_chain_int16):
10621            Modify debug output to be little more informative
10622         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10624         (gst_xvimagesink_xvimage_destroy):
10625           Add XSync calls after detaching from the shared memory segment to
10626           avoid a crash.
10627
10628 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10629
10630         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10631         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
10632         * ext/vorbis/vorbis.c: (plugin_init):
10633         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10634         (gst_vorbisenc_chain):
10635         * ext/vorbis/vorbisenc.h:
10636         remove explicit newmedia support from oggmux and vorbisenc
10637         add debug category to vorbisenc
10638         * gst/multifilesink/gstmultifilesink.c:
10639         (gst_multifilesink_class_init), (gst_multifilesink_init),
10640         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
10641         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
10642         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
10643         (plugin_init):
10644         * gst/multifilesink/gstmultifilesink.h:
10645         add support for streamheader in multifilesink
10646
10647 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10648
10649         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
10650         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
10651         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
10652           Prevent infinite loops. More correct error reporting.
10653         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10654           Error out if negotiation fails.
10655         * gst/playback/gstplaybasebin.c: (setup_source),
10656         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
10657         (gst_play_base_bin_found_tag):
10658           Error/tag forwarding. Pre-roll fixes for source errors on state
10659           changes (e.g. "file does not exist") to prevent hangs.
10660
10661 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10662
10663         * testsuite/multifilesink/Makefile.am:
10664         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
10665         (gst_newmedia_class_init), (gst_newmedia_init),
10666         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10667         (newfile_signal), (test_signal), (main):
10668         * testsuite/multifilesink/multifilesrc_test.c: (main):
10669         * testsuite/multifilesink/oggtheora_test.c:
10670         (gst_newmedia_base_init), (gst_newmedia_class_init),
10671         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10672         (test_format), (newfile_signal), (test_signal), (main):
10673         * testsuite/multifilesink/oggvorbis_test.c:
10674         (gst_newmedia_base_init), (gst_newmedia_class_init),
10675         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10676         (test_format), (newfile_signal), (test_signal), (main):
10677         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
10678         (gst_newmedia_class_init), (gst_newmedia_init),
10679         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10680         (newfile_signal), (test_signal), (main):
10681         New media tests
10682
10683 2004-09-20  Christian Schaller <christian@fluendo.com>
10684
10685         * Fix mikmod license to LGPL as they have relicensed
10686         * Move Dirac and Effectv into LGPL section of README_license
10687
10688 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10689
10690         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
10691         (gst_mad_change_state):
10692           Allow for mp3 rate/channels changes. However, only very
10693           conservatively. Reason that we *have* to enable this is smiply
10694           because the mad find_sync() function is not good enough, it will
10695           regularly sync on random data as valid frames and therefore make
10696           us provide random caps as *final* caps of the stream. The best fix
10697           I could think of is to simply require several of the same stream
10698           changes in a row before we change caps.
10699           The actual testcase that works now is #
10700         * ext/ogg/Makefile.am:
10701         * ext/ogg/gstogg.c: (plugin_init):
10702         * ext/ogg/gstogmparse.c:
10703           OGM support (video only for now; I need an audio sample file).
10704         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10705         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
10706         (gst_asf_demux_add_video_stream):
10707           WMV extradata.
10708         * gst/playback/gstplaybasebin.c: (unknown_type):
10709           Don't error out on single unknown-types after all. It's wrong.
10710           If we found type of video and audio but not of a subtitle stream,
10711           it will still error out (which is unwanted). Will find a better fix
10712           later on.
10713         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
10714         (ogmaudio_type_find), (plugin_init):
10715           OGM support.
10716
10717 2004-09-20  Johan Dahlin  <johan@gnome.org>
10718
10719         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
10720         after setting caps.
10721
10722 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10723
10724         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
10725         * gst/wavenc/gstwavenc.h:
10726         Added newmedia support to wavenc
10727
10728 2004-09-17  Wim Taymans  <wim@fluendo.com>
10729
10730         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
10731         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
10732         (gst_fdset_fd_can_write), (gst_fdset_wait):
10733         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
10734         (gst_multifdsink_init), (gst_multifdsink_add),
10735         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
10736         (gst_multifdsink_remove_client_link),
10737         (gst_multifdsink_client_queue_buffer),
10738         (gst_multifdsink_handle_client_write),
10739         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
10740         (gst_multifdsink_close), (gst_multifdsink_change_state):
10741         * gst/tcp/gstmultifdsink.h:
10742         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10743         (gst_tcpserversink_removed):
10744         Small cleanups in fdset.c
10745         Use a hastable to map fd to the client structure for faster
10746         lookup in _remove and get_stats.
10747         Added virtual function to close the fds.
10748         Handle clients even when the select/poll call was unblocked because
10749         of a command.
10750         Implement syncing to keyframe in the recovery procedure.
10751
10752 2004-09-16 Iain <iaingnome@gmail.com>
10753
10754         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
10755         try caps.
10756
10757 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10758
10759         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
10760           Caps are only set if the type of the stream is unknown, but this
10761           is initialized in ->init_stream(), so set to UNKNOWN after calling
10762           ->init_stream() so that capsnego starts.
10763
10764 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10765
10766         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10767         (gst_avi_demux_stream_data):
10768           Just hardcode for raw audio then. AVI audio sucks.
10769
10770 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
10771
10772         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
10773         * gst/matroska/matroska-mux.c: (audiosink_templ),
10774         (gst_matroska_mux_audio_pad_link):
10775         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
10776         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
10777
10778 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10779
10780         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10781         (gst_avi_demux_stream_data):
10782           Try to fix a/v sync issues.
10783
10784 2004-09-15  David Schleef  <ds@schleef.org>
10785
10786         * configure.ac: remove NASM check, since we don't use it.  Update
10787         dirac check to 0.4
10788         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
10789         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10790         Initialized variables.
10791         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10792         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
10793         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
10794         SVQ3 format
10795
10796 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10797
10798         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10799         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
10800         * gst/avi/gstavidemux.h:
10801           Fix for compressed audio (mp3) timestamp generation. How did this
10802           ever work?
10803
10804 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10805
10806         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10807           Volume is a double not a float.
10808
10809 2004-09-15  Wim Taymans  <wim@fluendo.com>
10810
10811         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
10812         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10813         Don't close the fd in multifdsink as we didn't open it in the
10814         first place. Some cleanups.
10815
10816 2004-09-15  Wim Taymans  <wim@fluendo.com>
10817
10818         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10819         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10820         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
10821         Fix the case where the muxer would mark pages as delta
10822         frames when they are not (vorbis only ogg).
10823
10824 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10825
10826         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
10827         (gst_play_base_bin_change_state):
10828           Handle the case where we failed to setup a clear pipeline. This
10829           will throw an error (or EOS, another nice case) and if you don't
10830           catch that, the app will wait for the signal forever (and thus
10831           hang).
10832
10833 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10834
10835         * ext/gnomevfs/gstgnomevfssink.c:
10836         (gst_gnomevfssink_uri_get_protocols):
10837         * ext/gnomevfs/gstgnomevfssrc.c:
10838         (gst_gnomevfssrc_uri_get_protocols):
10839         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
10840         * ext/gnomevfs/gstgnomevfsuri.h:
10841           Use _uri_new() instead of _open(), so it doesn't take as long and
10842           Christophe's computer won't hang.
10843         * gst/playback/gstplaybasebin.c: (unknown_type):
10844           Throw error on unknown media type, so apps actually display it.
10845
10846 2004-09-14  Brian Cameron  <brian.cameron@sun.com
10847
10848         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
10849           this script to work on Solaris since bash shell handles echo
10850           differenly than bash.
10851
10852 2004-09-17  Wim Taymans  <wim@fluendo.com>
10853
10854         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
10855         (setup_source), (gst_play_base_bin_set_property),
10856         (gst_play_base_bin_add_element):
10857         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
10858         Some more work on making sure seeking pauses the pipeline and
10859         that changing the uri actually does something.
10860
10861 2004-09-17  Wim Taymans  <wim@fluendo.com>
10862
10863         * gst/tcp/gstfdset.c: (gst_fdset_wait):
10864         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
10865         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
10866         (gst_tcpserversink_close):
10867         Be a bit more paranoid when freeing memory.
10868
10869 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10870
10871         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
10872         (qtdemux_parse_trak):
10873           Don't crash by dividing by zero (see sample movie in #126922).
10874
10875 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10876
10877         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
10878           Don't touch non-existing data (fixes crash on file in #140147).
10879
10880 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10881
10882         * gst/playback/gstplaybasebin.c:
10883         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
10884           Handle double disposals, and proper change of URIs.
10885
10886 2004-09-13  Martin Eikermann <meiker@upb.de>
10887
10888         * gst/mpegstream/gstmpegparse.c:
10889           fix synchronistation for streams recorded from digital PCR
10890           fixes bug #119376
10891
10892 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10893
10894         * ext/gnomevfs/Makefile.am:
10895         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10896         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
10897         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
10898         (gst_gnomevfssink_uri_get_type),
10899         (gst_gnomevfssink_uri_get_protocols),
10900         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
10901         (gst_gnomevfssink_uri_handler_init),
10902         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
10903         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
10904         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
10905         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
10906         (gst_gnomevfssrc_uri_get_type),
10907         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
10908         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
10909         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
10910         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
10911         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
10912         * ext/gnomevfs/gstgnomevfsuri.h:
10913           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
10914           of fake URIs to see which this version of Gnome-VFS likes, and
10915           uses that for the Gst-URI interface. Makes playbin support http://
10916           streams. Also fix up some stupid behaviour in gnomevfssrc.
10917
10918 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10919
10920         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10921         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10922         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10923         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10924           Update mixer (to sync with other sessions) if we try to obtain
10925           a new value. This makes alsamixer work accross applications.
10926         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
10927           Only call sync functions if we're running, else alsalib asserts.
10928         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
10929           Sometimes fails to compile. Possibly a gcc bug.
10930         * gst/playback/gstplaybin.c: (gen_video_element),
10931         (gen_audio_element):
10932           Add a reference to an application-provided object, because we lose
10933           this same reference if we add it to the bin. If we don't do this,
10934           we can only use this object once and thus crash if we go from
10935           ready to playing, back to ready and back to playing again.
10936           Also add an audioscale element because several cheap soundcards -
10937           like mine - don't support all samplerates.
10938         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10939         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
10940           Fix wrong order or PAR calls. Makes automatically obtained PAR
10941           from the X server atually being used.
10942
10943 2004-09-12  David Schleef  <ds@schleef.org>
10944
10945         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
10946         #151887, #152102, #152247.
10947         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
10948         * examples/seeking/cdparanoia.c: same
10949         * examples/seeking/cdplayer.c: same
10950         * examples/seeking/seek.c: same
10951         * examples/seeking/spider_seek.c: same
10952         * examples/seeking/vorbisfile.c: same
10953         * examples/stats/mp2ogg.c: same
10954         * ext/esd/esdsink.c: (gst_esdsink_class_init),
10955         (gst_esdsink_dispose): Dispose of element properly.
10956         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
10957         fixes.
10958         * ext/nas/nassink.c: (gst_nassink_class_init),
10959         (gst_nassink_dispose): Dispose of element correctly.
10960         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
10961         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10962         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10963         Fix 64-bit warning.
10964         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10965         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
10966         Fix 64-bit warning.
10967
10968 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10969
10970         * configure.ac : change speex detection as 1.1.6 now uses
10971           .pc/pkg-config and they changed their headers location.
10972
10973 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
10974
10975         * gst/matroska/matroska-mux.h:
10976         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
10977         (gst_matroska_mux_start), (gst_matroska_mux_finish),
10978         (gst_matroska_mux_write_data):
10979           Write multiple blocks/frames per cluster.
10980                 Write meta-seek information (seek heads).
10981
10982 2004-09-09  Scott Wheeler <wheeler@kde.org>
10983
10984         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
10985         (gst_play_bin_set_property), (gst_play_bin_get_property),
10986         (gen_audio_element), (gen_audio_element):
10987           Add a volume element / property to the pipeline.
10988
10989 2004-09-07  Wim Taymans  <wim@fluendo.com>
10990
10991         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
10992         Copy timestamps from the master pad to the output buffers.
10993
10994 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10995
10996         * ext/raw1394/gstdv1394src.c:
10997           throw errors when applicable
10998
10999 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
11000
11001         * gst/matroska/ebml-ids.h:
11002         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
11003         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
11004         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
11005           automatically convert unix time <-> ebml time when reading/writing
11006           a date, use gst_ebml_write_uint to write CUETIME,
11007           not gst_ebml_write_date.
11008         * gst/matroska/matroska-ids.h:
11009         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
11010         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
11011         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11012         (gst_matroska_mux_write_data):
11013           Write track and segment UIDs, write muxing date, write
11014           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
11015           Create cues for audio only files.
11016
11017 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11018
11019         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11020         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11021           Re-commit ALSA switches.
11022         * gst/adder/gstadder.c: (gst_adder_loop):
11023           64-bit fix (#151416).
11024         * gst/debug/progressreport.c: (gst_progressreport_report):
11025           64-bit fix (#151419).
11026         * gst/matroska/matroska-demux.c:
11027         (gst_matroska_demux_parse_contents):
11028           64-bit fix (#151420).
11029         * gst/playback/test3.c: (update_scale):
11030           64-bit fix (#151421).
11031
11032 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11033
11034         * configure.ac:
11035           bump nano to cvs
11036
11037 === release 0.8.4 ===
11038
11039 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11040
11041         * configure.ac: releasing 0.8.4, "Alias"
11042
11043 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11044
11045         * ext/theora/Makefile.am:
11046           fix makefile.  Fixes #151462.
11047
11048 2004-08-30  Wim Taymans  <wim@fluendo.com>
11049
11050         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
11051         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11052         (gst_multifdsink_remove_client_link),
11053         (gst_multifdsink_client_queue_buffer),
11054         (gst_multifdsink_handle_client_write):
11055         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11056         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11057         Fix some memory leaks.
11058
11059 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11060
11061         Patch by: David Schleef
11062
11063         * configure.ac:
11064         * sys/Makefile.am:
11065           rename our detection macro for V4L2.  Fixes #151236.
11066
11067 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11068
11069         Patch by: David Schleef
11070
11071         * configure.ac:
11072           check to define LAMEPRESET.  Fixes #151232.
11073
11074 2004-08-27  David Schleef  <ds@schleef.org>
11075
11076         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
11077         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
11078         (gst_glimagesink_fixate):  Move local variable declarations to
11079         make gcc-2.95 happy.
11080
11081 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11082
11083         * configure.ac:
11084           bump nano for prerelease
11085
11086 2004-08-27  David Schleef  <ds@schleef.org>
11087
11088         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
11089         * sys/sunaudio/gstsunaudiosrc.c:
11090         * sys/sunaudio/gstsunaudiosrc.h:
11091
11092 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
11093
11094         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
11095         handle EOS correctly
11096         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
11097         * gst/matroska/matroska-mux.h:
11098         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
11099         VFW compatibility mode
11100
11101 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11102
11103         patch by: Zaheer Abbas Merali
11104
11105         * ext/ogg/gstoggmux.c:
11106         * ext/vorbis/vorbisenc.c:
11107         * ext/vorbis/vorbisenc.h:
11108           handle NEWMEDIA
11109
11110 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
11111
11112         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
11113         fix byte order reversion on little endian machines.
11114         * gst/matroska/matroska-mux.c: (audiosink_templ),
11115         (gst_matroska_mux_audio_pad_link):
11116         add TTA codec to the list of supported codecs.
11117         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11118         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11119         (gst_matroska_mux_write_data):
11120         * gst/matroska/matroska-mux.h:
11121         write segment duration correctly, write muxing app string, fixes bugs
11122         #140897 and #140898.
11123         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
11124         wait for all pads to be negotiated before starting to mux.
11125
11126 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11127
11128         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11129         * ext/lame/gstlame.h:
11130         Added new media support to lame
11131
11132 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11133
11134         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11135         send vorbis headers at the beginning of a stream, fixes bug #141554.
11136         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11137         bug #148950.
11138         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11139         (gst_matroska_demux_plugin_init):
11140         * gst/matroska/matroska-ids.h:
11141         enable demuxing of TTA audio streams, fixes bug #148951.
11142         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11143         enable typefinding for TTA audio files, fixes bug #148711.
11144         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11145         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11146         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11147
11148 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11149
11150         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11151         (gst_riff_read_element_data), (gst_riff_read_seek),
11152         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11153         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11154         <teuf@gnome.org>
11155
11156 2004-08-23 Iain <iaingnome@gmail.com>
11157
11158         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11159         tags. They appear to be handled differently to normal.
11160         (tag_list_to_id3_tag_foreach): Ditto.
11161
11162 2004-08-22  Wim Taymans  <wim@fluendo.com>
11163
11164         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11165         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11166         Make sure we never send -1 granulepos.
11167
11168 2004-08-20  Wim Taymans  <wim@fluendo.com>
11169
11170         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11171         (gst_ogg_mux_loop):
11172         I will accept bitchslappings with non sharp objects.
11173
11174 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11175
11176         * configure.ac:
11177         Clean up the test for lame presets
11178
11179 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11180
11181         * configure.ac:
11182         * ext/lame/Makefile.am:
11183         * ext/lame/gstlame.c: (gst_lame_class_init),
11184         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11185         Only enable lame presets if version of lame has presets in API
11186
11187 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11188         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11189         * gst/udp/gstudpsrc.h:
11190           Don't call gst_pad_push in a get function. Fixes #150449
11191
11192 2004-08-18  Wim Taymans  <wim@fluendo.com>
11193
11194         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11195         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11196         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11197         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11198         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11199         (gst_fdset_wait):
11200         * gst/tcp/gstfdset.h:
11201         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11202         (gst_multifdsink_client_queue_buffer),
11203         (gst_multifdsink_handle_client_write):
11204         * gst/tcp/gstmultifdsink.h:
11205         Some extra checks in gstfdset.
11206         Only use send() when the fd is a socket. Don't try to
11207         read from write only fds.
11208
11209 2004-08-18  Wim Taymans  <wim@fluendo.com>
11210
11211         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11212         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11213         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11214         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11215         (gst_fdset_wait):
11216         Add more locking and bounds checking.
11217
11218 2004-08-18  Wim Taymans  <wim@fluendo.com>
11219
11220         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11221         Realloc test fdset in the lock and right before starting
11222         the poll call. Bump the limit to 4096.
11223
11224 2004-08-17  David Schleef  <ds@schleef.org>
11225
11226         * sys/sunaudio/Makefile.am:
11227         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11228         of rates and channels.  Make debugging less obnoxious.
11229
11230         Patch from Balamurali Viswanathan implementing a mixer for
11231         Sun audio.  (bug #144091):
11232         * sys/sunaudio/gstsunelement.c:
11233         * sys/sunaudio/gstsunelement.h:
11234         * sys/sunaudio/gstsunmixer.c:
11235         * sys/sunaudio/gstsunmixer.h:
11236
11237 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11238
11239         * gst/audioscale/gstaudioscale.c:
11240         * gst/audioscale/gstaudioscale.h:
11241         made audioscale resample from any sample rate to any sample rate
11242
11243 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11244
11245         * ext/libpng/gstpngdec.c:
11246           error out on unsupported types
11247
11248 2004-08-17  Iain <iaingnome@gmail.com>
11249
11250         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11251         mid_side and loose_mid_side properties if its a stereo stream.
11252
11253 2004-08-17  Wim Taymans  <wim@fluendo.com>
11254
11255         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11256         (theora_get_formats), (theora_dec_src_convert),
11257         (theora_dec_sink_convert), (theora_dec_src_query),
11258         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11259         Add a debug line.
11260
11261 2004-08-17  Wim Taymans  <wim@fluendo.com>
11262
11263         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11264         (gst_ogg_pad_push):
11265         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11266         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11267         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11268         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11269         Mark delta units in the muxer.
11270         Try to decode the packet after an out-of-sync error from
11271         libogg.
11272
11273 2004-08-17  Wim Taymans  <wim@fluendo.com>
11274
11275         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11276         (gst_multifdsink_init), (gst_multifdsink_add),
11277         (gst_multifdsink_client_queue_buffer),
11278         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11279         * gst/tcp/gstmultifdsink.h:
11280         Added option to send a keyframe to clients as the first buffer.
11281         Make timeout property writable.
11282
11283 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11284
11285         patch by: Wim Taymans
11286
11287         * gst/tcp/gstfdset.c:
11288         * gst/tcp/gstmultifdsink.c:
11289           fix index comparison, should include 0
11290
11291 2004-08-16  Wim Taymans  <wim@fluendo.com>
11292
11293         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11294         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11295         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11296         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11297         (gst_fdset_wait):
11298           copy when reallocing for poll so the select arguments don't get
11299           changed during the call
11300
11301 2004-08-16  Wim Taymans  <wim@fluendo.com>
11302
11303         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11304         (gst_theora_enc_class_init), (theora_enc_sink_link),
11305         (theora_buffer_from_packet), (theora_enc_chain):
11306         Fix bug where buffers were not marked as keyframes
11307         correctly.
11308
11309 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11310
11311         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11312         (gst_lame_preset_get_type), (gst_lame_class_init):
11313         describe the enum values for vbr mode and presets more verbosely
11314
11315 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11316
11317         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11318         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11319         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11320         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11321         * ext/lame/gstlame.h:
11322         add preset property to lame so it can use lame presets
11323
11324 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11325
11326         * ext/lame/gstlame.c: (gst_lame_get_property):
11327         whoops forgot break, thanks teuf
11328
11329 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11330
11331         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11332         (gst_lame_class_init), (gst_lame_src_getcaps),
11333         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11334         (gst_lame_get_property), (gst_lame_setup):
11335         * ext/lame/gstlame.h:
11336         fix lame's broken vbr stuff, allow it to resample if need be, and also
11337         make xing header optional
11338
11339 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11340
11341         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11342         added getcaps function so samplerate doesnt get fixated to silly values
11343
11344 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11345
11346         * ext/lame/gstlame.c: (gst_lame_src_link):
11347         revert previous fix
11348
11349 2004-08-12  Johan Dahlin  <johan@gnome.org>
11350
11351         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11352         checks. Doesn't matter what state we are in. Interfaces are a
11353         compile time thing, not runtime. It also broke the python bindings.
11354
11355 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11356
11357         * ext/lame/gstlame.c: (gst_lame_src_link):
11358         made source pad link function check if sinkpad is ok..fixes the problem
11359         where core fixates the output rate of lame stupidly
11360
11361 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11362
11363         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11364         * sys/v4l/v4l_calls.c:
11365         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11366           fix fixate function to handle nonsimple caps.
11367           remove bogus check in _link
11368           cleanups
11369
11370 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11371
11372         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11373         set default compression ratio parameter to 0.0 so bitrate parameter
11374         works :)
11375
11376 2004-08-11  David Schleef  <ds@schleef.org>
11377
11378         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11379
11380 2004-08-11  David Schleef  <ds@schleef.org>
11381
11382         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11383         before.
11384
11385 2004-08-11  David Schleef  <ds@schleef.org>
11386
11387         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11388
11389 2004-08-11  David Schleef  <ds@schleef.org>
11390
11391         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11392           license field
11393         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11394         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11395           LGPL.
11396         * gst/auparse/gstauparse.c: Fix plugin license field.
11397         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11398         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11399         * gst/rtp/gstrtp.c: Fix plugin license field.
11400
11401 2004-08-11  Wim Taymans  <wim@fluendo.com>
11402
11403         * gst/tcp/Makefile.am:
11404         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11405         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11406         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11407         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11408         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11409         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11410         (gst_fdset_fd_can_write), (gst_fdset_wait):
11411         * gst/tcp/gstfdset.h:
11412         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11413         (gst_multifdsink_class_init), (gst_multifdsink_init),
11414         (gst_multifdsink_add), (gst_multifdsink_remove),
11415         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11416         (gst_multifdsink_remove_client_link),
11417         (gst_multifdsink_handle_client_read),
11418         (gst_multifdsink_client_queue_data),
11419         (gst_multifdsink_client_queue_caps),
11420         (gst_multifdsink_client_queue_buffer),
11421         (gst_multifdsink_handle_client_write),
11422         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11423         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11424         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11425         (gst_multifdsink_close):
11426         * gst/tcp/gstmultifdsink.h:
11427         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11428         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11429         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11430         (gst_tcpserversink_close):
11431         * gst/tcp/gsttcpserversink.h:
11432         Abstracted away the select call, implemented poll (yes we ran into
11433         the 1024 limit in production).
11434
11435 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11436
11437         * gst/tcp/gsttcp.c:
11438         * gst/tcp/gsttcpplugin.c:
11439           improve debuggging, remove assert
11440
11441 2004-08-10  Wim Taymans  <wim@fluendo.com>
11442
11443         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11444         (gst_client_status_get_type), (gst_multifdsink_class_init),
11445         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11446         (gst_multifdsink_handle_client_read),
11447         (gst_multifdsink_handle_client_write),
11448         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11449         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11450         (gst_multifdsink_get_property):
11451         * gst/tcp/gstmultifdsink.h:
11452         * gst/tcp/gsttcp-marshal.list:
11453         Starting to prepare for specifying buffer time in other units
11454         than buffers. Expose remove reason in signal.
11455
11456 2004-08-10  Wim Taymans  <wim@fluendo.com>
11457
11458         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11459         (gst_multifdsink_remove), (gst_multifdsink_clear),
11460         (gst_multifdsink_remove_client_link),
11461         (gst_multifdsink_handle_client_read),
11462         (gst_multifdsink_client_queue_data),
11463         (gst_multifdsink_client_queue_buffer),
11464         (gst_multifdsink_handle_client_write),
11465         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11466         (gst_multifdsink_chain), (gst_multifdsink_close):
11467         * gst/tcp/gstmultifdsink.h:
11468         Added more debugging info. Changed the way clients are
11469         removed from the lists. Fixed a bug where a bad file descriptor
11470         could cause many clients to be removed.
11471
11472 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11473
11474         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
11475           allow all pixel-aspect-ratios, not just 1:1
11476
11477 2004-08-09  David Schleef  <ds@schleef.org>
11478
11479         * sys/glsink/ARB_multitexture.h:  Remove old files.
11480         * sys/glsink/EXT_paletted_texture.h:
11481         * sys/glsink/NV_register_combiners.h:
11482         * sys/glsink/gstgl_nvimage.c:
11483         * sys/glsink/gstgl_pdrimage.c:
11484         * sys/glsink/gstgl_rgbimage.c:
11485         * sys/glsink/gstglsink.c:
11486         * sys/glsink/gstglsink.h:
11487         * sys/glsink/gstglxwindow.c:
11488         * sys/glsink/regcomb_yuvrgb.c:
11489
11490 2004-08-09  David Schleef  <ds@schleef.org>
11491
11492         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
11493         GL sink plugin.  (Bug #147302)
11494
11495         * configure.ac: Test for OpenGL
11496         * sys/Makefile.am: Use test for OpenGL
11497         * sys/glsink/Makefile.am:
11498         * sys/glsink/glimagesink.c: rewrite
11499         * sys/glsink/glimagesink.h: rewrite
11500
11501 2004-08-09  David Schleef  <ds@schleef.org>
11502
11503         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
11504         sane framerates.
11505         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
11506         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
11507         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
11508
11509 2004-08-09  Wim Taymans  <wim@fluendo.com>
11510
11511         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11512         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11513         (gst_multifdsink_client_remove),
11514         (gst_multifdsink_handle_client_read),
11515         (gst_multifdsink_handle_client_write),
11516         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11517         Do a bit more logging, make the client_read code more robust.
11518
11519 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11520
11521         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
11522         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
11523         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
11524         (gst_jpegdec_init), (gst_jpegdec_chain):
11525         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11526         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
11527           cleanups, debugging fixes and memleak plugging
11528
11529 2004-08-09  Wim Taymans  <wim@fluendo.com>
11530
11531         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11532         (theora_get_formats), (theora_dec_src_convert),
11533         (theora_dec_sink_convert), (theora_dec_src_query),
11534         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
11535         (theora_dec_change_state):
11536         Don't crash on missing header packets.
11537
11538 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11539
11540         * po/LINGUAS:
11541         * po/sq.po:
11542           Added Albanian translation (Laurent Dhima)
11543         * po/cs.po:
11544           updated
11545
11546 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11547
11548         * ext/lame/gstlame.c:
11549           fix/add debugging
11550
11551 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11552
11553         * sys/ximage/ximagesink.c:
11554         * sys/xvimage/xvimagesink.c:
11555           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
11556
11557 2004-08-06  Wim Taymans  <wim@fluendo.com>
11558
11559         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11560         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11561         (gst_multifdsink_client_remove),
11562         (gst_multifdsink_handle_client_read),
11563         (gst_multifdsink_handle_client_write),
11564         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11565         Make sure we don't try to read more from a client that what
11566         ioctl says us or we deadlock.
11567
11568 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11569
11570         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
11571         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
11572         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11573           decouple running_time and n_frames so it can handle changing
11574           framerate while running
11575
11576 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11577
11578         * po/nl.po:
11579         * po/sv.po:
11580           updated translations
11581
11582 2004-08-04  Benjamin Otte  <otte@gnome.org>
11583
11584         * gst/videotestsrc/gstvideotestsrc.c:
11585         (gst_videotestsrc_get_capslist), (generate_capslist),
11586         (plugin_init):
11587           generate the list of supported caps at startup and reuse it instead
11588           of always generating it
11589
11590 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11591
11592         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
11593           whoops, last checkin broke normal build
11594
11595 2004-08-03  Benjamin Otte  <otte@gnome.org>
11596
11597         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
11598         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
11599         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
11600         (gst_alsa_mixer_get_option):
11601         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
11602         (dvdnavsrc_print_event):
11603         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
11604         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
11605         (gst_ogg_mux_pad_unlink):
11606         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
11607         (gst_multipart_mux_pad_unlink):
11608         * gst/videofilter/gstvideobalance.c:
11609         (gst_videobalance_colorbalance_set_value):
11610         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
11611         (gst_videomixer_pad_unlink):
11612         * po/uk.po:
11613         * sys/oss/gstossmixer.c:
11614         * sys/v4l/gstv4lcolorbalance.c:
11615         * sys/v4l/gstv4ltuner.c:
11616         * sys/v4l/v4lsrc_calls.c:
11617         * sys/v4l2/gstv4l2colorbalance.c:
11618         * sys/v4l2/gstv4l2tuner.c:
11619           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
11620
11621 2004-08-03  Benjamin Otte  <otte@gnome.org>
11622
11623         * examples/dynparams/filter.c: (ui_control_create):
11624         * examples/gstplay/player.c: (print_tag):
11625         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
11626         * ext/gdk_pixbuf/gstgdkanimation.c:
11627         (gst_gdk_animation_iter_may_advance):
11628         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
11629         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
11630         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
11631         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
11632         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
11633         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
11634         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
11635         * gst/sine/demo-dparams.c: (main):
11636         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
11637         * testsuite/alsa/formats.c: (create_pipeline):
11638         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
11639           fixes for G_DISABLE_ASSERT and friends
11640         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11641         (mp3_type_frame_length_from_header), (mp3_type_find),
11642         (plugin_init):
11643           require mp3 typefinding to have at least MIN_HEADERS valid headers
11644           add typefinding for AAC adts files
11645
11646 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
11647
11648         * sys/ximage/ximagesink.c:
11649         (gst_ximagesink_calculate_pixel_aspect_ratio):
11650         * sys/xvimage/xvimagesink.c:
11651         (gst_xvimagesink_calculate_pixel_aspect_ratio):
11652         Make sure we calculate pixel-aspect-ratio using floating point maths
11653
11654 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11655
11656         * po/uk.po:
11657           updated translation
11658
11659 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11660
11661         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
11663           add debugging for display PAR calculation
11664
11665 2004-08-02  David Schleef  <ds@schleef.org>
11666
11667         * configure.ac: Fix mikmod CFLAGS.
11668
11669 2004-07-27  Benjamin Otte  <otte@gnome.org>
11670
11671         * gst/audioscale/gstaudioscale.c:
11672         - fix templates to only support S16, it's the only format that works
11673         - make caps nego code use try_set_caps_nonfixed and fixation instead
11674         of try_set_caps twice, which is not nice for autopluggers
11675         - change rank to secondary, so autopluggers can pick it up after
11676         audioconvert
11677
11678 2004-08-02  Iain <iain@prettypeople.org>
11679
11680         * gst/interleave/interleave.c (interleave_init),
11681         (interleave_request_new_pad),
11682         (interleave_pad_removed),
11683         (interleave_buffered_loop): Use the real pad count, not the artificial
11684         one.
11685
11686 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11687
11688         * configure.ac: bump nano back to development
11689
11690 === release 0.8.3 ===
11691
11692 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11693
11694         * configure.ac: releasing 0.8.3, "Water"
11695
11696 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11697
11698         * sys/xvimage/xvimagesink.c:
11699         (gst_xvimagesink_calculate_pixel_aspect_ratio),
11700         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
11701         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
11702         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11703         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11704         * sys/xvimage/xvimagesink.h:
11705           apply similar PAR fixes as to ximagesink
11706
11707 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11708
11709         patch from: Benjamin Otte
11710
11711         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
11712           add link function to lame.  Fixes #148986.
11713
11714 2004-08-02  Johan Dahlin  <johan@gnome.org>
11715
11716         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
11717         fix debugging log
11718
11719 2004-07-30  David Schleef  <ds@schleef.org>
11720
11721         * gst/videomixer/Makefile.am: Fix things that should have been
11722         fixed in the last checkin.
11723
11724 2004-07-30  David Schleef  <ds@schleef.org>
11725
11726         * gst/multipart/Makefile.am: Fix things that should have been
11727         fixed in the last checkin.
11728
11729 2004-07-30  David Schleef  <ds@schleef.org>
11730
11731         * testsuite/multifilesink/Makefile.am: Fix unused variable.
11732
11733 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11734
11735         * configure.ac:
11736           bump nano for prerelease
11737         * po/af.po:
11738         * po/az.po:
11739         * po/cs.po:
11740         * po/en_GB.po:
11741         * po/hu.po:
11742         * po/nl.po:
11743         * po/sr.po:
11744         * po/sv.po:
11745         * po/uk.po:
11746           updates
11747
11748 2004-07-30  Wim Taymans  <wim@fluendo.com>
11749
11750         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11751         (gst_multifdsink_add), (gst_multifdsink_remove),
11752         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11753         (gst_multifdsink_client_remove),
11754         (gst_multifdsink_handle_client_write),
11755         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11756         * gst/tcp/gstmultifdsink.h:
11757         Recover from a select with a bad file descriptor by removing
11758         the client.
11759
11760 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11761
11762         * configure.ac:
11763           fix requirement of core
11764         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
11765         (gst_play_pipeline_setup):
11766           don't use colorspace element.  do use hermescolorspace element.
11767           make macro to get a colorspace element.
11768           mark strings for translation.
11769         * po/POTFILES.in:
11770           add play.c
11771         * po/af.po:
11772         * po/az.po:
11773         * po/cs.po:
11774         * po/en_GB.po:
11775         * po/hu.po:
11776         * po/nl.po:
11777         * po/sr.po:
11778         * po/sv.po:
11779         * po/uk.po:
11780           update translations
11781
11782 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11783
11784         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11785         fix default for newmedia flag
11786
11787 2004-07-30  Wim Taymans  <wim@fluendo.com>
11788
11789         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11790         (gst_theora_dec_init), (theora_get_formats),
11791         (theora_dec_src_convert), (theora_dec_sink_convert),
11792         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11793         (theora_dec_chain), (theora_dec_set_property),
11794         (theora_dec_get_property):
11795         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11796         (gst_theora_enc_class_init), (gst_theora_enc_init),
11797         (theora_enc_sink_link), (theora_enc_chain),
11798         (theora_enc_set_property), (theora_enc_get_property):
11799         Added cropping option to theora decoder.
11800         Added border option to theora encoder.
11801
11802 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11803
11804         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11805         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11806         (gst_pngenc_set_property):
11807         * ext/libpng/gstpngenc.h:
11808         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
11809
11810 2004-07-30  Wim Taymans  <wim@fluendo.com>
11811
11812         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11813         (theora_enc_sink_link), (theora_enc_chain),
11814         (theora_enc_set_property), (theora_enc_get_property):
11815         Fix encoding of non-multiple-of-16 video.
11816
11817 2004-07-29  David Schleef  <ds@schleef.org>
11818
11819         * configure.ac: make test for audiofile more strict
11820
11821 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11822
11823         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11824           give different names to typefind functions
11825
11826 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11827
11828         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
11829         (gst_ximagesink_calculate_pixel_aspect_ratio),
11830         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
11831         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
11832         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
11833         (gst_ximagesink_get_property), (gst_ximagesink_init):
11834         * sys/ximage/ximagesink.h:
11835           allocate PAR's dynamically.
11836           use autodetected PAR if no object-set PAR is given.
11837           add workaround for directfb's X not setting physical size.
11838           fix to xvimagesink will follow tomorrow.
11839
11840 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11841
11842         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
11843         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
11844         (gst_shout2send_get_type), (gst_shout2send_set_clock),
11845         (gst_shout2send_class_init), (gst_shout2send_init),
11846         (set_shout_metadata), (gst_shout2send_set_metadata),
11847         (gst_shout2send_chain), (gst_shout2send_set_property),
11848         (gst_shout2send_get_property), (gst_shout2send_connect),
11849         (gst_shout2send_change_state):
11850         * ext/shout2/gstshout2.h:
11851         - fix for sending mp3 audio to icecast2 server, if pad link function not
11852         called before PAUSED state
11853         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
11854         - added tagging support for mp3 audio broadcasted
11855         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11856         debug info
11857
11858 2004-07-28  Wim Taymans  <wim@fluendo.com>
11859
11860         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11861         (gst_ogg_demux_push):
11862         Return query failure when we don't know the length of
11863         an ogg stream insteda of returning TRUE with a bogus value.
11864
11865 2004-07-28  Wim Taymans  <wim@fluendo.com>
11866
11867         * ext/theora/theoradec.c: (theora_get_formats),
11868         (theora_dec_src_convert), (theora_dec_sink_convert),
11869         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11870         (theora_dec_chain):
11871         Don't screw up the 1 Chroma for 1 luma sample situation when we
11872         have an odd offset/width by adding a black border in those cases.
11873
11874 2004-07-28  Wim Taymans  <wim@fluendo.com>
11875
11876         * ext/theora/theoradec.c: (theora_get_formats),
11877         (theora_dec_src_convert), (theora_dec_sink_convert),
11878         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11879         (theora_dec_chain):
11880         * ext/theora/theoraenc.c: (theora_enc_sink_link):
11881         Added first attempt at cropping of the image as required by the
11882         theora spec. We need more properties in the caps (offset_x,
11883         offset_y,stride) to implement this correctly.
11884
11885 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
11886
11887         * ext/dvdnav/README:
11888           Update the README to use dvddemux
11889         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
11890           Ensure getcaps returns a subset of the template caps
11891         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
11892         (gst_mpeg2subt_init):
11893           Ensure getcaps returns a subset of the template caps
11894         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11895         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
11896         (gst_dvd_demux_get_subpicture_stream),
11897         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
11898         * gst/mpegstream/gstdvddemux.h:
11899           Set the explicit caps on the current_video pad before pushing
11900           anything
11901         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
11902         (gst_mpeg_demux_get_audio_stream):
11903           Free caps used to gst_pad_set_explicit_caps, which takes a const
11904           GstCaps *
11905
11906 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11907
11908         * configure.ac: update GStreamer requirement to 0.8.4 because of
11909           GstFraction.
11910
11911 2004-07-28  Wim Taymans  <wim@fluendo.com>
11912
11913         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
11914         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
11915         Add the pad to the element after setting up the caps. This
11916         makes it a lot easier to autoplug.
11917
11918 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
11919
11920         * gst/median/gstmedian.c:
11921         * gst/mpeg2subt/gstmpeg2subt.c:
11922         * gst/mpegaudioparse/gstmpegaudioparse.c:
11923         * gst/mpegstream/gstdvddemux.c:
11924         * gst/mpegstream/gstmpegdemux.c:
11925         * gst/mpegstream/gstmpegpacketize.c:
11926         * gst/rtjpeg/gstrtjpeg.c:
11927         * gst/rtjpeg/gstrtjpegdec.c:
11928         * gst/rtjpeg/gstrtjpegenc.c:
11929         * gst/sine/gstsinesrc.c:
11930         * gst/smooth/gstsmooth.c:
11931         * gst/smpte/gstsmpte.c:
11932         * gst/smpte/gstsmpte.h:
11933         * gst/stereo/gststereo.c:
11934         * gst/videofilter/gstgamma.c:
11935         * gst/videofilter/gstvideobalance.c:
11936         * gst/videofilter/gstvideofilter.c:
11937         * gst/videofilter/gstvideoflip.c:
11938         * gst/videoscale/gstvideoscale.c:
11939         * gst/videoscale/videoscale.c:
11940         * gst/videotestsrc/gstvideotestsrc.c:
11941         * gst/videotestsrc/videotestsrc.c:
11942         * gst/wavenc/gstwavenc.c:
11943         * gst/wavparse/gstwavparse.c:
11944           fix local includes and 64 bits constants
11945
11946 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
11947
11948         * win32/gst.sln:
11949         * gst-libs/gst/*/*.vcproj:
11950         * gst/*/*.vcproj:
11951           more working plugins
11952
11953 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11954
11955         * testsuite/alsa/Makefile.am:
11956         * testsuite/alsa/srcstate.c:
11957         add test for alsasrc changing state
11958
11959 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11960
11961         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
11962         (gst_silence_get):
11963         * gst/silence/gstsilence.h:
11964         fix silence generation for 16bit raw audio
11965
11966 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11967
11968         * gst/matroska/matroska-demux.c:
11969         (gst_matroska_demux_parse_metadata),
11970         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
11971         * gst/mpegaudio/common.c:
11972         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11973         (gst_videoscale_getcaps), (gst_videoscale_link),
11974         (gst_videoscale_src_fixate), (gst_videoscale_init),
11975         (gst_videoscale_finalize):
11976         * gst/videoscale/gstvideoscale.h:
11977         * gst/videotestsrc/gstvideotestsrc.c:
11978         (gst_videotestsrc_get_capslist):
11979         * gst/wavenc/gstwavenc.c:
11980         * sys/oss/gstossmixer.c: (fill_labels):
11981         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
11982         (gst_ximagesink_handle_xevents),
11983         (gst_ximagesink_calculate_pixel_aspect_ratio),
11984         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
11985         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
11986         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
11987         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11988         (gst_ximagesink_init), (gst_ximagesink_class_init):
11989         * sys/ximage/ximagesink.h:
11990         * sys/xvimage/xvimagesink.c:
11991         (gst_xvimagesink_calculate_pixel_aspect_ratio),
11992         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
11993         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
11994         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11995         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11996         * sys/xvimage/xvimagesink.h:
11997           first batch of pixel aspect ratio commits.
11998
11999 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12000
12001         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12002         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
12003         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
12004           handle stride, needs work if we want to move stride handling
12005           upstream, but works correctly for our purposes.
12006
12007 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12008
12009         * gst/videoscale/README:
12010           add testing examples
12011         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
12012         (gst_videoscale_chain):
12013         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12014         (gst_videoscale_get_size):
12015           add get_size function that handles stride like videotestsrc.
12016           fixes conversion for YUV formats for as much as I can test them.
12017
12018 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12019
12020         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12021         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12023         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12024         (gst_xvimagesink_xvimage_put):
12025           further cleanups, logging, error handling and synchronizing
12026
12027 2004-07-27  Wim Taymans  <wim@fluendo.com>
12028
12029         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12030         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
12031         (gst_videomixer_pad_set_property),
12032         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
12033         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12034         (gst_videomixer_class_init), (gst_videomixer_init),
12035         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
12036         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
12037         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
12038         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12039         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12040         (gst_videomixer_loop), (plugin_init):
12041         Be a nicer negotiation citizen and provide a getcaps function on
12042         the srcpad. This also fixes a crash when resizing.
12043
12044 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12045
12046         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12047         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
12048
12049 2004-07-27  Wim Taymans  <wim@fluendo.com>
12050
12051         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
12052         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12053         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12054         (gst_pngenc_set_property):
12055         * ext/libpng/gstpngenc.h:
12056         Added snapshot property to pngenc.
12057         removed g_print from pngdec
12058
12059 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12060
12061         * gst/ac3parse/ac3parse.vcproj
12062         * gst/adder/adder.vcproj
12063         * gst/alpha/alpha.vcproj
12064         * gst/alpha/alphacolor.vcproj
12065         * gst/asfdemux/asf.vcproj
12066         * gst/audioconvert/audioconvert.vcproj
12067         * gst/audiorate/audiorate.vcproj
12068         * gst/audioscale/audioscale.vcproj
12069         * gst/auparse/auparse.vcproj
12070         * gst/avi/avi.vcproj
12071         * gst/cdxaparse/cdxaparse.vcproj
12072         * gst/chart/chart.vcproj
12073         * gst/colorspace/colorspace.vcproj
12074         * gst/cutter/cutter.vcproj
12075         * gst/debug/debug.vcproj
12076         * gst/debug/efence.vcproj
12077         * gst/debug/navigationtest.vcproj
12078         * gst/deinterlace/deinterlace.vcproj
12079         * gst/effectv/effectv.vcproj
12080         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12081         * gst/filter/filter.vcproj
12082         * gst/flx/flxdec.vcproj
12083         * gst/goom/goom.vcproj
12084         * gst/interleave/interleave.vcproj
12085         * gst/law/alaw.vcproj
12086         * gst/law/mulaw.vcproj
12087         * gst/matroska/matroska.vcproj
12088         * gst/median/median.vcproj
12089         * gst/mixmatrix/mixmatrix.vcproj
12090         * gst/mpeg1sys/mpeg1systemencode.vcproj
12091         * gst/mpeg1videoparse/mp1videoparse.vcproj
12092         * gst/mpeg2sub/mpeg2subt.vcproj
12093         * gst/mpegaudio/mpegaudio.vcproj
12094         * gst/mpegaudioparse/mpegaudioparse.vcproj
12095         * gst/mpegstream/mpegstream.vcproj
12096         * gst/multifilesink/multifilesink.vcproj
12097         * gst/multipart/multipart.vcproj
12098         * gst/oneton/oneton.vcproj
12099         * gst/overlay/overlay.vcproj
12100         * gst/passthrough/passthrough.vcproj
12101         * gst/qtdemux/qtdemux.vcproj
12102         * gst/realmedia/rmdemux.vcproj
12103         * gst/rtjpeg/rtjpeg.vcproj
12104         * gst/rtp/rtp.vcproj
12105         * gst/silence/silence.vcproj
12106         * gst/sine/sinesrc.vcproj
12107         * gst/smooth/smooth.vcproj
12108         * gst/smpte/smpte.vcproj
12109         * gst/spectrum/spectrum.vcproj
12110         * gst/speed/speed.vcproj
12111         * gst/stereo/stereo.vcproj
12112         * gst/switch/switch.vcproj
12113         * gst/tags/tagedit.vcproj
12114         * gst/tcp/tcp.vcproj
12115         * gst/typefind/typefindfunctions.vcproj
12116         * gst/udp/udp.vcproj
12117         * gst/videobox/videobox.vcproj
12118         * gst/videocrop/videocrop.vcproj
12119         * gst/videodrop/videodrop.vcproj
12120         * gst/videofilter/gamma.vcproj
12121         * gst/videofilter/videobalance.vcproj
12122         * gst/videofilter/videofilter.vcproj
12123         * gst/videofilter/videoflip.vcproj
12124         * gst/videoflip/videoflip.vcproj
12125         * gst/videomixer/videomixer.vcproj
12126         * gst/videorate/videorate.vcproj
12127         * gst/videoscale/videoscale.vcproj
12128         * gst/videotestsrc/videotestsrc.vcproj
12129         * gst/virtualdub/virtualdub.vcproj
12130         * gst/volenv/volenv.vcproj
12131         * gst/volume/volume.vcproj
12132         * gst/wavenc/wavenc.vcproj
12133         * gst/wavparse/wavparse.vcproj
12134         * gst/y4m/y4menc.vcproj
12135         * gst-libs/gst/audio/audio.vcproj
12136         * gst-libs/gst/audio/audiofilter.vcproj
12137         * gst-libs/gst/colorbalance/colorbalance.vcproj
12138         * gst-libs/gst/idct/idtc.vcproj
12139         * gst-libs/gst/media-info/media-info.vcproj
12140         * gst-libs/gst/mixer/mixer.vcproj
12141         * gst-libs/gst/navigation/navigation.vcproj
12142         * gst-libs/gst/play/play.vcproj
12143         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12144         * gst-libs/gst/resample/resample.vcproj
12145         * gst-libs/gst/riff/riff.vcproj
12146         * gst-libs/gst/tuner/tuner.vcproj
12147         * gst-libs/gst/video/video.vcproj
12148         * gst-libs/gst/xoverlay/xoverlay.vcproj
12149           avoid problems with math.h, fix release dependancy
12150           rename GStreamer-0.8.lib to libgstreamer.lib
12151
12152 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12153
12154         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12156         the atom is not available we have to unlock the mutex. Fixes #148023
12157
12158 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12159
12160         * gst-libs/gst/media-info/media-info.h:
12161           issue for a vararg macro with MSVC
12162
12163 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12164
12165         * gst/effectv/effectv.vcproj
12166         * gst-libs/gst/idct/idct.vcproj:
12167         * gst-libs/gst/media-info/media-info.vcproj:
12168         * gst-libs/gst/navigation/navigation.vcproj:
12169         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12170         * gst-libs/gst/video/video.vcproj:
12171         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12172           fixes for build problems
12173
12174 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12175
12176         * gst-libs/gst/audio/audio.def:
12177         * gst-libs/gst/audio/riff.def:
12178           add some definitions needed by plugins
12179
12180 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12181
12182         * gst/asfdemux/gstasfmux.c
12183           Fix some 64 bits constants to be glib friendly
12184
12185 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12186
12187         * gst/ac3parse/gstac3parse.c
12188         * gst/audioscale/gstaudioscale.c
12189         * gst/auparse/gstauparse.c
12190         * gst/colorspace/gstcolorspace.c
12191         * gst/colorspace/yuv2rgb.h
12192           local include fixes
12193
12194 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12195
12196         * win32/gst.sln
12197           add more plugins to the build
12198
12199 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12200
12201         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12202         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12203
12204 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12205
12206         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12207         (gst_level_set_property), (gst_level_get_property),
12208         (gst_level_base_init), (gst_level_class_init):
12209           add debugging categories.  cleanups.
12210
12211 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12212
12213         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12214         (gst_videoscale_planar411), (gst_videoscale_planar400),
12215         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12216         (gst_videoscale_scale_nearest_str1),
12217         (gst_videoscale_scale_nearest_str2),
12218         (gst_videoscale_scale_nearest_str4),
12219         (gst_videoscale_scale_nearest_16bit),
12220         (gst_videoscale_scale_nearest_24bit):
12221           fixed stride issues
12222           tested with 320x240 -> 321, 322, 324 x240
12223           tested with YV12, I420, YUY2, UYVY
12224           fixed packed422rev (don't think it could have worked before)
12225           by testing with UYVY
12226
12227 2004-07-26  Benjamin Otte  <otte@gnome.org>
12228
12229         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12230         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12231         (plugin_init):
12232           add debugging category, add error checks like checking return values
12233           of setup calls, make sure it still works after
12234           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12235
12236 2004-07-26  Wim Taymans  <wim@fluendo.com>
12237
12238         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12239         (gst_mpeg_demux_get_audio_stream),
12240         (gst_mpeg_demux_process_private):
12241         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12242         Check for error codes from the negotiation functions. Make sure
12243         we really set the pad caps when a new pad is created.
12244
12245 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12246
12247         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12248         (gst_ffmpeg_caps_to_pix_fmt):
12249         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12250         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12251         (gst_ffmpegcolorspace_pad_link):
12252           don't make function do two things at the same time without reason.
12253
12254 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12255
12256         * gst/ac3parse/ac3parse.vcproj
12257         * gst/adder/adder.vcproj
12258         * gst/alpha/alpha.vcproj
12259         * gst/alpha/alphacolor.vcproj
12260         * gst/asfdemux/asf.vcproj
12261         * gst/audioconvert/audioconvert.vcproj
12262         * gst/audiorate/audiorate.vcproj
12263         * gst/audioscale/audioscale.vcproj
12264         * gst/auparse/auparse.vcproj
12265         * gst/avi/avi.vcproj
12266         * gst/cdxaparse/cdxaparse.vcproj
12267         * gst/chart/chart.vcproj
12268         * gst/colorspace/colorspace.vcproj
12269         * gst/cutter/cutter.vcproj
12270         * gst/debug/debug.vcproj
12271         * gst/debug/efence.vcproj
12272         * gst/debug/navigationtest.vcproj
12273         * gst/deinterlace/deinterlace.vcproj
12274         * gst/effectv/effectv.vcproj
12275         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12276         * gst/filter/filter.vcproj
12277         * gst/flx/flxdec.vcproj
12278         * gst/goom/goom.vcproj
12279         * gst/interleave/interleave.vcproj
12280         * gst/law/alaw.vcproj
12281         * gst/law/mulaw.vcproj
12282         * gst/matroska/matroska.vcproj
12283         * gst/median/median.vcproj
12284         * gst/mixmatrix/mixmatrix.vcproj
12285         * gst/mpeg1sys/mpeg1systemencode.vcproj
12286         * gst/mpeg1videoparse/mp1videoparse.vcproj
12287         * gst/mpeg2sub/mpeg2subt.vcproj
12288         * gst/mpegaudio/mpegaudio.vcproj
12289         * gst/mpegaudioparse/mpegaudioparse.vcproj
12290         * gst/mpegstream/mpegstream.vcproj
12291         * gst/multifilesink/multifilesink.vcproj
12292         * gst/multipart/multipart.vcproj
12293         * gst/oneton/oneton.vcproj
12294         * gst/overlay/overlay.vcproj
12295         * gst/passthrough/passthrough.vcproj
12296         * gst/qtdemux/qtdemux.vcproj
12297         * gst/realmedia/rmdemux.vcproj
12298         * gst/rtjpeg/rtjpeg.vcproj
12299         * gst/rtp/rtp.vcproj
12300         * gst/silence/silence.vcproj
12301         * gst/sine/sinesrc.vcproj
12302         * gst/smooth/smooth.vcproj
12303         * gst/smpte/smpte.vcproj
12304         * gst/spectrum/spectrum.vcproj
12305         * gst/speed/speed.vcproj
12306         * gst/stereo/stereo.vcproj
12307         * gst/switch/switch.vcproj
12308         * gst/tags/tagedit.vcproj
12309         * gst/tcp/tcp.vcproj
12310         * gst/typefind/typefindfunctions.vcproj
12311         * gst/udp/udp.vcproj
12312         * gst/videobox/videobox.vcproj
12313         * gst/videocrop/videocrop.vcproj
12314         * gst/videodrop/videodrop.vcproj
12315         * gst/videofilter/gamma.vcproj
12316         * gst/videofilter/videobalance.vcproj
12317         * gst/videofilter/videofilter.vcproj
12318         * gst/videofilter/videoflip.vcproj
12319         * gst/videoflip/videoflip.vcproj
12320         * gst/videomixer/videomixer.vcproj
12321         * gst/videorate/videorate.vcproj
12322         * gst/videoscale/videoscale.vcproj
12323         * gst/videotestsrc/videotestsrc.vcproj
12324         * gst/virtualdub/virtualdub.vcproj
12325         * gst/volenv/volenv.vcproj
12326         * gst/volume/volume.vcproj
12327         * gst/wavenc/wavenc.vcproj
12328         * gst/wavparse/wavparse.vcproj
12329         * gst/y4m/y4menc.vcproj
12330           more plugins supported under windows
12331
12332 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12333
12334         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12335         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12336         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12337         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12338         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12339           Add debugging statements.  Use the sizes as returned by the
12340           *CreateImage calls.
12341
12342 2004-07-26  Johan Dahlin  <johan@gnome.org>
12343
12344         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12345         the pad is negotiated.
12346
12347         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12348
12349 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12350
12351         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12352         * gst-libs/gst/idct/idct.vcproj:
12353         * gst-libs/gst/media-info/media-info.vcproj:
12354         * gst-libs/gst/mixer/mixer.vcproj:
12355         * gst-libs/gst/navigation/navigation.vcproj:
12356         * gst-libs/gst/play/play.vcproj:
12357         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12358         * gst-libs/gst/resample/resample.vcproj:
12359         * gst-libs/gst/tuner/tuner.vcproj:
12360         * gst-libs/gst/video/video.vcproj:
12361         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12362           more plugins supported under windows
12363
12364 2004-07-25 Iain <iain@prettypeople.org>
12365
12366         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12367         pad now rather than when the pad is created because state changes wipe
12368         explicit caps (fixes #148043).
12369
12370 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12371
12372         reviewed by Benjamin Otte  <otte@gnome.org>
12373
12374         * ext/mad/gstmad.c:
12375           fix mad plugin crashing on Sun (fixes #148289)
12376
12377 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12378
12379         * gst/avi/avi.def:
12380         * gst/avi/avi.vcproj:
12381         * gst/matroska/matroska.def:
12382         * gst/matroska/matroska.vcproj:
12383           remove unused .def files
12384
12385 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12386
12387         * gst-libs/gst/audio/gstaudiofilter.c:
12388           Clean the local include
12389
12390 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12391
12392         * win32/gst.sln:
12393         * gst-libs/gst/audio/audio.def:
12394         * gst-libs/gst/audio/audio.vcproj:
12395         * gst-libs/gst/audio/audiofilter.vcproj:
12396         * gst-libs/gst/audio/riff.def:
12397         * gst-libs/gst/audio/riff.vcproj:
12398         * gst-libs/gst/gst-libs.def:
12399         * gst-libs/gst/gst-libs.vcproj:
12400         * gst/avi/avi.vcproj:
12401         * gst/avi/avi.vcproj:
12402           Copy the files where needed after building, cleaner projects
12403
12404 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12405
12406         * gst/matroska/ebml-write.c:
12407           Fix some 64 bits constants to be glib friendly
12408
12409 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12410
12411         * win32/gst.sln:
12412         * gst-libs/gst/gst-libs.def:
12413         * gst-libs/gst/gst-libs.vcproj:
12414         * gst/matroska/matroska.def:
12415         * gst/matroska/matroska.vcproj:
12416           Add the preliminary canvas to build plugins on Win32
12417
12418 2004-07-23  Benjamin Otte  <otte@gnome.org>
12419
12420         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12421           don't enfore negotiation from source side, it breaks
12422           sinesrc ! audioconvert ! osssink
12423
12424 2004-07-22  David Schleef  <ds@schleef.org>
12425
12426         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12427         for ELF files, since they can easily be recognized as audio/mpeg.
12428         (bug #147441)
12429
12430 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12431
12432         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12433         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12434         (gst_videoscale_scale_nearest_24bit),
12435         (gst_videoscale_scale_nearest_16bit):
12436           fix 16bit and 24bit for stride (24bit might need testing)
12437           don't pretend we do more than one algorithm
12438
12439 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12440
12441         * configure.ac:
12442         * gst/Makefile.am:
12443         * gst/multifilesink/Makefile.am:
12444         * gst/multifilesink/gstmultifilesink.c:
12445         (gst_multifilesink_get_formats),
12446         (gst_multifilesink_get_query_types), (_do_init),
12447         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12448         (gst_multifilesink_init), (gst_multifilesink_dispose),
12449         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12450         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12451         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12452         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12453         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12454         (gst_multifilesink_uri_get_type),
12455         (gst_multifilesink_uri_get_protocols),
12456         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12457         (gst_multifilesink_uri_handler_init), (plugin_init):
12458         * gst/multifilesink/gstmultifilesink.h:
12459         * testsuite/Makefile.am:
12460         * testsuite/multifilesink/Makefile.am:
12461         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12462         (gst_newmedia_class_init), (gst_newmedia_init),
12463         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12464         (newfile_signal), (test_signal), (main):
12465         multifilesink plugin for creating new files every time a new media
12466         discontinuity event occurs
12467
12468 2004-07-22  Wim Taymans  <wim@fluendo.com>
12469
12470         * gst/alpha/Makefile.am:
12471         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
12472         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
12473         (gst_alpha_color_init), (gst_alpha_color_set_property),
12474         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
12475         (transform), (gst_alpha_color_chain),
12476         (gst_alpha_color_change_state), (plugin_init):
12477         Stupid plugin to to RGBA to AYUV conversion because none of
12478         the colorspace plugins can handle that yet.
12479
12480 2004-07-22  Wim Taymans  <wim@fluendo.com>
12481
12482         * examples/seeking/seek.c: (update_scale), (main):
12483         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12484         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12485         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12486         (gst_decode_bin_init), (gst_decode_bin_dispose),
12487         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12488         (no_more_pads), (close_link), (type_found),
12489         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12490         (plugin_init):
12491         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12492         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12493         (gst_play_base_bin_dispose), (queue_overrun),
12494         (gen_preroll_element), (remove_prerolls), (unknown_type),
12495         (no_more_pads), (new_stream), (setup_source),
12496         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12497         (play_base_eos), (gst_play_base_bin_change_state),
12498         (gst_play_base_bin_add_element),
12499         (gst_play_base_bin_remove_element),
12500         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12501         (gst_play_base_bin_unlink_stream),
12502         (gst_play_base_bin_get_streaminfo):
12503         * gst/playback/gstplaybin.c: (gen_video_element),
12504         (gen_audio_element):
12505         * gst/playback/gststreaminfo.h:
12506         More playback updates, attempt to fix things after the state change
12507         breakage.
12508
12509 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12510
12511         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
12512         (gst_videoscale_scale_nearest_16bit):
12513           comment algorithm
12514
12515 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12516
12517         * gst/videotestsrc/gstvideotestsrc.c:
12518         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
12519         (gst_videotestsrc_init), (gst_videotestsrc_get),
12520         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
12521         (gst_videotestsrc_get_property):
12522         * gst/videotestsrc/gstvideotestsrc.h:
12523         * gst/videotestsrc/videotestsrc.c:
12524         * gst/videotestsrc/videotestsrc.h:
12525           cleanup and commenting
12526
12527 2004-07-21  Wim Taymans  <wim@fluendo.com>
12528
12529         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12530         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
12531         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
12532         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
12533         (_find_chain_get_unknown_part), (_find_streams_check),
12534         (gst_ogg_demux_push), (gst_ogg_pad_push):
12535         * ext/theora/theoradec.c: (theora_get_formats),
12536         (theora_dec_src_convert), (theora_dec_sink_convert),
12537         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12538         (theora_dec_chain):
12539         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12540         (vorbis_dec_convert), (vorbis_dec_src_query),
12541         (vorbis_dec_src_event), (vorbis_dec_event):
12542         More seeking fixes, oggdemux now supports seeking to time and
12543         uses the downstream element to convert granulepos to time.
12544         Seeking in theora-only ogg files now works.
12545
12546 2004-07-21  Wim Taymans  <wim@fluendo.com>
12547
12548         * ext/theora/theoradec.c: (gst_theora_dec_init),
12549         (theora_get_formats), (theora_get_event_masks),
12550         (theora_get_query_types), (theora_dec_src_convert),
12551         (theora_dec_sink_convert), (theora_dec_src_query),
12552         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12553         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12554         (vorbis_get_event_masks), (vorbis_get_query_types),
12555         (gst_vorbis_dec_init), (vorbis_dec_convert),
12556         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
12557         Added query/convert/formats functions to vorbis and theora decoders
12558         so that the outside world can use them too. Fixed seeking on an
12559         ogg/theora/vorbis file by disabling the seeking seeking on the
12560         theora srcpad.
12561
12562 2004-07-21  Julien MOUTTE  <julien@moutte.net>
12563
12564         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12565         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
12566         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
12567         images creation for both elements. We don't create the image on caps
12568         nego or renego, we just destroy the internal one if present if it does
12569         not match the needs. The chain function takes care of creating a new
12570         image when needed.
12571         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12572         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
12573         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12574         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
12575         the image format information. The buffer pool checks for the context
12576         image format and discard images with different formats.
12577         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
12578
12579 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12580
12581         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12582         (gst_ffmpegcolorspace_chain):
12583           no point in doing any chaining if the pad we want to push from
12584           isn't usable.
12585
12586 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12587
12588         * gst-libs/gst/riff/riff-media.c:
12589         (gst_riff_create_audio_caps_with_data):
12590           Fix double end-to-native symbol conversion (#148021).
12591
12592 2004-07-20  David Schleef  <ds@schleef.org>
12593
12594         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12595         Don't use an Atom that doesn't exist.
12596
12597 2004-07-20  Wim Taymans  <wim@fluendo.com>
12598
12599         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12600         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12601         (gst_multifdsink_client_remove),
12602         (gst_multifdsink_handle_client_write),
12603         (gst_multifdsink_queue_buffer):
12604         * gst/tcp/gstmultifdsink.h:
12605         More multifdsink stats. Avoid deadlock by releasing locks
12606         before sending out a signal.
12607
12608 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12609
12610         * po/LINGUAS:
12611         * po/hu.po:
12612           added Hungarian translation (Laszlo Dvornik)
12613
12614 2004-07-20  Wim Taymans  <wim@fluendo.com>
12615
12616         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12617         (gst_multifdsink_add), (gst_multifdsink_client_remove),
12618         (gst_multifdsink_handle_client_write),
12619         (gst_multifdsink_queue_buffer):
12620         * gst/tcp/gsttcp-marshal.list:
12621         Fixed the stupid marshal definition.
12622
12623 2004-07-20  Wim Taymans  <wim@fluendo.com>
12624
12625         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12626         (gst_multifdsink_init), (gst_multifdsink_add),
12627         (gst_multifdsink_client_remove),
12628         (gst_multifdsink_handle_client_write),
12629         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
12630         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
12631         (gst_multifdsink_init_send):
12632         * gst/tcp/gstmultifdsink.h:
12633         Added more stats, added timeout for a client, fixed some typos
12634         and added some comments.
12635
12636 2004-07-20  Wim Taymans  <wim@fluendo.com>
12637
12638         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12639         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12640         (gst_multifdsink_client_remove),
12641         (gst_multifdsink_handle_client_write):
12642         * gst/tcp/gstmultifdsink.h:
12643         * gst/tcp/gsttcp-marshal.list:
12644         Added get_stats method that returns a GValueArray of
12645         stats values.
12646
12647 2004-07-19  Benjamin Otte  <otte@gnome.org>
12648
12649         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
12650           make sure longname, description and author are valid UTF-8
12651
12652 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12653
12654         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
12655         (gst_ximagesink_set_property):
12656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
12657         (gst_xvimagesink_set_property):
12658           make sure SYNCHRONOUS is respected after getting the X context
12659
12660 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12661
12662         * gst/matroska/matroska-demux.c:
12663         (gst_matroska_demux_handle_src_event),
12664         (gst_matroska_demux_parse_blockgroup):
12665         * gst/matroska/matroska-ids.h:
12666           add BlockReference tag and ignore it to clear out log.
12667           ignore NAVIGATION events to clear out log.
12668
12669 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12670
12671         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
12672         (gst_matroska_demux_add_stream):
12673         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
12674           add debug categories
12675
12676 2004-07-16  Wim Taymans  <wim@fluendo.com>
12677
12678         * ext/libpng/Makefile.am:
12679         * ext/libpng/gstpng.c: (plugin_init):
12680         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
12681         (gst_pngdec_get_type), (gst_pngdec_base_init),
12682         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
12683         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
12684         * ext/libpng/gstpngdec.h:
12685         Added png decoder.
12686
12687 2004-07-16  Julien MOUTTE  <julien@moutte.net>
12688
12689         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
12690         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
12691         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
12692         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
12693         (gst_ximagesink_buffer_alloc):
12694         * sys/ximage/ximagesink.h:
12695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12696         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12697         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
12698         (gst_xvimagesink_buffer_alloc):
12699         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
12700         again. Using internal data pointer of the x(v)image to store image's
12701         data to be coherent with the buffer alloc mechanism. Investigated the
12702         image destruction code to be sure that everything gets freed correctly.
12703
12704 2004-07-16  Wim Taymans  <wim@fluendo.com>
12705
12706         * gst-libs/gst/riff/riff-read.c:
12707         (gst_riff_read_strf_vids_with_data),
12708         (gst_riff_read_strf_auds_with_data):
12709         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12710         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
12711         Make sure we don't create 0 sized subbuffers in riff-read.
12712         Signal the no more pads signal after reading the avi header.
12713
12714 2004-07-16  Wim Taymans  <wim@fluendo.com>
12715
12716         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12717         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12718         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12719         (gst_decode_bin_init), (gst_decode_bin_dispose),
12720         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12721         (no_more_pads), (close_link), (type_found),
12722         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12723         (gst_decode_bin_change_state), (plugin_init):
12724         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12725         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12726         (gst_play_base_bin_dispose), (queue_overrun),
12727         (gen_preroll_element), (remove_prerolls), (unknown_type),
12728         (no_more_pads), (new_stream), (setup_source),
12729         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12730         (play_base_eos), (gst_play_base_bin_change_state),
12731         (gst_play_base_bin_add_element),
12732         (gst_play_base_bin_remove_element),
12733         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12734         (gst_play_base_bin_unlink_stream),
12735         (gst_play_base_bin_get_streaminfo):
12736         * gst/playback/gstplaybasebin.h:
12737         Better error recovery. Added configurable preroll queue size. Faster
12738         detection of no-more-pads.
12739
12740 2004-07-16  Wim Taymans  <wim@fluendo.com>
12741
12742         * gst-libs/gst/video/video.h:
12743         Added 32 bits RGBA. Not sure if we should use another mime-type
12744         for alpha rgb. Currently the presence of the alpha_mask property
12745         signals an alpha channel.
12746
12747 2004-07-16  Wim Taymans  <wim@fluendo.com>
12748
12749         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12751         FPS seems to be 0.0 to MAX everywhere else.
12752
12753 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12754
12755         * gst-libs/gst/riff/riff-media.c:
12756         (gst_riff_create_video_caps_with_data):
12757           mp42/mp43 (no caps) exist too.
12758         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
12759           Set pixel_width/height; we've got them in-caps.
12760         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12761         * gst/wavparse/gstwavparse.c: (plugin_init):
12762           Both are valid primary.
12763         * sys/oss/gstossmixer.c:
12764           Remove i18n hack and enable translations.
12765
12766 2004-07-15  Benjamin Otte  <otte@gnome.org>
12767
12768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12769         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
12770           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
12771
12772 2004-07-15  Benjamin Otte  <otte@gnome.org>
12773
12774         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12775         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
12776         (gst_alsa_close_audio):
12777           disable some of the debugging code for now. Writing debugging to a
12778           buffer is broken in current alsalib releases.
12779
12780 2004-07-12  Benjamin Otte  <otte@gnome.org>
12781
12782         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
12783           use bufferpools
12784
12785 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12786
12787         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12788         (theora_dec_src_query), (theora_dec_event):
12789         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
12790           add debugging categories.  Remove \n's.
12791
12792 2004-07-13  Johan Dahlin  <johan@gnome.org>
12793
12794         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
12795         (gst_play_bin_get_property): Impl.
12796
12797 2004-07-13  Wim Taymans  <wim@fluendo.com>
12798
12799         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
12800         When trying to find the stream length, seek back N pages
12801         instead of just one, where N is the number of streams in
12802         the current chain.
12803
12804 2004-07-13  Wim Taymans  <wim@fluendo.com>
12805
12806         * gst-libs/gst/riff/riff-media.c:
12807         (gst_riff_create_audio_caps_with_data),
12808         (gst_riff_create_audio_caps),
12809         (gst_riff_create_audio_template_caps):
12810         * gst-libs/gst/riff/riff-media.h:
12811         * gst-libs/gst/riff/riff-read.c:
12812         (gst_riff_read_strf_vids_with_data),
12813         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
12814         * gst-libs/gst/riff/riff-read.h:
12815         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12816         (gst_avi_demux_add_stream):
12817         Set codec_data on caps for avidemuxer.
12818
12819 2004-07-12  David Schleef  <ds@schleef.org>
12820
12821         * configure.ac: Fix test for Objective C
12822
12823 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
12824         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
12825         (gst_gdk_pixbuf_chain):
12826           Add svg and pcx to template caps, and ensure that getcaps returns a
12827           subset of the template caps.
12828           Copy each row manually for output, as gdkpixbuf may pad the
12829           rowstride to a 32-bit word boundary.
12830
12831 2004-07-12  Wim Taymans  <wim@fluendo.com>
12832
12833         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12834         (gst_riff_create_video_template_caps):
12835         Fix the template caps to include some more media types.
12836
12837 2004-07-12  Wim Taymans  <wim@fluendo.com>
12838
12839         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12840         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12841         (compare_ranks), (print_feature), (gst_decode_bin_init),
12842         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12843         (try_to_link_1), (new_pad), (close_link), (type_found),
12844         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12845         (gst_decode_bin_change_state), (plugin_init):
12846         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12847         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12848         (gst_play_base_bin_dispose), (queue_overrun),
12849         (gen_preroll_element), (remove_prerolls), (no_more_pads),
12850         (new_stream), (setup_source), (gst_play_base_bin_set_property),
12851         (gst_play_base_bin_get_property), (play_base_eos),
12852         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12853         (gst_play_base_bin_remove_element),
12854         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12855         (gst_play_base_bin_unlink_stream),
12856         (gst_play_base_bin_get_streaminfo):
12857         * gst/playback/gstplaybasebin.h:
12858         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12859         (gst_play_bin_class_init), (gst_play_bin_init),
12860         (gst_play_bin_dispose), (gst_play_bin_set_property),
12861         (gst_play_bin_get_property), (gen_video_element),
12862         (gen_audio_element), (remove_sinks), (setup_sinks),
12863         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
12864         (gst_play_bin_send_event), (gst_play_bin_get_formats),
12865         (gst_play_bin_convert), (gst_play_bin_get_query_types),
12866         (gst_play_bin_query), (plugin_init):
12867         * gst/playback/test4.c: (main):
12868         More fixes on reusing of the element.
12869
12870 2004-07-11  Benjamin Otte  <otte@gnome.org>
12871
12872         * ext/mad/gstmad.c: (normal_seek):
12873           allow seeking for other methods than just SET
12874
12875 2004-07-11  Andy Wingo  <wingo@pobox.com>
12876
12877         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
12878         float, "any" caps -> buffer_frames=[0,MAX].
12879
12880         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
12881         doesn't intersect our caps with the template any more. Do it
12882         ourselves.
12883         (interleave_buffered_loop): Use g_newa instead of malloc/free.
12884
12885 2004-07-09  Wim Taymans  <wim@fluendo.com>
12886
12887         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12888         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12889         (compare_ranks), (print_feature), (gst_decode_bin_init),
12890         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12891         (try_to_link_1), (new_pad), (close_link), (type_found),
12892         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12893         (gst_decode_bin_change_state), (plugin_init):
12894         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12895         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12896         (gst_play_base_bin_dispose), (queue_overrun),
12897         (gen_preroll_element), (remove_prerolls), (no_more_pads),
12898         (new_stream), (setup_source), (gst_play_base_bin_set_property),
12899         (gst_play_base_bin_get_property), (play_base_eos),
12900         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12901         (gst_play_base_bin_remove_element),
12902         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12903         (gst_play_base_bin_unlink_stream),
12904         (gst_play_base_bin_get_streaminfo):
12905         * gst/playback/gstplaybasebin.h:
12906         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12907         (gst_play_bin_class_init), (gst_play_bin_init),
12908         (gst_play_bin_dispose), (gst_play_bin_set_property),
12909         (gst_play_bin_get_property), (gen_video_element),
12910         (gen_audio_element), (remove_sinks), (setup_sinks),
12911         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
12912         (gst_play_bin_send_event), (gst_play_bin_get_formats),
12913         (gst_play_bin_convert), (gst_play_bin_get_query_types),
12914         (gst_play_bin_query), (plugin_init):
12915         * gst/playback/test4.c: (main):
12916         Work on object reuse and seeking.
12917
12918 2004-07-09  Wim Taymans  <wim@fluendo.com>
12919
12920         * examples/seeking/seek.c: (iterate):
12921         Don't consume all CPU in the idle loop.
12922
12923 2004-07-09  Wim Taymans  <wim@fluendo.com>
12924
12925         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
12926         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
12927         Add pad to element *after* setting the pad functions so that
12928         the scheduler can use the correct ones.
12929
12930 2004-07-09  Wim Taymans  <wim@fluendo.com>
12931
12932         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
12933         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
12934         Sync to keyframe after seek
12935
12936 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12937
12938         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12939         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12940         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
12941         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
12942         * ext/libvisual/visual.c: (gst_visual_change_state):
12943         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
12944         * ext/theora/theoradec.c: (theora_dec_change_state):
12945         * ext/theora/theoraenc.c: (theora_enc_change_state):
12946         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
12947         * gst-libs/gst/navigation/navigation.c:
12948         * gst/adder/gstadder.c: (gst_adder_change_state):
12949         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12950         (gst_audio_convert_get_buffer):
12951         * gst/multipart/multipartdemux.c:
12952         (gst_multipart_demux_change_state):
12953         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
12954         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12955         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12956         * gst/videoscale/gstvideoscale.c:
12957         (gst_videoscale_handle_src_event):
12958         * gst/volume/gstvolume.c: (volume_chain_int16):
12959           don't assert in state change, this should be done by the base
12960           GstElement class.
12961           various debugging fixes.
12962
12963 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12964
12965         * configure.ac:
12966         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
12967         (gst_play_dispose), (gst_play_set_location),
12968         (gst_play_set_data_src), (gst_play_set_video_sink),
12969         (gst_play_set_audio_sink), (gst_play_set_visualization),
12970         (gst_play_connect_visualization), (gst_play_get_sink_element),
12971         (gst_play_get_all_by_interface):
12972         * gst-libs/gst/play/play.h:
12973           add new method to get elements implementing an interface.
12974           add various error logging
12975
12976 2004-07-08  Wim Taymans  <wim@fluendo.com>
12977
12978         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
12979         (make_mpeg_pipeline), (make_mpegnt_pipeline),
12980         (make_playerbin_pipeline), (query_durations_elems),
12981         (query_durations_pads), (query_positions_elems),
12982         (query_positions_pads), (update_scale), (iterate), (stop_seek),
12983         (main):
12984         Added playbin seeking example.
12985
12986 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12987
12988         * gst-libs/gst/play/play.c: (gst_play_set_location),
12989         (gst_play_set_data_src), (gst_play_set_video_sink),
12990         (gst_play_set_audio_sink), (gst_play_set_visualization),
12991         (gst_play_connect_visualization), (gst_play_get_framerate):
12992           use a macro to look up elements from hash table
12993
12994 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12995
12996         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
12997         (gst_play_get_length_callback), (gst_play_set_location),
12998         (gst_play_seek_to_time), (gst_play_set_data_src),
12999         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13000         (gst_play_set_visualization), (gst_play_connect_visualization),
13001         (gst_play_get_sink_element):
13002         - add debugging info
13003         - fix looking up sink elements by iterating over complete caps
13004         - put everything except for source and autoplugger in a complete bin
13005
13006 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13007
13008         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
13009         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
13010         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
13011         (gst_alsa_sink_write), (gst_alsa_sink_loop):
13012         * ext/alsa/gstalsasink.h:
13013         - add debugging info
13014         - clean up schizophrenia of data/buffer/event
13015         - fix double event unref error
13016
13017 2004-07-08  Wim Taymans  <wim@fluendo.com>
13018
13019         * gst/playback/Makefile.am:
13020         Add headers to noinst
13021
13022 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13023
13024         * tools/gst-launch-ext-m.m:
13025         * tools/gst-launch-ext.1.in:
13026           convert to the third millenium
13027
13028 2004-07-07  David Schleef  <ds@schleef.org>
13029
13030         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
13031
13032 2004-07-07  Wim Taymans  <wim@fluendo.com>
13033
13034         * gst/playback/Makefile.am:
13035         * gst/playback/README:
13036         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13037         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13038         (compare_ranks), (print_feature), (gst_decode_bin_init),
13039         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13040         (try_to_link_1), (new_pad), (close_link), (type_found),
13041         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13042         (plugin_init):
13043         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13044         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13045         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
13046         (gen_preroll_element), (no_more_pads), (new_stream),
13047         (setup_source), (gst_play_base_bin_set_property),
13048         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
13049         (gst_play_base_bin_add_element),
13050         (gst_play_base_bin_remove_element),
13051         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13052         (gst_play_base_bin_unlink_stream),
13053         (gst_play_base_bin_get_streaminfo):
13054         * gst/playback/gstplaybasebin.h:
13055         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13056         (gst_play_bin_class_init), (gst_play_bin_init),
13057         (gst_play_bin_dispose), (gst_play_bin_set_property),
13058         (gst_play_bin_get_property), (gen_video_element),
13059         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
13060         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13061         (gst_play_bin_get_formats), (gst_play_bin_convert),
13062         (gst_play_bin_get_query_types), (gst_play_bin_query),
13063         (plugin_init):
13064         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13065         (gst_stream_info_get_type), (gst_stream_info_class_init),
13066         (gst_stream_info_init), (gst_stream_info_new),
13067         (gst_stream_info_dispose), (gst_stream_info_set_property),
13068         (gst_stream_info_get_property):
13069         * gst/playback/gststreaminfo.h:
13070         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13071         (main):
13072         * gst/playback/test2.c: (main):
13073         * gst/playback/test3.c: (update_scale), (main):
13074         More playbin fixes. Added README. Do better element filtering.
13075         Added base class to preroll media. Added test apps.
13076
13077 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13078
13079         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
13080         * ext/mpeg2dec/gstmpeg2dec.h:
13081           various debugging improvements.  Reset stream to next picture
13082           instead of sequence header, otherwise seeks cannot work.
13083
13084 2004-07-07  Wim Taymans  <wim@fluendo.com>
13085
13086         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
13087         (gst_video_box_class_init), (gst_video_box_set_property),
13088         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
13089         Use pad_alloc where possible.
13090
13091 2004-07-07  Wim Taymans  <wim@fluendo.com>
13092
13093         * sys/oss/gstosselement.c: (gst_osselement_reset),
13094         (gst_osselement_parse_caps):
13095         * sys/oss/gstosselement.h:
13096         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13097         Fix offset on osssrc.
13098
13099 2004-07-07  Wim Taymans  <wim@fluendo.com>
13100
13101         * ext/theora/theora.c: (plugin_init):
13102         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13103         (theora_dec_src_query), (theora_dec_chain):
13104         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13105         (theora_enc_sink_link), (theora_buffer_from_packet),
13106         (theora_push_packet), (theora_enc_chain):
13107         Fix theora granulepos calculation.
13108         Fix overflow in duration/position calculation.
13109         Bump rank to PRIMARY for theoradec.
13110         Use granulepos of last packet to calculate position.
13111         Set keyframe flag on buffers when needed.
13112
13113 2004-07-06  David Schleef  <ds@schleef.org>
13114
13115         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
13116         serious?  (Fixed, obviously.)
13117
13118 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13119
13120         * po/LINGUAS:
13121         * po/cs.po:
13122           added Czech translation (Miloslav Trmac)
13123
13124 2004-07-05  Wim Taymans  <wim@fluendo.com>
13125
13126         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13127         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13128         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13129         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13130         (close_link), (type_found), (gst_decode_bin_set_property),
13131         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13132         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13133         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13134         (gst_decode_bin_query), (plugin_init):
13135         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13136         (gst_play_bin_class_init), (gst_play_bin_init),
13137         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13138         (get_video_element), (new_pad), (setup_source),
13139         (gst_play_bin_set_property), (gst_play_bin_get_property),
13140         (gst_play_bin_change_state), (gst_play_bin_add_element),
13141         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13142         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13143         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13144         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13145         * gst/playback/test.c: (main):
13146         More fixes, cleaned up playbin, make it use decodebin. Added
13147         threaded property to playbin.
13148
13149 2004-07-05  Wim Taymans  <wim@fluendo.com>
13150
13151         * configure.ac:
13152         * gst/playback/Makefile.am:
13153         * gst/playback/decodetest.c: (main):
13154         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13155         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13156         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13157         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13158         (close_link), (type_found), (gst_decode_bin_set_property),
13159         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13160         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13161         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13162         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13163         (plugin_init):
13164         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13165         (gst_play_bin_class_init), (gst_play_bin_init),
13166         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13167         (collect_sink_pads), (find_compatibles), (close_pad_link),
13168         (try_to_link_1), (new_pad), (close_link), (type_found),
13169         (setup_source), (gst_play_bin_set_property),
13170         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13171         (compare_ranks), (gst_play_bin_collect_factories),
13172         (gst_play_bin_change_state), (gst_play_bin_add_element),
13173         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13174         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13175         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13176         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13177         * gst/playback/test.c: (main):
13178         Added some playback helper elements and some test apps, very alpha
13179         still.
13180
13181 2004-07-04  Benjamin Otte  <otte@gnome.org>
13182
13183         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13184           only restart audio when we indeed have an xrun to fix repeated
13185           xruns. Fix suggested by Giuliano Pochini.
13186
13187 2004-07-03  David Schleef  <ds@schleef.org>
13188
13189         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13190         call to gst_debug_log() if debugging is disabled (bug #145118)
13191
13192 2004-07-03  Benjamin Otte  <otte@gnome.org>
13193
13194         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13195           use our own functions for restarting the alsa device.
13196         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13197           I should apply patches myself - use MIN for the third argument, not
13198           the second, this fixes seeking
13199
13200 2004-07-02  David Schleef  <ds@schleef.org>
13201
13202         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13203         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13204         do with the logic.
13205
13206 2004-07-02  David Schleef  <ds@schleef.org>
13207
13208         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13209         output buffers.  Fix logic mistake.  (bug #144866)
13210
13211 2004-07-02  David Schleef  <ds@schleef.org>
13212
13213         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13214         on X.  (bug #144753)
13215
13216 2004-07-02  David Schleef  <ds@schleef.org>
13217
13218         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13219         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13220         (bug #144624)
13221         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13222         (gst_osselement_rate_probe_check): Add another workaround for
13223         buggy drivers (bug #145336)
13224
13225 2004-07-02  David Schleef  <ds@schleef.org>
13226
13227         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13228         Most systems don't have MSG_NOSIGNAL.
13229
13230 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13231
13232         * Makefile.am:
13233         * gst-libs/gst/colorbalance/Makefile.am:
13234         * gst-libs/gst/mixer/Makefile.am:
13235         * gst-libs/gst/play/Makefile.am:
13236         * gst-libs/gst/tuner/Makefile.am:
13237           (hopefully) fix both install and dist and make error message useful.
13238           needs testing across automakes.
13239
13240 2004-07-02  Benjamin Otte  <otte@gnome.org>
13241
13242         * ext/ogg/gstogg.c: (plugin_init):
13243           we require bytestream now
13244         * ext/ogg/gstoggdemux.c:
13245           huge diff to implement chain setup in a fast and generic way. This
13246           improves tag reading and startup of huge files (read: Theora videos)
13247           quite a bit. It probably contains bugs, too, so please test.
13248           Seeking is not improved to the fast method.
13249
13250 2004-06-29  Wim Taymans  <wim@fluendo.com>
13251
13252         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13253         * ext/ogg/gstoggmux.c:
13254         Fix memleak in oggdemux when running unconnected pads.
13255         doc update in mux, start working on keyframe mode.
13256
13257 2004-06-29  Benjamin Otte  <otte@gnome.org>
13258
13259         * sys/oss/gstosssink.c:
13260         * sys/oss/gstosssrc.c:
13261           advertise correct template caps - we indeed do non-native endianness
13262           and 8bit audio has no endianness
13263         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13265           avoid (wrong) duplications in getcaps function and return
13266           template caps
13267
13268 2004-06-29  Wim Taymans  <wim@fluendo.com>
13269
13270         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13271         (gst_multifdsink_class_init), (gst_multifdsink_add),
13272         (gst_multifdsink_remove), (gst_multifdsink_clear),
13273         (gst_multifdsink_client_remove),
13274         (gst_multifdsink_handle_client_read),
13275         (gst_multifdsink_client_queue_data),
13276         (gst_multifdsink_client_queue_caps),
13277         (gst_multifdsink_client_queue_buffer),
13278         (gst_multifdsink_handle_client_write),
13279         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13280         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13281         (gst_multifdsink_init_send), (gst_multifdsink_close):
13282         Fix wrong GList iteration that could crash the server when
13283         more then 2 clients disconnect at the same time. Read all the
13284         pending commands in one batch to recover from command storms under
13285         very heavy load.
13286
13287 2004-06-28  Wim Taymans  <wim@fluendo.com>
13288
13289         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13290         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13291         (gst_videomixer_pad_set_property),
13292         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13293         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13294         (gst_videomixer_class_init), (gst_videomixer_init),
13295         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13296         (pad_zorder_compare), (gst_videomixer_sort_pads),
13297         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13298         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13299         (gst_videomixer_update_queues), (gst_videomixer_loop),
13300         (plugin_init):
13301         Avoid divide by zero, choose masterpad as the pad with the highest
13302         framerate.
13303
13304 2004-06-27  Julien Moutte  <julien@moutte.net>
13305
13306         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13307         (gst_ximagesink_xwindow_new):
13308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13309         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13310         function directly. We might want to call it from somewhere else one day.
13311
13312 2004-06-27  Julien Moutte  <julien@moutte.net>
13313
13314         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13315         (gst_ximagesink_xwindow_new):
13316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13317         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13318         window decorations.
13319
13320 2004-06-27  Wim Taymans  <wim@fluendo.com>
13321
13322         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13323         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13324         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13325         (gst_dvdec_set_property), (gst_dvdec_get_property):
13326         * ext/dv/gstdvdec.h:
13327         Implement drop_factor property to lower the framerate with
13328         a factor.
13329
13330 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13331
13332         * gst-libs/gst/colorbalance/Makefile.am:
13333         * gst-libs/gst/mixer/Makefile.am:
13334         * gst-libs/gst/play/Makefile.am:
13335         * gst-libs/gst/tuner/Makefile.am:
13336           unbreak Company's fix that didn't install the -enum.h files
13337
13338 2004-06-27  Wim Taymans  <wim@fluendo.com>
13339
13340         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13341         (gst_dvdec_change_state):
13342         * ext/dv/gstdvdec.h:
13343         Fix timestamp, duration and offset of the buffers.
13344
13345 2004-06-27  Wim Taymans  <wim@fluendo.com>
13346
13347         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13348         (gst_multifdsink_class_init), (gst_multifdsink_add),
13349         (gst_multifdsink_remove), (gst_multifdsink_clear),
13350         (gst_multifdsink_client_remove),
13351         (gst_multifdsink_handle_client_read),
13352         (gst_multifdsink_client_queue_data),
13353         (gst_multifdsink_client_queue_caps),
13354         (gst_multifdsink_client_queue_buffer),
13355         (gst_multifdsink_handle_client_write),
13356         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13357         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13358         (gst_multifdsink_init_send), (gst_multifdsink_close):
13359         * gst/tcp/gstmultifdsink.h:
13360         * gst/tcp/gsttcpserversink.c:
13361         (gst_tcpserversink_handle_server_read),
13362         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13363         More multifdsink fixes, more recovery policy fixes.
13364         Removed stupid g_print
13365
13366 2004-06-26  Wim Taymans  <wim@fluendo.com>
13367
13368         * gst/tcp/Makefile.am:
13369         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13370         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13371         (gst_multifdsink_class_init), (gst_multifdsink_init),
13372         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13373         (gst_multifdsink_handle_client_read),
13374         (gst_multifdsink_client_queue_data),
13375         (gst_multifdsink_client_queue_caps),
13376         (gst_multifdsink_client_queue_buffer),
13377         (gst_multifdsink_handle_client_write),
13378         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13379         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13380         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13381         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13382         (gst_multifdsink_close), (gst_multifdsink_change_state):
13383         * gst/tcp/gstmultifdsink.h:
13384         * gst/tcp/gsttcpplugin.c: (plugin_init):
13385         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13386         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13387         (gst_tcpserversink_handle_server_read),
13388         (gst_tcpserversink_handle_select),
13389         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13390         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13391         * gst/tcp/gsttcpserversink.h:
13392         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13393         one of the locks, added recovery policy to multifdsink.
13394
13395 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13396
13397         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13398           fix decision for when getting frames with same timestamp
13399         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13400         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13401         (gst_v4lsrc_get_property):
13402         * sys/v4l/gstv4lsrc.h:
13403           add latency offset property
13404
13405 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13406
13407         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13408         (plugin_init):
13409           fix debugging. add category.
13410
13411 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13412
13413         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13414           fix wrong offsets
13415
13416 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13417
13418         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13419         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13420         (gst_alsa_src_change_state):
13421           return a time that is in sync with the element's processing
13422
13423 2004-06-25  Wim Taymans  <wim@fluendo.com>
13424
13425         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13426         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13427         (gst_tcpserversink_client_remove),
13428         (gst_tcpserversink_handle_client_read),
13429         (gst_tcpserversink_client_queue_data),
13430         (gst_tcpserversink_client_queue_caps),
13431         (gst_tcpserversink_client_queue_buffer),
13432         (gst_tcpserversink_handle_client_write),
13433         (gst_tcpserversink_queue_buffer),
13434         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13435         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13436         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13437         (gst_tcpserversink_close):
13438         * gst/tcp/gsttcpserversink.h:
13439         Serversink rewrite. Really do non blocking writes to clients and
13440         maintain an internal queue to handle slower clients while not
13441         disturbing fast clients.
13442
13443 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13444
13445         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13446           better debug, don't override OFFSET and OFFSET_END
13447
13448 2004-06-25  Iain <iain@prettypeople.org>
13449
13450         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13451         name=source for the wavparse pipeline.
13452
13453 2004-06-24  Johan Dahlin  <johan@gnome.org>
13454
13455         * ext/theora/theoraenc.c (theora_enc_chain): Call
13456         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13457         streamheader caps are set correctly.
13458
13459 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13460
13461         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13462         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13463           respect minimum bitrate; same could be done for max bitrate
13464
13465 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13466
13467         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13468         (gst_vorbisenc_setup):
13469           fix sample rate range
13470
13471 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13472
13473         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
13474         (gst_oggvorbisenc_setup):
13475         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13476         (gst_vorbisenc_setup):
13477           resolve ambiguities in code and description
13478
13479 2004-06-24  Wim Taymans  <wim@fluendo.com>
13480
13481         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
13482         * ext/alsa/gstalsa.h:
13483         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13484         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
13485         Use alsa trigger_tstamp to get the timestamp of the first
13486         sample in the buffer for more precise sync. Some cleanups.
13487
13488 2004-06-24  Wim Taymans  <wim@fluendo.com>
13489
13490         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
13491         (gst_audiorate_init), (gst_audiorate_chain),
13492         (gst_audiorate_set_property), (gst_audiorate_get_property):
13493         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13494         (gst_videorate_chain):
13495         Added some logging, fixed an overflow bug in videorate.
13496
13497 2004-06-24  Benjamin Otte  <otte@gnome.org>
13498
13499         * ext/kio/Makefile.am:
13500           fix for builddir != srcdir and distcheck
13501
13502 2004-06-24  Benjamin Otte  <otte@gnome.org>
13503
13504         * gst-libs/gst/colorbalance/Makefile.am:
13505         * gst-libs/gst/mixer/Makefile.am:
13506         * gst-libs/gst/play/Makefile.am:
13507         * gst-libs/gst/tuner/Makefile.am:
13508         * gst/tcp/Makefile.am:
13509         * sys/dxr3/Makefile.am:
13510           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
13511           tarball.
13512           Also add all *.list files that were missing.
13513         * Makefile.am:
13514           add a distcheck hook to ensure the above doesn't happen again.
13515
13516 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
13517
13518         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
13519
13520 2004-06-23  Colin Walters  <walters@redhat.com>
13521
13522         * m4/Makefile.am: Distribute gst-fionread.m4.
13523
13524 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13525
13526         * configure.ac: back to dev
13527
13528 2004-06-23  Wim Taymans  <wim@fluendo.com>
13529
13530         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13531         (gst_alsa_xrun_recovery):
13532         * ext/alsa/gstalsa.h:
13533         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13534         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
13535         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13536         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
13537         (gst_alsa_src_loop):
13538         Add clock to alsasrc. Take new capture timestamp when
13539         restarting after an overrun. Split up some functions between
13540         alsasrc and alsasink.
13541
13542 === release 0.8.2 ===
13543
13544 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13545
13546         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13547         (gst_alsa_change_state), (gst_alsa_update_avail),
13548         (gst_alsa_xrun_recovery):
13549         * ext/alsa/gstalsa.h:
13550         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13551           merge back changes from release
13552
13553 2004-06-23  Wim Taymans  <wim@fluendo.com>
13554
13555         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
13556         (gst_audiorate_init), (gst_audiorate_chain),
13557         (gst_audiorate_set_property), (gst_audiorate_get_property):
13558         Implement sample dropping and notify
13559
13560 2004-06-22  Wim Taymans  <wim@fluendo.com>
13561
13562         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13563         (theora_enc_sink_link), (theora_buffer_from_packet),
13564         (theora_push_packet), (theora_enc_chain):
13565         Some cleanups, make sure the timestamps are correct.
13566
13567 2004-06-22  Wim Taymans  <wim@fluendo.com>
13568
13569         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
13570         (gst_alsa_change_state), (gst_alsa_update_avail),
13571         (gst_alsa_xrun_recovery):
13572         * ext/alsa/gstalsa.h:
13573         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13574         Cleanups, take queued samples into account when reporting
13575         the time.
13576
13577 2004-06-22  Wim Taymans  <wim@fluendo.com>
13578
13579         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13580         (gst_videorate_init):
13581         Initialize the property as well.
13582
13583 2004-06-22  Wim Taymans  <wim@fluendo.com>
13584
13585         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13586         (gst_videorate_init), (gst_videorate_chain),
13587         (gst_videorate_set_property), (gst_videorate_get_property):
13588         Add property to make videorate silent.
13589         Add property to prefer new frames over old ones.
13590
13591 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13592
13593         * sys/osxvideo/Makefile.am:
13594         Workaround so that the osxvideo .so file gets linked with the
13595         Cocoa, OpenGL and QuickTime frameworks
13596
13597 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13598
13599         * sys/osxaudio/Makefile.am:
13600         Workaround so that the osxaudio .so file gets linked with the
13601         CoreAudio framework
13602
13603 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13604
13605         * configure.ac:
13606         Whoops, my fault...fixed build issues
13607
13608 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13609
13610         * configure.ac:
13611         Add objective-c support if running in Darwin/Mac OS X
13612         * sys/Makefile.am:
13613         * sys/osxvideo:
13614         * sys/osxvideo/Makefile.am:
13615         * sys/osxvideo/osxvideosink.h:
13616         * sys/osxvideo/osxvideosink.m:
13617         * sys/osxvideo/cocoawindow.h:
13618         * sys/osxvideo/cocoawindow.m:
13619         Add osxvideosink, a cocoa-based osx video sink
13620
13621
13622 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
13623         * ext/dvdnav/gst-dvd:
13624         Grab the gconf key from the right spot
13625         * gst/debug/gstnavseek.c: (gst_navseek_init),
13626         (gst_navseek_segseek), (gst_navseek_handle_src_event),
13627         (gst_navseek_chain):
13628         * gst/debug/gstnavseek.h:
13629           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
13630           and loop parameters of a segment seek.
13631         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
13632         (gst_videotestsrc_get_event_masks),
13633         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
13634         * gst/videotestsrc/gstvideotestsrc.h:
13635           Add seeking support to videotestsrc
13636           Initialise the timestamp_offset variable.
13637
13638 2004-06-18  Wim Taymans  <wim@fluendo.com>
13639
13640         * ext/sidplay/gstsiddec.cc:
13641         Fix negotiation and set correct end offset.
13642
13643 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13644
13645         * configure.ac: branch and prerelease
13646
13647 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13648
13649         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
13650         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
13651         (gst_tcpclientsrc_init_receive):
13652         * gst/tcp/gsttcpclientsrc.h:
13653           read caps when connecting to server for GDP so we set them correctly
13654
13655 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13656
13657         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13658           notify drops and duplicates
13659         * gst/videoscale/videoscale.c: (videoscale_get_structure):
13660           no good reason to limit ourselves to 100x100
13661
13662 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13663
13664         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13665         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13666         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13667         (gst_v4lsrc_get_property):
13668         * sys/v4l/gstv4lsrc.h:
13669         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13670         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13671         (gst_v4l_set_audio):
13672         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
13673         (gst_v4lsrc_try_capture):
13674         * sys/v4l/v4lsrc_calls.h:
13675           change try_palette to more general try_capture
13676           add autoprobe option so we can turn off autoprobing
13677           various fixes
13678
13679 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13680
13681         * configure.ac:
13682           add videorate
13683         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
13684         (gst_ximagesink_class_init):
13685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
13686         (gst_xvimagesink_class_init):
13687           run them as finalize, not dispose, since dispose can be invoked
13688           multiple times
13689
13690 2004-06-17  Wim Taymans  <wim@fluendo.com>
13691
13692         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13693         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
13694         * ext/alsa/gstalsa.h:
13695         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
13696         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
13697         (gst_alsa_src_change_state):
13698         * ext/alsa/gstalsasrc.h:
13699         Make the xrun code timestamp and offset the buffers correctly.
13700         moved the clock to the base class, use alsa methods to get time.
13701         Do correct timestamping on outgoing buffers.
13702
13703 2004-06-17  Wim Taymans  <wim@fluendo.com>
13704
13705         * gst/audiorate/Makefile.am:
13706         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
13707         (gst_audiorate_base_init), (gst_audiorate_class_init),
13708         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
13709         (gst_audiorate_set_property), (gst_audiorate_get_property),
13710         (gst_audiorate_change_state), (plugin_init):
13711         Added an audiorate converter that fills in gaps.
13712
13713 2004-06-17  Johan Dahlin  <johan@gnome.org>
13714
13715         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
13716
13717 2004-06-16  Wim Taymans  <wim@fluendo.com>
13718
13719         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
13720         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13721         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13722         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13723         (gst_v4lsrc_get_property):
13724         * sys/v4l/gstv4lsrc.h:
13725         Added a copy mode to v4lsrc where it will output a copied version
13726         of its internal hardware buffer.
13727         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
13728         can't | them.
13729
13730 2004-06-16  Wim Taymans  <wim@fluendo.com>
13731
13732         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13733         Timestamp fixes.
13734
13735 2004-06-16  Wim Taymans  <wim@fluendo.com>
13736
13737         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13738         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13739         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13740         (gst_v4lsrc_get_property):
13741         * sys/v4l/gstv4lsrc.h:
13742         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13743         Added a sync mode enum property to control v4lsrc timestamp method
13744         Removed the use-fixed-fps property and moved functionality in
13745         the enum.
13746         Don't error on an error value from v4l-conf, it might not always
13747         be a real error.
13748
13749 2004-06-16  Wim Taymans  <wim@fluendo.com>
13750
13751         * gst/videorate/Makefile.am:
13752         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
13753         (gst_videorate_base_init), (gst_videorate_class_init),
13754         (gst_videorate_getcaps), (gst_videorate_link),
13755         (gst_videorate_init), (gst_videorate_chain),
13756         (gst_videorate_set_property), (gst_videorate_get_property),
13757         (gst_videorate_change_state), (plugin_init):
13758         Added a video timestamp corrector.
13759
13760 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13761
13762         fixed a potential leak with previous commit
13763
13764         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13765
13766 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13767
13768         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13769         Added missing refcount, fixes bug #144425
13770         Cheers Tim for finding the bug
13771
13772 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13773
13774         * sys/v4l/gstv4l.c: (plugin_init):
13775         * sys/v4l/gstv4lcolorbalance.c:
13776         * sys/v4l/gstv4lcolorbalance.h:
13777         * sys/v4l/gstv4lelement.c:
13778         * sys/v4l/gstv4lelement.h:
13779         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
13780         * sys/v4l/gstv4lmjpegsink.h:
13781         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
13782         * sys/v4l/gstv4lmjpegsrc.h:
13783         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
13784         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
13785         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13786         * sys/v4l/gstv4lsrc.h:
13787         * sys/v4l/gstv4ltuner.c:
13788         * sys/v4l/gstv4ltuner.h:
13789         * sys/v4l/gstv4lxoverlay.c:
13790         * sys/v4l/gstv4lxoverlay.h:
13791         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
13792         (gst_v4l_set_window), (gst_v4l_enable_overlay):
13793         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13794         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13795         (gst_v4l_set_audio):
13796         * sys/v4l/v4l_calls.h:
13797         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
13798         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
13799         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
13800         (gst_v4lmjpegsink_playback_init),
13801         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
13802         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
13803         (gst_v4lmjpegsink_playback_stop),
13804         (gst_v4lmjpegsink_playback_deinit):
13805         * sys/v4l/v4lmjpegsink_calls.h:
13806         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
13807         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
13808         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
13809         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
13810         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
13811         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
13812         * sys/v4l/v4lmjpegsrc_calls.h:
13813         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
13814         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
13815         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
13816         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
13817         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
13818         (gst_v4lsrc_try_palette):
13819         * sys/v4l/v4lsrc_calls.h:
13820           bunch of paranoia cleanups
13821
13822 2004-06-14  David Schleef  <ds@schleef.org>
13823
13824         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
13825         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
13826         Send discont events and change timestamps appropriately when
13827         we get a seek event.  (bug #144240)
13828         * ext/cdparanoia/gstcdparanoia.h:
13829
13830 2004-06-14  Benjamin Otte  <otte@gnome.org>
13831
13832         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
13833           snd_pcm_hw_params_set_rate  since the latter fails for no good
13834           reason on some setups.
13835
13836 2004-06-14  David Schleef  <ds@schleef.org>
13837
13838         * gst/volume/demo.c: (value_changed_callback): exp10() is not
13839         standard.  Thank you for playing.
13840
13841 2004-06-14  Wim Taymans  <wim@fluendo.com>
13842
13843         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
13844         Patch 1.3 broke the ordering of the colorspace info and
13845         made the plugin basically work by coincidence, reordered
13846         the info.
13847
13848 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13849
13850         * ext/lame/gstlame.c:
13851         * ext/mad/gstmad.c:
13852           sync caps.  Make sure mad can only output a list of rates, not
13853           a full range.  In the future, have three caps lists for each of the
13854           mpeg versions.  Change mpegversion to a double as well.
13855
13856 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13857
13858         * gst/volume/.cvsignore:
13859         * gst/volume/Makefile.am:
13860         * gst/volume/demo.c: (value_changed_callback), (idler),
13861         (setup_gui), (main):
13862           added small demo app
13863
13864 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
13865         * ext/esd/esdsink.c: (gst_esdsink_change_state):
13866         * ext/esd/esdsink.h:
13867         Close the esd connection on pause, because esd will just wait -
13868         blocking all other esd clients indefinitely.
13869
13870 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
13871
13872         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
13873           previous commit with GST_DEBUG
13874
13875 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13876
13877         * configure.ac:
13878           add a header check for a dvdread header in dvdnav.  Fixes #133002
13879
13880 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13881
13882         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
13883         * gst/tcp/gsttcpclientsink.h:
13884         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
13885         * gst/tcp/gsttcpclientsrc.h:
13886         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
13887         (gst_tcpserversink_handle_server_read),
13888         (gst_tcpserversink_init_send):
13889         * gst/tcp/gsttcpserversink.h:
13890         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
13891         * gst/tcp/gsttcpserversrc.h:
13892         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
13893         version of IP)
13894
13895 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13896
13897         * configure.ac:
13898         Added ogg library so that OSX detects libtheora properly
13899
13900 2004-06-11  Wim Taymans  <wim@fluendo.com>
13901
13902         * ext/theora/theoradec.c: (theora_dec_chain),
13903         (theora_dec_change_state):
13904         Don't try to decode frames before we received a keyframe.
13905
13906 2004-06-11  Wim Taymans  <wim@fluendo.com>
13907
13908         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13909         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
13910         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13911         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
13912         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
13913         Added property to set the maximum delay of a page.
13914
13915 2004-06-10  Wim Taymans  <wim@fluendo.com>
13916
13917         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13918         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
13919         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13920         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
13921         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
13922         Added max-delay property to control the maximum amount
13923         of data to put in one page.
13924
13925 2004-06-10  Wim Taymans  <wim@fluendo.com>
13926
13927         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13928         (gst_theora_enc_init), (theora_enc_sink_link),
13929         (theora_buffer_from_packet), (theora_enc_set_property),
13930         (theora_enc_get_property):
13931         Set duration on encoded buffer, added some more properties
13932
13933 2004-06-10  Wim Taymans  <wim@fluendo.com>
13934
13935         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13936         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13937         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13938         * ext/theora/theoraenc.c: (theora_enc_chain):
13939         Fix refcounting bugs
13940
13941 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13942
13943         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
13944         (gst_asf_demux_loop), (gst_asf_demux_process_file),
13945         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
13946         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
13947         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
13948         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
13949         (gst_asf_demux_change_state):
13950         * gst/asfdemux/gstasfdemux.h:
13951           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
13952           feels like. I think we should set a new requirement for demuxers
13953           from now on to implement sane loop functions, data loops, query
13954           and seek functions before first commit into CVS. And this commit
13955           fixes all of the above.
13956
13957 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
13958
13959         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
13960           vorbis comments are properly encoded in UTF-8 before adding them
13961           to a GstTagList
13962
13963 2004-06-09  Benjamin Otte  <otte@gnome.org>
13964
13965         * ext/alsa/gstalsa.c: (add_channels):
13966           handle min <= max correctly
13967         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
13968         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
13969           add fixation functions so we fixate correctly. No preferring of alaw
13970           anymore because it's the first structure.
13971         * ext/alsa/gstalsa.h:
13972         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
13973         (gst_alsa_hw_params_dump):
13974           add functions to ease debugging in alsalib
13975         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
13976         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
13977         (gst_alsa_start_audio):
13978           only specify hw params if we really setup a format (fixes #134007 -
13979           or at least works around it)
13980
13981 2004-06-09  Wim Taymans  <wim@fluendo.com>
13982
13983         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13984         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
13985         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
13986         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
13987         (gst_ogg_mux_loop):
13988         Use stream caps to setup the initial pages in the ogg stream.
13989         Correctly set the streamheader caps on the srcpad.
13990
13991 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13992
13993         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
13994         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
13995         (gst_v4lsrc_getcaps):
13996         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13997         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
13998           add querying of fps lists for webcams.  Negotiating to a framerate
13999           now works.
14000
14001 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14002
14003         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14004         (theora_push_buffer), (theora_push_packet),
14005         (theora_set_header_on_caps), (theora_enc_chain):
14006           mark buffers and put on streamheader, raw theora streaming
14007           now works too, whee
14008
14009 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14010
14011         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14012         (gst_tcp_gdp_read_caps):
14013           do a looping read for caps and GDP headers too
14014
14015 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14016
14017         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14018         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
14019           return EOS instead of NULL in _get
14020
14021 2004-06-08  Wim Taymans  <wim@fluendo.com>
14022
14023         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14024         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
14025         (gst_tcp_gdp_write_caps):
14026         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14027         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14028         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
14029         Memory leak fixes
14030
14031 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14032
14033         * ext/vorbis/Makefile.am:
14034         * ext/vorbis/vorbis.c: (plugin_init):
14035         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
14036         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
14037         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
14038         (vorbis_parse_change_state):
14039         * ext/vorbis/vorbisparse.h:
14040           adding a vorbisparse element that marks the buffers, streaming
14041           raw vorbis using GDP now works, whee
14042
14043 2004-06-08  Wim Taymans  <wim@fluendo.com>
14044
14045         * ext/jpeg/Makefile.am:
14046         * ext/jpeg/README:
14047         * ext/jpeg/gstjpeg.c: (plugin_init):
14048         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
14049         (gst_smokedec_base_init), (gst_smokedec_class_init),
14050         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
14051         * ext/jpeg/gstsmokedec.h:
14052         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
14053         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
14054         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
14055         (gst_smokeenc_resync), (gst_smokeenc_chain),
14056         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
14057         * ext/jpeg/gstsmokeenc.h:
14058         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
14059         (smokecodec_flush_destination), (smokecodec_term_destination),
14060         (smokecodec_init_source), (smokecodec_fill_input_buffer),
14061         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
14062         (smokecodec_term_source), (smokecodec_encode_new),
14063         (smokecodec_decode_new), (smokecodec_info_free),
14064         (smokecodec_set_quality), (smokecodec_get_quality),
14065         (smokecodec_set_threshold), (smokecodec_get_threshold),
14066         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14067         (find_best_size), (abs_diff), (put), (smokecodec_encode),
14068         (smokecodec_parse_header), (smokecodec_decode):
14069         * ext/jpeg/smokecodec.h:
14070         Added a new simple jpeg based codec
14071
14072 2004-06-08  Wim Taymans  <wim@fluendo.com>
14073
14074         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14075         (gst_multipart_mux_loop):
14076         Fix memory leak
14077
14078 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14079
14080         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14081         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
14082         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
14083         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
14084         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14085         * gst/tcp/gsttcpserversink.h:
14086           take streamheader into account
14087
14088 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14089
14090         * gst/level/Makefile.am:
14091         * gst/level/gstlevel.c: (gst_level_class_init):
14092           clean up marshal generation
14093
14094 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14095
14096         * gst/tcp/Makefile.am:
14097         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
14098         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
14099         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
14100         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
14101         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
14102         (gst_tcpclientsrc_get_property):
14103         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14104         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14105         (gst_tcpserversink_handle_client_read),
14106         (gst_tcpserversink_handle_client_write),
14107         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
14108         * gst/tcp/gsttcpserversink.h:
14109           add signals client-added and client-removed
14110         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
14111         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
14112         (gst_tcpserversrc_get_property):
14113         uniformized, change default protocol to NONE
14114         * gst/tcp/gsttcp-marshal.list: added
14115 2004-06-07  Benjamin Otte  <otte@gnome.org>
14116
14117         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14118           handle discont events if they happen before caps nego
14119
14120 2004-06-07  Wim Taymans  <wim@fluendo.com>
14121
14122         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14123         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14124         (gst_multipart_demux_plugin_init):
14125         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14126         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14127         (gst_multipart_mux_change_state):
14128         Small updates, fix a memleak
14129
14130 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14131
14132         * configure.ac: OSS portability
14133         * ext/arts/gst_arts.c: idem
14134         * sys/oss/gstosselement.c: idem
14135         * sys/oss/gstossmixer.c: idem
14136         * sys/oss/gstosssink.c: idem
14137         * sys/oss/gstosssrc.c: idem
14138         * sys/oss/oss_probe.c: idem
14139           - check for soundcard.h in different places for some BSD
14140
14141 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14142
14143         * AUTHORS:
14144         Add me to the authors file
14145         * configure.ac:
14146         Increase the libdv requirement to >= version 0.100
14147         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14148         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14149         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14150         * ext/dv/gstdvdec.h:
14151         Add support for the new_media flag when sending DISCONT events
14152         Make the querying work when video pad is not linked
14153
14154 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14155
14156         reviewed by Benjamin Otte  <otte@gnome.org>
14157
14158         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14159           create a NULL-initialized array of pads, so we don't think they
14160           exist already. (fixes #143130)
14161
14162 2004-06-07  Benjamin Otte  <otte@gnome.org>
14163
14164         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14165         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14166         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14167           don't use // coments
14168
14169 2004-06-07  Benjamin Otte  <otte@gnome.org>
14170
14171         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14172           cast to GstClockTime to get higher granularity
14173         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14174           use gst_element_set_time_delay to get the exact time
14175         * ext/mad/gstmad.c: (gst_mad_chain):
14176           use the negotiated rate instead of the current frame's rate which
14177           might be wrong because of bit errors. This avoids emitting totally
14178           bogus timestamps and screwing sync.
14179         (fixes #143454)
14180
14181 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14182
14183         reviewed by Benjamin Otte  <otte@gnome.org>
14184
14185         * gst/adder/gstadder.c: (gst_adder_loop):
14186           properly error out when no negotiation has happened yet. (fixes
14187           #143032)
14188
14189 2004-06-06  Benjamin Otte  <otte@gnome.org>
14190
14191         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14192           forward correctly transformed offset in discont events. Based on
14193           patch by Arwed v. Merkatz. (fixes #142851)
14194
14195 2004-06-06  David Schleef  <ds@schleef.org>
14196
14197         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14198         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14199         problems on several systems.
14200
14201 2004-06-06  Benjamin Otte  <otte@gnome.org>
14202
14203         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14204           use explicit caps on the srcpad
14205         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14206           properly error out if caps couldn't be set (fixes #142764)
14207
14208 2004-06-06  Benjamin Otte  <otte@gnome.org>
14209
14210         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14211         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14212         (gst_alsa_start_audio):
14213           - don't call set_periods_integer anymore, it breaks the
14214           configuration randomly
14215           - call snd_pcm_hw_params_set_access directly instead of using masks
14216           - don't fail if the sw_params can't be set, just use the default
14217           params and hope it works. Alsalib has weird issues when you touch
14218           sw_params and does no proper error reporting about what failed.
14219         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14220         (gst_alsa_close_audio):
14221           make our alsa debugging go via gst debugging and not conditionally
14222           defined
14223         * ext/alsa/gstalsa.h:
14224           add ALSA_DEBUG_FLUSH macro
14225         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14226         (plugin_init):
14227           wrap alsa errors to be printed via the gst debugging system and not
14228           spammed to stderr
14229
14230 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14231
14232         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14233         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14234         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14235         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14236         (qtdemux_parse_trak):
14237         * gst/qtdemux/qtdemux.h:
14238           Bitch. Also known as seeking, querying & co.
14239         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14240         (gst_osssink_change_state):
14241         * sys/oss/gstosssink.h:
14242           Resyncing is for weenies, this hack is no longer needed and was
14243           broken anyway (since it - unintendedly - always leaves resync to
14244           TRUE).
14245
14246 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14247
14248         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14249         * gst/tcp/gsttcpclientsrc.h: idem
14250           - define MSG_NOSIGNAL if not done
14251           - include unistd.h for off_t
14252           (fixes #143749)
14253
14254 2004-06-05  Benjamin Otte  <otte@gnome.org>
14255
14256         * configure.ac:
14257         * ext/kio/Makefile.am:
14258           check for qt's moc preprocessor explicitly and use it
14259
14260 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14261
14262         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14263           don't get a signal for EPIPE on socket writes
14264           (somebody check if this works on other platforms)
14265
14266 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14267
14268         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14269         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14270           check error condition on available samples correctly
14271
14272 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14273
14274         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14275           avoid a segfault
14276         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14277         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14278         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14279         (gst_tcpserversrc_gdp_read_header):
14280          use ssize_t over size_t since the former is signed and thus the
14281          check for error codes can work
14282
14283 2004-06-02  Wim Taymans  <wim@fluendo.com>
14284
14285         reviewed by: Johan
14286
14287         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14288         (gst_multipart_mux_loop):
14289         Oops
14290
14291 2004-06-02  Wim Taymans  <wim@fluendo.com>
14292
14293         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14294         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14295         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14296         (gst_multipart_mux_change_state):
14297         Added configurable boundary specifier, added the value as a
14298         caps field as well.
14299
14300 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14301
14302         * gst/tcp/gsttcp.c:
14303         * gst/tcp/gsttcpclientsrc.c:
14304         * gst/tcp/gsttcpclientsrc.h:
14305         * gst/tcp/gsttcpserversrc.c:
14306           - portability fix, to compile on OSX
14307             (fixes #143146)
14308
14309         * sys/osxaudio/gstosxaudioelement.c:
14310         * sys/osxaudio/gstosxaudiosink.c:
14311         * sys/osxaudio/gstosxaudiosrc.c:
14312           - compilation warnings on OSX
14313             (fixes #143153)
14314
14315 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14316
14317         * ext/vorbis/vorbisdec.c : sign warning fixes
14318
14319         * gst-libs/gst/mixer/mixertrack.c :
14320           do no use defines which are glib 2.4 specific
14321
14322 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14323
14324         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14325           buffer since libflac doesn't expect it (reports a sync error when
14326           it encounters that)
14327
14328
14329 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14330
14331         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14332         * gst-libs/gst/mixer/mixertrack.c:
14333         (gst_mixer_track_get_property), (get_mixer_track_init),
14334         (get_mixer_track_get_property): Added property accessors
14335         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14336         * gst-libs/gst/mixer/mixeroptions.c:
14337         (gst_mixer_options_get_values): Added
14338         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14339         * gst-libs/gst/mixer/mixer.c: Fixed comment
14340
14341
14342 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14343
14344         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14345           improve error messages on open
14346
14347
14348 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14349
14350         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14351           check if v4l-conf is in path
14352
14353 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14354
14355         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14356           change assert to a more readable error message
14357
14358 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14359
14360         * gst-libs/gst/tuner/tunerchannel.h:
14361           - add a freq_multiplicator field to make the conversion
14362             between internal frequency unit and Hz
14363         * sys/v4l/gstv4lelement.c:
14364         * sys/v4l2/gstv4l2element.c:
14365           - change default video device to /dev/video0
14366         * sys/v4l/v4l_calls.c:
14367         * sys/v4l2/v4l2_calls.c:
14368           - we only expose frequency to the user in Hz instead of
14369             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14370
14371 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14372         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14373           Initialise b_o_s and e_o_s variables
14374         * gst-libs/gst/riff/riff-media.c:
14375         (gst_riff_create_video_caps_with_data):
14376           Add some unusual fourcc's from mplayer avi's
14377         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14378           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14379           autoplugging.
14380
14381 2004-05-28  Wim Taymans  <wim@fluendo.com>
14382
14383         * configure.ac:
14384         * gst/alpha/Makefile.am:
14385         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14386         (gst_alpha_get_type), (gst_alpha_base_init),
14387         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14388         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14389         (gst_alpha_chroma_key), (gst_alpha_chain),
14390         (gst_alpha_change_state), (plugin_init):
14391         A plugin to add an alpha channel to I420 video. Can optionally do
14392         chroma keying.
14393         * gst/multipart/Makefile.am:
14394         * gst/multipart/multipart.c: (plugin_init):
14395         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14396         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14397         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14398         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14399         (gst_multipart_demux_change_state),
14400         (gst_multipart_demux_plugin_init):
14401         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14402         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14403         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14404         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14405         (gst_multipart_mux_pad_unlink),
14406         (gst_multipart_mux_request_new_pad),
14407         (gst_multipart_mux_handle_src_event),
14408         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14409         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14410         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14411         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14412         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14413         send multipart jpeg images to a browser.
14414         * gst/videobox/Makefile.am:
14415         * gst/videobox/README:
14416         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14417         (gst_video_box_get_type), (gst_video_box_base_init),
14418         (gst_video_box_class_init), (gst_video_box_init),
14419         (gst_video_box_set_property), (gst_video_box_get_property),
14420         (gst_video_box_sink_link), (gst_video_box_i420),
14421         (gst_video_box_ayuv), (gst_video_box_chain),
14422         (gst_video_box_change_state), (plugin_init):
14423         Crops or adds borders around an image. can do alpha channel
14424         borders as well.
14425         * gst/videomixer/Makefile.am:
14426         * gst/videomixer/README:
14427         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14428         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14429         (gst_videomixer_pad_get_sink_event_masks),
14430         (gst_videomixer_pad_get_property),
14431         (gst_videomixer_pad_set_property),
14432         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14433         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14434         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14435         (gst_videomixer_base_init), (gst_videomixer_class_init),
14436         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14437         (gst_videomixer_handle_src_event),
14438         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14439         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14440         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14441         (gst_videomixer_loop), (gst_videomixer_get_property),
14442         (gst_videomixer_set_property), (gst_videomixer_change_state),
14443         (plugin_init):
14444         Generic video mixer plugin, can handle multiple inputs all with
14445         different framerates and video sizes. Is fully alpha channel
14446         aware.
14447
14448 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14449
14450         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14451           Select first track as master track. Not sure how else to handle
14452           that...
14453         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14454           Discard discont events. Should fix #142962.
14455
14456 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14457
14458         * ext/alsa/Makefile.am:
14459         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14460         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14461         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14462         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14463         (gst_alsa_mixer_get_option):
14464         * ext/alsa/gstalsamixer.h:
14465         * ext/alsa/gstalsamixeroptions.c:
14466         (gst_alsa_mixer_options_get_type),
14467         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14468         (gst_alsa_mixer_options_new):
14469         * ext/alsa/gstalsamixeroptions.h:
14470         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14471         * ext/alsa/gstalsamixertrack.h:
14472           Add enumerations (as GstMixerOptions). Make correct distinction
14473           between input/output tracks. Add capture/playback private flag.
14474           Use flag to decide on whether to set capture or playback volumes
14475           or switches. Use playback and record switches.
14476         * gst-libs/gst/mixer/Makefile.am:
14477         * gst-libs/gst/mixer/mixer-marshal.list:
14478         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
14479         (gst_mixer_set_option), (gst_mixer_get_option),
14480         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
14481         (gst_mixer_volume_changed), (gst_mixer_option_changed):
14482         * gst-libs/gst/mixer/mixer.h:
14483         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
14484         (gst_mixer_options_class_init), (gst_mixer_options_init),
14485         (gst_mixer_options_dispose):
14486         * gst-libs/gst/mixer/mixeroptions.h:
14487           Add GstMixerOptions.
14488         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14489           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
14490           broken device detection on computers with multiple OSS sound
14491           cards.
14492
14493 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14494
14495         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14496           fixate nicely even when the peer is not negotiating
14497
14498 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14499
14500         * gst/audioconvert/gstaudioconvert.c:
14501         (gst_audio_convert_parse_caps):
14502           make sure we don't allow depth > width
14503         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14504           fixate endianness to G_BYTE_ORDER as default
14505         * gst/audioscale/gstaudioscale.c:
14506           we don't handle another endianness as host-endianness
14507
14508 2004-05-25  David Schleef  <ds@schleef.org>
14509
14510         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
14511
14512 2004-05-24  Benjamin Otte  <otte@gnome.org>
14513
14514         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
14515         (gst_oggvorbisenc_setup):
14516           properly fail when we can't setup the vorbis encoder due to
14517           unsupported settings
14518         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
14519         (gst_vorbisenc_setup):
14520           same
14521         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14522           fix case where warnings occured when one pad was unlinked while the
14523           other's link function was called
14524
14525 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14526
14527         * gst/tcp/Makefile.am:
14528           use GST_ENABLE_NEW
14529
14530 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14531
14532         * gst-libs/gst/resample/private.h:
14533           don't use optimizations that are #if 0'ed
14534
14535 2004-05-24  Wim Taymans  <wim@fluendo.com>
14536
14537         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14538         Fix potential division by zero error and hopefully get
14539         the position query right to get correct timestamps on avi
14540         audio.
14541
14542 2004-05-24  Wim Taymans  <wim@fluendo.com>
14543
14544         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
14545         (gst_videoscale_scale_nearest_str2),
14546         (gst_videoscale_scale_nearest_str4),
14547         (gst_videoscale_scale_nearest_32bit),
14548         (gst_videoscale_scale_nearest_24bit),
14549         (gst_videoscale_scale_nearest_16bit):
14550         Fix the scaling algorithm and avoid a buffer overflow.
14551         removed the while loop in the scaling function as it
14552         was used for point sampling only.
14553
14554 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14555
14556         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
14557         (gst_id3_tag_class_init), (gst_id3_tag_init),
14558         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
14559         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
14560         (gst_id3_tag_send_tag_event):
14561           lots of fixes to make id3mux work and id3demux work correctly
14562
14563 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14564
14565         * ext/Makefile.am:
14566           add rules to build shout2send (was removed by accident
14567           when this module was no more marked experimental/broken)
14568
14569 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14570
14571         * ext/shout2/gstshout2.c:
14572         * ext/shout2/gstshout2.h:
14573           adding a "connection problem" signal to shout2send
14574           (fixes #142954)
14575
14576 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14577
14578         * ext/kio/kioreceiver.cpp:
14579         * ext/kio/kioreceiver.h:
14580           fix sign comparison issues
14581
14582 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14583
14584         * gst/cdxaparse/gstcdxaparse.c:
14585         * gst/cdxaparse/gstcdxaparse.h:
14586           some renaming
14587           add some checks/sanity
14588           prepare for seek addition
14589
14590         * sys/sunaudio/gstsunaudio.c:
14591           remove exported dupe init function
14592
14593 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
14594
14595         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
14596         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
14597           Fix format conversion and position querying.
14598         * gst/debug/progressreport.c: (gst_progressreport_report):
14599           Don't output a bogus total value that we didn't query.
14600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14601           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
14602           only a blank window after xine has been used.
14603
14604 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14605
14606         * m4/as-arts.m4:
14607           sync with upstream version to fix test on FC2
14608           readd with -ko to preserve Id header
14609
14610 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14611
14612         * configure.ac:
14613           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
14614         * gst/tcp/gsttcpclientsrc.c: idem
14615         * gst/tcp/gsttcpserversink.c: idem
14616         * gst/tcp/gsttcpserversrc.c: idem
14617         * m4/gst-fionread.m4: idem
14618
14619         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
14620
14621         * configure.ac: enable speex plugin for speex 1.1.5+
14622         * ext/speex/gstspeexenc.c: fix cast warning
14623
14624         * ext/esd/README: fix typo
14625
14626 2004-05-20  David Schleef  <ds@schleef.org>
14627
14628         * configure.ac: Minor cosmetic change to convince the buildbot to
14629         reautogen.
14630         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
14631         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
14632         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
14633         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
14634         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
14635         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
14636         More hacking.  Plays audio now.
14637
14638 2004-05-20  David Schleef  <ds@schleef.org>
14639
14640         * configure.ac:
14641         * sys/Makefile.am:
14642
14643 2004-05-20  David Schleef  <ds@schleef.org>
14644
14645         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
14646         * sys/osxaudio/gstosxaudio.c:
14647         * sys/osxaudio/gstosxaudioelement.c:
14648         * sys/osxaudio/gstosxaudioelement.h:
14649         * sys/osxaudio/gstosxaudiosink.c:
14650         * sys/osxaudio/gstosxaudiosink.h:
14651         * sys/osxaudio/gstosxaudiosrc.c:
14652         * sys/osxaudio/gstosxaudiosrc.h:
14653
14654 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14655
14656         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
14657         (gst_vorbisenc_chain):
14658           put the codec headers on the caps as streamheader as well as
14659           pushing them out
14660
14661 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14662
14663         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
14664         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
14665         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
14666         split up push_packet into two functions
14667
14668 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14669
14670         * gst/tcp/.cvsignore:
14671           ignore enums
14672         * gst/tcp/Makefile.am:
14673         * gst/tcp/README:
14674         * gst/tcp/gsttcp.c:
14675         * gst/tcp/gsttcp.h:
14676         * gst/tcp/gsttcpclientsink.c:
14677         * gst/tcp/gsttcpclientsink.h:
14678         * gst/tcp/gsttcpclientsrc.c:
14679         * gst/tcp/gsttcpclientsrc.h:
14680         * gst/tcp/gsttcpplugin.c:
14681         * gst/tcp/gsttcpserversink.c:
14682         * gst/tcp/gsttcpserversink.h:
14683         * gst/tcp/gsttcpserversrc.c:
14684         * gst/tcp/gsttcpserversrc.h:
14685           add new tcp elements
14686
14687 2004-05-19  Wim Taymans  <wim@fluendo.com>
14688
14689         * gst/law/mulaw-conversion.c: (mulaw_encode):
14690         Fix overflow bug in ulaw encoding.
14691
14692 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14693
14694         * ext/mad/gstmad.c: (gst_mad_handle_event):
14695           don't unref the event twice
14696
14697 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14698
14699         * configure.ac:
14700           remove -Wno-sign-compare
14701
14702 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14703
14704         * configure.ac:
14705           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
14706           if you want to work against glib 2.2 and 2.4
14707
14708 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14709
14710         * gst/tcp/Makefile.am:
14711         * gst/tcp/gsttcp.c:
14712         * gst/tcp/gsttcp.h:
14713         * gst/tcp/gsttcpsink.h:
14714         * gst/tcp/gsttcpsrc.h:
14715           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
14716
14717 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14718
14719         * gst/debug/tests.c: (md5_get_value):
14720           fix segfault on gst-inspect
14721
14722 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14723
14724         * gst/debug/testplugin.c:
14725         * gst/debug/tests.c:
14726         * gst/debug/tests.h:
14727           add new extensible and configurable testing element. Current tests
14728           include buffer count, stream length, timestamp/duration matching and
14729           md5.
14730         * gst/debug/Makefile.am:
14731         * gst/debug/gstdebug.c: (plugin_init):
14732           add infrastructure for new element
14733
14734 2004-05-19  Johan Dahlin  <johan@gnome.org>
14735
14736         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
14737         ending of the array. Fixes gst-inspect segfault on ppc.
14738
14739 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14740
14741         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
14742
14743         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
14744
14745 2004-05-18  David Schleef  <ds@schleef.org>
14746
14747         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
14748         warnings (bugs, actually) noticed by gcc but not forte.
14749
14750 2004-05-18  David Schleef  <ds@schleef.org>
14751
14752         * sys/sunaudio/Makefile.am:
14753         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
14754
14755 2004-05-18  David Schleef  <ds@schleef.org>
14756
14757         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14758         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
14759         to allow qtdemux to use non-seekable streams. (bug #142272)
14760
14761 2004-05-18  David Schleef  <ds@schleef.org>
14762
14763         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
14764         (gst_resample_sinc_ft_float): Remove use of static temporary
14765         buffer.  This code was obviously not supposed to last long, but
14766         it's stuck in our ABI, so it required a little hack to make it
14767         ABI-compatible.  Fixes #142585.
14768         * gst-libs/gst/resample/resample.h: same.
14769
14770 2004-05-18  David Schleef  <ds@schleef.org>
14771
14772         * configure.ac: Add sunaudio
14773         * examples/Makefile.am: make gstplay depend on gconf
14774         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
14775         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
14776         (convert_table_lookup), (img_convert): remove c99-isms
14777         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
14778           unsigned, to fix a warning on Solaris
14779         * gst/mpeg1sys/systems.c: bcopy->memcpy
14780         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
14781         * sys/Makefile.am: Add sunaudio
14782
14783 2004-05-18  Wim Taymans  <wim@fluendo.com>
14784
14785         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
14786         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
14787         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
14788         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
14789         (gst_ogg_mux_loop):
14790         Fix an ugly memleak where the muxer didn't flush enough ogg
14791         pages. This also resulted in badly muxed ogg files.
14792
14793 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14794
14795         * gst/asfdemux/asfheaders.c :
14796         * gst/asfdemux/asfheaders.h :
14797         * gst/asfdemux/gstasfdemux.c :
14798           - fix ASF_OBJ_PADDING guid
14799           - add 3 new object guids (language list, metadata,
14800             extended stream properties)
14801           - add a function to parse extended header objects
14802
14803 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14804
14805         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
14806           remove leftover debugging g_print
14807
14808 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14809
14810         * ext/mad/gstmad.c: (gst_mad_handle_event):
14811           Fix for when the first format in a discont event is not a
14812           byte-based one. Should fix #137710.
14813
14814 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14815
14816         * m4/a52.m4 : fix compilation with -Wall -Werror
14817         * m4/libfame.m4 : idem
14818         * m4/libmikmod.m4 : idem
14819
14820 2004-05-17  Benjamin Otte  <otte@gnome.org>
14821
14822         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14823           signal the new tags before giving up the reference
14824
14825 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14826
14827         * ext/shout2/gstshout2.c:
14828           use application/ogg instead of application/x-ogg (patch by Patrick
14829           Guimond, fixes #142432)
14830         * sys/oss/gstosselement.c: (gst_osselement_reset),
14831         (gst_osselement_sync_parms):
14832           don't set fragment size unless specified (fixes #142493)
14833
14834 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14835
14836         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
14837           fixes #142664
14838
14839 2004-05-17  Benjamin Otte  <otte@gnome.org>
14840
14841         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
14842           compute offsets correctly for internal buffers so timestamps are set
14843           correctly when we can't seek. Also handle cases where there are no
14844           offsets. (based on a patch by David Moore, fixes #142507)
14845
14846 2004-05-17  Benjamin Otte  <otte@gnome.org>
14847
14848         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14849           use correct variable when determining amount of data to skip so we
14850           don't skip into the void and segfault
14851
14852 2004-05-16  Benjamin Otte  <otte@gnome.org>
14853
14854         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
14855           Hi, I'm a memleak
14856
14857 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14858
14859         * gst/asfdemux/gstasfdemux.c:
14860           - fix a mem leak and always propagate tags
14861           - add WMV3 to known video codecs (but no decoder yet)
14862           - replace "surplus data" at end of audio header for what
14863             it is : codec specific data
14864           - fix a typo
14865
14866 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
14867
14868         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
14869
14870         * gst-libs/gst/audio/audioclock.c:
14871           Fix wrong return type (#142205).
14872
14873 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14874
14875         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
14876           Ignore CRCs by default (fixes #142566).
14877
14878 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14879
14880         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14881         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
14882         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
14883         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
14884         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14885         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
14886           Fix for cases where we fail to attach to a mixer.
14887
14888 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14889
14890         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14891           Don't touch events after not owning them anymore.
14892         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14893         (gst_wavparse_fmt), (gst_wavparse_other),
14894         (gst_wavparse_handle_seek), (gst_wavparse_loop),
14895         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14896         (gst_wavparse_srcpad_event):
14897         * gst/wavparse/gstwavparse.h:
14898           Add seeking, fix querying.
14899
14900 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14901
14902         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14903           - process comments even if they don't end with \0\0
14904             g_convert would ignore them if present and works well without them
14905
14906 2004-05-16  Benjamin Otte  <otte@gnome.org>
14907
14908         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
14909           simplify caps
14910
14911 2004-05-16  Benjamin Otte  <otte@gnome.org>
14912
14913         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14914           don't write to memory we might not write to - g_convert does that
14915           for us anyway (fixes #142613)
14916         (gst_asf_demux_audio_caps):
14917           comment out gst_util_dump_mem
14918
14919 2004-05-16  Benjamin Otte  <otte@gnome.org>
14920
14921         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14922           compute correct expected timestamps after seek (broken since
14923           last commit)
14924         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
14925           rename element and debugging category to gdkpixbufscale
14926
14927 2004-05-16  Benjamin Otte  <otte@gnome.org>
14928
14929         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14930           add error checking to snd_pcm_delay and remove duplicate call to
14931           snd_pcm_delay that caused issues (see inline code comments)
14932         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14933           make more readable and fix return value when snd_pcm_delay fails
14934         (fixes #142586)
14935
14936 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
14937         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
14938         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
14939         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
14940         (gst_pixbufscale_link), (gst_pixbufscale_init),
14941         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
14942         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
14943         (gst_pixbufscale_get_property), (pixbufscale_init):
14944         * ext/gdk_pixbuf/pixbufscale.h:
14945         Add these files I forgot earlier
14946
14947 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
14948         * ext/gdk_pixbuf/Makefile.am:
14949         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
14950         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14951         Add new pixbufscale element to scale RGB video
14952         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
14953         and HYPER interpolation correctly.
14954         * ext/theora/theoraenc.c: (theora_enc_chain),
14955         Discard buffer and return if explicit caps could not be set
14956         (theora_enc_get_property):
14957         Make _get return kbps for the bitrate consistent with
14958         the _set function.
14959
14960
14961 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14962
14963         * ext/libvisual/visual.c: (gst_visual_chain):
14964           add missing visual_audio_analyze
14965
14966 2004-05-14  David Schleef  <ds@schleef.org>
14967
14968         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
14969         is killed while we're playing.
14970         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
14971         gst_element_no_more_pads().
14972
14973 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14974
14975         * gst-libs/gst/riff/riff-read.c :
14976           - fix INFO tag extraction in RIFF/AVI files
14977             because gst_event_unref (event) also freed taglist
14978           - avoid a mem leak
14979
14980 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14981
14982         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
14983         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
14984
14985         * gst/auparse/gstauparse.c :
14986           - add code (commented for now) to support audio/x-adpcm on src pad
14987             (we have no decoder for those layout yet)
14988
14989         * gst/cdxaparse/gstcdxaparse.c :
14990         * gst/cdxaparse/gstcdxaparse.h :
14991           - partial rewrite using RiffRead (ripped iain's wavparse code)
14992
14993         * gst/rtp/gstrtpL16enc.c : typo
14994         * gst/rtp/gstrtpgsmenc.c : typo
14995
14996 2004-05-13  Benjamin Otte  <otte@gnome.org>
14997
14998         * configure.ac:
14999           check for exact version of libvisual, it's not supposed to be
15000           API/ABI stable yet
15001
15002 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15003
15004         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15005           signal no-more-pads
15006
15007 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15008
15009         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
15010         Report which format was used for GST_FORMAT_DEFAULT
15011         * gst/debug/Makefile.am:
15012         * gst/debug/gstdebug.c: (plugin_init):
15013         * gst/debug/progressreport.c: (gst_progressreport_base_init),
15014         (gst_progressreport_class_init), (gst_progressreport_init),
15015         (gst_progressreport_report), (gst_progressreport_set_property),
15016         (gst_progressreport_get_property), (gst_progressreport_chain),
15017         (gst_progressreport_plugin_init):
15018         Add progressreport element for testing.
15019
15020 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15021
15022         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
15023         * sys/v4l/gstv4lsrc.h:
15024         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15025         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15026         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
15027         (gst_v4lsrc_grab_frame):
15028           add more debugging
15029           send a discont at start
15030
15031 2004-05-12  Colin Walters  <walters@redhat.com>
15032
15033         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
15034         inflooping if we can't find a chunk.  Or in other words, don't blow
15035         chunks if we don't have a chunk to blow.
15036
15037 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15038         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
15039         Remove old debug output
15040         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
15041         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
15042         (gst_dvdec_set_property), (gst_dvdec_get_property):
15043         Change the quality setting to an enum, so it works from gst-launch
15044         Don't renegotiate a non-linked pad. Allows audio only decoding.
15045         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
15046         (gst_deinterlace_link), (gst_deinterlace_init):
15047         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15048         (gst_videodrop_link):
15049         Some caps negotiation fixes
15050
15051 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15052
15053         * ext/tarkin/gsttarkin.c :
15054           - Change RANK from NONE to PRIMARY
15055         * ext/gdk_pixbuf/gstgdkpixbuf.c :
15056           - Change RANK from NONE to MARGINAL
15057         * ext/divx/gstdivxenc.c :
15058           - Change RANK from PRIMARY to NONE (encoder/spider issue)
15059
15060 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15061
15062         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15063         (gst_vorbisenc_push_packet):
15064           copy a function that was added between 1.0 and 1.0.1 until we
15065           depend on worthwhile features of post-1.0
15066
15067 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15068
15069         * configure.ac:
15070           enable shout2 by default
15071         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15072         (gst_shout2send_base_init), (gst_shout2send_init),
15073         (gst_shout2send_connect), (gst_shout2send_change_state):
15074         * ext/shout2/gstshout2.h:
15075           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
15076           #142262)
15077         * ext/theora/theora.c: (plugin_init):
15078           don't set rank on encoders
15079
15080 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
15081
15082         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15083           Use codec_data property instead of flag1 and flag2 for wma
15084
15085 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15086
15087         * gst/cdxaparse/gstcdxaparse.c :
15088           - Add mpegversion to CAPS to make it link
15089           - Rank is as GST_RANK_SECONDARY instead of NONE
15090         * gst/auparse/gstauparse.c :
15091           - Document all audio encoding we can encounter from Solaris 9
15092             headers and libsndfile information.
15093           - Increase max. rate from 48000 to 192000 (to match other elements)
15094           - Don't try to play junk data between header and samples
15095
15096 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15097
15098         * ext/libvisual/visual.c: (gst_visual_getcaps):
15099           use the right caps depending on endianness (I hope)
15100         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
15101           use GST_RANK_NONE for all non-decoding elements or spider gets
15102           mighty confused
15103
15104 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15105
15106         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15107           Fix some odd cases and fix BE metadata parsing of unicode16 text.
15108
15109 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15110
15111         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15112         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15113         (gst_switch_loop), (gst_switch_get_type):
15114           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
15115           HEADERS. Had to be said.
15116
15117 2004-05-10  David Schleef  <ds@schleef.org>
15118
15119         * configure.ac: Add prototype Dirac support.
15120         * ext/Makefile.am:
15121         * ext/dirac/Makefile.am:
15122         * ext/dirac/gstdirac.cc:
15123         * ext/dirac/gstdiracdec.cc:
15124
15125 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15126
15127         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15128         (gst_auparse_init), (gst_auparse_chain),
15129         (gst_auparse_change_state):
15130           Hack around spider. Remove me some day please.
15131
15132 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15133
15134         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15135           Fix for some uninitialized variables in previous patch, also
15136           makes it work. Fixes #142286 while we're at it.
15137
15138 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15139
15140         * gst/auparse/gstauparse.c:
15141                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15142                 only unsupported formats are ADPCM/CCITT G.72x
15143                 reviewed by Ronald
15144         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15145
15146 2004-05-10  Wim Taymans  <wim@fluendo.com>
15147
15148         * ext/vorbis/Makefile.am:
15149         * ext/vorbis/README:
15150         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15151         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15152         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15153         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15154         (gst_oggvorbisenc_convert_sink),
15155         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15156         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15157         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15158         (get_constraints_string), (update_start_message),
15159         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15160         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15161         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15162         * ext/vorbis/oggvorbisenc.h:
15163         * ext/vorbis/vorbis.c: (plugin_init):
15164         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15165         (raw_caps_factory), (gst_vorbisenc_class_init),
15166         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15167         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15168         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15169         * ext/vorbis/vorbisenc.h:
15170         Added a raw vorbis encoder to be used with the oggmuxer.
15171         We still need the old encoder for some gnome applications,
15172         read the README to find out how that works.
15173         The raw encoder is called "rawvorbisenc" until 0.9.
15174
15175 2004-05-10  Wim Taymans  <wim@fluendo.com>
15176
15177         * ext/ogg/gstogg.c: (plugin_init):
15178         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15179         (gst_ogg_print):
15180         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15181         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15182         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15183         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15184         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15185         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15186         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15187         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15188         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15189         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15190         Added an ogg muxer.
15191         Small typo fixes in the demuxer.
15192
15193 2004-05-10  Wim Taymans  <wim@fluendo.com>
15194
15195         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15196         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15197         (theora_enc_change_state), (theora_enc_set_property),
15198         (theora_enc_get_property):
15199         Mark the last packet with an EOS flag which is not really needed
15200         in gstreamer.
15201         Do some better video framerate initialisation.
15202         Update the buffer timestamp.
15203
15204 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15205
15206         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15207         Return the result of the parent state change call
15208
15209 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15210
15211         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15212         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15213         * gst/law/alaw-encode.c : (idem)
15214         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15215         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15216         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15217
15218 2004-05-09  Benjamin Otte  <otte@gnome.org>
15219
15220         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15221           don't use a fixed buffer size when writing variable length data to
15222           it. Fixes memory corruption and makes alsasrc work
15223
15224 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15225
15226         * ext/gnomevfs/gstgnomevfssink.c:
15227         (_gst_boolean_allow_overwrite_accumulator),
15228         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15229           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15230           RUN_LAST, and don't use that to set the accumulator value because
15231           then it's always FALSE.
15232
15233 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15234
15235         * gst-libs/gst/riff/riff-media.c:
15236         (gst_riff_create_video_caps_with_data),
15237         (gst_riff_create_audio_caps),
15238         (gst_riff_create_audio_template_caps):
15239         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15240           Fix for unaligned RIFF files (i.e. where all the chunks together
15241           in a LIST chunk are not of the same size as the size given in
15242           the LIST chunk header). Fixes several odd WAVE files. Also fix
15243           ADPCM (block_align property) in audio, so that wavparse based
15244           on this works now as it used to stand-alone.
15245
15246 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15247
15248         reviewed by Benjamin Otte  <otte@gnome.org>
15249
15250         * ext/a52dec/gsta52dec.c:
15251         * ext/divx/gstdivxdec.c:
15252         * ext/divx/gstdivxenc.c:
15253         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15254         * ext/faac/gstfaac.c: (gst_faac_base_init):
15255         * ext/faad/gstfaad.c: (gst_faad_base_init):
15256         * ext/ivorbis/vorbisfile.c:
15257         * ext/lame/gstlame.c:
15258         * ext/libfame/gstlibfame.c:
15259         * ext/mpeg2enc/gstmpeg2enc.cc:
15260         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15261         * ext/sidplay/gstsiddec.cc:
15262         * ext/speex/gstspeexdec.c:
15263         * ext/speex/gstspeexenc.c:
15264         * ext/xvid/gstxviddec.c:
15265         * ext/xvid/gstxvidenc.c:
15266           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15267           (fixes #142193)
15268
15269 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15270
15271         * ext/alsa/gstalsa.c: (device_list),
15272         (gst_alsa_class_probe_devices):
15273         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15274           Fix alsa oddness in mixer after the combination of using mixer
15275           in source/sink elements and using hw:x,y instead of just hw:x.
15276
15277 2004-05-09  Benjamin Otte  <otte@gnome.org>
15278
15279         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15280         (gst_wavparse_create_sourcepad):
15281           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15282           sourcepads
15283
15284 2004-05-09  Benjamin Otte  <otte@gnome.org>
15285
15286         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15287           allow discont events before caps nego
15288
15289 2004-05-08  Benjamin Otte  <otte@gnome.org>
15290
15291         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15292           don't leak events
15293
15294 2004-05-08  Benjamin Otte  <otte@gnome.org>
15295
15296         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15297         (gst_level_change_state), (gst_level_init):
15298         * gst/level/gstlevel.h:
15299           figure out if we're initialized directly instead of keeping a
15300           variable that's wrong in 90% of cases
15301           don't initialize pads and then leak them and use a new unitialized
15302           pad. (fixes #142084)
15303           these were bugs so n00bish I didn't find them for an hour :/
15304
15305 2004-05-08 Iain <iain@prettypeople.org>
15306
15307         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15308         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15309         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15310         return the length that was read.
15311         (gst_riff_read_strf_auds): Allow fmt tags as well.
15312
15313 2004-05-07  David Schleef  <ds@schleef.org>
15314
15315         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15316         signed char assumption in faad.h.
15317
15318 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15319
15320         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15321           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15322
15323 2004-05-07  Colin Walters  <walters@redhat.com>
15324
15325         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15326         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15327         function.
15328         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15329         Add dispose function.
15330
15331 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15332         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15333           Fix caps nego and pad templates. RGB mode caps should
15334           work now.
15335         * ext/dvdnav/gst-dvd:
15336           Move mpeg2dec inside the thread because otherwise the
15337           queue rejects cap changes mid-stream
15338         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15339         (gst_mpeg2dec_flush_decoder):
15340           For mpeg2dec > 0.4.0, call the flush function instead of
15341           manually extracting all in-flight frames.
15342         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15343         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15344           Change mime type video/dv go video/x-dv to match the
15345           rest of gst-plugins
15346
15347 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15348
15349         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15350         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15351         (gst_alsa_sink_class_init):
15352         * ext/alsa/gstalsasink.h:
15353         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15354         (gst_alsa_src_class_init):
15355         * ext/alsa/gstalsasrc.h:
15356           Make alsasink/src a subclass of alsamixer so that mixer stuff
15357           shows up in gst-rec. Needs some finetuning.
15358
15359 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15360
15361         * ext/lame/gstlame.c: (gst_lame_chain):
15362           simplify
15363         * ext/mad/gstmad.c: (gst_mad_handle_event):
15364           fix event leak
15365         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15366           be able to detect mp3 files < 4096 bytes
15367
15368 2004-05-06  Wim Taymans  <wim@fluendo.com>
15369
15370         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15371         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15372         (theora_enc_set_property), (theora_enc_get_property):
15373         Also encode the first frame, cleanup some code.
15374
15375 2004-05-06  Wim Taymans  <wim@fluendo.com>
15376
15377         * ext/mpeg2enc/gstmpeg2enc.cc:
15378         Forward events first before deciding that negotiation was
15379         not performed.
15380
15381 2004-05-06  Wim Taymans  <wim@fluendo.com>
15382
15383         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15384         First process the events before deciding that negotiation
15385         was not performed.
15386
15387 2004-05-06  Wim Taymans  <wim@fluendo.com>
15388
15389         * ext/theora/Makefile.am:
15390         * ext/theora/theora.c: (plugin_init):
15391         * ext/theora/theoradec.c: (theora_dec_change_state):
15392         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15393         (gst_theora_enc_class_init), (gst_theora_enc_init),
15394         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15395         (theora_enc_chain), (theora_enc_change_state),
15396         (theora_enc_set_property), (theora_enc_get_property):
15397         Added a theora encoder, grouped the encoder and decoder into the
15398         same plugin.
15399
15400 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15401
15402         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15403         (gst_jpegenc_chain):
15404         fix DURATION on outgoing buffers
15405         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15406         debug using time formats
15407         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15409         (gst_xvimagesink_sink_link):
15410         windows with width/height 0 generate X errors, so don't allow them
15411
15412 2004-05-05  Wim Taymans  <wim@fluendo.com>
15413
15414         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15415         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15416         (gst_mpeg2dec_negotiate_format):
15417         * ext/mpeg2dec/gstmpeg2dec.h:
15418           removed the static pad template so that we can add the
15419           more accurate framerate value to the caps.
15420
15421
15422 2004-05-04  Benjamin Otte  <otte@gnome.org>
15423
15424         * configure.ac:
15425           check for kdemacros.h, too (should fix #141821)
15426         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15427           don't crash if no header was sent, but nicely error out (fixes part
15428           of #141554)
15429
15430 2004-05-04  Wim Taymans  <wim@fluendo.com>
15431
15432         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15433         parent dispose function to avoid segfault on destroy.
15434
15435 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15436
15437         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15438         (plugin_init):
15439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15440         (gst_xvimagesink_sink_link):
15441         clean up debugging caps
15442         also recreate xvimage when format has changed
15443
15444 2004-05-04  Benjamin Otte  <otte@gnome.org>
15445
15446         * ext/libvisual/Makefile.am:
15447         * ext/libvisual/visual.c: (gst_visual_class_init),
15448         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15449         (gst_visual_srclink), (gst_visual_chain),
15450         (gst_visual_change_state), (plugin_init):
15451           use a GstAdapter to correctly adapt buffer sizes - allows using a
15452           framerate
15453
15454 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15455
15456         * sys/v4l/gstv4lelement.h:
15457         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15458         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15459         (gst_v4lsrc_buffer_free):
15460         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15461         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15462         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15463         (gst_v4lsrc_requeue_frame):
15464         move some debugging categories around
15465         query for fps index and set accordingly if found
15466
15467 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15468
15469         * ext/lame/gstlame.c:
15470         correct defaults that lame_init puts out of range
15471
15472 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15473
15474         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
15475         (gst_divxenc_class_init):
15476         fix range since -1 is the default
15477         * gst/mpeg1sys/gstmpeg1systemencode.c:
15478         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
15479         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
15480         (gst_rtjpegdec_chain):
15481         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
15482         (gst_rtjpegenc_chain):
15483         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
15484         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
15485         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
15486         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
15487         * sys/v4l/gstv4lsrc.c:
15488         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15489         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15490         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15491         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
15492         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
15493           remove gst_info calls
15494
15495 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15496
15497         * Makefile.am:
15498         * po/af.po:
15499         * po/az.po:
15500         * po/en_GB.po:
15501         * po/nl.po:
15502         * po/sr.po:
15503         * po/sv.po:
15504           Updated translations
15505
15506 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15507
15508         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15509           refactor/comment code
15510
15511 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15512
15513         * gst/asfdemux/Makefile.am:
15514         * gst/asfdemux/asfheaders.c:
15515         * gst/asfdemux/asfheaders.h:
15516         * gst/asfdemux/gstasf.c: (plugin_init):
15517         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
15518         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
15519         (gst_asf_demux_setup_pad):
15520         * gst/asfdemux/gstasfdemux.h:
15521         * gst/asfdemux/gstasfmux.c:
15522         * gst/asfdemux/gstasfmux.h:
15523           Add tagging support to demuxer, split out registration in its own
15524           file instead of in demux (hacky), and prevent having some tables
15525           in our memory multiple times (in asfheaders.h).
15526
15527 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15528
15529         * gst/matroska/matroska-demux.c:
15530         (gst_matroska_demux_parse_metadata):
15531         * gst/matroska/matroska-ids.h:
15532           Basic tag reading support.
15533
15534 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15535
15536         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15537           Really detect ac-3 audio.
15538         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
15539           really detect matroska files (off-by-1).
15540
15541 2004-04-30  David Schleef  <ds@schleef.org>
15542
15543         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15544         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
15545         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
15546         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
15547         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
15548         hackage -- parse a lot more atoms, extract a few tags.  One might even
15549         mistake this for tag support.  Maybe it is.
15550         * gst/qtdemux/qtdemux.h:
15551
15552 2004-04-30  Colin Walters  <walters@verbum.org>
15553
15554         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
15555
15556 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15557
15558         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15559         (gst_ffmpegcolorspace_getcaps):
15560           remove broken nego fix
15561
15562 2004-04-30  Benjamin Otte  <otte@gnome.org>
15563
15564         * configure.ac:
15565         * ext/Makefile.am:
15566         * ext/libvisual/Makefile.am:
15567         * ext/libvisual/visual.c:
15568           add initial support for libvisual (http://libvisual.sourceforge.net)
15569           libvisual is still quite alpha, so expect crashes in there :)
15570
15571 2004-04-29  David Schleef  <ds@schleef.org>
15572
15573         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15574         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
15575         up qtdemux to make it spit out codec_data.  Do _not_ look at this
15576         code; you will no longer respect me.
15577
15578 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15579
15580         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
15581         * ext/alsa/gstalsa.h :
15582         change alsa pcm device discovery to find more than 1 device
15583         per card. code review by Ronald.
15584
15585 2004-04-29  David Schleef  <ds@schleef.org>
15586
15587         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
15588         Add a check for a driver bug on FreeBSD.  (bug #140565)
15589
15590 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15591
15592         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
15593         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15594         (gst_jpegenc_getcaps):
15595           move format setting to inner loop
15596         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15597         (gst_ffmpegcolorspace_getcaps):
15598           use GST_PAD_CAPS if available so that we use already negotiated
15599           caps
15600         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15601         (qtdemux_parse_moov), (qtdemux_parse):
15602           extra debugging
15603         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
15604         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
15605           move hardcoded path to DEFINE
15606
15607 2004-04-28  David Schleef  <ds@schleef.org>
15608
15609         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
15610         (bug #140064)
15611
15612 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15613
15614         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
15615           Don't probe for playback device if we're a source element. Fixes
15616           #139658.
15617
15618 2004-04-29  Benjamin Otte  <otte@gnome.org>
15619
15620         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
15621         (gst_id3_tag_chain):
15622           rewrite buffer offset
15623
15624 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15625
15626         * configure.ac:
15627         * ext/Makefile.am:
15628         * ext/dts/Makefile.am:
15629         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
15630         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
15631         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
15632         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
15633         (gst_dtsdec_loop), (gst_dtsdec_change_state),
15634         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
15635         (plugin_init):
15636         * ext/dts/gstdtsdec.h:
15637           New DTS decoder.
15638         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
15639         (gst_faad_srcconnect):
15640           Add ESDS atom handling (.m4a).
15641
15642 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15643
15644         * ext/divx/gstdivxdec.c: (plugin_init):
15645           Remove comment that makes no sense.
15646         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
15647           Fix for obvious typo that resulted in warnings during gst-register.
15648         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
15649         (gst_xviddec_sink_link):
15650           Fix caps negotiation a bit better.
15651         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15652           We call this 'codec_data', not 'esds'.
15653
15654 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15655
15656         * gst/monoscope/gstmonoscope.c:
15657           make sure we only provide 256x128
15658         * gst/monoscope/monoscope.c: (monoscope_init):
15659           assert size of 256x128
15660
15661 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15662
15663         * Makefile.am:
15664         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
15665         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
15666           fixate to max width and height of device
15667
15668 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15669
15670         * Makefile.am:
15671         * sys/v4l/gstv4l.c:
15672         * sys/v4l/gstv4lsrc.c:
15673         * sys/v4l/v4l_calls.c:
15674         * sys/v4l/v4lsrc_calls.c:
15675           fix for qc-usb driver which fakes having more than one buffer
15676           by handing the same buffer twice, which confused GStreamer's/v4lsrc
15677           buffer_free override
15678           add debugging
15679
15680 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15681
15682         * Makefile.am:
15683         * gst/videotestsrc/gstvideotestsrc.c:
15684         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
15685         (gst_videotestsrc_init), (gst_videotestsrc_get),
15686         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
15687         * gst/videotestsrc/gstvideotestsrc.h:
15688           add num-buffers property
15689
15690         2004-04-26  Benjamin Otte  <otte@gnome.org>
15691
15692         * ext/mad/gstid3tag.c: (plugin_init):
15693           set id3mux rank to NONE so it doesn't confuse spider
15694           require audio/mpeg,mpegversion=1 in id3mux
15695
15696 2004-04-26  Benjamin Otte  <otte@gnome.org>
15697
15698         * configure.ac:
15699           detect faad correctly as non-working if it's indeed non-working
15700
15701 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15702
15703         * Makefile.am:
15704         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15705         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
15706         fix _getcaps so it only negotiates to its supported format
15707
15708 2004-04-25  Benjamin Otte  <otte@gnome.org>
15709
15710         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15711           fix memleak
15712
15713 2004-04-23  Benjamin Otte  <otte@gnome.org>
15714
15715         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15716           audio/x-raw-int with height rules! not. Now it's depth.
15717
15718 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15719
15720         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
15721         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
15722         (gst_wavparse_loop):
15723           Missing variable initialization. Add handling of DVI ADPCM. Fix
15724           mis-parsing of LIST chunks. This works around a bug where we mis-
15725           parse non-aligning LIST chunks (so LIST chunks where the contents
15726           don't align with the actual LIST size). The correct fix is to use
15727           rifflib, I'm not going to fix wavparse - too much work. All this
15728           fixes #104878.
15729
15730 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15731
15732         reviewed by Benjamin Otte  <otte@gnome.org>
15733
15734         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
15735           fix shoutcast not working (fixes #140844)
15736
15737 2004-04-22  Benjamin Otte  <otte@gnome.org>
15738
15739         * ext/hermes/gsthermescolorspace.c:
15740         (gst_hermes_colorspace_caps_remove_format_info):
15741         * gst/colorspace/gstcolorspace.c:
15742         (gst_colorspace_caps_remove_format_info):
15743         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15744         (gst_ffmpegcolorspace_caps_remove_format_info):
15745           s/gst_caps_simplify/gst_caps_do_simplify/
15746
15747 2004-04-22  Benjamin Otte  <otte@gnome.org>
15748
15749         * gst-libs/gst/riff/riff-media.c:
15750         (gst_riff_create_video_caps_with_data):
15751           mpegversion is an int
15752         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
15753           don't try to create pad templates with NULL caps, use any caps
15754           instead.
15755
15756 2004-04-20  David Schleef  <ds@schleef.org>
15757
15758         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
15759         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
15760         (bug #140384)
15761
15762 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
15763
15764         reviewed by David Schleef
15765
15766         * ext/mad/gstid3tag.c: Add stdlib.h
15767         * gst/rtp/gstrtpgsmenc.c: same
15768         * gst/tags/gstid3tag.c: same
15769         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
15770         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
15771         GST_DISABLE_LOADSAVE use.
15772         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
15773         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
15774         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
15775         atol(3)).
15776         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
15777         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
15778         strtoul(3)).
15779         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
15780         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
15781         $(ID3_CFLAGS).
15782         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
15783         $(LIBFAME_CFLAGS).
15784
15785 2004-04-20  David Schleef  <ds@schleef.org>
15786
15787         * gst/realmedia/rmdemux.c:  This was supposed to part of the
15788         last checkin.  Same idea.
15789
15790 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
15791
15792         reviewed by David Schleef
15793
15794         * configure.ac: bump required gstreamer version to 0.8.1.1
15795         because of following changes [--ds]
15796
15797         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
15798         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
15799         (gst_riff_read_header):  Use GST_READ_UINT*
15800         macros to access possibly unaligned memory.
15801
15802         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
15803         (mp3_type_find):  Use GST_READ_UINT*
15804         macros to access possibly unaligned memory.
15805         (mp3_type_find, mpeg1_parse_header, qt_type_find)
15806         (speex_type_find): Likewise
15807
15808         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
15809
15810         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
15811         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
15812         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
15813         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
15814         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
15815         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
15816         macros to access possibly unaligned memory.
15817
15818         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
15819         Likewise.
15820
15821         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
15822         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
15823
15824         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
15825         Likewise.
15826
15827         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
15828         (gst_mpeg2subt_chain_subtitle): Likewise.
15829
15830         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
15831         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
15832         Likewise.
15833
15834         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
15835         Likewise.
15836
15837         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
15838         Likewise.
15839
15840         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
15841         Likewise.
15842
15843 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15844
15845         * configure.ac:
15846           update required version of GStreamer because of GST_TIME_FORMAT
15847
15848 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15849
15850         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
15851           remove leftover g_print
15852         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15853           don't try setting only a subset of the caps. We don't want to kill
15854           autoplugging on purpose
15855
15856 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15857
15858         * sys/ximage/ximagesink.c: (plugin_init):
15859         * sys/xvimage/xvimagesink.c: (plugin_init):
15860           add debugging categories
15861
15862 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15863
15864         * po/en_GB.po:
15865         * po/LINGUAS:
15866           Adding en_GB translation (Gareth Owen)
15867
15868 2004-04-20  David Schleef  <ds@schleef.org>
15869
15870         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15871         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
15872         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
15873         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
15874         A number of new features and hacks to extract the esds atom and
15875         put it into the caps.  (bug #137724)
15876
15877 2004-04-19  David Schleef  <ds@schleef.org>
15878
15879         * gconf/Makefile.am: Fix for non-GNU make
15880         * gst-libs/gst/Makefile.am: Change directory order to handle
15881         GstPlay linking with gstinterfaces
15882         * gst-libs/gst/audio/make_filter: make use of tr portable
15883         * gst-libs/gst/play/Makefile.am: Add intended \
15884         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15885         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
15886         function prototype instead of void *.
15887         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
15888         macro.
15889         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15890         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
15891         * gst/videofilter/make_filter: make use of tr portable
15892         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
15893
15894 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15895
15896         * po/LINGUAS:
15897         * po/uk.po:
15898           Added Ukrainian translation (Maxim V. Dziumanenko)
15899
15900 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15901
15902         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
15903         (gst_gsmdec_link), (gst_gsmdec_chain):
15904           Fix capsnego, simplify chain function slightly.
15905         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
15906           Add GSM.
15907
15908 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15909
15910         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
15911         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
15912         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
15913           Hack to make wavparse work with spider (always -> sometimes pad).
15914           Fixes #135862 && #140411.
15915
15916 2004-04-18  Benjamin Otte  <otte@gnome.org>
15917
15918         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
15919         (gst_osselement_rate_probe_check),
15920         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
15921           get rid of \n in debug output
15922
15923 2004-04-17  Iain <iain@prettypeople.org>
15924
15925         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
15926         not just EOS.
15927
15928 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15929
15930         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
15931         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
15932         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
15933         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
15934         (gst_id3_tag_src_link), (gst_id3_tag_chain),
15935         (gst_id3_tag_change_state), (plugin_init):
15936           deprecate id3tag element and replace with id3demux/id3mux.
15937           great side effect: this ugly file is now even uglier, yay!
15938         * ext/mad/gstmad.h:
15939           remove non-available function
15940           update for new get_type
15941
15942 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15943
15944         * configure.ac:
15945           require mpeg2dec >= 0.4.0
15946
15947 2004-04-17  Benjamin Otte  <otte@gnome.org>
15948
15949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15950         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
15951         (gst_xvimagesink_set_xwindow_id):
15952           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
15953           assorted cleanup fixes.
15954
15955 2004-04-16  David Schleef  <ds@schleef.org>
15956
15957         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
15958         * sys/xvimage/xvimagesink.h: same
15959
15960 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15961
15962         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
15963           Fix GST_ELEMENT_ERROR with (NULL)
15964
15965 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15966
15967         * gst-libs/gst/riff/riff-media.c:
15968         (gst_riff_create_video_caps_with_data):
15969           Add div[3456] as fourccs for DivX 3 (fixes #140137).
15970
15971 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15972
15973         * gst-libs/gst/riff/riff-media.c:
15974         (gst_riff_create_video_caps_with_data),
15975         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
15976         (gst_riff_create_video_template_caps),
15977         (gst_riff_create_audio_template_caps):
15978         * gst-libs/gst/riff/riff-media.h:
15979         * gst-libs/gst/riff/riff-read.c:
15980         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
15981         * gst-libs/gst/riff/riff-read.h:
15982         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
15983           Add MS RLE support. I added some functions to read out strf chunks
15984           into strf chunks and the data behind it. This is usually color
15985           palettes (as in RLE, but also in 8-bit RGB). Also use those during
15986           caps creation. Lastly, add ADPCM (similar to wavparse - which
15987           should eventually be rifflib based).
15988         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
15989         (gst_matroska_demux_init), (gst_matroska_demux_reset):
15990         * gst/matroska/matroska-demux.h:
15991           Remove placeholders for some prehistoric tagging system. Didn't add
15992           support for any tag system really anyway.
15993         * gst/qtdemux/qtdemux.c:
15994           Add support for audio/x-m4a (MPEG-4) through spider.
15995         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
15996         (gst_wavparse_loop):
15997           ADPCM support (#135862). Increase max. buffer size because we
15998           cannot split buffers for ADPCM (screws references) and I've seen
15999           files with 2048 byte chunks. 4096 seems safe for now.
16000
16001 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16002
16003         * configure.ac: bump nano to 1
16004
16005 === release 0.8.1 ===
16006
16007 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16008
16009         * configure.ac: releasing 0.8.1, "Comforting Sounds"
16010
16011 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16012
16013         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16014           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
16015           Fixes #140058
16016
16017 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16018
16019         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
16020           lower rank of dvddemux so that it's not used for mpeg playback.
16021
16022 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16023
16024         * configure.ac:
16025           save libs correctly when checking mad
16026
16027 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16028
16029         * ext/mad/gstid3tag.c: (plugin_init):
16030           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
16031
16032 2004-04-13  David Schleef  <ds@schleef.org>
16033
16034         * common/m4/gst-feature.m4: Call -config scripts with
16035         --plugin-libs if it is supported.
16036         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
16037         JPEG images are image/jpeg.
16038         * gst/debug/Makefile.am:
16039         * gst/debug/negotiation.c: (gst_negotiation_class_init),
16040         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
16041         (gst_negotiation_update_caps), (gst_negotiation_get_property),
16042         (gst_negotiation_plugin_init): Add a property that acts like
16043         filter caps.
16044         * testsuite/gst-lint:  Move license checking to be a standard
16045         test.
16046
16047 2004-04-13  David Schleef  <ds@schleef.org>
16048
16049         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
16050         patch from Sebastien Cote (bug #139958)
16051
16052 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16053
16054         * examples/gstplay/Makefile.am:
16055         * examples/gstplay/player.c: (main):
16056           make the commandline player example use gconf settings
16057
16058 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16059
16060         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
16061         (gst_cacasink_sinkconnect), (gst_cacasink_init),
16062         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
16063           init/end library during state transition, not object
16064           creation/disposal.  get rid of custom dispose handler.
16065
16066
16067 2004-04-12  Christian Schaller <Uraeus@gnome.org>
16068
16069         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
16070         be a symlink
16071
16072 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16073
16074         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
16075           Handle JUNK chunks inside data section. Prevents warnings.
16076
16077 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16078
16079         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16080         (gst_riff_create_video_template_caps):
16081           Add MS video v1.
16082         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
16083         (gst_avi_demux_stream_data):
16084           Add support for "rec-list" chunks.
16085
16086 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16087
16088         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16089           Fix another codecname mismatch.
16090
16091 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16092
16093         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16094           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
16095           so that MJPEG plays back.
16096
16097 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16098
16099         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16100         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
16101         * gst/mpeg1videoparse/gstmp1videoparse.h:
16102           Fix for some slight mis-cuts in buffer parsing, and for some
16103           potential overflows or faults-causers. Adds disconts. Also fixes
16104           #139105 while we're at it.
16105
16106 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16107
16108         * configure.ac:
16109         * sys/v4l2/gstv4l2element.h:
16110           Workaround for missing struct v4l2_buffer declaration in Suse 9
16111           and Mandrake 10 linux/videodev2.h header file (#135919).
16112
16113 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16114
16115         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16116           Bail out if no filename was given.
16117
16118 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16119
16120         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
16121         (gst_v4l2_fourcc_from_structure):
16122           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
16123           Y41B somewhere).
16124
16125 2004-04-09  Benjamin Otte  <otte@gnome.org>
16126
16127         * ext/gnomevfs/gstgnomevfssink.c:
16128         (_gst_boolean_allow_overwrite_accumulator),
16129         (gst_gnomevfssink_class_init):
16130           fix erase signal - if any handler returns false the file will not be
16131           overwritten. If no handler is connected, the file will not be
16132           overwritten either.
16133           renamed signal to "allow-overwrite"
16134         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16135           free string when adding it to ID3 failed
16136         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16137           unref event when done
16138         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16139           free caps
16140         * gst/typefind/gsttypefindfunctions.c:
16141         (mpeg_video_stream_type_find):
16142           fix invalid read
16143
16144 2004-04-08  David Schleef  <ds@schleef.org>
16145
16146         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16147         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16148
16149 2004-04-08  David Schleef  <ds@schleef.org>
16150
16151         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16152         we don't support (bug #139532)
16153
16154 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16155
16156         * ext/mad/gstmad.c: (gst_mad_handle_event),
16157         (gst_mad_check_caps_reset), (gst_mad_chain),
16158         (gst_mad_change_state):
16159           only set explicit caps if they haven't been set before for
16160           this stream.  MPEG-audio sample rate/channels aren't allowed
16161           to change in-stream.
16162           Fixes #139382
16163
16164 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16165
16166         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16167         (_gst_boolean_did_something_accumulator),
16168         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16169         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16170         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16171         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16172         (gst_gnomevfssink_change_state):
16173           Fix erase signal. Don't erase by default. Remove handoff signal.
16174           Remove erase property. Don't segfault. General cleanup.
16175
16176 2004-04-07  Benjamin Otte  <otte@gnome.org>
16177
16178         * gst-libs/gst/gconf/test-gconf.c: (main):
16179           add missing gst_init
16180
16181 2004-04-07  Benjamin Otte  <otte@gnome.org>
16182
16183         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16184           free the mutexes, too
16185
16186 2004-04-07  Benjamin Otte  <otte@gnome.org>
16187
16188         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16189           actually free the URI string
16190         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16191           compute offset correctly when passing discont events
16192         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16193           don't leak discont events
16194         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16195           add some missing breaks so caps aren't copied randomly
16196         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16197           if we realloc memory, we better use it
16198
16199 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16200
16201         * ext/mad/gstmad.c: (normal_seek):
16202           fix GST_FORMAT_TIME usage
16203
16204 2004-04-05  David Schleef  <ds@schleef.org>
16205
16206         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16207         a deprecated function (hack!)
16208
16209 2004-04-05  Benjamin Otte  <otte@gnome.org>
16210
16211         * ext/esd/esdmon.c: (gst_esdmon_get):
16212           fix nonterminated vararg and memleak
16213
16214 2004-04-05  Benjamin Otte  <otte@gnome.org>
16215
16216         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16217         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16218         (gst_ladspa_set_property), (gst_ladspa_get_property),
16219         (gst_ladspa_instantiate), (gst_ladspa_activate),
16220         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16221           clean up debugging
16222
16223 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16224
16225         reviewed by Benjamin Otte  <otte@gnome.org>
16226
16227         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16228           check for broken LADSPA parameters (fixes #138635)
16229
16230 2004-04-05  Benjamin Otte  <otte@gnome.org>
16231
16232         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16233           advertise buffer-frames correctly on sinkpads
16234
16235 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16236
16237         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16238         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16239         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16240         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16241         (gst_mad_check_caps_reset), (gst_mad_chain):
16242         add more debugging, only reset caps when we're not in error state
16243
16244 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16245
16246         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16247
16248 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16249
16250         reviewed by Benjamin Otte  <otte@gnome.org>
16251
16252         * configure.ac:
16253           fix == in test(1) operator
16254
16255 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16256
16257         reviewed by Benjamin Otte  <otte@gnome.org>
16258
16259         * configure.ac:
16260           fix --export-symblos-regex to a working regex.
16261
16262 2004-04-04  Benjamin Otte  <otte@gnome.org>
16263
16264         * sys/oss/.cvsignore:
16265           add for oss_probe
16266
16267 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16268
16269         reviewed by Benjamin Otte  <otte@gnome.org>
16270
16271         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16272           add missing 'new_media' argument (fixes #138168)
16273         * gst/matroska/matroska-demux.c:
16274         (gst_matroska_demux_handle_seek_event):
16275           add vararg terminator (fixes #138169)
16276
16277 2004-04-02  David Schleef  <ds@schleef.org>
16278
16279         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16280         disted (bug #138914)
16281
16282 2004-04-01  Benjamin Otte  <otte@gnome.org>
16283
16284         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16285         (gst_alsa_close_audio):
16286           handle case better where a soundcard can't pause
16287         * ext/ogg/gstoggdemux.c:
16288           don't crash when we get events but don't have pads yet
16289
16290 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16291
16292         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16293           throw an error if we couldn't probe any caps.
16294
16295 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16296
16297         * ext/dvdnav/gst-dvd:
16298         Add a really simple sample DVD player
16299
16300 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16301
16302         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16303         (gst_a52dec_push), (gst_a52dec_handle_event),
16304         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16305         (gst_a52dec_change_state):
16306         * ext/a52dec/gsta52dec.h:
16307           Use a debug category, Output timestamps correctly
16308           Emit tag info, Handle events, tell liba52dec about cpu
16309           capabilities so it can use MMX etc.
16310         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16311           Fix a crasher accessing invalid memory
16312         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16313         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16314         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16315         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16316         (dvdnavsrc_query):
16317           Some support for byte-format seeking.
16318           Small fixes for still frames and menu button overlays
16319         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16320         (gst_mpeg2dec_alloc_buffer):
16321           Use a debug category. Adjust the report level of several items to
16322           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16323           so it doesn't lose the GstBuffer pointer
16324         * gst/debug/Makefile.am:
16325         * gst/debug/gstdebug.c: (plugin_init):
16326         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16327         (gst_navseek_base_init), (gst_navseek_class_init),
16328         (gst_navseek_init), (gst_navseek_seek),
16329         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16330         (gst_navseek_get_property), (gst_navseek_chain),
16331         (gst_navseek_plugin_init):
16332         * gst/debug/gstnavseek.h:
16333           Add the navseek debug element for seeking back and forth in a
16334           video stream using arrow keys.
16335         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16336         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16337         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16338         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16339         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16340         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16341         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16342         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16343         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16344         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16345         * gst/mpeg2sub/gstmpeg2subt.h:
16346           Pretty much a complete rewrite. Now a loopbased element. May still
16347           require work to properly synchronise subtitle buffers.
16348         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16349         (gst_dvd_demux_send_subbuffer):
16350         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16351           Don't attempt to create subbuffers of size 0
16352           Reduce a couple of error outputs to warnings.
16353         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16354         (gst_y4mencode_chain):
16355         Output the y4m frame header correctly.
16356
16357 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16358
16359         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16360           throw errors instead of allowing SIGFPE
16361
16362 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16363
16364         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16365         (gst_gconf_render_bin_from_key):
16366           leak plugging and style fixing
16367
16368 2004-03-31  David Schleef  <ds@schleef.org>
16369
16370         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16371         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16372         (bug #138225)
16373         * gst/debug/Makefile.am:
16374         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16375         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16376         plugin.
16377         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16378         (gst_negotiation_base_init), (gst_negotiation_class_init),
16379         (gst_negotiation_init), (gst_negotiation_getcaps),
16380         (gst_negotiation_pad_link), (gst_negotiation_chain),
16381         (gst_negotiation_set_property), (gst_negotiation_get_property),
16382         (gst_negotiation_plugin_init):  New element to talk about random
16383         negotiation things happening in a pipeline.
16384
16385 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16386
16387         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16388           fix integer addition with help of Stefan Kost
16389
16390 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16391
16392         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16393
16394 2004-03-30  David Schleef  <ds@schleef.org>
16395
16396         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16397         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16398         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16399         (bug #137504)
16400         * ext/mpeg2dec/gstmpeg2dec.h:
16401
16402 2004-03-30  David Schleef  <ds@schleef.org>
16403
16404         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16405
16406 2004-03-30  David Schleef  <ds@schleef.org>
16407
16408         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16409         Michael Petullo) to handle .mov
16410
16411 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16412
16413         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16414         (gst_osselement_rate_check_rate):
16415           probe caps correctly for sound cards that only support one format
16416
16417 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16418
16419         * ext/kio/kiosrc.cpp: (process_events):
16420           update handling event processing if inside KDE - untested
16421
16422 2004-03-29  David Schleef  <ds@schleef.org>
16423
16424         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16425         by 2 to not interfere with other colorspaces.
16426         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16427         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16428         one to not interfere with ffmpeg_colorspace.
16429
16430 2004-03-29  David Schleef  <ds@schleef.org>
16431
16432         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16433         aren't in the caps.
16434         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16435         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16436
16437 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16438
16439         * gst-libs/gst/riff/riff-media.c:
16440           fail on error, don't try to set stuff on NULL caps
16441
16442 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16443
16444         * configure.ac:
16445         * ext/Makefile.am:
16446         * ext/kio/Makefile.am:
16447         * ext/kio/kioreceiver.cpp:
16448         * ext/kio/kioreceiver.h:
16449         * ext/kio/kiosrc.cpp:
16450         * ext/kio/kiosrc.h:
16451           add experimental kiosrc plugin
16452         * ext/alsa/gstalsaplugin.c: (plugin_init):
16453           initialize debugging category only when we're sure registering the
16454           plugins worked.
16455
16456 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16457
16458         * examples/gstplay/player.c: (main):
16459         * gst-libs/gst/play/play.c: (gst_play_class_init),
16460         (gst_play_set_location), (gst_play_set_data_src),
16461         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16462         (gst_play_set_visualization), (gst_play_connect_visualization):
16463           check return values of element_set_state and return FALSE where
16464           failed
16465
16466 2004-03-29  Benjamin Otte  <otte@gnome.org>
16467
16468         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16469           try harder to check if an event is really a discont
16470
16471 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16472
16473         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
16474         * po/az.po:
16475
16476 2004-03-28  Benjamin Otte  <otte@gnome.org>
16477
16478         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16479         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16480         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16481           get rid of non-standard "..." ranges in case statements.
16482
16483 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
16484
16485         * gst/mpegstream/gstmpegdemux.c:
16486         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
16487         specific functionality split to the new dvddemux element.
16488         * gst/mpegstream/gstdvddemux.c:
16489         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
16490         streams, derived from mpegdemux.
16491         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
16492         up. SCR based timestamp rewriting can be turned off (will probably
16493         completely disappear soon).
16494         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
16495         hacking. General cleanup. All printf statements replaced by
16496         debugging messages. Almost complete libdvdnav support.
16497         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
16498         by events. New properties for audio and subpicture languages.
16499         (dvdnavsrc_update_highlight): Now uses events.
16500         (dvdnavsrc_user_op): Cleaned up.
16501         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
16502         based). Lots of cleanup, and propper support for most libdvdnav
16503         events.
16504         (dvdnavsrc_make_dvd_event): New function.
16505         (dvdnavsrc_make_dvd_nav_packet_event): New function.
16506         (dvdnavsrc_make_clut_change_event): New function.
16507
16508 2004-03-26  Benjamin Otte  <otte@gnome.org>
16509
16510         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
16511           fix bug where typefinding would claim it's theora whenever less then
16512           7 bytes of data were available
16513
16514 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16515
16516         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
16517         (gst_alawdec_base_init), (gst_alawdec_class_init),
16518         (gst_alawdec_init), (gst_alawdec_chain):
16519         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
16520         (gst_alawenc_base_init), (gst_alawenc_class_init),
16521         (gst_alawenc_init), (gst_alawenc_chain):
16522         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
16523         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
16524         (gst_mulawdec_init), (gst_mulawdec_chain):
16525         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
16526         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
16527         (gst_mulawenc_init), (gst_mulawenc_chain):
16528           Fix capsnego in all four, remove the unused property functions and
16529           simplify the chain functions slightly. I guess we could use macros
16530           or something similar for those, since the code is so similar, but
16531           I'm currently too lazy...
16532
16533 2004-03-24  David Schleef  <ds@schleef.org>
16534
16535         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16536         (gst_osselement_close_audio), (gst_osselement_probe_caps),
16537         (gst_osselement_get_format_structure),
16538         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
16539         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
16540         (gst_osselement_rate_int_compare): Add code to handle rate probing
16541         (bug #120883)
16542         * sys/oss/gstosselement.h: same
16543         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
16544         Use rate probing provided by osselement.
16545         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
16546
16547 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16548
16549         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
16550         (gst_xvidenc_get_property):
16551           ulong/int mess-up.
16552
16553 2004-03-24  David Schleef  <ds@schleef.org>
16554
16555         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
16556         (gst_speexdec_init):
16557         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
16558         (gst_speexenc_init):  Create the pad template correctly (from
16559         the static pad template, not a NULL pointer.)
16560
16561 2004-03-25  Benjamin Otte  <otte@gnome.org>
16562
16563         * gst/debug/Makefile.am:
16564         * gst/debug/breakmydata.c:
16565           add element that quasi-randomly changes bytes in the stream.
16566           Intended use is robustness checking of demuxers and decoders in
16567           media tests.
16568
16569 2004-03-24  Benjamin Otte  <otte@gnome.org>
16570
16571         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16572         (gst_alsa_probe_hw_params):
16573         * ext/alsa/gstalsa.h:
16574           debugging output fixes
16575
16576 2004-03-24  Benjamin Otte  <otte@gnome.org>
16577
16578         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
16579           don't g_return_if_fail if element is PLAYING, fail silently as every
16580           other element.
16581         * gst/effectv/gstquark.c: (gst_quarktv_chain):
16582           only fix needed for cast lvalue issues in gst-plugins
16583         * gst/volenv/gstvolenv.c: (gst_volenv_init):
16584           add proxy_getcaps
16585
16586 2004-03-24  Benjamin Otte  <otte@gnome.org>
16587
16588         * gst/level/gstlevel.c: (gst_level_init):
16589           add proxying getcaps function, so level doesn't advertise impossible
16590           caps
16591
16592 2004-03-24  David Schleef  <ds@schleef.org>
16593
16594         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16595         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
16596         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
16597         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
16598         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
16599         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
16600         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
16601         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
16602         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
16603         messages.  Divide the chunk size by the compression ratio
16604         (needed for MACE audio)
16605
16606 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16607
16608         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16609           Fix buffer overflow read error.
16610
16611 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16612
16613         * ext/alsa/gstalsa.h:
16614           Remove unused entry.
16615         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16616           Add cinepak.
16617         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
16618         (gst_videodrop_link), (gst_videodrop_chain):
16619           Fix, sort of. Was horribly broken with new capsnego. Bah...
16620
16621 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
16622
16623         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
16624         (plugin_init):
16625         Add a monkeysaudio typefind function
16626
16627 2004-03-23  Johan Dahlin  <johan@gnome.org>
16628
16629         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
16630         (gst_play_video_fixate): Check so the structure has the field
16631         before trying to fixate them, this makes it possible to have
16632         fakesinks for video and audio output without printing errors on
16633         the output console.
16634
16635 2004-03-22  David Schleef  <ds@schleef.org>
16636
16637         * sys/oss/Makefile.am:
16638         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
16639         (check_rate), (add_rate):  Rate probing test app.
16640
16641 2004-03-21  Benjamin Otte  <otte@gnome.org>
16642
16643         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16644         (_fixate_caps_to_int), (gst_audio_convert_fixate):
16645           add a fixation function that pretty much does the right thing (fixes
16646           #137556)
16647
16648 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
16649
16650         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
16651
16652 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16653
16654         reviewed by: Benjamin Otte  <otte@gnome.org>
16655
16656         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16657           terminate gst_event_new_discontinuous correctly (fixes parts of
16658           #137711)
16659
16660 2004-03-19  David Schleef  <ds@schleef.org>
16661
16662         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
16663         since it doesn't depend on X, and it's part of our ABI.
16664
16665 2004-03-19  Iain <iain@prettypeople.org>
16666
16667         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
16668         is_int in the structure, not the local variable.
16669
16670 2004-03-19  David Schleef  <ds@schleef.org>
16671
16672         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
16673         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
16674         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
16675         Improvements in caps negotiation.
16676
16677 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16678
16679         * po/LINGUAS:
16680         * po/af.po:
16681           adding Afrikaans (Petri Jooste)
16682
16683 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16684
16685         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16686         (gst_ffmpegcolorspace_chain):
16687         throw error instead of g_critical (#137588)
16688
16689 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16690
16691         * Makefile.am:
16692         * configure.ac:
16693           dist common and m4 correctly
16694         * po/sv.po:
16695
16696 2004-03-17  David Schleef  <ds@schleef.org>
16697
16698         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
16699         (bug #137348)
16700
16701 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16702
16703         * po/LINGUAS:
16704         * po/sv.po:
16705           adding Swedish translation (Christian Rose)
16706
16707 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16708
16709         * Makefile.am: use release.mak
16710
16711 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16712
16713         * common/ChangeLog:
16714         * common/gst-autogen.sh:
16715           add some explanation about the version detection
16716         * configure.ac:
16717           fix X check
16718
16719 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16720
16721         * configure.ac: bump nano to 1
16722
16723 === release 0.8.0 ===
16724
16725 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16726
16727         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
16728
16729 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16730
16731         * configure.ac:
16732           update libtool version
16733         * gst-libs/gst/media-info/Makefile.am:
16734           actually use libtool version
16735
16736 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16737
16738         * configure.ac: fix speex detection to work with 1.0 but not 1.1
16739
16740 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16741
16742         * configure.ac:
16743         * gst-plugins.spec.in:
16744         * pkgconfig/Makefile.am:
16745         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16746         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16747         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16748         * pkgconfig/gstreamer-libs.pc.in:
16749         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16750         * pkgconfig/gstreamer-play-uninstalled.pc.in:
16751         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
16752         * pkgconfig/gstreamer-plugins.pc.in:
16753           remove @VERSION@ from some of the pc files since core and plugins
16754           are decoupled.
16755           created gstreamer-plugins.pc as it's a better name, but keeping
16756           -libs around for now to get fixes upstream done first.
16757
16758 2004-03-15  Julien MOUTTE <julien@moutte.net>
16759
16760         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
16761         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
16762         * gst-libs/gst/play/play.h:
16763
16764 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16765
16766         * *.c, *.cc: don't mix tabs and spaces
16767
16768 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16769
16770         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
16771           use the new ffmpegcolorspace
16772         * gst-plugins.spec.in:
16773           package new colorspace and media-info
16774         * configure.ac:
16775         * pkgconfig/Makefile.am:
16776           fix some more disting issues
16777         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16778         * pkgconfig/gstreamer-media-info.pc.in:
16779           generate media-info pc files
16780
16781 2004-03-15  Johan Dahlin  <johan@gnome.org>
16782
16783         * *.h: Revert indenting
16784
16785 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16786
16787         * configure.ac:
16788           adding ffmpegcolorspace element
16789         * gst/ffmpegcolorspace/Makefile.am:
16790         * gst/ffmpegcolorspace/avcodec.h:
16791         * gst/ffmpegcolorspace/common.h:
16792         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
16793         * gst/ffmpegcolorspace/dsputil.h:
16794         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
16795         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16796         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
16797         (gst_ffmpeg_caps_to_pix_fmt):
16798         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16799         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16800         (gst_ffmpegcolorspace_caps_remove_format_info),
16801         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
16802         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
16803         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
16804         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
16805         (gst_ffmpegcolorspace_set_property),
16806         (gst_ffmpegcolorspace_get_property),
16807         (gst_ffmpegcolorspace_register):
16808         * gst/ffmpegcolorspace/imgconvert.c:
16809         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
16810         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
16811         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
16812         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
16813         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
16814         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
16815         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
16816         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
16817         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
16818         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
16819         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
16820         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
16821         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
16822         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
16823         (img_get_alpha_info), (deinterlace_line),
16824         (deinterlace_line_inplace), (deinterlace_bottom_field),
16825         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
16826         * gst/ffmpegcolorspace/imgconvert_template.h:
16827         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
16828         * gst/ffmpegcolorspace/mmx.h:
16829         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
16830           adding ffmpegcolorspace element supplied by Ronald after cleaning
16831           up and pulling in the right bits of upstream source.
16832           I'm sure a better C/compiler wizard could do some cleaning up (for
16833           example use GLIB's malloc stuff), but as a first pass this
16834           works very well
16835
16836 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16837
16838         * ext/alsa/gstalsa.h:
16839           I assume Ronald forgot to commit the change to have cardname
16840           as a struct member.  Expect some public spanking at the next
16841           opportunity.
16842
16843 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16844
16845         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
16846         (gst_alsa_open_audio), (gst_alsa_close_audio):
16847         * ext/alsa/gstalsa.c:
16848           Don't open the device if we're a mixer (= padless).
16849         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
16850         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
16851         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
16852           Open mixer during state change rather than during object
16853           initialization. Also, get a device name. Currently in a somewhat
16854           hackish fashion, but I didn't really find something better.
16855
16856 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16857
16858         * *.c, *.h: run gst-indent
16859
16860 2004-03-14  Benjamin Otte  <otte@gnome.org>
16861
16862         * gst/modplug/gstmodplug.cc:
16863         * gst/modplug/gstmodplug.h:
16864           set correct timestamps on outgoing buffers
16865
16866 2004-03-14  Benjamin Otte  <otte@gnome.org>
16867
16868         * gst/modplug/gstmodplug.cc:
16869           handle events - don't do crap when a discont arrives that's not
16870           necessary
16871           This allows correct loading and playback of mods in Rhythmbox
16872
16873 2004-03-14  Benjamin Otte  <otte@gnome.org>
16874
16875         * configure.ac:
16876         * gst-libs/gst/gconf/Makefile.am:
16877         * pkgconfig/Makefile.am:
16878           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
16879           they get rebuilt properly
16880         * configure.ac:
16881           when checking for vorbis, try pkgconfig first.
16882         * gst/modplug/gstmodplug.cc:
16883           add fixate function
16884
16885 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16886
16887         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16888           Fix for obvious mistake, where we first shift the offset and then
16889           read a samplesize element assuming the old offset. Note that this
16890           part still has something weird, i.e. my movies containing those
16891           don't actually play well, but at least there's something that looks
16892           like sound now.
16893
16894 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
16895         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
16896         (plugin_init):
16897         Add a typefind function for speex format
16898
16899 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16900
16901         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
16902         (gst_asf_demux_setup_pad):
16903           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
16904           instead of 0. Reason is simple: some elements have a fps range
16905           of 1-max instead of 0-max. So now ASF video actually works.
16906
16907 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16908
16909         * po/LINGUAS:
16910         * po/sr.po:
16911           adding serbian as a language
16912
16913 2004-03-13  Benjamin Otte  <otte@gnome.org>
16914
16915         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
16916           return taglist correctly from _get function, don't gst_pad_push it.
16917           (fixes #137042)
16918
16919 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
16920         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16921
16922 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16923
16924         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
16925         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
16926         (gst_alsa_mixer_track_new):
16927         * ext/alsa/gstalsamixertrack.h:
16928           Fix ancient leftovers... MixerTrack is a GObject.
16929
16930 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16931
16932         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16933         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16934           Don't block during probing...
16935
16936 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16937
16938         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
16939         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
16940         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
16941         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
16942         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
16943         (gst_alsa_open_audio), (gst_alsa_close_audio):
16944         * ext/alsa/gstalsa.h:
16945           Add propertyprobe interface implementation, add some device-name
16946           property, all this so that it looks good in gnome-volume-control.
16947
16948 2004-03-12  David Schleef  <ds@schleef.org>
16949
16950         * configure.ac: the Hermes library controls hermescolorspace, not
16951         colorspace.
16952         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
16953         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
16954         not /* */
16955         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
16956         * ext/sdl/sdlvideosink.h: ditto.
16957         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
16958
16959 2004-03-12  Benjamin Otte  <otte@gnome.org>
16960
16961         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
16962         (gst_x_overlay_got_xwindow_id):
16963         * gst-libs/gst/xoverlay/xoverlay.h:
16964           replace XID with unsigned long to get rid of the xlibs dependency in
16965           XOverlay (fixes #137004)
16966
16967 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
16968         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
16969         (gst_agingtv_setup):
16970         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
16971         (gst_dicetv_base_init), (gst_dicetv_class_init),
16972         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
16973         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
16974         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
16975         (gst_edgetv_setup), (gst_edgetv_rgb32):
16976         * gst/effectv/gsteffectv.c:
16977         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
16978         (gst_quarktv_set_property):
16979         * gst/effectv/gstrev.c: (gst_revtv_get_type),
16980         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
16981         (gst_revtv_setup), (gst_revtv_rgb32):
16982         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
16983         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
16984         (gst_shagadelictv_init), (gst_shagadelictv_setup),
16985         (gst_shagadelictv_rgb32):
16986         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
16987         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
16988         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
16989         * gst/effectv/gstwarp.c:
16990         Port everything that can be ported to videofilter and fix up the caps.
16991         Can someone with a big-endian machine please check these?
16992
16993 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16994
16995         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
16996         (gst_osssink_chain), (gst_osssink_change_state):
16997           Latest fixes for A/V sync, audio playback and such. This is about
16998           all... MPEG playback issues are mostly related to the async build-
16999           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
17000
17001 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17002
17003         patch from: Stephane Loeuillet
17004
17005         * configure.ac:
17006           use pkg-config for some libraries, falling back to the old .m4 way
17007           (fixes #131270)
17008         * m4/libdv.m4:
17009           removed
17010
17011 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17012
17013         * configure.ac:
17014         * tools/Makefile.am:
17015         * tools/Makefile.in:
17016         * tools/gst-launch-ext-m.m:
17017         * tools/gst-launch-ext.1.in:
17018         * tools/gst-visualise-m.m:
17019         * tools/gst-visualise.1:
17020         * tools/gst-visualise.1.in:
17021           reorganizing generation of script tools
17022
17023 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17024
17025         * ext/divx/gstdivxdec.c:
17026           Downgrade priority. We prefer ffdec_mpeg4.
17027         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
17028         (gst_faad_chain), (gst_faad_change_state):
17029           Fix capsnego. Doesn't work for some sounds because we don't have
17030           a 5:1 to stereo element.
17031         * ext/xvid/gstxvid.c: (plugin_init):
17032           Add priority.
17033         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17034         (gst_osssink_change_state):
17035           Add discont handling.
17036
17037 2004-03-09  Colin Walters  <walters@verbum.org>
17038
17039         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
17040         conversion.
17041
17042 2004-03-09  Benjamin Otte  <otte@gnome.org>
17043
17044         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17045           the signals take 2 arguments
17046
17047 2004-03-09  David Schleef  <ds@schleef.org>
17048
17049         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
17050         (gst_alsa_fixate): Add fixate function.  (bug #136686)
17051         * ext/alsa/gstalsa.h:
17052         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
17053
17054 2004-03-09  Benjamin Otte  <otte@gnome.org>
17055
17056         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
17057         (gst_mikmod_change_state):
17058         * ext/mikmod/gstmikmod.h:
17059           make mikmod's loop function not loop infinitely and call
17060           gst_element_yield anymore
17061         * gst/modplug/gstmodplug.cc:
17062           fix pad negotiation (fixes #136590)
17063
17064 2004-03-09  David Schleef  <ds@schleef.org>
17065
17066         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
17067         doesn't conflict with the internal colorspace plugin.
17068         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
17069         satisfy the crappy-ass shell shipped by a certain vendor.
17070         * gst/videofilter/make_filter: same (bug #135299)
17071
17072 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17073
17074         * configure.ac: bump nano to 1
17075
17076 === release 0.7.6 ===
17077
17078 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17079
17080         * configure.in: releasing 0.7.6, "There"
17081
17082 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17083
17084         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17085         * pkgconfig/gstreamer-play.pc.in:
17086           synchronize the two
17087
17088 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17089
17090         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
17091         (cdparanoia_open), (cdparanoia_event):
17092           fix/add error handling
17093         * po/POTFILES.in:
17094           add cdparanoia source
17095         * tools/Makefile.am:
17096           make scripts executable
17097
17098 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17099
17100         * configure.ac:
17101         * ext/vorbis/Makefile.am:
17102         * sys/Makefile.am:
17103           remove id3types, vorbisfile and xvideosink from the build (#133783)
17104
17105 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17106
17107         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17108           Fix metadata read crash (#136537).
17109
17110 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17111
17112         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17113         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
17114           adding mime types, fixing the one-stop function
17115
17116 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17117
17118         * ext/nas/nassink.c and /ext/nas/nassink.h:
17119         More NAS love from Arwed von Merkatz
17120         So lets all sing 'Can you feel the NAS tonight'
17121
17122 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17123
17124         * tools/gst-launch-ext.in:
17125         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
17126
17127 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17128
17129         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17130         (gst_mpeg2dec_init):
17131         remove the user_data pad for now, because it is being used in
17132         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17133         If someone knows how to fix this properly, please do.
17134
17135 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17136
17137         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17138         (gst_osssink_get_time):
17139         add a warning, IMO this won't get triggered anymore, remove later
17140
17141 2004-03-07  David Schleef  <ds@schleef.org>
17142
17143         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17144         format (bug #136470)
17145
17146 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17147
17148         * gst-libs/Makefile.am:
17149         * gst-libs/gst/media-info/Makefile.am:
17150         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17151         (error_callback), (gst_media_info_error_create),
17152         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17153         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17154         * gst-libs/gst/media-info/media-info-priv.h:
17155         * gst-libs/gst/media-info/media-info-test.c: (main):
17156         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17157         (gst_media_info_class_init), (gst_media_info_instance_init),
17158         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17159         (gst_media_info_read_idler), (gst_media_info_read):
17160         * gst-libs/gst/media-info/media-info.h:
17161         fixed, should work now
17162
17163 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17164
17165         * ext/nas/nassink.c:
17166         A bunch of NAS fixes from Arwed von Merkatz
17167
17168 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17169
17170         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17171         (qtdemux_parse_trak):
17172           Fix crash (j might be greater than n_samples, in which case we're
17173           writing outside the allocated space for the array) and memleak.
17174
17175 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17176
17177         * sys/oss/gstosssink.c: (gst_osssink_chain):
17178           And another caller that couldn't handle delay < 0 (unsigned
17179           integer overflow). Video now continues playing on an audio
17180           buffer underrun, and the clock continues working. Audio still
17181           stalls.
17182
17183 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17184
17185         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17186         (gst_osssink_get_time):
17187           get_delay() may return values lower than 0. In those cases, we
17188           should not actually cast to *unsigned* int64, that will break
17189           stuff horribly. In my case, it screwed up A/V sync in movies
17190           in totem rather badly.
17191
17192 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17193
17194         * ext/faac/gstfaac.c: (gst_faac_chain):
17195         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17196         * ext/libpng/gstpngenc.c: (user_write_data):
17197         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17198         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17199         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17200         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17201         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17202         of any buffer), should fix some leaks. I hope I didn't unref buffers
17203         that shouldn't be...
17204
17205 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17206
17207         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17208         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17209         (error_callback), (gmi_reset), (gmi_seek_to_track),
17210         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17211         (gmip_find_type_post), (gmip_find_stream_post),
17212         (gmip_find_track_streaminfo_post):
17213         * gst-libs/gst/media-info/media-info-priv.h:
17214         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17215         (info_print), (main):
17216         * gst-libs/gst/media-info/media-info.c:
17217         (gst_media_info_error_create), (gst_media_info_error_element),
17218         (gst_media_info_instance_init), (gst_media_info_get_property),
17219         (gst_media_info_new), (gst_media_info_set_source),
17220         (gst_media_info_read_idler), (gst_media_info_read):
17221         * gst-libs/gst/media-info/media-info.h:
17222           first pass at making this work again.  This seems to work on
17223           tagged ogg/vorbis and mp3 files.
17224
17225 2004-03-06  Benjamin Otte  <otte@gnome.org>
17226
17227         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17228           fix huge leak: gst_buffer_merge doesn't unref the first argument
17229           itself.
17230
17231 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17232
17233         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17234           report layer/mode/emphasis
17235
17236 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17237
17238         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17239
17240 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17241
17242         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17243           signal serial
17244
17245 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17246
17247         * ext/vorbis/vorbis.c: (plugin_init):
17248         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17249         (gst_vorbis_dec_init), (vorbis_dec_event):
17250         add debug category
17251         make vorbisdec handle _BYTE and _TIME queries
17252
17253 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17254
17255         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17256           from the xing header
17257
17258 2004-03-06  Benjamin Otte  <otte@gnome.org>
17259
17260         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17261         (gst_audio_convert_link), (gst_audio_convert_change_state),
17262         (gst_audio_convert_buffer_from_default_format):
17263           do conversions from/to float correctly, fix some caps nego errors,
17264           export correct supported caps in template and getcaps, use correct
17265           caps in try_set_caps functions
17266
17267 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17268
17269         For some reason, I only committed a ChangeLog entry yesterday and
17270         not the corresponding code...
17271         * ext/mad/gstmad.c: Fix detection of Xing headers
17272         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17273
17274 2004-03-06  Benjamin Otte  <otte@gnome.org>
17275
17276         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17277         (gst_ogg_demux_src_query):
17278           make sure to handle the case where there's no current chain
17279           gracefully.
17280
17281 2004-03-05  David Schleef  <ds@schleef.org>
17282
17283         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17284         Add fixate function. (bug #131128)
17285         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17286         (gst_sdlvideosink_fixate):  Add fixate function.
17287         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17288         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17289         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17290         Fix missing break that was causing ulaw to be interpreted as
17291         raw int.
17292
17293 2004-03-05  David Schleef  <ds@schleef.org>
17294
17295         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17296         Fix code that ignores return value of gst_buffer_merge().
17297         (bug #114560)
17298         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17299         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17300         * testsuite/gst-lint:  Check for above.
17301
17302 2004-03-05  David Schleef  <ds@schleef.org>
17303
17304         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17305         caps and throw an element error.  (bug #136334)
17306
17307 2004-03-05  David Schleef  <ds@schleef.org>
17308
17309         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17310         (gst_faad_chain): Fix negotiation.
17311         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17312         key and button events.
17313         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17314         dung heap of code.
17315         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17316         depends on gconf
17317         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17318         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17319         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17320         function to encourage better negotiation, particularly between
17321         audioconvert and osssink.
17322         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17323         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17324         more important.
17325         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17326         typefinding.
17327         * gst/vbidec/vbiscreen.c:  Add glib header
17328         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17329
17330 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17331
17332         * ext/mad/gstmad.c: Fix detection of Xing headers
17333         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17334
17335 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17336
17337         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17338         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17339           debug updates
17340
17341 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17342
17343         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17344         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17345         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17346         files, and report the parsed length as a GST_TAG_DURATION tag.
17347         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17348
17349 2004-03-05  Benjamin Otte  <otte@gnome.org>
17350
17351         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17352           convert channels correctly. convert correctly to unsigned.
17353
17354 2004-03-05  Julien MOUTTE <julien@moutte.net>
17355
17356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17357         we have a window before clearing it.
17358
17359 2004-03-05  Julien MOUTTE <julien@moutte.net>
17360
17361         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17362         have a window before clearing it.
17363
17364 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17365
17366         * gconf/gstreamer.schemas.in:
17367         * gst-libs/gst/gconf/Makefile.am:
17368           version installation path the same way as for 0.6
17369         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17370         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17371         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17372           remove comment that was fixed
17373
17374 2004-03-05  David Schleef  <ds@schleef.org>
17375
17376         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17377         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17378         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17379         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17380         Add prototype code for handling seeking and querying.
17381
17382 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17383
17384         * examples/gstplay/player.c: (main):
17385           Initialize variables to NULL. Prevents a segfault because the
17386           (uninitialized) variable is not NULL, resulting in a crash on
17387           trying to reach error->message.
17388
17389 2004-03-05  Benjamin Otte  <otte@gnome.org>
17390
17391         * gst/audioconvert/gstaudioconvert.c:
17392         (gst_audio_convert_buffer_to_default_format):
17393         make float=>int conversion work correctly even in cornercases.
17394
17395 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17396
17397         * debian/README.Debian:
17398         * debian/build-deps:
17399         * debian/changelog:
17400         * debian/control:
17401         * debian/control.in:
17402         * debian/copyright:
17403         * debian/gstreamer-a52dec.files:
17404         * debian/gstreamer-aa.files:
17405         * debian/gstreamer-alsa.files:
17406         * debian/gstreamer-alsa.manpages:
17407         * debian/gstreamer-arts.files:
17408         * debian/gstreamer-artsd.files:
17409         * debian/gstreamer-audiofile.files:
17410         * debian/gstreamer-avifile.files:
17411         * debian/gstreamer-cdparanoia.files:
17412         * debian/gstreamer-colorspace.files:
17413         * debian/gstreamer-doc.files:
17414         * debian/gstreamer-dv.files:
17415         * debian/gstreamer-dvd.files:
17416         * debian/gstreamer-esd.files:
17417         * debian/gstreamer-festival.files:
17418         * debian/gstreamer-flac.files:
17419         * debian/gstreamer-gconf.conffiles:
17420         * debian/gstreamer-gconf.files:
17421         * debian/gstreamer-gconf.postinst:
17422         * debian/gstreamer-gnomevfs.files:
17423         * debian/gstreamer-gsm.files:
17424         * debian/gstreamer-http.files:
17425         * debian/gstreamer-jack.files:
17426         * debian/gstreamer-jpeg.files:
17427         * debian/gstreamer-mad.files:
17428         * debian/gstreamer-mikmod.files:
17429         * debian/gstreamer-misc.files:
17430         * debian/gstreamer-mpeg2dec.files:
17431         * debian/gstreamer-oss.files:
17432         * debian/gstreamer-plugin-apps.files:
17433         * debian/gstreamer-plugin-apps.manpages:
17434         * debian/gstreamer-plugin-libs-dev.files:
17435         * debian/gstreamer-plugin-libs.files:
17436         * debian/gstreamer-plugin-template.postinst:
17437         * debian/gstreamer-plugin-template.postrm:
17438         * debian/gstreamer-sdl.files:
17439         * debian/gstreamer-sid.files:
17440         * debian/gstreamer-vorbis.files:
17441         * debian/gstreamer-x.files:
17442         * debian/mk.control:
17443         * debian/rules:
17444         Debian package info not maintained here.
17445
17446 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17447
17448         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17449         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17450         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17451         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17452         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17453         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17454         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17455         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17456         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17457         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17458         * gst-libs/gst/colorbalance/colorbalance.c:
17459         (gst_color_balance_class_init):
17460         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17461         (gst_color_balance_channel_class_init):
17462         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17463         * gst-libs/gst/play/play.c: (gst_play_class_init):
17464         * gst-libs/gst/propertyprobe/propertyprobe.c:
17465         (gst_property_probe_iface_init):
17466         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17467         * gst-libs/gst/tuner/tunerchannel.c:
17468         (gst_tuner_channel_class_init):
17469         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17470         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17471         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
17472         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17473         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17474         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17475         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17476         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
17477         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
17478           fix signals to use - instead of _
17479         * ext/libcaca/gstcacasink.h:
17480         * ext/sdl/sdlvideosink.h:
17481           fix header rename
17482
17483 2004-03-04  David Schleef  <ds@schleef.org>
17484
17485         * testsuite/gst-lint:  Add a check for bad signal names.
17486
17487 2004-03-04  <kost@imn.htwk-leipzig.de>
17488
17489         reviewed by David Schleef
17490
17491         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
17492         modified the alpha channel and caused a warning. (bug #136192)
17493
17494 2004-04-03  Christian Schaller <Uraeus@gnome.org>
17495
17496         * gst-plugins.spec.in:
17497         Change names of plugins to actually be correct. Try to keep things
17498         alphabetical to avoid getting beat up by Thomas
17499
17500 2004-03-03  Julien MOUTTE <julien@moutte.net>
17501
17502         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
17503         Using ximagesink as a default if no gconf key found. We should
17504         probably consider using alsasink instead of osssink for the audio
17505         part.
17506
17507 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17508
17509         * configure.ac:
17510           fix --with-plugins, don't think it ever worked before
17511         * gst-plugins.spec.in:
17512           even more updates
17513
17514 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17515
17516         * ext/sdl/sdlvideosink.h:
17517         * sys/ximage/ximagesink.h:
17518         * sys/xvideo/xvideosink.h:
17519         * sys/xvimage/xvimagesink.h:
17520           Fix for move of gstvideosink.h -> videosink.h.
17521
17522 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17523
17524         * gst-libs/gst/xwindowlistener/Makefile.am:
17525           this is a plugin library, not a library
17526
17527 2004-03-01  David Schleef  <ds@schleef.org>
17528
17529         * AUTHORS:  Added some names.  Add yourself if you're still
17530         missing.
17531
17532 2004-03-01  David Schleef  <ds@schleef.org>
17533
17534         * MAINTAINERS: Add
17535
17536 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17537
17538         * gst-plugins.spec.in: clean up spec file
17539
17540 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17541
17542         * gst-libs/gst/video/Makefile.am:
17543         * gst-libs/gst/video/gstvideosink.c:
17544         * gst-libs/gst/video/gstvideosink.h:
17545           rename gstvideosink.h to videosink.h to match other headers
17546         * gst/mixmatrix/Makefile.am:
17547           fix plugin filename
17548         * gst/tags/Makefile.am: fix plugin filename
17549
17550 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17551
17552         * gst/tags/Makefile.am: fix plugin filename
17553
17554 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17555
17556         * examples/gstplay/player.c: (got_time_tick), (main):
17557           add error handler
17558           display time_tick more readably
17559         * gst/mixmatrix/Makefile.am:
17560           fix plugin file name
17561
17562 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
17563
17564         * sys/oss/gstosselement.c: (gst_osselement_probe),
17565         (device_combination_append), (gst_osselement_class_probe_devices):
17566         * sys/oss/gstosselement.h:
17567           Reworked enumeration of oss dsps and mixers so that gst-mixer works
17568           on my system using alsa oss emulation, fixes bug #135597
17569
17570 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17571
17572         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
17573         (gst_videodrop_chain), (gst_videodrop_change_state):
17574         * gst/videodrop/gstvideodrop.h:
17575           Work based on timestamp of input data, not based on the expected
17576           framerate from the input. The consequence is that this element now
17577           not only scales framerates, but also functions as a framerate
17578           corrector or framerate stabilizer/constantizer.
17579
17580 2004-02-27  David Schleef  <ds@schleef.org>
17581
17582         patches from jmmv@menta.net (Julio M. Merino Vidal)
17583
17584         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
17585         GST_ELEMENT_ERROR call (bug #135634)
17586         * gst/interleave/interleave.c: (interleave_buffered_loop),
17587         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
17588         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
17589         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17590         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
17591         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
17592         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17593         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
17594         Fix GST_ELEMENT_ERROR call.
17595         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
17596         GST_ELEMENT_ERROR call.
17597
17598 2004-02-27  Benjamin Otte  <otte@gnome.org>
17599
17600         * gst-libs/gst/audio/audio.h:
17601           add macro to make sure header isn't included twice
17602         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
17603           don't use gst_buffer_free
17604         * gst/playondemand/filter.func:
17605           don't use gst_data_free. Free data only once.
17606
17607 2004-02-26  David Schleef  <ds@schleef.org>
17608
17609         * gst-libs/gst/colorbalance/Makefile.am:
17610         * gst-libs/gst/mixer/Makefile.am:
17611         * gst-libs/gst/tuner/Makefile.am:
17612         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
17613         should not be disted, -marshal.h files should not be installed,
17614         and -enum.h files _should_ be installed.  Fix to make this the
17615         case.
17616
17617 === release 0.7.5 ===
17618
17619 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17620
17621         * configure.ac: release 0.7.5, "Under The Sea"
17622
17623 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17624
17625         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17626         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
17627         * gst/videoscale/gstvideoscale.c:
17628         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17629           assorted debug/warning fixes
17630
17631 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17632
17633         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
17634         (gst_videoscale_init), (gst_videoscale_chain),
17635         (gst_videoscale_set_property), (plugin_init):
17636         * gst/videoscale/gstvideoscale.h:
17637         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17638         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
17639         (gst_videoscale_planar400), (gst_videoscale_packed422),
17640         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
17641         (gst_videoscale_24bit), (gst_videoscale_16bit),
17642         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
17643         (gst_videoscale_scale_plane_slow),
17644         (gst_videoscale_scale_point_sample),
17645         (gst_videoscale_scale_nearest),
17646         (gst_videoscale_scale_nearest_str2),
17647         (gst_videoscale_scale_nearest_str4),
17648         (gst_videoscale_scale_nearest_32bit),
17649         (gst_videoscale_scale_nearest_24bit),
17650         (gst_videoscale_scale_nearest_16bit):
17651         add debugging category and use it properly
17652         fix use of GST_PTR_FORMAT
17653
17654 2004-02-25  Andy Wingo  <wingo@pobox.com>
17655
17656         * gst/interleave/interleave.c (interleave_buffered_loop): Always
17657         push only when channel->buffer is NULL. Prevents segfaults doing
17658         the state change after a nonlocal exit, like a scheme exception.
17659
17660         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17661         Handle the case where the intersected caps is empty.
17662
17663 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17664
17665         * gst/law/mulaw-decode.c: (mulawdec_link):
17666         * gst/law/mulaw.c: (plugin_init):
17667           fix mulawdec so it actually works again
17668
17669 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
17670
17671         reviewed by: David Schleef  <ds@schleef.org>
17672
17673         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
17674         (gst_gamma_init), (gst_gamma_set_property),
17675         (gst_gamma_get_property), (gst_gamma_calculate_tables),
17676         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
17677         for RGB, with separate r g and b correction factors. (#131167)
17678
17679 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17680
17681         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17682           only signal tags for bitrate if they're > 0 (#134894)
17683
17684 2004-02-24  David Schleef  <ds@schleef.org>
17685
17686         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
17687         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
17688         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
17689         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
17690         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
17691         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
17692         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
17693         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
17694         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
17695         category.  Attempt to fix timestamp calculation.
17696
17697 2004-02-24  Johan Dahlin  <johan@gnome.org>
17698
17699         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
17700
17701 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17702
17703         * configure.ac:
17704         * gconf/Makefile.am:
17705         * gconf/gstreamer.schemas:
17706         * gst-libs/gst/gconf/Makefile.am:
17707         * gst-libs/gst/gconf/gconf.c:
17708           version gconf schemas and install locations
17709
17710 2004-02-23  Benjamin Otte  <otte@gnome.org>
17711
17712         * ext/xine/xineinput.c: (gst_xine_input_dispose):
17713         (gst_xine_input_subclass_init):
17714           call parent dispose.
17715           change pad template for CD reader correctly
17716         * ext/xine/Makefile.am:
17717         * ext/xine/gstxine.h:
17718         * ext/xine/xine.c: (plugin_init):
17719         * ext/xine/xineaudiosink.c:
17720           wrap audio sinks, too
17721         * gst-libs/gst/resample/private.h:
17722         * gst-libs/gst/resample/resample.c: (gst_resample_init),
17723         (gst_resample_reinit), (gst_resample_scale),
17724         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
17725         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
17726         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
17727         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
17728         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
17729         * gst-libs/gst/resample/resample.h:
17730         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17731         (gst_audioscale_class_init), (gst_audioscale_link),
17732         (gst_audioscale_get_buffer), (gst_audioscale_init),
17733         (gst_audioscale_chain), (gst_audioscale_set_property),
17734         (gst_audioscale_get_property):
17735         * gst/audioscale/gstaudioscale.h:
17736           s/resample_*/gst_resample_*/i to not clobber namespaces
17737
17738 2004-02-23  Julien MOUTTE  <julien@moutte.net>
17739
17740         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17741         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17742         (gst_riff_create_video_template_caps),
17743         (gst_riff_create_audio_template_caps),
17744         (gst_riff_create_iavs_template_caps):
17745         * gst-libs/gst/riff/riff-media.h:
17746         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
17747         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
17748         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
17749         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17750         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17751         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17752         (gst_matroska_demux_plugin_init): First batch implementing audio and
17753         video codec tags in demuxers.
17754
17755 2004-02-22  Benjamin Otte  <otte@gnome.org>
17756
17757         * ext/xine/Makefile.am:
17758         * ext/xine/gstxine.h:
17759         * ext/xine/xine.c: (plugin_init):
17760         * ext/xine/xineinput.c:
17761           add input plugin wrapper. Playback from files, http, mms and cdda
17762           works.
17763         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
17764           remove leftover G_GNUC_UNUSED
17765         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
17766         (gst_asf_demux_identify_guid):
17767           improve debugging output
17768
17769 2004-02-22  Benjamin Otte  <otte@gnome.org>
17770
17771         reported by: Padraig O'Briain <padraig.obriain@sun.com>
17772
17773         * autogen.sh:
17774           replace test -e with test -x for mkinstalldirs to be more portable.
17775           (fixes #134816)
17776
17777 2004-02-22  Benjamin Otte  <otte@gnome.org>
17778
17779         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
17780
17781         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
17782           set rank to PRIMARY
17783         * gst/volume/gstvolume.c: (plugin_init):
17784           set rank to NONE
17785         fixes #134960
17786
17787 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
17788
17789         reviewed by Benjamin Otte  <otte@gnome.org>
17790
17791         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
17792           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
17793
17794 2004-02-22  Benjamin Otte  <otte@gnome.org>
17795
17796         * configure.ac:
17797           export [_]*{gst,Gst,GST}.* symbols from plugins
17798
17799 2004-02-22  Christophe Fergeau <teuf@gnome.org>
17800
17801         reviewed by: Benjamin Otte  <otte@gnome.org>
17802
17803         * ext/lame/gstlame.c: (add_one_tag):
17804         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17805         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
17806         (gst_vorbisenc_metadata_set1):
17807         * gst/tags/gstid3tag.c:
17808         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
17809           apply fixes from bugs #135042 (lame can't write tags) and #133817
17810           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
17811
17812 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
17813
17814         * configure.ac: Export only gst_plugin_desc from plugins.
17815          Note that this change only makes any effect with Linux using libtool
17816          1.5.2 or higher. Otherwise it is silently ignored, but it would build
17817          fine. And don't try to have several versions of libtool in different
17818          directories.
17819
17820 2004-02-20  Andy Wingo  <wingo@pobox.com>
17821
17822         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
17823         interleave respectively.
17824
17825         * gst/interleave/deinterleave.c: New plugin: deinterleave
17826         (replaces on oneton).
17827         * gst/interleave/interleave.c: New plugin: interleave.
17828         * gst/interleave/plugin.h: Support file.
17829         * gst/interleave/plugin.c: Support file.
17830
17831         * configure.ac: Remove intfloat and oneton, add interleave.
17832
17833         * ext/sndfile/gstsf.c: Handle events better.
17834
17835         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
17836         and float2int operation. int2float has scheduling problems as
17837         noted in in2float_chain.
17838
17839 2004-02-20  Benjamin Otte  <otte@gnome.org>
17840
17841         * ext/xine/Makefile.am:
17842         * ext/xine/gstxine.h:
17843         * ext/xine/xine.c:
17844         * ext/xine/xineaudiodec.c:
17845         * ext/xine/xinecaps.c:
17846           add first version of xine plugin wrapper. Currently only wraps the
17847           QDM2 win32 DLL, and even that only in proof-of-concept quality.
17848         * configure.ac:
17849         * ext/Makefile.am:
17850           add xine plugin wrapper, disabled by default. Use --enable-xine to
17851           build. Note that it'll segfault on gst-register if you don't remove
17852           the goom and tvtime post plugins from xine.
17853         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17854         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
17855           add extradata parsing for QDM2.
17856           change around debugging prints.
17857
17858 2004-02-19  Benjamin Otte  <otte@gnome.org>
17859
17860         * ext/lame/gstlame.c: (gst_lame_chain):
17861         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17862           use gst_tag_list_insert when you want to insert tags
17863
17864 2004-02-18  David Schleef  <ds@schleef.org>
17865
17866         * configure.ac:  Move massink to gst-rotten
17867         * ext/Makefile.am:
17868         * ext/mas/Makefile.am:
17869         * ext/mas/massink.c:
17870         * ext/mas/massink.h:
17871
17872 2004-02-18  David Schleef  <ds@schleef.org>
17873
17874         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
17875         typefinding, since it seems to be worse than nothing.
17876         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
17877         atom to recognize .mp4 and .m4a files as video/quicktime.
17878
17879 2004-02-18  David Schleef  <ds@schleef.org>
17880
17881         * gst/sine/demo-dparams.c: (quit_live),
17882         (dynparm_log_value_changed), (dynparm_value_changed), (main):
17883         Use double dparams, not float.
17884         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17885         (gst_sinesrc_init): Change sync default to FALSE, since multiple
17886         sync'd elements don't really work correctly.
17887         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
17888         (volume_update_volume), (volume_get_property):  Change dparam
17889         to double.
17890
17891 2004-02-18  Julien MOUTTE  <julien@moutte.net>
17892
17893         * sys/ximage/ximagesink.c:
17894         (gst_ximagesink_xwindow_update_geometry),
17895         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
17896         (gst_ximagesink_change_state), (gst_ximagesink_expose),
17897         (gst_ximagesink_init): Rework the way software video scaling works. So
17898         now we check on each chain call if the video frames are feeling the
17899         window. If not we try to renegotiate caps. On failure we memorize that
17900         and we won't try again for that PLAYING sessions.
17901         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
17902         failure.
17903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
17904         synchronous flag.
17905
17906 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17907
17908         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17909           break up _link so we can give a better debug message for errors
17910
17911 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17912
17913         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
17914           set up debug category
17915
17916 2004-02-18  Julien MOUTTE <julien@moutte.net>
17917
17918         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17919         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
17920         the way renegotiation work. The event handling function is not taking
17921         care of external windows and renegotiate method check for pad flags
17922         NEGOTIATING. Should fix : #133209
17923
17924 2004-02-17  Julien MOUTTE  <julien@moutte.net>
17925
17926         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
17927         pad is negotiating before trying renegotiation.
17928
17929 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17930
17931         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
17932           pass on all possible mime types as typefind hints
17933
17934 2004-02-17  Julien MOUTTE <julien@moutte.net>
17935
17936         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
17938         possible SHM leak if we crash. All other apps using XShm are doing
17939         that.
17940
17941 2004-02-17  Julien MOUTTE  <julien@moutte.net>
17942
17943         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17944         (gst_ximagesink_expose): Renegotiate size on expose.
17945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
17946         size on expose.
17947
17948 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17949
17950         * testsuite/alsa/sinesrc.c:
17951           cosmetic fix to fix compile issue with gcc 2.95.4
17952
17953 2004-02-16  Julien MOUTTE <julien@moutte.net>
17954
17955         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17956         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
17957         failed opening the audio device.
17958         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17959         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
17960         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
17961         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
17962         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
17963         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
17964         (gst_ximagesink_change_state), (gst_ximagesink_chain),
17965         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
17966         Removing some useless g_return_if_fail like wingo suggested.
17967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17968         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
17969         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
17970         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
17971         (gst_xvimagesink_update_colorbalance),
17972         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
17973         (gst_xvimagesink_xcontext_clear),
17974         (gst_xvimagesink_get_fourcc_from_caps),
17975         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
17976         (gst_xvimagesink_set_xwindow_id),
17977         (gst_xvimagesink_colorbalance_list_channels),
17978         (gst_xvimagesink_colorbalance_set_value),
17979         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
17980         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
17981
17982 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17983
17984         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17985           throw error when not negotiated instead of asserting
17986
17987 2004-02-15  Julien MOUTTE  <julien@moutte.net>
17988
17989         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
17990         correct data refcounting.
17991
17992 2004-02-15  Julien MOUTTE  <julien@moutte.net>
17993
17994         * gst/switch/gstswitch.c: (gst_switch_change_state),
17995         (gst_switch_class_init): Cleaning the sinkpads correctly on state
17996         change, mostly the EOS flag.
17997
17998 2004-02-15  Julien MOUTTE  <julien@moutte.net>
17999
18000         * examples/gstplay/player.c: (got_eos), (main): Adding some
18001         output for debugging.
18002         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
18003         timeouts if we go to any state different from PLAYING.
18004         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
18005         more EOS bugs in riff lib.
18006
18007 2004-02-14  Julien MOUTTE  <julien@moutte.net>
18008
18009         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
18010         visualization until i find a way to fix switch correctly.
18011         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
18012         EOS arrives.
18013         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18014         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18015         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
18016         Reworked switch to get a more correct behaviour with events and refing
18017         of data stored in sinkpads.
18018         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
18019         we don't pull from a pad in EOS.
18020
18021 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18022
18023         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18024           remove v1 tag even if we can't read it (makes sure we don't detect
18025           it again)
18026
18027 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18028
18029         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
18030         (gst_alsa_xrun_recovery):
18031         * ext/alsa/gstalsa.h:
18032           try xrun recovery when wait failed. Make xrun recovery function
18033           return TRUE/FALSE to indicate success. (might fix #134354)
18034
18035 2004-02-13  David Schleef  <ds@schleef.org>
18036
18037         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
18038         (dynparm_value_changed), (main): Convert from float to double.
18039         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
18040
18041 2004-02-13  David Schleef  <ds@schleef.org>
18042
18043         * gst/silence/gstsilence.c: (gst_silence_class_init),
18044         (gst_silence_set_clock), (gst_silence_get),
18045         (gst_silence_set_property), (gst_silence_get_property):
18046         * gst/silence/gstsilence.h: Add sync property.
18047         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18048         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
18049         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
18050         * gst/sine/gstsinesrc.h: Add sync property.
18051
18052 2004-02-13  David Schleef  <ds@schleef.org>
18053
18054         * gst/intfloat/gstint2float.c: (conv_f32_s16),
18055         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
18056
18057 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18058
18059         * configure.ac:
18060         * ext/Makefile.am:
18061         * gst-libs/ext/Makefile.am:
18062           move ffmpeg plugin to gst-ffmpeg module
18063
18064 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18065
18066         * configure.ac: use GST_ARCH to detect architecture
18067
18068 2004-02-12  Julien MOUTTE  <julien@moutte.net>
18069
18070         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
18071
18072 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18073
18074         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18075           classify LADSPA plugins based on number of src/sink pads
18076           (#133663, Stefan Kost)
18077         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
18078           fix dparams registration
18079           (#133528, Stefan Kost)
18080         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
18081           fix use of isprint and use g_ascii_isprint instead
18082           (#133316, Stefan Kost)
18083
18084 2004-02-11  David Schleef  <ds@schleef.org>
18085
18086         Convert a few inner loops to use liboil.  This is currently
18087         optional, and is only enabled if liboil is present (duh!).
18088         * configure.ac: Check for liboil-0.1
18089         * gst/intfloat/Makefile.am:
18090         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
18091         (gst_int2float_chain_gint16):
18092         * gst/videofilter/Makefile.am:
18093         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
18094         (tablelookup_u8), (gst_videobalance_planar411):
18095         * gst/videotestsrc/Makefile.am:
18096         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
18097         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
18098         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
18099         (paint_hline_RGB565), (paint_hline_xRGB1555):
18100
18101 2004-02-11  David Schleef  <ds@schleef.org>
18102
18103         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
18104         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
18105         (gst_colorspace_getcaps), (gst_colorspace_link),
18106         (gst_colorspace_base_init), (gst_colorspace_init),
18107         (gst_colorspace_chain), (gst_colorspace_change_state),
18108         (plugin_init): Merge Ronald's patch (bug #117897) and update
18109         for new caps and negotiation.  Seems to work, although it
18110         shows off bugs in lcs.
18111
18112 2004-02-11  David Schleef  <ds@schleef.org>
18113
18114         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
18115         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
18116
18117 2004-02-11  David Schleef  <ds@schleef.org>
18118
18119         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
18120         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
18121         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
18122         Add server and port properties
18123
18124 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18125
18126         * m4/a52.m4:
18127         * m4/aalib.m4:
18128         * m4/as-ffmpeg.m4:
18129         * m4/as-liblame.m4:
18130         * m4/as-slurp-ffmpeg.m4:
18131         * m4/check-libheader.m4:
18132         * m4/esd.m4:
18133         * m4/freetype2.m4:
18134         * m4/gconf-2.m4:
18135         * m4/glib.m4:
18136         * m4/gst-alsa.m4:
18137         * m4/gst-artsc.m4:
18138         * m4/gst-ivorbis.m4:
18139         * m4/gst-matroska.m4:
18140         * m4/gst-sdl.m4:
18141         * m4/gst-shout2.m4:
18142         * m4/gst-sid.m4:
18143         * m4/gtk.m4:
18144         * m4/libdv.m4:
18145         * m4/libfame.m4:
18146         * m4/libmikmod.m4:
18147         * m4/ogg.m4:
18148         * m4/vorbis.m4:
18149           fix underquotedness of macros (#133800)
18150         * m4/as-avifile.m4:
18151         * m4/xmms.m4:
18152           removed because no longer used
18153
18154 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18155
18156         * configure.ac:
18157           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18158           by autopoint (fixes #132996)
18159
18160 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18161
18162         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18163         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18164         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18165         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18166           fix memleaks
18167
18168 2004-02-11  David Schleef  <ds@schleef.org>
18169
18170         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18171         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18172         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18173         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18174         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18175         (gst_jpegenc_class_init), (gst_jpegenc_init),
18176         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18177         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18178         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18179         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18180
18181 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18182
18183         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18184         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18185         * ext/mikmod/gstmikmod.h:
18186           fix caps negotiation in mikmod
18187         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18188           output debug information
18189
18190 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18191
18192         * gst-libs/gst/colorbalance/Makefile.am:
18193         * gst-libs/gst/navigation/Makefile.am:
18194         * gst-libs/gst/xoverlay/Makefile.am:
18195           remove unused GST_OPT_CFLAGS from Makefiles
18196           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18197
18198 2004-02-07  David Schleef  <ds@schleef.org>
18199
18200         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18201         push events to pads that haven't been created (#133508)
18202
18203 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18204
18205         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18206         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18207         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18208         (gst_dvdec_loop), (gst_dvdec_change_state):
18209         Second attempt at committing a working dvdec element.
18210
18211 2004-02-06  David Schleef  <ds@schleef.org>
18212
18213         Build fixes for OS X: (see #129600)
18214         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18215         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18216         (gst_riff_read_strf_iavs):
18217         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18218         (gst_avi_demux_stream_odml):
18219         * gst/playondemand/Makefile.am:
18220         * gst/rtp/rtp-packet.c:
18221
18222 2004-02-05  David Schleef  <ds@schleef.org>
18223
18224         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18225         last change, because it Just Doesn't Compile.
18226
18227 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18228
18229         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18230           skip undecodable id3v2 tag instead of keeping it
18231
18232 2004-02-05  David Schleef  <ds@schleef.org>
18233
18234         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18235         Unref leaked buffer.  (Noticed by Ronald)
18236
18237 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18238
18239         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18240         Sync requires with other checks.  >= vs =.
18241
18242 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18243
18244         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18245         (gst_dvdec_video_link), (gst_dvdec_loop):
18246         * ext/dv/gstdvdec.h:
18247           rework the caps negotiation so that dvdec works again instead
18248           of just segfaulting.
18249
18250 === release 0.7.4 ===
18251
18252 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18253
18254         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18255         * configure.ac: changed for release
18256
18257 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18258
18259         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18260         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18261         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18262         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18263           reworked patch by David Lehn to fix libdir and includedir for
18264           uninstalled libraries
18265           removed play and gconf from gstreamer-libs since they have their
18266           own pkgconfig files
18267
18268 2004-02-04  David Schleef  <ds@schleef.org>
18269
18270         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18271         memleak.
18272
18273 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18274
18275         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18276           use correct GST_TAG_ENCODER tag
18277
18278 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18279
18280         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18281           be sure to stop the clock when going to paused
18282         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18283           reset number of transmitted when going to ready.
18284         fixes #132935
18285
18286 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18287
18288         reviewed by Benjamin Otte
18289
18290         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18291           extract track count (fixes #133410)
18292
18293 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18294
18295         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18296           that should be !=, not == (fixes #132519)
18297
18298 2004-02-04  David Schleef  <ds@schleef.org>
18299
18300         Make sure set_explicit_caps() is called before adding pad.
18301         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18302         * gst/id3/gstid3types.c: (gst_id3types_loop):
18303         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18304         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18305
18306 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18307
18308         * configure.ac:
18309           bump nano to 2, first prerelease
18310           put back AM_PROG_LIBTOOL
18311
18312 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18313
18314         * testsuite/alsa/Makefile.am:
18315           these are user test apps, not automatic testsuite tests
18316
18317 2004-02-04  David Schleef  <ds@schleef.org>
18318
18319         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18320         * gst/mpeg1videoparse/gstmp1videoparse.c:
18321         (mp1videoparse_parse_seq):
18322         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18323         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18324         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18325         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18326         (gst_xvideosink_getcaps):
18327         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18328         * testsuite/gst-lint: more tests
18329
18330 2004-02-04  David Schleef  <ds@schleef.org>
18331
18332         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18333         with the code that they would expand to.
18334         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18335         (gst_flacdec_get_src_query_types),
18336         (gst_flacdec_get_src_event_masks):
18337         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18338         (gst_gnomevfssrc_get_query_types),
18339         (gst_gnomevfssrc_get_event_mask):
18340
18341 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18342
18343         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18344         (gst_sinesrc_dispose):
18345           fix memleak by properly disposing sinesrc
18346
18347 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18348
18349         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18350         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18351         an overlay to redraw the image because it has been exposed.
18352         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18353         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18354         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18355         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18356         interface
18357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18358         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18359         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18360         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18361         interface
18362
18363 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18364
18365         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18366           more memleak fixage
18367
18368 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18369
18370         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18371         * gst/typefind/gsttypefindfunctions.c:
18372           fix memleaks shown by gst-typefind
18373
18374 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18375
18376         * common/glib-gen.mak:
18377           add hack rule to touch .Plo files
18378         * gst-libs/gst/colorbalance/Makefile.am:
18379         * gst-libs/gst/mixer/Makefile.am:
18380         * gst-libs/gst/play/Makefile.am:
18381         * gst-libs/gst/tuner/Makefile.am:
18382           remove glib_root variable
18383
18384 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18385
18386         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18387           set explicit caps before adding the element, so the autopluggers can
18388           plug correctly.
18389         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18390         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18391         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18392         (dv_type_find):
18393           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18394           argument.
18395
18396 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18397
18398         * gst-libs/gst/colorbalance/Makefile.am:
18399         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18400         * gst-libs/gst/colorbalance/colorbalance.c:
18401         * gst-libs/gst/colorbalance/colorbalance.h:
18402         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18403         * gst-libs/gst/mixer/Makefile.am:
18404         * gst-libs/gst/mixer/mixer-marshal.list:
18405         * gst-libs/gst/mixer/mixer.c:
18406         * gst-libs/gst/mixer/mixer.h:
18407         * gst-libs/gst/mixer/mixermarshal.list:
18408         * gst-libs/gst/play/Makefile.am:
18409         * gst-libs/gst/play/play.h:
18410         * gst-libs/gst/tuner/Makefile.am:
18411         * gst-libs/gst/tuner/tuner-marshal.list:
18412         * gst-libs/gst/tuner/tuner.c:
18413         * gst-libs/gst/tuner/tuner.h:
18414         * gst-libs/gst/tuner/tunermarshal.list:
18415           use new glib-gen.mak snippet to clean up Makefile.am
18416           fix various bugs in Makefile.am's
18417
18418 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18419
18420         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18421           handle chain parsing correctly in the multichain case
18422         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18423         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18424         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18425         (theora_dec_chain):
18426           handle events and queries correctly
18427
18428 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18429
18430         * .cvsignore:
18431         Ignore generated file _stdint.h.
18432
18433 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18434
18435         * gst-libs/gst/colorbalance/Makefile.am:
18436         * gst-libs/gst/colorbalance/colorbalance.h:
18437         * gst-libs/gst/mixer/Makefile.am:
18438         * gst-libs/gst/mixer/mixer.h:
18439         * gst-libs/gst/play/Makefile.am:
18440         * gst-libs/gst/play/play.h:
18441         * gst-libs/gst/tuner/Makefile.am:
18442         * gst-libs/gst/tuner/tuner.h:
18443         Generate enum type code with glib-mkenums.
18444         * gst-libs/gst/colorbalance/.cvsignore:
18445         * gst-libs/gst/mixer/.cvsignore:
18446         * gst-libs/gst/play/.cvsignore:
18447         * gst-libs/gst/tuner/.cvsignore:
18448         Ignore generated files.
18449
18450 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18451
18452         * gst-libs/gst/audio/.cvsignore:
18453         Ignore generated file.
18454         * gst-libs/gst/audio/Makefile.am:
18455         Do not install example filter.
18456
18457 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18458
18459         * examples/switch/.cvsignore:
18460         Ignore generated file.
18461
18462 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18463
18464         * common/m4/ax_create_stdint_h.m4:
18465         * configure.ac:
18466           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18467           _stdint.h.
18468         * Makefile.am:
18469           remove generated _stdint.h in DISTCLEANFILES
18470         * ext/a52dec/gsta52dec.c:
18471           include _stdint.h for a52dec. (should fix #133064)
18472
18473 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18474
18475         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
18476         (gst_tag_to_vorbis_comments):
18477         Add replaygain support to vorbistag
18478
18479 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18480         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18481         (gst_ffmpeg_caps_to_extradata):
18482           Fix SVQ3 caps flag properties
18483           Use glib macro for bytes swap
18484
18485 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18486
18487         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18488         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18489         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18490         * ext/sndfile/gstsf.c: (plugin_init):
18491         * gst/avi/gstavi.c: (plugin_init):
18492         * sys/dxr3/dxr3init.c: (plugin_init):
18493         * sys/oss/gstossaudio.c: (plugin_init):
18494         * sys/v4l/gstv4l.c: (plugin_init):
18495         * sys/v4l2/gstv4l2.c: (plugin_init):
18496           remove textdomain calls
18497         * po/nl.po:
18498           update Dutch translation
18499
18500 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18501
18502         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18503         (gst_play_set_audio_sink): Moving volume in the audio thread for
18504         instantaneous volume change. Maybe i will add another volume in front
18505         of visualization later, not sure yet though.
18506
18507 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18508
18509         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18510         (gst_ximagesink_handle_xevents): Better X events handling, only take
18511         the latest events for configure and motion.
18512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
18513
18514 2004-02-02  Jon Trowbridge  <trow@gnu.org>
18515
18516         reviewed by: David Schleef  <ds@schleef.org>
18517
18518         Fix memory leaks:
18519         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
18520         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
18521
18522 2004-02-02  David Schleef  <ds@schleef.org>
18523
18524         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
18525         of lines.
18526         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
18527         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18528         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
18529         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18530         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18531         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
18532         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
18533         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
18534         (gst_float2_2_int_link):
18535         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18536         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
18537         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
18538         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
18539         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
18540         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
18541         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
18542         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
18543         * testsuite/gst-lint: Add tests for bzero and ;;
18544
18545 2004-02-02  David Schleef  <ds@schleef.org>
18546
18547         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
18548
18549 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18550
18551         * ext/aalib/gstaasink.c: (gst_aasink_open):
18552         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
18553         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18554         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18555         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
18556         (gst_afsink_close_file):
18557         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
18558         (gst_afsrc_close_file):
18559         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
18560         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
18561         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18562         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
18563         * ext/esd/esdmon.c: (gst_esdmon_get):
18564         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
18565         * ext/faac/gstfaac.c: (gst_faac_chain):
18566         * ext/faad/gstfaad.c: (gst_faad_chain):
18567         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
18568         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18569         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
18570         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
18571         (gst_flacdec_loop):
18572         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18573         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18574         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18575         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
18576         (gst_gnomevfssink_close_file):
18577         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18578         (gst_gnomevfssrc_open_file):
18579         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18580         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
18581         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
18582         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18583         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
18584         * ext/mad/gstmad.c: (gst_mad_chain):
18585         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
18586         * ext/mpeg2dec/gstmpeg2dec.c:
18587         * ext/mpeg2enc/gstmpeg2enc.cc:
18588         * ext/mplex/gstmplex.cc:
18589         * ext/mplex/gstmplexibitstream.cc:
18590         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
18591         (gst_ogg_demux_push):
18592         * ext/raw1394/gstdv1394src.c:
18593         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
18594         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
18595         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
18596         (gst_sf_loop):
18597         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18598         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
18599         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
18600         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
18601         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18602         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
18603         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
18604         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
18605         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18606         (gst_riff_read_element_data), (gst_riff_read_seek),
18607         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
18608         * gst/adder/gstadder.c: (gst_adder_loop):
18609         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
18610         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
18611         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
18612         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18613         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
18614         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
18615         * gst/goom/gstgoom.c: (gst_goom_chain):
18616         * gst/id3/gstid3types.c: (gst_id3types_loop):
18617         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18618         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
18619         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
18620         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18621         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
18622         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
18623         (gst_ebml_read_float), (gst_ebml_read_header):
18624         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
18625         (gst_matroska_demux_parse_blockgroup):
18626         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
18627         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
18628         * gst/oneton/gstoneton.c: (gst_oneton_chain):
18629         * gst/silence/gstsilence.c: (gst_silence_get):
18630         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18631         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
18632         * gst/speed/gstspeed.c: (speed_loop):
18633         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18634         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18635         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
18636         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18637         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18638         (gst_wavparse_loop):
18639         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
18640         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
18641         (dxr3audiosink_close):
18642         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
18643         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
18644         (dxr3videosink_close), (dxr3videosink_write_data):
18645         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
18646         * sys/oss/gstosssink.c: (gst_osssink_chain):
18647         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18648         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
18649         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
18650         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
18651         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
18652         (gst_v4l_set_window), (gst_v4l_enable_overlay):
18653         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
18654         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
18655         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
18656         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
18657         (gst_v4l_set_audio):
18658         * sys/v4l/v4l_calls.h:
18659         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
18660         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
18661         (gst_v4lmjpegsink_playback_init),
18662         (gst_v4lmjpegsink_playback_start):
18663         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
18664         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18665         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
18666         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
18667         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
18668         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
18669         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
18670         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
18671         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
18672         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
18673         (gst_v4l2_get_output), (gst_v4l2_set_output),
18674         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
18675         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
18676         (gst_v4l2_set_attribute):
18677         * sys/v4l2/v4l2_calls.h:
18678         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
18679         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
18680         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
18681         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
18682         (gst_v4l2src_capture_stop):
18683         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
18684         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
18685         (gst_ximagesink_chain):
18686         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
18687         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
18688         (gst_xvideosink_xwindow_new):
18689         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18690         (gst_xvimagesink_chain):
18691
18692 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18693
18694         * gst/volume/gstvolume.c: (gst_volume_set_volume),
18695         (gst_volume_get_volume), (volume_class_init), (volume_init),
18696         (volume_chain_int16), (volume_update_volume):
18697         * gst/volume/gstvolume.h:
18698           make code more readable by removing magic numbers
18699           make mixer interface export 0-100 range
18700           make it internally map to 0.0-1.0 range so users don't distort
18701           output by putting the sliders at full volume
18702
18703 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18704
18705         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
18706         (gst_play_state_change), (gst_play_seek_to_time):
18707         block the tick callback for 0.5 secs after doing a seek
18708
18709 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18710
18711         * gst-libs/gst/play/play.c: (gst_play_new):
18712           check for GError
18713
18714 2004-02-01  Julien MOUTTE  <julien@moutte.net>
18715
18716         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
18717         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
18718         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
18719         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
18720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
18721         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
18722
18723 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18724
18725         * configure.ac:
18726         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18727           check for a function added in vorbis 1.1
18728
18729 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18730
18731         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
18732         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
18733           really start/stop clock only on PLAYING <=> PAUSED
18734         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18735           remove \n from debugging lines
18736         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18737           make it work when seeking does not
18738         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18739           reset on DISCONT
18740
18741 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18742
18743         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
18744           start clock on PAUSED=>PLAYING, not later
18745         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18746           extract correct time for different discont formats
18747         (gst_alsa_sink_get_time):
18748           don't segfault when no format is negotiated yet, just return 0
18749         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18750         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
18751         (gst_ogg_pad_push):
18752           handle flush and discont events correctly
18753         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
18754           handle discont events correctly
18755
18756 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18757
18758         * gst-libs/gst/play/play.c: (gst_play_error_quark),
18759         (gst_play_error_create), (gst_play_error_plugin),
18760         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
18761         * gst-libs/gst/play/play.h:
18762           add error handling during creation
18763         * examples/gstplay/player.c: (main):
18764           use new gst_play_new
18765
18766
18767 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18768
18769         * ext/theora/theoradec.c: (theora_dec_chain):
18770           make comments work
18771         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18772         (vorbis_dec_src_event), (vorbis_dec_chain):
18773           add encoder tag, fix tag reading to be more error tolerant, change
18774           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
18775           gst_pad_event_default.
18776         * gst/tags/gstvorbistag.c:
18777         (gst_tag_list_from_vorbiscomment_buffer):
18778           undefine function specific define at end of function
18779
18780 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
18781
18782         * ext/flac/gstflac.c: (plugin_init):
18783         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
18784         * ext/flac/gstflacdec.h:
18785         * ext/flac/gstflacenc.h:
18786           Fix typos
18787
18788 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
18789
18790         * examples/gstplay/player.c: s/gstplay.h/play.h/
18791
18792 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18793
18794         * gst-libs/gst/play/Makefile.am:
18795         * gst-libs/gst/play/gstplay.c:
18796         * gst-libs/gst/play/gstplay.h:
18797         * gst-libs/gst/play/play.c:
18798           more surgery, operation complete
18799
18800 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18801
18802         * gst-libs/gst/play/play.old.c:
18803         * gst-libs/gst/play/play.old.h:
18804           after CVS surgery by moving, remove
18805         * gst-libs/gst/play/playpipelines.c:
18806           remove
18807
18808         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18809           add negotiation error
18810
18811 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18812
18813         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18814         (gst_ogg_demux_push):
18815           add some seeking debug info
18816           send a flush when seeking
18817
18818 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18819
18820         * configure.ac:
18821           use AC_C_INLINE
18822         * configure.ac:
18823         * ext/Makefile.am:
18824         * ext/theora/Makefile.am:
18825         * ext/theora/theoradec.c:
18826           add theora video decoder. Does just do simple decoding for now and
18827           has been tested against Theora cvs only. It only works when theora
18828           is compiled with --enable-static.
18829         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18830           always reset packetno on DISCONT
18831
18832 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18833
18834         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18835           Fix audio.
18836
18837 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18838
18839         * gst/mpegaudioparse/gstmpegaudioparse.c:
18840         (mp3_type_frame_length_from_header):
18841           Fix header parsing - stolen from ffmpeg (thank you! :) ).
18842
18843 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18844
18845         * ext/esd/esdsink.c: (gst_esdsink_init):
18846           Since we have static pad template caps, we don't need to negotiate;
18847           either the core errors out or we know the format.
18848
18849 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18850
18851         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18852         (gst_riff_read_seek):
18853         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18854         (gst_ebml_read_seek):
18855           Fix event handling.
18856
18857 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18858
18859         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
18860           removee video/x-theora from vp3 decoder, it doesn't handle raw
18861           theora streams
18862         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
18863           fix bug with finalizing element that never went to PAUSED
18864         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
18865           length and position queries were swapped
18866         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18867         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
18868         (vorbis_dec_src_event):
18869           implement querying time and bytes
18870
18871 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18872
18873         * just about every source file:
18874           gst_element_error -> GST_ELEMENT_ERROR
18875
18876 2004-01-29  Julien MOUTTE  <julien@moutte.net>
18877
18878         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
18879         emiting FLUSH and even before DISCONT.
18880         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
18881         get the best instant seeking as possible yay!
18882
18883 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18884
18885         * gst/mpeg1videoparse/gstmp1videoparse.c:
18886         (gst_mp1videoparse_real_chain):
18887           Committed wrong version last week... Grr... Didn't notice until now.
18888
18889 2004-01-29  Julien MOUTTE <julien@moutte.net>
18890
18891         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
18892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
18893         have_xwindow_id signal in xwindow_create.
18894
18895 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18896
18897         * ext/ogg/gstoggdemux.c:
18898           lots of changes - mainly support for chained bitstreams, seeking,
18899           querying and bugfixes of course
18900         * ext/vorbis/Makefile.am:
18901         * ext/vorbis/vorbisdec.c:
18902         * ext/vorbis/vorbisdec.h:
18903           add vorbisdec raw vorbis decoder
18904         * ext/vorbis/vorbis.c: (plugin_init):
18905           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
18906         * gst/intfloat/Makefile.am:
18907         * gst/intfloat/float22int.c:
18908         * gst/intfloat/float22int.h:
18909         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
18910           add float2intnew plugin. It converts multichannel interleaved float to
18911           multichannel interleaved int. The name should probably be changed.
18912         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
18913         (plugin_init):
18914           add typefinding for raw theora video so oggdemux can detect it.
18915
18916 2004-01-28  Julien MOUTTE  <julien@moutte.net>
18917
18918         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
18919         sink element first.
18920         * gst/videoscale/gstvideoscale.c:
18921         (gst_videoscale_handle_src_event): Fixing src event handler.
18922
18923 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18924
18925         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
18926         (gst_v4lsrc_open), (gst_v4lsrc_close),
18927         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
18928         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
18929         * sys/v4l/gstv4lsrc.h:
18930         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
18931         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
18932           Implement resizing... Hack. But that's why v4l is b0rked...
18933
18934 2004-01-28  Julien MOUTTE <julien@moutte.net>
18935
18936         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
18937         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
18938         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
18939         (gst_ximagesink_xwindow_destroy):
18940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18941         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
18942         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18943         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
18944         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
18945         correctly cleaning the image created to check xshm calls on succes,
18946         added a lot of XSync calls in X11 functions, and fixed a segfault when
18947         no image format was defined before negotiation happened.
18948
18949 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18950
18951         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
18952           use gst_element_get_time to get correct time
18953
18954 2004-01-28  Julien MOUTTE  <julien@moutte.net>
18955
18956         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
18957         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
18958         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
18959         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
18960         (gst_xvimagesink_check_xshm_calls),
18961         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
18962         X plugins are now able to detect that XShm calls will fail even if the
18963         server claims that it has XShm support (remote displays most of the
18964         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
18965         so that we use non XShm functions. This feature is almost useless for
18966         xvimagesink as Xv is not supported on remote displays anyway, but
18967         it might happen than even on the local display XShm calls fail.
18968
18969 2004-01-27  David Schleef  <ds@schleef.org>
18970
18971         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
18972         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
18973         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
18974         changed esdsink to only use 44100,16,2, since esd sucks at rate
18975         conversion and esdsink has had difficulty negotiating.
18976
18977 2004-01-27  Julien MOUTTE <julien@moutte.net>
18978
18979         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
18980         (gst_play_seek_to_time): Fixing the way to get current position.
18981
18982 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18983
18984         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
18985           use gst_element_get_time to get correct time
18986
18987 2004-01-27  Julien MOUTTE <julien@moutte.net>
18988
18989         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
18990         fix ever... Inverting 2 lines of code make spider autoplug correctly
18991         tagged mp3 !
18992
18993 2004-01-27  David Schleef  <ds@schleef.org>
18994
18995         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18996         Use gst_pad_try_set_caps_nonfixed().
18997
18998 2004-01-27  David Schleef  <ds@schleef.org>
18999
19000         * gst/ac3parse/gstac3parse.c: update to checklist 5
19001         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
19002         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
19003         * gst/audioscale/gstaudioscale.c: same
19004         * gst/auparse/gstauparse.c: same
19005         * gst/avi/gstavidemux.c: same
19006
19007 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19008
19009         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19010           stop processing after EOS
19011
19012 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19013
19014         * gst/asfdemux/asfheaders.h:
19015         * gst/asfdemux/gstasfdemux.c:
19016         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
19017         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
19018         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
19019           lot's of fixes to make data extraction simpler and get the code
19020           architecture and compiler independant. Add debugging category
19021         * gst/goom/gstgoom.c: (gst_goom_change_state):
19022           reset channel count on PAUSED=>READY, not READY=>PAUSED
19023
19024 2004-01-26  Colin Walters  <walters@verbum.org>
19025
19026         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
19027         code to pull a bigger buffer in iradio mode.  This as a side effect
19028         makes typefinding work.
19029
19030 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19031
19032         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19033         Fix SVQ3 decoding on PPC
19034
19035 2004-01-26  Julien MOUTTE <julien@moutte.net>
19036
19037         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
19038         that one managed to stay there... Fixed.
19039
19040 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19041
19042         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19043         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
19044         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
19045         (qtdemux_video_caps):
19046         * gst/qtdemux/qtdemux.h:
19047         Add SVQ3 specific flags to qtdemux and ffmpeg
19048
19049 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19050
19051         * gst-libs/gst/audio/audio.h:
19052           remove buffer-frames from audio caps
19053         * gst/audioconvert/gstaudioconvert.c:
19054           fix plugin to really work.
19055
19056 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19057
19058         * gst-libs/gst/mixer/mixer.c:
19059         * gst-libs/gst/propertyprobe/propertyprobe.c:
19060         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
19061         (gst_tuner_find_channel_by_name):
19062         * gst-libs/gst/tuner/tuner.h:
19063           Add gtk-doc style comments. Also fix a function name.
19064
19065 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19066
19067         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
19068         (gst_divxdec_negotiate):
19069           Fix for new capsnego - also fixes gst-player with divxdec.
19070
19071 2004-01-25  Julien MOUTTE  <julien@moutte.net>
19072
19073         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19074         (gst_play_identity_handoff), (gst_play_set_location),
19075         (gst_play_set_visualization), (gst_play_connect_visualization): Another
19076         try in visualization implementation. Still have an issue with switch
19077         blocking when pulling from video_queue and only audio comes out of
19078         spider.
19079         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19080         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
19081         release method. And check if the pad is usable before pulling.
19082
19083 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19084
19085         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
19086         (gst_videobalance_init),
19087         (gst_videobalance_colorbalance_list_channels),
19088         (gst_videobalance_colorbalance_set_value),
19089         (gst_videobalance_colorbalance_get_value),
19090         (gst_videobalance_update_properties),
19091         (gst_videobalance_update_tables_planar411),
19092         (gst_videobalance_planar411):
19093         * gst/videofilter/gstvideobalance.h:
19094           Implement lookup-tables. +/- 10x faster.
19095
19096 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19097
19098         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19099         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19100           The index reading was broken. The rest worked fine, but the whole
19101           goal of my rewrite was to make avidemux readable, and this was
19102           not at all readable. Please use typed variables.
19103
19104 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19105
19106         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19107           Additional pad usability check.
19108         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19109         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
19110         (gst_mp1videoparse_real_chain):
19111           Fix MPEG video stream parsing. The original plugin had several
19112           issues, including not timestamping streams where the source was
19113           not timestamped (this happens with PTS values in mpeg system
19114           streams, but MPEG video is also a valid stream on its own so
19115           that needs timestamps too). We use the display time code for that
19116           for now. Also, if one incoming buffer contains multiple valid
19117           frames, we push them all on correctly now, including proper EOS
19118           handling. Lastly, several potential segfaults were fixed, and we
19119           properly sync on new sequence/gop headers to include them in next,
19120           not previous frames (since they're header for the next frame, not
19121           the previous). Also see #119206.
19122         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
19123         (bpf_from_header):
19124           Move caps setting so we only do it after finding several valid
19125           MPEG-1 fraes sequentially, not right after the first one (which
19126           might be coincidental).
19127         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19128         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19129         (plugin_init):
19130           Add unsynced MPEG video stream typefinding, and change some
19131           probability values so we detect streams rightly. The idea is as
19132           follows: I can have an unsynced system stream which contains
19133           video. In the current code, I would randomly get a type for either
19134           system or video stream type found, because the probabilities are
19135           being calculated rather randomly. I now use fixed values, so we
19136           always prefer system stream if that was found (and that is how it
19137           should be). If no system stream was found, we can still identity                the stream as video-only.
19138
19139 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19140
19141         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19142         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19143           don't write to buffer. Extract data without the need of
19144           __attribute__ ((packed))
19145
19146 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19147
19148         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19149         (mpeg1_sys_type_find):
19150           Fix MPEG-1 stream typefinding.
19151
19152 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19153
19154         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19155           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19156
19157 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19158
19159         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19160         * ext/esd/gstesd.c: (plugin_init):
19161           private debugging, better error reporting
19162
19163 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19164
19165         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19166         (gst_riff_read_init), (gst_riff_read_change_state):
19167         * gst-libs/gst/riff/riff-read.h:
19168           Remove stuff fromold metadata system.
19169
19170 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19171
19172         * ext/ogg/gstoggdemux.c:
19173           Fix wrong file comment.
19174         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19175         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19176           Add metadata reading properly.
19177
19178 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19179
19180         * ext/Makefile.am:
19181           Fix nas DIST_SUBDIRS
19182           Uraeus:
19183           Fix bug where make distcheck doesn't get run on adding stuff to
19184           the build.
19185
19186 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19187
19188         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19189         * ext/divx/gstdivxdec.h:
19190           Fix divx3 ("msmpeg4") playback using divxdec.
19191
19192 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19193
19194         * gst/typefind/gsttypefindfunctions.c:
19195         (mp3_type_frame_length_from_header): fix bug in length computation
19196         (mp3_type_find): improve debugging output
19197
19198 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19199
19200         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19201         (gst_play_set_location), (gst_play_seek_to_time),
19202         (gst_play_set_audio_sink), (gst_play_set_visualization),
19203         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19204         the pipeline from scratch. Visualization is back and switch went out as
19205         i realized it was not possible to use the way i wanted.
19206         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19207         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19208         clearing in state change from READY to NULL. So that one can clean the
19209         X ressources keeping the element.
19210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19211         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19212         (gst_xvimagesink_colorbalance_set_value),
19213         (gst_xvimagesink_colorbalance_get_value),
19214         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19215         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19216         change from READY to NULL and fixed some stupid bugs in colorbalance
19217         get/set values. Also added the following feature : when nobody tries to
19218         set some values to the colorbalance levels before the xcontext is
19219         grabbed, then when creating channels list from Xv attributes we set the
19220         internal values to the Xv defaults. This way we handle buggy Xv drivers
19221         that set default hue values far from the middle of the range (Thanks
19222         to Jon Trowbridge for pointing that issue).
19223         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19224         colorbalance levels have been set before xcontext is grabbed.
19225
19226 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19227
19228         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19229           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19230           it might block operations (which is bad for a mixer).
19231
19232 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19233
19234         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19235         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19236         (gmip_find_type_pre):
19237         * gst-libs/gst/media-info/media-info-priv.h:
19238         * gst-libs/gst/media-info/media-info.c:
19239         (gst_media_info_instance_init), (gst_media_info_read_idler):
19240         add fakesink to get caps on decoder src pad again
19241         fix callback prototype to match new have_type signal signature
19242
19243 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19244
19245         * gst/adder/gstadder.c: (gst_adder_link):
19246           fix non-compile and cut-n-paste code
19247
19248 2004-01-21  David Schleef  <ds@schleef.org>
19249
19250         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19251         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19252         (gst_swfdec_init), (gst_swfdec_change_state):
19253         * ext/swfdec/gstswfdec.h:
19254         Fix negotiation.
19255         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19256         (gst_adder_request_new_pad): Fix negotiation.
19257         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19258         Add a fixate function.
19259         * gst/intfloat/gstfloat2int.c:
19260         * gst/intfloat/gstfloat2int.h:
19261         * gst/intfloat/gstint2float.c:
19262         * gst/intfloat/gstint2float.h:
19263         Completely rewrite the negotiation.  Doesn't quite work yet,
19264         due to some buffer-frames problem.
19265
19266 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19267
19268         * ext/gnomevfs/gstgnomevfssrc.c:
19269         * sys/v4l2/v4l2_calls.h:
19270           fix includes for distcheck
19271
19272 2004-01-21  Christian Schaller <uraeus@gnome.org>
19273
19274         * ext/nas/
19275         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19276         based on earlier patch from Laurent Vivier
19277
19278 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19279
19280         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19281         Fix wma caps property
19282         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19283         Fix typo (flags1 and flags2)
19284
19285 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19286
19287         * gst-libs/gst/media-info/media-info-priv.c:
19288         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19289         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19290         (gmip_find_stream), (gmip_find_track_metadata),
19291         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19292         (gmip_find_track_format):
19293         * gst-libs/gst/media-info/media-info-priv.h:
19294         * gst-libs/gst/media-info/media-info-test.c: (main):
19295         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19296         (gst_media_info_read_idler), (gst_media_info_read):
19297         * gst-libs/gst/media-info/media-info.h:
19298           register debugging category and use it for debugging
19299
19300 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19301
19302         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19303         (gst_vorbisfile_new_link):
19304           signal streaminfo through tags
19305
19306 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19307
19308         * ext/mplex/gstmplex.cc:
19309         * ext/mplex/gstmplexibitstream.cc:
19310           g++ doesn't like NULL in our i18n/error macros, should be
19311           either (NULL) or ("").
19312
19313 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19314
19315         * sys/dxr3/dxr3audiosink.c:
19316         * sys/dxr3/dxr3init.c:
19317         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19318         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19319           Fix more error error error errors (missing includes here).
19320
19321 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19322
19323         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19324           fix thomas' error errors.
19325
19326 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19327
19328         * ext/mpeg2enc/gstmpeg2enc.cc:
19329           fix error errors.
19330
19331 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19332
19333         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19334         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19335           Fix for new error system.
19336
19337 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19338
19339         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19340           fix for new error reporting
19341
19342 2004-01-20  David Schleef  <ds@schleef.org>
19343
19344         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19345         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19346         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19347         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19348         and neither is 100+, most likely.
19349         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19350         (gst_xvimagesink_getcaps): same
19351
19352 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19353
19354         * configure.ac:
19355           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19356           clashes with ffmpeg.
19357
19358 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19359
19360         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19361         (gst_switch_init): Fixed switch element : proxying link and setting
19362         caps from src to sink on request.
19363
19364 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19365
19366         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19367         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19368         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19369         fix element_error
19370
19371 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19372
19373         * sys/v4l/v4l_calls.h:
19374         * sys/v4l2/v4l2_calls.h:
19375           element_error fixes
19376
19377 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19378
19379         * gst-libs/gst/gst-i18n-plugin.h:
19380           add locale.h
19381           remove config.h inclusion
19382
19383 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19384
19385         * autogen.sh:
19386           adding autopoint invocation
19387         * Makefile.am:
19388         * configure.ac:
19389         * gst-libs/gst/gettext.h:
19390           adding gettext bits
19391         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19392         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19393         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19394         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19395         (gst_gnomevfssink_close_file):
19396         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19397         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19398         * gst-libs/gst/gst-i18n-plugin.h:
19399         * gst/avi/gstavi.c: (plugin_init):
19400         * sys/dxr3/dxr3init.c: (plugin_init):
19401         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19402         * sys/oss/gstossaudio.c: (plugin_init):
19403         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19404         * sys/v4l/gstv4l.c: (plugin_init):
19405         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19406         * sys/v4l2/gstv4l2.c: (plugin_init):
19407         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19408         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19409         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19410         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19411         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19412         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19413           make sure locale and translation domain are set
19414           fix translated strings
19415         * po/.cvsignore:
19416         * po/LINGUAS:
19417         * po/Makevars:
19418         * po/POTFILES.in:
19419         * po/nl.po:
19420           put translation files into place
19421         * sys/xvideo/imagetest.c: (main):
19422         * ext/dv/demo-play.c: (main):
19423           fix unnecessary translations
19424
19425 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19426
19427         * ext/sndfile/gstsf.c:
19428         * gst/avi/gstavimux.c:
19429         * ext/audiofile/gstafsink.c:
19430         * ext/audiofile/gstafsrc.c:
19431         * ext/gnomevfs/gstgnomevfssink.c:
19432         * ext/gnomevfs/gstgnomevfssrc.c:
19433         * sys/oss/gstosselement.c:
19434         * sys/v4l/v4l_calls.h:
19435           fix i18n include
19436
19437 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19438
19439         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19440         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19441         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19442         (gst_v4l2_get_output), (gst_v4l2_set_output),
19443         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19444         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19445         (gst_v4l2_set_attribute):
19446         update to new error handling
19447
19448 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19449
19450         * ext/sidplay/gstsiddec.cc:
19451         * gst/modplug/gstmodplug.cc:
19452           parenthese NULL because C++ seems angry about it
19453
19454 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19455
19456         * gst-libs/gst/gst-i18n-plugin.h:
19457           add skeleton i18n stuff, but needs to be further implemented
19458
19459 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19460
19461         * examples/gstplay/player.c: (main):
19462         * ext/aalib/gstaasink.c: (gst_aasink_open):
19463         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19464         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19465         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19466         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19467         (gst_afsink_close_file):
19468         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19469         (gst_afsrc_close_file):
19470         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19471         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19472         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19473         * ext/esd/esdmon.c: (gst_esdmon_get):
19474         * ext/esd/esdsink.c: (gst_esdsink_chain):
19475         * ext/faac/gstfaac.c: (gst_faac_chain):
19476         * ext/faad/gstfaad.c: (gst_faad_chain):
19477         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19478         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19479         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19480         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19481         (gst_flacdec_loop):
19482         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19483         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19484         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19485         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19486         (gst_gnomevfssink_close_file):
19487         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19488         (gst_gnomevfssrc_open_file):
19489         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19490         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19491         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19492         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19493         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19494         * ext/mad/gstmad.c: (gst_mad_chain):
19495         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19496         * ext/mpeg2dec/gstmpeg2dec.c:
19497         * ext/mpeg2enc/gstmpeg2enc.cc:
19498         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19499         * ext/mplex/gstmplex.cc:
19500         * ext/mplex/gstmplexibitstream.cc:
19501         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19502         (gst_ogg_demux_push), (gst_ogg_pad_push):
19503         * ext/raw1394/gstdv1394src.c:
19504         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19505         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19506         * ext/sidplay/gstsiddec.cc:
19507         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19508         (gst_sf_loop):
19509         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19510         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19511         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19512         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19513         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19514         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19515         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19516         * gst-libs/gst/Makefile.am:
19517         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19518         (gst_riff_read_element_data), (gst_riff_read_seek),
19519         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19520         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
19521         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19522         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19523         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19524         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19525         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19526         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19527         * gst/goom/gstgoom.c: (gst_goom_chain):
19528         * gst/id3/gstid3types.c: (gst_id3types_loop):
19529         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19530         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19531         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19532         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19533         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19534         (gst_ebml_read_float), (gst_ebml_read_header):
19535         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19536         (gst_matroska_demux_parse_blockgroup):
19537         * gst/modplug/gstmodplug.cc:
19538         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19539         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19540         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19541         * gst/silence/gstsilence.c: (gst_silence_get):
19542         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19543         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19544         * gst/speed/gstspeed.c: (speed_loop):
19545         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19546         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19547         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19548         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19549         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19550         (gst_wavparse_loop):
19551         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19552         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19553         (dxr3audiosink_close):
19554         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19555         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19556         (dxr3videosink_close), (dxr3videosink_write_data):
19557         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19558         * sys/oss/gstosselement.h:
19559         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
19560         (gst_osssink_chain):
19561         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19562         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19563         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19564         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19565         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
19566         (gst_v4l_enable_overlay):
19567         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19568         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19569         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19570         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19571         (gst_v4l_set_audio):
19572         * sys/v4l/v4l_calls.h:
19573         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19574         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19575         (gst_v4lmjpegsink_playback_init),
19576         (gst_v4lmjpegsink_playback_start):
19577         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19578         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
19579         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
19580         (gst_v4lmjpegsrc_requeue_frame):
19581         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19582         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19583         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19584         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19585         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19586         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19587         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19588         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19589         (gst_v4l2src_capture_stop):
19590         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19591         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19592         (gst_ximagesink_chain):
19593         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19594         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19595         (gst_xvideosink_xwindow_new):
19596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19597         (gst_xvimagesink_chain):
19598         use new error signal, function and categories
19599
19600 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
19601
19602         * configure.ac:
19603         * ext/Makefile.am:
19604         * ext/musicbrainz/gsttrm.c:
19605         * ext/musicbrainz/gsttrm.h:
19606         * ext/musicbrainz/Makefile.am:
19607         Add a trm plugin
19608
19609 2004-01-18  Julien MOUTTE  <julien@moutte.net>
19610
19611         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
19612         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
19613         synchronous property for debugging.
19614         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
19615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19616         (gst_xvimagesink_set_property): Moving a pointer declaration to a
19617         smaller block, fixing indent.
19618
19619 2004-01-16  David Schleef  <ds@schleef.org>
19620
19621         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
19622         property affects the video stream.
19623         * sys/xvimage/xvimagesink.c:
19624         * sys/xvimage/xvimagesink.h:
19625         Add synchronous property for debugging.  Should probably be
19626         disabled in non-CVS builds.  Make sure that the Xv attribute
19627         exists before we set it (crash!).  Fix a silly float bug that
19628         caused colorbalance to just not work.
19629
19630 2004-01-17  Christian Schaller <Uraeus@gnome.org>
19631
19632         * tools/gst-launch-ext.in - update for new plugins
19633
19634 2004-01-16  David Schleef  <ds@schleef.org>
19635
19636         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
19637         already-freed caps.
19638
19639 2994-01-16  Christian Schaller <Uraeus@gnome.org>
19640
19641         * Update spec for new colorspace plugin and libcaca plugin
19642         * Fix compilation of libcaca plugin (clock -> id)
19643
19644 2004-01-16  Julien MOUTTE <julien@moutte.net>
19645
19646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
19647         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19648         (gst_xvimagesink_set_xwindow_id),
19649         (gst_xvimagesink_colorbalance_set_value),
19650         (gst_xvimagesink_colorbalance_get_value),
19651         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19652         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
19653         correct colorbalance properties. They can now be set when the element
19654         is still in NULL state. The values will be committed to the Xv Port
19655         when xcontext is initialized.
19656         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
19657         brightness int values in the GstXvImagesink structure.
19658
19659 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19660
19661         * gst-libs/gst/Makefile.am:
19662           restructure so having local patches works easier.
19663
19664 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19665
19666         * ext/mpeg2enc/Makefile.am:
19667         * ext/mpeg2enc/gstmpeg2enc.cc:
19668         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19669           Bugfix with respect to EOS handling.
19670
19671 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19672
19673         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
19674           Link with right caps (else, it segfaults).
19675         * ext/mplex/gstmplexjob.cc:
19676           Fix for slight API change in 1.6.1.93 release of mjpegtools.
19677
19678 2004-01-15  David Schleef  <ds@schleef.org>
19679
19680         * gst-libs/gst/audio/Makefile.am:
19681         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
19682         from the template.
19683         * gst-libs/gst/audio/gstaudiofilter.c:
19684         * gst-libs/gst/audio/gstaudiofilter.h:
19685         Add bytes_per_sample and size and n_samples calculation.
19686         * gst-libs/gst/audio/gstaudiofilterexample.c:
19687         Remove, now autogenerated.
19688         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
19689         Moved from gstaudiofilterexample, object name changed, code added
19690         so that it actually works.
19691         * gst-libs/gst/audio/make_filter:
19692         Script to build an audiofilter subclass from the template.
19693         * gst/colorspace/Makefile.am:
19694         * gst/colorspace/yuv2yuv.c:
19695         Remove file, since it's GPL, and we don't use it.
19696
19697 2004-01-15  Julien MOUTTE  <julien@moutte.net>
19698
19699         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
19701         them use the buffer free function to test how the buffer was allocated.
19702
19703 2004-01-15  David Schleef  <ds@schleef.org>
19704
19705         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
19706         that handles osssink fallback.
19707         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19708         (gst_audio_convert_getcaps):
19709         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19710         Add audio/x-qdm2 for QDM2 audio.
19711         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19712         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
19713         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19714         Decrease minimum size to 16x16.
19715         * gst/wavparse/gstwavparse.c:
19716         Convert disabled pad template caps to new caps.
19717         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19719         (gst_xvimagesink_chain): Throw element error when display cannot
19720         be opened.  Increase minimum framerate to 1.0.  Check the data
19721         free function on a buffer to make sure it is the type we expect
19722         before manipulating it.
19723
19724 2004-01-15  Julien MOUTTE <julien@moutte.net>
19725
19726         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
19727         (gst_videobalance_colorbalance_set_value): Implement passthru if
19728         settings are in the middle.
19729         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
19730
19731 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19732
19733         * gst/videofilter/Makefile.am:
19734         * gst/volume/Makefile.am:
19735           Since we use videofilter symbols, link to it.
19736
19737 2004-01-15  Julien MOUTTE <julien@moutte.net>
19738
19739         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
19740         mixer interface type to HARDWARE.
19741         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
19742         type to SOFTWARE.
19743         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
19744         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
19745         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
19746         (gst_volume_interface_init), (gst_volume_list_tracks),
19747         (gst_volume_set_volume), (gst_volume_get_volume),
19748         (gst_volume_set_mute), (gst_volume_mixer_init),
19749         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
19750         (volume_init): Implementing mixer interface.
19751         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
19752         * sys/oss/gstosselement.c: (gst_osselement_get_type),
19753         (gst_osselement_change_state): Removing some trailing commas in
19754         structures.
19755         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
19756         interface type to HARDWARE.
19757         * sys/v4l/gstv4lcolorbalance.c:
19758         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
19759         type to HARDWARE.
19760         * sys/v4l2/gstv4l2colorbalance.c:
19761         (gst_v4l2_color_balance_interface_init): Setting colorbalance
19762         interface type to HARDWARE.
19763         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
19764         same code than ximagesink for event handling.
19765
19766 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19767
19768         * ext/snapshot/Makefile.am:
19769         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
19770         (gst_snapshot_chain):
19771         * ext/snapshot/gstsnapshot.h:
19772           This has to be a joke... Snapshot should be connected to a tee,
19773           colorspace element before it and EOS after that, where the other
19774           src of the tee receives normal data.
19775           The current way is *wrong*.
19776
19777 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19778
19779         * ext/hermes/gsthermescolorspace.c:
19780           Fix another compile error. Same as below.
19781
19782 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19783
19784         * gst/colorspace/gstcolorspace.c:
19785         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
19786         (gst_colorspace_i420_to_yv12):
19787           Fix compiling... Didn't test if it actually works.
19788
19789 2004-01-15  David Schleef  <ds@schleef.org>
19790
19791         * configure.ac:
19792         * gst/colorspace/Makefile.am:
19793         * gst/colorspace/gstcolorspace.c:
19794         * gst/colorspace/gstcolorspace.h:
19795         * gst/colorspace/yuv2rgb.c:
19796         * gst/colorspace/yuv2rgb.h:
19797         Duplicate the ext/hermes colorspace plugin, and remove Hermes
19798         code and GPL code.  Fix for new caps negotiation.  Rewrite
19799         much of the format handling code, and some of the conversion
19800         code.  Basically, rewrote almost everything.  This element
19801         handles I420, YV12 to RGB conversions.
19802         * ext/hermes/Makefile.am:
19803         * ext/hermes/gsthermescolorspace.c:
19804         Rename colorspace to hermescolorspace.  Fix negotiation issues.
19805         Remove non-Hermes related code.  This element handles lots of
19806         RGB to RGB conversions, but no YUV.
19807         * ext/hermes/gstcolorspace.c:
19808         * ext/hermes/gstcolorspace.h:
19809         * ext/hermes/rgb2yuv.c:
19810         * ext/hermes/yuv2rgb.c:
19811         * ext/hermes/yuv2rgb.h:
19812         * ext/hermes/yuv2rgb_mmx16.s:
19813         * ext/hermes/yuv2yuv.c:
19814         * ext/hermes/yuv2yuv.h:
19815         Remove old code.
19816
19817 2004-01-14  Colin Walters  <walters@verbum.org>
19818
19819         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
19820         they've already been.
19821
19822 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19823
19824         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
19825           assume tag mode when pad is not connected
19826
19827 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19828
19829         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19830           Don't update the time of the clock
19831         (gst_alsa_sink_loop):
19832           sync to the clock given to alsasink, not the own clock
19833         * sys/oss/gstosssink.c: (gst_osssink_chain):
19834           sync to the clock
19835         (gst_osssink_change_state):
19836           activate the clock
19837         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
19839           remove bogus code that made DISCONT events unhandled
19840         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
19841           explicitly case to double in _set_simple. (fixes 2nd warning in bug
19842           #131502)
19843         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
19844         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
19845         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
19846           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
19847           2nd warning in bug #131502)
19848
19849 2004-01-14  Julien MOUTTE  <julien@moutte.net>
19850
19851         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
19852         (gst_videobalance_colorbalance_set_value),
19853         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
19854         for colorbalance interface implementation.
19855         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19856         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
19857         (gst_ximagesink_dispose), (gst_ximagesink_init),
19858         (gst_ximagesink_class_init): Adding DISPLAY property.
19859         * sys/ximage/ximagesink.h: Adding display_name to store display.
19860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19861         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19862         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
19863         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
19864         properties (they still need polishing though for gst-launch use : no
19865         xcontext yet, i ll do that tomorrow).
19866         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
19867
19868 2004-01-14  Julien MOUTTE  <julien@moutte.net>
19869
19870         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19871         (gst_play_set_location), (gst_play_set_visualization): Preparing
19872         switch integration, adding videobalance in the pipeline.
19873
19874 2004-01-14  Julien MOUTTE <julien@moutte.net>
19875
19876         * gst-libs/gst/colorbalance/colorbalance.c:
19877         (gst_color_balance_class_init): Adding a default type.
19878         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
19879         the type.
19880         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
19881         (gst_videobalance_dispose), (gst_videobalance_class_init),
19882         (gst_videobalance_init), (gst_videobalance_interface_supported),
19883         (gst_videobalance_interface_init),
19884         (gst_videobalance_colorbalance_list_channels),
19885         (gst_videobalance_colorbalance_set_value),
19886         (gst_videobalance_colorbalance_get_value),
19887         (gst_videobalance_colorbalance_init): Implementing colorbalance
19888         interface.
19889         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
19890         list.
19891         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
19892         bug which was triggering a BadAccess X error when setting an overlay
19893         before pad was really negotiated.
19894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
19895         Using the colorbalance type macro.
19896
19897 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19898
19899         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
19900         (gst_flacenc_chain):
19901           handle tags correctly
19902         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
19903           extract ID3v1 tags correctly
19904
19905 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19906
19907         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
19908         (plugin_init):
19909           Improve matroska typefinding for odd-typed headers...
19910
19911 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19912
19913         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
19914           Fix for using incremental number on padnames.
19915
19916 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19917
19918         * ext/divx/gstdivxdec.c:
19919         * ext/divx/gstdivxenc.c:
19920           Set category to divx4linux instead of divx (too generic).
19921         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19922         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19923         (gst_wavparse_loop), (gst_wavparse_change_state):
19924         * gst/wavparse/gstwavparse.h:
19925           fix parsing of WAV files with non-standard fmt-tag size and fix
19926           skipping of unrecognized chunks... Someone please fix this thing
19927           to use rifflib so all this is automated.
19928         * sys/v4l/Makefile.am:
19929         * sys/v4l2/Makefile.am:
19930           Add X_CFLAGS because we depend on X (for overlay).
19931
19932 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
19933
19934         * ext/mpeg2dec/gstmpeg2dec.c:
19935           Don't issue a timestamp unless we tagged the frame
19936           with a PTS.
19937
19938 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19939
19940         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
19941           Query the audio element to get the time, not the clock. We're
19942           interested in the element's time here.
19943
19944 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19945
19946         * ext/aalib/gstaasink.c: (gst_aasink_chain):
19947         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19948         * ext/esd/esdsink.c: (gst_esdsink_chain):
19949         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
19950         * ext/mas/massink.c: (gst_massink_chain):
19951         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
19952         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
19953         (gst_matroska_demux_parse_metadata):
19954         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
19955         (gst_mpeg_parse_release_locks):
19956         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
19957         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
19958         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19959         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19960         (gst_osssink_change_state):
19961         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19962         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19963         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
19964         (gst_xvideosink_release_locks):
19965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
19966           use element time.
19967         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
19968         (gst_alsa_clock_stop):
19969         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
19970         (gst_audio_clock_get_internal_time):
19971           simplify for use with new clocking code.
19972         * testsuite/alsa/Makefile.am:
19973         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
19974           fix testsuite for new caps system
19975
19976 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19977
19978         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19979         * ext/flac/gstflacenc.c: (add_one_tag):
19980           length is already host endian, no need to convert. Fixes playback of
19981           tagged files on PPC. (bug #128384)
19982
19983 2004-01-13  Julien MOUTTE <julien@moutte.net>
19984
19985         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
19986         colorbalance interface stating if it is hardware based or software
19987         based.
19988         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
19989         Removing a trailing comma.
19990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19991         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
19992         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
19993         the documentation seems to be wrong on the -1000 to 1000 interval.
19994
19995 2004-01-12  David Schleef  <ds@schleef.org>
19996
19997         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19998         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
19999         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
20000         Fix negotiation.  Add a bufferalloc function for the sink pad,
20001         and generally clean up some of the code.
20002
20003 2004-01-12  Julien MOUTTE <julien@moutte.net>
20004
20005         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20006         (gst_color_balance_channel_dispose): Adding safety check in dispose
20007         method.
20008         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20009         (gst_xvimagesink_xcontext_clear),
20010         (gst_xvimagesink_interface_supported),
20011         (gst_xvimagesink_colorbalance_list_channels),
20012         (gst_xvimagesink_colorbalance_set_value),
20013         (gst_xvimagesink_colorbalance_get_value),
20014         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
20015         Adding colorbalance interface support to set XV parameters such as
20016         HUE, BRIGHTNESS, CONTRAST, SATURATION.
20017         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
20018         interface.
20019
20020 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20021
20022         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
20023         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
20024         (gst_audio_convert_init), (gst_audio_convert_set_property),
20025         (gst_audio_convert_get_property), (gst_audio_convert_chain),
20026         (gst_audio_convert_link),
20027         (gst_audio_convert_buffer_to_default_format),
20028         (gst_audio_convert_buffer_from_default_format), (plugin_init):
20029           - implement _getcaps and use it
20030           - improve linking
20031           - remove float caps since no float conversion is actually done
20032           - remove properties and arguments that were to be used for rate
20033             conversion
20034
20035 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20036
20037         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
20038         (gst_audio_structure_set_int):
20039         * gst-libs/gst/audio/audio.h:
20040           add helper functions for _getcaps matching the standard audio
20041           templates
20042
20043 2004-01-12  David Schleef  <ds@schleef.org>
20044
20045         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20046         Test that pad is negotiated before getting its caps.
20047
20048 2004-01-12  Julien MOUTTE <julien@moutte.net>
20049
20050         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
20051         analyzing the pads of an element the bin is mostly in READY state so
20052         no caps were negotiated. This helper function needs to work with
20053         _get_caps directly then. I was not freeing them though, added that to
20054         fix the mem leak.
20055
20056 2004-01-12  Julien MOUTTE <julien@moutte.net>
20057
20058         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
20060         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
20061         than the free_func.
20062
20063 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20064
20065         * sys/oss/gstossaudio.c: (plugin_init):
20066         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20067         * sys/oss/gstosselement.h:
20068           make an oss debugging category
20069           make failure more descriptive
20070
20071 2004-01-11  David Schleef  <ds@schleef.org>
20072
20073         * ext/ffmpeg/gstffmpeg.c:
20074         * ext/ffmpeg/gstffmpegcodecmap.c:
20075         * ext/ffmpeg/gstffmpegdec.c:
20076         * ext/ffmpeg/gstffmpegenc.c:
20077         * ext/ffmpeg/gstffmpegprotocol.c:
20078         * ext/gdk_pixbuf/gstgdkanimation.c:
20079         * ext/jpeg/gstjpeg.c:
20080         * ext/libpng/gstpng.c:
20081         * ext/mpeg2dec/perftest.c:
20082         * ext/speex/gstspeex.c:
20083         * gst-libs/gst/resample/dtos.c:
20084         * gst/intfloat/gstintfloatconvert.c:
20085         * gst/oneton/gstoneton.c:
20086         * gst/rtjpeg/RTjpeg.c:
20087         * gst/rtp/gstrtp.c:
20088         * sys/dxr3/dxr3init.c:
20089         * sys/glsink/gstgl_nvimage.c:
20090         * sys/glsink/gstgl_pdrimage.c:
20091         * sys/glsink/gstglsink.c:
20092         * testsuite/gst-lint:
20093         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
20094
20095 2004-01-11  David Schleef  <ds@schleef.org>
20096
20097         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
20098         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
20099         * ext/gdk_pixbuf/gstgdkanimation.c:
20100         (gst_gdk_animation_iter_create_pixbuf):
20101         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20102         (gst_gdk_pixbuf_chain):
20103         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20104         * ext/jack/gstjack.c: (gst_jack_change_state):
20105         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
20106         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
20107         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20108         * gst/videofilter/gstvideofilter.c:
20109         (gst_videofilter_set_output_size):
20110         Remove all usage of gst_pad_get_caps(), and replace it with
20111         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
20112
20113 2004-01-11  David Schleef  <ds@schleef.org>
20114
20115         * configure.ac:
20116         * ext/Makefile.am: Fixes to make ext/libcaca compile.
20117         * ext/divx/gstdivxdec.c:
20118         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20119         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
20120         handle images that span multiple buffers.  Now work with both
20121         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
20122         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20123         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
20124         video/video.h changes
20125         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
20126         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20127         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20128         of GstData free function.
20129         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20130         same.
20131
20132 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20133
20134         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20135         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20136         (gst_v4l2element_get_property):
20137         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20138           add norm, channel and frequency properties.
20139         * sys/v4l2/gstv4l2tuner.c:
20140           fixes for tuner interface changes
20141         * sys/v4l2/gstv4l2element.h:
20142         * sys/v4l2/gstv4l2src.c:
20143         * sys/v4l2/gstv4l2src.h:
20144         * sys/v4l2/v4l2src_calls.c:
20145         * sys/v4l2/v4l2src_calls.h:
20146           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20147
20148 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20149
20150         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20151         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20152         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20153         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20154         * gst-libs/gst/tuner/tuner.h:
20155           GObjects aren't const.
20156           Add find_by_name functions.
20157           Add checks to _changed functions.
20158         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20159         (gst_v4l_tuner_get_norm):
20160           Fixes for above.
20161
20162 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20163
20164         * gst-libs/gst/video/video.h:
20165           Fix caps template names to be understandable.
20166           Prefix everything with GST_VIDEO.
20167         * ext/aalib/gstaasink.c:
20168         * ext/divx/gstdivxdec.c:
20169         * ext/divx/gstdivxenc.c:
20170         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20171         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20172         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20173         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20174         * ext/libcaca/gstcacasink.c:
20175         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20176         * ext/snapshot/gstsnapshot.c:
20177         * ext/swfdec/gstswfdec.c:
20178         * ext/xvid/gstxviddec.c:
20179         * ext/xvid/gstxvidenc.c:
20180         * gst/chart/gstchart.c:
20181         * gst/deinterlace/gstdeinterlace.c:
20182         * gst/effectv/gsteffectv.c:
20183         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20184         * gst/goom/gstgoom.c:
20185         * gst/median/gstmedian.c:
20186         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20187         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20188         * gst/overlay/gstoverlay.c:
20189         * gst/smooth/gstsmooth.c:
20190         * gst/smpte/gstsmpte.c:
20191         * gst/synaesthesia/gstsynaesthesia.c:
20192         * gst/videocrop/gstvideocrop.c:
20193         * gst/videodrop/gstvideodrop.c:
20194         * gst/y4m/gsty4mencode.c:
20195         * sys/qcam/gstqcamsrc.c:
20196         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20197           Make them work with new video.h file.
20198         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20199         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20201         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20202           Make it work with new buffer allocation system.
20203
20204 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20205
20206         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20207         pad_alloc_buffer implementation to use ->srcpad
20208         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20209         pad_alloc_buffer implementation to use ->srcpad
20210         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20211         pad_alloc_buffer implementation to use ->srcpad
20212         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20213         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20214         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20215         a reference to everything we need.
20216         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20218         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20219         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20220         a reference to everything we need.
20221         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20222
20223 2004-01-11  David Schleef  <ds@schleef.org>
20224
20225         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20226         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20227         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20228         structure members.
20229         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20230         value during a resize/renegotiation.
20231         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20232         gst_pad_alloc_buffer();
20233         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20234         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20235         structure members.
20236         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20237         Fix for rename of buffer private structure members.
20238         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20239         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20240         Fix for rename of buffer private structure members.
20241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20242         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20243         Fix for rename of buffer private structure members.
20244
20245 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20246
20247         reviewed by: David Schleef <ds@schleef.org>
20248
20249         * gst/videofilter/Makefile.am:
20250         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20251         from the patch by ds to fit in with recent make_filter changes.
20252
20253 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20254
20255         * configure.ac: Adding examples/switch/Makefile
20256         * examples/Makefile.am: Adding examples/switch
20257         * examples/switch/Makefile.am: Adding switcher example.
20258         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20259         (switch_timer), (main): Adding an example demonstrating switch usage
20260         with 2 videotestsrc showing different patterns.
20261         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20262         (gst_switch_init): Fixing switch with the new caps system.
20263
20264 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20265
20266         * gst-libs/gst/video/video.h:
20267           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20268           They should probably be like
20269           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20270
20271 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20272
20273         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20274         (qtdemux_parse_trak):
20275           fix audio chunk size/timestamp calculation
20276
20277 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20278
20279         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20280           fix SVQ3 caps
20281
20282 2004-01-11  Steve Baker  <steve@stevebaker.org>
20283
20284         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20285         (gst_agingtv_base_init), (gst_agingtv_class_init),
20286         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20287         (gst_agingtv_set_property), (gst_agingtv_get_property):
20288         Port agingTV to videofilter
20289
20290 2004-01-09  Julien MOUTTE <julien@moutte.net>
20291
20292         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20293         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20294
20295 2004-01-09  Julien MOUTTE <julien@moutte.net>
20296
20297         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20298         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20299         * gst-libs/gst/xoverlay/xoverlay.c:
20300         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20301         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20302         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20303         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20304         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20305         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20306         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20307         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20308         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20309         interface implementation to handle xid being 0 and fix some bugs
20310         triggered by Benjamin's testcase.
20311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20312         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20313         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20314         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20315         interface implementation to handle xid being 0 and fix some bugs
20316         triggered by Benjamin's testcase.
20317
20318 2004-01-09  David Schleef  <ds@schleef.org>
20319
20320         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20321         mouse pointer events.  It works.
20322
20323 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20324
20325         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20326           Use explicit caps - fix capsnego.
20327         * ext/xvid/gstxviddec.c:
20328         * ext/xvid/gstxvidenc.c:
20329           Remove macro-inside-macro which caused compile errors.
20330         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20331           Error out if it's not a RIFF file. Else we error out without
20332           gst_element_error() which is not good...
20333
20334 2004-01-08  David Schleef  <ds@schleef.org>
20335
20336         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20337         Fix pad_link function to handle formats that ffmpeg returns
20338         as multiple caps structures.
20339         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20340         Only complain if source buffer is _smaller_ than expected.
20341         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20342         (gst_videoscale_handle_src_event): Resize navigation events
20343         when passing them upstream.
20344         * gst/videotestsrc/gstvideotestsrc.c:
20345         * gst/videotestsrc/gstvideotestsrc.h:
20346         * gst/videotestsrc/videotestsrc.c:
20347         * gst/videotestsrc/videotestsrc.h:
20348         Rewrite many of the buffer painting functions to handle odd
20349         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20350         been verified to work with my video card.
20351         * testsuite/gst-lint:  Add check for elements calling
20352         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20353
20354 2004-01-08  David Schleef  <ds@schleef.org>
20355
20356         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20357         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20358
20359 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20360
20361         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20362         configure event is not emiting the desired size signal. That fixes
20363         aspect ratio issues with gst-player.
20364
20365 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20366
20367         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20368           Fix capsnego.
20369
20370 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20371
20372         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20373         public method to fire size signal.
20374
20375 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20376
20377         * examples/gstplay/Makefile.am: Adding the interface library.
20378         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20379         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20380         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20381         GST_IS_X_OVERLAY before signal connect.
20382         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20383         Removing the have_video_size signal.
20384         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20385         and associated public method.
20386         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20387         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20388         signal.
20389         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20390         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20391         signal.
20392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20393         Using XOverlay public method to fire size signal.
20394
20395 2004-01-07  David Schleef  <ds@schleef.org>
20396
20397         * gst/videofilter/Makefile.am:
20398         * gst/videofilter/gstvideotemplate.c:
20399         * gst/videofilter/make_filter:
20400         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20401         Convert make_filter to /bin/sh script.
20402
20403 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20404
20405         * gst/modplug/gstmodplug.cc: fix element description
20406
20407 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20408
20409         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20410         (got_video_size): Adding some new lines in g_print calls.
20411         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20412         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20413         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20414         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20415         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20416         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20417         Complete code review, reverting some stuff i disagree with, adding
20418         some fixes : time synchronization on invalid timestamps, renegotiation
20419         of private window.
20420         * sys/ximage/ximagesink.h:
20421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20422         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20423         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20424         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20425         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20426         (gst_xvimagesink_buffer_new),
20427         (gst_xvimagesink_navigation_send_event),
20428         (gst_xvimagesink_set_xwindow_id),
20429         (gst_xvimagesink_get_desired_size),
20430         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20431         stuff i disagree with, adding some fixes : Renegotiation of private
20432         window, implementing get_desired_size.
20433
20434 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20435
20436         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20437         (gst_afsink_handle_event):
20438         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20439         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20440         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20441         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20442         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20443           Fix for instantiate-test (see core). Also remove dead code from
20444           jpegenc (which still needs fixing, but that's lower on my TODO
20445           list...).
20446         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20447           Never return NULL as caps.
20448
20449 2004-01-07  David Schleef  <ds@schleef.org>
20450
20451         * configure.ac:
20452         * ext/Makefile.am:
20453         * ext/librfb/Makefile.am:
20454         * ext/librfb/gstrfbsrc.c:
20455         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20456         is the protocol used by VNC.
20457
20458 2004-01-07  David Schleef  <ds@schleef.org>
20459
20460         * gst/videofilter/gstvideotemplate.c:
20461         * gst/videofilter/gstvideotemplate.h:
20462         * gst/videofilter/make_filter:
20463         Merge videotemplate header into source file.
20464         * gst/effectv/Makefile.am:
20465         * gst/effectv/gsteffectv.c: (plugin_init):
20466         * gst/effectv/gstwarp.c:
20467         Make warpTV a subclass of videofilter.
20468
20469 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20470
20471         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20472           Add guard against invalid utf-8 conversions in mad. Just in case.
20473
20474 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20475
20476         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20477           Fix for bug shown by poisoning
20478
20479 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20480
20481         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20482         (gst_v4lmjpegsrc_buffer_free):
20483         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20484         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
20485         (gst_v4lsrc_buffer_free):
20486           Fix for removed bufferpools.
20487
20488 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20489
20490         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20491         Fix caps negotiation.
20492
20493         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20494         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
20495         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20496         (dvdnavsrc_event):
20497         * ext/mpeg2dec/gstmpeg2dec.c:
20498         * gst-libs/gst/navigation/navigation.c:
20499         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
20500         * gst-libs/gst/navigation/navigation.h:
20501         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
20502         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
20503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
20504         Super-simple first version of mouse and keyboard events. Clicking
20505         on a DVD menu now works, although it may not take you where you
20506         expected.
20507
20508         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20509         * gst/videotestsrc/gstvideotestsrc.c:
20510         (gst_videotestsrc_src_fixate):
20511         These fixate functions were broken - they never actually
20512         fixated :)
20513
20514 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20515
20516         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
20517         (gst_icecastsend_init):
20518           fix for new caps system.
20519         * gst-libs/gst/mixer/mixertrack.h:
20520         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
20521           Add 'master track' flag (for tools like ACME that only want to
20522           change the main volume).
20523
20524 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20525
20526         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
20527         (gst_xvid_csp_to_caps):
20528         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
20529         * ext/xvid/gstxvidenc.c:
20530         ifdef out ARGB type when it isn't available
20531         in xvidcore 1.0.0beta2
20532
20533 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20534
20535         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20536           When we have received a new SCR right in the first buffer after
20537           a seek (so in the same cycle that handles the discont), we should
20538           handle the buffer instead of unreffing it, else we lose data.
20539
20540 2004-01-06  Iain <iain@prettypeople.org>
20541
20542         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
20543           buffer-frames caps too.
20544
20545         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
20546           caps that we need, don't destroy them all and rebuild them. And when
20547           creating src pads, use the src pad template rather than the sink...
20548
20549 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20550
20551         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20552           Add pad to element *after* setting functions such as event handler.
20553           Without this, the scheduler (opt) will link pads, set the event
20554           handler from the default event function (dispatcher in gstpad.c)
20555           and *after* that, we will set our own event function, which will
20556           thus never be used (and thus mpegdemux doesn't handle events).
20557
20558 2004-01-04  David Schleef  <ds@schleef.org>
20559
20560         Fix the fixate functions to handle new prototype:
20561         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20562         * gst/videotestsrc/gstvideotestsrc.c:
20563         (gst_videotestsrc_src_fixate):
20564         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20565         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
20566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20567
20568 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20569
20570         * sys/ximage/ximagesink.h:
20571         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20572         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
20573         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
20574         (gst_ximagesink_xoverlay_init):
20575           assorted fixes to make (re)embedding work
20576         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
20577         (gst_ximagesink_get_desired_size):
20578           implement desired size additions to XOverlay
20579
20580 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20581
20582         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
20583         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
20584         (gst_x_overlay_got_desired_size):
20585         * gst-libs/gst/xoverlay/xoverlay.h:
20586           Add optional "desired size" signal and querying.
20587
20588 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20589
20590         * gst/matroska/matroska-demux.c:
20591         (gst_matroska_demux_parse_blockgroup):
20592           Fix EBML-laced block parsing. Diffs are relative to previous
20593           lace, not the first lace. Thanks to Mosu from the Matroska
20594           team for detecting this.
20595         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20596         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
20597         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
20598         (gst_wavparse_change_state):
20599         * gst/wavparse/gstwavparse.h:
20600           Quickfix for capsnego.
20601
20602 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20603
20604         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
20605           Fix indenting, fix pad creation.
20606
20607 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20608
20609         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
20610         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
20611         (gst_xviddec_sink_link):
20612           Implement src_getcaps() so proper size caps is negotiated.
20613
20614 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20615
20616         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
20617           Finish flac decoder on EOS. See #116178.
20618
20619 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20620
20621         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
20622         (gst_matroska_demux_add_stream):
20623         * gst/matroska/matroska-ids.h:
20624           Add getcaps() function to fix capsnego...
20625
20626 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20627
20628         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20629         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20630         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20631           Fix more integer overflows. Again, see #126967.
20632
20633 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20634
20635         * ext/mpeg2dec/gstmpeg2dec.c:
20636           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
20637           #130416.
20638
20639 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20640
20641         * configure.ac:
20642         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
20643         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
20644         * ext/xvid/gstxvid.h:
20645         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
20646         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
20647         (gst_xviddec_src_link), (gst_xviddec_sink_link),
20648         (gst_xviddec_change_state):
20649         * ext/xvid/gstxviddec.h:
20650         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
20651         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
20652         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
20653         (gst_xvidenc_link), (gst_xvidenc_set_property),
20654         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
20655         * ext/xvid/gstxvidenc.h:
20656           Update xvid plugin to latest xvid (1.0.0-beta3) API.
20657
20658 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20659
20660         * gst/rtp/rtp-packet.c:
20661           Add sys/types.h include, since OS X doesn't define in_addr_t
20662           in netinet/in.h, like it does on Linux (see #129600).
20663
20664 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
20665
20666         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
20667
20668         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
20669           Correct logic of dispose function (see #129306).
20670
20671 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20672
20673         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
20674         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20675         (gst_mpeg_parse_init):
20676         * gst/mpegstream/gstmpegparse.h:
20677           Remove clock (which was never provided, i.e. dead code), and
20678           also fix integer overflows at high PTS values (see #126967).
20679
20680 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20681
20682         * ext/flac/gstflacdec.c:
20683         * ext/libpng/gstpngenc.h:
20684         * ext/mikmod/gstmikmod.h:
20685           OS X fixes (see #126628).
20686
20687 2004-01-02  David Schleef  <ds@schleef.org>
20688
20689         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
20690         (gst_alsa_src_base_init): Remove bogus "src" request pad.
20691         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
20692         (gst_mpeg_parse_class_init): Move pad template registration
20693         to class_init, since the derived class (mpegdemux) doesn't
20694         want them.
20695
20696 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20697
20698         * sys/ximage/Makefile.am:
20699         * sys/xvideo/Makefile.am:
20700         * sys/xvimage/Makefile.am:
20701           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
20702           after installation (see #127664).
20703
20704 2004-01-02  David Schleef  <ds@schleef.org>
20705
20706         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
20707         (gst_ffmpegenc_connect):  Negotiation fixes.
20708         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
20709         Remove inappropriate gst_caps_free().
20710         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20711         Reenable Ronald's internal resize code, since the core handles
20712         it correctly now.
20713
20714 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20715
20716         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
20717         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
20718         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
20719           Fix pad template stuff.
20720
20721 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20722
20723         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
20724         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
20725           fix signed integer reading/writing.
20726
20727 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20728
20729         * ext/alsa/README:
20730           Remove outdated document
20731
20732 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
20733
20734         * gst/cutter/gstcutter.c: (gst_cutter_init):
20735           src pad was being created twice - oops.
20736
20737 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20738
20739         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20740           Comment out internal resize. It doesn't handle the resulting
20741           XEvent internally, does another try_set_caps() which leads to
20742           a really nice loop.
20743           Real fix will come when Julien and Dave are awake. ;).
20744
20745 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20746
20747         * ext/mpeg2enc/gstmpeg2enc.cc:
20748           fix const/nonconst compile issue.
20749
20750 2004-01-02  David Schleef  <ds@schleef.org>
20751
20752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
20753         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
20754         Add fixate function and a check for bad formats.
20755
20756 2004-01-01  David Schleef  <ds@schleef.org>
20757
20758         Negotiation fixes:
20759         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
20760         (gst_audiofilter_init):
20761         * gst/debug/efence.c: (gst_efence_init):
20762         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20763         (gst_deinterlace_init):
20764         * gst/volume/gstvolume.c: (volume_connect):
20765
20766 2004-01-01  David Schleef  <ds@schleef.org>
20767
20768         Convert elements to use gst_pad_use_explicit_caps() where
20769         appropriate:
20770         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
20771         * ext/audiofile/gstafparse.c: (gst_afparse_init),
20772         (gst_afparse_open_file):
20773         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
20774         (gst_afsrc_open_file):
20775         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
20776         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
20777         (gst_ffmpegdec_chain):
20778         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20779         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
20780         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
20781         (gst_gdk_pixbuf_chain):
20782         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
20783         (gst_jpegdec_chain):
20784         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
20785         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
20786         (gst_mikmod_negotiate):
20787         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
20788         (gst_mpeg2dec_negotiate_format):
20789         * ext/mpeg2enc/gstmpeg2enc.cc:
20790         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20791         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
20792         (gst_speexdec_sinkconnect):
20793         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
20794         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
20795         (gst_vorbisfile_new_link):
20796         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
20797         (gst_ac3parse_chain):
20798         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
20799         (gst_asf_demux_setup_pad):
20800         * gst/auparse/gstauparse.c: (gst_auparse_init),
20801         (gst_auparse_chain):
20802         * gst/id3/gstid3types.c: (gst_id3types_loop):
20803         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20804         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
20805         (mp1videoparse_parse_seq):
20806         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
20807         (bpf_from_header):
20808         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20809         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
20810         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
20811         (gst_mpeg_parse_send_data):
20812         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20813         (gst_qtdemux_add_stream):
20814         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20815         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20816         (gst_wavparse_parse_fmt):
20817
20818 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20819
20820         * configure.ac:
20821           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
20822           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
20823           it therefore uses the wrong include paths. Too bad... Note
20824           that 1.6.1.93 is not release yet. ;).
20825           Also add a check for mplex, which is now using the lib'ified
20826           mplex from mjpegtools, too.
20827         * ext/ffmpeg/gstffmpegcodecmap.c:
20828           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
20829           issues. I don't think ffmpeg handles 3ivx correctly, so this
20830           probably won't work. But it won't hurt either.
20831         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
20832         (gst_ffmpegdec_chain):
20833         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
20834         (gst_ffmpegenc_chain_audio):
20835           Fix memleak in audio encoding. Close codec if open fails, this
20836           calls the cleanup routines so we can re-use the context.
20837         * ext/mpeg2enc/gstmpeg2enc.cc:
20838           Fix pad template names/types, fix memory issue with getcaps().
20839         * ext/mpeg2enc/gstmpeg2encoder.cc:
20840         * ext/mpeg2enc/gstmpeg2encoder.hh:
20841           Fix compile issue with new caps system (const thingy).
20842         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20843         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
20844           We read a first frame right on initing, so that we have a caps
20845           when we init the output. This caps is cached in padprivate and
20846           read as first frame.
20847         * ext/mplex/Makefile.am:
20848         * ext/mplex/gstmplex.cc:
20849         * ext/mplex/gstmplex.h:
20850         * ext/mplex/gstmplex.hh:
20851         * ext/mplex/gstmplexibitstream.cc:
20852         * ext/mplex/gstmplexibitstream.hh:
20853         * ext/mplex/gstmplexjob.cc:
20854         * ext/mplex/gstmplexjob.hh:
20855         * ext/mplex/gstmplexoutputstream.cc:
20856         * ext/mplex/gstmplexoutputstream.hh:
20857           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
20858           had issues, didn't do capsnego, supported only a subset of the
20859           mplex features and required a mplex fork in our local CVS. Plus
20860           that it worked agaist a very old mplex version. Rewriting was
20861           faster than updating it.
20862         * gst-libs/ext/Makefile.am:
20863         * gst-libs/ext/mplex/INSTRUCT:
20864         * gst-libs/ext/mplex/Makefile.am:
20865         * gst-libs/ext/mplex/README:
20866         * gst-libs/ext/mplex/TODO:
20867         * gst-libs/ext/mplex/ac3strm_in.cc:
20868         * gst-libs/ext/mplex/audiostrm.hh:
20869         * gst-libs/ext/mplex/audiostrm_out.cc:
20870         * gst-libs/ext/mplex/aunit.hh:
20871         * gst-libs/ext/mplex/bits.cc:
20872         * gst-libs/ext/mplex/bits.hh:
20873         * gst-libs/ext/mplex/buffer.cc:
20874         * gst-libs/ext/mplex/buffer.hh:
20875         * gst-libs/ext/mplex/fastintfns.h:
20876         * gst-libs/ext/mplex/format_codes.h:
20877         * gst-libs/ext/mplex/inputstrm.cc:
20878         * gst-libs/ext/mplex/inputstrm.hh:
20879         * gst-libs/ext/mplex/lpcmstrm_in.cc:
20880         * gst-libs/ext/mplex/mjpeg_logging.cc:
20881         * gst-libs/ext/mplex/mjpeg_logging.h:
20882         * gst-libs/ext/mplex/mjpeg_types.h:
20883         * gst-libs/ext/mplex/mpastrm_in.cc:
20884         * gst-libs/ext/mplex/mpegconsts.cc:
20885         * gst-libs/ext/mplex/mpegconsts.h:
20886         * gst-libs/ext/mplex/mplexconsts.hh:
20887         * gst-libs/ext/mplex/multplex.cc:
20888         * gst-libs/ext/mplex/outputstream.hh:
20889         * gst-libs/ext/mplex/padstrm.cc:
20890         * gst-libs/ext/mplex/padstrm.hh:
20891         * gst-libs/ext/mplex/stillsstream.cc:
20892         * gst-libs/ext/mplex/stillsstream.hh:
20893         * gst-libs/ext/mplex/systems.cc:
20894         * gst-libs/ext/mplex/systems.hh:
20895         * gst-libs/ext/mplex/vector.cc:
20896         * gst-libs/ext/mplex/vector.hh:
20897         * gst-libs/ext/mplex/videostrm.hh:
20898         * gst-libs/ext/mplex/videostrm_in.cc:
20899         * gst-libs/ext/mplex/videostrm_out.cc:
20900         * gst-libs/ext/mplex/yuv4mpeg.cc:
20901         * gst-libs/ext/mplex/yuv4mpeg.h:
20902         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
20903         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
20904           We don't fork mjpegtools' mplex in our CVS anymore.
20905         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
20906         (gst_avi_demux_add_stream):
20907         * gst/avi/gstavidemux.h:
20908           Add getcaps() function for proper caps nego. This makes some
20909           parts of AVI playback/reading work.
20910         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20911           Resize window on new capsnego. This is probably wrong, but
20912           I'm still committing it because with current capsnego, the
20913           first successfull capsnego is auto-fixated, therefore rounded
20914           down to the lowest values in the caps. this results in a 16x16
20915           XWindow that is not reized when real capsnego finishes.
20916           Dave, I see more cases of this, do you know a proper solution?
20917         * tools/gst-launch-ext.in:
20918           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
20919
20920 2003-12-31  David Schleef  <ds@schleef.org>
20921
20922         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
20923         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
20924           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
20925
20926 2003-12-30  David Schleef  <ds@schleef.org>
20927
20928         * ext/ffmpeg/gstffmpegcolorspace.c:
20929         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
20930         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
20931         (gst_ffmpegcsp_chain): Negotiation fixes
20932         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
20933         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20934         (gst_audio_convert_link), (gst_audio_convert_channels):
20935         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
20936         (gst_audioscale_link), (gst_audioscale_get_buffer),
20937         (gst_audioscale_chain): Negotiation fixes
20938         * gst/audioscale/gstaudioscale.h:
20939         * gst/videofilter/gstvideofilter.c:
20940         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
20941         (gst_videofilter_link), (gst_videofilter_init),
20942         (gst_videofilter_set_output_size), (gst_videofilter_setup),
20943         (gst_videofilter_find_format_by_structure):
20944         * gst/videofilter/gstvideofilter.h: Negotiation fixes
20945         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
20946         (gst_videoscale_link):
20947         * gst/videoscale/videoscale.c: (videoscale_get_structure),
20948         (videoscale_find_by_structure), (gst_videoscale_setup):
20949         * gst/videoscale/videoscale.h: Negotiation fixes
20950         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20951         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
20952         function, restrict resizing to a multiple of 4 (hack until
20953         everyone supports odd sizes correctly).
20954
20955 2003-12-29  Colin Walters  <walters@verbum.org>
20956
20957         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
20958         signed.
20959
20960 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
20961
20962         * ext/sndfile/gstsf.c: (gst_sf_loop):
20963           Fix warning about discarding const qualifier
20964
20965 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
20966
20967         * gst/cutter/gstcutter.c:
20968         * gst/videoscale/gstvideoscale.c:
20969         * gst/volenv/gstvolenv.c:
20970         * gst-libs/gst/audio/audio.c:
20971         * gst-libs/gst/video/video.c:
20972           Fix warnings
20973
20974 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20975
20976         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
20977           Don't send ALSA debugging to stderr.
20978         * ext/alsa/gstalsa.h:
20979           Use GST_WARNING instead of g_warning when ALSA functions fail.
20980
20981 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20982
20983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20984           Free XVAdapterInfo correctly.
20985
20986 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20987
20988         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
20989         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
20990           Make id3tag use correct caps nego.
20991
20992 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
20993
20994         * ext/ivorbis/vorbis.c:
20995         * ext/ivorbis/vorbisenc.h:
20996         * ext/ivorbis/vorbisfile.c:
20997           Modify so that it uses the new caps things
20998
20999 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21000
21001         * testsuite/spider/spider1.c: (main):
21002         * testsuite/spider/spider2.c: (main):
21003         * testsuite/spider/spider3.c: (main):
21004           Make tests compile again. They probably don't work.
21005
21006 2003-12-24  Colin Walters  <walters@verbum.org>
21007
21008         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
21009         we can't fixate the caps anymore.
21010
21011 2003-12-23  David Schleef  <ds@schleef.org>
21012
21013         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
21014         * sys/oss/gstosssink.c: (gst_osssink_init),
21015         (gst_osssink_sink_fixate): Add fixate function.
21016
21017 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21018
21019         * ext/ffmpeg/gstffmpegcodecmap.c:
21020         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
21021         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
21022         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
21023         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21024         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21025         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21026         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
21027           fix typo in RGB masks, and move back to "old" colorspace
21028           capsnego code until whoever wrote this new crap has actually
21029           tested it so that it works.
21030           And yes, this works, keep it that way please.
21031
21032 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21033
21034         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
21035         (gst_divxdec_init), (gst_divxdec_negotiate):
21036         * ext/divx/gstdivxdec.h:
21037         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
21038         (gst_divxenc_init):
21039         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
21040         (gst_faac_sinkconnect), (gst_faac_srcconnect):
21041         * ext/mpeg2enc/gstmpeg2enc.cc:
21042         * ext/mpeg2enc/gstmpeg2encoder.cc:
21043         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21044         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
21045         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
21046         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
21047         (dxr3spusink_init):
21048         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
21049         (dxr3videosink_init):
21050           Fix caps breakage after Dave's caps branch merge.
21051
21052 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21053
21054         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21055           Fix for 24bpp display.
21056
21057 2003-12-23  Colin Walters  <walters@verbum.org>
21058
21059         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
21060         a GnomeVFSHandle directly.
21061
21062 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21063
21064         * gst/volume/Makefile.am:
21065         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
21066         (volume_base_init), (volume_init):
21067           Reenable volume element and fix to work with new caps stuff.
21068           Rhythmbox needs this.
21069
21070 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21071
21072         * gst/qtdemux/qtdemux.c: (plugin_init):
21073           qtdemux requires bytestream
21074
21075 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21076
21077         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
21078           Fix remaining caps handling errors due to CAPS merge.
21079
21080 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21081
21082         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
21083         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
21084         (gst_faad_srcconnect):
21085           Port to new caps system.
21086
21087 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21088
21089         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21090         (got_video_size), (main): using g_print instead of g_message.
21091         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
21092         signal which was not emitted because of "switch" element added to the
21093         bin but not connected. (Removing from the bin temporarily)
21094
21095 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21096
21097         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
21098         find X development files. I don't understand the previous tests and
21099         they fail on my debian/ppc unstable. This one works.
21100         * examples/gstplay/player.c: (main): Set the pipeline to READY before
21101         exiting.
21102         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
21103         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21104         (gst_play_set_visualization): Add some safety checks in set_ methods
21105         and state_change. This was throwing some ugly CRITICAL messages when
21106         pipeline was getting disposed and casts were failing.
21107
21108 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21109
21110         * configure.ac:
21111           Improve mpeg2enc detection. This is for distributions that do
21112           ship mjpegtools, but without mpeg2enc. Also does object check
21113           for might there ever be ABI incompatibility.
21114         * ext/mpeg2enc/gstmpeg2enc.cc:
21115           Add Andrew as second maintainer (he's helping me), and also add
21116           an error if no caps was set. This happens if I pull before capsnego
21117           and that's something I should solve sometime else.
21118         * gst/matroska/matroska-demux.c:
21119         (gst_matroska_demux_parse_blockgroup):
21120           Fix time parsing.
21121         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
21122         (gst_matroska_mux_track_header):
21123           Add caps to templates.
21124         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
21125           Add mpegversion=1 to prevent confusion with MPEG/AAC.
21126         * gst/mpegstream/gstmpegdemux.c:
21127           Remove layer since it causes warnings about unfixed caps.
21128         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21129           Fix obvious typo (we error out if caps were set, we should of
21130           course error out if *no* caps were set).
21131         * sys/oss/gstosselement.c: (gst_osselement_convert):
21132           Fix format conversion, we confused bits/bytes.
21133         * sys/oss/gstosselement.h:
21134           Improve documentation for 'bps'.
21135         * sys/v4l/TODO:
21136           Remove stuff about plugins that need removing - this was done
21137           ages ago.
21138         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21139         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21140         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21141         (gst_v4lsrc_src_query):
21142         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21143         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21144           Add get_query_types(), get_formats() and query() functions.
21145
21146 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21147
21148         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21149         * moved CVS to freedesktop.org