autogen.sh: eheh, sinesrc is gone. Replacing sample srcfile by existing one.
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-23  Edward Hervey  <edward@fluendo.com>
2
3         * autogen.sh:
4         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
5         Fixes autogen
6
7 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8
9         * check/Makefile.am:
10         * check/elements/videotestsrc.c: (setup_videotestsrc),
11         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
12         (main):
13           add a test for videotestsrc
14
15 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16
17         * gst/sine/.cvsignore:
18         * gst/sine/Makefile.am:
19         * gst/sine/gstsinesrc.c:
20         * gst/sine/gstsinesrc.h:
21         * gst/sine/sinesrc.vcproj:
22           and remove sinesrc from the repository.  Closes #321446
23
24 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25
26         * configure.ac:
27         * gst-plugins-base.spec.in:
28           remove sinesrc from the build
29
30 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
31
32         * check/Makefile.am:
33         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
34         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
35         (main):
36           add a test for audiotestsrc, testing all waves.  Even seems
37           leak-free at first glance, nice job Stefan
38
39 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
40
41         * po/af.po:
42         * po/az.po:
43         * po/cs.po:
44         * po/en_GB.po:
45         * po/hu.po:
46         * po/it.po:
47         * po/nb.po:
48         * po/nl.po:
49         * po/or.po:
50         * po/sq.po:
51         * po/sr.po:
52         * po/sv.po:
53         * po/uk.po:
54         * po/vi.po:
55           Translation string updates
56
57         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
58         (gst_v4lsrc_set_caps):
59         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
60         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
61         * sys/v4l/v4lsrc_calls.h:
62           Improve v4lsrc, by making it work again.
63
64 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
65
66         * ext/libvisual/visual.c: (gst_visual_chain):
67           Fix the fps calculations.
68
69         * gst/ffmpegcolorspace/avcodec.h:
70           Move structure element for clarity
71
72         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
73         * gst-libs/gst/interfaces/tunernorm.h:
74         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
75         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
76         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
77         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
78         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
79         (gst_v4lmjpegsrc_getcaps):
80         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
81         (gst_v4lsrc_set_caps):
82         * sys/v4l/gstv4lsrc.h:
83         * sys/v4l/v4l_calls.c: (gst_v4l_open):
84         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
85         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
86         * sys/v4l/v4lsrc_calls.h:
87           Fractional framerates...
88
89 2005-11-22  Wim Taymans  <wim@fluendo.com>
90
91         * gst-libs/gst/audio/gstbaseaudiosink.c:
92         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
93         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
94         And we provide a clock by default, of course...
95
96 2005-11-22  Wim Taymans  <wim@fluendo.com>
97
98         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
99         This clock can be slaved to a master clock now.
100
101         * gst-libs/gst/audio/gstbaseaudiosink.c:
102         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
103         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
104         (gst_base_audio_sink_set_clock),
105         (gst_base_audio_sink_set_property),
106         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
107         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
108         * gst-libs/gst/audio/gstbaseaudiosink.h:
109         Handle slaving the internal clock to the clock selected in the
110         pipeline.
111         Add property to make the basesink not provide a clock.
112
113         * gst-libs/gst/rtp/gstbasertpdepayload.c:
114         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
115         (gst_base_rtp_depayload_wait):
116         * gst-libs/gst/rtp/gstbasertpdepayload.h:
117         We can use the clock in GstElement, no need to store it ourselves.
118
119 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
120
121         * docs/libs/tmpl/gstaudio.sgml:
122           update
123         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
124         (gst_paranoia_endian_get_type):
125         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
126         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
127         * gst/audiotestsrc/gstaudiotestsrc.c:
128         (gst_audiostestsrc_wave_get_type):
129         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
130         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
131         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
132         (gst_sync_method_get_type), (gst_unit_type_get_type),
133         (gst_client_status_get_type), (gst_multifdsink_class_init),
134         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
135         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
136         (gst_multifdsink_get_property):
137         * gst/tcp/gstmultifdsink.h:
138         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
139         * gst/videotestsrc/gstvideotestsrc.c:
140         (gst_videotestsrc_pattern_get_type):
141           remove deprecated properties
142           fix up enums to correctly have short lowercase dashed nicks
143
144 2005-11-22  Michael Smith <msmith@fluendo.com>
145
146         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
147         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
148           Add underscore.
149
150 2005-11-22  Michael Smith <msmith@fluendo.com>
151
152         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
153         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
154           Use utility method for scaling clocktime for fractional framerates.
155
156 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
157
158         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
159         (gst_visual_chain):
160         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
161         * ext/theora/theoradec.c: (theora_handle_type_packet):
162         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
163         (theora_enc_chain):
164         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
165         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
166         * gst-libs/gst/video/video.h:
167         * gst/ffmpegcolorspace/avcodec.h:
168         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
169         (gst_ffmpeg_caps_to_pixfmt):
170         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
171         (gst_ffmpegcsp_set_caps):
172         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
173         (gst_videorate_setcaps), (gst_videorate_blank_data),
174         (gst_videorate_chain):
175         * gst/videotestsrc/gstvideotestsrc.c:
176         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
177         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
178         (gst_videotestsrc_event), (gst_videotestsrc_create):
179         * gst/videotestsrc/gstvideotestsrc.h:
180         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
181         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
182         (gst_ximagesink_get_times), (gst_ximagesink_init):
183         * sys/ximage/ximagesink.h:
184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
185         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
186         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
187         * sys/xvimage/xvimagesink.h:
188           Convert elements to use fractions for their framerate.
189           V4L elements to come later tonight.
190
191 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
192
193         * gst-libs/gst/audio/audio.c:
194         * gst-libs/gst/audio/audio.h:
195           remove some deprecated functions
196
197 2005-11-22  Andy Wingo  <wingo@pobox.com>
198
199         * Update for gst_tag_setter API changes.
200
201 2005-11-22  Andy Wingo  <wingo@pobox.com>
202
203         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
204         (gst_ogg_demux_perform_seek):
205         * ext/theora/theoradec.c (theora_dec_sink_event):
206         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
207         update-funcnames.
208
209 2005-11-22  Wim Taymans  <wim@fluendo.com>
210
211         * examples/seeking/seek.c: (main):
212         Give higher priority to bus signals than the gtk events
213         to fix a race condition in the segment looping.
214
215 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
216
217         * ext/theora/Makefile.am:
218         * ext/vorbis/Makefile.am:
219         * gst-libs/gst/tag/Makefile.am:
220         * gst-plugins-base.spec.in:
221           Rename libgsttagedit to libgsttag (#322117).
222
223 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
224
225         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
226         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
227           Call gst_x_overlay_prepare_xwindow_id() to give applications
228           a final chance to set their own xwindow id before the video
229           sink creates its own window.
230
231 2005-11-22  Julien MOUTTE  <julien@moutte.net>
232
233         * sys/xvimage/xvimagesink.c:
234         (gst_xvimagesink_navigation_send_event): Handle navigation
235         events correcly with borders if applicable.
236
237 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
238
239         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
240         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
241         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
242         (gst_ffmpegcsp_caps_remove_format_info):
243         * gst/ffmpegcolorspace/imgconvert.c:
244         * gst/ffmpegcolorspace/imgconvert_template.h:
245           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
246           #318353); use gst_structure_has_name().
247
248 2005-11-22  Julien MOUTTE  <julien@moutte.net>
249
250         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
251         (gst_ximagesink_class_init): Add debug macros on functions.
252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
253         (gst_xvimagesink_xwindow_draw_borders),
254         (gst_xvimagesink_xvimage_put),
255         (gst_xvimagesink_xwindow_update_geometry),
256         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
257         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
258         (gst_xvimagesink_xcontext_clear),
259         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
260         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
261         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
262         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
263         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
264         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
265         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
266         expose while being PAUSED, out of data flow navigation events, etc..
267
268 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
269
270         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
271         * gst-libs/gst/audio/audio.h:
272           fix prototype - wondering why the test worked regardless
273
274 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
275
276         * check/Makefile.am:
277         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
278         * gst-libs/gst/audio/audio.h:
279           add a method that returns a proper GstClockTime
280
281 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
282
283         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
284         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
285         * gst-libs/gst/interfaces/xoverlay.h:
286           Remove everything having to do with the desired size; add 
287           gst_x_overlay_prepare_xwindow_id() function; remove the
288           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
289           post a message on the bus instead (#321816).
290
291         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
293         (gst_xvimagesink_xoverlay_init):
294           Remove desired size stuff (#321816).
295
296 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
297
298         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
299         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
300         (mpeg_video_type_find), (mpeg_video_stream_type_find):
301           Terminate vararg functions with NULL instead of 0 to 
302           make gcc4 happy.
303
304 2005-11-21  Andy Wingo  <wingo@pobox.com>
305
306         patch from: Sebastien Cote <sebas642@yahoo.ca>
307         
308         * gst-libs/gst/rtp/gstrtpbuffer.h: 
309         * gst-libs/gst/rtp/gstrtpbuffer.c
310         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
311
312 2005-11-21  Andy Wingo  <wingo@pobox.com>
313
314         * gst/playback/gstplaybin.c (gen_audio_element) 
315         (gen_video_element): Use the new MISSING_PLUGIN core error
316         category. Closes #320060.
317
318         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
319         * gst/videorate/gstvideorate.c (gst_videorate_event):
320         * ext/theora/theoradec.c (theora_dec_sink_event): 
321         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
322         stream lock.
323
324         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
325         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
326         stream lock changes.
327
328 2005-11-21  Wim Taymans  <wim@fluendo.com>
329
330         * gst-libs/gst/audio/gstbaseaudiosink.c:
331         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
332         (gst_base_audio_sink_provide_clock),
333         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
334         (gst_base_audio_sink_change_state):
335         * gst/audioresample/gstaudioresample.c:
336         Segment update fix.
337
338 2005-11-21  Andy Wingo  <wingo@pobox.com>
339
340         * *.h:
341         * *.c: Ran scripts/update-macros. Oh yes.
342
343 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
344
345         * sys/ximage/Makefile.am:
346         * sys/ximage/ximage.c:
347           Rename ximage plugin to ximagesink (#321426) (Don't forget to
348           remove your old libgstximage.* manually if necessary).
349
350 2005-11-21  Michael Smith <msmith@fluendo.com>
351
352         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
353           Minimal fix for bug #320200: set the min/max bitrate in the correct
354           units. A better fix would be to upgrade to the RATEMANAGE2
355           interface, rather than using the deprecated interface used here, but
356           that would require an update in our libvorbis dependency (to 1.1),
357           which is probably undesirable.
358
359 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
360
361         * ext/libvisual/visual.c: (get_buffer):
362         * gst-libs/gst/audio/gstbaseaudiosrc.c:
363         (gst_base_audio_src_fixate):
364         * gst/audioconvert/gstaudioconvert.c:
365         (gst_audio_convert_fixate_caps):
366         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
367         * gst/audiotestsrc/gstaudiotestsrc.c:
368         (gst_audiotestsrc_src_fixate):
369         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
370         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
371         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
372         * gst/videotestsrc/gstvideotestsrc.c:
373         (gst_videotestsrc_src_fixate):
374         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
376         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
377         (#322027)
378
379
380 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
381
382         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
383         (gst_riff_create_iavs_caps):
384         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
385         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
386         (gst_riff_parse_info):
387         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
388         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
389         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
390           Fixes for GST_FOURCC_FORMAT API change.
391
392 2005-11-21  Andy Wingo  <wingo@pobox.com>
393
394         patch by: Alessandro Dessina <alessandro nnva org>
395
396         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
397         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
398         (gst_ogg_parse_chain):
399         * ext/theora/theoraenc.c (theora_set_header_on_caps):
400         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
401         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
402         gst_value_list calls on arrays. Fixes #321962.
403
404 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
405
406         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
407         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
408         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
409         * gst/adder/gstadder.c: (gst_adder_init),
410         (gst_adder_request_new_pad), (gst_adder_collected),
411         (gst_adder_change_state):
412           Update for gst_collectpads_foo() to gst_collect_pads_foo()
413           API change.
414
415 2005-11-21  Michael Smith <msmith@fluendo.com>
416
417         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
418         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
419           Properly handle pad_push return values.
420
421 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
422
423         * gst-libs/gst/tag/Makefile.am:
424         * gst-libs/gst/tag/gstvorbistag.c:
425         (gst_tag_list_to_vorbiscomment_buffer):
426           Remove obsolete vorbistag element and debug category.
427
428         * gst/playback/gstplaybasebin.c: (check_queue):
429           Don't divide by 0 when queue-threshold is 0.
430
431         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
432           Don't modify an existing pixel-aspect-ratio if we fail to read
433           a new one.
434
435 2005-11-20  Wim Taymans  <wim@fluendo.com>
436
437         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
438         (gst_vorbisenc_push_packet):
439         GST_PAD_IS_USABLE is gone, use the return value of
440         the push or pad_alloc_buffer instead.
441
442 2005-11-18  Julien MOUTTE  <julien@moutte.net>
443
444         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
445         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
446         (gst_ximagesink_ximage_destroy),
447         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
448         (gst_ximagesink_xwindow_new),
449         (gst_ximagesink_xwindow_update_geometry),
450         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
451         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
452         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
453         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
454         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
455         (gst_ximagesink_navigation_send_event),
456         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
457         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
458         (gst_ximagesink_finalize), (gst_ximagesink_init),
459         (gst_ximagesink_class_init):
460         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
461         This new version brings correct software scaling, non flickering
462         window while resizing, pixel aspect ratio handling, usage of
463         hardware buffer pools, out of data flow event thread for 
464         navigation and handling of expose events even when being PAUSED,
465         a new property to keep video aspect ratio when resizing, etc...
466
467 2005-11-18  Julien MOUTTE  <julien@moutte.net>
468
469         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
470         (gst_videoscale_fixate_caps): Introduce back caps fixate with
471         handling of PAR.
472
473 2005-11-18    <bilboed@dvdsrc.fluendo.com>
474
475         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
476         Unsetting IS_SINK flag from the fakesink, so decodebin
477         never behaves as a sink.
478
479 2005-11-17  Wim Taymans  <wim@fluendo.com>
480
481         * gst-libs/gst/audio/gstbaseaudiosrc.c:
482         (gst_base_audio_src_change_state):
483         Fix the audiosrc base class again, we did not unflush.
484
485 2005-11-17  Julien MOUTTE  <julien@moutte.net>
486
487         * examples/seeking/seek.c: (make_dv_pipeline),
488         (make_vorbis_theora_pipeline), (make_avi_pipeline),
489         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
490         to ogg/vorbis/theora pipeline.
491
492 2005-11-17  Wim Taymans  <wim@fluendo.com>
493
494         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
495         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
496         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
497         Fix EOS on multiple streams.
498         More debugging.
499
500 2005-11-16  Wim Taymans  <wim@fluendo.com>
501
502         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
503         (gst_ogg_demux_perform_seek):
504         Segment done must include stream time.
505
506         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
507         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
508         (gst_ogg_mux_change_state):
509         Fix ogg muxer again.
510
511 2005-11-16  Wim Taymans  <wim@fluendo.com>
512
513         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
514         Fix compile again.
515
516 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
517
518         * ext/libvisual/visual.c: (gst_visual_init):
519         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
520         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
521         (gst_ogg_parse_chain):
522         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
523         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
524         * ext/theora/theoradec.c: (gst_theora_dec_init):
525         * ext/theora/theoraenc.c: (gst_theora_enc_init):
526         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
527         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
528         * gst/adder/gstadder.c: (gst_adder_class_init),
529         (gst_adder_dispose):
530         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
531         * gst/subparse/gstsubparse.c: (gst_subparse_init):
532         * gst/videorate/gstvideorate.c: (gst_videorate_init):
533           Fix a whole set of pad template leaks
534
535 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
536
537         * check/generic/states.c: (GST_START_TEST):
538           fix the test so that it only checks for elements that are part of
539           this source module
540
541 2005-11-16  Michael Smith <msmith@fluendo.com>
542
543         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
544         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
545         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
546         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
547         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
548         (gst_ogg_mux_change_state):
549           Fix leaking collectpads.
550
551 2005-11-16  Edward Hervey  <edward@fluendo.com>
552
553         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
554         (gst_videorate_event), (gst_videorate_chain):
555         Handle segment seeks
556
557 2005-11-16  Wim Taymans  <wim@fluendo.com>
558
559         * gst-libs/gst/audio/gstbaseaudiosink.c:
560         (gst_base_audio_sink_provide_clock),
561         (gst_base_audio_sink_change_state):
562         Set ringbuffer to non-flushing when going to PAUSED, set to
563         flushing again when going to READY.
564
565         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
566         (gst_ring_buffer_stop):
567         Start in flushing mode by default.
568         Don't set flushing in the _stop method, let the app call
569         this explicitly.
570
571 2005-11-16  Julien MOUTTE  <julien@moutte.net>
572
573         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
574         * gst-libs/gst/video/videosink.h: Add helper function needed
575         for video sinks.
576
577 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
578
579         * gst/videoscale/gstvideoscale.c:
580         (gst_videoscale_handle_src_event):
581           Don't leak reference to pad parent.
582
583 2005-11-16  Wim Taymans  <wim@fluendo.com>
584
585         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
586         Set ringbuffer to flushing when stopping so that we don't
587         block on wait_segment anymore and livelock.
588
589 2005-11-16  Wim Taymans  <wim@fluendo.com>
590
591         * examples/seeking/seek.c: (send_event), (do_seek),
592         (loop_toggle_cb), (segment_done), (main):
593         Added looping checkbox.
594
595 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
596
597         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
598         (gst_ogg_demux_init):
599         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
600         (gst_vorbis_dec_init):
601           revert unrefs, they don't pass make check
602
603 2005-11-15  Johan Dahlin  <johan@gnome.org>
604
605         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
606         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
607         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
608         (gst_vorbis_dec_init):
609         Fix pad template leaks. 
610
611 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
612
613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
614           Make state change function thread safe.
615
616 2005-11-15  Edward Hervey  <edward@fluendo.com>
617
618         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
619         (gst_ogg_demux_class_init):
620         Implement GstElement::send_event, so we can send seek events
621         in GST_STATE_READY
622
623 2005-11-14  Julien MOUTTE  <julien@moutte.net>
624
625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
626         Discovered how to take away flickering while resizing the
627         window. Please don't put that in ximagesink, refactoring in
628         progress.
629
630 2005-11-14  Michael Smith <msmith@fluendo.com>
631
632         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
633         (gst_multifdsink_render):
634           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
635
636 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
637
638         * gst/playback/gstplaybin.c: (gen_audio_element):
639           Use autoaudiosink, it tends to be more widely available than
640           autoaudiiosink.
641           
642 2005-11-14  Andy Wingo  <wingo@pobox.com>
643
644         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
645         as well if it is available. Fixes #316442.
646
647 2005-11-14  Michael Smith <msmith@fluendo.com>
648
649         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
650         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
651         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
652         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
653         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
654         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
655         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
656         (gst_vorbisenc_change_state):
657           Fix a small memory leak in vorbisenc.
658           Fix large memory leaks in oggmux, also fix lots of state change
659           bugs in oggmux.
660
661 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
662
663         * gst/videotestsrc/gstvideotestsrc.c:
664         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
665         (gst_videotestsrc_src_fixate):
666           move fixation to a fixate function
667           remove negotiate function, basesrc's is good enough
668           fixes a bug for check when using the element alone
669
670 2005-11-13  Edward Hervey  <edward@fluendo.com>
671
672         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
673         (key_toggle_cb), (main):
674         Added checkboxes for adding/removing the accurate and key_unit seek
675         flags.
676
677 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
678
679         * configure.ac: back to HEAD
680
681 === release 0.9.5 ===
682
683 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
684
685         * configure.ac:
686           releasing 0.9.5, "No No Kia"
687
688 2005-11-11  Edward Hervey  <edward@fluendo.com>
689
690         * examples/seeking/seek.c: (make_parselaunch_pipeline):
691         Added parse-launch syntax seeking mode for the seeking example.
692         This should help stress-test even more cases.
693         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
694
695 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
696
697         * sys/xvimage/xvimagesink.c:
698         (gst_xvimagesink_navigation_send_event):
699           Check whether peer pad exists before sending navigation events
700           to it.
701
702 2005-11-11  Michael Smith <msmith@fluendo.com>
703
704         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
705         (gst_vorbisenc_buffer_from_packet):
706         * ext/vorbis/vorbisenc.h:
707           Set duration on encoded buffers. This allows oggmux's
708           max_page_delay parameter to actually work.
709
710 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
711
712         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
713         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
714         (gst_ffmpegcsp_avpicture_fill):
715         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
716         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
717           Make palettes work again (see #132341). Use our own macros
718           for rounding up.
719
720 2005-11-10  Andy Wingo  <wingo@pobox.com>
721
722         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
723         string doober.
724
725 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
726
727         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
728         (gst_ffmpegcsp_transform_caps):
729           Prefer passthrough in transform_caps
730
731 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
732
733         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
734           check for ALSA errors properly, instead of relying on ALSA's
735           error strings to serve to the user.
736
737 2005-11-10  Wim Taymans  <wim@fluendo.com>
738
739         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
740         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
741         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
742         Modernise the seek code.
743
744 2005-11-10  Michael Smith <msmith@fluendo.com>
745         
746         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
747         (setup_substreams), (set_active_source):
748           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
749           trying to go to NULL if we failed to read a file.
750
751 2005-11-10  Wim Taymans  <wim@fluendo.com>
752
753         * gst/audiotestsrc/gstaudiotestsrc.c:
754         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
755         (gst_audiotestsrc_create):
756         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
757         (gst_sinesrc_get_times), (gst_sinesrc_create):
758         * gst/videotestsrc/gstvideotestsrc.c:
759         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
760         (gst_videotestsrc_create):
761         The base class can now sync for us.
762
763 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
764
765         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
766           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
767           name=source autoprobe=false autoprobe-fps=false copy-mode=1
768           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
769           format=(fourcc)I420" ! xvimagesink
770
771 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
772
773         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
774         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
775         (gst_sinesrc_newsegment):
776           Send newsegment event in TIME format, set duration if
777           num-buffers is set, fix duration querying.
778
779 2005-11-10  Michael Smith <msmith@fluendo.com>
780
781         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
782         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
783         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
784         (gst_ogg_mux_collected):
785          Fix EOS handling, partially. Now forwarding an EOS event once we have
786          EOS on all pads works correctly. However, we still don't properly set
787          EOS on the actual ogg stream pages.
788
789 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
790
791         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
792           Set elements to NULL state before disposing of them.
793
794 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
795
796         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
797
798         * gst-libs/gst/rtp/gstbasertpdepayload.c:
799         (gst_base_rtp_depayload_init),
800         (gst_base_rtp_depayload_set_gst_timestamp):
801         * gst-libs/gst/rtp/gstbasertpdepayload.h:
802           We need to send a newsegment event for each instance, not
803           just for the first instance of this class (get rid of
804           static variable in function). (#321011).
805           
806 2005-11-08  Michael Smith <msmith@fluendo.com>
807
808         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
809         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
810         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
811         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
812           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
813           This makes us mux things correctly according to the ogg muxing
814           rules. Still not handling EOS correctly right now, though.
815
816 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
817
818         * gst/audioconvert/gstaudioconvert.c:
819           Fix typo in docs. 
820
821 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
822
823         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
824         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
825           Initialise segment_stop to GST_CLOCK_TIME_NONE when
826           creating a new chain; should fix live streaming. Also
827           add more debug output and fix a typo.
828
829 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
830
831         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
832
833         * gst/volume/gstvolume.c: (volume_set_caps):
834           Fix compilation on Solaris with Forte. (#320923)
835
836 2005-11-08  Wim Taymans  <wim@fluendo.com>
837
838         * gst-libs/gst/audio/gstbaseaudiosink.c:
839         (gst_base_audio_sink_render):
840         No need to do a typecheck.
841
842 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
843
844         * ext/alsa/gstalsa.h:
845           We register a debug category, so let's use it.
846
847 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
848
849         * gst-libs/gst/rtp/gstbasertpdepayload.c:
850         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
851         Fixed a small problem.
852
853 2005-11-04  Wim Taymans  <wim@fluendo.com>
854
855         * examples/seeking/Makefile.am:
856         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
857         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
858         (make_playerbin_pipeline), (format_value), (update_scale),
859         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
860         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
861         (print_usage), (main):
862         Added app for playback speed testing.
863
864         * examples/seeking/seek.c: (dynamic_link),
865         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
866         (make_mpeg_pipeline), (do_seek), (set_update_scale),
867         (message_received), (main):
868         Updated seek example.
869
870 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
871
872         * gst-libs/gst/rtp/gstbasertpdepayload.c:
873         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
874         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
875         (gst_base_rtp_depayload_set_clock):
876         * gst-libs/gst/rtp/gstbasertpdepayload.h:
877         Don't sleep on the bench (system clock) when you have a nice 
878         comfortable bed (Gstreamer clock) to sleep on.
879
880 2005-11-03  Wim Taymans  <wim@fluendo.com>
881
882         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
883         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
884         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
885         Handle the case where a pad_block failed.
886
887 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
888
889         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
890
891         * gst-libs/gst/rtp/gstbasertpdepayload.c:
892         (gst_base_rtp_depayload_add_to_queue),
893         (gst_base_rtp_depayload_push),
894         (gst_base_rtp_depayload_set_gst_timestamp),
895         (gst_base_rtp_depayload_queue_release):
896           Fixes some bugs in the depayloader's queuing/de-queueing code.
897
898 2005-10-31  Michael Smith <msmith@fluendo.com>
899
900         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
901         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
902         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
903           Patch from Alessandro Decina <alessandro@nnva.org>.
904           Make oggdemux only find the final time in a chain, not per-pad,
905           since the per-pad information can be very expensive to locate, and
906           it isn't used anywhere. This makes reading a file containing
907           OggSkeleton reasonably fast.
908           Also, make chain finding work when there are logical bitstreams that
909           can't be decoded. Fixes #319110.
910
911 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
912
913         * gst-libs/gst/rtp/gstbasertpdepayload.c:
914         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
915         (gst_base_rtp_depayload_chain),
916         (gst_base_rtp_depayload_add_to_queue),
917         (gst_base_rtp_depayload_push),
918         (gst_base_rtp_depayload_set_gst_timestamp),
919         (gst_base_rtp_depayload_queue_release),
920         (gst_base_rtp_depayload_start_thread),
921         (gst_base_rtp_depayload_set_property),
922         (gst_base_rtp_depayload_get_property):
923         * gst-libs/gst/rtp/gstbasertpdepayload.h:
924         Some random fixes, to fullfill the desires of thomas.
925
926 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
927
928         * gst-libs/gst/rtp/gstbasertpdepayload.c:
929         (gst_base_rtp_depayload_add_to_queue),
930         (gst_base_rtp_depayload_push):
931         Fixed the queueing algorithm.
932
933 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
934
935         * gst-libs/gst/rtp/gstbasertpdepayload.c:
936         (gst_base_rtp_depayload_push):
937         A small fix
938
939 2005-10-31  Wim Taymans  <wim@fluendo.com>
940
941         * gst-libs/gst/audio/gstringbuffer.h:
942         Don't break ABI.
943
944         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
945         (gst_ffmpeg_caps_to_pixfmt):
946         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
947         (gst_ffmpegcsp_set_caps):
948         Some more comments.
949         Handle missing required caps fields better.
950
951 2005-10-31  Wim Taymans  <wim@fluendo.com>
952
953         * gst-libs/gst/audio/gstbaseaudiosink.c:
954         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
955         (gst_base_audio_sink_render):
956         * gst-libs/gst/audio/gstringbuffer.c:
957         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
958         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
959         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
960         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
961         (gst_ring_buffer_read):
962         * gst-libs/gst/audio/gstringbuffer.h:
963         Add flushing mode to the ringbuffer so that it in all cases does
964         not try to handle more audio. This makes sure it does not try to
965         block anymore when flushing and fixes a livelock.
966
967 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
968
969         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
970         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
971         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
972           Explicitly check for -1 values before doing a conversion
973           and always map them to -1. (#315545)
974
975 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
976
977         * gst/playback/gstplaybin.c: (gen_video_element):
978           first try autovideosink, then xvimagesink, then error out
979         * po/POTFILES.in:
980           add translatable file
981         * po/af.po:
982         * po/az.po:
983         * po/cs.po:
984         * po/en_GB.po:
985         * po/hu.po:
986         * po/it.po:
987         * po/nb.po:
988         * po/nl.po:
989         * po/or.po:
990         * po/sq.po:
991         * po/sr.po:
992         * po/sv.po:
993         * po/uk.po:
994         * po/vi.po:
995           update translations
996
997 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
998
999         * gst-libs/gst/rtp/gstbasedepayload.c:
1000         * gst-libs/gst/rtp/gstbasedepayload.h:
1001           Minor cleanups
1002
1003 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1004
1005         * gst/playback/.cvsignore:
1006         * gst/playback/decodetest.c:
1007         * gst/playback/test3.c:
1008           Port these two tests as well.
1009
1010 2005-10-27  Wim Taymans  <wim@fluendo.com>
1011
1012         * ext/theora/theoradec.c: (theora_dec_src_query),
1013         (theora_dec_sink_event):
1014         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1015         (theora_enc_change_state):
1016         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1017         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1018         Take proper locks when handling events.
1019
1020 2005-10-27  Wim Taymans  <wim@fluendo.com>
1021
1022         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
1023         (gst_adder_change_state):
1024         Fix timestamps and fix deadlock when stopping the collectpads.
1025
1026 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
1027
1028         * gst-libs/gst/rtp/gstrtpbuffer.h:
1029         Declaring the payload types as strings too so that they can be used
1030         in the padtemplate inialization.
1031
1032 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
1033
1034         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
1035
1036         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1037         (gst_base_rtp_depayload_class_init):
1038         Fixes a small but nasty bug. The derived elements no longer segfaults
1039         on finalization.
1040
1041 2005-10-26  Michael Smith <msmith@fluendo.com>
1042
1043         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
1044           When clearing an audioconvert context, set tmpbufsize to zero, so
1045           we'll allocate it again later if required.
1046           This fixes audioconvert re-negotiating formats, which previously
1047           segfaulted with a NULL destination buffer.
1048
1049 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
1050
1051         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1052         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
1053         (gst_base_rtp_depayload_set_gst_timestamp),
1054         (gst_base_rtp_depayload_queue_release):
1055         Fixed a smalll memleak.
1056
1057 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
1058         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1059         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
1060         (gst_base_rtp_depayload_finalize),
1061         (gst_base_rtp_depayload_setcaps),
1062         (gst_base_rtp_depayload_add_to_queue),
1063         (gst_base_rtp_depayload_push),
1064         (gst_base_rtp_depayload_set_gst_timestamp),
1065         (gst_base_rtp_depayload_queue_release),
1066         (gst_base_rtp_depayload_thread),
1067         (gst_base_rtp_depayload_change_state):
1068         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1069         Changed the C++ comments to C comments
1070
1071 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1072
1073         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
1074         * gst/tcp/gsttcpclientsrc.h:
1075         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
1076         * gst/tcp/gsttcpserversrc.h:
1077           Remove unused 'curoffset' structure member.
1078
1079 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
1080
1081         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1082         (gst_base_rtp_depayload_base_init),
1083         (gst_base_rtp_depayload_finalize):
1084         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1085         * gst-libs/gst/rtp/gstbasertppayload.h:
1086           The pad-template on the sinkpad should be set by the derived classes.
1087           Also added some useful macros.
1088
1089 2005-10-24  Wim Taymans  <wim@fluendo.com>
1090
1091         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1092         Correctly flush decoder samples even if we could not
1093         copy them to an output buffer. Fixes #319618.
1094
1095 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1096
1097         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
1099         the caps against our xcontext caps.
1100
1101 2005-10-24  Wim Taymans  <wim@fluendo.com>
1102
1103         * gst-libs/gst/audio/gstbaseaudiosink.c:
1104         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1105         Remove g_print
1106         Use sync property from baseclass to disable sync.
1107
1108 2005-10-24  Wim Taymans  <wim@fluendo.com>
1109
1110         * gst-libs/gst/audio/gstbaseaudiosink.c:
1111         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1112         Buffers with no timestamps get aligned with previous buffers or
1113         on underrun, played ASAP.
1114
1115 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1116
1117         * gst-libs/gst/video/video.h:
1118         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1119         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
1121         here comes my change on caps for framerate and geometry range.
1122         We are now accepting 1 to MAXINT for width and height, and from
1123         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
1124         to be blended correctly in videomixer.
1125
1126 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1127
1128         * configure.ac:
1129           back to HEAD
1130
1131 === release 0.9.4 ===
1132
1133 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1134
1135         * NEWS:
1136         * RELEASE:
1137         * configure.ac:
1138           releasing 0.9.4, "Velociraptor"
1139
1140 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1141
1142         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1143         * po/POTFILES.in:
1144           STOPPED -> FAILED
1145
1146 2005-10-21  Wim Taymans  <wim@fluendo.com>
1147
1148         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1149         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
1150         (pad_blocked), (close_pad_link), (new_pad):
1151         Don't try to remove elements twice.
1152
1153 2005-10-21  Wim Taymans  <wim@fluendo.com>
1154
1155         * ext/theora/theoradec.c: (theora_dec_src_query),
1156         (theora_dec_sink_event):
1157         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1158         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1159         (vorbis_handle_data_packet):
1160         * ext/vorbis/vorbisdec.h:
1161         Fix old naming.
1162
1163         * gst-libs/gst/audio/gstbaseaudiosink.c:
1164         (gst_base_audio_sink_render):
1165         Don't try to sync on buffers without a timestamp.
1166
1167 2005-10-21  Wim Taymans  <wim@fluendo.com>
1168
1169         * ext/theora/theoradec.c: (theora_dec_src_query),
1170         (theora_dec_sink_event):
1171         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1172         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1173         (vorbis_handle_data_packet):
1174         * ext/vorbis/vorbisdec.h:
1175         Fix old naming.
1176
1177 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1178
1179         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
1180         (gst_vorbisenc_src_query):
1181           Implement position and duration queries.
1182
1183         * gst/playback/test3.c: (update_scale), (main):
1184           Fix for async state changes and print nicer output.
1185
1186 2005-10-20  Wim Taymans  <wim@fluendo.com>
1187
1188         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1189         (dump_element_stats), (main):
1190         * gst/playback/test6.c: (main):
1191         Fix tests again
1192
1193 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1194
1195         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1196         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1197           Don't use functions for position queries when handling
1198           duration queries.
1199
1200 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1201
1202         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1203         (vorbis_handle_data_packet), (vorbis_dec_chain),
1204         (vorbis_dec_change_state):
1205         * ext/vorbis/vorbisdec.h:
1206           Vorbis streams can be embedded in other container formats
1207           than ogg, container formats where the demuxer might set 
1208           timestamps on encoded vorbis buffers instead of those silly 
1209           granulepos thingies. In short: make vorbisdec handle 
1210           timestamps on incoming buffers as well.
1211
1212 2005-10-20  Wim Taymans  <wim@fluendo.com>
1213
1214         * gst/playback/gstplaybasebin.c: (group_destroy),
1215         (gst_play_base_bin_change_state):
1216         Fix leak.
1217         Handle case where playbasebin is now ASYNC because
1218         decodebin is.
1219
1220 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1221
1222         * gst/audioconvert/Makefile.am:
1223         * gst/audioconvert/bufferframesconvert.c:
1224         * gst/audioconvert/plugin.c: (plugin_init):
1225         * gst/audioconvert/plugin.h:
1226           And bye bye buffer-frames-convert
1227
1228 2005-10-19  Wim Taymans  <wim@fluendo.com>
1229
1230         * check/elements/audioconvert.c:
1231         * docs/libs/tmpl/gstaudio.sgml:
1232         * docs/libs/tmpl/gstcolorbalance.sgml:
1233         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1234         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1235         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1236         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1237         * gst-libs/gst/audio/audio.h:
1238         * gst/audioconvert/audioconvert.h:
1239         * gst/audioconvert/gstaudioconvert.c:
1240         (gst_audio_convert_parse_caps):
1241         * gst/volume/gstvolume.c:
1242         Bye bye buffer-frames.
1243
1244 2005-10-19  Wim Taymans  <wim@fluendo.com>
1245
1246         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1247         (query_positions_elems), (query_positions_pads), (update_scale),
1248         (do_seek), (set_update_scale), (message_received), (main):
1249         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1250         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1251         (gst_ogg_demux_loop):
1252         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1253         * ext/theora/theoradec.c: (theora_dec_src_query),
1254         (theora_dec_sink_event):
1255         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1256         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1257         * gst/adder/gstadder.c: (gst_adder_query):
1258         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1259         * gst/playback/test3.c: (update_scale):
1260         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1261         (dump_element_stats), (main):
1262         * gst/playback/test6.c: (main):
1263         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1264         Query API update.
1265
1266 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1267
1268         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1269         (xml_check_first_element), (xml_type_find), (smil_type_find),
1270         (plugin_init):
1271           Add typefinding for SMIL and for generic XML. Based on patch by
1272           Akos Maroy (#308663).
1273
1274 2005-10-18  Wim Taymans  <wim@fluendo.com>
1275
1276         * gst/playback/Makefile.am:
1277         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1278         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1279         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1280         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1281         (gst_decode_bin_change_state):
1282         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1283         (gst_play_bin_send_event_to_sink):
1284         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1285         (dump_element_stats), (main):
1286         * gst/playback/test6.c: (main):
1287         Make playbin async, it'll commit state to paused when all streams
1288         are detected.
1289         Remove ugly hack.
1290         Added test6.c to show async behaviour.
1291
1292 2005-10-18  Wim Taymans  <wim@fluendo.com>
1293
1294         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1295         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1296         Fix for segment-start/stop API change.
1297
1298 2005-10-18  Wim Taymans  <wim@fluendo.com>
1299
1300         * check/Makefile.am:
1301         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1302         (main):
1303         Add future test for clock selection.
1304
1305 2005-10-18  Wim Taymans  <wim@fluendo.com>
1306
1307         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1308         (gst_alsasink_close):
1309         Set handle to NULL.
1310
1311         * gst-libs/gst/audio/gstringbuffer.c:
1312         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1313         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1314         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1315         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1316         (gst_ring_buffer_read):
1317         More debug info.
1318
1319 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1320
1321         * gst/audiotestsrc/Makefile.am:
1322         * gst/sine/Makefile.am:
1323         * gst/volume/Makefile.am:
1324           fix broken build of controllerized plugins
1325
1326 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1327
1328         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1329
1330         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1331         (gst_riff_create_video_template_caps):
1332           Add support for Indeo-3 (IV32).
1333
1334 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1335
1336         * configure.ac:
1337           rewrite
1338
1339 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1340
1341         * gst-libs/gst/video/video.c: (gst_video_get_size):
1342         * gst/audiotestsrc/gstaudiotestsrc.c:
1343           doc updates
1344
1345 2005-10-17  Andy Wingo  <wingo@pobox.com>
1346
1347         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1348         with the collectpads change.
1349         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1350
1351         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1352
1353         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1354
1355         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1356         alloc_buffer flow return to callers.
1357         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1358         change. Fix some memleaks in theoraenc.
1359
1360         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1361         in strange circumstance.
1362
1363 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1364
1365         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1366         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1367         from caps, let's use the caps...
1368
1369 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1370
1371         * configure.ac:
1372           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1373
1374 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1375
1376         * gst-libs/gst/interfaces/Makefile.am:
1377           fix silly typo
1378
1379 2005-10-16  Andy Wingo  <wingo@pobox.com>
1380
1381         * gst/playback/gstdecodebin.c
1382         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1383         function!
1384         (try_to_link_1): Increase kraziness level.
1385
1386 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1387
1388         * configure.ac:
1389           restructure like the core one
1390         * gst-libs/gst/audio/Makefile.am:
1391         * gst-libs/gst/interfaces/Makefile.am:
1392         * gst-libs/gst/net/Makefile.am:
1393         * gst-libs/gst/riff/Makefile.am:
1394         * gst-libs/gst/rtp/Makefile.am:
1395         * gst-libs/gst/tag/Makefile.am:
1396         * gst-libs/gst/video/Makefile.am:
1397           use correct linker flags, now the libs are properly versioned
1398         * check/elements/audioconvert.c: (verify_convert):
1399         * ext/alsa/gstalsaplugin.c:
1400         * ext/cdparanoia/gstcdparanoia.c:
1401         * ext/gnomevfs/gstgnomevfs.c:
1402         * ext/libvisual/visual.c:
1403         * ext/ogg/gstogg.c:
1404         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1405         * ext/theora/theora.c:
1406         * ext/vorbis/vorbis.c:
1407         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1408         * gst-libs/gst/tag/gsttagediting.c:
1409         * gst-libs/gst/video/video.c:
1410         * gst/adder/gstadder.c:
1411         * gst/audioconvert/plugin.c:
1412         * gst/audiorate/gstaudiorate.c:
1413         * gst/audioresample/gstaudioresample.c:
1414         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1415         * gst/audioscale/gstaudioscale.c:
1416         * gst/audioscale/resample.c:
1417         * gst/audiotestsrc/gstaudiotestsrc.c:
1418         * gst/ffmpegcolorspace/gstffmpeg.c:
1419         * gst/playback/gstdecodebin.c: (close_pad_link):
1420         * gst/playback/gstplaybin.c: (gen_video_element),
1421         (gen_audio_element):
1422         * gst/sine/gstsinesrc.c:
1423         * gst/subparse/gstsubparse.c:
1424         * gst/tags/gsttagediting.c:
1425         * gst/tcp/gsttcpplugin.c:
1426         * gst/typefind/gsttypefindfunctions.c:
1427         * gst/videorate/gstvideorate.c:
1428         * gst/videoscale/gstvideoscale.c:
1429         * gst/videotestsrc/gstvideotestsrc.c:
1430         * gst/volume/gstvolume.c:
1431         * sys/v4l/gstv4l.c:
1432         * sys/ximage/ximage.c:
1433         * sys/xvimage/xvimagesink.c:
1434           fix up defines
1435
1436 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1437
1438         * ext/vorbis/vorbisenc.c:
1439         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1440         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1441         (gst_tag_to_vorbis_comments):
1442           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1443
1444 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1445
1446         * examples/stats/mp2ogg.c:
1447         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1448           typo fixes
1449
1450 2005-10-13  Michael Smith <msmith@fluendo.com>
1451
1452         * ext/ogg/gstoggmux.c:
1453           Use magic glib macros to define constants as 64 bit, to ensure
1454           appropriate vararg passing.
1455
1456 2005-10-13  Michael Smith <msmith@fluendo.com>
1457
1458         * ext/ogg/gstoggmux.c:
1459         * gst/audioconvert/audioconvert.c: (float):
1460           Don't use LL suffix, as it's not portable, and neither of these
1461           uses required it anyway.
1462
1463 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1464
1465         * examples/indexing/indexmpeg.c: (main):
1466         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1467         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1468         (cdparanoia_convert), (cdparanoia_query):
1469         * ext/cdparanoia/gstcdparanoia.h:
1470         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1471         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1472         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1473         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1474         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1475         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1476         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1477         (gst_multifdsink_render), (gst_multifdsink_start),
1478         (gst_multifdsink_stop):
1479         * gst/tcp/gstmultifdsink.h:
1480         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1481         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1482         (gst_tcpclientsink_stop):
1483         * gst/tcp/gsttcpclientsink.h:
1484         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1485         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1486         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1487         * gst/tcp/gsttcpclientsrc.h:
1488         * gst/tcp/gsttcpserversink.h:
1489         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1490         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1491         (gst_tcpserversrc_stop):
1492         * gst/tcp/gsttcpserversrc.h:
1493         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1494         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1495         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1496           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1497           moved bitshift from macro to enum definition
1498
1499 2005-10-12  Wim Taymans  <wim@fluendo.com>
1500
1501         * examples/seeking/Makefile.am:
1502         Oops.
1503
1504 2005-10-12  Wim Taymans  <wim@fluendo.com>
1505
1506         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1507         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1508         Don't assert on normal stuff.
1509
1510         * gst/playback/gstplaybin.c: (do_playbin_seek):
1511         API fix.
1512
1513 2005-10-12  Wim Taymans  <wim@fluendo.com>
1514
1515         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1516         * examples/seeking/Makefile.am:
1517         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1518         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1519         (do_seek), (set_update_scale), (message_received), (main):
1520         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1521         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1522         Update for _get_state() API change.
1523
1524 2005-10-11  Wim Taymans  <wim@fluendo.com>
1525
1526         * gst-libs/gst/audio/gstbaseaudiosink.c:
1527         (gst_base_audio_sink_render):
1528         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1529         (gst_base_audio_src_create):
1530         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1531         (gst_ring_buffer_read):
1532         Cleanups.
1533         Commit and read from ringbuffer in samples rather than bytes.
1534
1535 2005-10-11  Wim Taymans  <wim@fluendo.com>
1536
1537         * gst-libs/gst/audio/gstbaseaudiosink.c:
1538         (gst_base_audio_sink_render):
1539         Respect segment rate and accum when scheduling samples.
1540
1541 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1542
1543         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1544         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1545         EOS correctly, that needs more work.
1546
1547 2005-10-11  Wim Taymans  <wim@fluendo.com>
1548
1549         * check/generic/states.c: (GST_START_TEST):
1550         remove old property.
1551
1552         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1553         (gst_ogg_demux_perform_seek):
1554         * ext/theora/theoradec.c: (theora_dec_sink_event):
1555         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1556         (vorbis_handle_data_packet):
1557         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1558         (gst_base_rtp_depayload_set_gst_timestamp):
1559         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1560         Update for newsegment API change.
1561
1562 2005-10-11  Michael Smith <msmith@fluendo.com>
1563
1564         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1565         (do_playbin_seek), (gst_play_bin_send_event):
1566           Override send_event differently, so that we can takes bits of
1567           functionality from GstPipeline (special handling for seeks,
1568           including pausing/resuming, and resetting stream time) and still get
1569           the appropriate behaviour of only forwarding event to a single sink,
1570           rather than all of them.
1571           Unfortunately requires a lot of code duplication, but the
1572           alternatives are equally ugly in the end.
1573
1574 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1575
1576         * check/elements/audioconvert.c: (setup_audioconvert),
1577         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1578         (GST_START_TEST), (audioconvert_suite):
1579           clean up tests a little, fix some leaks.
1580
1581 2005-10-10  Wim Taymans  <wim@fluendo.com>
1582
1583         * ext/alsa/gstalsasink.c:
1584         Also allow unsigned int.
1585
1586         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1587         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1588         Small cleanup
1589
1590 2005-10-10  Wim Taymans  <wim@fluendo.com>
1591
1592         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1593         Small update, use API as stated in design docs.
1594
1595         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1596         (update_scale), (do_seek), (seek_cb), (set_update_scale),
1597         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
1598         (message_received), (main):
1599         Updated seek example for GOption. Some usability improvements.
1600
1601 2005-10-10  Wim Taymans  <wim@fluendo.com>
1602
1603         * gst/audioconvert/audioconvert.h:
1604         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
1605         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
1606         Alloc temp storage somewhere else where we can do it more
1607         portable.
1608
1609 2005-10-10  Wim Taymans  <wim@fluendo.com>
1610
1611         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
1612         (gst_tcpserversrc_start):
1613         Don't block in accept while doing the state change, move
1614         to poll and make cancellable.
1615
1616 2005-10-09  Philippe Khalaf <burger@speedy.org>
1617
1618         * gst-libs/gst/rtp/rtpbasedepayload.c:
1619         Set timestamp and add queue delay to timestamp
1620         * gst-libs/gst/rtp/rtpbuffer.h:
1621         Set correct payload type for h263
1622
1623 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1624
1625         * gst/audiotestsrc/gstaudiotestsrc.c:
1626         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
1627         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
1628         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
1629         (gst_audiotestsrc_create_triangle),
1630         (gst_audiotestsrc_create_silence),
1631         (gst_audiotestsrc_create_white_noise),
1632         (gst_audiotestsrc_init_pink_noise),
1633         (gst_audiotestsrc_generate_pink_noise_value),
1634         (gst_audiotestsrc_create_pink_noise),
1635         (gst_audiotestsrc_change_wave):
1636         * gst/audiotestsrc/gstaudiotestsrc.h:
1637           fixed typo, added pink noise
1638
1639 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1640
1641         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
1642         (plugin_init):
1643           Add wavpack and spc typefind functions from 0.8 branch.
1644
1645 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1646
1647         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
1648         (ar_type_find), (msdos_type_find), (plugin_init):
1649           Add typefind functions for tar archives, ar archives,
1650           RAR archives, and msdos-executables (dlls, exe, etc.).
1651           Some of those would be wrongly identified as mpeg
1652           streams of some sort before (#315550).
1653
1654 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1655
1656         * configure.ac:
1657         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1658         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1659         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
1660         * gst/audiotestsrc/Makefile.am:
1661         * gst/audiotestsrc/gstaudiotestsrc.c:
1662         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
1663         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
1664         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
1665         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
1666         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
1667         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
1668         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
1669         (gst_audiotestsrc_create_silence),
1670         (gst_audiotestsrc_create_white_noise),
1671         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
1672         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
1673         (gst_audiotestsrc_start), (plugin_init):
1674         * gst/audiotestsrc/gstaudiotestsrc.h:
1675           add new plugin and element
1676         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
1677           use gobject_class
1678
1679 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1680
1681         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
1682         (gst_adder_init), (gst_adder_request_new_pad),
1683         (gst_adder_change_state):
1684           Add query function to source pad, so adder reports the correct
1685           time/sample position when queried (#315457); fix state change
1686           function; use GST_DEBUG_FUNCPTR() for pad functions.
1687
1688 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1689
1690         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
1691           Fix leaks in typefind registration
1692           Clean up the gratuitous commenting and whitespacing a little
1693
1694 2005-10-08  Wim Taymans  <wim@fluendo.com>
1695
1696         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1697         Only actually wait for the thread to be stopped if it's 
1698         running.
1699
1700 2005-10-08  Wim Taymans  <wim@fluendo.com>
1701
1702         * gst-libs/gst/audio/gstbaseaudiosink.c:
1703         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1704         If we receive EOS we can start playback of what we had.
1705
1706 2005-10-08  Wim Taymans  <wim@fluendo.com>
1707
1708         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1709         (gst_multifdsink_finalize), (multifdsink_hash_remove),
1710         (gst_multifdsink_stop):
1711         Fix crasher when going to NULL multiple times.
1712
1713 2005-10-06  Wim Taymans  <wim@fluendo.com>
1714
1715         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
1716         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1717         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1718         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
1719         patch from Edgard Lima <edgard.lima@indt.org.br>
1720         Fixed gstbaseaudiosrc adding ring buffer sync to it.
1721
1722 2005-10-06  Wim Taymans  <wim@fluendo.com>
1723
1724         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1725         Report the FLOW_RETURN as string in the error message.
1726
1727         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
1728         Don't assert when clearing an unnegotiated buffer.
1729
1730 2005-10-04  Michael Smith <msmith@fluendo.com>
1731
1732         * gst/playback/gstplaybasebin.c: (group_destroy),
1733         (gen_preroll_element), (remove_groups), (setup_source):
1734         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
1735         (setup_sinks), (gst_play_bin_send_event),
1736         (gst_play_bin_change_state):
1737           Set state to NULL before removing from bin. Fix refcounting.
1738
1739 2005-10-04  Michael Smith <msmith@fluendo.com>
1740
1741         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
1742           Correct refcounting in send_event() function. Previously was wrong
1743           if the first sink was unable to handle the event.
1744
1745 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1746
1747         * configure.ac:
1748           back to development
1749
1750 === release 0.9.3 ===
1751
1752 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1753
1754         * configure.ac:
1755           Releasing 0.9.3, "De Facto"
1756
1757 2005-10-03  Andy Wingo  <wingo@pobox.com>
1758
1759         * gst/playback/gstdecodebin.c (try_to_link_1)
1760         (remove_element_chain): set element to NULL before removing it.
1761
1762 2005-10-02  Johan Dahlin  <johan@gnome.org>
1763
1764         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
1765         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
1766         MT safe.
1767
1768 2005-10-02  Andy Wingo  <wingo@pobox.com>
1769
1770         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
1771         (gst_ring_buffer_prepare_read): 
1772         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
1773         Demote to LOG.
1774
1775 2005-09-29  Wim Taymans  <wim@fluendo.com>
1776
1777         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
1778         * ext/theora/theoradec.c: (theora_handle_data_packet):
1779         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1780         Propagate error codes from alloc_buffer too.
1781
1782 2005-09-29  Wim Taymans  <wim@fluendo.com>
1783
1784         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
1785         We use fixed caps.
1786
1787         * gst/playback/Makefile.am:
1788         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1789         (dump_element_stats), (main):
1790         Added example stream introspection code.
1791
1792 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
1793
1794         * gst/adder/gstadder.c: (gst_adder_collected):
1795           fix adder for float elements
1796
1797 2005-09-28  Wim Taymans  <wim@fluendo.com>
1798
1799         * gst-libs/gst/audio/gstbaseaudiosink.c:
1800         (gst_base_audio_sink_class_init),
1801         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
1802         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1803         (gst_base_audio_src_class_init),
1804         (gst_base_audio_src_provide_clock):
1805         get_clock -> provide_clock
1806
1807 2005-09-28  Andy Wingo  <wingo@pobox.com>
1808
1809         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
1810         and unlocking.
1811
1812         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
1813         unlocking.
1814
1815         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
1816         Actually add the pad template.
1817         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
1818
1819         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
1820         I'm at it...
1821
1822         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
1823         from fdsrc. Get caps in create() instead of start() so it can be
1824         interrupted. Interruption somewhat untested.
1825
1826         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
1827         Proper EOS handling.
1828
1829 2005-09-27  Andy Wingo  <wingo@pobox.com>
1830
1831         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
1832
1833         * gst/tcp/gsttcpserversrc.c: Cleaned up.
1834
1835         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
1836
1837         * gst/tcp/gsttcp.h: 
1838         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
1839         out of tcpclientsrc.c. Cancellable.
1840         (gst_tcp_socket_read): Made private, cancellable, with better
1841         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
1842         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
1843         whole buffer, and better diagnostics.
1844         (gst_tcp_gdp_read_caps): Same.
1845
1846         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
1847
1848 2005-09-26  Andy Wingo  <wingo@pobox.com>
1849
1850         * gst/sine/gstsinesrc.h:
1851         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
1852         change the 'sync' property to 'is-live' and implement it halfway,
1853         update for controller api change.
1854
1855         * gst/volume/gstvolume.c (volume_transform_ip): Update for
1856         controller api change.
1857
1858 2005-09-24  Wim Taymans  <wim@fluendo.com>
1859
1860         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
1861         * gst-libs/gst/audio/gstaudiosink.c:
1862         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
1863         (gst_audioringbuffer_stop):
1864         * gst-libs/gst/audio/gstbaseaudiosink.c:
1865         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
1866         (gst_base_audio_sink_change_state):
1867         * gst-libs/gst/audio/gstbaseaudiosink.h:
1868         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
1869         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1870         (gst_ring_buffer_commit), (gst_ring_buffer_read):
1871         * gst-libs/gst/audio/gstringbuffer.h:
1872         Fix sync again. Moved sample alignment to basesink.
1873
1874 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1875
1876         * docs/plugins/Makefile.am:
1877         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1878         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1879         * gst/volume/gstvolume.c:
1880           add/fix docs
1881         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
1882         * gst-libs/gst/audio/audio.h:
1883           add conversion macros for frames <-> clocktime
1884
1885 2005-09-23  David Schleef  <ds@schleef.org>
1886
1887         * gst/audioresample/Makefile.am:
1888         * gst/audioresample/debug.h:
1889         * gst/audioresample/gstaudioresample.c:
1890         * gst/audioresample/resample.c: Convert to using gst debugging
1891
1892 2005-09-22  Wim Taymans  <wim@fluendo.com>
1893
1894         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1895         (gst_play_bin_send_event):
1896         Only seek on one sink, the first one that succeeds.
1897
1898 2005-09-22  Michael Smith <msmith@fluendo.com>
1899
1900         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
1901         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1902         Don't flush encoder state unless we have an initialised encoder.
1903         Clear out encoder state on PAUSED_TO_READY.
1904
1905 2005-09-22  Wim Taymans  <wim@fluendo.com>
1906
1907         * gst-libs/gst/rtp/gstbasertppayload.c:
1908         (gst_basertppayload_class_init), (gst_basertppayload_init),
1909         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1910         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1911         (gst_basertppayload_is_filled), (gst_basertppayload_push),
1912         (gst_basertppayload_set_property),
1913         (gst_basertppayload_get_property),
1914         (gst_basertppayload_change_state):
1915         * gst-libs/gst/rtp/gstbasertppayload.h:
1916         Added max-ptime to control amount of data in the rtp packets.
1917
1918 2005-09-21  Andy Wingo  <wingo@pobox.com>
1919
1920         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
1921         thingies.
1922
1923         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
1924         can be called multiple times, dogs.
1925
1926 2005-09-21  Wim Taymans  <wim@fluendo.com>
1927
1928         * gst-libs/gst/rtp/gstbasertppayload.c:
1929         (gst_basertppayload_class_init), (gst_basertppayload_init),
1930         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1931         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1932         (gst_basertppayload_push), (gst_basertppayload_get_property),
1933         (gst_basertppayload_change_state):
1934         Allow 0 ssrc too.
1935
1936 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
1937
1938         * docs/libs/compiling.sgml:
1939           fixing typos
1940
1941 2005-09-20  Wim Taymans  <wim@fluendo.com>
1942
1943         * gst-libs/gst/rtp/gstbasertppayload.c:
1944         (gst_basertppayload_class_init), (gst_basertppayload_init),
1945         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1946         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1947         (gst_basertppayload_push), (gst_basertppayload_set_property),
1948         (gst_basertppayload_get_property),
1949         (gst_basertppayload_change_state):
1950         * gst-libs/gst/rtp/gstbasertppayload.h:
1951         Added property to configure sequence number offsets.
1952
1953 2005-09-20  Wim Taymans  <wim@fluendo.com>
1954
1955         * gst-libs/gst/rtp/gstbasertppayload.c:
1956         (gst_basertppayload_class_init), (gst_basertppayload_init),
1957         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1958         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1959         (gst_basertppayload_push), (gst_basertppayload_set_property),
1960         (gst_basertppayload_get_property),
1961         (gst_basertppayload_change_state):
1962         * gst-libs/gst/rtp/gstbasertppayload.h:
1963         Make timestamp offset configurable.
1964
1965 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1966
1967         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1968           fix wrong pop/unref
1969
1970 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
1971
1972         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1973
1974         * gst-libs/gst/interfaces/propertyprobe.c:
1975         (gst_property_probe_probe_property_name),
1976         (gst_property_probe_needs_probe_name),
1977         (gst_property_probe_get_values_name),
1978         (gst_property_probe_probe_and_get_values_name):
1979           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
1980           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
1981
1982 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1983
1984         * check/Makefile.am:
1985           have some tests be disabled for valgrinding
1986         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
1987         (GST_START_TEST):
1988         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
1989           Fix A Leak.  Chain To Parent Finalize.
1990
1991 2005-09-19  Wim Taymans  <wim@fluendo.com>
1992
1993         * examples/seeking/seek.c: (make_wav_pipeline), (main):
1994         Fixed wav pipeline.
1995
1996 2005-09-19  Wim Taymans  <wim@fluendo.com>
1997
1998         * gst-libs/gst/rtp/gstbasertppayload.c:
1999         (gst_basertppayload_class_init), (gst_basertppayload_init),
2000         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2001         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2002         (gst_basertppayload_push), (gst_basertppayload_get_property),
2003         (gst_basertppayload_change_state):
2004         Posting ERROR and WARNING messages is good.
2005
2006 2005-09-19  Wim Taymans  <wim@fluendo.com>
2007
2008         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2009         (gst_base_rtp_depayload_add_to_queue),
2010         (gst_base_rtp_depayload_push),
2011         (gst_base_rtp_depayload_set_gst_timestamp),
2012         (gst_base_rtp_depayload_queue_release):
2013         This one was not supposed to go in.
2014
2015 2005-09-19  Wim Taymans  <wim@fluendo.com>
2016
2017         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2018         Fix for bus API.
2019
2020         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2021         (gst_base_rtp_depayload_chain),
2022         (gst_base_rtp_depayload_add_to_queue),
2023         (gst_base_rtp_depayload_push),
2024         (gst_base_rtp_depayload_set_gst_timestamp),
2025         (gst_base_rtp_depayload_queue_release):
2026         Some cleanups.
2027
2028         * gst-libs/gst/rtp/gstbasertppayload.c:
2029         (gst_basertppayload_class_init), (gst_basertppayload_init),
2030         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
2031         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2032         (gst_basertppayload_get_property),
2033         (gst_basertppayload_change_state):
2034         Added debugging category.
2035
2036 2005-09-18  David Schleef  <ds@schleef.org>
2037
2038         * gst/playback/gstdecodebin.c: free plugin list correctly
2039         * gst/playback/gstplaybin.c: emit warning if autovideosink
2040           and autoaudiosink can't be found (instead of segfaulting)
2041
2042 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2043
2044         * check/elements/audioconvert.c: (GST_START_TEST):
2045           try out 24 bit conversion
2046
2047 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2048
2049         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2050         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
2051         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
2052         * ext/vorbis/vorbisenc.h:
2053           Fix EOS handling.  Still needs a fix in the ogg muxer to
2054           mark the last page as eos.
2055
2056 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2057
2058         * common/gtk-doc-plugins.mak:
2059         * docs/plugins/Makefile.am:
2060         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2061         * gst/ffmpegcolorspace/Makefile.am:
2062         * gst/ffmpegcolorspace/avcodec.h:
2063         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2064         * gst/tcp/gstmultifdsink.c:
2065           fix up ffmpegcolorspace docs; extract header
2066
2067 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2068
2069         * common/gtk-doc-plugins.mak:
2070         * docs/plugins/Makefile.am:
2071         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2072         * ext/theora/Makefile.am:
2073         * ext/theora/gsttheoraenc.h:
2074         * ext/theora/theoraenc.c:
2075         * ext/vorbis/vorbisenc.c:
2076           pick up signals and args for vorbis; add some docs for vorbis
2077
2078 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2079
2080         * common/gstdoc-scangobj:
2081         * common/gtk-doc-plugins.mak:
2082         * docs/libs/Makefile.am:
2083         * docs/plugins/gst-plugins-base-plugins.args:
2084         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2085         * docs/plugins/gst-plugins-base-plugins.interfaces:
2086         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2087         * docs/plugins/gst-plugins-base-plugins.signals:
2088           only scanobj stuff from our source module.  Not sure yet
2089           if that's correct, given the hierarchy stuff :)
2090
2091 2005-09-15  Wim Taymans  <wim@fluendo.com>
2092
2093         * gst/audioconvert/gstaudioconvert.c:
2094         And enable 24 bits mode as well..
2095
2096 2005-09-15  Wim Taymans  <wim@fluendo.com>
2097
2098         * gst-libs/gst/rtp/Makefile.am:
2099         * gst-libs/gst/rtp/gstbasertppayload.c:
2100         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
2101         (gst_basertppayload_class_init), (gst_basertppayload_init),
2102         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
2103         (gst_basertppayload_chain), (gst_basertppayload_set_options),
2104         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2105         (gst_basertppayload_set_property),
2106         (gst_basertppayload_get_property),
2107         (gst_basertppayload_change_state):
2108         * gst-libs/gst/rtp/gstbasertppayload.h:
2109         Added rtp payloader base class.
2110
2111 2005-09-15  Andy Wingo  <wingo@pobox.com>
2112
2113         * configure.ac (plugindir): Remove the EOL matcher from the
2114         regexp, as it causes me problems. Libtool? Make? Who knows?
2115
2116 2005-09-14  David Schleef  <ds@schleef.org>
2117
2118         * check/generic/states.c: 
2119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2120         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2121           Fixes for changes in registry API.
2122
2123         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
2124           to GST_PLUGIN_LDFLAGS.
2125         * ext/libvisual/visual.c: Make the library shut up.
2126         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
2127         * gst-libs/gst/audio/gstaudiofilter.c: same
2128
2129 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2130
2131         * docs/plugins/Makefile.am:
2132         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2133         * docs/plugins/inspect/plugin-libvisual.xml:
2134         * docs/plugins/tmpl/element-tcpserversink.sgml:
2135         * ext/theora/theoraenc.c:
2136           add libvisual plugin and theoraenc element to docs
2137
2138 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2139
2140         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2141         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2142         * ext/theora/theoraenc.c:
2143           add theoraenc
2144
2145 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
2146
2147         * gst/audioconvert/Makefile.am:
2148           Audioconvert derives from GstBaseTransform and should
2149           link to the library with our base elements to avoid
2150           unresolved symbols. Makes things work with MinGW (#316160)
2151
2152         * gst/playback/test4.c: (main):
2153           Fix MinGW build problem and use g_usleep() instead of 
2154           sleep() (#316162)
2155
2156 2005-09-12  Wim Taymans  <wim@fluendo.com>
2157
2158         * gst/audioconvert/audioconvert.c: (float),
2159         (audio_convert_prepare_context), (audio_convert_convert):
2160         * gst/audioconvert/audioconvert.h:
2161         Cleanups, speedups, simplifications, added back support
2162         for 24 bits.
2163
2164 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2165
2166         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2167         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2168         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2169         * docs/plugins/tmpl/element-tcpserversink.sgml:
2170         * gst/ffmpegcolorspace/gstffmpeg.c:
2171         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2172         * gst/videotestsrc/gstvideotestsrc.c:
2173         * gst/volume/gstvolume.c:
2174           add more elements to the docs
2175
2176 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
2177
2178         * check/Makefile.am:
2179         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
2180         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
2181           Add extra tests for basetransform based components. 
2182           Comment out the test_element_negotiation test until we decide
2183           if it's testing correct behaviour.
2184         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
2185         (gst_visual_chain), (gst_visual_change_state):
2186           Slightly more correct but still bogus timestamping.
2187           Fix state change function.
2188         * gst/audioconvert/gstaudioconvert.c:
2189         (gst_audio_convert_class_init):
2190         * gst/audioresample/gstaudioresample.c:
2191         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2192         (gst_ffmpegcsp_class_init):
2193         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2194         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
2195         (gst_videoscale_prepare_image):
2196         * gst/volume/gstvolume.c: (gst_volume_class_init),
2197         (volume_transform_ip):
2198           Basetransform updates. Enable passthrough modes.
2199         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2200         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
2201         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2202           Negotiation fix that allows the window to return to the original
2203           size and renegotiate passthrough upstream. Extra debug output.
2204
2205 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2206
2207         * gst/sine/gstsinesrc.c:
2208         * gst/volume/gstvolume.c:
2209           fix up header include
2210
2211 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
2212
2213         * gst-libs/gst/audio/gstbaseaudiosink.c:
2214         (gst_base_audio_sink_render):
2215         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
2216         * gst/volume/gstvolume.c: (gst_volume_class_init),
2217         (volume_transform):
2218           fixing lost sync, some more debugging
2219
2220 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
2221
2222         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2223         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2224         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2225         (gst_xvimagesink_check_xshm_calls):
2226           Fix compilation when XShm is not available.
2227
2228 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2229
2230         * ext/libvisual/visual.c: (gst_visual_dispose),
2231         (gst_visual_getcaps), (gst_visual_src_setcaps),
2232         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2233         (gst_visual_change_state):
2234           Finish fixing up libvisual plugin so that it runs. 
2235
2236 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2237
2238         * ext/vorbis/vorbisenc.c:
2239         * gst-libs/gst/tag/gstvorbistag.c:
2240           gsttaginterface.h -> gsttagsetter.h
2241
2242 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2243
2244         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2245           added another test that failes for me (test is not active by default)
2246
2247 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2248
2249         * configure.ac:
2250           v4l2 is no longer in gst-plugins-base
2251
2252 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2253
2254         * configure.ac:
2255           In the output at the end, don't show the first plugin on the same
2256           line as "Core plug-ins, always built:".
2257           Indent the output as for other plugin categories
2258         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2259           #define that can be used to not use peer buffer_alloc functions for
2260           test purposes.
2261         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2262         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2263         (gst_ximagesink_show_frame):
2264         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2265         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2266         (gst_xvimagesink_show_frame):
2267           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2268           fails gracefully instead of XError aborting or deadlocking.
2269
2270 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2271
2272         * ext/libvisual/Makefile.am:
2273           link against gst-base-libs
2274
2275 2005-09-06  David Schleef  <ds@schleef.org>
2276
2277         * configure.ac: Enable libvisual plugin.
2278         * ext/libvisual/Makefile.am:
2279         * ext/libvisual/visual.c: Fixes to make it compile.
2280
2281 === release 0.9.2 ===
2282
2283 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2284
2285         * NEWS:
2286         * RELEASE:
2287         * configure.ac:
2288         * docs/random/ChangeLog-0.8:
2289           releasing 0.9.2, "Spoon"
2290
2291 2005-09-05  Michael Smith <msmith@fluendo.com>
2292
2293         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2294           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2295           that in the vorbisenc element.
2296
2297 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2298
2299         * common/gtk-doc-plugins.mak:
2300         * docs/plugins/Makefile.am:
2301           fix distcheck
2302         * gst/audioresample/resample.c:
2303           fix wrong docstring
2304
2305 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2306
2307         * common/gst-xmlinspect.py:
2308         * common/gtk-doc-plugins.mak:
2309           only inspect plugins for this given package
2310           require gst-python 0.9
2311
2312 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2313
2314         * Makefile.am:
2315         * autogen.sh:
2316         * common/gst-xmlinspect.py:
2317         * configure.ac:
2318         * docs/Makefile.am:
2319         * docs/plugins/inspect/plugin-alsa.xml:
2320         * docs/plugins/inspect/plugin-audioresample.xml:
2321         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2322         * docs/plugins/inspect/plugin-ogg.xml:
2323         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2324         * docs/plugins/tmpl/element-multifdsink.sgml:
2325         * docs/plugins/tmpl/element-tcpserversink.sgml:
2326         * docs/plugins/tmpl/element-vorbisenc.sgml:
2327         * gst-plugins-base.spec.in:
2328           various doc-related updates
2329
2330 2005-08-31  Wim Taymans  <wim@fluendo.com>
2331
2332         * gst-libs/gst/audio/gstbaseaudiosink.c:
2333         (gst_base_audio_sink_render):
2334         Resync if the buffer timestamps drift more than a 10th 
2335         of a second.
2336
2337 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2338
2339         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2340         (gst_v4lsrc_get_property):
2341           The 'timestamp-offset' property is registered as an int64, so
2342           let's use g_value_{set|get}_int64() in our setter and getter
2343           functions (makes it work and fixes warnings with gst-inspect).
2344
2345 2005-08-30  Wim Taymans  <wim@fluendo.com>
2346
2347         * check/elements/audioconvert.c: (setup_audioconvert):
2348         * check/elements/audioresample.c: (setup_audioresample):
2349         * check/elements/volume.c: (setup_volume):
2350         Fix checks.
2351
2352 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2353
2354         * common/gtk-doc-plugins.mak:
2355         * common/plugins.xsl:
2356         * docs/plugins/Makefile.am:
2357           make module a param
2358
2359 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2360
2361         * examples/seeking/seek.c: (make_mp3_pipeline),
2362         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2363         (play_cb), (pause_cb), (stop_cb):
2364           update the example
2365
2366 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2367
2368         * gst/volume/gstvolume.c: (gst_volume_class_init),
2369         (volume_transform):
2370           do not update controlled params, if buffer has no timestamp
2371
2372 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2373
2374         * configure.ac:
2375         * gst/sine/Makefile.am:
2376         * gst/volume/Makefile.am:
2377           controllerized elements also need to link against controller-libs ;)
2378
2379 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2380
2381         * docs/libs/tmpl/gstcolorbalance.sgml:
2382         * docs/libs/tmpl/gstgconf.sgml:
2383         * docs/libs/tmpl/gstmixer.sgml:
2384         * docs/libs/tmpl/gstringbuffer.sgml:
2385         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2386         (gst_sinesrc_create):
2387         * gst/volume/gstvolume.c: (gst_volume_class_init),
2388         (volume_transform):
2389           controllerized two audio plugins
2390
2391 2005-08-29  Andy Wingo  <wingo@pobox.com>
2392
2393         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2394         (vorbis_handle_data_packet): Fix some int overflow errors.
2395
2396         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2397         -1.
2398         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2399         valid.
2400         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2401         if it's valid. Fixed streaming-mode playback.
2402
2403         * check/elements/volume.c (cleanup_volume): Fix for running
2404         CK_FORK=no.
2405
2406         * check/elements/audioconvert.c: Convert from native endian, not
2407         little endian.
2408
2409 2005-08-29  Michael Smith <msmith@fluendo.com>
2410
2411         * ext/ogg/Makefile.am:
2412         * ext/ogg/gstogg.c: (plugin_init):
2413         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2414         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2415         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2416         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2417         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2418         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2419         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2420         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2421         Add an ogg parser element.
2422
2423 2005-08-28  Andy Wingo  <wingo@pobox.com>
2424
2425         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2426
2427 2005-08-26  Wim Taymans  <wim@fluendo.com>
2428
2429         * gst/audioconvert/audioconvert.c: (if), (float),
2430         (audio_convert_get_func_index), (check_default),
2431         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2432         (audio_convert_clean_context), (audio_convert_get_sizes),
2433         (audio_convert_convert):
2434         Cleanups.
2435
2436 2005-08-26  Wim Taymans  <wim@fluendo.com>
2437
2438         * gst/audioconvert/audioconvert.c: (if), (float),
2439         (audio_convert_get_func_index), (check_default),
2440         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2441         (audio_convert_clean_context), (audio_convert_get_sizes),
2442         (audio_convert_convert):
2443         More elegant and working temp buffer selection algo.
2444
2445 2005-08-26  Wim Taymans  <wim@fluendo.com>
2446
2447         * gst/audioconvert/audioconvert.c: (if), (float),
2448         (audio_convert_get_func_index), (check_default),
2449         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2450         (audio_convert_clean_context), (audio_convert_get_sizes),
2451         (get_temp_buffer), (audio_convert_convert):
2452         Use realloc else we lose our original data.
2453
2454 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2455
2456         * gst/audioresample/gstaudioresample.c:
2457           use base class' newsegment to properly timestamp
2458
2459 2005-08-26  Wim Taymans  <wim@fluendo.com>
2460
2461         * gst/audioconvert/audioconvert.c: (if), (float),
2462         (audio_convert_get_func_index), (check_default),
2463         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2464         (audio_convert_clean_context), (audio_convert_get_sizes),
2465         (get_temp_buffer), (audio_convert_convert):
2466         * gst/audioconvert/gstaudioconvert.c:
2467         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2468         (gst_audio_convert_transform_caps),
2469         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2470         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2471         Oops, allocate enough space to perform the channel mix.
2472
2473 2005-08-26  Wim Taymans  <wim@fluendo.com>
2474
2475         * gst/audioconvert/Makefile.am:
2476         * gst/audioconvert/audioconvert.c: (if), (float),
2477         (audio_convert_get_func_index), (check_default),
2478         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2479         (audio_convert_clean_context), (audio_convert_get_sizes),
2480         (get_temp_buffer), (audio_convert_convert):
2481         * gst/audioconvert/audioconvert.h:
2482         * gst/audioconvert/gstaudioconvert.c:
2483         (gst_audio_convert_class_init), (gst_audio_convert_init),
2484         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2485         (gst_audio_convert_get_unit_size),
2486         (gst_audio_convert_transform_caps),
2487         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2488         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2489         * gst/audioconvert/gstaudioconvert.h:
2490         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2491         (gst_channel_mix_fill_identical),
2492         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2493         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2494         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2495         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2496         (gst_channel_mix_mix):
2497         * gst/audioconvert/gstchannelmix.h:
2498         Cleanups, librarify a bit, optimize, better negotiation and more.
2499
2500 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2501
2502         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2503         Another from MikeS:
2504         During typefinding, don't support negative offsets
2505         (offsets from the end of the stream) in our typefind->peek() function
2506         - nothing embedded in ogg ever needs them. However, we need to recognise
2507         those requests and reject them, otherwise we return invalid pointers.
2508
2509 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2510
2511         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2512         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2513         (vorbisdec_finalize), (vorbis_handle_type_packet):
2514           Big shout-out to MikeS for fixing this giant memory leak.
2515           Huzzah!
2516
2517 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2518
2519         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2520         (audio_convert_get_unit_size):
2521           plug some leaks
2522
2523 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2524
2525         * check/Makefile.am:
2526         * check/elements/audioconvert.c: (setup_audioconvert),
2527         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2528         (GST_START_TEST), (audioconvert_suite), (main):
2529           add a test for audioconvert
2530         * gst/audioresample/gstaudioresample.c:
2531         * gst/audioresample/gstaudioresample.h:
2532           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2533           note that for buffers of 1/3 sec this means DURATION(c) is 
2534           one nanosecond more than for a and b
2535
2536 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2537
2538         * check/Makefile.am:
2539         * check/elements/audioresample.c: (setup_audioresample),
2540         (cleanup_audioresample), (fail_unless_perfect_stream),
2541         (test_perfect_stream_instance), (GST_START_TEST),
2542           add a check for audioresample
2543         (audioresample_suite), (main):
2544         * check/elements/volume.c: (GST_START_TEST):
2545           remove unused method
2546         * gst/audioresample/gstaudioresample.c:
2547           set correct buffer parameters since we're changing them
2548         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2549           add some debug
2550
2551 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2552
2553         * gst/audioresample/debug.c:
2554         * gst/audioresample/gstaudioresample.c:
2555           add room for extra overlap samples when asked to transform size
2556           protect against possible mem corruption and check for discrepancies
2557           between written size and outbuffer's size so we can warn for
2558           potential problems
2559         * gst/audioresample/resample.c: (resample_init),
2560         (resample_get_output_size_for_input), (resample_get_output_size),
2561         (resample_set_n_channels), (resample_set_format):
2562           set debug level based on RESAMPLE_DEBUG env var
2563           make sure that get_output_size* returns a whole number of
2564           sample_size
2565           set sample_size each time either channel or format is set
2566         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
2567         * gst/audioresample/resample_functable.c:
2568         (resample_scale_functable):
2569         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2570           remove r->sample_size, it's done in resample.c now
2571           add some debugging to the ref implementation
2572           make sure we only give back bytes that are wholes of the sample
2573           size
2574
2575 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
2576         * gst/playback/gstplaybasebin.c: (fill_buffer):
2577         Revert unpopular change for GST_MESSAGE_SRC to GObject.
2578
2579 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
2580
2581         * gst/volume/gstvolume.c:
2582           made set_caps function static
2583
2584 2005-08-24  Wim Taymans  <wim@fluendo.com>
2585
2586         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2587         (gst_vorbisenc_change_state):
2588         Stop leaking taglists.
2589
2590 2005-08-24  Wim Taymans  <wim@fluendo.com>
2591
2592         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2593         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
2594         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
2595         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
2596         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2597         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2598         Parse seeking events better.
2599         Unref static caps.
2600         Generate correct newsegment events, fixes seeking in live oggs.
2601
2602         * ext/theora/theoradec.c: (theora_dec_src_query),
2603         (theora_dec_src_event), (theora_dec_src_getcaps),
2604         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
2605         Use newsegment values to report correct play time.
2606
2607         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2608         (vorbis_dec_src_event), (vorbis_dec_sink_event):
2609         * ext/vorbis/vorbisdec.h:
2610         Parse and use newsegment values to report correct play time.
2611
2612         * gst-libs/gst/audio/gstbaseaudiosink.c:
2613         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2614         Clear ringbuffer on flush.
2615         Use newsegment values to calculate playback time.
2616
2617         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
2619         Basesink does newsegment calculations for us now.
2620
2621 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2622
2623         * check/Makefile.am:
2624         * configure.ac:
2625           add core's plugins to the mix so that playbin works
2626         * check/generic/states.c: (GST_START_TEST):
2627           set a 0 timeout on pipelines, so they don't force the next
2628           state change
2629         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
2630         (gst_play_base_bin_change_state):
2631           remove the crappy error handling and do GST error handling
2632
2633 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2634
2635         * check/Makefile.am:
2636         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
2637           add same test as to core, it bitches out on playbin atm.
2638
2639 2005-08-24  Wim Taymans  <wim@fluendo.com>
2640
2641         * configure.ac:
2642         Remove audioscale.
2643
2644 2005-08-24  Wim Taymans  <wim@fluendo.com>
2645
2646         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2647         (gst_videoscale_prepare_size), (parse_caps),
2648         (gst_videoscale_set_caps), (gst_videoscale_get_size),
2649         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
2650         (gst_videoscale_transform):
2651         * gst/videoscale/gstvideoscale.h:
2652         Refactor, make use of BaseTranform really well.
2653
2654 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2655
2656         * configure.ac:
2657           compile audioresample
2658         * gst/audioresample/Makefile.am:
2659         * gst/audioresample/buffer.c:
2660         * gst/audioresample/functable.c:
2661         * gst/audioresample/gstaudioresample.c:
2662         * gst/audioresample/gstaudioresample.h:
2663         * gst/audioresample/resample.c:
2664         (resample_get_output_size_for_input):
2665         * gst/audioresample/resample.h:
2666         * gst/audioresample/resample_chunk.c:
2667         * gst/audioresample/resample_functable.c:
2668         * gst/audioresample/resample_ref.c:
2669           port to use basetransform; doesn't work in all cases yet
2670
2671 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2672
2673         * gst/audioconvert/gstaudioconvert.c:
2674         (gst_audio_convert_class_init), (gst_audio_convert_init),
2675         (audio_convert_get_unit_size), (audio_convert_transform_caps),
2676         (audio_convert_fixate_caps), (audio_convert_set_caps),
2677         (audio_convert_transform),
2678         (gst_audio_convert_buffer_to_default_format),
2679         (gst_audio_convert_buffer_from_default_format),
2680         (gst_audio_convert_channels):
2681         * gst/audioconvert/gstchannelmix.c:
2682         * gst/audioconvert/gstchannelmix.h:
2683           port to basetransform
2684         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2685         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
2686         (gst_ffmpegcsp_get_unit_size):
2687         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2688         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
2689           fix for basetransform changes
2690
2691 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
2692
2693         * check/Makefile.am:
2694           Add CHECK_CFLAGS and LDFLAGS
2695
2696         * gst/playback/gstplaybasebin.c: (fill_buffer):
2697           GST_MESSAGE_SRC became a GObject
2698
2699 2005-08-24  Wim Taymans  <wim@fluendo.com>
2700
2701         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
2702         (gst_ring_buffer_clear_all):
2703         * gst-libs/gst/audio/gstringbuffer.h:
2704         Added function to clear the ringbuffer.
2705
2706 2005-08-24  Andy Wingo  <wingo@pobox.com>
2707
2708         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
2709         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
2710         of _open and _close.
2711
2712         * sys/v4l/gstv4lxoverlay.h:
2713         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
2714         an Xv connection here, instead of all the time. Make Xv only be
2715         loaded if you axe for it. Kindof a workaround for buggy behaviour
2716         of Xv when using remote xservers (XvQueryExtension would block).
2717         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
2718         replace the _open and _close public API. Only start the xv
2719         connection if necessary.
2720         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
2721
2722 2005-08-23  David Schleef  <ds@schleef.org>
2723
2724         * gst/audioresample/Makefile.am: Leet audioresampling code
2725         * gst/audioresample/buffer.c:
2726         * gst/audioresample/buffer.h:
2727         * gst/audioresample/debug.c:
2728         * gst/audioresample/debug.h:
2729         * gst/audioresample/functable.c:
2730         * gst/audioresample/functable.h:
2731         * gst/audioresample/gstaudioresample.c:
2732         * gst/audioresample/gstaudioresample.h:
2733         * gst/audioresample/resample.c:
2734         * gst/audioresample/resample.h:
2735         * gst/audioresample/resample_chunk.c:
2736         * gst/audioresample/resample_functable.c:
2737         * gst/audioresample/resample_ref.c:
2738
2739 2005-08-23  Wim Taymans  <wim@fluendo.com>
2740
2741         * examples/seeking/seek.c: (make_vorbis_pipeline),
2742         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
2743         Small seek updates.
2744
2745 2005-08-23  Andy Wingo  <wingo@pobox.com>
2746
2747         * gst-libs/gst/audio/gstbaseaudiosrc.c
2748         (gst_base_audio_src_fixate): Only fixate endianness if it is
2749         present in the caps.
2750
2751 2005-08-22  Andy Wingo  <wingo@pobox.com>
2752
2753         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
2754         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
2755         device-name property.
2756
2757         * gst-libs/gst/audio/gstaudiosrc.h:
2758         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
2759         close_device in the ring buffer, like gstaudiosink.
2760
2761         * ext/alsa/gstalsamixer.h:
2762         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
2763         macro to implement the interface without much code. Cleanups. 
2764
2765         * ext/alsa/gstalsasrc.h:
2766         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
2767         READY.
2768
2769         * ext/alsa/Makefile.am: Add new files.
2770         * ext/alsa/gstalsamixerelement.c: 
2771         * ext/alsa/gstalsamixerelement.c: Split element code out from
2772         mixer code so that alsasrc can be a mixer too.
2773
2774 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2775
2776         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2777         (GST_START_TEST):
2778         * check/elements/vorbisdec.c: (setup_vorbisdec),
2779         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
2780         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2781         (vorbis_handle_identification_packet),
2782         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
2783         (vorbis_handle_header_packet), (vorbis_dec_push),
2784         (vorbis_dec_chain):
2785           use the setup/teardown methods to save code.  save code is good.
2786
2787 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2788
2789         * check/Makefile.am:
2790           add ext dir for plugins
2791           add vorbisdec test conditionally
2792         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2793         (GST_START_TEST), (volume_suite):
2794           add a test with wrong caps
2795         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
2796         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
2797           add a vorbisdec test
2798         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
2799         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
2800           clean up debug output
2801         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2802           yay, fix a segfault/security issue in vorbisdec
2803           gst-launch fakesrc ! vorbisdec wasn't happy
2804         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
2805         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
2806         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
2807         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
2808         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
2809         (gst_vorbisenc_set_metadata), (get_constraints_string),
2810         (update_start_message), (gst_vorbisenc_setup),
2811         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
2812         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
2813         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
2814         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
2815         * ext/vorbis/vorbisenc.h:
2816           march in line
2817         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2818         (gst_ffmpegcsp_transform):
2819           have the kow come home
2820         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
2821           debug my func ptr
2822         * gst/volume/gstvolume.c: (volume_set_caps):
2823           add a debug
2824
2825 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2826
2827         * Makefile.am:
2828         * check/.cvsignore:
2829         * check/Makefile.am:
2830         * check/elements/.cvsignore:
2831         * check/elements/volume.c: (chain_func), (event_func),
2832         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
2833         (main):
2834         * configure.ac:
2835           add unit test structure for gst-plugins-base
2836           add a test for volume
2837         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
2838         (gst_volume_set_volume), (gst_volume_get_volume),
2839         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
2840         (volume_funcfind), (volume_process_float), (volume_process_int16),
2841         (volume_set_caps), (volume_transform), (volume_update_mute),
2842         (volume_update_volume), (volume_set_property),
2843         (volume_get_property):
2844           document a little; use basetransform vmethod _set_caps
2845
2846 2005-08-19  Andy Wingo  <wingo@pobox.com>
2847
2848         * ext/alsa/gstalsamixertrack.h:
2849         * ext/alsa/gstalsamixertrack.c:
2850         * ext/alsa/gstalsamixeroptions.h:
2851         * ext/alsa/gstalsamixeroptions.c:
2852         * ext/alsa/gstalsamixer.h:
2853         * ext/alsa/gstalsamixer.c: Port to 0.9.
2854
2855         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
2856         Remove gstalsa.c and alsaclock. No more cruft here.
2857         
2858 2005-08-18  Wim Taymans  <wim@fluendo.com>
2859
2860         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2861         (gst_base_rtp_depayload_chain),
2862         (gst_base_rtp_depayload_add_to_queue),
2863         (gst_base_rtp_depayload_push),
2864         (gst_base_rtp_depayload_queue_release):
2865         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2866         Fix for RTPBuffer changes.
2867
2868         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
2869         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
2870         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
2871         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
2872         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
2873         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
2874         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
2875         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
2876         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
2877         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
2878         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
2879         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
2880         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
2881         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
2882         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
2883         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
2884         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
2885         (gst_rtpbuffer_get_payload):
2886         * gst-libs/gst/rtp/gstrtpbuffer.h:
2887         Don't subclass GstBuffer but add methods and helper functions
2888         to construct and manipulate RTP packets in regular GstBuffers.
2889
2890 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
2891
2892         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
2893           moved statement below switch
2894         * gst/volume/gstvolume.c: (gst_volume_class_init):
2895           added debug ptr
2896
2897 2005-08-16  Wim Taymans  <wim@fluendo.com>
2898
2899         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2900         (gst_base_audio_src_change_state):
2901         Open and close device in READY<->NULL state change.
2902
2903 2005-08-16  Andy Wingo  <wingo@pobox.com>
2904
2905         * examples/seeking/Makefile.am: Don't compile non-compiling
2906         compiled objects with the compiler.
2907
2908         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
2909         elements.
2910
2911 2005-08-12  Philippe Khalaf <burger@speedy.org>
2912         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2913         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2914           Made a thread to release the queue.
2915           Removed timestamp conversion for now.
2916
2917 2005-08-10  Philippe Khalaf <burger@speedy.org>
2918         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2919         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2920           Added rtp timestamp -> gst timestamp conversion.
2921           Fixed several problems with queue.
2922
2923 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
2924
2925         * gst-libs/gst/audio/gstaudioclock.h:
2926         * gst-libs/gst/audio/gstaudiofilter.h:
2927         * gst-libs/gst/audio/gstaudiosink.h:
2928         * gst-libs/gst/audio/gstaudiosrc.h:
2929         * gst-libs/gst/audio/gstbaseaudiosink.h:
2930         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2931         * gst-libs/gst/audio/gstringbuffer.h:
2932         * gst-libs/gst/net/gstnetbuffer.h:
2933         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2934         * gst-libs/gst/rtp/gstrtpbuffer.h:
2935           Add padding (you will need to rebuild gst-plugins-base,
2936           gst-plugins and all applications afterwards!)
2937
2938 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
2939
2940         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
2941         (gst_riff_parse_chunk):
2942           Fix bug in debug message and add some more debug messages.
2943
2944 2005-08-08  Edward Hervey  <edward@fluendo.com>
2945
2946         * gst-libs/gst/riff/riff-media.c:
2947         backported updates since branch
2948
2949 2005-08-08  Andy Wingo  <wingo@pobox.com>
2950
2951         * gst-libs/gst/audio/gstbaseaudiosink.c
2952         (gst_base_audio_sink_change_state): Open the device in NULL->READY
2953         like good elements should. Close on READY->NULL too.
2954
2955         * gst-libs/gst/audio/gstaudiosink.c
2956         (gst_audioringbuffer_open_device,
2957         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
2958         (gst_audioringbuffer_release): Updates for new ring buffer API,
2959         hook into the new audio sink api.
2960
2961         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
2962         (GstAudioSinkClass.close): Just open and close the device -- no
2963         resource allocation or configuration.
2964         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
2965         vmethods, handle device setup and resource allocation.
2966
2967         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
2968         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
2969         base class API.
2970
2971         * gst-libs/gst/audio/gstringbuffer.h
2972         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
2973         New vmethods.
2974
2975         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
2976         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
2977         New API functions. The device should be opened before acquiring
2978         and closed after releasing.
2979
2980 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
2981
2982         * gst-libs/gst/interfaces/mixer.h:
2983           Reset padding to GST_PADDING.
2984
2985 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2986
2987         * gst/playback/gstplaybin.c: (remove_sinks):
2988           Remove visualization from parent explicitely; works around some
2989           apparent refcount issue that I haven't tracked down yet.
2990
2991 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2992
2993         * ext/alsa/gstalsasink.c: (set_hwparams):
2994           Assign debug category, add negotiation debug msgs.
2995
2996 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2997
2998         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
2999           Fix error code for file-not-found to NOT_FOUND.
3000
3001 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3002
3003         * common/gtk-doc-plugins.mak:
3004         * docs/plugins/Makefile.am:
3005         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3006         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3007           renamed to actual element names, so much nicer to look at
3008         * docs/plugins/tmpl/gstmultifdsink.sgml:
3009           remove
3010         * docs/plugins/tmpl/multifdsink.sgml:
3011         * docs/plugins/tmpl/tcpserversink.sgml:
3012           add
3013         * ext/alsa/gstalsa.c:
3014         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
3015         * ext/ogg/gstoggmux.c:
3016         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
3017         * gst/playback/gstdecodebin.c:
3018         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3019         * gst/tcp/gsttcpserversink.c:
3020           various fixes and documentation additions
3021
3022 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3023
3024         * common/Makefile.am:
3025         * common/gstdoc-scangobj:
3026         * common/gtk-doc-plugins.mak:
3027         * common/gtk-doc.mak:
3028           add a custom scangobj that uses the registry
3029           add a custom gtk-doc-plugins.mak that uses it
3030           some doc build fixes
3031         * configure.ac:
3032         * docs/Makefile.am:
3033         * docs/plugins/Makefile.am:
3034         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3035         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3036         * docs/plugins/gst-plugins-base-plugins.types:
3037         * docs/plugins/tmpl/gstmultifdsink.sgml:
3038           add docs for one element, multifdsink
3039         * gst/adder/gstadder.h:
3040         * gst/volume/gstvolume.h:
3041           don't privatize enum
3042         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3043         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3044         (gst_sync_method_get_type), (gst_client_status_get_type),
3045         (gst_multifdsink_class_init),
3046         (gst_multifdsink_client_queue_buffer),
3047         (gst_multifdsink_handle_client_write):
3048         * gst/tcp/gstmultifdsink.h:
3049         * gst/tcp/gsttcp.h:
3050         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3051         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3052         (gst_tcpclientsink_render):
3053         * gst/tcp/gsttcpclientsink.h:
3054         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3055         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
3056         (gst_tcpclientsrc_start):
3057         * gst/tcp/gsttcpclientsrc.h:
3058         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3059         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
3060         * gst/tcp/gsttcpserversrc.h:
3061         * gst/typefind/gsttypefindfunctions.c:
3062           remove superfluous Type stuff
3063
3064 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3065
3066         * gst/playback/gstplaybin.c: (gen_video_element):
3067           Enable videoscale.
3068
3069 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3070
3071         * gst-libs/gst/gconf/gconf.c:
3072         * gst-libs/gst/gconf/gconf.h:
3073           Fix some Andy Problem [tm].
3074
3075 2005-08-04  Andy Wingo  <wingo@pobox.com>
3076
3077         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
3078         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
3079         (gst_ffmpegcsp_get_size): Adapt to API changes.
3080
3081         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
3082         Implement an in-place do-nothing transform.
3083
3084 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3085
3086         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3087         (gst_ximagesink_renegotiate_size):
3088           Do not set new window sizes yet if we prepare a new buffer size
3089           for upstream renegotiation (software scaling) at some point in the
3090           future, because this new size waqs not actually accepted yet. Once
3091           accepted, renegotiation later on will set the new sizes just fine.
3092           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
3093           embedding testcase.
3094
3095 2005-08-03  Andy Wingo  <wingo@pobox.com>
3096
3097         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
3098         (gst_ximagesink_buffer_alloc): 
3099         Protect the height, width, and desired_caps with the pool_lock.
3100         Fixes videotestsrc ! queue ! ximagesink.
3101
3102 2005-08-02  Edward Hervey  <edward@fluendo.com>
3103
3104         * gst/volume/gstvolume.c:
3105         include left from controller cleanup
3106
3107 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
3108         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
3109           Stop collectpads before calling the parent state
3110           change function on PAUSED->READY.
3111
3112 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
3113         * configure.ac:
3114           When testing for X libs, use the X CFlags 
3115         * gst/adder/gstadder.c: (gst_adder_change_state):
3116           Stop the collectpads before calling parent state change function
3117           on PAUSED->READY, otherwise we deadlock deactivating pads.
3118
3119 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
3120
3121         * configure.ac:
3122         * docs/libs/tmpl/gstcolorbalance.sgml:
3123         * docs/libs/tmpl/gstmixer.sgml:
3124         * examples/Makefile.am:
3125         * gst/sine/Makefile.am:
3126         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
3127         (gst_sinesrc_set_property), (plugin_init):
3128         * gst/sine/gstsinesrc.h:
3129         * gst/volume/Makefile.am:
3130         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3131         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
3132         (volume_process_float), (volume_process_int16),
3133         (volume_set_property), (plugin_init):
3134         * gst/volume/gstvolume.h:
3135           deactivate and remove dparams (libgstcontrol)
3136
3137 2005-07-29  Wim Taymans  <wim@fluendo.com>
3138
3139         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
3140         Convert me to BaseTransform!! help..
3141
3142 2005-07-29  Andy Wingo  <wingo@pobox.com>
3143
3144         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
3145         sinks.
3146
3147         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
3148         support of both endiannesses.
3149
3150 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3151
3152         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3153           Fix confusing debug message (s/event/query/)
3154
3155 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3156
3157         * gst/videotestsrc/videotestsrc.h:
3158           Use "_stdint.h" instead of <stdint.h>
3159
3160 2005-07-27  Wim Taymans  <wim@fluendo.com>
3161
3162         * ext/vorbis/Makefile.am:
3163         Revert wrong commit.
3164
3165 2005-07-27  Wim Taymans  <wim@fluendo.com>
3166
3167         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
3168         More compilation fixen.
3169
3170 2005-07-27  Wim Taymans  <wim@fluendo.com>
3171
3172         * gst-libs/gst/audio/gstbaseaudiosink.c:
3173         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3174         (gst_base_audio_sink_create_ringbuffer),
3175         (gst_base_audio_sink_change_state):
3176         Fix compilation.
3177
3178 2005-07-27  Wim Taymans  <wim@fluendo.com>
3179
3180         * examples/seeking/seek.c: (setup_dynamic_link),
3181         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
3182         (query_positions_elems), (query_positions_pads), (do_seek):
3183         Update seek example.
3184
3185         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3186         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
3187         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
3188         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3189         (gst_ogg_demux_handle_event),
3190         (gst_ogg_demux_deactivate_current_chain),
3191         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3192         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3193         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
3194         (gst_ogg_demux_loop):
3195         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3196         * ext/theora/theoradec.c: (theora_dec_src_event),
3197         (theora_dec_src_getcaps), (theora_dec_sink_event),
3198         (theora_dec_push), (theora_dec_chain):
3199         * ext/vorbis/Makefile.am:
3200         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
3201         (vorbis_dec_sink_event), (vorbis_dec_push),
3202         (vorbis_handle_data_packet):
3203         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
3204         (gst_vorbisenc_chain):
3205         * gst/playback/gststreaminfo.c: (cb_probe):
3206         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
3207         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3208         * gst/videoscale/gstvideoscale.c:
3209         (gst_videoscale_handle_src_event):
3210         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
3211         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
3212         (gst_ximagesink_navigation_send_event):
3213         * sys/xvimage/xvimagesink.c:
3214         (gst_xvimagesink_navigation_send_event):
3215         Various event updates and cleanups
3216
3217 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3218
3219         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
3220           Fix segfault for I420/YV12.
3221
3222 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3223
3224         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3225           Report bitrate.
3226
3227 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3228
3229         * gst/playback/gstplaybin.c: (gen_video_element),
3230         (gen_audio_element):
3231           Switch to auto*sink elements as default sinks; add volume element
3232           so that volume control in totem works.
3233
3234 2005-07-21  Wim Taymans  <wim@fluendo.com>
3235
3236         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3237         * gst/playback/gstplaybin.c: (setup_sinks),
3238         (gst_play_bin_change_state):
3239         Refcount fix and more comments.
3240
3241 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3242
3243         * sys/ximage/Makefile.am:
3244         * sys/ximage/ximage.c: (plugin_init):
3245         * sys/ximage/ximagesink.c:
3246         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3247         
3248
3249 2005-07-21  Wim Taymans  <wim@fluendo.com>
3250
3251         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3252         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3253         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3254         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3255         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3256         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3257         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3258         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3259         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3260         Generate correct disconts for live chained oggs.
3261
3262         * gst-libs/gst/audio/gstbaseaudiosink.c:
3263         (gst_base_audio_sink_render),
3264         (gst_base_audio_sink_create_ringbuffer),
3265         (gst_base_audio_sink_change_state):
3266         Handle discont math correctly.
3267
3268         * gst/playback/gstplaybin.c: (add_sink):
3269         Some small debug cleanup.
3270
3271 2005-07-21  Wim Taymans  <wim@fluendo.com>
3272
3273         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3274         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3275         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3276         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3277         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3278         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3279         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3280         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3281         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3282         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3283         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3284         (gst_ogg_demux_change_state), (gst_ogg_print):
3285         Reorganize code to send the right disconts when in streaming
3286         mode.
3287
3288 2005-07-20  Andy Wingo  <wingo@pobox.com>
3289
3290         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3291         fix (?), fixes a seggie mcfalterson (#310894).
3292
3293 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3294
3295         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3296         (gst_ogg_mux_set_header_on_caps):
3297         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3298         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3299         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3300         * gst-libs/gst/audio/multichannel.c:
3301         (gst_audio_set_channel_positions),
3302         (gst_audio_set_structure_channel_positions_list):
3303         * gst/playback/gstdecodebin.c: (dynamic_create):
3304         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3305         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3306           Fixes for API changes in core.
3307
3308 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3309
3310         * gst/playback/gstplaybasebin.c: (fill_buffer):
3311           Use _new_custom() so we can set custom message types for buffering
3312           messages.
3313
3314 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3315
3316         * configure.ac:
3317         * gst-libs/gst/Makefile.am:
3318         * gst-libs/gst/gconf/.cvsignore:
3319         * gst-libs/gst/gconf/Makefile.am:
3320         * gst-libs/gst/gconf/test-gconf.c:
3321         * pkgconfig/Makefile.am:
3322         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3323         * pkgconfig/gstreamer-gconf.pc.in:
3324           Remove gconf stuff, use gconf elements instead from now on.
3325
3326 2005-07-20  Wim Taymans  <wim@fluendo.com>
3327
3328         * gst-libs/gst/audio/TODO:
3329         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3330         (gst_audio_clock_get_internal_time):
3331         * gst-libs/gst/audio/gstaudioclock.h:
3332         * gst-libs/gst/audio/gstbaseaudiosink.c:
3333         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3334         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3335         (gst_base_audio_sink_render),
3336         (gst_base_audio_sink_create_ringbuffer),
3337         (gst_base_audio_sink_change_state):
3338         Make sure the audio clock always returns an increasing value.
3339
3340 2005-07-19  Andy Wingo  <wingo@pobox.com>
3341
3342         * gst/videotestsrc/: Cleanups.
3343
3344 2005-07-19  Wim Taymans  <wim@fluendo.com>
3345
3346         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3347         Better debugging.
3348
3349 2005-07-19  Wim Taymans  <wim@fluendo.com>
3350
3351         * examples/seeking/seek.c: (make_dv_pipeline),
3352         (make_vorbis_theora_pipeline), (query_rates),
3353         (query_positions_elems), (query_positions_pads), (do_seek):
3354         Make correct DV pipeline.
3355
3356 2005-07-18  Andy Wingo  <wingo@pobox.com>
3357
3358         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3359         default. Also because it's the only thing that really works. (This
3360         is used in the GConf elements).
3361         Use AS_LIBTOOL_TAGS.
3362
3363 2005-07-18  Wim Taymans  <wim@fluendo.com>
3364
3365         * gst/playback/gstdecodebin.c: (remove_element_chain):
3366         * gst/playback/gstplaybin.c: (add_sink):
3367         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3368         (gst_stream_info_set_mute):
3369         * gst/playback/gststreamselector.c:
3370         (gst_stream_selector_get_linked_pad),
3371         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3372         More leak and compile fixes.
3373
3374 2005-07-18  Wim Taymans  <wim@fluendo.com>
3375
3376         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3377         (query_rates), (query_positions_elems), (query_positions_pads),
3378         (do_seek), (seek_cb), (stop_seek):
3379         Updated seek example. 
3380
3381         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3382         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3383         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3384         * gst/playback/gstplaybin.c: (add_sink):
3385         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3386         (gst_stream_info_set_mute):
3387         Some refcount leak fixes.
3388
3389 2005-07-16  Wim Taymans  <wim@fluendo.com>
3390
3391         * gst-libs/gst/audio/gstbaseaudiosink.c:
3392         (gst_base_audio_sink_render):
3393         Align samples even if we have roundoff errors in the 
3394         timestamp conversion.
3395
3396 2005-07-16  Wim Taymans  <wim@fluendo.com>
3397
3398         * docs/libs/tmpl/gstringbuffer.sgml:
3399         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3400         (query_rates), (query_positions_elems), (query_positions_pads),
3401         (update_scale), (do_seek):
3402         Updated seek example.
3403
3404         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3405         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3406         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3407         (gst_ogg_demux_loop):
3408         Push out correct discont values.
3409
3410         * ext/theora/theoradec.c: (theora_dec_src_convert),
3411         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3412         (theora_dec_sink_event), (theora_handle_type_packet),
3413         (theora_handle_header_packet), (theora_dec_push),
3414         (theora_handle_data_packet), (theora_dec_chain),
3415         (theora_dec_change_state):
3416         Better timestamping.
3417
3418         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3419         (vorbis_dec_sink_event), (vorbis_dec_push),
3420         (vorbis_handle_data_packet), (vorbis_dec_chain):
3421         * ext/vorbis/vorbisdec.h:
3422         Better timestamping.
3423
3424         * gst-libs/gst/audio/gstbaseaudiosink.c:
3425         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3426         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3427         Handle syncing on timestamps instead of sample offsets. Make
3428         use of DISCONT values as described in design docs.
3429
3430         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3431         (gst_base_audio_src_get_time):
3432         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3433         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3434         (gst_ring_buffer_read):
3435         * gst-libs/gst/audio/gstringbuffer.h:
3436         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3437         (gst_ximagesink_show_frame):
3438         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3439         Correcly convert buffer timestamp to stream time.
3440
3441 2005-07-16  Wim Taymans  <wim@fluendo.com>
3442
3443         * gst/audioconvert/gstaudioconvert.c:
3444         (gst_audio_convert_get_buffer):
3445         Timestamp buffers correctly.
3446
3447         * gst/playback/gstplaybin.c: (gen_video_element):
3448         Make internal fakesink silent.
3449
3450 2005-07-15  Wim Taymans  <wim@fluendo.com>
3451
3452         * gst/ffmpegcolorspace/Makefile.am:
3453         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3454         (gst_ffmpegcsp_caps_remove_format_info),
3455         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3456         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3457         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3458         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3459         Ported ffmpegcolorspace to basetransform.
3460
3461         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3462         * gst/volume/gstvolume.c: (volume_transform):
3463         Ported to new API.
3464
3465 2005-07-14  Wim Taymans  <wim@fluendo.com>
3466
3467         * gst/videotestsrc/Makefile.am:
3468         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3469         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3470         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3471         (gst_videotestsrc_init), (gst_videotestsrc_event),
3472         (gst_videotestsrc_create), (gst_videotestsrc_start),
3473         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3474         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3475         (gst_videotestsrc_get_property):
3476         * gst/videotestsrc/gstvideotestsrc.h:
3477         Make videotestsrc a pushsrc.
3478
3479 2005-07-14  Wim Taymans  <wim@fluendo.com>
3480
3481         * gst/tcp/gstfdset.c: (gst_fdset_free):
3482         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3483         (gst_multifdsink_add), (gst_multifdsink_remove),
3484         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3485         (gst_multifdsink_remove_client_link),
3486         (gst_multifdsink_client_queue_data),
3487         (gst_multifdsink_client_queue_caps),
3488         (gst_multifdsink_client_queue_buffer),
3489         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3490         (gst_multifdsink_stop):
3491         * gst/tcp/gstmultifdsink.h:
3492         0.8 backporting.
3493
3494         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3495         Also draw image when not from a pool.
3496
3497 2005-07-14  Wim Taymans  <wim@fluendo.com>
3498
3499         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3500         (mute_stream), (silence_stream):
3501         Small debug additions.
3502
3503 2005-07-14  Wim Taymans  <wim@fluendo.com>
3504
3505         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3506         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3507         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3508         Better error recovery, ignore unconnected pads and
3509         non-fatal errors.
3510
3511 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3512
3513         * docs/libs/tmpl/gstaudio.sgml:
3514         * docs/libs/tmpl/gstcolorbalance.sgml:
3515         * docs/libs/tmpl/gstgconf.sgml:
3516         * docs/libs/tmpl/gstmixer.sgml:
3517         * docs/libs/tmpl/gstringbuffer.sgml:
3518         * docs/libs/tmpl/gsttuner.sgml:
3519         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3520         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3521         (gst_tcpclientsrc_class_init):
3522         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3523         (gst_tcpserversrc_class_init):
3524         * sys/v4l/gstv4lelement.c:
3525           more autistic cleanliness in functions/names/defines
3526
3527 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3528
3529         * configure.ac:
3530           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3531           added manually to each Makefile.am so we are sure it goes
3532           *last* and doesn't add -L flags before linking in libs of our
3533           own, like, say, internal .la libs, that then accidentally pick
3534           up the installed copy.
3535         * docs/libs/Makefile.am:
3536         * ext/alsa/Makefile.am:
3537         * ext/cdparanoia/Makefile.am:
3538         * ext/gnomevfs/Makefile.am:
3539         * ext/libvisual/Makefile.am:
3540         * ext/ogg/Makefile.am:
3541         * ext/theora/Makefile.am:
3542         * ext/vorbis/Makefile.am:
3543         * gst-libs/gst/video/Makefile.am:
3544         * gst/adder/Makefile.am:
3545         * gst/audioconvert/Makefile.am:
3546         * gst/audiorate/Makefile.am:
3547         * gst/audioscale/Makefile.am:
3548         * gst/ffmpegcolorspace/Makefile.am:
3549         * gst/playback/Makefile.am:
3550         * gst/sine/Makefile.am:
3551         * gst/subparse/Makefile.am:
3552         * gst/tags/Makefile.am:
3553         * gst/tcp/Makefile.am:
3554         * gst/typefind/Makefile.am:
3555         * gst/videorate/Makefile.am:
3556         * gst/videoscale/Makefile.am:
3557         * gst/videotestsrc/Makefile.am:
3558         * gst/volume/Makefile.am:
3559         * sys/v4l/Makefile.am:
3560         * sys/ximage/Makefile.am:
3561         * sys/xvimage/Makefile.am:
3562           adapt properly to this change. This should make sure that
3563           plugins and libs properly link to the as-yet-uninstalled
3564           copies of stuff like libgstinterfaces and libgstvideo
3565
3566 2005-07-13  Andy Wingo  <wingo@pobox.com>
3567
3568         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
3569         (gst_v4lsrc_fixate): Fixate on format as well.
3570
3571         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
3572         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
3573         buffer points to it.
3574         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
3575         rather just doing X calls ourselves. Also fixes a memleak.
3576
3577 2005-07-12  Andy Wingo  <wingo@pobox.com>
3578
3579         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
3580         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
3581         (gst_v4lsrc_create): Re-add the copy-mode property, default to
3582         TRUE to avoid deadlocks if an element holds on to our buffers.
3583
3584 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3585
3586         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3587         (gst_sinesrc_init), (gst_sinesrc_create),
3588         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3589         (gst_sinesrc_start):
3590         * gst/sine/gstsinesrc.h:
3591           removing num-buffers property before moving it
3592
3593 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3594
3595         * configure.ac:
3596           use overridable ERROR_CFLAGS
3597         * docs/libs/gst-plugins-base-libs.types:
3598         * docs/libs/tmpl/gstringbuffer.sgml:
3599         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3600         (gst_alsasink_class_init):
3601         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3602         (gst_alsasrc_class_init):
3603         * gst-libs/gst/audio/audio.h:
3604         * gst-libs/gst/audio/gstaudioclock.h:
3605         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3606         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
3607         (gst_audio_filter_link), (gst_audio_filter_init),
3608         (gst_audio_filter_chain), (gst_audio_filter_set_property),
3609         (gst_audio_filter_get_property),
3610         (gst_audio_filter_class_add_pad_templates):
3611         * gst-libs/gst/audio/gstaudiofilter.h:
3612         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3613         (gst_audio_filter_template_get_type),
3614         (gst_audio_filter_template_base_init),
3615         (gst_audio_filter_template_class_init),
3616         (gst_audio_filter_template_init),
3617         (gst_audio_filter_template_set_property),
3618         (gst_audio_filter_template_get_property), (plugin_init),
3619         (gst_audio_filter_template_setup),
3620         (gst_audio_filter_template_filter),
3621         (gst_audio_filter_template_filter_inplace):
3622         * gst-libs/gst/audio/gstaudiosink.c:
3623         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3624         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
3625         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3626         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3627         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
3628         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
3629         * gst-libs/gst/audio/gstaudiosink.h:
3630         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3631         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3632         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3633         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
3634         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
3635         (gst_audio_src_class_init), (gst_audio_src_init),
3636         (gst_audio_src_create_ringbuffer):
3637         * gst-libs/gst/audio/gstaudiosrc.h:
3638         * gst-libs/gst/audio/gstbaseaudiosink.c:
3639         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
3640         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3641         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
3642         (gst_base_audio_sink_set_property),
3643         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
3644         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
3645         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
3646         (gst_base_audio_sink_create_ringbuffer),
3647         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
3648         * gst-libs/gst/audio/gstbaseaudiosink.h:
3649         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3650         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
3651         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
3652         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
3653         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
3654         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
3655         (gst_base_audio_src_event), (gst_base_audio_src_create),
3656         (gst_base_audio_src_create_ringbuffer),
3657         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
3658         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3659         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
3660         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
3661         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
3662         (gst_ring_buffer_debug_spec_caps),
3663         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3664         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
3665         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
3666         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3667         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
3668         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3669         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
3670         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
3671         (gst_ring_buffer_clear):
3672         * gst-libs/gst/audio/gstringbuffer.h:
3673         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
3674         (gst_video_sink_class_init), (gst_video_sink_get_type):
3675         * gst-libs/gst/video/videosink.h:
3676         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3677         (gst_multifdsink_class_init),
3678         (gst_multifdsink_handle_client_write),
3679         (gst_multifdsink_change_state):
3680         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3681         (gst_tcpclientsink_setcaps):
3682         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3683         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
3684         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
3685         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
3686         (gst_ximagesink_send_pending_navigation),
3687         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
3688         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
3689         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
3690         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3691         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
3692         (gst_xvimagesink_send_pending_navigation),
3693         (gst_xvimagesink_navigation_send_event),
3694         (gst_xvimagesink_set_xwindow_id),
3695         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
3696         (gst_xvimagesink_get_type):
3697         more macro splitting
3698
3699 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3700
3701         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
3702           plug a memleak, allows me to import 1479 albums in one go
3703           in jamboree
3704         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3705         (vorbis_handle_type_packet), (vorbis_dec_chain),
3706         (vorbis_dec_change_state):
3707           fix some format strings
3708
3709 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3710
3711         * docs/libs/tmpl/gstcolorbalance.sgml:
3712         * docs/libs/tmpl/gstmixer.sgml:
3713         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3714         (gst_alsasink_set_property), (gst_alsasink_get_property):
3715         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
3716         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
3717           add device property
3718
3719 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3720
3721         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3722         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
3723         (audiocast_register_listener), (audiocast_thread_run),
3724         (gst_gnomevfssrc_send_additional_headers_callback),
3725         (gst_gnomevfssrc_received_headers_callback),
3726         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
3727         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
3728         (gst_gnomevfssrc_get_size):
3729           add/clean up debugging
3730         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
3731           cleanups
3732
3733 2005-07-07  Andy Wingo  <wingo@pobox.com>
3734
3735         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
3736         framerate. Need to get a handle on when exactly this function is
3737         called, tho.
3738
3739         * sys/v4l/v4lsrc_calls.h:
3740         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
3741         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
3742         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
3743
3744         * sys/v4l/v4l_calls.h: Cast to V4lElement.
3745         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
3746         v4lelements are sources.
3747
3748         * sys/v4l/gstv4lxoverlay.h:
3749         * sys/v4l/gstv4lxoverlay.c:
3750         * sys/v4l/gstv4ltuner.h:
3751         * sys/v4l/gstv4ltuner.c: Header loc fixen.
3752         
3753         * sys/v4l/gstv4lsrc.h:
3754         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
3755         PushSrc/BaseSrc. Removed most sync-related properties, videorate
3756         or something should handle that. Made a live source.
3757
3758         * sys/v4l/gstv4lelement.h:
3759         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
3760         signals. Some cleanups.
3761
3762         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
3763
3764         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
3765         stuff.
3766
3767         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
3768         stuff.
3769
3770         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
3771
3772 2005-07-07  Wim Taymans  <wim@fluendo.com>
3773
3774         * ext/theora/theoradec.c: (theora_get_query_types),
3775         (theora_dec_src_getcaps), (theora_dec_push):
3776         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
3777         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
3778         Remove deprecated/unused query types.
3779
3780 2005-07-06  Wim Taymans  <wim@fluendo.com>
3781
3782         * ext/alsa/Makefile.am:
3783         * ext/alsa/gstalsaplugin.c: (plugin_init):
3784         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3785         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3786         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
3787         (gst_alsasrc_class_init), (gst_alsasrc_init),
3788         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
3789         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
3790         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
3791         (gst_alsasrc_reset):
3792         * ext/alsa/gstalsasrc.h:
3793         * gst-libs/gst/audio/Makefile.am:
3794         * gst-libs/gst/audio/gstaudiosink.c:
3795         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3796         (gst_audioringbuffer_start):
3797         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3798         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3799         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
3800         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3801         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3802         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3803         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
3804         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
3805         * gst-libs/gst/audio/gstaudiosrc.h:
3806         * gst-libs/gst/audio/gstbaseaudiosink.c:
3807         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
3808         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
3809         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
3810         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3811         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
3812         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
3813         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
3814         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
3815         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
3816         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
3817         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
3818         (gst_baseaudiosrc_change_state):
3819         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3820         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3821         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
3822         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
3823         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
3824         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
3825         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
3826         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
3827         * gst-libs/gst/audio/gstringbuffer.h:
3828         Added audiosource base classes.
3829         Ported alsasrc, still very basic.
3830
3831 2005-07-06  Wim Taymans  <wim@fluendo.com>
3832
3833         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
3834         (theora_dec_push), (theora_handle_data_packet):
3835         Prepare for better timestamp fix later.
3836
3837         * gst/audioconvert/gstaudioconvert.c:
3838         List most accurate caps first
3839
3840         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
3841         Use proper pad task function.
3842
3843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3844         (gst_xvimagesink_show_frame):
3845         Fix deadlock when alloc failed.
3846
3847 2005-07-05  Andy Wingo  <wingo@pobox.com>
3848
3849         * ext/gnomevfs/gstgnomevfssrc.c:
3850         * gst/sine/gstsinesrc.c:
3851         * gst/tcp/gsttcpserversrc.c:
3852         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
3853
3854         * sys/v4l/: Port from 0.8.
3855
3856         * Many files: Null if we got it....
3857
3858 2005-07-05  Andy Wingo  <wingo@pobox.com>
3859
3860         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
3861         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
3862         Signedness fixes.
3863
3864 2005-07-05  Wim Taymans  <wim@fluendo.com>
3865
3866         * configure.ac:
3867         * gst/tcp/Makefile.am:
3868         * gst/tcp/README:
3869         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3870         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
3871         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
3872         (is_sync_frame), (gst_multifdsink_handle_client_write),
3873         (gst_multifdsink_render), (gst_multifdsink_start),
3874         (gst_multifdsink_stop), (gst_multifdsink_change_state):
3875         * gst/tcp/gstmultifdsink.h:
3876         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
3877         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
3878         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
3879         * gst/tcp/gsttcp.h:
3880         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3881         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3882         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
3883         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
3884         * gst/tcp/gsttcpclientsink.h:
3885         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3886         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
3887         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
3888         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
3889         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
3890         * gst/tcp/gsttcpclientsrc.h:
3891         * gst/tcp/gsttcpplugin.c: (plugin_init):
3892         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
3893         * gst/tcp/gsttcpserversink.h:
3894         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3895         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
3896         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
3897         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
3898         (gst_tcpserversrc_stop):
3899         * gst/tcp/gsttcpserversrc.h:
3900         * gst/tcp/gsttcpsink.c:
3901         * gst/tcp/gsttcpsink.h:
3902         * gst/tcp/gsttcpsrc.c:
3903         * gst/tcp/gsttcpsrc.h:
3904         Ported tcp plugins to 0.9. 
3905         
3906
3907 2005-07-05  Andy Wingo  <wingo@pobox.com>
3908
3909         * gst/playback/gstplaybasebin.c (fill_buffer):
3910         message_new_application fixen.
3911
3912         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
3913         Style fix.
3914
3915 2005-07-04  Wim Taymans  <wim@fluendo.com>
3916
3917         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
3918         Set caps on output buffer.
3919
3920 2005-07-04  Andy Wingo  <wingo@pobox.com>
3921
3922         * ext/gnomevfs/gstgnomevfssrc.c
3923         (gst_gnomevfssrc_received_headers_callback) 
3924         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
3925         hopefully.
3926
3927         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
3928         No refcount leakage.
3929
3930         * configure.ac: Enable -Werror.
3931         
3932         * ext/theora/theoradec.c (theora_dec_src_getcaps):
3933         * gst/audioconvert/bufferframesconvert.c
3934         (buffer_frames_convert_fixate):
3935         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
3936         (gst_audio_convert_fixate):
3937         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
3938         (gst_sinesrc_create): Fixate func changes.
3939         
3940         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3941         (gst_ximagesink_buffer_alloc): Unused var.
3942
3943 2005-07-01  Andy Wingo  <wingo@pobox.com>
3944
3945         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
3946         getcaps to do explicit caps. Needs to be done in all decoders,
3947         possibly via a base class.
3948
3949         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
3950
3951         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
3952         caps on the sink pad, just rely on the pad template. Also, setting
3953         ANY caps on a pad is not valid because the caps are not fixed.
3954
3955         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
3956         caps on the buffer, and get the width from the desired_caps if
3957         they're set.
3958         (gst_ximagesink_renegotiate_size): Implement via setting the
3959         desired_caps on the ximagesink.
3960         (gst_ximagesink_setcaps): Only reset the width of the player if it
3961         wasn't already set. Not sure if this is right.
3962         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
3963
3964         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
3965         that the user wants. NULL unless the window has been resized.
3966
3967         * gst/volume/gstvolume.c (volume_transform): Adapt to
3968         basetransform refcount changes.
3969         
3970 2005-07-01  Andy Wingo  <wingo@pobox.com>
3971
3972         * gst/videoscale/gstvideoscale.c:
3973         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
3974         from BaseTransform, implements a transform_caps. Removed dead code
3975         including some PAR stuff that was never reached -- should probably
3976         be added back somehow.
3977
3978 2005-07-01  Andy Wingo  <wingo@pobox.com>
3979
3980         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
3981         come later.
3982
3983 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3984
3985         * configure.ac:
3986         * docs/libs/Makefile.am:
3987         * docs/libs/gst-plugins-libs.types:
3988         * ext/alsa/Makefile.am:
3989         * ext/alsa/gstalsamixer.h:
3990         * ext/alsa/gstalsamixeroptions.h:
3991         * ext/alsa/gstalsamixertrack.h:
3992         * gst-libs/gst/Makefile.am:
3993         * gst-libs/gst/colorbalance/.cvsignore:
3994         * gst-libs/gst/colorbalance/Makefile.am:
3995         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
3996         * gst-libs/gst/colorbalance/colorbalance.c:
3997         * gst-libs/gst/colorbalance/colorbalance.h:
3998         * gst-libs/gst/colorbalance/colorbalance.vcproj:
3999         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4000         * gst-libs/gst/colorbalance/colorbalancechannel.h:
4001         * gst-libs/gst/interfaces/Makefile.am:
4002         * gst-libs/gst/interfaces/colorbalance.c:
4003         (gst_color_balance_class_init):
4004         * gst-libs/gst/interfaces/colorbalance.h:
4005         * gst-libs/gst/interfaces/interfaces-marshal.list:
4006         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
4007         * gst-libs/gst/interfaces/mixer.h:
4008         * gst-libs/gst/interfaces/mixeroptions.h:
4009         * gst-libs/gst/interfaces/navigation.c:
4010         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
4011         * gst-libs/gst/interfaces/tuner.h:
4012         * gst/volume/Makefile.am:
4013         * gst/volume/gstvolume.c:
4014         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4015         * sys/ximage/Makefile.am:
4016         * sys/ximage/ximagesink.c:
4017         * sys/xvimage/Makefile.am:
4018         * sys/xvimage/xvimagesink.c:
4019           fold in all interfaces into an interfaces dir, preserving CVS
4020           history
4021
4022 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4023
4024         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4025           Fix build after riff changes.
4026
4027 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4028
4029         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4030         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
4031         (gst_riff_create_video_template_caps),
4032         (gst_riff_create_audio_template_caps),
4033         (gst_riff_create_iavs_template_caps):
4034         * gst-libs/gst/riff/riff-media.h:
4035         * gst-libs/gst/riff/riff-read.h:
4036         * gst-libs/gst/riff/riff.c: (gst_riff_init):
4037           Add gst_riff_init() to initialize the debug category, instead
4038           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
4039
4040 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4041
4042         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
4043           Oops, I shouldn't apply hacks.
4044
4045 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4046
4047         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
4048           Remove pad_loop function which doesn't work.
4049
4050 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4051
4052         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
4053           Send EOS when deactivating.
4054         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4055         (check_queue), (queue_threshold_reached), (queue_out_of_data),
4056         (gen_preroll_element), (probe_triggered), (mute_stream),
4057         (silence_stream), (new_decoded_pad), (setup_substreams),
4058         (set_active_source):
4059         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
4060         (remove_sinks), (add_sink):
4061         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
4062           Change for new probe API.
4063
4064 2005-06-29  Wim Taymans  <wim@fluendo.com>
4065
4066         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
4067         * gst-libs/gst/audio/gstbaseaudiosink.c:
4068         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4069         (gst_baseaudiosink_change_state):
4070         * gst-libs/gst/audio/gstbaseaudiosink.h:
4071         * gst-libs/gst/audio/gstringbuffer.c:
4072         (gst_ringbuffer_set_callback):
4073         Fix compilation error.
4074         Ringbuffer starts out as not running.
4075         Free our clock in dispose.
4076         When releasing the ringbuffer we need to renegotiate so
4077         clear the pad caps.
4078
4079 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4080
4081         * autogen.sh:
4082         * configure.ac:
4083         * docs/Makefile.am:
4084         * docs/libs/Makefile.am:
4085         * docs/libs/gst-plugins-libs-docs.sgml:
4086         * docs/libs/gst-plugins-libs-sections.txt:
4087         * docs/libs/gst-plugins-libs.types:
4088         * docs/libs/tmpl/gstaudio.sgml:
4089         * docs/libs/tmpl/gstcolorbalance.sgml:
4090         * docs/libs/tmpl/gstringbuffer.sgml:
4091         * gst-libs/gst/audio/gstringbuffer.c:
4092         (gst_ringbuffer_set_callback):
4093           reinstate gtk-doc docs for plugin libs
4094
4095 2005-06-28  Wim Taymans  <wim@fluendo.com>
4096
4097         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4098         (gst_ogg_demux_init):
4099         Removed pad loop function.
4100
4101 2005-06-28  Wim Taymans  <wim@fluendo.com>
4102
4103         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4104         If we're building a chain we are not in an error case
4105         when we queue a buffer.
4106
4107 2005-06-28  Andy Wingo  <wingo@pobox.com>
4108
4109         * *.c: Don't cast to GstObject before reffing/unreffing.
4110
4111 2005-06-27  Andy Wingo  <wingo@pobox.com>
4112
4113         * gst/videotestsrc/gstvideotestsrc.c
4114         (gst_videotestsrc_activate_push): Activation API changes.
4115
4116         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
4117         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
4118         they have refs on the decodebin.
4119
4120         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
4121         parent class.
4122         (gst_ogg_pad_typefind): Don't leak a pad ref.
4123         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
4124         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
4125         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
4126
4127 2005-06-27  Edward Hervey  <edward@fluendo.com>
4128
4129         * ext/theora/theoradec.c: (theora_dec_change_state): 
4130         re-arranged call to parent's state change in order to avoid locks (or
4131         worse).
4132
4133 2005-06-26  Edward Hervey  <edward@fluendo.com>
4134
4135         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4136         2nd argument of 'unknow-type' signal is a GstCaps and not a
4137         GstMiniObject
4138
4139 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
4140         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
4141           Set the worker thread's running flag to TRUE before starting the
4142           thread.
4143         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4144           Catch a failure to add typefind to the bin.
4145
4146 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4147
4148         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4149         (gst_sinesrc_init), (gst_sinesrc_create),
4150         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4151         (gst_sinesrc_start):
4152         * gst/sine/gstsinesrc.h:
4153           add num-buffers and timestamp-offset properties
4154         * gst/videotestsrc/gstvideotestsrc.c:
4155         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
4156         (gst_videotestsrc_get_property):
4157           add timestamp-offset property
4158
4159 2005-06-23  Christian Schaller  <uraeus@gnome.org>
4160
4161         * configure.ac: add videorate
4162         * gst-plugins-base.spec.in: add videorate
4163
4164 2005-06-23  Wim Taymans  <wim@fluendo.com>
4165
4166         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4167         (gst_videorate_getcaps), (gst_videorate_setcaps),
4168         (gst_videorate_event), (gst_videorate_chain):
4169         Fixed videorate, fixating an already fixated caps is not
4170         an error.
4171
4172 2005-06-23  Wim Taymans  <wim@fluendo.com>
4173
4174         * ext/ogg/README:
4175         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
4176         Buffer on caps is not boxed anymore.
4177
4178 2005-06-22  Wim Taymans  <wim@fluendo.com>
4179
4180         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4181         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4182         Set buffers on caps as miniobjects and not as boxed.
4183
4184 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4185
4186         * configure.ac:
4187           back to HEAD
4188
4189 === release 0.9.1 ===
4190
4191 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4192
4193         * .cvsignore:
4194         * NEWS:
4195         * README:
4196         * RELEASE:
4197         * configure.ac:
4198         * po/af.po:
4199         * po/az.po:
4200         * po/cs.po:
4201         * po/en_GB.po:
4202         * po/hu.po:
4203         * po/it.po:
4204         * po/nb.po:
4205         * po/nl.po:
4206         * po/or.po:
4207         * po/sq.po:
4208         * po/sr.po:
4209         * po/sv.po:
4210         * po/uk.po:
4211         * po/vi.po:
4212           updates for release
4213
4214 2005-06-09  Andy Wingo  <wingo@pobox.com>
4215
4216         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
4217         
4218 2005-06-09  Andy Wingo  <wingo@pobox.com>
4219
4220         * configure.ac:
4221         * gst-libs/gst/Makefile.am:
4222         * gst-libs/gst/net/Makefile.am:
4223         Add gstnet to build.
4224
4225 2005-06-09  Andy Wingo  <wingo@pobox.com>
4226
4227         * gst-libs/gst/gconf/gconf.c:
4228         * gst/playback/test.c:
4229         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4230         fixes.
4231
4232         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4233
4234         * ext/theora/theoraenc.c (theora_enc_chain): 
4235         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4236
4237         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4238         RealPad.
4239
4240 2005-06-02  Wim Taymans  <wim@fluendo.com>
4241
4242         * gst-libs/gst/net/Makefile.am:
4243         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4244         * pkgconfig/gstreamer-libs.pc.in:
4245         Added net stuff, version net lib.
4246
4247 2005-06-02  Wim Taymans  <wim@fluendo.com>
4248
4249         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4250         (query_rates), (query_positions_elems), (query_positions_pads),
4251         (do_seek):
4252         Updated seek example.
4253
4254 2005-06-02  Andy Wingo  <wingo@pobox.com>
4255
4256         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4257         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4258         list.
4259
4260         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4261         remove the typefind, the bin dispose will do it for us. When it's
4262         removed and unreffed, the signal handler will be disconnected,
4263         too.
4264         (unlinked): It's too difficult to disconnect from unlinked
4265         handlers, as they are on pads not elements. Just punt if the pads
4266         aren't grandkids of the bin.
4267
4268 2005-06-02  Wim Taymans  <wim@fluendo.com>
4269
4270         * ext/ogg/README:
4271         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4272         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4273         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4274         * ext/theora/theoradec.c: (theora_dec_src_query),
4275         (theora_handle_data_packet):
4276         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4277         (theora_enc_chain):
4278         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4279         (vorbis_handle_data_packet):
4280         * gst/audioconvert/bufferframesconvert.c:
4281         (buffer_frames_convert_chain):
4282         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4283         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4284         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4285         (gst_ffmpegcsp_chain):
4286         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4287         (gst_videorate_getcaps), (gst_videorate_setcaps),
4288         (gst_videorate_event), (gst_videorate_chain):
4289         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4290         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4291         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4292         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4293         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4294         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4295         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4296         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4297         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4298         Cleanups and buffer alloc.
4299
4300 2005-05-31  Wim Taymans  <wim@fluendo.com>
4301
4302         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4303         Don't try to call the delay method when the device is not
4304         opened.
4305
4306 2005-05-31  Wim Taymans  <wim@fluendo.com>
4307
4308         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4309         Get actual segment size and buffer size after opening
4310         the device.
4311
4312 2005-05-30  Wim Taymans  <wim@fluendo.com>
4313
4314         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4315         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4316         Also FLUSH upstream, makes the loop function exit faster.
4317         
4318         * ext/theora/theoradec.c: (theora_dec_src_query):
4319         Some more debug info in the query.
4320         
4321         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4322         (gst_ximagesink_setcaps):
4323         Release lock on par error, better error reporting.
4324
4325 2005-05-26  Wim Taymans  <wim@fluendo.com>
4326
4327         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4328         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4329         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4330         Clear chains in READY
4331         Queue packets until the chain is activated.
4332
4333 2005-05-25  Wim Taymans  <wim@fluendo.com>
4334
4335         * gst-libs/gst/audio/gstaudiosink.c:
4336         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4337         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4338         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4339         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4340         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4341         (gst_audiosink_create_ringbuffer):
4342         * gst-libs/gst/audio/gstbaseaudiosink.c:
4343         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4344         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4345         (gst_baseaudiosink_set_property), (build_linear_format),
4346         (debug_spec_caps), (debug_spec_buffer),
4347         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4348         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4349         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4350         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4351         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4352         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4353         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4354         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4355         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4356         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4357         (wait_segment), (gst_ringbuffer_commit),
4358         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4359         (gst_ringbuffer_clear):
4360         Various small cleanups.
4361
4362         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4363         (gst_audio_convert_change_state):
4364         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4365         No need to take the locks anymore.
4366
4367 2005-05-25  Wim Taymans  <wim@fluendo.com>
4368
4369         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4370         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4371         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4372         (type_found):
4373         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4374         (group_destroy), (group_commit), (queue_overrun),
4375         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4376         (mute_stream), (new_decoded_pad), (setup_substreams),
4377         (setup_source), (mute_group_type), (set_active_source),
4378         (gst_play_base_bin_change_state):
4379         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4380         (gen_video_element), (gen_text_element), (gen_audio_element),
4381         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4382         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4383         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4384         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4385         Some playbin cleanups mostly refcounting sloppyness.
4386
4387 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4388
4389         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4390           Work with streaming input.
4391
4392 2005-05-25  Wim Taymans  <wim@fluendo.com>
4393
4394         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4395         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4396         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4397         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4398         No need to take the STREAM lock anymore.
4399
4400 2005-05-25  Wim Taymans  <wim@fluendo.com>
4401
4402         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4403         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4404         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4405         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4406         (gst_ogg_demux_sink_activate):
4407         * ext/theora/theoradec.c: (theora_dec_src_event),
4408         (theora_handle_comment_packet), (theora_dec_chain),
4409         (theora_dec_change_state):
4410         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4411         (vorbis_handle_data_packet), (vorbis_dec_chain),
4412         (vorbis_dec_change_state):
4413         Remove STREAM locks as they are taken in core now.
4414         Never set bogus granulepos on vorbis/theora.
4415         Fix leaks in theoradec tag parsing.
4416
4417 2005-05-25  Wim Taymans  <wim@fluendo.com>
4418
4419         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4420         Fix memleaks, GST_BUFFER_DATA() is not freed.
4421
4422 2005-05-25  Wim Taymans  <wim@fluendo.com>
4423
4424         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4425         Open non-blocking, set to blocking mode afterwards to avoid
4426         lockups when audio device is busy.
4427
4428 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4429
4430         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4431           This can't be good.
4432
4433 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4434
4435         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4436         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4437         (gst_audio_convert_setcaps):
4438           Implement instant setup switching.
4439
4440 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4441
4442         * gst/playback/gstplaybasebin.c: (probe_triggered):
4443           Fix missing unlock.
4444         * gst/playback/gstplaybin.c: (add_sink):
4445           First add, then link (otherwise pad link fails).
4446
4447 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4448
4449         * examples/Makefile.am:
4450         fix buildbot (make distcheck)
4451
4452 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4453
4454         * gst/playback/gstplaybin.c: (gen_vis_element):
4455           Remove some wrong code. Doesn't work yet.
4456
4457 2005-05-19  Wim Taymans  <wim@fluendo.com>
4458
4459         * gst-libs/gst/net/Makefile.am:
4460         * gst-libs/gst/net/README:
4461         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4462         (gst_netbuffer_class_init), (gst_netbuffer_init),
4463         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4464         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4465         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4466         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4467         * gst-libs/gst/net/gstnetbuffer.h:
4468         Added buffer subclass to store extra to/from addresses for
4469         network sources/sinks.
4470
4471 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4472
4473         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4474           Don't lock an unassigned variable.
4475
4476 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4477
4478         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4479           Increase buffer for video, decrease buffer for other media types.
4480         * gst/playback/gstplaybin.c: (gen_video_element),
4481         (gen_audio_element):
4482           Change names for debugging purposes.
4483
4484 2005-05-18  Wim Taymans  <wim@fluendo.com>
4485
4486         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4487         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4488         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4489         (gst_ffmpegcsp_chain):
4490         Enable buffer alloc passthrough if the source and dest
4491         formats are the same.
4492
4493 2005-05-17  Wim Taymans  <wim@fluendo.com>
4494
4495         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4496         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4497         (gst_ogg_demux_chain_unlocked):
4498         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4499         (gst_audio_convert_caps_remove_format_info),
4500         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4501         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4502         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4503         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4504         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4505         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4506         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4507         (gst_ffmpegcsp_get_property):
4508         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4509         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4510         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4511         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4512         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4513         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4514         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4515         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4516         Leak fixes in oggdemux.
4517         Some cleanups in audioconvert.
4518         Make passthrough work along with buffer_alloc etc.
4519         Make buffer_alloc and buffer recycling actually work in
4520         xvimagesink.
4521
4522 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4523
4524         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4525           make the compiler happy
4526
4527 2005-05-17  Wim Taymans  <wim@fluendo.com>
4528
4529         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4530         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4531         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4532         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4533         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4534         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4535         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4536         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4537         (gst_xvimagesink_set_xwindow_id):
4538         * sys/xvimage/xvimagesink.h:
4539         Port xvimagesink to new MiniObject.
4540
4541 2005-05-17  Wim Taymans  <wim@fluendo.com>
4542
4543         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4544         (gst_audiofilter_chain):
4545         * gst-libs/gst/audio/gstaudiosink.c:
4546         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4547         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4548         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4549         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4550         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4551         (gst_audiosink_create_ringbuffer):
4552         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4553         (gst_audio_convert_caps_remove_format_info),
4554         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4555         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4556         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4557         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4558         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4559         Fix passthrough in ffmpegcolorspace.
4560         Fix memset in audiosink on wrong memory.
4561
4562 2005-05-16  David Schleef  <ds@schleef.org>
4563
4564         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4565         to GstMiniObject.
4566
4567 2005-05-16  David Schleef  <ds@schleef.org>
4568
4569         Port from GstData to GstMiniObject.
4570         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4571         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4572         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
4573         (gst_ogg_mux_collected):
4574         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4575         * ext/theora/theoradec.c: (theora_handle_comment_packet),
4576         (theora_handle_data_packet):
4577         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4578         (theora_set_header_on_caps), (theora_enc_chain):
4579         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4580         (vorbis_handle_comment_packet):
4581         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4582         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4583         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
4584         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
4585         * gst/audioconvert/gstaudioconvert.c:
4586         (gst_audio_convert_get_buffer):
4587         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4588         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4589         (mute_stream), (silence_stream):
4590         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4591         * gst/volume/gstvolume.c: (volume_transform):
4592         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4593         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
4594         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
4595         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
4596         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
4597         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
4598         (gst_ximagesink_buffer_alloc):
4599         * sys/ximage/ximagesink.h:
4600
4601 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4602
4603         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4604         (fill_buffer), (check_queue), (queue_threshold_reached),
4605         (queue_out_of_data):
4606         * gst/playback/gstplaybasebin.h:
4607           Post buffer-fullness on the bus.
4608
4609 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4610
4611         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4612         (try_to_link_1):
4613         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4614         (group_commit), (probe_triggered), (setup_source),
4615         (gst_play_base_bin_change_state):
4616         * gst/playback/gstplaybasebin.h:
4617         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4618         (gst_play_bin_init), (remove_sinks), (setup_sinks),
4619         (gst_play_bin_change_state):
4620           Move setup_output_pads into a virtual function, remove
4621           group-switch (no longer needed) and redirect (handled by bus
4622           now) signals.
4623
4624 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4625
4626         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4627         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
4628         (get_active_group), (get_building_group), (group_destroy),
4629         (group_commit), (check_queue), (queue_overrun),
4630         (queue_threshold_reached), (queue_out_of_data),
4631         (gen_preroll_element), (remove_groups), (unknown_type),
4632         (add_element_stream), (no_more_pads), (probe_triggered),
4633         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
4634         (setup_substreams), (setup_source), (finish_source),
4635         (prepare_output), (muted_group_change_state),
4636         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4637         (gst_play_base_bin_change_state):
4638         * gst/playback/gstplaybasebin.h:
4639         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4640         (gst_play_bin_init), (gst_play_bin_set_property),
4641         (gen_video_element), (gen_text_element), (gen_audio_element),
4642         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
4643         (gst_play_bin_change_state):
4644         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4645         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
4646         (stream_info_change_state), (gst_stream_info_set_mute),
4647         (gst_stream_info_get_property):
4648         * gst/playback/gststreaminfo.h:
4649         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4650         (gst_stream_selector_get_linked_pad),
4651         (gst_stream_selector_getcaps),
4652         (gst_stream_selector_get_linked_pads),
4653         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4654         * gst/playback/gststreamselector.h:
4655           Rough port of playbin. Needs some more work, but is mostly done,
4656           and uses a few locks in important places, which should make stuff
4657           like chain-switches clean. Still uses GST_STATE() in a few places,
4658           which isn't all that good an idea, subtitles/elements disabled
4659           because no elements to test with and thus probably broken, query
4660           and event handling moved to GstBin, internal thread removed
4661           alltogether because the pipeline does that for us now. Can play
4662           Ogg/Vorbis files. Haven't tested anything else yet.
4663
4664 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4665
4666         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
4667           Do no-more-pads (needed for autoplugging).
4668
4669 2005-05-10  Andy Wingo  <wingo@pobox.com>
4670
4671         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
4672         message to the bus with the tags. Still not sent downstream tho.
4673
4674         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
4675         get_parent.
4676         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
4677         avoid refcounting hassles.
4678
4679 2005-05-09  Andy Wingo  <wingo@pobox.com>
4680
4681         * gst/volume/Makefile.am:
4682         * gst/volume/demo.c
4683         * gst/volume/gstvolume.h
4684         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
4685         basetransform. Probably need an audio filter base class.
4686
4687 2005-05-09  Wim Taymans  <wim@fluendo.com>
4688
4689         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
4690         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
4691         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
4692         (gst_vorbisenc_chain):
4693         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4694         (gst_audio_convert_caps_remove_format_info),
4695         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4696         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4697         Make caps writable before writing to it.
4698         Fix negotiation in audioconvert some more.
4699
4700 2005-05-09  Wim Taymans  <wim@fluendo.com>
4701
4702         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4703         (gst_videorate_getcaps), (gst_videorate_setcaps),
4704         (gst_videorate_event), (gst_videorate_chain):
4705         Better negotiation.
4706
4707 2005-05-09  Wim Taymans  <wim@fluendo.com>
4708
4709         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4710         (gst_videorate_getcaps), (gst_videorate_setcaps),
4711         (gst_videorate_blank_data), (gst_videorate_init),
4712         (gst_videorate_event), (gst_videorate_chain),
4713         (gst_videorate_change_state):
4714         Port videorate, do a better job at negotiation while we're at
4715         it.
4716
4717 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
4718
4719         * configure.ac:
4720           Disable libvisual
4721
4722         * examples/Makefile.am:
4723         * gst-libs/gst/audio/Makefile.am:
4724         * gst-libs/gst/riff/Makefile.am:
4725         * gst-libs/gst/tag/Makefile.am:
4726         * gst-libs/gst/video/Makefile.am:
4727           Fixups for missing variables.
4728
4729 2005-05-09  Wim Taymans  <wim@fluendo.com>
4730
4731         * examples/seeking/seek.c: (make_theora_pipeline),
4732         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
4733         (query_rates), (query_positions_elems), (query_positions_pads),
4734         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
4735         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4736         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
4737         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
4738         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
4739         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
4740         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4741         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
4742         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
4743         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4744         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4745         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4746         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4747         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
4748         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
4749         (theora_dec_src_convert), (theora_dec_sink_convert),
4750         (theora_dec_src_query), (theora_dec_sink_query),
4751         (theora_dec_src_event), (theora_dec_sink_event),
4752         (theora_handle_comment_packet), (theora_handle_type_packet),
4753         (theora_handle_header_packet), (theora_handle_data_packet),
4754         (theora_dec_chain):
4755         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4756         (vorbis_dec_convert), (vorbis_dec_src_query),
4757         (vorbis_dec_sink_query), (vorbis_dec_src_event),
4758         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4759         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4760         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
4761         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
4762         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
4763         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
4764         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4765         (gst_play_bin_query):
4766         * gst/playback/test3.c: (update_scale):
4767         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
4768         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
4769         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4770         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
4771         (gst_videotestsrc_src_query):
4772         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
4773         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
4774         (paint_hline_YUV9):
4775         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
4776         Port to new query API.
4777         Updated seek.
4778         Cleanups in x[v]imagesink
4779
4780 2005-05-09  Andy Wingo  <wingo@pobox.com>
4781
4782         * ext/alsa/gstalsasink.h:
4783         * ext/gnomevfs/gstgnomevfssrc.c:
4784         (gst_gnomevfssrc_get_icy_metadata):
4785         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
4786         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
4787         * ext/theora/theoradec.c (theora_dec_src_query)
4788         (theora_dec_src_event, theora_dec_sink_event)
4789         (theora_handle_comment_packet, theora_handle_data_packet):
4790         * ext/theora/theoraenc.c (theora_enc_chain):
4791         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
4792         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
4793         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
4794         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
4795         (qt_type_find):
4796         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
4797         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
4798         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
4799         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
4800         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
4801         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
4802         (paint_setup_xBGR8888, paint_setup_RGBx8888)
4803         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
4804         (paint_setup_RGB565, paint_setup_xRGB1555):
4805         * gst/videotestsrc/videotestsrc.h:
4806         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
4807         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
4808         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
4809         GCC4 fixes.
4810         
4811         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
4812         gst_pad_query_position. Fixes oggdemux.
4813
4814 2005-05-08  David Schleef  <ds@schleef.org>
4815
4816         * configure.ac: Require liboil.
4817         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
4818         a few more.
4819         * gst/videotestsrc/videotestsrc.c:
4820         * gst/videotestsrc/videotestsrc.h:
4821
4822 2005-05-06  Wim Taymans  <wim@fluendo.com>
4823
4824         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4825         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4826         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4827         Well, unreffing a buffer right before pushing it is asking
4828         for trouble..
4829
4830 2005-05-06  Christian Schaller  <uraeus@gnome.org>
4831
4832         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
4833
4834 2005-05-06  Wim Taymans  <wim@fluendo.com>
4835
4836         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4837         (gst_audio_convert_caps_remove_format_info),
4838         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4839         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4840         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4841         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4842         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4843         * gst/sine/Makefile.am:
4844         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
4845         (gst_sinesrc_class_init), (gst_sinesrc_init),
4846         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
4847         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
4848         (gst_sinesrc_update_freq):
4849         * gst/sine/gstsinesrc.h:
4850         * gst/tcp/gstmultifdsink.c:
4851         * sys/xvimage/xvimagesink.c:
4852         Fixed negotiation wrt _peer_get_caps()
4853         Some cleanups.
4854
4855
4856 2005-05-06  Wim Taymans  <wim@fluendo.com>
4857
4858         * gst-libs/gst/audio/gstaudiosink.c:
4859         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4860         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4861         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4862         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4863         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4864         (gst_audiosink_create_ringbuffer):
4865         * gst-libs/gst/audio/gstbaseaudiosink.c:
4866         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4867         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4868         (gst_baseaudiosink_set_property), (build_linear_format),
4869         (debug_spec_caps), (debug_spec_buffer),
4870         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4871         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4872         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4873         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4874         * gst-libs/gst/audio/gstbaseaudiosink.h:
4875         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4876         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4877         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4878         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4879         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4880         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4881         (wait_segment), (gst_ringbuffer_commit),
4882         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4883         (gst_ringbuffer_clear):
4884         * gst-libs/gst/audio/gstringbuffer.h:
4885         Make the base audiosink return an error when there is no
4886         audiobuffer negotiated.
4887
4888 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4889
4890         * ext/Makefile.am:
4891         Disable cdparanoia until someone ports it!
4892
4893 2005-05-06  Wim Taymans  <wim@fluendo.com>
4894
4895         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4896         (gst_ogg_demux_sink_activate):
4897         And revert after wingo's revert.. sigh..
4898
4899 2005-05-05  Andy Wingo  <wingo@pobox.com>
4900
4901         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
4902         GObject.
4903         * configure.ac: Return audiorate and subparse from the ghetto.
4904         Re-enable -Wall -Werror.
4905         * gst/subparse/gstsubparse.c:
4906         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
4907         or chain-based. Cleaned up a bit. Not tested.
4908         
4909 2005-05-05  Christian Schaller <christian@fluendo.com> 
4910
4911         * Makefile.am: remove stuff that is not building
4912         * configure.ac: remove stuff that is not building
4913         * examples/Makefile.am: remove stuff that is not building
4914         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
4915         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
4916         * sys/Makefile.am: remove stuff that is not building
4917         * testsuite/Makefile.am: remove stuff that is not building
4918
4919 2005-05-05  Andy Wingo  <wingo@pobox.com>
4920
4921         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4922         * gst-libs/gst/tag/gstvorbistag.c:
4923         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
4924         * gst/adder/gstadder.h:
4925         * gst/audioconvert/gstchannelmix.c:
4926         (gst_audio_convert_fill_one_other):
4927         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
4928         (gst_audiorate_init), (gst_audiorate_chain):
4929         * gst/playback/gstplaybasebin.c: (setup_source):
4930         * gst/playback/test3.c: (update_scale):
4931         Some GCC4 fixes
4932         
4933         * po/af.po:
4934         * po/az.po:
4935         * po/cs.po:
4936         * po/en_GB.po:
4937         * po/hu.po:
4938         * po/it.po:
4939         * po/nb.po:
4940         * po/nl.po:
4941         * po/or.po:
4942         * po/sq.po:
4943         * po/sr.po:
4944         * po/sv.po:
4945         * po/uk.po:
4946         * po/vi.po: Foo
4947
4948 2005-05-05  Wim Taymans  <wim@fluendo.com>
4949
4950         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4951         (gst_audio_convert_caps_remove_format_info),
4952         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
4953         (gst_audio_convert_change_state), (gst_audio_convert_channels):
4954         * gst/videotestsrc/gstvideotestsrc.c:
4955         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
4956         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
4957         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
4958         (gst_videotestsrc_init), (gst_videotestsrc_loop):
4959         Don't ignore _push() return values.
4960         Make sure no processing is done when shutting down.
4961         Videotestsrc pad activation fix.
4962
4963 2005-05-05  Wim Taymans  <wim@fluendo.com>
4964
4965         * gst/adder/Makefile.am:
4966         * gst/adder/gstadder.c: (gst_adder_setcaps),
4967         (gst_adder_class_init), (gst_adder_init),
4968         (gst_adder_request_new_pad), (gst_adder_collected),
4969         (gst_adder_change_state):
4970         * gst/adder/gstadder.h:
4971         Ported adder as an example of a mixer element using
4972         collect pads. Needs more negotiation work.
4973
4974 2005-05-05  Wim Taymans  <wim@fluendo.com>
4975
4976         * ext/theora/theoradec.c: (_inc_granulepos),
4977         (theora_dec_src_event), (theora_dec_sink_event),
4978         (theora_handle_comment_packet), (theora_handle_type_packet),
4979         (theora_handle_header_packet), (theora_handle_data_packet),
4980         (theora_dec_chain):
4981         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4982         (gst_theora_enc_init), (theora_enc_sink_setcaps),
4983         (theora_push_buffer), (theora_push_packet),
4984         (theora_enc_sink_event), (theora_enc_chain),
4985         (theora_enc_change_state), (theora_enc_set_property),
4986         (theora_enc_get_property):
4987         Added stream lock to decoder so that we can serialize
4988         the discont event.
4989         More theoraenc porting, recover from errors, do clean
4990         shutdown.
4991
4992 2005-05-05  Wim Taymans  <wim@fluendo.com>
4993
4994         * ext/ogg/Makefile.am:
4995         * ext/ogg/README:
4996         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4997         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
4998         (gst_ogg_print):
4999         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5000         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5001         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5002         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5003         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
5004         (gst_ogg_mux_change_state):
5005         Ported ogg muxer.
5006
5007 2005-05-05  Wim Taymans  <wim@fluendo.com>
5008
5009         * docs/design-audiosinks.txt:
5010         * gst-libs/gst/audio/TODO:
5011         * gst-libs/gst/audio/gstaudiosink.c:
5012         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5013         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5014         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5015         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5016         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5017         (gst_audiosink_create_ringbuffer):
5018         * gst-libs/gst/audio/gstbaseaudiosink.c:
5019         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5020         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5021         (gst_baseaudiosink_set_property), (build_linear_format),
5022         (debug_spec_caps), (debug_spec_buffer),
5023         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5024         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5025         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5026         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5027         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5028         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5029         (gst_ringbuffer_release), (gst_ringbuffer_play),
5030         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5031         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5032         (gst_ringbuffer_set_sample), (wait_segment),
5033         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5034         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5035         More work on the audiosink, mostly debugging and a race in
5036         shutdown.
5037
5038 2005-04-28  Wim Taymans  <wim@fluendo.com>
5039
5040         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5041         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
5042         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5043         (vorbis_dec_src_query), (vorbis_dec_src_event),
5044         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5045         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5046         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5047         Don't crap out when seeking back to position 0.
5048
5049 2005-04-28  Wim Taymans  <wim@fluendo.com>
5050
5051         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5052         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5053         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
5054         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5055         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
5056         Make audio sink configurable, use alsasink as default.
5057
5058 2005-04-28  Wim Taymans  <wim@fluendo.com>
5059
5060         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5061         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5062         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5063         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
5064         (vorbis_dec_change_state):
5065         * ext/vorbis/vorbisdec.h:
5066         Refactor, use STREAM_LOCK.
5067
5068 2005-04-28  Wim Taymans  <wim@fluendo.com>
5069
5070         * ext/theora/theoradec.c: (_inc_granulepos),
5071         (theora_dec_sink_event), (theora_handle_comment_packet),
5072         (theora_handle_type_packet), (theora_handle_header_packet),
5073         (theora_handle_data_packet), (theora_dec_chain),
5074         (theora_dec_change_state):
5075         Refactor a bit, use STREAM_LOCK.
5076
5077 2005-04-28  Wim Taymans  <wim@fluendo.com>
5078
5079         * ext/alsa/Makefile.am:
5080         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
5081         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
5082         (gst_alsa_link), (gst_alsa_close_audio):
5083         * ext/alsa/gstalsaplugin.c: (plugin_init):
5084         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5085         (gst_alsasink_dispose), (gst_alsasink_base_init),
5086         (gst_alsasink_class_init), (gst_alsasink_init),
5087         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
5088         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
5089         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
5090         (gst_alsasink_reset):
5091         * ext/alsa/gstalsasink.h:
5092         Implement alsasink with simple open/write/close API. 
5093         Make alsa dir build by disabling compilation of code.
5094
5095 2005-04-28  Wim Taymans  <wim@fluendo.com>
5096
5097         * gst-libs/gst/audio/Makefile.am:
5098         * gst-libs/gst/audio/audio.h:
5099         * gst-libs/gst/audio/audioclock.c:
5100         * gst-libs/gst/audio/audioclock.h:
5101         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
5102         (gst_audio_clock_class_init), (gst_audio_clock_init),
5103         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
5104         * gst-libs/gst/audio/gstaudioclock.h:
5105         * gst-libs/gst/audio/gstaudiosink.c:
5106         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5107         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5108         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5109         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5110         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5111         (gst_audiosink_create_ringbuffer):
5112         * gst-libs/gst/audio/gstbaseaudiosink.c:
5113         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5114         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5115         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
5116         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
5117         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5118         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5119         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5120         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5121         * gst-libs/gst/audio/gstbaseaudiosink.h:
5122         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5123         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
5124         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5125         (gst_ringbuffer_release), (gst_ringbuffer_play),
5126         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5127         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5128         (gst_ringbuffer_set_sample), (wait_segment),
5129         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5130         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5131         * gst-libs/gst/audio/gstringbuffer.h:
5132         Make ringbuffer faster and more simple by removing the locks
5133         in the playback thread.
5134         Add sample accurate playback based on buffer sample offsets.
5135         Make the baseaudiosink provide a clock.
5136         Parse caps in the base class.
5137         Correctly handle seeking, flushing and state changes.
5138
5139 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5140
5141         * configure.ac:
5142         * gst/audioconvert/Makefile.am:
5143         * gst/audioscale/Makefile.am:
5144           Fix part of the build.  Come on guys, autogen didn't even work :)
5145
5146 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5147
5148         * configure.ac:
5149         * gst-libs/gst/Makefile.am:
5150         * gst-libs/gst/media-info/.cvsignore:
5151         * gst-libs/gst/media-info/Makefile.am:
5152         * gst-libs/gst/media-info/README:
5153         * gst-libs/gst/media-info/media-info-priv.c:
5154         * gst-libs/gst/media-info/media-info-priv.h:
5155         * gst-libs/gst/media-info/media-info-test.c:
5156         * gst-libs/gst/media-info/media-info.c:
5157         * gst-libs/gst/media-info/media-info.h:
5158         * gst-libs/gst/media-info/media-info.vcproj:
5159         * pkgconfig/Makefile.am:
5160         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5161         * pkgconfig/gstreamer-media-info.pc.in:
5162           Remove media-info, which is also successed by playbin (see Totem
5163           implementation).
5164
5165 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5166
5167         * configure.ac:
5168         * examples/Makefile.am:
5169         * examples/gstplay/.cvsignore:
5170         * examples/gstplay/Makefile.am:
5171         * examples/gstplay/player.c:
5172         * gst-libs/gst/Makefile.am:
5173         * gst-libs/gst/play/.cvsignore:
5174         * gst-libs/gst/play/Makefile.am:
5175         * gst-libs/gst/play/play.c:
5176         * gst-libs/gst/play/play.h:
5177         * gst-libs/gst/play/play.vcproj:
5178         * pkgconfig/Makefile.am:
5179         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5180         * pkgconfig/gstreamer-play.pc.in:
5181           Remove libgstplay, playbin is now the official successor.
5182
5183 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5184
5185         * configure.ac:
5186         * gst-libs/gst/Makefile.am:
5187         * gst-libs/gst/xwindowlistener/Makefile.am:
5188         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5189         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
5190           Remove deprecated xwindowlistener (I've moved xwindowlistening
5191           in the v4l/v4l2 plugins over to serverside).
5192
5193 2005-04-25  David Schleef  <ds@schleef.org>
5194
5195         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
5196         to examples/dynparams.  Examples do not belong interspersed with
5197         source code.
5198         * examples/dynparams/demo-dparams.c:
5199         * gst/sine/Makefile.am:
5200         * gst/sine/demo-dparams.c:
5201
5202 2005-04-25  David Schleef  <ds@schleef.org>
5203
5204         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
5205         * gst-libs/gst/audio/Makefile.am:
5206         * gst-libs/gst/riff/Makefile.am:
5207         * gst-libs/gst/tag/Makefile.am:
5208         * gst-libs/gst/video/Makefile.am:
5209         * gst-libs/gst/xwindowlistener/Makefile.am:
5210
5211         Convert to 0.9 API, seems to work:
5212         * sys/ximage/Makefile.am:
5213         * sys/ximage/ximagesink.c:
5214
5215 2005-04-24  David Schleef  <ds@schleef.org>
5216
5217         Link plugins against libraries:
5218         * ext/alsa/Makefile.am:
5219         * gst/tcp/Makefile.am:
5220
5221         Remove asm code that should be in liboil
5222         * gst/videoscale/Makefile.am:
5223         * gst/videoscale/videoscale_x86_asm.s:
5224
5225         gettext wants these checked in:
5226         * po/af.po:
5227         * po/az.po:
5228         * po/cs.po:
5229         * po/en_GB.po:
5230         * po/hu.po:
5231         * po/it.po:
5232         * po/nb.po:
5233         * po/nl.po:
5234         * po/or.po:
5235         * po/sq.po:
5236         * po/sr.po:
5237         * po/sv.po:
5238         * po/uk.po:
5239         * po/vi.po:
5240
5241 2005-04-24  David Schleef  <ds@schleef.org>
5242
5243         Convert gst_main() to g_main_loop_run()
5244         * gst/playback/decodetest.c: (main):
5245         * gst/playback/test2.c: (main):
5246         * gst/playback/test3.c: (main):
5247         * gst/playback/test4.c: (main):
5248
5249         Link plugins against libraries:
5250         * ext/libvisual/Makefile.am:
5251         * sys/xvimage/Makefile.am:
5252
5253 2005-04-24  David Schleef  <ds@schleef.org>
5254
5255         * configure.ac: Remove idct and resample libs
5256         * gst-libs/gst/Makefile.am: same
5257
5258         Remove usage of gst_library_load():
5259         * ext/alsa/gstalsaplugin.c: (plugin_init):
5260         * ext/libvisual/visual.c: (plugin_init):
5261         * ext/ogg/gstogg.c: (plugin_init):
5262         * ext/theora/theora.c: (plugin_init):
5263         * ext/vorbis/vorbis.c: (plugin_init):
5264         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5265         * gst/audioscale/gstaudioscale.c:
5266         * gst/adder/gstadder.c: (plugin_init):
5267         * gst/audioconvert/plugin.c: (plugin_init):
5268         * sys/ximage/ximagesink.c: (plugin_init):
5269         * sys/xvimage/xvimagesink.c: (plugin_init):
5270         * gst/tcp/gsttcpplugin.c: (plugin_init):
5271
5272         Link plugins against libraries:
5273         * ext/ogg/Makefile.am:
5274         * ext/theora/Makefile.am:
5275         * ext/vorbis/Makefile.am:
5276         * gst/audioconvert/Makefile.am:
5277
5278         Create proper libraries:
5279         * gst-libs/gst/riff/Makefile.am:
5280         * gst-libs/gst/audio/Makefile.am:
5281         * gst-libs/gst/video/Makefile.am:
5282
5283         Move resample library to audioscale plugin directory:
5284         * gst-libs/gst/resample/Makefile.am:
5285         * gst-libs/gst/resample/README:
5286         * gst-libs/gst/resample/dtof.c:
5287         * gst-libs/gst/resample/dtos.c:
5288         * gst-libs/gst/resample/functable.c:
5289         * gst-libs/gst/resample/private.h:
5290         * gst-libs/gst/resample/resample.c:
5291         * gst-libs/gst/resample/resample.h:
5292         * gst-libs/gst/resample/resample.vcproj:
5293         * gst-libs/gst/resample/test.c:
5294         * gst/audioscale/Makefile.am:
5295         * gst/audioscale/README:
5296         * gst/audioscale/dtof.c:
5297         * gst/audioscale/dtos.c:
5298         * gst/audioscale/functable.c:
5299         * gst/audioscale/private.h:
5300         * gst/audioscale/resample.c:
5301         * gst/audioscale/resample.h:
5302         * gst/audioscale/test.c:
5303
5304         Move tagedit library to gst-libs:
5305         * gst-libs/gst/tag/Makefile.am:
5306         * gst-libs/gst/tag/gstid3tag.c:
5307         * gst-libs/gst/tag/gsttagediting.c:
5308         * gst-libs/gst/tag/gsttageditingprivate.h:
5309         * gst-libs/gst/tag/gstvorbistag.c:
5310         * gst/tags/Makefile.am:
5311         * gst/tags/gstid3tag.c:
5312         * gst/tags/gstvorbistag.c:
5313
5314         Fix for core changes:
5315         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5316         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5317         (gst_sinesrc_getrange):
5318
5319 2005-04-23  David Schleef  <ds@schleef.org>
5320
5321         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5322         in gst-plugins in a long time, and properly belongs in liboil.
5323         * gst-libs/gst/idct/Makefile.am:
5324         * gst-libs/gst/idct/README:
5325         * gst-libs/gst/idct/dct.h:
5326         * gst-libs/gst/idct/doieee:
5327         * gst-libs/gst/idct/fastintidct.c:
5328         * gst-libs/gst/idct/floatidct.c:
5329         * gst-libs/gst/idct/idct.c:
5330         * gst-libs/gst/idct/idct.h:
5331         * gst-libs/gst/idct/idtc.vcproj:
5332         * gst-libs/gst/idct/ieeetest.c:
5333         * gst-libs/gst/idct/intidct.c:
5334
5335 2005-04-20  Wim Taymans  <wim@fluendo.com>
5336
5337         * docs/design-audiosinks.txt:
5338         * gst-libs/gst/audio/Makefile.am:
5339         * gst-libs/gst/audio/TODO:
5340         * gst-libs/gst/audio/gstaudiosink.c:
5341         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5342         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5343         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5344         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5345         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5346         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5347         (gst_audiosink_class_init), (gst_audiosink_init),
5348         (gst_audiosink_create_ringbuffer):
5349         * gst-libs/gst/audio/gstaudiosink.h:
5350         * gst-libs/gst/audio/gstbaseaudiosink.c:
5351         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5352         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5353         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5354         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5355         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5356         (gst_baseaudiosink_create_ringbuffer),
5357         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5358         * gst-libs/gst/audio/gstbaseaudiosink.h:
5359         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5360         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5361         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5362         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5363         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5364         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5365         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5366         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5367         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5368         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5369         * gst-libs/gst/audio/gstringbuffer.h:
5370         An attempt at a set of audio base classes together with some
5371         design docs.
5372
5373 2005-04-20  Wim Taymans  <wim@fluendo.com>
5374
5375         * gst/audioconvert/Makefile.am:
5376         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5377         (gst_audio_convert_caps_remove_format_info),
5378         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5379         (gst_audio_convert_channels):
5380         Link against audio libs.
5381         Fix audio convert plugin.
5382
5383 2005-04-20  Wim Taymans  <wim@fluendo.com>
5384
5385         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5386         (gst_ogg_demux_sink_activate):
5387         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5388         (theora_set_header_on_caps), (theora_enc_sink_event),
5389         (theora_enc_chain):
5390         Fix theora encoder.
5391
5392 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5393
5394         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5395         * gst/playback/gstdecodebin.c: (find_compatibles):
5396           Work with staticpadtemplates in elementfactories.
5397
5398 2005-04-12  Wim Taymans  <wim@fluendo.com>
5399
5400         * gst/playback/README:
5401         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5402         (compare_ranks), (print_feature), (gst_decode_bin_init),
5403         (dynamic_create), (dynamic_free), (find_compatibles),
5404         (mimetype_is_raw), (close_pad_link), (got_redirect),
5405         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5406         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5407         (gst_decode_bin_change_state):
5408         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5409         (gst_play_base_bin_init), (group_destroy), (group_commit),
5410         (check_queue), (queue_overrun), (queue_threshold_reached),
5411         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5412         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5413         (got_redirect), (setup_source), (play_base_eos),
5414         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5415         (gst_play_base_bin_remove_element):
5416         * gst/playback/gstplaybasebin.h:
5417         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5418         (gst_play_bin_init), (gst_play_bin_dispose),
5419         (gst_play_bin_set_property), (gen_video_element),
5420         (gen_text_element), (gen_audio_element), (remove_sinks),
5421         (gst_play_bin_send_event):
5422         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5423         (stream_info_change_state), (gst_stream_info_set_mute):
5424         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5425         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5426         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5427         (gst_stream_selector_chain):
5428         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5429         (main):
5430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5431         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5432         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5433         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5434         Raw and crude port of decodebin. 
5435         Make playbin compile.
5436
5437 2005-04-06  Wim Taymans  <wim@fluendo.com>
5438
5439         * ext/gnomevfs/Makefile.am:
5440         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5441         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5442         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5443         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5444         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5445         (gst_gnomevfssrc_stop):
5446         * ext/ogg/Makefile.am:
5447         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5448         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5449         * ext/theora/Makefile.am:
5450         * ext/theora/theoradec.c: (_inc_granulepos),
5451         (theora_dec_sink_event), (theora_dec_chain):
5452         * ext/vorbis/Makefile.am:
5453         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5454         (vorbis_dec_sink_event), (vorbis_dec_chain):
5455         * gst-libs/gst/audio/Makefile.am:
5456         * sys/xvimage/Makefile.am:
5457         Make gnomevfssrc extend the source base class.
5458         Fix linking against libs in various plugins.
5459
5460 2005-04-06  Andy Wingo  <wingo@pobox.com>
5461
5462         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5463         GST_BASE_LIBS.
5464
5465         * configure.ac: Add check and AC_SUBST for libgstbase.
5466
5467 2005-03-31  Wim Taymans  <wim@fluendo.com>
5468
5469         * examples/seeking/Makefile.am:
5470         * examples/seeking/cdparanoia.c: (main):
5471         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5472         (play_cb), (pause_cb), (stop_cb), (main):
5473         * examples/seeking/playbin.c:
5474         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5475         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5476         (make_sid_pipeline), (make_vorbis_pipeline),
5477         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5478         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5479         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5480         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5481         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5482         (stop_cb), (main):
5483         * examples/seeking/spider_seek.c:
5484         * examples/seeking/vorbisfile.c:
5485         * ext/gnomevfs/Makefile.am:
5486         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5487         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5488         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5489         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5490         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5491         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5492         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5493         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5494         * ext/ogg/README:
5495         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5496         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5497         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5498         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5499         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5500         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5501         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5502         (gst_ogg_demux_factory_filter), (compare_ranks),
5503         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5504         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5505         (gst_ogg_chain_new), (gst_ogg_chain_free),
5506         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5507         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5508         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5509         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5510         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5511         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5512         (gst_ogg_demux_get_prev_page),
5513         (gst_ogg_demux_deactivate_current_chain),
5514         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5515         (gst_ogg_demux_bisect_forward_serialno),
5516         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5517         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5518         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5519         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5520         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5521         (gst_ogg_demux_change_state), (gst_ogg_print):
5522         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5523         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5524         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5525         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5526         (gst_ogg_mux_loop):
5527         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5528         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5529         (theora_dec_src_convert), (theora_dec_sink_convert),
5530         (theora_dec_src_query), (theora_dec_src_event),
5531         (theora_dec_sink_event), (theora_dec_chain),
5532         (theora_dec_change_state):
5533         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5534         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5535         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5536         (theora_enc_change_state):
5537         * ext/vorbis/Makefile.am:
5538         * ext/vorbis/oggvorbisenc.c:
5539         * ext/vorbis/oggvorbisenc.h:
5540         * ext/vorbis/vorbis.c: (plugin_init):
5541         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5542         (vorbis_dec_src_query), (vorbis_dec_src_event),
5543         (vorbis_dec_sink_event), (vorbis_dec_chain),
5544         (vorbis_dec_change_state):
5545         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5546         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5547         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5548         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5549         (gst_vorbisenc_change_state):
5550         * ext/vorbis/vorbisenc.h:
5551         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5552         * gst-libs/gst/audio/audioclock.c:
5553         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5554         (gst_audiofilter_init), (gst_audiofilter_chain):
5555         * gst-libs/gst/audio/testchannels.c: (main):
5556         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5557         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5558         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5559         (gmip_find_track_streaminfo), (gmip_find_track_format):
5560         * gst-libs/gst/media-info/media-info.c:
5561         (gst_media_info_read_idler):
5562         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5563         (gst_play_get_all_by_interface):
5564         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5565         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5566         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5567         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5568         (gst_riff_parse_info):
5569         * gst-libs/gst/riff/riff-read.h:
5570         * gst-libs/gst/riff/riff.c: (plugin_init):
5571         * gst-libs/gst/video/Makefile.am:
5572         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
5573         (gst_videosink_class_init), (gst_videosink_get_type):
5574         * gst-libs/gst/video/videosink.h:
5575         * gst/audioconvert/bufferframesconvert.c:
5576         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
5577         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
5578         * gst/audioconvert/channelmixtest.c: (main):
5579         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5580         (gst_audio_convert_chain),
5581         (gst_audio_convert_caps_remove_format_info),
5582         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
5583         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
5584         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
5585         (gst_audio_convert_buffer_to_default_format),
5586         (gst_audio_convert_buffer_from_default_format),
5587         (gst_audio_convert_channels):
5588         * gst/audioconvert/gstchannelmix.h:
5589         * gst/ffmpegcolorspace/avcodec.h:
5590         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5591         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5592         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
5593         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
5594         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
5595         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5596         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5597         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5598         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5599         (dv_type_find):
5600         * gst/videotestsrc/gstvideotestsrc.c:
5601         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
5602         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
5603         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
5604         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
5605         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
5606         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
5607         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
5608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5609         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
5610         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
5611         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
5612         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5613         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5614         (gst_xvimagesink_navigation_send_event),
5615         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
5616         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
5617         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5618         * sys/xvimage/xvimagesink.h:
5619         Plugin port to 0.9, ogg/theora playback should work in the seek
5620         example now.
5621         Removed old examples.
5622         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
5623         explained in 0.9 TODO doc.
5624
5625
5626 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5627
5628         * autogen.sh:
5629         * configure.ac:
5630         * ext/Makefile.am:
5631         * gst/Makefile.am:
5632         * po/POTFILES.in:
5633         * po/af.po:
5634         * po/az.po:
5635         * po/cs.po:
5636         * po/en_GB.po:
5637         * po/hu.po:
5638         * po/it.po:
5639         * po/nb.po:
5640         * po/nl.po:
5641         * po/or.po:
5642         * po/sq.po:
5643         * po/sr.po:
5644         * po/sv.po:
5645         * po/uk.po:
5646         * po/vi.po:
5647         * sys/Makefile.am:
5648         * testsuite/Makefile.am:
5649           remove a whole bunch of plugins.  This module now contains a set
5650           of free reference plugins/elements as agreed.
5651
5652 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5653
5654         * configure.ac:
5655           hunting season on 0.9 is now OPEN
5656
5657 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5658
5659         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5660           Kick the hell out of gcc for not warning me about a symbol conflict.
5661
5662 2005-02-22  Luca Ognibene  <luogni@tin.it>
5663
5664         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5665
5666         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
5667           Don't leak caps string (fixes #168134)
5668
5669         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
5670         (gst_jpegenc_init), (gst_jpegenc_finalize),
5671         (gst_jpegenc_change_state):
5672           Don't leak line buffers and context struct (fixes #168133).
5673
5674 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
5675
5676         * configure.ac:
5677         * ext/dirac/gstdiracdec.cc:
5678         (gst_diracdec_chain):
5679           Since dirac 0.5.0 the framerate in dirac is expressed as a
5680           rational number. Fix build and up requirement to 0.5.0, and
5681           also pass parameters to gst_diracdec_link in the right order
5682           (fixes #167959).
5683
5684 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
5685
5686         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
5687         * ext/faad/gstfaad.h:
5688         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
5689         certain invalid muxed streams, where some packets will contain 
5690         junk after decoder data. Partially fixes #149158.
5691
5692 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
5693         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
5694           Make sure we only write to writable buffers
5695
5696 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
5697
5698         * gst-libs/gst/riff/riff-media.c:
5699         (gst_riff_create_audio_caps_with_data):
5700           Do actually fix invalid RIFF fmt header values for alaw
5701           and mulaw audio instead of just saying so.
5702
5703         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
5704           Give gst_riff_create_audio_caps_with_data() a chance to
5705           fix up broken format header fields before extracting any
5706           parameters from the header. (fixes #167633)
5707
5708 2005-02-19  Martin Holters  <martin.holters@gmx.de>
5709
5710         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5711
5712         * gst/audioconvert/bufferframesconvert.c:
5713         (buffer_frames_convert_link):
5714           Don't leak othercaps. (fixes #167878)
5715
5716 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
5717
5718         * configure.ac:
5719         * ext/libvisual/visual.c: (gst_visual_srclink),
5720         (gst_visual_change_state):
5721           Support libvisual 0.2.0.
5722
5723 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
5724
5725         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
5726         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
5727           Use same rowstrides for I420 as used everywhere else.
5728
5729 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
5730
5731         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
5732           Declare variables at beginning of block and make gcc-2.95 happy
5733           (fixes # 167482, patch by Gergely Nagy).
5734           
5735         * gst/tcp/gsttcpclientsrc.c:
5736         * gst/tcp/gsttcpclientsrc.h:
5737           Move some includes into the header, so that struct sockaddr_in is
5738           defined when it should be defined on FreeBSD as well (fixes
5739           #167483).
5740           
5741         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
5742           Don't pass uninitialised values to setsockopt() here either.
5743
5744 2005-02-17  Luca Ognibene  <luogni at tin dot it>
5745
5746         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5747
5748         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
5749           Don't pass uninitialised values to setsockopt(). (fixes #167704)
5750
5751 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5752
5753         * gst/playback/gstplaybin.c: (add_sink):
5754           Invert bin_add/link order to workaround deadlock in opt.
5755
5756 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5757
5758         * gst/modplug/gstmodplug.cc:
5759           Add missing break causing position queries to fail.
5760
5761 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5762
5763         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
5764           Granpos can apparently be -1, which screws up calculations...
5765
5766 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
5767
5768         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
5769         (gst_ximagesink_send_pending_navigation),
5770         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
5771         (gst_ximagesink_init):
5772         * sys/ximage/ximagesink.h:
5773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
5774         (gst_xvimagesink_send_pending_navigation),
5775         (gst_xvimagesink_navigation_send_event),
5776         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
5777         * sys/xvimage/xvimagesink.h:
5778           Use a mutex protected list to marshal navigation
5779           events into the stream thread from whichever thread
5780           sends them.
5781
5782 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
5783
5784         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
5785           Display current position and track length; misc. clean-ups.
5786           
5787         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
5788         (speed_init), (speed_chain):
5789           Add query function, so that the stream length and current position
5790           get adjusted when queried (note that current position queries may
5791           still be wrong if the audio sink returns values based on buffer
5792           timestamps instead of passing on the query).
5793
5794 2005-02-13  Benjamin Otte  <otte@gnome.org>
5795
5796         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
5797         (gst_audio_convert_channels):
5798           create channel conversion matrix when linking
5799         * gst/audioconvert/.cvsignore:
5800         * gst/audioconvert/Makefile.am:
5801         * gst/audioconvert/channelmixtest.c: (main):
5802           add (ugly) test that ensures stereo <=> mono conversion works
5803           correctly
5804
5805 2005-02-13  Benjamin Otte  <otte@gnome.org>
5806
5807         * gst/audioconvert/gstchannelmix.h:
5808           include missing header file
5809         * gst/audioconvert/gstchannelmix.c:
5810         (gst_audio_convert_fill_compatible):
5811           use same sign for both channels when converting to/from compatible
5812           channel. Previously used different signs made the signals cancel
5813           each other out and appear like silence. (fixes #167269)
5814
5815 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
5816
5817         * gst/ffmpegcolorspace/avcodec.h:
5818         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5819         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5820         (gst_ffmpegcsp_avpicture_fill):
5821         * gst/ffmpegcolorspace/imgconvert.c:
5822           Convert to and from YV12 (fixes #156379).
5823
5824 2005-02-12  Julien MOUTTE  <julien@moutte.net>
5825
5826         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
5827         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
5828         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
5829         (gst_ximagesink_expose), (gst_ximagesink_set_property),
5830         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
5831         methods from chain and negotiation and vice versa (Fixes #166142).
5832         * sys/ximage/ximagesink.h: Add stream_lock.
5833         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
5834         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5835         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5836         (gst_xvimagesink_expose): Check for xcontext before trying to link.
5837
5838 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
5839
5840         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
5841           Don't send "Hey! You gave me a NULL pointer you naughty person" as
5842           error message when we can't open the DVD device (when dvdnav_open()
5843           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
5844           the above). Send something more useful instead (fixes #167117).
5845
5846 2005-02-11  Julien MOUTTE  <julien@moutte.net>
5847
5848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5849         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
5850         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5851         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5852         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5853         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
5854         methods from chain and negotiation and vice versa (Fixes #166142).
5855         Fix a possible bug of images in the buffer pool being discarded because
5856         we are looking at the wrong geometry.
5857         * sys/xvimage/xvimagesink.h: Add stream_lock.
5858
5859 2005-02-11  David Schleef  <ds@schleef.org>
5860
5861         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
5862         unsigned int. (fixes #167128)
5863
5864 2005-02-11  David Schleef  <ds@schleef.org>
5865
5866         * gst/librfb/Makefile.am: Testing stuff before committing is
5867           for wimps... and people with fast machines.  Fix stupid
5868           mistake.
5869
5870 2005-02-11  David Schleef  <ds@schleef.org>
5871
5872         * configure.ac: Pull in librfb from my CVS tree, because it is
5873           too small and annoying to be separate.  Move rfbsrc plugin
5874           to gst/.
5875         * ext/Makefile.am:
5876         * ext/librfb/Makefile.am:
5877         * ext/librfb/gstrfbsrc.c:
5878         * gst/librfb/Makefile.am:
5879         * gst/librfb/gstrfbsrc.c:
5880         * gst/librfb/rfb.c:
5881         * gst/librfb/rfb.h:
5882         * gst/librfb/rfbbuffer.c:
5883         * gst/librfb/rfbbuffer.h:
5884         * gst/librfb/rfbbytestream.c:
5885         * gst/librfb/rfbbytestream.h:
5886         * gst/librfb/rfbcontext.h:
5887         * gst/librfb/rfbdecoder.c:
5888         * gst/librfb/rfbdecoder.h:
5889         * gst/librfb/rfbutil.h:
5890
5891 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
5892
5893         * gst/speed/Makefile.am:
5894         * gst/speed/demo-mp3.c: (main):
5895         * gst/speed/filter.func:
5896         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
5897         (speed_class_init), (speed_init), (speed_chain_int16),
5898         (speed_chain_float32), (speed_chain), (speed_set_property),
5899         (speed_get_property), (speed_change_state):
5900         * gst/speed/gstspeed.h:
5901           Fix speed element and make it chain-based (fixes #156467),
5902           and make it handle more than one channel.
5903
5904 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
5905
5906         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
5907         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
5908         (gst_dtsdec_chain), (gst_dtsdec_change_state):
5909         * ext/dts/gstdtsdec.h:
5910           Don't clobber the stack constructing the channels array.
5911           Make the element chain-based. DTS tracks can now be played.
5912           
5913 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
5914
5915         * gst-libs/gst/audio/multichannel.h:
5916         * gst-libs/gst/gconf/gconf.h:
5917         * gst-libs/gst/idct/idct.h:
5918         * gst-libs/gst/media-info/media-info-priv.h:
5919         * gst-libs/gst/play/play.h:
5920         * gst-libs/gst/resample/private.h:
5921         * gst-libs/gst/resample/resample.h:
5922         * gst-libs/gst/riff/riff-ids.h:
5923         * gst-libs/gst/video/video.h:
5924         * gst-libs/gst/video/videosink.h:
5925           Add G_BEGIN_DECLS and G_END_DECLS around headers where
5926           missing, so that they work when included from C++ code.
5927
5928 2005-02-09  David Schleef  <ds@schleef.org>
5929
5930         * testsuite/gst-lint: Check for non-statically scoped
5931           parent_class variables.  This won't be a problem once
5932           plugins are loaded with RTLD_LOCAL.
5933
5934 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5935
5936         * ext/mplex/gstmplexibitstream.cc:
5937           gcc madness.
5938
5939 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5940
5941         * ext/ogg/gstogmparse.c:
5942         * gst/debug/gstnavigationtest.c:
5943           Die, thou faulty symbol pollutors (non-static parent_class).
5944
5945 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5946
5947         * ext/mplex/gstmplexibitstream.cc:
5948           Fix event handling (#165525).
5949
5950 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5951
5952         * ext/mikmod/gstmikmod.c:
5953         * gst/modplug/gstmodplug.cc:
5954           Add missing endianness to template (fixes #165509).
5955
5956 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5957
5958         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
5959           Fix wrong order of reading of optional bytes (#165290).
5960
5961 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5962
5963         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5964           Implement FILLER event awareness.
5965
5966 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5967
5968         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
5969           Fix track calculations (#166208).
5970
5971 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
5972
5973         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5974
5975         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
5976         * ext/libpng/gstpngenc.c:
5977           Fix byte-order, use proper fixed caps. Fixes #164197.
5978
5979 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
5980
5981         * configure.ac:
5982           Add dvdlpcmdec 
5983
5984         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
5985         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
5986           Don't push buffers if the src pad isn't negotiated yet.
5987           
5988         * gst/audioconvert/gstaudioconvert.c:
5989         (gst_audio_convert_buffer_to_default_format),
5990         (gst_audio_convert_buffer_from_default_format):
5991           Add support for 24-bit width.
5992
5993         * gst/dvdlpcmdec/.cvsignore:
5994         * gst/dvdlpcmdec/Makefile.am:
5995         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
5996         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
5997         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
5998         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
5999         (plugin_init):
6000         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
6001           New decoder for rearranging DVD LPCM into our audio/x-raw-int
6002           format. Needs support for the channels maps if someone can find 
6003           a DVD LPCM track with > 2 channels.
6004
6005         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
6006         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
6007         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
6008         * gst/mpegstream/gstdvddemux.h:
6009         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6010         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
6011         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
6012         * gst/mpegstream/gstmpegdemux.h:
6013         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
6014         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
6015         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
6016         (gst_mpeg_parse_handle_src_query),
6017         (gst_mpeg_parse_handle_src_event):
6018           Use audio/x-dvd-lpcm for LPCM output.
6019           Add DTS output.
6020
6021 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6022
6023         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6024
6025         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
6026         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
6027           Add BGRA handling (#165736).
6028
6029 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
6030
6031         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6032
6033         * gst/law/alaw-decode.c: (alawdec_link):
6034         * gst/law/alaw-encode.c: (alawenc_link):
6035         * gst/law/mulaw-decode.c: (mulawdec_link):
6036         * gst/law/mulaw-encode.c: (mulawenc_link):
6037           Fix caps memleaks (#166600).
6038
6039 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
6040
6041         * ext/tarkin/mem.h:
6042         * ext/tarkin/wavelet.h:
6043         * ext/tarkin/yuv.h:
6044         * gst/ffmpegcolorspace/avcodec.h:
6045           Include "_stdint.h" instead of <stdint.h>. Fixes build on
6046           systems that don't have stdint.h, like Solaris9 (fixes #166631).
6047
6048 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6049
6050         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
6051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
6052         (gst_xvimagesink_change_state):
6053           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
6054           Xv video (and thereby regenerate Xv colourkey) in clear() so
6055           that PLAY -> READY -> PLAY works (fixes #162504).
6056
6057 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6058
6059         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
6060           Switch to list instead of range, since MJPEG-devices really just
6061           support decimations, not any size.
6062
6063 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6064         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
6065         (gst_mpeg2dec_reset), (free_all_buffers),
6066         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
6067         * ext/mpeg2dec/gstmpeg2dec.h:
6068           The libmpeg2 user-allocated buffer management is awkward, 
6069           to say the least. Hopefully this fixes things.
6070
6071 2005-02-04  Andy Wingo  <wingo@pobox.com>
6072
6073         * gst/audioconvert/bufferframesconvert.c
6074         (buffer_frames_convert_fixate): New function, fixates to 256
6075         frames per buffer by default. (Much better than 1.)
6076         (buffer_frames_convert_init): Set the fixate function for both src
6077         and sink pad.
6078         (buffer_frames_convert_link): After success setting nonfixed caps,
6079         get the negotiated caps so we can know how many buffer-frames it
6080         will be. No idea how this worked at all before.
6081
6082 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6083
6084         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
6085         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
6086         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
6087         (handle_sequence), (handle_picture):
6088         * ext/mpeg2dec/gstmpeg2dec.h:
6089           Rearrange buffer tracking and refcounting and refactor
6090           a little for readability. 
6091
6092 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
6093         * sys/v4l/gstv4l.c: (plugin_init):
6094         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
6095         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
6096         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
6097         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
6098         * sys/v4l/gstv4ljpegsrc.h:
6099         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
6100         * sys/v4l/v4l_calls.h:
6101         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
6102         (gst_v4lsrc_get_fps):
6103         * sys/v4l/v4lsrc_calls.h:
6104           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
6105           you jpeg inside rgb frames" driver.
6106           Don't error in the v4lsrc link function, just return 
6107           REFUSED.
6108
6109 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6110
6111         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
6112         (gst_qcamsrc_open):
6113           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
6114
6115 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6116
6117         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6118           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
6119
6120 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6121
6122         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
6123           Reset negotiated state on PAUSED->READY.
6124
6125 2005-02-02  David Schleef  <ds@schleef.org>
6126
6127         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
6128         whereever possible.  (Fixes #165997)
6129         * examples/capsfilter/capsfilter1.c: (main):
6130         * examples/dynparams/filter.c: (create_ui):
6131         * examples/seeking/cdparanoia.c: (get_track_info), (main):
6132         * examples/seeking/chained.c: (main):
6133         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
6134         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
6135         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
6136         (make_mpeg_pipeline), (make_mpegnt_pipeline):
6137         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6138         * examples/switch/switcher.c: (main):
6139         * ext/dv/demo-play.c: (main):
6140         * ext/faad/gstfaad.c: (gst_faad_change_state):
6141         * ext/mad/gstmad.c: (gst_mad_chain):
6142         * ext/smoothwave/demo-osssrc.c: (main):
6143         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
6144         (gst_gconf_render_bin_from_description),
6145         (gst_gconf_get_default_audio_sink),
6146         (gst_gconf_get_default_video_sink),
6147         (gst_gconf_get_default_audio_src),
6148         (gst_gconf_get_default_video_src),
6149         (gst_gconf_get_default_visualization_element):
6150         * gst/level/demo.c: (main):
6151         * gst/level/plot.c: (main):
6152         * gst/playback/gstplaybin.c: (gen_video_element),
6153         (gen_audio_element):
6154         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
6155         * gst/playondemand/demo-mp3.c: (setup_pipeline):
6156         * gst/sine/demo-dparams.c: (main):
6157         * gst/spectrum/demo-osssrc.c: (main):
6158         * gst/speed/demo-mp3.c: (main):
6159         * gst/volume/demo.c: (main):
6160         * testsuite/embed/embed.c: (main):
6161
6162 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6163
6164         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6165         (gst_tcpclientsink_finalize):
6166         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6167         (gst_tcpclientsrc_finalize):
6168         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6169         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
6170         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6171         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
6172           Don't leak the hostname when shutting down.
6173           In tcpserversrc, take a copy of the default hostname.
6174
6175 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6176
6177         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
6178           Set caps to systemstream=TRUE.
6179
6180 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6181
6182         * testsuite/Makefile.am:
6183           Fix more OSX buildbots.
6184
6185 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6186
6187         * ext/mpeg2dec/gstmpeg2dec.c:
6188           Don't send things to NULL PAD_PEERs
6189
6190         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
6191           Copy-on-write the incoming buffer.
6192
6193         * gst/mpegstream/gstdvddemux.h:
6194         * gst/mpegstream/gstmpegclock.h:
6195         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6196         (normal_seek), (gst_mpeg_demux_handle_src_event):
6197         * gst/mpegstream/gstmpegdemux.h:
6198         * gst/mpegstream/gstmpegpacketize.h:
6199         * gst/mpegstream/gstmpegparse.c:
6200         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
6201         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
6202         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
6203         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
6204         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
6205         * gst/mpegstream/gstmpegparse.h:
6206         * gst/mpegstream/gstrfc2250enc.h:
6207           Various changes to the way time is computed that make seeking and
6208           total time estimation much better here.
6209           Use G_BEGIN/END_DECLS instead of __cplusplus
6210
6211         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
6212           Use gst_buffer_stamp instead of only copying the TIMESTAMP
6213
6214 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6215
6216         * gst/subparse/gstsubparse.c:
6217           Fix OSX buildbot.
6218
6219 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6220
6221         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6222         (theora_enc_chain), (theora_enc_change_state):
6223         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6224         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6225         (gst_vorbisenc_change_state):
6226         * ext/vorbis/vorbisenc.h:
6227           Set granulepos and timestamp correctly for streams not
6228           starting at 0, taking into account the initial delay.
6229
6230 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6231
6232         * gst/mpegstream/gstdvddemux.c:
6233           Add audio/x-dts to audio pad template caps
6234
6235 2005-01-30  David Schleef  <ds@schleef.org>
6236
6237         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6238         (create_context), (gst_polypsink_link): Fix silly endianness
6239         bug.  Add some debugging.  Remove float from caps; it doesn't
6240         work.  Attempt to get remote audio working.
6241
6242 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6243
6244         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6245           Add 3IV2 fourcc.
6246
6247 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6248
6249         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6250         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6251         (gst_avi_demux_stream_data):
6252         * gst/avi/gstavidemux.h:
6253           Invert DIB images. Fixes #132341.
6254
6255 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6256
6257         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6258         (gst_ffmpegcsp_chain):
6259           D'oh, reference the palette data, not the palette structure.
6260           Fixes color distortion in #132341.
6261
6262 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6263
6264         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6265           PAR can be non-fixed when not provided as argument (#162626).
6266
6267 2005-01-29  David Moore  <dcm@acm.org>
6268
6269         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6270
6271         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6272         (gst_qtdemux_loop_header):
6273           Re-apply patch from #142272 that allows non-seekable sources,
6274           re-proposed by Daniel Drake <dsd@gentoo.org>.
6275
6276 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6277
6278         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6279           Use the src template for creating the src pad (#162330).
6280
6281 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6282
6283         * configure.ac:
6284         * ext/musepack/Makefile.am:
6285         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6286         (gst_musepackdec_init), (gst_musepackdec_dispose),
6287         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6288         (gst_musepack_stream_init), (gst_musepackdec_loop),
6289         (gst_musepackdec_change_state):
6290         * ext/musepack/gstmusepackdec.cpp:
6291         * ext/musepack/gstmusepackdec.h:
6292         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6293         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6294         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6295         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6296         * ext/musepack/gstmusepackreader.cpp:
6297         * ext/musepack/gstmusepackreader.h:
6298           Update to 1.1 API (#165446).
6299
6300 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6301
6302         * ext/Makefile.am:
6303           Unbreak buildbot.
6304
6305 2005-01-28  Andy Wingo  <wingo@pobox.com>
6306
6307         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6308         to reflect a different dubious internet source. Add a reference
6309         and some commentary.
6310
6311 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6312
6313         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6314         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6315         * gst/playback/gststreamselector.h:
6316           Be more selective when we're redoing caps negotiation from
6317           within the chain function on a stream change.
6318
6319 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6320
6321         * configure.ac:
6322         * ext/Makefile.am:
6323         * ext/amrnb/Makefile.am:
6324         * ext/amrnb/amrnb.c: (plugin_init):
6325         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6326         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6327         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6328         (gst_amrnbdec_state_change):
6329         * ext/amrnb/amrnbdec.h:
6330         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6331         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6332         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6333         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6334         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6335         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6336         * ext/amrnb/amrnbparse.h:
6337           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6338         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6339           Add AMR-NB/-WB raw formats.
6340         * ext/alsa/gstalsa.c: (gst_alsa_link):
6341           Keep valid time when changing format.
6342         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6343         (qtdemux_parse_trak):
6344           Add some more format-specific options (#140141, #143555, #155163).
6345
6346 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6347
6348         * gst/matroska/matroska-demux.c:
6349         (gst_matroska_demux_parse_blockgroup):
6350           Fix logic error in timing of subtitle stream synchronization.
6351         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6352           Add skip-chunk, which is found in kodak-camera streams.
6353
6354 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6355
6356         * po/LINGUAS:
6357         * po/vi.po:
6358           Adding Vietnamese translation (submitted by Clytie Siddall)
6359
6360 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6361
6362         * gst/playback/gstdecodebin.c: (try_to_link_1):
6363           Use realpad for signal.
6364
6365 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6366
6367         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6368           Fix category so decodebin picks it up.
6369
6370 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6371
6372         * ext/mad/Makefile.am:
6373         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6374         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6375         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6376         (found_type), (gst_id3demux_bin_change_state):
6377         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6378         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6379         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6380         (gst_id3_tag_change_state), (plugin_init):
6381         * ext/mad/gstmad.h:
6382           Add id3demuxbin (which is a simple bin consisting of id3demux
6383           and typefind), take over rank from id3demux, remove typefind
6384           code from id3demux. Makes all broken mp3s that I know of work,
6385           and thereby fixes #152688.
6386
6387 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6388
6389         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6390
6391         * ext/mad/gstmad.c: (gst_mad_src_event):
6392         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6393           Allow seeks on audio pad, make mad forward those (#164826).
6394         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6395           Set duration (#165335).
6396
6397 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6398
6399         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6400         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6401         (gst_asf_demux_process_ext_content_desc),
6402         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6403         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6404         * gst/asfdemux/gstasfdemux.h:
6405           Improve metadata display, e.g. if the metadata comes before the
6406           streams are loaded (which is perfectly valid).
6407
6408 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6409
6410         * tools/gst-launch-ext-m.m:
6411           Fix AVI/ASF pipelines (#165340).
6412
6413 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6414         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6415         build failure on amd64
6416
6417 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6418
6419         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6420         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6421           Check environment variables GST_ID3V2_TAG_ENCODING,
6422           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6423           list of character encodings to force interpretation of non-unicode
6424           strings stored in an ID3v2 tag to a particular encoding. If none
6425           is specified, try to use current locale's encoding, then fall back
6426           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6427         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6428         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6429           Check environment variables GST_ID3V1_TAG_ENCODING,
6430           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6431           list of character encodings to use in case a string encountered
6432           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6433           specified, try to use the current locale's encoding, then fall
6434           back to ISO-8859-1 (which will always succeed).
6435
6436 2005-01-25  Benjamin Otte  <otte@gnome.org>
6437
6438         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6439           - on half framerate, compute the rate in advance so the comparisons
6440             don't compare wrong values
6441           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6442             behaviour
6443           - don't use mad_header_decode anymore, mad_frame_decode does that
6444             automatically
6445           - when getting rid of consumed bytes, reset the stream's skiplen
6446           (fixes #163867)
6447
6448 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6449
6450         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6451           Use 1/2 a second for default max_discont, as PES streams from DVB
6452           seem to have larger spacings in the SCR. 
6453           Fix a typo.
6454
6455 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6456
6457         * gst/playback/gstplaybasebin.c: (group_commit):
6458           Notify delayed stream-info availability.
6459
6460 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6461         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6462         (gst_a52dec_handle_event), (gst_a52dec_chain):
6463         Add some debug output. Check that a discont has a valid
6464         time associated.
6465         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6466         (gst_alsa_sink_loop):
6467         Ignore TAG events. A little extra debug for broken timestamps.
6468         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6469         (dvdnavsrc_change_state):
6470         Ensure we send a discont to engage the link before we send any
6471         other events.
6472         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6473         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6474         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6475         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6476         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6477         dvd://title works in totem because typefinding sends a seek that ends
6478         up going back to chapter 1 regardless.
6479         * ext/mpeg2dec/gstmpeg2dec.c:
6480         * ext/mpeg2dec/gstmpeg2dec.h:
6481         Output correct timestamps and handle disconts.
6482         * ext/ogg/gstoggdemux.c: (get_relative):
6483         Small guard against a null dereference.
6484         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6485         (gst_textoverlay_set_property):
6486         Free memory when done. Don't call gst_event_filler_get_duration on
6487         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6488         g_warning.
6489         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6490         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6491         (gst_sw_srclink), (gst_smoothwave_chain):
6492         Draw solid lines, prettier colours.
6493         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6494         Add a default palette that'll work for some movies.
6495         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6496         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6497         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6498         * gst/mpegstream/gstdvddemux.h:
6499         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6500         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6501         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6502         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6503         * gst/mpegstream/gstmpegparse.h:
6504         Use PTM/NAV events when for timestamp adjustment when connected to 
6505         dvdnavsrc. Don't use many discont events where one suffices.
6506         * gst/playback/gstplaybasebin.c: (group_destroy),
6507         (gen_preroll_element), (gst_play_base_bin_add_element):
6508         * gst/playback/gstplaybasebin.h:
6509         Make sure we remove subtitles from the same bin we put them in.
6510         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6511         (gst_subparse_buffer_format_autodetect),
6512         (gst_subparse_change_state):
6513         Fix some memleaks and invalid accesses.
6514         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6515         (oggskel_type_find), (cmml_type_find), (plugin_init):
6516         Some typefind functions for Annodex v3.0 files
6517         * gst/wavparse/gstwavparse.h:
6518         GstRiffReadClass is the correct parent class.
6519
6520 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6521
6522         * gst-libs/gst/riff/riff-media.c:
6523         (gst_riff_create_video_caps_with_data):
6524           Add extradata to huffyuv (fixes #165013).
6525         * gst-libs/gst/riff/riff-read.c:
6526         (gst_riff_read_strf_vids_with_data):
6527           Fix extradata extraction if it is in the chunk size.
6528
6529 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6530
6531         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6532
6533         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6534         (gst_quarktv_change_state), (gst_quarktv_dispose):
6535           Memory free'ing location fix (#164708).
6536
6537 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6538
6539         * gst/playback/gstplaybasebin.c: (group_commit),
6540         (gen_preroll_element), (probe_triggered), (gen_source_element),
6541         (setup_source), (gst_play_base_bin_change_state),
6542         (gst_play_base_bin_add_element):
6543           Don't block for streams.
6544         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6545         (gst_stream_info_set_mute):
6546           Use gst_pad_set_active_recursive.
6547
6548 2005-01-25  Andy Wingo  <wingo@pobox.com>
6549
6550         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6551         for #ifndef HAVE_XVIDEO.
6552
6553 2005-01-24  Jeffrey C. Ollie
6554
6555         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6556
6557         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6558         * ext/gsm/gstgsmdec.h:
6559         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6560         * ext/gsm/gstgsmenc.h:
6561         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6562         was given by property. Add proper buffer timestamps and offsets.
6563
6564 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6565
6566         * gst-libs/gst/riff/riff-media.c:
6567         (gst_riff_create_audio_caps_with_data):
6568           Audio can be <8000Hz.
6569
6570 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6571
6572         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6573           Explicit state change to workaround refcount bugs.
6574
6575 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6576
6577         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
6578         (gst_avimux_riff_get_avi_header):
6579           Fix...
6580
6581 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6582
6583         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
6584         (gst_riff_read_element_data):
6585         * gst-libs/gst/riff/riff-read.h:
6586           Add _peek version (req'ed in CDXA).
6587         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
6588         (gst_cdxaparse_loop):
6589           Fix parsing in playbin.
6590         * gst/playback/gstdecodebin.c: (close_pad_link):
6591           Ignore current_ pads, they cause major annoyance.
6592
6593 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6594
6595         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6596           Safety guard.
6597
6598 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6599
6600         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
6601           Fix padding...
6602
6603 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6604
6605         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
6606           Allow for 0-sized buffers. Fixes length query problems in
6607           starwars.mkv from the testsuite.
6608
6609 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
6610
6611         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
6612         (gst_video_box_i420), (gst_video_box_chain):
6613           Fix row strides for I420 (fixes #163159)
6614           
6615 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6616
6617         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6618           MPEG2 has a useful rate property, so we can actually use that.
6619           For MPEG-1, continue using the bytes/time properties.
6620
6621 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6622
6623         * gst-libs/gst/riff/riff-media.c:
6624         (gst_riff_create_video_caps_with_data),
6625         (gst_riff_create_video_template_caps):
6626           Add intel-h263.
6627
6628 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6629
6630         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6631           Fail if caps negotiation fails. Should fix #162184, and should
6632           definately be in there regardless of it fixing the actual bug.
6633         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
6634         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
6635         (gst_avimux_riff_get_avix_header),
6636         (gst_avimux_riff_get_video_header),
6637         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
6638         (gst_avimux_start_file), (gst_avimux_handle_event),
6639         (gst_avimux_change_state):
6640         * gst/avi/gstavimux.h:
6641           Refactor structure writing to use GST_WRITE_UINT macros, add
6642           metadata writing support.
6643
6644 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6645
6646         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6647           Elements may already be destroyed when this function is called.
6648
6649 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6650
6651         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6652         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
6653           More memory leak fixes (#149162).
6654
6655 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6656
6657         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6658         (gst_qtdemux_add_stream):
6659           Fix two memleaks.
6660
6661 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6662
6663         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6664           Argh...
6665
6666 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6667
6668         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6669           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
6670           when fixating to six channels in Totem.
6671
6672 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6673
6674         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
6675           Fix compile warnings on Solaris 10 buildbot
6676
6677 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6678
6679         * ext/dvdread/dvdreadsrc.c: (_read):
6680           Don't read beyond the last cell in a chapter (fixes 
6681           invalid memory access)
6682
6683 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6684
6685         * ext/dvdread/stream_labels.c:
6686         (dvdreadsrc_get_audio_stream_labels):
6687           Use NULL for an empty GList instead of g_list_alloc(); fix 
6688           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
6689           of GString (easier to bulk free later)
6690
6691 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6692
6693         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6694
6695         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6696         (gst_ffmpeg_pixfmt_to_caps):
6697           Fix BGRA32 caps (#164209).
6698
6699 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6700
6701         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6702
6703         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6704         (gst_ffmpeg_caps_to_pixfmt):
6705           alpha_mask can be RGBA/ABGR. Fixes #164265.
6706
6707 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
6708
6709         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6710
6711         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
6712         (gst_mpeg2dec_alloc_buffer):
6713         * ext/mpeg2dec/gstmpeg2dec.h:
6714           Crop if decoding size is not the actual image size (#163676).
6715
6716 2005-01-17  Steve Baker  <steve@stevebaker.org>
6717
6718         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6719
6720         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
6721         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
6722           Add libsndfile typefind functions (#163309).
6723
6724 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6725
6726         * tools/gst-launch-ext-m.m:
6727           Add .aac, fix .m1v/.m2v (#163891).
6728
6729 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6730
6731         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
6732           Sanity check, don't wait endlessly since the clock might not
6733           actually run at this point (which is a deadlock). Fixes #164069.
6734
6735 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6736
6737         * gst/playback/gstplaybasebin.c: (probe_triggered):
6738           Of course, only pause if group is done...
6739
6740 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6741
6742         * gst/playback/gstplaybasebin.c: (probe_triggered):
6743           Thread safety.
6744
6745 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
6746
6747         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
6748           Don't return state change success when the parent
6749           failed.
6750
6751 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6752
6753         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
6754           Free events (fix memleak in #162905).
6755
6756 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
6757
6758         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6759
6760         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6761         (gst_ffmpeg_caps_to_pixfmt):
6762           Fix for depth = 15. Fixes #161675.
6763
6764 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6765
6766         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
6767           Set FPS correctly, even for webcams and the like.
6768         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
6769           Don error on setting while capturing.
6770
6771 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6772
6773         * ext/dv/gstdvdec.c:
6774         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6775         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6776           I'm a bad boy. using /1001. to force C to do float division
6777           and not integer division (as it did in my last commit)
6778           Thanks to David I. Lehn for pointing this mistake.
6779
6780 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6781
6782         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
6783           Revert Johan??s 1.35->1.36 since it breaks compat.
6784
6785 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6786
6787         * ext/dv/gstdvdec.c:
6788         * ext/libfame/gstlibfame.c:
6789         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6790         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6791           replace framerate aproximations by their real value
6792           (24000/1001, 30000/1001, 60000/1001)
6793           Finish fixing bug #164049
6794
6795 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6796
6797         * ext/ogg/gstoggmux.c:
6798           eos/bos debugging
6799         * gst/tcp/gstmultifdsink.c:
6800         * gst/tcp/gstmultifdsink.h:
6801         * gst/tcp/gsttcp.c:
6802         * gst/tcp/gsttcp.h:
6803         * gst/tcp/gsttcpclientsink.c:
6804         * gst/tcp/gsttcpclientsrc.c:
6805         * gst/tcp/gsttcpserversink.c:
6806         * gst/tcp/gsttcpserversrc.c:
6807           improve reusability of elements after state changes and errors
6808           make multifdsink throw away streamheaders when receiving new ones
6809
6810 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6811
6812         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6813           Fix for if items are already in list...
6814
6815 2005-01-12  Benjamin Otte  <otte@gnome.org>
6816
6817         * gst/adder/gstadder.c: (gst_adder_loop):
6818           fix adder a bit so it doesn't screw up with events as much anymore
6819
6820 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
6821
6822         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
6823         (pixbufscale_scale), (gst_pixbufscale_chain):
6824         * ext/gdk_pixbuf/pixbufscale.h:
6825           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
6826           to ensure rowstrides are calculated the same way as 
6827           ffmpegcolorspace
6828           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
6829           that we pick up duration and offset also.
6830
6831 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6832
6833         * gst/avi/gstavimux.c: (gst_avimux_class_init),
6834         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
6835           Reusability fixes.
6836
6837 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6838
6839         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
6840         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
6841         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
6842         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
6843           Update flags when requested.
6844
6845 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6846
6847         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6848           Fix dmix.
6849
6850 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6851
6852         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6853         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
6854         (probe_triggered), (new_decoded_pad), (gen_source_element),
6855         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
6856         * gst/playback/gstplaybasebin.h:
6857         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6858         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
6859         (gst_play_bin_change_state):
6860           Implement group-switch signal for use in apps to clear metadata
6861           cache, clean up subtitle, add suburi property instead of # hack,
6862           some error-out fixes.
6863
6864 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6865
6866         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6867           Debug.
6868         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
6869           If we got a state change in the _get handler, don't return success.
6870
6871 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6872
6873         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
6874         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
6875           Make jpegdec quiet on MJPEG decoding
6876         * gst/asfdemux/README:
6877           Fix mimetypes for MJPEG and H263
6878
6879 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6880
6881         * ext/theora/theoradec.c: (theora_dec_chain):
6882           Fix broken code generation by gcc by swapping arguments.
6883         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6884           Fix \n in debug.
6885
6886 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6887
6888         * TODO:
6889           delete this file, it is by far outdated
6890         * ext/alsa/gstalsa.1: remove
6891         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
6892         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
6893         (gst_alsa_get_caps):
6894           Add HW probing for supported sample rates. Fixes #161704
6895
6896 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6897
6898         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6899           Don't crash, biatch! :).
6900
6901 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6902
6903         * ext/musepack/gstmusepackreader.cpp:
6904         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
6905           Some work on tags - still doesn't work in playbin...
6906         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6907           Handle events...
6908
6909 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6910
6911         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
6912           Also shove tags on kid pads.
6913
6914 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6915
6916         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
6917           Don't bail on unknown events.
6918         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6919           Don't crash on events before negotiation.
6920         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6921           Send tags on pads, too.
6922         * gst/playback/gststreamselector.c:
6923         (gst_stream_selector_request_new_pad):
6924           Forward events on first pad if no input was selected yet.
6925
6926 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6927
6928         * gst/playback/gstplaybasebin.c: (setup_substreams):
6929           Don't disable streamtype if the stream doesn't exist, since
6930           then playing a video after audio will disable both and nothing
6931           will happen. Fixes the testsuite.
6932
6933 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6934
6935         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
6936         (gst_v4l_xoverlay_set_xwindow_id):
6937         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
6938         (gst_v4l2_xoverlay_set_xwindow_id):
6939           Add debug categories, fix overlay disabling.
6940
6941 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6942
6943         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
6944         * ext/alsa/gstalsa.h:
6945           Add HW probing for period_count/size and buffer_size MIX/MAX
6946           Adjust default/user defined value if out of bounds
6947           Should fix bug #162024
6948
6949 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6950
6951         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
6952           Fix warning (#161191).
6953
6954 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6955
6956         * ext/dvdread/stream_labels.c:
6957         (dvdreadsrc_get_audio_stream_labels):
6958           Fix warning (init the good variable in switch default)
6959
6960 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
6961
6962         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6963
6964         * gst/tta/gstttaparse.c: (gst_tta_src_event):
6965           Fix gcc-2.95 compile (#163485).
6966
6967 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6968
6969         * configure.ac:
6970         * ext/flac/gstflacenc.c: (gst_flacenc_init),
6971         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
6972         (gst_flacenc_tell_callback), (gst_flacenc_chain),
6973         (gst_flacenc_change_state):
6974         * ext/flac/gstflacenc.h:
6975           Update for API change in flac-1.1.1. Update requirement in
6976           configure.ac. Fixes #162974.
6977
6978 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6979
6980         * gst/playback/gstplaybasebin.c: (group_destroy):
6981           Remove hack to get rid of assert and get rid of unlinked
6982           signals properly.
6983
6984 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6985
6986         * gst/playback/gstplaybasebin.c: (setup_source):
6987           Set source to NULL so that resources are free'ed. Fixes issues
6988           with playback of CDDA and similar device-accessing things.
6989
6990 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6991
6992         * testsuite/embed/Makefile.am:
6993           test->noinst, fix make test in buildbot.
6994
6995 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6996
6997         * ext/dvdread/stream_labels.c: new file
6998         * ext/dvdread/stream_labels.h: new file
6999         * ext/dvdread/Makefile.am:
7000         * ext/dvdread/dvdreadsrc.c: (_seek_title):
7001           Extract audio stream label from DVD IFO files.
7002           It only dump them on the console for now, still have to
7003           make playbin aware of them.
7004
7005 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7006
7007         * gst/playback/gstplaybasebin.c: (setup_source):
7008           Fix hanging subs.
7009
7010 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7011
7012         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7013         (gen_preroll_element), (remove_groups), (setup_subtitle),
7014         (gen_source_element), (setup_source):
7015         * gst/playback/gstplaybasebin.h:
7016           Multiple .sub files is just a stupid idea... Fix some threading
7017           mistakes. Interestingly, external .sub files cause playbin to
7018           hang, I don't know why... Parsing fixes contributed by Fran??ois
7019           Kooman <fkooman@tuxed.net>.
7020
7021 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7022
7023         * testsuite/embed/Makefile.am:
7024           Fix buildbot.
7025
7026 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7027
7028         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7029
7030         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7031         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7032         (gst_pngenc_set_property):
7033         * ext/libpng/gstpngenc.h:
7034           Add compression level property (#163323).
7035
7036 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7037
7038         * configure.ac:
7039         * examples/capsfilter/capsfilter1.c: (main):
7040         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7041         * ext/dvdread/Makefile.am:
7042         * ext/dvdread/demo-play:
7043         * ext/dvdread/demo-play.c:
7044         * gconf/gstreamer.schemas.in:
7045         * gst-libs/gst/gconf/gconf.c:
7046         * sys/v4l/TODO:
7047         * testsuite/Makefile.am:
7048         * testsuite/embed/Makefile.am:
7049         * testsuite/embed/embed.c: (cb_expose), (main):
7050           Remove all references to xvideosink, fix examples (#140845).
7051         * gst/playback/gstplaybasebin.c: (group_destroy):
7052           Apparently, disposal does not unlink - so do explicitely.
7053         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7054           Add debug.
7055
7056 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
7057
7058         * README: fix PKG_CONFIG_PATH instructions, what was there
7059         previously was breaking default search path, not nice. 
7060         Fixes #163358
7061
7062 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7063
7064         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
7065         (gst_audioscale_chain):
7066           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
7067           when resampling - how the ^@$^!@^! is this possible?!?
7068
7069 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7070
7071         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7072           Reset variables on READY.
7073         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
7074         (gst_matroska_mux_loop):
7075           Require data before writing header.
7076
7077 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
7078
7079         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7080
7081         * ext/mad/gstmad.c: (gst_mad_chain):
7082           Don't call mad_stream_sync() directly after recovering sync.
7083           Fixes #151661.
7084
7085 2005-01-09  Martin Eikermann  <meiker@upb.de>
7086
7087         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7088
7089         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
7090         (snapshot_handler), (gst_snapshot_sinkconnect),
7091         (gst_snapshot_chain):
7092           Allocate resources when required, fix recursive signal emission
7093           and fix caps. Fixes #161667.
7094
7095 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7096
7097         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7098
7099         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
7100         (gst_pngdec_chain):
7101           Handle only 8-bppc (bits-per-pixel-component) images, better
7102           error handling and correct strides. Fixes #163177.
7103         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
7104         (gst_pngenc_chain):
7105           Better error handling. Fixes #163348.
7106
7107 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7108
7109         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
7110         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
7111         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
7112         (dvdnavsrc_uri_handler_init):
7113           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
7114         * gst/playback/gstplaybasebin.c: (gen_source_element):
7115           Add MMS to streaming URIs.
7116
7117 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7118
7119         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7120         * sys/xvimage/xvimagesink.c:
7121         (gst_xvimagesink_navigation_send_event):
7122           Check for pad availability before sending event.
7123
7124 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7125
7126         * gst-plugins.spec.in:
7127           Add subparse.
7128
7129 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7130
7131         * configure.ac:
7132           Since we use functions from CVS, up requirement.
7133
7134 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7135
7136         * gst/playback/Makefile.am:
7137         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7138         (group_destroy), (group_commit), (group_is_muted),
7139         (gen_preroll_element), (add_stream), (unknown_type),
7140         (probe_triggered), (preroll_unlinked), (mute_stream),
7141         (silence_stream), (new_decoded_pad), (setup_substreams),
7142         (setup_source), (get_active_source), (mute_group_type),
7143         (muted_group_change_state), (set_active_source),
7144         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7145         (play_base_eos), (gst_play_base_bin_change_state):
7146         * gst/playback/gstplaybasebin.h:
7147         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
7148         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7149         (gst_stream_info_dispose), (stream_info_mute_pad),
7150         (stream_info_change_state), (gst_stream_info_set_mute):
7151         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
7152         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
7153         (gst_stream_selector_init), (gst_stream_selector_dispose),
7154         (gst_stream_selector_get_linked_pad),
7155         (gst_stream_selector_get_caps), (gst_stream_selector_link),
7156         (gst_stream_selector_get_linked_pads),
7157         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7158         * gst/playback/gststreamselector.h:
7159           Adding stream selection support plus required properties for
7160           applications to use this. Fully fixes #100931.
7161
7162 2005-01-08  Benjamin Otte  <otte@gnome.org>
7163
7164         * gst/games/gstpuzzle.c: (nav_event_handler):
7165           - handle nav events differently: forward every event no matter if it
7166             was handled or not.
7167           - translate events
7168           You can now cheat by using navigationtest ! puzzle and moving the
7169           mouse close to the edge of a tile. ;)
7170
7171 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7172
7173         * configure.ac:
7174         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7175         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
7176         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
7177         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
7178         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
7179         (gst_ogm_parse_plugin_init):
7180         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
7181         (gst_textoverlay_link), (gst_textoverlay_getcaps),
7182         (gst_textoverlay_event), (gst_textoverlay_video_chain),
7183         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
7184         * ext/pango/gsttextoverlay.h:
7185         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7186         (gst_matroska_demux_handle_seek_event),
7187         (gst_matroska_demux_sync_streams),
7188         (gst_matroska_demux_parse_blockgroup),
7189         (gst_matroska_demux_subtitle_caps),
7190         (gst_matroska_demux_plugin_init):
7191         * gst/matroska/matroska-ids.h:
7192         * gst/playback/gstdecodebin.c: (close_pad_link):
7193         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7194         (gen_preroll_element), (remove_groups), (add_stream),
7195         (new_decoded_pad), (setup_subtitles), (gen_source_element),
7196         (setup_source):
7197         * gst/playback/gstplaybasebin.h:
7198         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
7199         * gst/subparse/Makefile.am:
7200         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
7201         (gst_subparse_base_init), (gst_subparse_class_init),
7202         (gst_subparse_init), (gst_subparse_formats),
7203         (gst_subparse_eventmask), (gst_subparse_event),
7204         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
7205         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
7206         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
7207         (parse_mpsub_deinit), (parse_mpsub_init),
7208         (gst_subparse_buffer_format_autodetect),
7209         (gst_subparse_format_autodetect), (gst_subparse_loop),
7210         (gst_subparse_change_state), (gst_subparse_type_find),
7211         (plugin_init):
7212         * gst/subparse/gstsubparse.h:
7213         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
7214         (plugin_init):
7215           Add subtitle support, .sub parser (supports SRT and MPsub),
7216           OGM text support, Matroska UTF-8 text support, deadlock fixes
7217           all over the place, subtitle awareness in decodebin/playbin
7218           and some fixes to textoverlay to handle subtitles in a stream
7219           correctly. Fixes #100931.
7220
7221 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7222
7223         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7224           Check for pad availability before doing a query on it.
7225
7226 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7227
7228         * ext/dv/gstdvdec.c:
7229           really fix bpp24/32 dvdec caps (classic rgba indeed)
7230         * gst/asfdemux/gstasfdemux.c:
7231         (gst_asf_demux_process_ext_content_desc):
7232           don't send text tags if they are empty (bis repetita)
7233
7234 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7235
7236         * ext/dv/gstdvdec.c:
7237          remove unneeded comment from dvdec
7238           (related to DV 4CC codes in AVI files)
7239           moved them in gstreamer/docs/random/mimetypes
7240         * gst/asfdemux/gstasfdemux.c:
7241         (gst_asf_demux_process_ext_content_desc):
7242          don't send text tags if they are empty
7243          fix mem leak on error path
7244         * gst/ffmpegcolorspace/avcodec.h:
7245         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7246         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7247         (gst_ffmpegcsp_avpicture_fill):
7248         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7249         * gst/ffmpegcolorspace/imgconvert_template.h:
7250          adds BGR32 and BGRA32 to ffmpegcolorspace
7251           (still bad colors, fixing it on next commit)
7252           helps with dvdec outputing BGR32
7253
7254 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7255
7256         * ext/dv/gstdvdec.c:
7257          Fix audio caps i just broke (missing ',')
7258         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7259         (gst_matroska_mux_reset):
7260          Fix typo + add FIXME about old "x-gst-metadata" crap
7261
7262 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7263
7264         * ext/dv/demo-play.c: (main):
7265          xvideosink -> xvimagesink
7266         * ext/dv/gstdvdec.c:
7267          change rgb 32/32 caps to 24/32 (no alpha)
7268          change nb of channels to be a list (2 or 4, not 2)
7269          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7270         * gst/asfdemux/gstasfdemux.c:
7271         (gst_asf_demux_process_ext_content_desc):
7272          Add 'date/year' to extracted metadata list
7273
7274 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7275
7276         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7277           The return value of fixate_to does not imply that the requested
7278           value was set, so don't assume.
7279
7280 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7281
7282         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7283
7284         * ext/libpng/gstpngdec.c:
7285         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7286         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7287         * ext/libpng/gstpngenc.h:
7288           Alpha support (encoder; #163161), mime fixage.
7289
7290 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7291
7292         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7293
7294         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7295         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7296         (gst_faac_set_property), (gst_faac_get_property):
7297         * ext/faac/gstfaac.h:
7298           Allow for ADTS output (#153434).
7299
7300 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7301
7302         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7303           Fix against template (#150576).
7304
7305 2005-01-06  Benjamin Otte  <otte@gnome.org>
7306
7307         * gst/games/gstpuzzle.c: (draw_puzzle):
7308           don't draw a puzzle if either width or height of tiles would be 0.
7309
7310 2005-01-06  Benjamin Otte  <otte@gnome.org>
7311
7312         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7313         (gst_puzzle_class_init), (gst_puzzle_finalize):
7314           no memleaks, please
7315         (gst_puzzle_create), (gst_puzzle_init),
7316         (gst_puzzle_set_property), (gst_puzzle_setup):
7317           change initialization code around so we don't reshuffle on resize
7318         (draw_puzzle):
7319           fix another stupid typo
7320
7321 2005-01-06  Benjamin Otte  <otte@gnome.org>
7322
7323         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7324           fix stupid typo that borked copying on YUY2
7325
7326 2005-01-06  Benjamin Otte  <otte@gnome.org>
7327
7328         * gst/games/gstpuzzle.c: (draw_puzzle):
7329           fix edges when image sizes aren't multiples of tile sizes
7330
7331 2005-01-06  Benjamin Otte  <otte@gnome.org>
7332
7333         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7334           make RGB endianness work correctly
7335         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7336           refactor and fix race with initial shuffling
7337         (nav_event_handler):
7338           allow using the mouse to puzzle
7339         (draw_puzzle):
7340           insist on tiles having width and height as multiples of 4 to get
7341           clean YUV image handling
7342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7343         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7344           s/DEBUG/LOG/ for common messages
7345         (gst_xvimagesink_navigation_send_event):
7346           fix mouse event translation to not include screen PAR
7347         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7348           fix mouse event translation to actually work
7349
7350 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7351
7352         * gst/asfdemux/gstasfdemux.c:
7353         (gst_asf_demux_process_ext_content_desc):
7354          Extract TrackNumber metadata + clean up code
7355         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7356          Hope this is the good fix (var used unitialised)
7357
7358 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7359
7360         * ext/faad/gstfaad.c: (gst_faad_chain):
7361           Only increment timestamp if it's valid. Fixes raw AAC streams.
7362
7363 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7364
7365         * configure.ac:
7366         * gst/games/Makefile.am:
7367         * gst/games/gstpuzzle.c:
7368           add a puzzle game with...
7369         * gst/games/gstvideoimage.c:
7370         * gst/games/gstvideoimage.h:
7371           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7372           from videotestsrc and made into something that would be a nice
7373           library for a lot of other plugins.
7374
7375 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7376
7377         * configure.ac:
7378          don't compile faad plugin if a RC of 2.0 is found
7379          Fixes #155346 (and FC1 buildbot)
7380         * gst/asfdemux/gstasfdemux.c:
7381         (gst_asf_demux_process_ext_content_desc):
7382          try to make Solaris compiler happier
7383
7384 2005-01-06  Paul Jack  <pjack@sfaf.org>
7385
7386         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7387
7388         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7389           Fix segfault (#161667).
7390
7391 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7392
7393         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7394           Fix framerate reporting.
7395
7396 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7397
7398         * gst-libs/gst/riff/riff-ids.h:
7399         * gst/wavenc/riff.h:
7400          Add AMR (VBR and CBR) ids to riff.h audio codec list
7401         * gst/asfdemux/gstasfdemux.c:
7402         (gst_asf_demux_process_ext_content_desc),
7403         (gst_asf_demux_process_object):
7404           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7405
7406 2005-01-05  Martin Eikermann  <meiker@upb.de>
7407
7408         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7409
7410         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7411         (gst_dvd_demux_handle_discont):
7412         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7413         (gst_mpeg_demux_handle_discont):
7414           Recreate pads on new-media (#160730).
7415         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7416           Send discont even if manager changes timestamps (#161929).
7417
7418 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7419
7420         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7421
7422         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7423           Fix invalid memory access (#159211).
7424
7425 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7426
7427         * examples/gstplay/player.c: (main):
7428           Don't iterate.
7429         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7430           Add visualizations.
7431         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7432         (gst_a52dec_handle_frame):
7433           Set duration.
7434         * ext/dvdnav/gst-dvd:
7435           Add audioconvert. Fixes #161325.
7436         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7437           Explicitely case to gint64. Possible valgrind error.
7438         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7439         (gst_play_tick_callback), (gst_play_change_state),
7440         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7441         (gst_play_set_location), (gst_play_get_location),
7442         (gst_play_seek_to_time), (gst_play_set_data_src),
7443         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7444         (gst_play_set_visualization), (gst_play_connect_visualization),
7445         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7446         (gst_play_new):
7447           Use playbin. Fixes #139749 and #147744.
7448         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7449           Add genre tag.
7450         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7451         (audioscale_get_type), (gst_audioscale_base_init),
7452         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7453         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7454         (gst_audioscale_link), (gst_audioscale_get_buffer),
7455         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7456         (gst_audioscale_init), (gst_audioscale_dispose),
7457         (gst_audioscale_chain), (gst_audioscale_set_property),
7458         (gst_audioscale_get_property), (plugin_init):
7459           Indent properly.
7460         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7461           Fix LPCM.
7462         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7463         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7464         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7465           Add more metadata (fixes #162656).
7466
7467 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7468
7469         * configure.ac:
7470           back to cvs
7471
7472 === release 0.8.7 ===
7473
7474 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7475
7476         * NEWS:
7477         * RELEASE:
7478         * configure.ac:
7479           releasing 0.8.7, "Hyperspace"
7480
7481 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7482
7483         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7484
7485         * gst/playback/gstplaybasebin.c:
7486          Fix for #162924 - free caps after use, not before
7487
7488 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7489
7490         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7491
7492         * gst/playback/gstplaybasebin.c:
7493         * gst/wavparse/gstwavparse.c:
7494           Fix for #154773 - fixes playback of small .wav files
7495
7496 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7497
7498         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7499
7500         * gst/audioscale/gstaudioscale.c:
7501           Fix for #162819 - make audioscale reusable
7502           Fixes playback of more than one file with playbin/totem
7503
7504 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7505
7506         * gst/ffmpegcolorspace/avcodec.h:
7507         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7508         * gst/ffmpegcolorspace/imgconvert.c:
7509           clean up the mess that made me cry and avoid needless duplication
7510
7511 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7512
7513         * gst/ffmpegcolorspace/imgconvert.c:
7514           give some indication of why we're segfaulting
7515
7516 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7517
7518         * configure.ac:
7519           Fix indentation, fix v4l2 plugin detection.
7520         * ext/Makefile.am:
7521           Fix libmms location (Maciej, use diff -u!).
7522         * ext/alsa/gstalsa.c: (gst_alsa_init):
7523           Initialize caps cache to NULL.
7524         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7525           Only change state on audiosink if it exists.
7526
7527 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7528
7529         * gst/matroska/matroska-demux.c:
7530         * gst/matroska/matroska-ids.h:
7531         * gst/matroska/matroska-demux.h:
7532         Fix Vorbis streams failing to decode in some files, where cluster_time
7533         isn't 0, because then it doesn't send codec_priv before actual data.
7534         Remove time-based test and replace it with marker set on beginning of
7535         new stream
7536
7537 2004-12-28  David Schleef  <ds@schleef.org>
7538
7539         Merge patch from Ronald fixing problems with streaming
7540         text.
7541         * ext/cairo/gstcairo.c: (plugin_init):
7542         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7543         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7544         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7545         (gst_textoverlay_font_init), (gst_textoverlay_init),
7546         (gst_textoverlay_set_property):
7547         * ext/cairo/gsttextoverlay.h:
7548
7549 2004-12-27  David Schleef  <ds@schleef.org>
7550
7551         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7552         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7553         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7554         (gst_textoverlay_font_init), (gst_textoverlay_init),
7555         (gst_textoverlay_set_property): Improvements to actually
7556         render text as white on black outline on video, including
7557         font selection and horizontal/vertical alignment.  (Ronald's
7558         christmas present)
7559         * ext/cairo/gsttextoverlay.h:
7560
7561 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7562
7563         * ext/ogg/gstogg.c:
7564         * ext/ogg/gstogmparse.c:
7565           fix ogm[audio/video]parse plugin registration
7566           (riff won't load if bytestream is already loaded)
7567
7568 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7569
7570         * gst/audioconvert/gstchannelmix.c:
7571           fix for GLIB < 2.4
7572
7573 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7574
7575         * Makefile.am:
7576         * configure.ac:
7577           disable docs again until it actually passes make distcheck.
7578
7579 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7580
7581         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
7582         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7583         (plugin_init):
7584           Add 3GP (variables name Q3GP because they can't start with a
7585           number). Add samr audio fourcc (used in .3gp files), decoder
7586           is work in progress. Also do a GST_WARNING instead of ERROR
7587           in case of unknown nodes, to decrease output.
7588
7589 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7590
7591         * Makefile.am:
7592           really fix dist
7593
7594 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7595
7596         * configure.ac:
7597         * ext/speex/gstspeexdec.h:
7598         * ext/speex/gstspeexenc.h:
7599           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
7600           Fix detection code in configure.ac
7601
7602 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7603
7604         * gst/matroska/matroska-demux.c:
7605         (gst_matroska_demux_parse_blockgroup):
7606           Save position, so that queries give proper return values. Don't
7607           know how this could ever have worked before...
7608
7609 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7610
7611         * configure.ac:
7612           Put additional LAME check inside the conditional.  Fixes #152339
7613
7614 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7615
7616         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7617         (gst_avi_demux_stream_scan):
7618           Add some more debug. Fix logic error when setting movi offset
7619           while reading index.
7620
7621 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7622
7623         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7624         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
7625         (gst_avi_demux_process_next_entry):
7626           Add some debugging. Better detection of broken indexes and the
7627           accompanying index recovery. No infinite loops on state changes
7628           when we're still in our loopfunction.
7629
7630 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7631
7632         * configure.ac:
7633           Fix up.
7634
7635 2004-12-22  Archana Shah  <archana.shah@wipro.com>
7636
7637         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7638
7639         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
7640           Normalizing the value before setting
7641         (gst_sunaudiomixer_get_volume):
7642           Normalizing the value after getting. Fixes bug# 161980
7643
7644 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7645
7646         * Makefile.am: Make sure docs gets disted
7647         * docs/Makefile.am: Make sure all needed files get disted
7648         * gst-plugins.spec.in: latest updates
7649
7650 2004-12-22  Wim Taymans  <wim@fluendo.com>
7651
7652         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7653         Revert patch 1.38 as clock distribution over schedulers does
7654         not work correcly in the core yet.
7655
7656 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7657
7658         * sys/oss/README: remove this file, which predates my birth
7659           (and which content is by far outdated)
7660
7661 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
7662
7663         * Makefile.am:
7664         * configure.ac:
7665         * docs/Makefile.am:
7666         * docs/libs/Makefile.am:
7667         * docs/libs/gst-plugins-libs-docs.sgml:
7668         * docs/libs/gst-plugins-libs-sections.txt:
7669         * docs/libs/tmpl/gstgconf.sgml:
7670         * docs/upload.mak:
7671         * docs/version.entities.in:
7672           Added boilerplate gtk-doc files for plugin-libs documentation.
7673
7674 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7675
7676         * gst/auparse/gstauparse.c: fix int and float audio caps
7677
7678 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7679
7680         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7681         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
7682           g_assert() can be a macro, don't use #ifdef inside it.
7683
7684 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
7685
7686         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7687
7688         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
7689         (gst_videorate_init), (gst_videorate_chain),
7690         (gst_videorate_change_state):
7691           Event handling (fixes #159986).
7692
7693 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7694
7695         * gst-libs/gst/riff/riff-media.c:
7696         (gst_riff_create_video_caps_with_data):
7697           Add BLZ0 (Blizzard's version of DivX) fourcc.
7698
7699 2004-12-18  David Schleef  <ds@schleef.org>
7700
7701         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
7702         portability fix.
7703
7704 2004-12-18  David Schleef  <ds@schleef.org>
7705
7706         * gst/tta/ttadec.h: Disable some header code that isn't used
7707         and clearly isn't portable.
7708
7709 2004-12-18  David Schleef  <ds@schleef.org>
7710
7711         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
7712         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
7713         (avcodec_get_pix_fmt), (avpicture_layout),
7714         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
7715         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
7716         Fix code to not use GCC extensions (and c99 extensions that
7717         Forte does not like.)
7718
7719 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7720
7721         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7722
7723         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
7724         (gst_deinterlace_chain):
7725           Rowstride fixes. Fixes #161039.
7726         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
7727         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
7728         (gst_video_crop_getcaps), (gst_video_crop_link),
7729         (gst_video_crop_i420), (gst_video_crop_chain),
7730         (gst_video_crop_change_state):
7731           Rework of negotiation. Actually works now. Fixes #158650.
7732
7733 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7734
7735         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
7736           That was very stupid.
7737
7738 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7739
7740         * gst/matroska/matroska-demux.c:
7741         (gst_matroska_demux_parse_blockgroup):
7742           Fix possible crasher.
7743
7744 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7745
7746         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
7747         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
7748           Lace sizes can be zero.
7749
7750 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7751
7752         * ext/musepack/gstmusepackdec.cpp:
7753           Fetch error return values. Fixes #161624.
7754         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7755           Really EOS.
7756
7757 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7758
7759         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7760           Work for truncated (unfinished download etc.) files. Fixes #160514.
7761
7762 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7763
7764         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7765           Fix for integer overflow. Makes #156001 not crash. Probably masks
7766           the real bug.
7767
7768 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7769
7770         * gst/ac3parse/gstac3parse.c: (plugin_init):
7771           Parsers never have ranks. Fixes #159651.
7772
7773 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7774
7775         * gst/playback/gstdecodebin.c: (compare_ranks):
7776           make sure the facotries are ordered the same every time even if they
7777           have the same rank by using the name
7778         * gst/playback/gstdecodebin.c: (find_compatibles):
7779           make sure we don't add factories to the list twice
7780
7781 2004-12-16  David Schleef  <ds@schleef.org>
7782
7783         * configure.ac: look for musepack headers as musepack/*.h
7784         (fixes #159847)
7785         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
7786         * ext/musepack/gstmusepackreader.h: same
7787
7788 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7789
7790         * gst-libs/gst/riff/riff-read.c:
7791         (gst_riff_read_strf_auds_with_data):
7792           Read extradata correctly (fixes #155879).
7793
7794 2004-12-16  David Schleef  <ds@schleef.org>
7795
7796         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
7797         audio.  does _not_ attempt or allow conversion unless channels
7798         is 1 or 2.
7799
7800 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7801
7802         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
7803
7804 2004-12-16  David Schleef  <ds@schleef.org>
7805
7806         * gst/audioscale/gstaudioscale.c: the resample library only
7807         handles 1 or 2 channels.  Change caps to compensate.
7808
7809 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7810
7811         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
7812         (gst_matroska_demux_audio_caps):
7813           Some MPEG-AAC hacks, because else it doesn't work...
7814
7815 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7816
7817         * gst-libs/gst/riff/riff-media.c:
7818         (gst_riff_create_video_caps_with_data),
7819         (gst_riff_create_video_template_caps):
7820           Add h264.
7821
7822 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7823
7824         * gst-libs/gst/audio/Makefile.am:
7825           Try to fix buildbot.
7826
7827 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7828
7829         * gst/tcp/gstmultifdsink.c:
7830           Clean up and uniformize debugging.
7831
7832 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
7833
7834         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7835
7836         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7837         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
7838         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
7839         (gst_mpeg_demux_change_state):
7840           Reset on ready. Fixes 160276.
7841
7842 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
7843
7844         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7845
7846         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7847         (gst_ffmpegcsp_pad_link):
7848           Fix memleak (#154815).
7849
7850 2004-12-16  James Bowes  <bowes@cs.dal.ca>
7851
7852         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7853
7854         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
7855         (gst_musicbrainz_init), (gst_musicbrainz_chain),
7856         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
7857         * ext/musicbrainz/gsttrm.h:
7858           Add support for using a proxy server when getting a trm id from
7859           the MusicBrainz database (#149613).
7860
7861 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
7862
7863         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7864
7865         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
7866         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
7867           Fix memleaks (#157233).
7868
7869 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
7870
7871         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7872
7873         * gst-libs/gst/resample/resample.c: (gst_resample_close):
7874         * gst-libs/gst/resample/resample.h:
7875         * gst/audioscale/gstaudioscale.c:
7876           Fix memleak (#159215).
7877
7878 2004-12-16  Toni Willberg  <toniw@iki.fi>
7879
7880         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7881
7882         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
7883         * sys/oss/oss_probe.c: (main):
7884           Check for mono/stereo support (similar to samplerate probing),
7885           fixes #159433. Also add missing copyright header to oss_probe.c.
7886
7887 2004-12-15  David Schleef  <ds@schleef.org>
7888
7889         * configure.ac: add audioresample and cairo plugins.  Remove
7890         HAVE_MMX stuff, because it's not used.
7891         * ext/Makefile.am: same
7892         * ext/audioresample/Makefile.am: You are not ready for an
7893         audio resampling element based on audioresample.
7894         * ext/audioresample/gstaudioresample.c:
7895         * ext/audioresample/gstaudioresample.h:
7896         * ext/cairo/Makefile.am: You are not ready for overlay elements
7897         based on cairo.  Don't look too closely, these elements kinda
7898         suck right now.
7899         * ext/cairo/gstcairo.c: new
7900         * ext/cairo/gsttextoverlay.c: new
7901         * ext/cairo/gsttextoverlay.h: new
7902         * ext/cairo/gsttimeoverlay.c: new
7903         * ext/cairo/gsttimeoverlay.h: new
7904         * gst-libs/gst/media-info/media-info-priv.h: fix compile
7905         problem with compilers that don't support variadic macros.
7906
7907 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
7908
7909         Reviewed by:  David Schleef  <ds@schleef.org>
7910
7911         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
7912         Bala, registering sunaudiosrc (oops!), and cleaning up code a
7913         bit.  Also ran indent-gst.
7914         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
7915         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
7916         (gst_sunaudiosrc_setparams):
7917
7918 2004-12-14  David Schleef  <ds@schleef.org>
7919
7920         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
7921         output rate to 16000.  Should fix #160235.
7922
7923 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7924
7925         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7926         Add typefinding for mpeg2 pes streams
7927
7928 2004-12-13  David Schleef  <ds@schleef.org>
7929
7930         * configure.ac:  Applied patch from bug #143659, making default
7931         sources and sinks OS-dependent (for Solaris), and added code
7932         for OS/X.
7933         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
7934
7935 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7936
7937         * gst-libs/gst/riff/riff-media.c:
7938           forgot to add h2.64 to avidemux template caps
7939
7940 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7941
7942         * gst/wavenc/riff.h:
7943         * gst-libs/gst/riff/riff-media.c:
7944         * gst-libs/gst/riff/riff-ids.h:
7945         * gst/avi/gstavimux.c
7946         add 4CC code for VideoSoft h264 in AVI (VSSH)
7947           fixes bug #160655
7948         remove s323 from riff, it's quicktime specific :(
7949
7950 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7951
7952         * gst/asfdemux/README
7953         * gst/wavenc/riff.h
7954         * gst-libs/gst/riff/riff-ids.h
7955         * gst-libs/gst/riff/riff-media.c
7956         * gst/qtdemux/qtdemux.c:
7957           add new 4CC codes for h263 related codecs
7958           fixes partially bug #155163
7959
7960 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
7961
7962         * configure.ac: Update polyaudio requirement to 0.7
7963         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
7964
7965 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7966
7967         * gst/interleave/deinterleave.c:
7968         fix my name's spelling! :)
7969
7970 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7971
7972         * AUTHORS ChangeLog
7973         * gst/auparse/gstauparse.c
7974         * gst/interleave/deinterleave.c
7975         * gst/law/:
7976                 alaw-decode.c alaw-encode.c
7977                 mulaw-decode.c mulaw-encode.c
7978         * gst/oneton/gstoneton.c
7979         * sys/osxaudio/:
7980                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
7981         * sys/osxvideo/:
7982                 cocoawindow.h cocoawindow.m
7983                 osxvideosink.h osxvideosink.m
7984
7985         put the same mail address for Zaheer Abbas Merali everywhere
7986
7987 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7988
7989         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
7990           Align by packetsize, and assert that we a packet available before
7991           playing. The first makes webstreams work (they often include
7992           trailing padding data in a packet), the second allows pausing a
7993           ASF stream in totem without getting demux errors afterwards.
7994
7995 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7996
7997         * ext/ogg/gstoggdemux.c: (get_relative):
7998           Check for non-NULL before accessing member (end-of-chain).
7999
8000 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8001
8002         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8003         (cdparanoia_set_property), (cdparanoia_get_property):
8004         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
8005         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
8006         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8007         (dvdreadsrc_init), (dvdreadsrc_set_property),
8008         (dvdreadsrc_get_property):
8009         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
8010         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
8011           Synchronize property names where not yet the case. Devices are
8012           now device=X, other versions are deprecated (but still exist).
8013           Also use g_free() unconditionally.
8014         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8015         (setup_source), (gst_play_base_bin_get_property):
8016           Expose source.
8017
8018 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8019
8020         * configure.ac: move GCONF macro outside conditional for the am
8021           conditional. Fixes #160439
8022
8023 2004-12-08  David Schleef  <ds@schleef.org>
8024
8025         * tools/gst-visualise-m.m: Switch to elements that currently
8026         exist.
8027
8028 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8029
8030         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8031           We love wrong commas.
8032
8033 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8034
8035         * gst/matroska/matroska-demux.c:
8036         (gst_matroska_demux_handle_src_query):
8037           Don't set DEFAULT, unsupported - makes length display incorrectly
8038           in some cases.
8039
8040 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8041
8042         * gst/monoscope/README: remove blurb about files being GPL
8043         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
8044         * gst/monoscope/monoscope.c: Change license to BSD with explanation
8045           monoscope is now effectively LGPL licensed
8046
8047 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8048
8049         * gst/monoscope/README: Update information to be more correct
8050         * gst/monoscope/convolve.c: Relicense to LGPL
8051         * gst/monoscope/convolve.h: Relicense to LGPL
8052
8053 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
8054
8055         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8056           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
8057         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
8058           set default_duration for mpeg1 audio
8059
8060 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8061
8062         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
8063         * ext/alsa/gstalsa.h:
8064           refactor big chunks of the core caps negotiation code to make it
8065           a lot faster, because people claim it's really slow
8066           (actually, just cache the getcaps when the device is opened)
8067
8068 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8069
8070         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
8071         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
8072         (gst_a52dec_handle_frame), (gst_a52dec_chain),
8073         (gst_a52dec_change_state), (plugin_init):
8074         * ext/a52dec/gsta52dec.h:
8075           Do something useful with timestamps. Make chain-based (since
8076           there's really no reason to be loopbased).
8077         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8078           Update current_byte/frame correctly.
8079
8080 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8081
8082         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
8083         (gst_ape_demux_stream_init):
8084           Forward tags, too.
8085
8086 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8087
8088         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
8089           Let's make sure we're done typefinding when detecting tags.
8090
8091 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8092
8093         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
8094         (gst_ebml_read_init), (gst_ebml_read_use_event),
8095         (gst_ebml_read_element_id), (gst_ebml_peek_id),
8096         (gst_ebml_read_seek), (gst_ebml_read_skip),
8097         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
8098         (gst_ebml_read_master):
8099         * gst/matroska/ebml-read.h:
8100         * gst/matroska/matroska-demux.c:
8101         (gst_matroska_demux_parse_contents),
8102         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
8103           Disgustingly evil hack for working around INTERRUPT events and
8104           their extremely annoying habit of being a pain in the ass. We
8105           simply peek a cluster before reading any of it.
8106
8107 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8108
8109         * ext/musepack/gstmusepackdec.cpp:
8110           There's also floating point libmusepacks.
8111
8112 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8113
8114         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
8115         (gst_faad_chanpos_to_gst), (gst_faad_chain):
8116           Set DURATION even if source buffer didn't. Also use increasing
8117           timestamps.
8118         * gst-libs/gst/riff/riff-media.c:
8119         (gst_riff_create_audio_caps_with_data):
8120           Block_align can have larger values than 8192.
8121
8122 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8123
8124         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
8125         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
8126         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
8127         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
8128           Fix caps.
8129
8130 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8131
8132         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
8133           Fix logic bug.
8134
8135 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8136
8137         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8138           Yay, another one.
8139
8140 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8141
8142         * ext/esd/esdsink.c: (gst_esdsink_chain):
8143           Make error actually say something useful (fixes #156798).
8144         * gst-libs/gst/riff/riff-media.c:
8145         (gst_riff_create_video_caps_with_data),
8146         (gst_riff_create_video_template_caps):
8147           Add Intel Video 5.0 fourcc (IV50).
8148
8149 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
8150
8151         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
8152         detection on mono and stereo mp3 files.
8153
8154 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8155
8156         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8157           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
8158           the contained stream).
8159
8160 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8161
8162         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
8163           Oops, remove debug.
8164
8165 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8166
8167         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8168
8169         * gst/law/alaw-decode.c: (alawdec_getcaps):
8170         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8171           Prevent warnings when negotiating caps (fixes #159338).
8172
8173 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8174
8175         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8176         (gst_ffmpegcsp_chain):
8177           Remove old leftover that shouldn't be there...
8178
8179 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8180
8181         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8182
8183         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
8184           Don't forward DISCONT events (fixes #159684).
8185
8186 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8187
8188         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
8189           Unlink manually since sometimes bin disposal (and therefore
8190           pad unlinking) is delayed, which will cause a new media file
8191           to not be able to start playing instantly.
8192
8193 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8194
8195         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
8196           On mute of an unlinked stream, check for pad availability so
8197           we don't crash on unlinked pad.
8198
8199 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8200
8201         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8202         (gst_avi_demux_massage_index):
8203           Fix quite humiliating bug in omitting 0-sized index chunks but
8204           forgetting to count them for timestamps.
8205
8206 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8207
8208         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8209           Actually leave the loop if we failed to sync. Don't crash.
8210
8211 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8212
8213         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
8214         (gst_dvd_demux_process_private):
8215         * gst/mpegstream/gstdvddemux.h:
8216           Fix crash (#159759). Doesn't work, though. :-(.
8217
8218 2004-11-28  Benjamin Otte  <otte@gnome.org>
8219
8220         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8221           more overwriting protection due to modifying channels one by one
8222           instead of all at once
8223
8224 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8225
8226         * gst/audioconvert/gstchannelmix.c:
8227         (gst_audio_convert_fill_normalize):
8228           Normalize using absolute values.
8229
8230 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8231
8232         * configure.ac:
8233         * ext/Makefile.am:
8234         * ext/directfb/Makefile.am:
8235         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8236         (gst_directfbvideosink_get_pixel_format),
8237         (gst_directfbvideosink_get_format_from_fourcc),
8238         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8239         (gst_directfbvideosink_sink_link),
8240         (gst_directfbvideosink_change_state),
8241         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8242         (gst_directfbvideosink_buffer_alloc),
8243         (gst_directfbvideosink_interface_supported),
8244         (gst_directfbvideosink_interface_init),
8245         (gst_directfbvideosink_navigation_send_event),
8246         (gst_directfbvideosink_navigation_init),
8247         (gst_directfbvideosink_set_property),
8248         (gst_directfbvideosink_get_property),
8249         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8250         (gst_directfbvideosink_base_init),
8251         (gst_directfbvideosink_class_init),
8252         (gst_directfbvideosink_get_type), (plugin_init):
8253         * ext/directfb/directfbvideosink.h: Adding a first version of
8254         directfbvideosink.
8255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8256         more.
8257
8258 2004-11-28  Benjamin Otte  <otte@gnome.org>
8259
8260         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8261           walk the samples backwards if out_channels > in_channels so we don't
8262           overwrite data
8263
8264 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8265
8266         * gst/audioconvert/Makefile.am:
8267         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8268         (gst_audio_convert_link), (gst_audio_convert_change_state),
8269         (gst_audio_convert_channels):
8270         * gst/audioconvert/gstchannelmix.c:
8271         (gst_audio_convert_unset_matrix),
8272         (gst_audio_convert_fill_identical),
8273         (gst_audio_convert_fill_compatible),
8274         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8275         (gst_audio_convert_fill_others),
8276         (gst_audio_convert_fill_normalize),
8277         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8278         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8279         * gst/audioconvert/gstchannelmix.h:
8280           Implement a channel mixer.
8281
8282 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8283
8284         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8285         * ext/alsa/gstalsa.h:
8286         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8287         Make alsasink actually honor gst_element_set_clock and use that
8288         clock instead of its internal one.
8289
8290 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8291
8292         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8293         (gst_play_base_bin_change_state): nullify source and decoder when
8294         going from READY to NULL so that we don't try to do weird stuff with
8295         them when going from NULL to READY
8296         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8297         instead of g_object_unref
8298         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8299         it should be correct
8300         (gst_play_bin_change_state): don't call remove_sinks if we are
8301         currently disposing the object
8302
8303 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8304
8305         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8306           Don't forget bass if it's there. Else left channel is silent...
8307
8308 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8309
8310         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8311         (gst_a52dec_change_state):
8312           Don't do sample adjusting anymore, we use float audio now.
8313         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8314           Don't fixate to non-existing properties.
8315
8316 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8317
8318         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8319         (gst_a52dec_change_state):
8320           Advertise that we can do surround sound.
8321
8322 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8323
8324         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8325           Add buffer-frames=0.
8326         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8327         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8328         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8329         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8330         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8331         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8332         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8333         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8334         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8335         * ext/dvdread/dvdreadsrc.h:
8336           Add seeking, querying for bytes, sectors, title, angle and
8337           chapter. Handle multiple chapters. Relicense to LGPL because
8338           Billy agreed on that (thanks Billy!).
8339
8340 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8341
8342         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8343         call parent dispose method
8344
8345 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8346
8347         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8348         (gst_audio_clock_get_internal_time):
8349         Fix active <-> inactive transitions: ensure time value always
8350         grows and avoid abrupt value changes.
8351
8352 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8353
8354         * configure.ac:
8355         * gst/tta/Makefile.am:
8356         * gst/tta/crc32.h:
8357         * gst/tta/filters.h:
8358         * gst/tta/gsttta.c:
8359         * gst/tta/gstttadec.c:
8360         * gst/tta/gstttadec.h:
8361         * gst/tta/gstttaparse.c:
8362         * gst/tta/gstttaparse.h:
8363         * gst/tta/ttadec.h:
8364           added TTA parser and decoder
8365
8366 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8367
8368         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8369         (probe_triggered), (check_queue), (buffer_underrun),
8370         (buffer_running), (buffer_overrun), (gen_source_element),
8371         (setup_source):
8372         * gst/playback/gstplaybasebin.h:
8373           Implement buffering. Needs some more work.
8374
8375 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8376
8377         * ext/theora/theoradec.c: (theora_dec_chain):
8378           Fix ilog mask range overflow.
8379
8380 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8381
8382         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8383           Don't omit the last (which in case of dmix is the only :) )
8384           channel count. Don't set channels if <= 2.
8385
8386 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8387
8388         * gst/playback/gstplaybin.c: (gen_video_element),
8389         (gen_audio_element): Removed 2 obsolete comments
8390
8391 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8392
8393         * ext/vorbis/oggvorbisenc.c
8394         * ext/vorbis/vorbisenc.c :
8395           change description fields of those plugins to differentiate them
8396           (pitivi show Encoders by description, they had the same one)
8397
8398 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8399
8400         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8401
8402         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8403         (gst_play_bin_set_property), (gen_video_element),
8404         (gen_audio_element):
8405           Refcounting fixes for provided audio-/videosinks.
8406
8407 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8408
8409         * gst/playback/gstplaybin.c: (gen_video_element),
8410         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8411           Don't reference all sinks, but only the video- and audiosinks.
8412           The vis. element should be disposed when we're done with it.
8413           We don't have any reason to keep it around. This fixes warnings
8414           when reusing playbin for playing multiple audio files with
8415           vis. enabled. Also release audio device on pause - idea stolen
8416           from Rhythmbox.
8417
8418 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8419
8420         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8421         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8422         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8423         * ext/alsa/gstalsaplugin.c: (plugin_init):
8424         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8425         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8426         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8427         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8428         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8429         (gst_faad_change_state), (plugin_init):
8430         * ext/faad/gstfaad.h:
8431         * ext/vorbis/vorbis.c: (plugin_init):
8432         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8433         * gst-libs/gst/audio/Makefile.am:
8434         * gst-libs/gst/audio/audio.c: (plugin_init):
8435         * gst-libs/gst/audio/multichannel.c:
8436         (gst_audio_check_channel_positions),
8437         (gst_audio_get_channel_positions),
8438         (gst_audio_set_channel_positions),
8439         (gst_audio_set_structure_channel_positions_list),
8440         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8441         (gst_audio_fixate_channel_positions):
8442         * gst-libs/gst/audio/multichannel.h:
8443         * gst-libs/gst/audio/testchannels.c: (main):
8444         * gst/audioconvert/gstaudioconvert.c:
8445         (gst_audio_convert_class_init), (gst_audio_convert_init),
8446         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8447         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8448         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8449         * gst/audioconvert/plugin.c: (plugin_init):
8450           Surround sound support.
8451
8452 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8453
8454         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8455           Fix position for discont if we're close as well. Nitpicking, but
8456           saves a few milliseconds of extra waiting or skipping.
8457
8458 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8459
8460         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8461           We sometimes need parsers for playback, so add those too.
8462
8463 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8464
8465         * configure.ac:
8466         * gst/apetag/Makefile.am:
8467         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8468         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8469         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8470         (gst_ape_demux_get_src_query_types),
8471         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8472         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8473         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8474         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8475         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8476         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8477         (gst_ape_demux_change_state):
8478         * gst/apetag/apedemux.h:
8479         * gst/apetag/apetag.c: (plugin_init):
8480         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8481         (plugin_init):
8482           APE v1/2 tag reader plus typefind function.
8483
8484 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8485
8486         * configure.ac:
8487         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8488         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8489           Remove hacks for older core. Require newer core version
8490           accordingly.
8491
8492 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8493
8494         * gst/cdxaparse/Makefile.am:
8495         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8496         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8497         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8498         * gst/cdxaparse/gstcdxaparse.h:
8499         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8500         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8501         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8502         (gst_cdxastrip_get_src_query_types),
8503         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8504         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8505         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8506         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8507         * gst/cdxaparse/gstcdxastrip.h:
8508           SVCD/VCD header stripping separated from CDXA image parsing.
8509         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8510         (plugin_init):
8511           Add VCD/SVCD header typefinding for VCD/SVCD.
8512         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8513         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8514         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8515         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8516         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8517         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8518         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8519         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8520         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8521         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8522         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8523         * sys/vcd/vcdsrc.h:
8524           Fix up, add seeking, querying, URI interface. Works in totem now.
8525
8526 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8527
8528         * configure.ac:
8529           back to CVS
8530
8531 === release 0.8.6 ===
8532
8533 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8534
8535         * NEWS:
8536         * RELEASE:
8537         * configure.ac:
8538         * po/af.po:
8539         * po/az.po:
8540         * po/cs.po:
8541         * po/en_GB.po:
8542         * po/hu.po:
8543         * po/it.po:
8544         * po/nb.po:
8545         * po/nl.po:
8546         * po/or.po:
8547         * po/sq.po:
8548         * po/sr.po:
8549         * po/sv.po:
8550         * po/uk.po:
8551           releasing 0.8.6, "IOU Love"
8552
8553 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8554
8555         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8556
8557         * gst/playback/gstplaybasebin.c:
8558           Fix unplayable files error handling.  Fixes #158365
8559
8560 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8561
8562         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8563
8564         * gst/typefind/gsttypefindfunctions.c:
8565           Fix broken mp3 typefinding.  Fixes #158375
8566
8567 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8568
8569         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8570
8571         * ext/ogg/gstoggdemux.c:
8572           Fix sync on broken files.  Fixes #158976
8573
8574 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8575
8576         patch by: Edward Hervey <bilboed@bilboed.com>
8577
8578         * ext/libpng/gstpngenc.c:
8579           Copy over buffer properties.  Fixes #158832
8580
8581 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8582
8583         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
8584
8585         * ext/dvdread/dvdreadsrc.c:
8586           Fixes invalid reads (#158462)
8587
8588 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8589
8590         * sys/v4l/gstv4lsrc.c:
8591         * sys/v4l/gstv4lsrc.h:
8592         * sys/v4l/v4lsrc_calls.c:
8593           Probe less and cache it.  Fixes #159187.
8594
8595 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8596
8597         * gst/videorate/gstvideorate.c:
8598           Handle all video formats. Fixes #159186.
8599
8600 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
8601         * gst/synaesthesia/gstsynaesthesia.c:
8602         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
8603         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
8604         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
8605         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
8606         (gst_synaesthesia_change_state), (plugin_init):
8607         Fix up synaesthesia to work under different samplerates/ buffer sizes.
8608         Force 320x200 output, as that's the only thing the underlying
8609         synaesthesia implementation supports. Still needs to be made
8610         re-entrant.
8611
8612 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8613
8614         * configure.ac:
8615           Fix mpeg2enc configure check (similar to mplex check below).
8616
8617 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
8618
8619         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8620
8621         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8622           Fix for gcc-2.95 (fixes #158221).
8623
8624 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8625
8626         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8627           Re-add clock distribution hack (until new core is released).
8628           Fixes #158125.
8629
8630 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
8631         * configure.ac:
8632           fix mplex configure check segfaulting on some systems (bug #140994)
8633
8634 2004-11-13  Benjamin Otte  <otte@gnome.org>
8635
8636         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
8637           add debugging
8638         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8639           do a wait when we enter the loop func with no data available to
8640           write instead of getting into an 100% CPU loop by just returning and
8641           being called again by the scheduler
8642
8643 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
8644
8645         * configure.ac:
8646         * ext/libvisual/visual.c: (gst_visual_get_type),
8647         (libvisual_log_handler), (gst_visual_getcaps),
8648         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
8649         (plugin_init):
8650           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
8651         * ext/smoothwave/Makefile.am:
8652         * ext/smoothwave/demo-osssrc.c: (main):
8653         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
8654         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
8655         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
8656         (plugin_init):
8657         * ext/smoothwave/gstsmoothwave.h:
8658           Make gstsmoothwave a working element in the 20th century.
8659
8660         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
8661           Fix incorrect link function
8662
8663 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8664
8665         * gst/volume/gstvolume.c:
8666           Allow buffer-frames=0.
8667
8668 2004-11-12 Iain <iaingnome@gmail.com>
8669
8670         * configure.ac: Check for polypaudio
8671
8672         * ext/Makefile.am: Build the polyp dir
8673
8674         * ext/polyp: The polypsink sources.
8675
8676 2004-10-30 Iain <iaingnome@gmail.com>
8677
8678         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
8679         caps to reflect the new number of channels.
8680
8681 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8682
8683         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8684           Fix for negotiation order problem. This would show when the
8685           ALSA loopfuction was called before any other function. ALSA
8686           wouldn't do anything because we're not negotiated yet, leading
8687           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
8688
8689 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8690
8691         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8692
8693         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8694           No warnings (#157986).
8695
8696 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8697
8698         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8699           Prefer apev1/2 and id3v1 (at end of file) over musepack.
8700
8701 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8702
8703         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
8704           Signal no-more-pads (so it works in playbin).
8705
8706 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8707
8708         * ext/musepack/gstmusepackreader.cpp:
8709           Workaround for older core.
8710
8711 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8712
8713         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
8714           Actually test for odd width/height rather than testing whether
8715           a temporary variable that was 0 before we subtracted 1 is now
8716           not equal to zero (which it always is).
8717
8718 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8719
8720         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8721         Fix compilation if HAVE_XVIDEO is not defined
8722
8723 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8724
8725         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8726         Fix compilation if HAVE_XVIDEO is not defined
8727
8728 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
8729
8730         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
8731         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
8732         (gst_goom_change_state), (plugin_init):
8733         Use the bytestream adapter so goom doesn't depend on the input
8734         buffer size.
8735         Add a debug category
8736
8737 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8738
8739         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
8740           Only set hardware parameters *after* negotiation. Before
8741           negotiation, it will set ANY and that seems to cause crashes
8742           (see e.g. #151288, #153227).
8743
8744 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8745
8746         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
8747           This seems to be antique leftover. It needs to pass error
8748           checking.
8749         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
8750         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
8751         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
8752         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
8753           Fix GstXOverlay implementation (#151059).
8754
8755 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8756
8757         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8758           Don't assert (#157853).
8759
8760 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8761
8762         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
8763           Fix bytes/samples confustion.
8764         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
8765           Fix for underrun (#144389).
8766
8767 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8768
8769         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8770           Disable halfway-seek for pending release (since it needs a new
8771           core release).
8772
8773 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8774
8775         * sys/v4l/gstv4lsrc.c:
8776         * sys/v4l/gstv4lsrc.h:
8777         * sys/v4l/v4lsrc_calls.c:
8778           add autoprobe-fps property so we can separate autoprobing parts
8779
8780 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8781
8782         * sys/v4l/gstv4lsrc.c:
8783         * sys/v4l/v4lsrc_calls.c:
8784         initialise fourcc to catch unset fourcc's, and debug
8785
8786 2004-11-09  Wim Taymans  <wim@fluendo.com>
8787
8788         * gst/playback/README:
8789         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8790         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8791         (gst_play_bin_dispose), (gst_play_bin_set_property),
8792         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
8793         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
8794         (gst_play_bin_get_formats), (gst_play_bin_convert),
8795         (gst_play_bin_get_query_types), (gst_play_bin_query):
8796         Cleanups and some more documentation.
8797
8798 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
8799
8800         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
8801         (gst_cacasink_init), (gst_cacasink_chain):
8802         * ext/libcaca/gstcacasink.h:
8803         Cacasink inherits from VideoSink, so let that store the clock.
8804
8805 2004-11-09  Wim Taymans  <wim@fluendo.com>
8806
8807         * gst/playback/README:
8808         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
8809         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
8810         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
8811         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
8812         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
8813         (setup_sinks):
8814         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
8815         (gst_stream_info_is_mute), (gst_stream_info_set_property):
8816         * gst/playback/gststreaminfo.h:
8817         Updated README.
8818         Only switch groups if all streams have muted (EOSed).
8819         Send Tags in sync with the stream playback instead of in
8820         the playback/preroll phase.
8821         Some cleanups, free the fakesrc elements.
8822
8823 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8824
8825         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
8826           buffer-frames property was missing
8827         * ext/arts/gst_arts.c:
8828           rate missing from sinkcaps
8829         * ext/audiofile/gstafparse.c:
8830         * ext/audiofile/gstafsink.c:
8831         * ext/audiofile/gstafsrc.c:
8832         * ext/swfdec/gstswfdec.c:
8833           int audio doesn't know buffer-frames
8834         * ext/cdparanoia/gstcdparanoia.c:
8835           int audio doesn't know chunksize either
8836         * ext/nas/nassink.c:
8837           it's endianness, not endianess
8838         * gst-libs/gst/audio/audio.h:
8839           make float standard pad template caps really describe float
8840         * gst/law/mulaw.c: (linear_factory):
8841           signed only, please
8842         * gst/mpegstream/gstdvddemux.c:
8843           widths of 20 are not valid
8844
8845 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8846
8847         Submitted by: Luca Ferretti <elle.uca@infinito.it>
8848
8849         * po/LINGUAS:
8850         * po/it.po:
8851           Add Italian
8852
8853 2004-11-08  Wim Taymans  <wim@fluendo.com>
8854
8855         * gst/playback/README:
8856         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8857         * gst/playback/gstplaybasebin.c: (probe_triggered),
8858         (gst_play_base_bin_change_state):
8859         Updated README, added more comments for fixmes etc..
8860
8861 2004-11-08  Wim Taymans  <wim@fluendo.com>
8862
8863         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8864         We can remove this hack now.
8865
8866 2004-11-08  Wim Taymans  <wim@fluendo.com>
8867
8868         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
8869         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8870         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
8871         Only mix AYUV for maximum quality.
8872
8873 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8874
8875         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
8876         (gst_ogg_demux_push), (gst_ogg_pad_push):
8877           Let's act as if we're synchronized now! :).
8878         * ext/theora/theoradec.c: (theora_dec_chain):
8879           Add some debug.
8880
8881 2004-11-08  Wim Taymans  <wim@fluendo.com>
8882
8883         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8884         (gst_alpha_set_property), (gst_alpha_sink_link),
8885         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
8886         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
8887         (gst_alpha_init_params), (gst_alpha_chain):
8888         Implement alpha functions for AYUV too, this increases
8889         accuracy quite a bit.
8890
8891 2004-11-08  Wim Taymans  <wim@fluendo.com>
8892
8893         * gst/ffmpegcolorspace/avcodec.h:
8894         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8895         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8896         (gst_ffmpegcsp_avpicture_fill):
8897         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8898         (gst_ffmpegcsp_caps_remove_format_info):
8899         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8900         (shrink12), (img_get_alpha_info), (deinterlace_line),
8901         (deinterlace_line_inplace):
8902         * gst/ffmpegcolorspace/imgconvert_template.h:
8903         Added AYUV colorspace and handle RGBA a bit more respectful.
8904
8905 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8906
8907         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8908           Actually always send a discont (cornercase when resending the
8909           same serial-tagged chain twice).
8910
8911 2004-11-08  Julien MOUTTE  <julien@moutte.net>
8912
8913         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
8914         (gst_ximagesink_finalize):
8915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8916         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
8917
8918 2004-11-08  Wim Taymans  <wim@fluendo.com>
8919
8920         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
8921         Don't segfault on NULL data.
8922
8923 2004-11-08  Wim Taymans  <wim@fluendo.com>
8924
8925         * gst/playback/gstdecodebin.c: (unlinked):
8926         * gst/playback/gstplay-marshal.list:
8927         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8928         (gst_play_base_bin_init), (group_create), (get_active_group),
8929         (get_building_group), (group_destroy), (group_commit),
8930         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
8931         (add_element_stream), (no_more_pads), (probe_triggered),
8932         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
8933         (state_change), (setup_source), (gst_play_base_bin_get_property),
8934         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8935         (gst_play_base_bin_link_stream),
8936         (gst_play_base_bin_get_streaminfo):
8937         * gst/playback/gstplaybasebin.h:
8938         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8939         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
8940         Add support for chained ogg files. Prepare for playlist
8941         support. This patch introduces the concept of pad groups, which
8942         together compose one playable media file.
8943
8944 2004-11-07  David Schleef  <ds@schleef.org>
8945
8946         * testsuite/gst-lint: Check for pad templates that aren't statically
8947         scoped.
8948
8949 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8950
8951         * configure.ac:
8952         * ext/Makefile.am:
8953         * ext/musepack/Makefile.am:
8954         * ext/musepack/gstmusepackdec.cpp:
8955         * ext/musepack/gstmusepackdec.h:
8956         * ext/musepack/gstmusepackreader.cpp:
8957         * ext/musepack/gstmusepackreader.h:
8958           Add musepack decoder.
8959         * ext/faad/gstfaad.c: (gst_faad_base_init):
8960           Make pad templates static.
8961         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8962         (plugin_init):
8963           Add musepack typefinder, make mp3 typefinding work halfway stream,
8964           which doesn't actually work yet because id3demux doesn't implement
8965           _get_length().
8966
8967 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8968
8969         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8970         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
8971           Fix interrupt event handling (#144436).
8972
8973 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8974
8975         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
8976           Hide unused glory.
8977
8978 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8979
8980         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8981
8982         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
8983           Fix weird caps (#157548).
8984
8985 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8986
8987         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8988
8989         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
8990           Add missing NULL terminator (#157543).
8991
8992 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8993
8994         * gst/tcp/gsttcp.h:
8995         * gst/tcp/gsttcpclientsink.c:
8996         * gst/tcp/gsttcpclientsrc.c:
8997         * gst/tcp/gsttcpserversink.c:
8998         * gst/tcp/gsttcpserversrc.c:
8999           ports can go up to 65535.  Move common defines to gsttcp.h
9000
9001 2004-11-05  Wim Taymans  <wim@fluendo.com>
9002
9003         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
9004         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
9005         Added two more colorspaces.
9006
9007 2004-11-05  Wim Taymans  <wim@fluendo.com>
9008
9009         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9010         (gst_ffmpegcsp_avpicture_fill):
9011         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9012         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
9013         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
9014         More stride fixes.
9015
9016 2004-11-05  Wim Taymans  <wim@fluendo.com>
9017
9018         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
9019         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
9020         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9021         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
9022         (gst_videomixer_loop):
9023         More stride fixes.
9024
9025 2004-11-05  Benjamin Otte  <otte@gnome.org>
9026
9027         * ext/mad/gstmad.c: (gst_mad_chain):
9028           don't overflow data buffer. Flush not needed sync data when syncing
9029           failed.
9030
9031 2004-11-04  Wim Taymans  <wim@fluendo.com>
9032
9033         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9034         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
9035         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
9036         (gst_alpha_init_params), (gst_alpha_chain),
9037         (gst_alpha_change_state):
9038         Updated the chroma keying algorithm with something more
9039         sophisticated.
9040
9041 2004-11-03  Wim Taymans  <wim@fluendo.com>
9042
9043         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9044         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9045         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9046         Fix stride issues. Does not completely work for odd
9047         heights.
9048
9049 2004-11-03  Wim Taymans  <wim@fluendo.com>
9050
9051         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9052         (gst_alpha_chroma_key), (gst_alpha_chain):
9053         Fix stride issues. Does not completely work for odd
9054         heights.
9055
9056 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
9057
9058         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9059         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
9060         leak fixes
9061
9062 2004-11-03  Wim Taymans  <wim@fluendo.com>
9063
9064         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9065         (gst_ffmpegcsp_avpicture_fill):
9066         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9067         (avpicture_alloc):
9068         * gst/ffmpegcolorspace/imgconvert_template.h:
9069         Use correct _fill function to get correct strides.
9070
9071 2004-11-02  David Schleef  <ds@schleef.org>
9072
9073         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9074         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
9075         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
9076         Change all g_print()s to debugging.  Add a bunch of consistency
9077         checks.
9078
9079 2004-11-02  Wim Taymans  <wim@fluendo.com>
9080
9081         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9082         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9083         (unlinked), (no_more_pads), (close_link):
9084         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9085         (unknown_type), (add_element_stream), (new_decoded_pad),
9086         (removed_decoded_pad), (setup_source):
9087         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
9088         (gst_stream_info_class_init), (gst_stream_info_init),
9089         (gst_stream_info_new), (gst_stream_info_dispose),
9090         (stream_info_mute_pad), (gst_stream_info_set_property),
9091         (gst_stream_info_get_property):
9092         * gst/playback/gststreaminfo.h:
9093         Fix playback of multiple files.
9094         a slightly different approach to handling dynamic pad removals.
9095         This one only looks at pads that we have linked.
9096
9097 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
9098
9099         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
9100         free" warning from libc.
9101
9102 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9103
9104         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9105         (get_unconnected_element), (remove_starting_from), (pad_removed),
9106         (close_link):
9107           Implement support for dynamic pad changing. We listen to "live"
9108           pad removals (i.e. while playing) and re-setup autoplugging
9109           after that. Playbasebin/playbin need some more work for this
9110           to finally work, but decodebin supports (and replugs) chained
9111           ogg now.
9112
9113 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
9114
9115         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
9116         (gst_alsa_finalize):
9117         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
9118         (gst_cdaudio_finalize):
9119         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9120         (cdparanoia_finalize):
9121         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
9122         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
9123         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9124         (dvdreadsrc_finalize):
9125         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
9126         (gst_flacdec_finalize):
9127         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
9128         (gst_flacenc_finalize):
9129         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
9130         (gst_gnomevfssink_finalize):
9131         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
9132         (gst_gnomevfssrc_finalize):
9133         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
9134         (gst_fameenc_finalize):
9135         * ext/nas/nassink.c: (gst_nassink_class_init),
9136         (gst_nassink_finalize):
9137         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
9138         (gst_sdlvideosink_class_init):
9139         * ext/sndfile/gstsf.c: (gst_sf_dispose):
9140         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
9141         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
9142         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
9143         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9144         (gst_x_window_listener_dispose):
9145         * gst/audioscale/gstaudioscale.c:
9146         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
9147         (play_on_demand_finalize):
9148         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
9149         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
9150         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
9151         (cdplayer_finalize):
9152         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
9153         (gst_glimagesink_class_init):
9154         * sys/oss/gstosselement.c: (gst_osselement_class_init),
9155         (gst_osselement_finalize):
9156         * sys/oss/gstosssink.c: (gst_osssink_dispose):
9157         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
9158         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
9159           Fixes a bunch of problems with finalize and dispose functions,
9160           either assumptions that dispose is only called once, or not calling
9161           the parent class dispose/finalize function
9162
9163 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
9164
9165         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
9166           added two api precondition guards
9167           use g_strdup with getenv to fix crash when using ENVVAR
9168
9169 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
9170         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9171         (gst_esdsink_finalize):
9172         Use a finalize function, not dispose, and more importantly,
9173         call the parent class finalize function too
9174
9175 2004-11-01  Johan Dahlin  <johan@gnome.org>
9176
9177         * ext/ogg/gstoggdemux.c:
9178         * gst/tags/gstvorbistag.c:
9179         Plug leaks.
9180
9181 2004-10-31  Benjamin Otte  <otte@gnome.org>
9182
9183         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9184           lotsa memleaks today. But they're all small...
9185
9186 2004-10-31  Benjamin Otte  <otte@gnome.org>
9187
9188         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9189           another memleak crushed
9190
9191 2004-10-31  Benjamin Otte  <otte@gnome.org>
9192
9193         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9194           fix memleak
9195
9196 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9197
9198         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9199           Hack to prevent crash when going to READY inside signal handler
9200           while this function is active.
9201
9202 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9203
9204         * gst/ffmpegcolorspace/Makefile.am:
9205         * gst/ffmpegcolorspace/avcodec.h:
9206         * gst/ffmpegcolorspace/common.h:
9207         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9208         * gst/ffmpegcolorspace/dsputil.h:
9209         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9210         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9211         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
9212         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
9213         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
9214         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
9215         (gst_ffmpegcsp_avpicture_fill):
9216         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9217         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9218         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9219         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
9220         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9221         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9222         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9223         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9224         * gst/ffmpegcolorspace/imgconvert.c:
9225         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9226         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9227         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9228         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9229         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9230         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9231         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9232         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9233         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9234         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9235         (grow21), (grow22), (grow41), (grow44), (conv411),
9236         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9237         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9238         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9239         (avpicture_free), (is_yuv_planar), (img_convert),
9240         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9241         (deinterlace_line_inplace), (deinterlace_bottom_field),
9242         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9243         * gst/ffmpegcolorspace/imgconvert_template.h:
9244         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9245         * gst/ffmpegcolorspace/mmx.h:
9246         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9247         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9248         (av_freep), (avcodec_get_context_defaults),
9249         (avcodec_alloc_context), (avcodec_init):
9250           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9251           handling plus update from ffmpeg CVS. Large clean-up.
9252
9253 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9254
9255         * gst/playback/Makefile.am:
9256           We need the marshallers for decodebin, too.
9257
9258 2004-10-30  David Schleef  <ds@schleef.org>
9259
9260         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9261           quicktime typefinding work with 64-bit offsets.
9262
9263 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9264
9265         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9266           Set EOS on the element when processing an EOS event.
9267         * ext/speex/gstspeexdec.h:
9268         * ext/speex/gstspeexenc.h:
9269           Only keep a const ptr to the mode
9270         * gst-libs/gst/riff/riff-media.c:
9271         (gst_riff_create_audio_caps_with_data),
9272         (gst_riff_create_audio_template_caps):
9273           Allow WMAV3, with up to 6 channels.
9274         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9275           Don't call gst_pad_set_event_function on a sink pad.
9276         * gst/mpegstream/gstdvddemux.c:
9277         (gst_dvd_demux_get_subpicture_stream),
9278         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9279           Copy the explicit caps that were set across to the cur_* pads,
9280           instead of trying to use a possibly non-existent negotiated caps.
9281           Reset the type of subpicture pads to UNKNOWN after calling
9282           init_stream, so that the caps get set.
9283
9284 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9285
9286         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9287
9288         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9289           Don't touch buffer if it is of size 0 (fixes #151064).
9290
9291 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9292
9293         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9294           Synchronized discont handling.
9295
9296 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9297
9298         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9299         (gst_ogg_demux_push):
9300           Make seeking sort-of exact again (fixes #156387).
9301
9302 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9303
9304         * gst/playback/gstplaybasebin.c: (unknown_type),
9305         (add_element_stream), (new_decoded_pad),
9306         (gst_play_base_bin_change_state):
9307         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9308         (gst_stream_info_init), (gst_stream_info_new),
9309         (gst_stream_info_dispose), (gst_stream_info_get_property):
9310         * gst/playback/gststreaminfo.h:
9311           Make caps explicitely available. Makes testing for unsupported
9312           types possible. Improves error reporting.
9313
9314 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9315
9316         * gst/audioconvert/gstaudioconvert.c:
9317         (gst_audio_convert_buffer_to_default_format):
9318           Really don't touch read-only buffers (#156563).
9319
9320 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9321
9322         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9323
9324         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9325           Fix memleak (#155223).
9326
9327 2004-10-29  Wim Taymans  <wim@fluendo.com>
9328
9329         * gst/tcp/.cvsignore:
9330         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9331         (gst_multifdsink_class_init), (gst_multifdsink_init),
9332         (gst_multifdsink_add), (gst_multifdsink_remove),
9333         (gst_multifdsink_remove_client_link), (is_sync_frame),
9334         (gst_multifdsink_new_client),
9335         (gst_multifdsink_handle_client_write),
9336         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9337         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9338         (gst_multifdsink_get_property):
9339         * gst/tcp/gstmultifdsink.h:
9340         Added burst on connect sync_method, deprecated sync_clients,
9341         streamlined the sync code some more.
9342
9343 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9344
9345         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9346         (gst_play_base_bin_change_state):
9347           Improve error reporting.
9348
9349 2004-10-28  Wim Taymans  <wim@fluendo.com>
9350
9351         * gst/tcp/Makefile.am:
9352         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9353         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9354         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9355         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9356         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9357         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9358         (gst_fdset_wait):
9359         Added more locks around fdset structures. Fixed/reworked
9360         the poll array resizing code.
9361         Added stress test for fdset.
9362
9363 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9364
9365         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9366         fix build
9367
9368 2004-10-28  Benjamin Otte  <otte@gnome.org>
9369
9370         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9371           fix link function to always query channels and query width for
9372           floats
9373         * configure.ac:
9374           add equalizer dir
9375         * gst/equalizer/Makefile.am:
9376         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9377         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9378         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9379         (arg_to_scale), (setup_filter),
9380         (gst_iir_equalizer_compute_frequencies),
9381         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9382         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9383         (plugin_init):
9384           add an equalizer
9385
9386 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9387
9388         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9389
9390         * po/LINGUAS:
9391         * po/nb.po:
9392           Added Norwegian Bokmaal translation
9393
9394 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9395
9396         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9397           Don't break on options (fixes #156488).
9398
9399 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9400
9401         * configure.ac:
9402         * ext/cdaudio/Makefile.am:
9403         * sys/Makefile.am:
9404           fix build on older automake
9405
9406 2004-10-26  Wim Taymans  <wim@fluendo.com>
9407
9408         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9409         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9410         Allow a little margin when negotiating the framerate.
9411
9412 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9413
9414         * gst/level/gstlevel.c:
9415           synchonised naming of pads and pad-templates
9416
9417 2004-10-26  Wim Taymans  <wim@fluendo.com>
9418
9419         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9420         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9421         (_find_streams_check), (gst_ogg_demux_push):
9422         Fix EOS again. Needs to be done in a better way. We should not
9423         remove the pad if there is no new chained stream.
9424
9425 2004-10-26 Iain <iaingnome@gmail.com>
9426
9427         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9428         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9429         of the caps.
9430         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9431         pad.
9432         (interleave_release_pad): Remove the pad.
9433         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9434         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9435         the set device.
9436         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9437         attrs
9438         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9439         (gst_xvimagesink_finalize): Free the par.
9440
9441 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9442
9443         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9444         (gst_avimux_stop_file):
9445           First calculate the rate, and only then use it. Hdr.rate is a
9446           multiple and not a derivative of hdr.scale. Scale is not the
9447           same as blockalign but is solely related to rate.
9448
9449 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9450
9451         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9452         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9453           Implement seeking.
9454
9455 2004-10-25  James Henstridge  <james@jamesh.id.au>
9456
9457         Reviewed by:  David Schleef  <ds@schleef.org>
9458
9459         * examples/gstplay/player.c: (got_stream_length), (main):
9460         * examples/seeking/cdplayer.c: (update_scale):
9461         * examples/seeking/seek.c: (format_value), (update_scale):
9462         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9463         (stop_seek):
9464         Build fixes on AMD64.
9465
9466 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9467
9468         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9469
9470         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9471         Fix for some v4l cards which hang in v4lsrc
9472
9473 2004-10-25  Wim Taymans  <wim@fluendo.com>
9474
9475         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9476         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9477         Make sure to remove the pad when a new chain is
9478         encountered. Set some vars to NULL so we don't try
9479         to reference freed memory.
9480
9481 2004-10-25  Wim Taymans  <wim@fluendo.com>
9482
9483         * examples/seeking/Makefile.am:
9484         * examples/seeking/cdplayer.c: (update_scale):
9485         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9486         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9487         (format_value), (update_scale), (iterate), (start_seek),
9488         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9489         (print_usage), (main):
9490         Added some more examples, update others.
9491
9492 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9493
9494         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9495         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9496         * ext/theora/theoradec.c: (theora_dec_chain):
9497         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9498           Add codec-name metadata.
9499
9500 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9501
9502         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9503
9504         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9505         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9506         * ext/alsa/gstalsamixertrack.h:
9507         * po/POTFILES.in:
9508           ALSA mixer track label internationalization (#154054).
9509
9510 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9511
9512         * ext/theora/theoradec.c: (theora_dec_chain):
9513           Export bitrate as metadata.
9514
9515 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9516
9517         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9518         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9519         * ext/alsa/gstalsamixertrack.h:
9520           Fix names, fix loop.
9521
9522 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9523
9524         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9525         (speex_dec_convert):
9526           sinkconvert function so oggdemux can get the file length (totem).
9527
9528 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9529
9530         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9531
9532         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9533           Don't push incomplete packets.
9534         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9535           Fix MPEG-4 audio typefinding.
9536
9537 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9538
9539         * sys/v4l/Makefile.am:
9540         * sys/v4l/gstv4l.c: (plugin_init):
9541         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9542         (gst_v4lelement_init), (gst_v4lelement_dispose),
9543         (gst_v4lelement_change_state):
9544         * sys/v4l/gstv4lelement.h:
9545         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9546         (gst_v4l_xoverlay_close), (idle_refresh),
9547         (gst_v4l_xoverlay_set_xwindow_id):
9548         * sys/v4l/gstv4lxoverlay.h:
9549         * sys/v4l/v4l-overlay_calls.c:
9550         * sys/v4l/v4l_calls.h:
9551         * sys/v4l2/Makefile.am:
9552         * sys/v4l2/gstv4l2.c: (plugin_init):
9553         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9554         (gst_v4l2element_init), (gst_v4l2element_dispose),
9555         (gst_v4l2element_change_state):
9556         * sys/v4l2/gstv4l2element.h:
9557         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9558         (gst_v4l2_xoverlay_close), (idle_refresh),
9559         (gst_v4l2_xoverlay_set_xwindow_id):
9560         * sys/v4l2/gstv4l2xoverlay.h:
9561         * sys/v4l2/v4l2-overlay_calls.c:
9562         * sys/v4l2/v4l2_calls.h:
9563           Remove client-side overlay handling, use the X-server v4l plugin
9564           for that. Nicer overlay, less code. Also make the plugin
9565           compileable without X (but then without overlay, obviously).
9566           Makes xwindowlistener obsolete, should we remove that?
9567
9568 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9569
9570         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
9571         (gst_osssrc_src_query):
9572         * sys/oss/gstosssrc.h:
9573           OK, so people want offset in DEFAULT. This time, actually fix all
9574           cases.
9575         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9576           Add FPS properly.
9577
9578 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9579
9580         * gst/asfdemux/gstasfmux.c:
9581         * gst/avi/gstavimux.c:
9582           Framerate.
9583
9584 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9585
9586         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
9587           Fix properties (channel, norm, frequency).
9588
9589 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9590
9591         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
9592           Flag typo.
9593         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
9594           No warnings.
9595
9596 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9597
9598         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
9599           Fix hang.
9600
9601 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9602
9603         * sys/v4l2/gstv4l2element.h:
9604           Yet Another Hack (tm) for kernel header borkedness.
9605         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9606         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
9607         (gst_v4l2src_link), (gst_v4l2src_getcaps),
9608         (gst_v4l2src_change_state):
9609         * sys/v4l2/gstv4l2src.h:
9610         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
9611         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
9612           Fix caps, keep track of state, work.
9613
9614 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9615
9616         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9617           Quiet.
9618
9619 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9620
9621         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9622           Don't mix bytes and samples.
9623
9624 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9625
9626         * ext/ogg/gstoggmux.c:
9627           Basic pad template which accepts OGM tracks, speex, flac, vorbis
9628           and theora. Any is incorrect.
9629         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
9630           Fix caps.
9631         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9632         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9633         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
9634         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
9635         * sys/v4l/gstv4lmjpegsrc.h:
9636         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9637         (gst_v4lsrc_change_state):
9638         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
9639         (gst_v4lmjpegsrc_capture_stop):
9640           Fix caps. Keep track of internal state. Work.
9641
9642 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9643
9644         * ext/Makefile.am:
9645           Fix the build fixes.
9646
9647 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9648
9649         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9650         (gst_ogg_demux_src_event), (_find_chain_seek),
9651         (gst_ogg_pad_push):
9652           Check for pad availability before using it.
9653         * ext/ogg/gstoggdemux.c: (_find_chain_process):
9654           Fix parsing of chained ogg. Needs more work on the decoder side.
9655
9656 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9657
9658         * gst/spectrum/Makefile.am:
9659         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
9660         (idle_func):
9661           Fix demo and reenable it. Yes, I'm currently playing with audio
9662           analysis tools
9663
9664 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9665
9666         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9667           We love it if files that start at zero work too...
9668
9669 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9670
9671         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9672           Handle files with missing EOS headers.
9673
9674 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9675
9676         * gst/tcp/gsttcpserversink.c:
9677         (gst_tcpserversink_handle_server_read),
9678         (gst_tcpserversink_init_send):
9679         Zero some variables first (need for accept not to return EINVAL)
9680
9681 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9682
9683         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9684         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9685         * ext/theora/theoradec.c: (theora_dec_sink_convert),
9686         (theora_dec_chain):
9687         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
9688         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
9689           Seeking and querying finetune.
9690
9691 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9692
9693         * configure.ac:
9694         * ext/Makefile.am:
9695         * ext/raw1394/Makefile.am:
9696           fix the build
9697
9698 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9699
9700         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9701           Wrong return.
9702         * gst/playback/Makefile.am:
9703         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9704         * gst/playback/gstplay-marshal.list:
9705         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9706           Fix marshallers.
9707
9708 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9709
9710         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
9711           Silence.
9712
9713 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9714
9715         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9716         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9717         (gst_ogg_pad_push):
9718           Yay for non-lineair granulepos in theora.
9719
9720 2004-10-18  Wim Taymans  <wim@fluendo.com>
9721
9722         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
9723         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9724         * ext/dv/gstdvdec.h:
9725         Make sure we renegotiate aspect ratio when the camera switches.
9726
9727 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9728
9729         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9730         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9731           Start at zero.
9732         * ext/theora/theoradec.c: (theora_dec_chain):
9733           Skip headers. Bad idea for chained ogg, but fixes seeking.
9734
9735 2004-10-18  Wim Taymans  <wim@fluendo.com>
9736
9737         * configure.ac:
9738         I swear, this is the last time I touch this.
9739
9740 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9741
9742         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9743         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9744         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
9745           Faster seeking.
9746         * ext/theora/theoradec.c: (theora_dec_sink_convert):
9747           Time-to-default conversion.
9748         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9749           Don't error on unknown packets, just skip. We should probably
9750           read them if we want to support chained ogg.
9751
9752 2004-10-18  Wim Taymans  <wim@fluendo.com>
9753
9754         * configure.ac:
9755         Added cdaudio to wrong list.
9756
9757 2004-10-18  Wim Taymans  <wim@fluendo.com>
9758
9759         * configure.ac:
9760         Revive cdaudio.
9761
9762 2004-10-18  Wim Taymans  <wim@fluendo.com>
9763
9764         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9765         (gst_dvdec_video_link), (gst_dvdec_push):
9766         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
9767         (gst_smokeenc_resync), (gst_smokeenc_chain):
9768         Fix mimetype on smoke encoder.
9769         Add aspect ratio to dvdec. Not sure if these
9770         values are correct though....
9771
9772 2004-10-18  Wim Taymans  <wim@fluendo.com>
9773
9774         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
9775         Fix vorbis property descriptions and ranges.
9776
9777 2004-10-18  Wim Taymans  <wim@fluendo.com>
9778
9779         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9780         Really do nothing when no data is available.
9781         Go to the playing state when the stream is not seekable
9782         instead of failing.
9783
9784 2004-10-18  Wim Taymans  <wim@fluendo.com>
9785
9786         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
9787         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
9788         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
9789         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
9790         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
9791         Added uri handler for cd://
9792         Port to new API.
9793
9794 2004-10-18  Wim Taymans  <wim@fluendo.com>
9795
9796         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9797         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
9798         (try_to_link_1), (no_more_pads), (close_link), (type_found):
9799         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
9800         (remove_prerolls), (unknown_type), (add_element_stream),
9801         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
9802         (gst_play_base_bin_remove_element),
9803         (gst_play_base_bin_link_stream):
9804         * gst/playback/gstplaybin.c: (gen_video_element),
9805         (gen_vis_element), (remove_sinks), (setup_sinks):
9806         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
9807         (gst_stream_info_get_type), (gst_stream_info_class_init),
9808         (gst_stream_info_init), (gst_stream_info_new),
9809         (gst_stream_info_dispose), (stream_info_mute_pad),
9810         (gst_stream_info_set_property), (gst_stream_info_get_property):
9811         * gst/playback/gststreaminfo.h:
9812         Add sink padtemplate to decodebin.
9813         Added some more comments.
9814         Make queue size configurable in playbasebin.
9815         Added possibility to use elements as sinks (ex cdaudio).
9816
9817 2004-10-15  Wim Taymans  <wim@fluendo.com>
9818
9819         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
9820         (gst_speexenc_chain):
9821         Fix speex timestamps so that it gets muxed properly.
9822
9823 2004-10-15  Wim Taymans  <wim@fluendo.com>
9824
9825         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
9826         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
9827         (gst_dv1394src_init), (gst_dv1394src_dispose),
9828         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
9829         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
9830         (gst_dv1394src_event), (gst_dv1394src_get_formats),
9831         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
9832         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
9833         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
9834         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
9835         * ext/raw1394/gstdv1394src.h:
9836         Added conversion/query functions.
9837         Update buffer timestamps,
9838         Added signals.
9839         Added uri dv:// so it might play from the firewire in playbin.
9840         Fix a possible leak.
9841         Added debugging.
9842
9843 2004-10-15  Wim Taymans  <wim@fluendo.com>
9844
9845         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
9846         (gst_dv1394src_init), (gst_dv1394src_set_property),
9847         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
9848         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
9849         * ext/raw1394/gstdv1394src.h:
9850         Added AV/C VTR control support needed for some cameras.
9851         Added automatic port detection.
9852         Added properties for selecting the channel.
9853         The configure.ac script is not yet updated to reflect the
9854         new libavc1394 and librom1394 dependencies.
9855
9856 2004-10-15  Wim Taymans  <wim@fluendo.com>
9857
9858         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9859         (qtdemux_parse), (gst_qtdemux_handle_esds):
9860         An esds box is not a container.
9861         Fix parsing of mp4v boxes.
9862         Do not try to renegotiate fps for each frame. Need to
9863         find a better method. This should fix mp4 playback.
9864
9865 2004-10-14  David Schleef  <ds@schleef.org>
9866
9867         * configure.ac: update for swfdec-0.3 and liboil-0.2
9868         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
9869         * ext/swfdec/gstswfdec.h: same
9870         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
9871         * gst/videotestsrc/videotestsrc.c: same
9872
9873 2004-10-14  Wim Taymans  <wim@fluendo.com>
9874
9875         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9876         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
9877         (is_sync_frame), (gst_multifdsink_new_client),
9878         (gst_multifdsink_handle_client_write),
9879         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9880         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
9881         Turn warnings into info.
9882         Don't allow a state change in the streaming thread.
9883
9884 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9885
9886         * ext/vorbis/oggvorbisenc.c:
9887         * ext/vorbis/vorbisdec.c:
9888           fix template sample rate
9889
9890 2004-10-13  Wim Taymans  <wim@fluendo.com>
9891
9892         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9893         Decoding the header first fixes some problems in resyncing
9894         in more mp3s.
9895
9896 2004-10-12  Wim Taymans  <wim@fluendo.com>
9897
9898         * gst/playback/gstplaybin.c: (gen_video_element),
9899         (gen_vis_element), (remove_sinks), (setup_sinks):
9900         Added vis plugin support, need to configure the vis
9901         element to activate it.
9902
9903 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9904
9905         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
9906         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9907           Some debug.
9908         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9909         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
9910         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
9911         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
9912         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
9913         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
9914         * gst/avi/gstavidemux.h:
9915           Support for openDML-2.0 indx/ix## chunks. Support for broken index
9916           recovery (where, if part of the index is broken, we will still read
9917           the rest of the index and recover the broken part by stream
9918           scanning). More broken media support. EOS workarounds. General AVI
9919           braindamage headache recovery. Aspirin included.
9920
9921 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9922
9923         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
9924         (cdparanoia_event), (cdparanoia_query):
9925           Get rid of hideous lead-in.
9926
9927 2004-10-11  Wim Taymans  <wim@fluendo.com>
9928
9929         * gst/playback/gstplaybasebin.c: (setup_source):
9930         Wrong var used to get g_list_next.
9931
9932 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9933
9934         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9935         (cdparanoia_get), (cdparanoia_open):
9936           Report discid as metadata, add duration.
9937
9938 2004-10-11  Wim Taymans  <wim@fluendo.com>
9939
9940         * gst/playback/gstplaybasebin.c: (setup_source):
9941         Cleanup the previous pipeline a little earlier for the
9942         case that a source element provides raw data.
9943
9944 2004-10-11  Benjamin Otte  <otte@gnome.org>
9945
9946         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9947           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
9948           consuming the last 128 bytes, even though it was valid mp3 data.
9949
9950 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9951
9952         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
9953         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
9954         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
9955         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
9956
9957 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9958
9959         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
9960         Fix for webcams that support only specific width or height
9961
9962 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9963
9964         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9965
9966         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
9967           Fix wrong discont event setup (fixes #154967).
9968
9969 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
9970
9971         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9972
9973         * gst/auparse/gstauparse.c: (gst_auparse_chain):
9974           Error out on invalid data (fixes #154807).
9975
9976 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9977
9978         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9979
9980         * ext/dvdread/dvdreadsrc.c: (_read):
9981           Make titles > 0 work again (fixes #154834).
9982
9983 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9984
9985         * gst-libs/gst/riff/riff-media.c:
9986         (gst_riff_create_video_template_caps):
9987           WMV3 missing in template caps.
9988
9989 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9990
9991         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9992           OK, so the original code was too strict. It makes random AVI files
9993           hang for seconds upon opening, which is unacceptable and is far
9994           beyond the original goal of getting multiple chunks for one-chunk
9995           sounc stream files. So now do just that.
9996
9997 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9998
9999         * gst/playback/gstplaybasebin.c: (setup_source),
10000         (gst_play_base_bin_change_state):
10001           Actually clean up streaminfo if output fails. This would trigger
10002           if, for example, there was no CD in the drive. No preroll, so
10003           a streaminfo structure is created, but the subsequent state change
10004           of the thread fails.
10005         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10006           Don't change state if parent failed.
10007
10008 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10009
10010         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10011         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
10012         (gen_video_element), (remove_sinks):
10013           Add small bits of code for screenshot handling.
10014
10015 2004-10-08  Wim Taymans  <wim@fluendo.com>
10016
10017         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
10018         (gen_video_element), (gen_audio_element), (setup_sinks):
10019         Don't assume the user provided sinks are named "sink"...
10020
10021 2004-10-08  Wim Taymans  <wim@fluendo.com>
10022
10023         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10024         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
10025         (gst_play_base_bin_link_stream):
10026         Do not try to autoplug sources that generate raw streams like
10027         cdparanoia.
10028         disconnect the preroll overrun signal when we don't need it anymore.
10029
10030 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
10031
10032         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10033         Added reworked patch from #154903 from milosz derezynski (deadchip).
10034
10035 2004-10-08  Wim Taymans  <wim@fluendo.com>
10036
10037         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10038         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
10039         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
10040         (cdparanoia_convert), (cdparanoia_uri_get_type),
10041         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
10042         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
10043         * ext/cdparanoia/gstcdparanoia.h:
10044         This adds the cdda://<tracknum> uri.
10045
10046 2004-10-08  Wim Taymans  <wim@fluendo.com>
10047
10048         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10049         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10050         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10051         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10052         (unknown_type), (gst_play_base_bin_remove_element),
10053         (gst_play_base_bin_link_stream):
10054         * gst/playback/gstplaybasebin.h:
10055         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10056         (gst_play_bin_set_property), (gen_video_element),
10057         (gen_audio_element), (setup_sinks):
10058         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10059         (gst_stream_info_get_type), (gst_stream_info_class_init),
10060         (gst_stream_info_init), (gst_stream_info_new),
10061         (gst_stream_info_dispose), (stream_info_mute_pad),
10062         (gst_stream_info_set_property), (gst_stream_info_get_property):
10063         * gst/playback/gststreaminfo.h:
10064         Reuse the audio and video bins.
10065         Some internal cleanups in the stream selection code.
10066
10067 2004-10-08  Julien MOUTTE  <julien@moutte.net>
10068
10069         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10070         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10071         * sys/ximage/ximagesink.h:
10072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10073         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10074         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
10075         not coming from those elements. Moreover these elements should not keep
10076         the xid they have been given when in NULL state.
10077
10078 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10079
10080         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10081         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10082         * sys/ximage/ximagesink.h:
10083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10084         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10085         * sys/xvimage/xvimagesink.h:
10086           Actually only create a new toplevel window if we're not gonna
10087           embed it right after.
10088
10089 2004-10-07  Wim Taymans  <wim@fluendo.com>
10090
10091         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
10092         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
10093         * gst/playback/gstplaybin.c: (setup_sinks):
10094         Implement muting/unmuting of streams, mute streams that are not
10095         used.
10096
10097 2004-10-07  Wim Taymans  <wim@fluendo.com>
10098
10099         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
10100         (plugin_init):
10101         Added lame audio/x-ac3 typefind function.
10102
10103 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10104
10105         * configure.ac:
10106           bump nano to cvs
10107
10108 === release 0.8.5 ===
10109
10110 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10111
10112         * NEWS:
10113         * RELEASE:
10114         * configure.ac:
10115           releasing 0.8.5, "Take You On"
10116
10117 2004-10-06  Wim Taymans  <wim@fluendo.com>
10118
10119         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10120         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10121         (no_more_pads), (close_link), (type_found):
10122         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10123         * gst/playback/gstplaybin.c: (gen_video_element):
10124         Do not signal the no_more_pads after the first pad when
10125         we are plugging a non dynamic element with multiple
10126         output pads (like swfdec, dvdec, ...).
10127
10128 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10129
10130         * configure.ac:
10131           bump for prerelease
10132
10133 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10134
10135         * gst/wavparse/gstwavparse.c:
10136           add ATRAC3 to STATIC CAPS to fix a warning
10137
10138         * gst/matroska/ebml-read.c:
10139         * gst-libs/gst/riff/riff-read.c:
10140           fix typos
10141
10142 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10143
10144         * gst-libs/gst/riff/riff-media.c:
10145           generate caps for ATRAC3 audio streams
10146
10147         * gst/realmedia/rmdemux.c:
10148           generate caps for ATRAC3 audio streams
10149
10150 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10151
10152         * gst/wavparse/Makefile.am
10153         * gst/wavparse/riff.h
10154         * gst/wavparse/wavparse.vcproj
10155           riff.h removal (unused and duplication with riff-ids.h)
10156
10157 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10158
10159         * gst/wavparse/gstwavparse.h
10160           remove duplicated defines for audio codec codes
10161
10162         * gst-libs/gst/riff/riff-ids.h
10163         * gst/wavenc/riff.h:
10164           add "4CC" code for ATRAC3 audio streams
10165           add "4CC" code for ITU_G721_ADPCM (unused for now)
10166
10167 2004-10-06  Wim Taymans  <wim@fluendo.com>
10168
10169         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
10170         Actually _do_ negotiation. Pass gdouble as arg instead
10171         of guint64 for the framerate.
10172
10173 2004-10-06  Wim Taymans  <wim@fluendo.com>
10174
10175         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10176         (find_compatibles), (close_pad_link), (try_to_link_1),
10177         (no_more_pads), (close_link), (type_found):
10178         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10179         * gst/playback/gstplaybin.c: (gen_video_element),
10180         (gen_audio_element):
10181         Set state on newly added element to READY so that negotiation
10182         can happen ASAP.
10183         Addes some more debug info.
10184         Do not try to plug pads with multiple caps structures or ANY
10185         because it is too dangerous since we do not do dynamic
10186         replugging.
10187
10188 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10189
10190         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
10191
10192         * po/LINGUAS:
10193         * po/or.po:
10194           add Oriya translation
10195
10196 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10197
10198         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10199           Prevent overwrite of size member. Makes audio sound crappy.
10200
10201 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10202
10203         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10204         Add rmvb to the list of known RealMedia extensions
10205
10206 2004-10-05  Wim Taymans  <wim@fluendo.com>
10207
10208         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
10209         (mngdec_openstream), (mngdec_closestream),
10210         (mngdec_handle_sink_event), (mngdec_readdata),
10211         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
10212         (mngdec_getcanvasline), (mngdec_refresh),
10213         (gst_mngdec_change_state):
10214         Set the framerate correctly.
10215
10216 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10217
10218         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10219           There was something wrong with the index massaging.
10220
10221 2004-10-04  Wim Taymans  <wim@fluendo.com>
10222
10223         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10224         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10225         (gst_smokedec_chain):
10226         * ext/jpeg/gstsmokedec.h:
10227         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10228         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10229         * ext/jpeg/gstsmokeenc.h:
10230         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10231         (smokecodec_decode_new), (smokecodec_info_free),
10232         (smokecodec_set_quality), (smokecodec_get_quality),
10233         (smokecodec_set_threshold), (smokecodec_get_threshold),
10234         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10235         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10236         (smokecodec_encode), (smokecodec_parse_id),
10237         (smokecodec_parse_header), (smokecodec_decode):
10238         * ext/jpeg/smokecodec.h:
10239         * ext/jpeg/smokeformat.h:
10240         Updated smoke, new bitstream, allows embedding in ogg.
10241
10242 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10243
10244         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10245           Fix seeking in some files. All this code is no longer needed (and
10246           actually breaks stuff) because we now synchronize the full index
10247           right when reading the header.
10248
10249 2004-10-04  Wim Taymans  <wim@fluendo.com>
10250
10251         * configure.ac:
10252         configure update for libmng.
10253
10254 2004-10-04  Wim Taymans  <wim@fluendo.com>
10255
10256         * ext/libmng/Makefile.am:
10257         * ext/libmng/gstmng.c: (plugin_init):
10258         * ext/libmng/gstmng.h:
10259         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10260         (gst_mngdec_base_init), (gst_mngdec_class_init),
10261         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10262         (gst_mngdec_loop), (gst_mngdec_get_property),
10263         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10264         (mngdec_closestream), (mngdec_handle_sink_event),
10265         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10266         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10267         (gst_mngdec_change_state):
10268         * ext/libmng/gstmngdec.h:
10269         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10270         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10271         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10272         (gst_mngenc_chain), (gst_mngenc_get_property),
10273         (gst_mngenc_set_property):
10274         * ext/libmng/gstmngenc.h:
10275         Added basic MNG decoder. Needs more work. The encoder does
10276         not work yet.
10277
10278 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10279
10280         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10281         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10282         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10283           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10284           no-more-pads.
10285
10286 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10287
10288         * configure.ac:
10289           you need at least 1.0.4 of speex
10290
10291 2004-10-04 Iain <iaingnome@gmail.com>
10292
10293         * ext/speex/gstspeexdec.h: Revert the includes changes.
10294
10295         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10296
10297 2004-09-30 Iain <iaingnome@gmail.com>
10298
10299         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10300         found during init or set as a property instead of hardcoding /dev/audio
10301
10302 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10303
10304         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10305         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10306         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10307         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10308         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10309         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10310         (gst_rmdemux_dump_data):
10311           Use debug category, fix EOS handling. filesrc ! rmdemux now
10312           works.
10313
10314 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10315
10316         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10317         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10318         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10319           Improve allocation, cutting and sorting of the index. How takes a
10320           few seconds instead of minutes.
10321
10322 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10323
10324         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10325           fixed compilation
10326
10327 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10328
10329         * gst-libs/gst/riff/riff-media.c:
10330         (gst_riff_create_video_caps_with_data),
10331         (gst_riff_create_video_template_caps):
10332           Add wing commander format mimetype/fourccs.
10333         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10334           Don't crash if some value is 0.
10335
10336 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10337
10338         * gst-libs/gst/riff/riff-media.c:
10339         (gst_riff_create_video_caps_with_data),
10340         (gst_riff_create_video_template_caps):
10341           Add DIB fourcc (raw, palettized 8-bit RGB).
10342         * gst-libs/gst/riff/riff-read.c:
10343         (gst_riff_read_strf_vids_with_data):
10344           Oops, fix strf_data reading bug.
10345         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10346           Use a non-NULL tag.
10347         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10348           Time for hacks. Sorry Dave. At least one quicktime movie (a
10349           trailer) that I've encountered contains multiple video tracks.
10350           One of those is the actual video track, the other are one-frame
10351           tracks (images). Unfortunately, the number of frames according
10352           to the trak header is 1 for each, so that doesn't help. So
10353           instead, I look at the duration and discard tracks with a
10354           duration shorter than 20% of the length of the stream. Better
10355           than nothing.
10356
10357 2004-10-01  Christian Schaller <christian@fluendo.com>
10358
10359         * ext/ivorbis/vorbis.c:
10360           Patch from Phil Blundell (Bug 152341)
10361
10362 2004-10-01  Wim Taymans  <wim@fluendo.com>
10363
10364         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10365         (speex_dec_get_formats), (speex_dec_convert),
10366         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10367         (speex_dec_chain), (gst_speexdec_get_property),
10368         (gst_speexdec_set_property):
10369         Small cleanups.
10370
10371 2004-10-01  Wim Taymans  <wim@fluendo.com>
10372
10373         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10374         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10375         (gst_wavparse_other), (gst_wavparse_loop),
10376         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10377         (gst_wavparse_srcpad_event):
10378         * gst/wavparse/gstwavparse.h:
10379         Added some more debugging info.
10380         Fix the case where the length of the file is 0.
10381         Make sure we seek to sample borders.
10382
10383 2004-10-01  Wim Taymans  <wim@fluendo.com>
10384
10385         * gst/playback/README:
10386         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10387         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10388         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10389         Add some debug info to decodebin, update README
10390
10391 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10392
10393         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10394           Don't use g_print(); use GST_DEBUG().
10395
10396 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10397
10398         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10399         (gst_ogg_mux_queue_pads):
10400           Handle EOS properly.
10401
10402 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10403
10404         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10405
10406         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10407         (gst_faad_chain), (gst_faad_change_state):
10408         * ext/faad/gstfaad.h:
10409           Allow playback of raw (unframed) MPEG AAC files (#148993).
10410
10411 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10412
10413         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10414
10415         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10416           Throw error if we didn't recognize the stream. Fixes #152289.
10417
10418 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10419
10420         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10421           Fix negotiation.
10422
10423 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10424
10425         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10426
10427         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10428           Fix memleak.
10429
10430 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10431
10432         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10433
10434         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10435           Solve #152805.
10436         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10437           Solve 152806.
10438
10439 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10440
10441         * gst-libs/gst/riff/riff-media.c:
10442         (gst_riff_create_video_caps_with_data),
10443         (gst_riff_create_audio_caps_with_data):
10444           Add codec_data handling (like asfdemux used to do).
10445         * gst/asfdemux/gstasf.c: (plugin_init):
10446         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10447         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10448           Use riff-media for caps creation instead of our own (mostly
10449           broken) copy of its functions.
10450
10451 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10452
10453         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10454           Don't actually error out if we get another return value than
10455           -EINVAL. Opposite to what I first thought, drivers have random
10456           return values for this, although -EINVAL is the expected return
10457           value. Since this is not fatal, we shouldn't use
10458           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10459
10460 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10461
10462         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10463         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10464         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10465         (dvdreadsrc_get), (dvdreadsrc_open_file),
10466         (dvdreadsrc_change_state):
10467           Fix. Don't do one big huge loop around the whole DVD, that will
10468           cache all data and thus eat sizeof(dvd) (several GB) before we
10469           see something.
10470         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10471           Actually NULL'ify event after using it.
10472         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10473         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10474         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10475         (gst_ebml_read_seek), (gst_ebml_read_skip):
10476           Handle events.
10477         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10478         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10479         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10480           Fix timing (this will probably break if I seek using menus, but
10481           I didn't get there yet). VOBs and normal DVDs should now work.
10482           Add a mpeg2-only pad with high rank so this get autoplugged for
10483           MPEG-2 movies.
10484         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10485         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10486         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10487         (gst_mpeg_demux_get_audio_stream),
10488         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10489         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10490           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10491           MPEG-1 but use dvddemux for MPEG-2.
10492         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10493         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10494         (gst_mpeg_parse_parse_packhead):
10495           Timing. Only add pad template if it exists. Add sink template from
10496           class and not from ourselves. This means we will always use the
10497           correct sink template even if it is not the one defined in this
10498           file.
10499
10500 2004-09-29  Wim Taymans  <wim@fluendo.com>
10501
10502         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10503         (gst_mpeg_demux_parse_pes):
10504         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10505         Fix playback of mpeg again, timestamps where screwed up by
10506         patch 1.61.
10507
10508 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10509
10510         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10511           Only return true if we actually filled something in. Prevents
10512           player applications from showing a random length for flac files.
10513         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10514         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10515         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10516         (gst_riff_read_strf_vids_with_data),
10517         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10518           OK, ok, so I implemented event handling. Apparently it's normal
10519           that we receive random events at random points without asking
10520           for it.
10521         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10522         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10523         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10524         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10525         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10526         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10527         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10528         * gst/avi/gstavidemux.h:
10529           Implement non-lineair chunk handling and subchunk processing.
10530           The first solves playback of AVI files where the audio and video
10531           data of individual buffers that we read are not synchronized.
10532           This should not happen according to the wonderful AVI specs, but
10533           of course it does happen in reality. It is also a prerequisite for
10534           the second. Subchunk processing allows us to cut chunks in small
10535           pieces and process each of these pieces separately. This is
10536           required because I've seen several AVI files with incredibly large
10537           audio chunks, even some files with only one audio chunk for the
10538           whole file. This allows for proper playback including seeking.
10539           This patch is supposed to fix all AVI A/V sync issues.
10540         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10541         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10542           Work.
10543         * gst/modplug/gstmodplug.cc:
10544           Proper return value setting for the query() function.
10545         * gst/playback/gstplaybasebin.c: (setup_source):
10546           Being in non-playing state (after, e.g., EOS) is not necessarily
10547           a bad thing. Allow for that. This fixes playback of short files.
10548           They don't actually playback fully now, because the clock already
10549           runs. This means that small files (<500kB) with a small length
10550           (<2sec) will still not or barely play. Other files, such as mod
10551           or flx, will work correctly, however.
10552
10553 2004-09-28  Wim Taymans  <wim@fluendo.com>
10554
10555         * ext/speex/gstspeex.c: (plugin_init):
10556         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10557         (gst_speex_dec_class_init), (speex_dec_get_formats),
10558         (speex_get_event_masks), (speex_get_query_types),
10559         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10560         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10561         (gst_speexdec_get_property), (gst_speexdec_set_property),
10562         (speex_dec_change_state):
10563         * ext/speex/gstspeexdec.h:
10564         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10565         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10566         (gst_speexenc_base_init), (gst_speexenc_class_init),
10567         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
10568         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
10569         (gst_speexenc_src_query), (gst_speexenc_init),
10570         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
10571         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
10572         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
10573         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
10574         (gst_speexenc_chain), (gst_speexenc_get_property),
10575         (gst_speexenc_set_property), (gst_speexenc_change_state):
10576         * ext/speex/gstspeexenc.h:
10577         Rewrote speex encoder, make sure it can be embedded in ogg.
10578         Implemented speex decoder.
10579
10580 2004-09-28  Christian Schaller <christian@fluendo.com>
10581
10582         * configure.ac:
10583         Remove kioslave plugin. Markey is brewing a new working one
10584         * ext/Makefile.am: Remove kioslave plugin
10585         * ext/kio: remove
10586         * gst-plugins.spec.in: remove kio plugin from spec
10587
10588 2004-09-27  Wim Taymans  <wim@fluendo.com>
10589
10590         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10591         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10592         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
10593         (gst_multifdsink_new_client),
10594         (gst_multifdsink_handle_client_write),
10595         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10596         (gst_multifdsink_handle_clients):
10597         * gst/tcp/gstmultifdsink.h:
10598         Make syncing to keyframes actually work for new clients and lagging
10599         clients.
10600
10601 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10602
10603         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
10604         (gst_navigationtest_handle_src_event), (draw_box_planar411),
10605         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
10606         * gst/debug/gstnavigationtest.h:
10607           make navigationtest display button-press and button-release events
10608
10609 2004-09-26 Iain <iaingnome@gmail.com>
10610
10611         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
10612         the channels have received a new media event.
10613         (interleave_buffered_loop): Compresses a new media event on all
10614         channels into one.
10615
10616 2004-09-26 Iain <iaingnome@gmail.com>
10617
10618         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
10619         call the sinkpad's default event handler and not the srcpads. He also
10620         says this is confusing :)
10621         (gst_wavenc_stop_file): Company says that seek events only go upstream
10622         we should send a discontinuous downstream instead.
10623
10624 2004-09-25  Christian Schaller <christian@fluendo.com>
10625
10626         * Update SPEC file to be usable in conjunction with Fedora Core,
10627           Fedora.us and freshrpms packages
10628         * Fix typo in multifilesrc test Makefile
10629
10630 2004-09-24  Wim Taymans  <wim@fluendo.com>
10631
10632         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10633         Only signal the no_more_pads signal when we have
10634         added the stream to our list.
10635
10636 2004-09-24  Wim Taymans  <wim@fluendo.com>
10637
10638         * gst/playback/gstplaybasebin.c: (remove_prerolls),
10639         (new_decoded_pad):
10640         * gst/playback/gstplaybasebin.h:
10641         * gst/playback/gstplaybin.c: (setup_sinks):
10642         Don't try to preroll or decode more than one audio/video
10643         track.
10644
10645 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10646
10647         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10648           Throw error if we failed to find a suitable output. This should
10649           throw an error if we successfully set up a pipeline (e.g. because
10650           we recognized a media file) but found no decodable streams in it
10651           (e.g. because it contains only media stream types for which we
10652           have no decoders, or because it's not a media type).
10653
10654 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10655
10656         * ext/dirac/Makefile.am:
10657         * ext/dirac/gstdirac.cc:
10658         * ext/dirac/gstdiracdec.cc:
10659         * ext/dirac/gstdiracdec.h:
10660           Do something. Don't actually know if this works because I don't
10661           have a demuxer yet.
10662         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
10663           Add channels=1 to caps returned from _getcaps().
10664         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
10665         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
10666         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
10667         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10668         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
10669         (gst_ogm_parse_change_state):
10670           Separate between audio/video so ogmaudioparse actually uses the
10671           audio pad templates. Both audio and video work now, including
10672           autoplugging. Also use sometimes-srcpad hack.
10673         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10674           Handle events better. Don't hang on infinite loops.
10675         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10676         (gst_avi_demux_init), (gst_avi_demux_reset),
10677         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10678         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
10679         (gst_avi_demux_change_state):
10680         * gst/avi/gstavidemux.h:
10681           Improve A/V sync. Still not perfect.
10682         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
10683         (gst_ebml_read_skip):
10684           Handle events better.
10685         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10686         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
10687         (qtdemux_audio_caps):
10688           Add IMA4. Improve event handling. Save offset after a seek when
10689           the headers are at the end of the file so that we don't end up in
10690           an infinite loop.
10691         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10692           Add low-priority typefind support for files with no length.
10693
10694 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10695
10696         * testsuite/multifilesink/Makefile.am:
10697         fix typo
10698
10699 2004-09-22  Julien MOUTTE  <julien@moutte.net>
10700
10701         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
10703         mistakes from thaytan's patches.
10704
10705 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10706
10707         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10708           For completeness, XSync in the destroy function as xvimage does.
10709
10710 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10711
10712         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
10713            Correct caps negotiation
10714         * gst/volume/gstvolume.c: (volume_chain_float),
10715         (volume_chain_int16):
10716            Modify debug output to be little more informative
10717         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10719         (gst_xvimagesink_xvimage_destroy):
10720           Add XSync calls after detaching from the shared memory segment to
10721           avoid a crash.
10722
10723 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10724
10725         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10726         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
10727         * ext/vorbis/vorbis.c: (plugin_init):
10728         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10729         (gst_vorbisenc_chain):
10730         * ext/vorbis/vorbisenc.h:
10731         remove explicit newmedia support from oggmux and vorbisenc
10732         add debug category to vorbisenc
10733         * gst/multifilesink/gstmultifilesink.c:
10734         (gst_multifilesink_class_init), (gst_multifilesink_init),
10735         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
10736         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
10737         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
10738         (plugin_init):
10739         * gst/multifilesink/gstmultifilesink.h:
10740         add support for streamheader in multifilesink
10741
10742 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10743
10744         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
10745         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
10746         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
10747           Prevent infinite loops. More correct error reporting.
10748         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10749           Error out if negotiation fails.
10750         * gst/playback/gstplaybasebin.c: (setup_source),
10751         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
10752         (gst_play_base_bin_found_tag):
10753           Error/tag forwarding. Pre-roll fixes for source errors on state
10754           changes (e.g. "file does not exist") to prevent hangs.
10755
10756 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10757
10758         * testsuite/multifilesink/Makefile.am:
10759         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
10760         (gst_newmedia_class_init), (gst_newmedia_init),
10761         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10762         (newfile_signal), (test_signal), (main):
10763         * testsuite/multifilesink/multifilesrc_test.c: (main):
10764         * testsuite/multifilesink/oggtheora_test.c:
10765         (gst_newmedia_base_init), (gst_newmedia_class_init),
10766         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10767         (test_format), (newfile_signal), (test_signal), (main):
10768         * testsuite/multifilesink/oggvorbis_test.c:
10769         (gst_newmedia_base_init), (gst_newmedia_class_init),
10770         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10771         (test_format), (newfile_signal), (test_signal), (main):
10772         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
10773         (gst_newmedia_class_init), (gst_newmedia_init),
10774         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10775         (newfile_signal), (test_signal), (main):
10776         New media tests
10777
10778 2004-09-20  Christian Schaller <christian@fluendo.com>
10779
10780         * Fix mikmod license to LGPL as they have relicensed
10781         * Move Dirac and Effectv into LGPL section of README_license
10782
10783 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10784
10785         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
10786         (gst_mad_change_state):
10787           Allow for mp3 rate/channels changes. However, only very
10788           conservatively. Reason that we *have* to enable this is smiply
10789           because the mad find_sync() function is not good enough, it will
10790           regularly sync on random data as valid frames and therefore make
10791           us provide random caps as *final* caps of the stream. The best fix
10792           I could think of is to simply require several of the same stream
10793           changes in a row before we change caps.
10794           The actual testcase that works now is #
10795         * ext/ogg/Makefile.am:
10796         * ext/ogg/gstogg.c: (plugin_init):
10797         * ext/ogg/gstogmparse.c:
10798           OGM support (video only for now; I need an audio sample file).
10799         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10800         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
10801         (gst_asf_demux_add_video_stream):
10802           WMV extradata.
10803         * gst/playback/gstplaybasebin.c: (unknown_type):
10804           Don't error out on single unknown-types after all. It's wrong.
10805           If we found type of video and audio but not of a subtitle stream,
10806           it will still error out (which is unwanted). Will find a better fix
10807           later on.
10808         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
10809         (ogmaudio_type_find), (plugin_init):
10810           OGM support.
10811
10812 2004-09-20  Johan Dahlin  <johan@gnome.org>
10813
10814         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
10815         after setting caps.
10816
10817 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10818
10819         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
10820         * gst/wavenc/gstwavenc.h:
10821         Added newmedia support to wavenc
10822
10823 2004-09-17  Wim Taymans  <wim@fluendo.com>
10824
10825         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
10826         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
10827         (gst_fdset_fd_can_write), (gst_fdset_wait):
10828         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
10829         (gst_multifdsink_init), (gst_multifdsink_add),
10830         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
10831         (gst_multifdsink_remove_client_link),
10832         (gst_multifdsink_client_queue_buffer),
10833         (gst_multifdsink_handle_client_write),
10834         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
10835         (gst_multifdsink_close), (gst_multifdsink_change_state):
10836         * gst/tcp/gstmultifdsink.h:
10837         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10838         (gst_tcpserversink_removed):
10839         Small cleanups in fdset.c
10840         Use a hastable to map fd to the client structure for faster
10841         lookup in _remove and get_stats.
10842         Added virtual function to close the fds.
10843         Handle clients even when the select/poll call was unblocked because
10844         of a command.
10845         Implement syncing to keyframe in the recovery procedure.
10846
10847 2004-09-16 Iain <iaingnome@gmail.com>
10848
10849         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
10850         try caps.
10851
10852 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10853
10854         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
10855           Caps are only set if the type of the stream is unknown, but this
10856           is initialized in ->init_stream(), so set to UNKNOWN after calling
10857           ->init_stream() so that capsnego starts.
10858
10859 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10860
10861         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10862         (gst_avi_demux_stream_data):
10863           Just hardcode for raw audio then. AVI audio sucks.
10864
10865 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
10866
10867         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
10868         * gst/matroska/matroska-mux.c: (audiosink_templ),
10869         (gst_matroska_mux_audio_pad_link):
10870         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
10871         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
10872
10873 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10874
10875         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10876         (gst_avi_demux_stream_data):
10877           Try to fix a/v sync issues.
10878
10879 2004-09-15  David Schleef  <ds@schleef.org>
10880
10881         * configure.ac: remove NASM check, since we don't use it.  Update
10882         dirac check to 0.4
10883         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
10884         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10885         Initialized variables.
10886         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10887         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
10888         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
10889         SVQ3 format
10890
10891 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10892
10893         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10894         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
10895         * gst/avi/gstavidemux.h:
10896           Fix for compressed audio (mp3) timestamp generation. How did this
10897           ever work?
10898
10899 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10900
10901         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10902           Volume is a double not a float.
10903
10904 2004-09-15  Wim Taymans  <wim@fluendo.com>
10905
10906         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
10907         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10908         Don't close the fd in multifdsink as we didn't open it in the
10909         first place. Some cleanups.
10910
10911 2004-09-15  Wim Taymans  <wim@fluendo.com>
10912
10913         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10914         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10915         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
10916         Fix the case where the muxer would mark pages as delta
10917         frames when they are not (vorbis only ogg).
10918
10919 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10920
10921         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
10922         (gst_play_base_bin_change_state):
10923           Handle the case where we failed to setup a clear pipeline. This
10924           will throw an error (or EOS, another nice case) and if you don't
10925           catch that, the app will wait for the signal forever (and thus
10926           hang).
10927
10928 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10929
10930         * ext/gnomevfs/gstgnomevfssink.c:
10931         (gst_gnomevfssink_uri_get_protocols):
10932         * ext/gnomevfs/gstgnomevfssrc.c:
10933         (gst_gnomevfssrc_uri_get_protocols):
10934         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
10935         * ext/gnomevfs/gstgnomevfsuri.h:
10936           Use _uri_new() instead of _open(), so it doesn't take as long and
10937           Christophe's computer won't hang.
10938         * gst/playback/gstplaybasebin.c: (unknown_type):
10939           Throw error on unknown media type, so apps actually display it.
10940
10941 2004-09-14  Brian Cameron  <brian.cameron@sun.com
10942
10943         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
10944           this script to work on Solaris since bash shell handles echo
10945           differenly than bash.
10946
10947 2004-09-17  Wim Taymans  <wim@fluendo.com>
10948
10949         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
10950         (setup_source), (gst_play_base_bin_set_property),
10951         (gst_play_base_bin_add_element):
10952         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
10953         Some more work on making sure seeking pauses the pipeline and
10954         that changing the uri actually does something.
10955
10956 2004-09-17  Wim Taymans  <wim@fluendo.com>
10957
10958         * gst/tcp/gstfdset.c: (gst_fdset_wait):
10959         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
10960         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
10961         (gst_tcpserversink_close):
10962         Be a bit more paranoid when freeing memory.
10963
10964 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10965
10966         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
10967         (qtdemux_parse_trak):
10968           Don't crash by dividing by zero (see sample movie in #126922).
10969
10970 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10971
10972         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
10973           Don't touch non-existing data (fixes crash on file in #140147).
10974
10975 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10976
10977         * gst/playback/gstplaybasebin.c:
10978         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
10979           Handle double disposals, and proper change of URIs.
10980
10981 2004-09-13  Martin Eikermann <meiker@upb.de>
10982
10983         * gst/mpegstream/gstmpegparse.c:
10984           fix synchronistation for streams recorded from digital PCR
10985           fixes bug #119376
10986
10987 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10988
10989         * ext/gnomevfs/Makefile.am:
10990         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10991         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
10992         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
10993         (gst_gnomevfssink_uri_get_type),
10994         (gst_gnomevfssink_uri_get_protocols),
10995         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
10996         (gst_gnomevfssink_uri_handler_init),
10997         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
10998         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
10999         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
11000         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
11001         (gst_gnomevfssrc_uri_get_type),
11002         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
11003         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
11004         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
11005         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
11006         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11007         * ext/gnomevfs/gstgnomevfsuri.h:
11008           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
11009           of fake URIs to see which this version of Gnome-VFS likes, and
11010           uses that for the Gst-URI interface. Makes playbin support http://
11011           streams. Also fix up some stupid behaviour in gnomevfssrc.
11012
11013 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11014
11015         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
11016         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11017         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
11018         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
11019           Update mixer (to sync with other sessions) if we try to obtain
11020           a new value. This makes alsamixer work accross applications.
11021         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11022           Only call sync functions if we're running, else alsalib asserts.
11023         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
11024           Sometimes fails to compile. Possibly a gcc bug.
11025         * gst/playback/gstplaybin.c: (gen_video_element),
11026         (gen_audio_element):
11027           Add a reference to an application-provided object, because we lose
11028           this same reference if we add it to the bin. If we don't do this,
11029           we can only use this object once and thus crash if we go from
11030           ready to playing, back to ready and back to playing again.
11031           Also add an audioscale element because several cheap soundcards -
11032           like mine - don't support all samplerates.
11033         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11034         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
11035           Fix wrong order or PAR calls. Makes automatically obtained PAR
11036           from the X server atually being used.
11037
11038 2004-09-12  David Schleef  <ds@schleef.org>
11039
11040         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
11041         #151887, #152102, #152247.
11042         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
11043         * examples/seeking/cdparanoia.c: same
11044         * examples/seeking/cdplayer.c: same
11045         * examples/seeking/seek.c: same
11046         * examples/seeking/spider_seek.c: same
11047         * examples/seeking/vorbisfile.c: same
11048         * examples/stats/mp2ogg.c: same
11049         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11050         (gst_esdsink_dispose): Dispose of element properly.
11051         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
11052         fixes.
11053         * ext/nas/nassink.c: (gst_nassink_class_init),
11054         (gst_nassink_dispose): Dispose of element correctly.
11055         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
11056         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11057         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11058         Fix 64-bit warning.
11059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11060         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
11061         Fix 64-bit warning.
11062
11063 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11064
11065         * configure.ac : change speex detection as 1.1.6 now uses
11066           .pc/pkg-config and they changed their headers location.
11067
11068 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
11069
11070         * gst/matroska/matroska-mux.h:
11071         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
11072         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11073         (gst_matroska_mux_write_data):
11074           Write multiple blocks/frames per cluster.
11075                 Write meta-seek information (seek heads).
11076
11077 2004-09-09  Scott Wheeler <wheeler@kde.org>
11078
11079         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
11080         (gst_play_bin_set_property), (gst_play_bin_get_property),
11081         (gen_audio_element), (gen_audio_element):
11082           Add a volume element / property to the pipeline.
11083
11084 2004-09-07  Wim Taymans  <wim@fluendo.com>
11085
11086         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
11087         Copy timestamps from the master pad to the output buffers.
11088
11089 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11090
11091         * ext/raw1394/gstdv1394src.c:
11092           throw errors when applicable
11093
11094 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
11095
11096         * gst/matroska/ebml-ids.h:
11097         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
11098         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
11099         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
11100           automatically convert unix time <-> ebml time when reading/writing
11101           a date, use gst_ebml_write_uint to write CUETIME,
11102           not gst_ebml_write_date.
11103         * gst/matroska/matroska-ids.h:
11104         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
11105         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
11106         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11107         (gst_matroska_mux_write_data):
11108           Write track and segment UIDs, write muxing date, write
11109           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
11110           Create cues for audio only files.
11111
11112 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11113
11114         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11115         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11116           Re-commit ALSA switches.
11117         * gst/adder/gstadder.c: (gst_adder_loop):
11118           64-bit fix (#151416).
11119         * gst/debug/progressreport.c: (gst_progressreport_report):
11120           64-bit fix (#151419).
11121         * gst/matroska/matroska-demux.c:
11122         (gst_matroska_demux_parse_contents):
11123           64-bit fix (#151420).
11124         * gst/playback/test3.c: (update_scale):
11125           64-bit fix (#151421).
11126
11127 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11128
11129         * configure.ac:
11130           bump nano to cvs
11131
11132 === release 0.8.4 ===
11133
11134 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11135
11136         * configure.ac: releasing 0.8.4, "Alias"
11137
11138 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11139
11140         * ext/theora/Makefile.am:
11141           fix makefile.  Fixes #151462.
11142
11143 2004-08-30  Wim Taymans  <wim@fluendo.com>
11144
11145         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
11146         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11147         (gst_multifdsink_remove_client_link),
11148         (gst_multifdsink_client_queue_buffer),
11149         (gst_multifdsink_handle_client_write):
11150         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11151         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11152         Fix some memory leaks.
11153
11154 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11155
11156         Patch by: David Schleef
11157
11158         * configure.ac:
11159         * sys/Makefile.am:
11160           rename our detection macro for V4L2.  Fixes #151236.
11161
11162 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11163
11164         Patch by: David Schleef
11165
11166         * configure.ac:
11167           check to define LAMEPRESET.  Fixes #151232.
11168
11169 2004-08-27  David Schleef  <ds@schleef.org>
11170
11171         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
11172         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
11173         (gst_glimagesink_fixate):  Move local variable declarations to
11174         make gcc-2.95 happy.
11175
11176 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11177
11178         * configure.ac:
11179           bump nano for prerelease
11180
11181 2004-08-27  David Schleef  <ds@schleef.org>
11182
11183         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
11184         * sys/sunaudio/gstsunaudiosrc.c:
11185         * sys/sunaudio/gstsunaudiosrc.h:
11186
11187 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
11188
11189         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
11190         handle EOS correctly
11191         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
11192         * gst/matroska/matroska-mux.h:
11193         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
11194         VFW compatibility mode
11195
11196 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11197
11198         patch by: Zaheer Abbas Merali
11199
11200         * ext/ogg/gstoggmux.c:
11201         * ext/vorbis/vorbisenc.c:
11202         * ext/vorbis/vorbisenc.h:
11203           handle NEWMEDIA
11204
11205 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
11206
11207         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
11208         fix byte order reversion on little endian machines.
11209         * gst/matroska/matroska-mux.c: (audiosink_templ),
11210         (gst_matroska_mux_audio_pad_link):
11211         add TTA codec to the list of supported codecs.
11212         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11213         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11214         (gst_matroska_mux_write_data):
11215         * gst/matroska/matroska-mux.h:
11216         write segment duration correctly, write muxing app string, fixes bugs
11217         #140897 and #140898.
11218         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
11219         wait for all pads to be negotiated before starting to mux.
11220
11221 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11222
11223         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11224         * ext/lame/gstlame.h:
11225         Added new media support to lame
11226
11227 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11228
11229         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11230         send vorbis headers at the beginning of a stream, fixes bug #141554.
11231         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11232         bug #148950.
11233         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11234         (gst_matroska_demux_plugin_init):
11235         * gst/matroska/matroska-ids.h:
11236         enable demuxing of TTA audio streams, fixes bug #148951.
11237         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11238         enable typefinding for TTA audio files, fixes bug #148711.
11239         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11240         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11241         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11242
11243 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11244
11245         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11246         (gst_riff_read_element_data), (gst_riff_read_seek),
11247         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11248         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11249         <teuf@gnome.org>
11250
11251 2004-08-23 Iain <iaingnome@gmail.com>
11252
11253         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11254         tags. They appear to be handled differently to normal.
11255         (tag_list_to_id3_tag_foreach): Ditto.
11256
11257 2004-08-22  Wim Taymans  <wim@fluendo.com>
11258
11259         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11260         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11261         Make sure we never send -1 granulepos.
11262
11263 2004-08-20  Wim Taymans  <wim@fluendo.com>
11264
11265         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11266         (gst_ogg_mux_loop):
11267         I will accept bitchslappings with non sharp objects.
11268
11269 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11270
11271         * configure.ac:
11272         Clean up the test for lame presets
11273
11274 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11275
11276         * configure.ac:
11277         * ext/lame/Makefile.am:
11278         * ext/lame/gstlame.c: (gst_lame_class_init),
11279         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11280         Only enable lame presets if version of lame has presets in API
11281
11282 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11283         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11284         * gst/udp/gstudpsrc.h:
11285           Don't call gst_pad_push in a get function. Fixes #150449
11286
11287 2004-08-18  Wim Taymans  <wim@fluendo.com>
11288
11289         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11290         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11291         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11292         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11293         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11294         (gst_fdset_wait):
11295         * gst/tcp/gstfdset.h:
11296         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11297         (gst_multifdsink_client_queue_buffer),
11298         (gst_multifdsink_handle_client_write):
11299         * gst/tcp/gstmultifdsink.h:
11300         Some extra checks in gstfdset.
11301         Only use send() when the fd is a socket. Don't try to
11302         read from write only fds.
11303
11304 2004-08-18  Wim Taymans  <wim@fluendo.com>
11305
11306         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11307         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11308         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11309         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11310         (gst_fdset_wait):
11311         Add more locking and bounds checking.
11312
11313 2004-08-18  Wim Taymans  <wim@fluendo.com>
11314
11315         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11316         Realloc test fdset in the lock and right before starting
11317         the poll call. Bump the limit to 4096.
11318
11319 2004-08-17  David Schleef  <ds@schleef.org>
11320
11321         * sys/sunaudio/Makefile.am:
11322         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11323         of rates and channels.  Make debugging less obnoxious.
11324
11325         Patch from Balamurali Viswanathan implementing a mixer for
11326         Sun audio.  (bug #144091):
11327         * sys/sunaudio/gstsunelement.c:
11328         * sys/sunaudio/gstsunelement.h:
11329         * sys/sunaudio/gstsunmixer.c:
11330         * sys/sunaudio/gstsunmixer.h:
11331
11332 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11333
11334         * gst/audioscale/gstaudioscale.c:
11335         * gst/audioscale/gstaudioscale.h:
11336         made audioscale resample from any sample rate to any sample rate
11337
11338 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11339
11340         * ext/libpng/gstpngdec.c:
11341           error out on unsupported types
11342
11343 2004-08-17  Iain <iaingnome@gmail.com>
11344
11345         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11346         mid_side and loose_mid_side properties if its a stereo stream.
11347
11348 2004-08-17  Wim Taymans  <wim@fluendo.com>
11349
11350         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11351         (theora_get_formats), (theora_dec_src_convert),
11352         (theora_dec_sink_convert), (theora_dec_src_query),
11353         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11354         Add a debug line.
11355
11356 2004-08-17  Wim Taymans  <wim@fluendo.com>
11357
11358         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11359         (gst_ogg_pad_push):
11360         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11361         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11362         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11363         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11364         Mark delta units in the muxer.
11365         Try to decode the packet after an out-of-sync error from
11366         libogg.
11367
11368 2004-08-17  Wim Taymans  <wim@fluendo.com>
11369
11370         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11371         (gst_multifdsink_init), (gst_multifdsink_add),
11372         (gst_multifdsink_client_queue_buffer),
11373         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11374         * gst/tcp/gstmultifdsink.h:
11375         Added option to send a keyframe to clients as the first buffer.
11376         Make timeout property writable.
11377
11378 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11379
11380         patch by: Wim Taymans
11381
11382         * gst/tcp/gstfdset.c:
11383         * gst/tcp/gstmultifdsink.c:
11384           fix index comparison, should include 0
11385
11386 2004-08-16  Wim Taymans  <wim@fluendo.com>
11387
11388         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11389         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11390         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11391         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11392         (gst_fdset_wait):
11393           copy when reallocing for poll so the select arguments don't get
11394           changed during the call
11395
11396 2004-08-16  Wim Taymans  <wim@fluendo.com>
11397
11398         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11399         (gst_theora_enc_class_init), (theora_enc_sink_link),
11400         (theora_buffer_from_packet), (theora_enc_chain):
11401         Fix bug where buffers were not marked as keyframes
11402         correctly.
11403
11404 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11405
11406         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11407         (gst_lame_preset_get_type), (gst_lame_class_init):
11408         describe the enum values for vbr mode and presets more verbosely
11409
11410 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11411
11412         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11413         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11414         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11415         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11416         * ext/lame/gstlame.h:
11417         add preset property to lame so it can use lame presets
11418
11419 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11420
11421         * ext/lame/gstlame.c: (gst_lame_get_property):
11422         whoops forgot break, thanks teuf
11423
11424 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11425
11426         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11427         (gst_lame_class_init), (gst_lame_src_getcaps),
11428         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11429         (gst_lame_get_property), (gst_lame_setup):
11430         * ext/lame/gstlame.h:
11431         fix lame's broken vbr stuff, allow it to resample if need be, and also
11432         make xing header optional
11433
11434 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11435
11436         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11437         added getcaps function so samplerate doesnt get fixated to silly values
11438
11439 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11440
11441         * ext/lame/gstlame.c: (gst_lame_src_link):
11442         revert previous fix
11443
11444 2004-08-12  Johan Dahlin  <johan@gnome.org>
11445
11446         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11447         checks. Doesn't matter what state we are in. Interfaces are a
11448         compile time thing, not runtime. It also broke the python bindings.
11449
11450 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11451
11452         * ext/lame/gstlame.c: (gst_lame_src_link):
11453         made source pad link function check if sinkpad is ok..fixes the problem
11454         where core fixates the output rate of lame stupidly
11455
11456 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11457
11458         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11459         * sys/v4l/v4l_calls.c:
11460         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11461           fix fixate function to handle nonsimple caps.
11462           remove bogus check in _link
11463           cleanups
11464
11465 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11466
11467         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11468         set default compression ratio parameter to 0.0 so bitrate parameter
11469         works :)
11470
11471 2004-08-11  David Schleef  <ds@schleef.org>
11472
11473         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11474
11475 2004-08-11  David Schleef  <ds@schleef.org>
11476
11477         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11478         before.
11479
11480 2004-08-11  David Schleef  <ds@schleef.org>
11481
11482         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11483
11484 2004-08-11  David Schleef  <ds@schleef.org>
11485
11486         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11487           license field
11488         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11489         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11490           LGPL.
11491         * gst/auparse/gstauparse.c: Fix plugin license field.
11492         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11493         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11494         * gst/rtp/gstrtp.c: Fix plugin license field.
11495
11496 2004-08-11  Wim Taymans  <wim@fluendo.com>
11497
11498         * gst/tcp/Makefile.am:
11499         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11500         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11501         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11502         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11503         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11504         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11505         (gst_fdset_fd_can_write), (gst_fdset_wait):
11506         * gst/tcp/gstfdset.h:
11507         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11508         (gst_multifdsink_class_init), (gst_multifdsink_init),
11509         (gst_multifdsink_add), (gst_multifdsink_remove),
11510         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11511         (gst_multifdsink_remove_client_link),
11512         (gst_multifdsink_handle_client_read),
11513         (gst_multifdsink_client_queue_data),
11514         (gst_multifdsink_client_queue_caps),
11515         (gst_multifdsink_client_queue_buffer),
11516         (gst_multifdsink_handle_client_write),
11517         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11518         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11519         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11520         (gst_multifdsink_close):
11521         * gst/tcp/gstmultifdsink.h:
11522         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11523         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11524         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11525         (gst_tcpserversink_close):
11526         * gst/tcp/gsttcpserversink.h:
11527         Abstracted away the select call, implemented poll (yes we ran into
11528         the 1024 limit in production).
11529
11530 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11531
11532         * gst/tcp/gsttcp.c:
11533         * gst/tcp/gsttcpplugin.c:
11534           improve debuggging, remove assert
11535
11536 2004-08-10  Wim Taymans  <wim@fluendo.com>
11537
11538         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11539         (gst_client_status_get_type), (gst_multifdsink_class_init),
11540         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11541         (gst_multifdsink_handle_client_read),
11542         (gst_multifdsink_handle_client_write),
11543         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11544         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11545         (gst_multifdsink_get_property):
11546         * gst/tcp/gstmultifdsink.h:
11547         * gst/tcp/gsttcp-marshal.list:
11548         Starting to prepare for specifying buffer time in other units
11549         than buffers. Expose remove reason in signal.
11550
11551 2004-08-10  Wim Taymans  <wim@fluendo.com>
11552
11553         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11554         (gst_multifdsink_remove), (gst_multifdsink_clear),
11555         (gst_multifdsink_remove_client_link),
11556         (gst_multifdsink_handle_client_read),
11557         (gst_multifdsink_client_queue_data),
11558         (gst_multifdsink_client_queue_buffer),
11559         (gst_multifdsink_handle_client_write),
11560         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11561         (gst_multifdsink_chain), (gst_multifdsink_close):
11562         * gst/tcp/gstmultifdsink.h:
11563         Added more debugging info. Changed the way clients are
11564         removed from the lists. Fixed a bug where a bad file descriptor
11565         could cause many clients to be removed.
11566
11567 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11568
11569         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
11570           allow all pixel-aspect-ratios, not just 1:1
11571
11572 2004-08-09  David Schleef  <ds@schleef.org>
11573
11574         * sys/glsink/ARB_multitexture.h:  Remove old files.
11575         * sys/glsink/EXT_paletted_texture.h:
11576         * sys/glsink/NV_register_combiners.h:
11577         * sys/glsink/gstgl_nvimage.c:
11578         * sys/glsink/gstgl_pdrimage.c:
11579         * sys/glsink/gstgl_rgbimage.c:
11580         * sys/glsink/gstglsink.c:
11581         * sys/glsink/gstglsink.h:
11582         * sys/glsink/gstglxwindow.c:
11583         * sys/glsink/regcomb_yuvrgb.c:
11584
11585 2004-08-09  David Schleef  <ds@schleef.org>
11586
11587         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
11588         GL sink plugin.  (Bug #147302)
11589
11590         * configure.ac: Test for OpenGL
11591         * sys/Makefile.am: Use test for OpenGL
11592         * sys/glsink/Makefile.am:
11593         * sys/glsink/glimagesink.c: rewrite
11594         * sys/glsink/glimagesink.h: rewrite
11595
11596 2004-08-09  David Schleef  <ds@schleef.org>
11597
11598         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
11599         sane framerates.
11600         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
11601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
11602         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
11603
11604 2004-08-09  Wim Taymans  <wim@fluendo.com>
11605
11606         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11607         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11608         (gst_multifdsink_client_remove),
11609         (gst_multifdsink_handle_client_read),
11610         (gst_multifdsink_handle_client_write),
11611         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11612         Do a bit more logging, make the client_read code more robust.
11613
11614 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11615
11616         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
11617         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
11618         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
11619         (gst_jpegdec_init), (gst_jpegdec_chain):
11620         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11621         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
11622           cleanups, debugging fixes and memleak plugging
11623
11624 2004-08-09  Wim Taymans  <wim@fluendo.com>
11625
11626         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11627         (theora_get_formats), (theora_dec_src_convert),
11628         (theora_dec_sink_convert), (theora_dec_src_query),
11629         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
11630         (theora_dec_change_state):
11631         Don't crash on missing header packets.
11632
11633 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11634
11635         * po/LINGUAS:
11636         * po/sq.po:
11637           Added Albanian translation (Laurent Dhima)
11638         * po/cs.po:
11639           updated
11640
11641 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11642
11643         * ext/lame/gstlame.c:
11644           fix/add debugging
11645
11646 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11647
11648         * sys/ximage/ximagesink.c:
11649         * sys/xvimage/xvimagesink.c:
11650           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
11651
11652 2004-08-06  Wim Taymans  <wim@fluendo.com>
11653
11654         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11655         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11656         (gst_multifdsink_client_remove),
11657         (gst_multifdsink_handle_client_read),
11658         (gst_multifdsink_handle_client_write),
11659         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11660         Make sure we don't try to read more from a client that what
11661         ioctl says us or we deadlock.
11662
11663 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11664
11665         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
11666         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
11667         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11668           decouple running_time and n_frames so it can handle changing
11669           framerate while running
11670
11671 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11672
11673         * po/nl.po:
11674         * po/sv.po:
11675           updated translations
11676
11677 2004-08-04  Benjamin Otte  <otte@gnome.org>
11678
11679         * gst/videotestsrc/gstvideotestsrc.c:
11680         (gst_videotestsrc_get_capslist), (generate_capslist),
11681         (plugin_init):
11682           generate the list of supported caps at startup and reuse it instead
11683           of always generating it
11684
11685 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11686
11687         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
11688           whoops, last checkin broke normal build
11689
11690 2004-08-03  Benjamin Otte  <otte@gnome.org>
11691
11692         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
11693         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
11694         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
11695         (gst_alsa_mixer_get_option):
11696         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
11697         (dvdnavsrc_print_event):
11698         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
11699         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
11700         (gst_ogg_mux_pad_unlink):
11701         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
11702         (gst_multipart_mux_pad_unlink):
11703         * gst/videofilter/gstvideobalance.c:
11704         (gst_videobalance_colorbalance_set_value):
11705         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
11706         (gst_videomixer_pad_unlink):
11707         * po/uk.po:
11708         * sys/oss/gstossmixer.c:
11709         * sys/v4l/gstv4lcolorbalance.c:
11710         * sys/v4l/gstv4ltuner.c:
11711         * sys/v4l/v4lsrc_calls.c:
11712         * sys/v4l2/gstv4l2colorbalance.c:
11713         * sys/v4l2/gstv4l2tuner.c:
11714           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
11715
11716 2004-08-03  Benjamin Otte  <otte@gnome.org>
11717
11718         * examples/dynparams/filter.c: (ui_control_create):
11719         * examples/gstplay/player.c: (print_tag):
11720         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
11721         * ext/gdk_pixbuf/gstgdkanimation.c:
11722         (gst_gdk_animation_iter_may_advance):
11723         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
11724         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
11725         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
11726         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
11727         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
11728         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
11729         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
11730         * gst/sine/demo-dparams.c: (main):
11731         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
11732         * testsuite/alsa/formats.c: (create_pipeline):
11733         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
11734           fixes for G_DISABLE_ASSERT and friends
11735         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11736         (mp3_type_frame_length_from_header), (mp3_type_find),
11737         (plugin_init):
11738           require mp3 typefinding to have at least MIN_HEADERS valid headers
11739           add typefinding for AAC adts files
11740
11741 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
11742
11743         * sys/ximage/ximagesink.c:
11744         (gst_ximagesink_calculate_pixel_aspect_ratio):
11745         * sys/xvimage/xvimagesink.c:
11746         (gst_xvimagesink_calculate_pixel_aspect_ratio):
11747         Make sure we calculate pixel-aspect-ratio using floating point maths
11748
11749 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11750
11751         * po/uk.po:
11752           updated translation
11753
11754 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11755
11756         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
11758           add debugging for display PAR calculation
11759
11760 2004-08-02  David Schleef  <ds@schleef.org>
11761
11762         * configure.ac: Fix mikmod CFLAGS.
11763
11764 2004-07-27  Benjamin Otte  <otte@gnome.org>
11765
11766         * gst/audioscale/gstaudioscale.c:
11767         - fix templates to only support S16, it's the only format that works
11768         - make caps nego code use try_set_caps_nonfixed and fixation instead
11769         of try_set_caps twice, which is not nice for autopluggers
11770         - change rank to secondary, so autopluggers can pick it up after
11771         audioconvert
11772
11773 2004-08-02  Iain <iain@prettypeople.org>
11774
11775         * gst/interleave/interleave.c (interleave_init),
11776         (interleave_request_new_pad),
11777         (interleave_pad_removed),
11778         (interleave_buffered_loop): Use the real pad count, not the artificial
11779         one.
11780
11781 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11782
11783         * configure.ac: bump nano back to development
11784
11785 === release 0.8.3 ===
11786
11787 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11788
11789         * configure.ac: releasing 0.8.3, "Water"
11790
11791 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11792
11793         * sys/xvimage/xvimagesink.c:
11794         (gst_xvimagesink_calculate_pixel_aspect_ratio),
11795         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
11796         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
11797         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11798         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11799         * sys/xvimage/xvimagesink.h:
11800           apply similar PAR fixes as to ximagesink
11801
11802 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11803
11804         patch from: Benjamin Otte
11805
11806         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
11807           add link function to lame.  Fixes #148986.
11808
11809 2004-08-02  Johan Dahlin  <johan@gnome.org>
11810
11811         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
11812         fix debugging log
11813
11814 2004-07-30  David Schleef  <ds@schleef.org>
11815
11816         * gst/videomixer/Makefile.am: Fix things that should have been
11817         fixed in the last checkin.
11818
11819 2004-07-30  David Schleef  <ds@schleef.org>
11820
11821         * gst/multipart/Makefile.am: Fix things that should have been
11822         fixed in the last checkin.
11823
11824 2004-07-30  David Schleef  <ds@schleef.org>
11825
11826         * testsuite/multifilesink/Makefile.am: Fix unused variable.
11827
11828 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11829
11830         * configure.ac:
11831           bump nano for prerelease
11832         * po/af.po:
11833         * po/az.po:
11834         * po/cs.po:
11835         * po/en_GB.po:
11836         * po/hu.po:
11837         * po/nl.po:
11838         * po/sr.po:
11839         * po/sv.po:
11840         * po/uk.po:
11841           updates
11842
11843 2004-07-30  Wim Taymans  <wim@fluendo.com>
11844
11845         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11846         (gst_multifdsink_add), (gst_multifdsink_remove),
11847         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11848         (gst_multifdsink_client_remove),
11849         (gst_multifdsink_handle_client_write),
11850         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11851         * gst/tcp/gstmultifdsink.h:
11852         Recover from a select with a bad file descriptor by removing
11853         the client.
11854
11855 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11856
11857         * configure.ac:
11858           fix requirement of core
11859         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
11860         (gst_play_pipeline_setup):
11861           don't use colorspace element.  do use hermescolorspace element.
11862           make macro to get a colorspace element.
11863           mark strings for translation.
11864         * po/POTFILES.in:
11865           add play.c
11866         * po/af.po:
11867         * po/az.po:
11868         * po/cs.po:
11869         * po/en_GB.po:
11870         * po/hu.po:
11871         * po/nl.po:
11872         * po/sr.po:
11873         * po/sv.po:
11874         * po/uk.po:
11875           update translations
11876
11877 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11878
11879         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11880         fix default for newmedia flag
11881
11882 2004-07-30  Wim Taymans  <wim@fluendo.com>
11883
11884         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11885         (gst_theora_dec_init), (theora_get_formats),
11886         (theora_dec_src_convert), (theora_dec_sink_convert),
11887         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11888         (theora_dec_chain), (theora_dec_set_property),
11889         (theora_dec_get_property):
11890         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11891         (gst_theora_enc_class_init), (gst_theora_enc_init),
11892         (theora_enc_sink_link), (theora_enc_chain),
11893         (theora_enc_set_property), (theora_enc_get_property):
11894         Added cropping option to theora decoder.
11895         Added border option to theora encoder.
11896
11897 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11898
11899         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11900         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11901         (gst_pngenc_set_property):
11902         * ext/libpng/gstpngenc.h:
11903         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
11904
11905 2004-07-30  Wim Taymans  <wim@fluendo.com>
11906
11907         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11908         (theora_enc_sink_link), (theora_enc_chain),
11909         (theora_enc_set_property), (theora_enc_get_property):
11910         Fix encoding of non-multiple-of-16 video.
11911
11912 2004-07-29  David Schleef  <ds@schleef.org>
11913
11914         * configure.ac: make test for audiofile more strict
11915
11916 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11917
11918         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11919           give different names to typefind functions
11920
11921 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11922
11923         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
11924         (gst_ximagesink_calculate_pixel_aspect_ratio),
11925         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
11926         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
11927         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
11928         (gst_ximagesink_get_property), (gst_ximagesink_init):
11929         * sys/ximage/ximagesink.h:
11930           allocate PAR's dynamically.
11931           use autodetected PAR if no object-set PAR is given.
11932           add workaround for directfb's X not setting physical size.
11933           fix to xvimagesink will follow tomorrow.
11934
11935 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11936
11937         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
11938         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
11939         (gst_shout2send_get_type), (gst_shout2send_set_clock),
11940         (gst_shout2send_class_init), (gst_shout2send_init),
11941         (set_shout_metadata), (gst_shout2send_set_metadata),
11942         (gst_shout2send_chain), (gst_shout2send_set_property),
11943         (gst_shout2send_get_property), (gst_shout2send_connect),
11944         (gst_shout2send_change_state):
11945         * ext/shout2/gstshout2.h:
11946         - fix for sending mp3 audio to icecast2 server, if pad link function not
11947         called before PAUSED state
11948         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
11949         - added tagging support for mp3 audio broadcasted
11950         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11951         debug info
11952
11953 2004-07-28  Wim Taymans  <wim@fluendo.com>
11954
11955         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11956         (gst_ogg_demux_push):
11957         Return query failure when we don't know the length of
11958         an ogg stream insteda of returning TRUE with a bogus value.
11959
11960 2004-07-28  Wim Taymans  <wim@fluendo.com>
11961
11962         * ext/theora/theoradec.c: (theora_get_formats),
11963         (theora_dec_src_convert), (theora_dec_sink_convert),
11964         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11965         (theora_dec_chain):
11966         Don't screw up the 1 Chroma for 1 luma sample situation when we
11967         have an odd offset/width by adding a black border in those cases.
11968
11969 2004-07-28  Wim Taymans  <wim@fluendo.com>
11970
11971         * ext/theora/theoradec.c: (theora_get_formats),
11972         (theora_dec_src_convert), (theora_dec_sink_convert),
11973         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11974         (theora_dec_chain):
11975         * ext/theora/theoraenc.c: (theora_enc_sink_link):
11976         Added first attempt at cropping of the image as required by the
11977         theora spec. We need more properties in the caps (offset_x,
11978         offset_y,stride) to implement this correctly.
11979
11980 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
11981
11982         * ext/dvdnav/README:
11983           Update the README to use dvddemux
11984         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
11985           Ensure getcaps returns a subset of the template caps
11986         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
11987         (gst_mpeg2subt_init):
11988           Ensure getcaps returns a subset of the template caps
11989         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11990         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
11991         (gst_dvd_demux_get_subpicture_stream),
11992         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
11993         * gst/mpegstream/gstdvddemux.h:
11994           Set the explicit caps on the current_video pad before pushing
11995           anything
11996         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
11997         (gst_mpeg_demux_get_audio_stream):
11998           Free caps used to gst_pad_set_explicit_caps, which takes a const
11999           GstCaps *
12000
12001 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12002
12003         * configure.ac: update GStreamer requirement to 0.8.4 because of
12004           GstFraction.
12005
12006 2004-07-28  Wim Taymans  <wim@fluendo.com>
12007
12008         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
12009         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
12010         Add the pad to the element after setting up the caps. This
12011         makes it a lot easier to autoplug.
12012
12013 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12014
12015         * gst/median/gstmedian.c:
12016         * gst/mpeg2subt/gstmpeg2subt.c:
12017         * gst/mpegaudioparse/gstmpegaudioparse.c:
12018         * gst/mpegstream/gstdvddemux.c:
12019         * gst/mpegstream/gstmpegdemux.c:
12020         * gst/mpegstream/gstmpegpacketize.c:
12021         * gst/rtjpeg/gstrtjpeg.c:
12022         * gst/rtjpeg/gstrtjpegdec.c:
12023         * gst/rtjpeg/gstrtjpegenc.c:
12024         * gst/sine/gstsinesrc.c:
12025         * gst/smooth/gstsmooth.c:
12026         * gst/smpte/gstsmpte.c:
12027         * gst/smpte/gstsmpte.h:
12028         * gst/stereo/gststereo.c:
12029         * gst/videofilter/gstgamma.c:
12030         * gst/videofilter/gstvideobalance.c:
12031         * gst/videofilter/gstvideofilter.c:
12032         * gst/videofilter/gstvideoflip.c:
12033         * gst/videoscale/gstvideoscale.c:
12034         * gst/videoscale/videoscale.c:
12035         * gst/videotestsrc/gstvideotestsrc.c:
12036         * gst/videotestsrc/videotestsrc.c:
12037         * gst/wavenc/gstwavenc.c:
12038         * gst/wavparse/gstwavparse.c:
12039           fix local includes and 64 bits constants
12040
12041 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12042
12043         * win32/gst.sln:
12044         * gst-libs/gst/*/*.vcproj:
12045         * gst/*/*.vcproj:
12046           more working plugins
12047
12048 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12049
12050         * testsuite/alsa/Makefile.am:
12051         * testsuite/alsa/srcstate.c:
12052         add test for alsasrc changing state
12053
12054 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12055
12056         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
12057         (gst_silence_get):
12058         * gst/silence/gstsilence.h:
12059         fix silence generation for 16bit raw audio
12060
12061 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12062
12063         * gst/matroska/matroska-demux.c:
12064         (gst_matroska_demux_parse_metadata),
12065         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
12066         * gst/mpegaudio/common.c:
12067         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12068         (gst_videoscale_getcaps), (gst_videoscale_link),
12069         (gst_videoscale_src_fixate), (gst_videoscale_init),
12070         (gst_videoscale_finalize):
12071         * gst/videoscale/gstvideoscale.h:
12072         * gst/videotestsrc/gstvideotestsrc.c:
12073         (gst_videotestsrc_get_capslist):
12074         * gst/wavenc/gstwavenc.c:
12075         * sys/oss/gstossmixer.c: (fill_labels):
12076         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12077         (gst_ximagesink_handle_xevents),
12078         (gst_ximagesink_calculate_pixel_aspect_ratio),
12079         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
12080         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
12081         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
12082         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12083         (gst_ximagesink_init), (gst_ximagesink_class_init):
12084         * sys/ximage/ximagesink.h:
12085         * sys/xvimage/xvimagesink.c:
12086         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12087         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
12088         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12089         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12090         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12091         * sys/xvimage/xvimagesink.h:
12092           first batch of pixel aspect ratio commits.
12093
12094 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12095
12096         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12097         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
12098         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
12099           handle stride, needs work if we want to move stride handling
12100           upstream, but works correctly for our purposes.
12101
12102 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12103
12104         * gst/videoscale/README:
12105           add testing examples
12106         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
12107         (gst_videoscale_chain):
12108         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12109         (gst_videoscale_get_size):
12110           add get_size function that handles stride like videotestsrc.
12111           fixes conversion for YUV formats for as much as I can test them.
12112
12113 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12114
12115         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12116         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12117         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12118         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12119         (gst_xvimagesink_xvimage_put):
12120           further cleanups, logging, error handling and synchronizing
12121
12122 2004-07-27  Wim Taymans  <wim@fluendo.com>
12123
12124         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12125         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
12126         (gst_videomixer_pad_set_property),
12127         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
12128         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12129         (gst_videomixer_class_init), (gst_videomixer_init),
12130         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
12131         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
12132         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
12133         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12134         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12135         (gst_videomixer_loop), (plugin_init):
12136         Be a nicer negotiation citizen and provide a getcaps function on
12137         the srcpad. This also fixes a crash when resizing.
12138
12139 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12140
12141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12142         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
12143
12144 2004-07-27  Wim Taymans  <wim@fluendo.com>
12145
12146         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
12147         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12148         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12149         (gst_pngenc_set_property):
12150         * ext/libpng/gstpngenc.h:
12151         Added snapshot property to pngenc.
12152         removed g_print from pngdec
12153
12154 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12155
12156         * gst/ac3parse/ac3parse.vcproj
12157         * gst/adder/adder.vcproj
12158         * gst/alpha/alpha.vcproj
12159         * gst/alpha/alphacolor.vcproj
12160         * gst/asfdemux/asf.vcproj
12161         * gst/audioconvert/audioconvert.vcproj
12162         * gst/audiorate/audiorate.vcproj
12163         * gst/audioscale/audioscale.vcproj
12164         * gst/auparse/auparse.vcproj
12165         * gst/avi/avi.vcproj
12166         * gst/cdxaparse/cdxaparse.vcproj
12167         * gst/chart/chart.vcproj
12168         * gst/colorspace/colorspace.vcproj
12169         * gst/cutter/cutter.vcproj
12170         * gst/debug/debug.vcproj
12171         * gst/debug/efence.vcproj
12172         * gst/debug/navigationtest.vcproj
12173         * gst/deinterlace/deinterlace.vcproj
12174         * gst/effectv/effectv.vcproj
12175         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12176         * gst/filter/filter.vcproj
12177         * gst/flx/flxdec.vcproj
12178         * gst/goom/goom.vcproj
12179         * gst/interleave/interleave.vcproj
12180         * gst/law/alaw.vcproj
12181         * gst/law/mulaw.vcproj
12182         * gst/matroska/matroska.vcproj
12183         * gst/median/median.vcproj
12184         * gst/mixmatrix/mixmatrix.vcproj
12185         * gst/mpeg1sys/mpeg1systemencode.vcproj
12186         * gst/mpeg1videoparse/mp1videoparse.vcproj
12187         * gst/mpeg2sub/mpeg2subt.vcproj
12188         * gst/mpegaudio/mpegaudio.vcproj
12189         * gst/mpegaudioparse/mpegaudioparse.vcproj
12190         * gst/mpegstream/mpegstream.vcproj
12191         * gst/multifilesink/multifilesink.vcproj
12192         * gst/multipart/multipart.vcproj
12193         * gst/oneton/oneton.vcproj
12194         * gst/overlay/overlay.vcproj
12195         * gst/passthrough/passthrough.vcproj
12196         * gst/qtdemux/qtdemux.vcproj
12197         * gst/realmedia/rmdemux.vcproj
12198         * gst/rtjpeg/rtjpeg.vcproj
12199         * gst/rtp/rtp.vcproj
12200         * gst/silence/silence.vcproj
12201         * gst/sine/sinesrc.vcproj
12202         * gst/smooth/smooth.vcproj
12203         * gst/smpte/smpte.vcproj
12204         * gst/spectrum/spectrum.vcproj
12205         * gst/speed/speed.vcproj
12206         * gst/stereo/stereo.vcproj
12207         * gst/switch/switch.vcproj
12208         * gst/tags/tagedit.vcproj
12209         * gst/tcp/tcp.vcproj
12210         * gst/typefind/typefindfunctions.vcproj
12211         * gst/udp/udp.vcproj
12212         * gst/videobox/videobox.vcproj
12213         * gst/videocrop/videocrop.vcproj
12214         * gst/videodrop/videodrop.vcproj
12215         * gst/videofilter/gamma.vcproj
12216         * gst/videofilter/videobalance.vcproj
12217         * gst/videofilter/videofilter.vcproj
12218         * gst/videofilter/videoflip.vcproj
12219         * gst/videoflip/videoflip.vcproj
12220         * gst/videomixer/videomixer.vcproj
12221         * gst/videorate/videorate.vcproj
12222         * gst/videoscale/videoscale.vcproj
12223         * gst/videotestsrc/videotestsrc.vcproj
12224         * gst/virtualdub/virtualdub.vcproj
12225         * gst/volenv/volenv.vcproj
12226         * gst/volume/volume.vcproj
12227         * gst/wavenc/wavenc.vcproj
12228         * gst/wavparse/wavparse.vcproj
12229         * gst/y4m/y4menc.vcproj
12230         * gst-libs/gst/audio/audio.vcproj
12231         * gst-libs/gst/audio/audiofilter.vcproj
12232         * gst-libs/gst/colorbalance/colorbalance.vcproj
12233         * gst-libs/gst/idct/idtc.vcproj
12234         * gst-libs/gst/media-info/media-info.vcproj
12235         * gst-libs/gst/mixer/mixer.vcproj
12236         * gst-libs/gst/navigation/navigation.vcproj
12237         * gst-libs/gst/play/play.vcproj
12238         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12239         * gst-libs/gst/resample/resample.vcproj
12240         * gst-libs/gst/riff/riff.vcproj
12241         * gst-libs/gst/tuner/tuner.vcproj
12242         * gst-libs/gst/video/video.vcproj
12243         * gst-libs/gst/xoverlay/xoverlay.vcproj
12244           avoid problems with math.h, fix release dependancy
12245           rename GStreamer-0.8.lib to libgstreamer.lib
12246
12247 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12248
12249         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12251         the atom is not available we have to unlock the mutex. Fixes #148023
12252
12253 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12254
12255         * gst-libs/gst/media-info/media-info.h:
12256           issue for a vararg macro with MSVC
12257
12258 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12259
12260         * gst/effectv/effectv.vcproj
12261         * gst-libs/gst/idct/idct.vcproj:
12262         * gst-libs/gst/media-info/media-info.vcproj:
12263         * gst-libs/gst/navigation/navigation.vcproj:
12264         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12265         * gst-libs/gst/video/video.vcproj:
12266         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12267           fixes for build problems
12268
12269 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12270
12271         * gst-libs/gst/audio/audio.def:
12272         * gst-libs/gst/audio/riff.def:
12273           add some definitions needed by plugins
12274
12275 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12276
12277         * gst/asfdemux/gstasfmux.c
12278           Fix some 64 bits constants to be glib friendly
12279
12280 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12281
12282         * gst/ac3parse/gstac3parse.c
12283         * gst/audioscale/gstaudioscale.c
12284         * gst/auparse/gstauparse.c
12285         * gst/colorspace/gstcolorspace.c
12286         * gst/colorspace/yuv2rgb.h
12287           local include fixes
12288
12289 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12290
12291         * win32/gst.sln
12292           add more plugins to the build
12293
12294 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12295
12296         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12297         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12298
12299 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12300
12301         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12302         (gst_level_set_property), (gst_level_get_property),
12303         (gst_level_base_init), (gst_level_class_init):
12304           add debugging categories.  cleanups.
12305
12306 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12307
12308         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12309         (gst_videoscale_planar411), (gst_videoscale_planar400),
12310         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12311         (gst_videoscale_scale_nearest_str1),
12312         (gst_videoscale_scale_nearest_str2),
12313         (gst_videoscale_scale_nearest_str4),
12314         (gst_videoscale_scale_nearest_16bit),
12315         (gst_videoscale_scale_nearest_24bit):
12316           fixed stride issues
12317           tested with 320x240 -> 321, 322, 324 x240
12318           tested with YV12, I420, YUY2, UYVY
12319           fixed packed422rev (don't think it could have worked before)
12320           by testing with UYVY
12321
12322 2004-07-26  Benjamin Otte  <otte@gnome.org>
12323
12324         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12325         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12326         (plugin_init):
12327           add debugging category, add error checks like checking return values
12328           of setup calls, make sure it still works after
12329           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12330
12331 2004-07-26  Wim Taymans  <wim@fluendo.com>
12332
12333         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12334         (gst_mpeg_demux_get_audio_stream),
12335         (gst_mpeg_demux_process_private):
12336         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12337         Check for error codes from the negotiation functions. Make sure
12338         we really set the pad caps when a new pad is created.
12339
12340 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12341
12342         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12343         (gst_ffmpeg_caps_to_pix_fmt):
12344         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12345         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12346         (gst_ffmpegcolorspace_pad_link):
12347           don't make function do two things at the same time without reason.
12348
12349 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12350
12351         * gst/ac3parse/ac3parse.vcproj
12352         * gst/adder/adder.vcproj
12353         * gst/alpha/alpha.vcproj
12354         * gst/alpha/alphacolor.vcproj
12355         * gst/asfdemux/asf.vcproj
12356         * gst/audioconvert/audioconvert.vcproj
12357         * gst/audiorate/audiorate.vcproj
12358         * gst/audioscale/audioscale.vcproj
12359         * gst/auparse/auparse.vcproj
12360         * gst/avi/avi.vcproj
12361         * gst/cdxaparse/cdxaparse.vcproj
12362         * gst/chart/chart.vcproj
12363         * gst/colorspace/colorspace.vcproj
12364         * gst/cutter/cutter.vcproj
12365         * gst/debug/debug.vcproj
12366         * gst/debug/efence.vcproj
12367         * gst/debug/navigationtest.vcproj
12368         * gst/deinterlace/deinterlace.vcproj
12369         * gst/effectv/effectv.vcproj
12370         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12371         * gst/filter/filter.vcproj
12372         * gst/flx/flxdec.vcproj
12373         * gst/goom/goom.vcproj
12374         * gst/interleave/interleave.vcproj
12375         * gst/law/alaw.vcproj
12376         * gst/law/mulaw.vcproj
12377         * gst/matroska/matroska.vcproj
12378         * gst/median/median.vcproj
12379         * gst/mixmatrix/mixmatrix.vcproj
12380         * gst/mpeg1sys/mpeg1systemencode.vcproj
12381         * gst/mpeg1videoparse/mp1videoparse.vcproj
12382         * gst/mpeg2sub/mpeg2subt.vcproj
12383         * gst/mpegaudio/mpegaudio.vcproj
12384         * gst/mpegaudioparse/mpegaudioparse.vcproj
12385         * gst/mpegstream/mpegstream.vcproj
12386         * gst/multifilesink/multifilesink.vcproj
12387         * gst/multipart/multipart.vcproj
12388         * gst/oneton/oneton.vcproj
12389         * gst/overlay/overlay.vcproj
12390         * gst/passthrough/passthrough.vcproj
12391         * gst/qtdemux/qtdemux.vcproj
12392         * gst/realmedia/rmdemux.vcproj
12393         * gst/rtjpeg/rtjpeg.vcproj
12394         * gst/rtp/rtp.vcproj
12395         * gst/silence/silence.vcproj
12396         * gst/sine/sinesrc.vcproj
12397         * gst/smooth/smooth.vcproj
12398         * gst/smpte/smpte.vcproj
12399         * gst/spectrum/spectrum.vcproj
12400         * gst/speed/speed.vcproj
12401         * gst/stereo/stereo.vcproj
12402         * gst/switch/switch.vcproj
12403         * gst/tags/tagedit.vcproj
12404         * gst/tcp/tcp.vcproj
12405         * gst/typefind/typefindfunctions.vcproj
12406         * gst/udp/udp.vcproj
12407         * gst/videobox/videobox.vcproj
12408         * gst/videocrop/videocrop.vcproj
12409         * gst/videodrop/videodrop.vcproj
12410         * gst/videofilter/gamma.vcproj
12411         * gst/videofilter/videobalance.vcproj
12412         * gst/videofilter/videofilter.vcproj
12413         * gst/videofilter/videoflip.vcproj
12414         * gst/videoflip/videoflip.vcproj
12415         * gst/videomixer/videomixer.vcproj
12416         * gst/videorate/videorate.vcproj
12417         * gst/videoscale/videoscale.vcproj
12418         * gst/videotestsrc/videotestsrc.vcproj
12419         * gst/virtualdub/virtualdub.vcproj
12420         * gst/volenv/volenv.vcproj
12421         * gst/volume/volume.vcproj
12422         * gst/wavenc/wavenc.vcproj
12423         * gst/wavparse/wavparse.vcproj
12424         * gst/y4m/y4menc.vcproj
12425           more plugins supported under windows
12426
12427 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12428
12429         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12430         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12431         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12433         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12434           Add debugging statements.  Use the sizes as returned by the
12435           *CreateImage calls.
12436
12437 2004-07-26  Johan Dahlin  <johan@gnome.org>
12438
12439         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12440         the pad is negotiated.
12441
12442         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12443
12444 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12445
12446         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12447         * gst-libs/gst/idct/idct.vcproj:
12448         * gst-libs/gst/media-info/media-info.vcproj:
12449         * gst-libs/gst/mixer/mixer.vcproj:
12450         * gst-libs/gst/navigation/navigation.vcproj:
12451         * gst-libs/gst/play/play.vcproj:
12452         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12453         * gst-libs/gst/resample/resample.vcproj:
12454         * gst-libs/gst/tuner/tuner.vcproj:
12455         * gst-libs/gst/video/video.vcproj:
12456         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12457           more plugins supported under windows
12458
12459 2004-07-25 Iain <iain@prettypeople.org>
12460
12461         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12462         pad now rather than when the pad is created because state changes wipe
12463         explicit caps (fixes #148043).
12464
12465 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12466
12467         reviewed by Benjamin Otte  <otte@gnome.org>
12468
12469         * ext/mad/gstmad.c:
12470           fix mad plugin crashing on Sun (fixes #148289)
12471
12472 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12473
12474         * gst/avi/avi.def:
12475         * gst/avi/avi.vcproj:
12476         * gst/matroska/matroska.def:
12477         * gst/matroska/matroska.vcproj:
12478           remove unused .def files
12479
12480 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12481
12482         * gst-libs/gst/audio/gstaudiofilter.c:
12483           Clean the local include
12484
12485 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12486
12487         * win32/gst.sln:
12488         * gst-libs/gst/audio/audio.def:
12489         * gst-libs/gst/audio/audio.vcproj:
12490         * gst-libs/gst/audio/audiofilter.vcproj:
12491         * gst-libs/gst/audio/riff.def:
12492         * gst-libs/gst/audio/riff.vcproj:
12493         * gst-libs/gst/gst-libs.def:
12494         * gst-libs/gst/gst-libs.vcproj:
12495         * gst/avi/avi.vcproj:
12496         * gst/avi/avi.vcproj:
12497           Copy the files where needed after building, cleaner projects
12498
12499 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12500
12501         * gst/matroska/ebml-write.c:
12502           Fix some 64 bits constants to be glib friendly
12503
12504 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12505
12506         * win32/gst.sln:
12507         * gst-libs/gst/gst-libs.def:
12508         * gst-libs/gst/gst-libs.vcproj:
12509         * gst/matroska/matroska.def:
12510         * gst/matroska/matroska.vcproj:
12511           Add the preliminary canvas to build plugins on Win32
12512
12513 2004-07-23  Benjamin Otte  <otte@gnome.org>
12514
12515         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12516           don't enfore negotiation from source side, it breaks
12517           sinesrc ! audioconvert ! osssink
12518
12519 2004-07-22  David Schleef  <ds@schleef.org>
12520
12521         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12522         for ELF files, since they can easily be recognized as audio/mpeg.
12523         (bug #147441)
12524
12525 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12526
12527         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12528         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12529         (gst_videoscale_scale_nearest_24bit),
12530         (gst_videoscale_scale_nearest_16bit):
12531           fix 16bit and 24bit for stride (24bit might need testing)
12532           don't pretend we do more than one algorithm
12533
12534 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12535
12536         * configure.ac:
12537         * gst/Makefile.am:
12538         * gst/multifilesink/Makefile.am:
12539         * gst/multifilesink/gstmultifilesink.c:
12540         (gst_multifilesink_get_formats),
12541         (gst_multifilesink_get_query_types), (_do_init),
12542         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12543         (gst_multifilesink_init), (gst_multifilesink_dispose),
12544         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12545         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12546         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12547         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12548         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12549         (gst_multifilesink_uri_get_type),
12550         (gst_multifilesink_uri_get_protocols),
12551         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12552         (gst_multifilesink_uri_handler_init), (plugin_init):
12553         * gst/multifilesink/gstmultifilesink.h:
12554         * testsuite/Makefile.am:
12555         * testsuite/multifilesink/Makefile.am:
12556         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12557         (gst_newmedia_class_init), (gst_newmedia_init),
12558         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12559         (newfile_signal), (test_signal), (main):
12560         multifilesink plugin for creating new files every time a new media
12561         discontinuity event occurs
12562
12563 2004-07-22  Wim Taymans  <wim@fluendo.com>
12564
12565         * gst/alpha/Makefile.am:
12566         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
12567         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
12568         (gst_alpha_color_init), (gst_alpha_color_set_property),
12569         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
12570         (transform), (gst_alpha_color_chain),
12571         (gst_alpha_color_change_state), (plugin_init):
12572         Stupid plugin to to RGBA to AYUV conversion because none of
12573         the colorspace plugins can handle that yet.
12574
12575 2004-07-22  Wim Taymans  <wim@fluendo.com>
12576
12577         * examples/seeking/seek.c: (update_scale), (main):
12578         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12579         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12580         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12581         (gst_decode_bin_init), (gst_decode_bin_dispose),
12582         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12583         (no_more_pads), (close_link), (type_found),
12584         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12585         (plugin_init):
12586         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12587         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12588         (gst_play_base_bin_dispose), (queue_overrun),
12589         (gen_preroll_element), (remove_prerolls), (unknown_type),
12590         (no_more_pads), (new_stream), (setup_source),
12591         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12592         (play_base_eos), (gst_play_base_bin_change_state),
12593         (gst_play_base_bin_add_element),
12594         (gst_play_base_bin_remove_element),
12595         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12596         (gst_play_base_bin_unlink_stream),
12597         (gst_play_base_bin_get_streaminfo):
12598         * gst/playback/gstplaybin.c: (gen_video_element),
12599         (gen_audio_element):
12600         * gst/playback/gststreaminfo.h:
12601         More playback updates, attempt to fix things after the state change
12602         breakage.
12603
12604 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12605
12606         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
12607         (gst_videoscale_scale_nearest_16bit):
12608           comment algorithm
12609
12610 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12611
12612         * gst/videotestsrc/gstvideotestsrc.c:
12613         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
12614         (gst_videotestsrc_init), (gst_videotestsrc_get),
12615         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
12616         (gst_videotestsrc_get_property):
12617         * gst/videotestsrc/gstvideotestsrc.h:
12618         * gst/videotestsrc/videotestsrc.c:
12619         * gst/videotestsrc/videotestsrc.h:
12620           cleanup and commenting
12621
12622 2004-07-21  Wim Taymans  <wim@fluendo.com>
12623
12624         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12625         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
12626         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
12627         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
12628         (_find_chain_get_unknown_part), (_find_streams_check),
12629         (gst_ogg_demux_push), (gst_ogg_pad_push):
12630         * ext/theora/theoradec.c: (theora_get_formats),
12631         (theora_dec_src_convert), (theora_dec_sink_convert),
12632         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12633         (theora_dec_chain):
12634         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12635         (vorbis_dec_convert), (vorbis_dec_src_query),
12636         (vorbis_dec_src_event), (vorbis_dec_event):
12637         More seeking fixes, oggdemux now supports seeking to time and
12638         uses the downstream element to convert granulepos to time.
12639         Seeking in theora-only ogg files now works.
12640
12641 2004-07-21  Wim Taymans  <wim@fluendo.com>
12642
12643         * ext/theora/theoradec.c: (gst_theora_dec_init),
12644         (theora_get_formats), (theora_get_event_masks),
12645         (theora_get_query_types), (theora_dec_src_convert),
12646         (theora_dec_sink_convert), (theora_dec_src_query),
12647         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12648         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12649         (vorbis_get_event_masks), (vorbis_get_query_types),
12650         (gst_vorbis_dec_init), (vorbis_dec_convert),
12651         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
12652         Added query/convert/formats functions to vorbis and theora decoders
12653         so that the outside world can use them too. Fixed seeking on an
12654         ogg/theora/vorbis file by disabling the seeking seeking on the
12655         theora srcpad.
12656
12657 2004-07-21  Julien MOUTTE  <julien@moutte.net>
12658
12659         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12660         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
12661         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
12662         images creation for both elements. We don't create the image on caps
12663         nego or renego, we just destroy the internal one if present if it does
12664         not match the needs. The chain function takes care of creating a new
12665         image when needed.
12666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12667         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
12668         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12669         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
12670         the image format information. The buffer pool checks for the context
12671         image format and discard images with different formats.
12672         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
12673
12674 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12675
12676         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12677         (gst_ffmpegcolorspace_chain):
12678           no point in doing any chaining if the pad we want to push from
12679           isn't usable.
12680
12681 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12682
12683         * gst-libs/gst/riff/riff-media.c:
12684         (gst_riff_create_audio_caps_with_data):
12685           Fix double end-to-native symbol conversion (#148021).
12686
12687 2004-07-20  David Schleef  <ds@schleef.org>
12688
12689         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12690         Don't use an Atom that doesn't exist.
12691
12692 2004-07-20  Wim Taymans  <wim@fluendo.com>
12693
12694         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12695         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12696         (gst_multifdsink_client_remove),
12697         (gst_multifdsink_handle_client_write),
12698         (gst_multifdsink_queue_buffer):
12699         * gst/tcp/gstmultifdsink.h:
12700         More multifdsink stats. Avoid deadlock by releasing locks
12701         before sending out a signal.
12702
12703 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12704
12705         * po/LINGUAS:
12706         * po/hu.po:
12707           added Hungarian translation (Laszlo Dvornik)
12708
12709 2004-07-20  Wim Taymans  <wim@fluendo.com>
12710
12711         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12712         (gst_multifdsink_add), (gst_multifdsink_client_remove),
12713         (gst_multifdsink_handle_client_write),
12714         (gst_multifdsink_queue_buffer):
12715         * gst/tcp/gsttcp-marshal.list:
12716         Fixed the stupid marshal definition.
12717
12718 2004-07-20  Wim Taymans  <wim@fluendo.com>
12719
12720         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12721         (gst_multifdsink_init), (gst_multifdsink_add),
12722         (gst_multifdsink_client_remove),
12723         (gst_multifdsink_handle_client_write),
12724         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
12725         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
12726         (gst_multifdsink_init_send):
12727         * gst/tcp/gstmultifdsink.h:
12728         Added more stats, added timeout for a client, fixed some typos
12729         and added some comments.
12730
12731 2004-07-20  Wim Taymans  <wim@fluendo.com>
12732
12733         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12734         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12735         (gst_multifdsink_client_remove),
12736         (gst_multifdsink_handle_client_write):
12737         * gst/tcp/gstmultifdsink.h:
12738         * gst/tcp/gsttcp-marshal.list:
12739         Added get_stats method that returns a GValueArray of
12740         stats values.
12741
12742 2004-07-19  Benjamin Otte  <otte@gnome.org>
12743
12744         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
12745           make sure longname, description and author are valid UTF-8
12746
12747 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12748
12749         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
12750         (gst_ximagesink_set_property):
12751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
12752         (gst_xvimagesink_set_property):
12753           make sure SYNCHRONOUS is respected after getting the X context
12754
12755 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12756
12757         * gst/matroska/matroska-demux.c:
12758         (gst_matroska_demux_handle_src_event),
12759         (gst_matroska_demux_parse_blockgroup):
12760         * gst/matroska/matroska-ids.h:
12761           add BlockReference tag and ignore it to clear out log.
12762           ignore NAVIGATION events to clear out log.
12763
12764 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12765
12766         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
12767         (gst_matroska_demux_add_stream):
12768         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
12769           add debug categories
12770
12771 2004-07-16  Wim Taymans  <wim@fluendo.com>
12772
12773         * ext/libpng/Makefile.am:
12774         * ext/libpng/gstpng.c: (plugin_init):
12775         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
12776         (gst_pngdec_get_type), (gst_pngdec_base_init),
12777         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
12778         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
12779         * ext/libpng/gstpngdec.h:
12780         Added png decoder.
12781
12782 2004-07-16  Julien MOUTTE  <julien@moutte.net>
12783
12784         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
12785         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
12786         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
12787         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
12788         (gst_ximagesink_buffer_alloc):
12789         * sys/ximage/ximagesink.h:
12790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12791         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12792         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
12793         (gst_xvimagesink_buffer_alloc):
12794         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
12795         again. Using internal data pointer of the x(v)image to store image's
12796         data to be coherent with the buffer alloc mechanism. Investigated the
12797         image destruction code to be sure that everything gets freed correctly.
12798
12799 2004-07-16  Wim Taymans  <wim@fluendo.com>
12800
12801         * gst-libs/gst/riff/riff-read.c:
12802         (gst_riff_read_strf_vids_with_data),
12803         (gst_riff_read_strf_auds_with_data):
12804         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12805         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
12806         Make sure we don't create 0 sized subbuffers in riff-read.
12807         Signal the no more pads signal after reading the avi header.
12808
12809 2004-07-16  Wim Taymans  <wim@fluendo.com>
12810
12811         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12812         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12813         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12814         (gst_decode_bin_init), (gst_decode_bin_dispose),
12815         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12816         (no_more_pads), (close_link), (type_found),
12817         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12818         (gst_decode_bin_change_state), (plugin_init):
12819         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12820         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12821         (gst_play_base_bin_dispose), (queue_overrun),
12822         (gen_preroll_element), (remove_prerolls), (unknown_type),
12823         (no_more_pads), (new_stream), (setup_source),
12824         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12825         (play_base_eos), (gst_play_base_bin_change_state),
12826         (gst_play_base_bin_add_element),
12827         (gst_play_base_bin_remove_element),
12828         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12829         (gst_play_base_bin_unlink_stream),
12830         (gst_play_base_bin_get_streaminfo):
12831         * gst/playback/gstplaybasebin.h:
12832         Better error recovery. Added configurable preroll queue size. Faster
12833         detection of no-more-pads.
12834
12835 2004-07-16  Wim Taymans  <wim@fluendo.com>
12836
12837         * gst-libs/gst/video/video.h:
12838         Added 32 bits RGBA. Not sure if we should use another mime-type
12839         for alpha rgb. Currently the presence of the alpha_mask property
12840         signals an alpha channel.
12841
12842 2004-07-16  Wim Taymans  <wim@fluendo.com>
12843
12844         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12845         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12846         FPS seems to be 0.0 to MAX everywhere else.
12847
12848 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12849
12850         * gst-libs/gst/riff/riff-media.c:
12851         (gst_riff_create_video_caps_with_data):
12852           mp42/mp43 (no caps) exist too.
12853         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
12854           Set pixel_width/height; we've got them in-caps.
12855         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12856         * gst/wavparse/gstwavparse.c: (plugin_init):
12857           Both are valid primary.
12858         * sys/oss/gstossmixer.c:
12859           Remove i18n hack and enable translations.
12860
12861 2004-07-15  Benjamin Otte  <otte@gnome.org>
12862
12863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12864         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
12865           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
12866
12867 2004-07-15  Benjamin Otte  <otte@gnome.org>
12868
12869         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12870         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
12871         (gst_alsa_close_audio):
12872           disable some of the debugging code for now. Writing debugging to a
12873           buffer is broken in current alsalib releases.
12874
12875 2004-07-12  Benjamin Otte  <otte@gnome.org>
12876
12877         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
12878           use bufferpools
12879
12880 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12881
12882         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12883         (theora_dec_src_query), (theora_dec_event):
12884         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
12885           add debugging categories.  Remove \n's.
12886
12887 2004-07-13  Johan Dahlin  <johan@gnome.org>
12888
12889         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
12890         (gst_play_bin_get_property): Impl.
12891
12892 2004-07-13  Wim Taymans  <wim@fluendo.com>
12893
12894         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
12895         When trying to find the stream length, seek back N pages
12896         instead of just one, where N is the number of streams in
12897         the current chain.
12898
12899 2004-07-13  Wim Taymans  <wim@fluendo.com>
12900
12901         * gst-libs/gst/riff/riff-media.c:
12902         (gst_riff_create_audio_caps_with_data),
12903         (gst_riff_create_audio_caps),
12904         (gst_riff_create_audio_template_caps):
12905         * gst-libs/gst/riff/riff-media.h:
12906         * gst-libs/gst/riff/riff-read.c:
12907         (gst_riff_read_strf_vids_with_data),
12908         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
12909         * gst-libs/gst/riff/riff-read.h:
12910         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12911         (gst_avi_demux_add_stream):
12912         Set codec_data on caps for avidemuxer.
12913
12914 2004-07-12  David Schleef  <ds@schleef.org>
12915
12916         * configure.ac: Fix test for Objective C
12917
12918 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
12919         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
12920         (gst_gdk_pixbuf_chain):
12921           Add svg and pcx to template caps, and ensure that getcaps returns a
12922           subset of the template caps.
12923           Copy each row manually for output, as gdkpixbuf may pad the
12924           rowstride to a 32-bit word boundary.
12925
12926 2004-07-12  Wim Taymans  <wim@fluendo.com>
12927
12928         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12929         (gst_riff_create_video_template_caps):
12930         Fix the template caps to include some more media types.
12931
12932 2004-07-12  Wim Taymans  <wim@fluendo.com>
12933
12934         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12935         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12936         (compare_ranks), (print_feature), (gst_decode_bin_init),
12937         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12938         (try_to_link_1), (new_pad), (close_link), (type_found),
12939         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12940         (gst_decode_bin_change_state), (plugin_init):
12941         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12942         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12943         (gst_play_base_bin_dispose), (queue_overrun),
12944         (gen_preroll_element), (remove_prerolls), (no_more_pads),
12945         (new_stream), (setup_source), (gst_play_base_bin_set_property),
12946         (gst_play_base_bin_get_property), (play_base_eos),
12947         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12948         (gst_play_base_bin_remove_element),
12949         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12950         (gst_play_base_bin_unlink_stream),
12951         (gst_play_base_bin_get_streaminfo):
12952         * gst/playback/gstplaybasebin.h:
12953         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12954         (gst_play_bin_class_init), (gst_play_bin_init),
12955         (gst_play_bin_dispose), (gst_play_bin_set_property),
12956         (gst_play_bin_get_property), (gen_video_element),
12957         (gen_audio_element), (remove_sinks), (setup_sinks),
12958         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
12959         (gst_play_bin_send_event), (gst_play_bin_get_formats),
12960         (gst_play_bin_convert), (gst_play_bin_get_query_types),
12961         (gst_play_bin_query), (plugin_init):
12962         * gst/playback/test4.c: (main):
12963         More fixes on reusing of the element.
12964
12965 2004-07-11  Benjamin Otte  <otte@gnome.org>
12966
12967         * ext/mad/gstmad.c: (normal_seek):
12968           allow seeking for other methods than just SET
12969
12970 2004-07-11  Andy Wingo  <wingo@pobox.com>
12971
12972         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
12973         float, "any" caps -> buffer_frames=[0,MAX].
12974
12975         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
12976         doesn't intersect our caps with the template any more. Do it
12977         ourselves.
12978         (interleave_buffered_loop): Use g_newa instead of malloc/free.
12979
12980 2004-07-09  Wim Taymans  <wim@fluendo.com>
12981
12982         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12983         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12984         (compare_ranks), (print_feature), (gst_decode_bin_init),
12985         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12986         (try_to_link_1), (new_pad), (close_link), (type_found),
12987         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12988         (gst_decode_bin_change_state), (plugin_init):
12989         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12990         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12991         (gst_play_base_bin_dispose), (queue_overrun),
12992         (gen_preroll_element), (remove_prerolls), (no_more_pads),
12993         (new_stream), (setup_source), (gst_play_base_bin_set_property),
12994         (gst_play_base_bin_get_property), (play_base_eos),
12995         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12996         (gst_play_base_bin_remove_element),
12997         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12998         (gst_play_base_bin_unlink_stream),
12999         (gst_play_base_bin_get_streaminfo):
13000         * gst/playback/gstplaybasebin.h:
13001         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13002         (gst_play_bin_class_init), (gst_play_bin_init),
13003         (gst_play_bin_dispose), (gst_play_bin_set_property),
13004         (gst_play_bin_get_property), (gen_video_element),
13005         (gen_audio_element), (remove_sinks), (setup_sinks),
13006         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13007         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13008         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13009         (gst_play_bin_query), (plugin_init):
13010         * gst/playback/test4.c: (main):
13011         Work on object reuse and seeking.
13012
13013 2004-07-09  Wim Taymans  <wim@fluendo.com>
13014
13015         * examples/seeking/seek.c: (iterate):
13016         Don't consume all CPU in the idle loop.
13017
13018 2004-07-09  Wim Taymans  <wim@fluendo.com>
13019
13020         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
13021         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
13022         Add pad to element *after* setting the pad functions so that
13023         the scheduler can use the correct ones.
13024
13025 2004-07-09  Wim Taymans  <wim@fluendo.com>
13026
13027         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13028         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
13029         Sync to keyframe after seek
13030
13031 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13032
13033         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13034         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13035         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
13036         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
13037         * ext/libvisual/visual.c: (gst_visual_change_state):
13038         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
13039         * ext/theora/theoradec.c: (theora_dec_change_state):
13040         * ext/theora/theoraenc.c: (theora_enc_change_state):
13041         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
13042         * gst-libs/gst/navigation/navigation.c:
13043         * gst/adder/gstadder.c: (gst_adder_change_state):
13044         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13045         (gst_audio_convert_get_buffer):
13046         * gst/multipart/multipartdemux.c:
13047         (gst_multipart_demux_change_state):
13048         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
13049         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13050         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13051         * gst/videoscale/gstvideoscale.c:
13052         (gst_videoscale_handle_src_event):
13053         * gst/volume/gstvolume.c: (volume_chain_int16):
13054           don't assert in state change, this should be done by the base
13055           GstElement class.
13056           various debugging fixes.
13057
13058 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13059
13060         * configure.ac:
13061         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13062         (gst_play_dispose), (gst_play_set_location),
13063         (gst_play_set_data_src), (gst_play_set_video_sink),
13064         (gst_play_set_audio_sink), (gst_play_set_visualization),
13065         (gst_play_connect_visualization), (gst_play_get_sink_element),
13066         (gst_play_get_all_by_interface):
13067         * gst-libs/gst/play/play.h:
13068           add new method to get elements implementing an interface.
13069           add various error logging
13070
13071 2004-07-08  Wim Taymans  <wim@fluendo.com>
13072
13073         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
13074         (make_mpeg_pipeline), (make_mpegnt_pipeline),
13075         (make_playerbin_pipeline), (query_durations_elems),
13076         (query_durations_pads), (query_positions_elems),
13077         (query_positions_pads), (update_scale), (iterate), (stop_seek),
13078         (main):
13079         Added playbin seeking example.
13080
13081 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13082
13083         * gst-libs/gst/play/play.c: (gst_play_set_location),
13084         (gst_play_set_data_src), (gst_play_set_video_sink),
13085         (gst_play_set_audio_sink), (gst_play_set_visualization),
13086         (gst_play_connect_visualization), (gst_play_get_framerate):
13087           use a macro to look up elements from hash table
13088
13089 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13090
13091         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13092         (gst_play_get_length_callback), (gst_play_set_location),
13093         (gst_play_seek_to_time), (gst_play_set_data_src),
13094         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13095         (gst_play_set_visualization), (gst_play_connect_visualization),
13096         (gst_play_get_sink_element):
13097         - add debugging info
13098         - fix looking up sink elements by iterating over complete caps
13099         - put everything except for source and autoplugger in a complete bin
13100
13101 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13102
13103         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
13104         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
13105         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
13106         (gst_alsa_sink_write), (gst_alsa_sink_loop):
13107         * ext/alsa/gstalsasink.h:
13108         - add debugging info
13109         - clean up schizophrenia of data/buffer/event
13110         - fix double event unref error
13111
13112 2004-07-08  Wim Taymans  <wim@fluendo.com>
13113
13114         * gst/playback/Makefile.am:
13115         Add headers to noinst
13116
13117 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13118
13119         * tools/gst-launch-ext-m.m:
13120         * tools/gst-launch-ext.1.in:
13121           convert to the third millenium
13122
13123 2004-07-07  David Schleef  <ds@schleef.org>
13124
13125         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
13126
13127 2004-07-07  Wim Taymans  <wim@fluendo.com>
13128
13129         * gst/playback/Makefile.am:
13130         * gst/playback/README:
13131         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13132         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13133         (compare_ranks), (print_feature), (gst_decode_bin_init),
13134         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13135         (try_to_link_1), (new_pad), (close_link), (type_found),
13136         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13137         (plugin_init):
13138         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13139         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13140         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
13141         (gen_preroll_element), (no_more_pads), (new_stream),
13142         (setup_source), (gst_play_base_bin_set_property),
13143         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
13144         (gst_play_base_bin_add_element),
13145         (gst_play_base_bin_remove_element),
13146         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13147         (gst_play_base_bin_unlink_stream),
13148         (gst_play_base_bin_get_streaminfo):
13149         * gst/playback/gstplaybasebin.h:
13150         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13151         (gst_play_bin_class_init), (gst_play_bin_init),
13152         (gst_play_bin_dispose), (gst_play_bin_set_property),
13153         (gst_play_bin_get_property), (gen_video_element),
13154         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
13155         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13156         (gst_play_bin_get_formats), (gst_play_bin_convert),
13157         (gst_play_bin_get_query_types), (gst_play_bin_query),
13158         (plugin_init):
13159         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13160         (gst_stream_info_get_type), (gst_stream_info_class_init),
13161         (gst_stream_info_init), (gst_stream_info_new),
13162         (gst_stream_info_dispose), (gst_stream_info_set_property),
13163         (gst_stream_info_get_property):
13164         * gst/playback/gststreaminfo.h:
13165         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13166         (main):
13167         * gst/playback/test2.c: (main):
13168         * gst/playback/test3.c: (update_scale), (main):
13169         More playbin fixes. Added README. Do better element filtering.
13170         Added base class to preroll media. Added test apps.
13171
13172 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13173
13174         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
13175         * ext/mpeg2dec/gstmpeg2dec.h:
13176           various debugging improvements.  Reset stream to next picture
13177           instead of sequence header, otherwise seeks cannot work.
13178
13179 2004-07-07  Wim Taymans  <wim@fluendo.com>
13180
13181         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
13182         (gst_video_box_class_init), (gst_video_box_set_property),
13183         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
13184         Use pad_alloc where possible.
13185
13186 2004-07-07  Wim Taymans  <wim@fluendo.com>
13187
13188         * sys/oss/gstosselement.c: (gst_osselement_reset),
13189         (gst_osselement_parse_caps):
13190         * sys/oss/gstosselement.h:
13191         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13192         Fix offset on osssrc.
13193
13194 2004-07-07  Wim Taymans  <wim@fluendo.com>
13195
13196         * ext/theora/theora.c: (plugin_init):
13197         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13198         (theora_dec_src_query), (theora_dec_chain):
13199         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13200         (theora_enc_sink_link), (theora_buffer_from_packet),
13201         (theora_push_packet), (theora_enc_chain):
13202         Fix theora granulepos calculation.
13203         Fix overflow in duration/position calculation.
13204         Bump rank to PRIMARY for theoradec.
13205         Use granulepos of last packet to calculate position.
13206         Set keyframe flag on buffers when needed.
13207
13208 2004-07-06  David Schleef  <ds@schleef.org>
13209
13210         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
13211         serious?  (Fixed, obviously.)
13212
13213 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13214
13215         * po/LINGUAS:
13216         * po/cs.po:
13217           added Czech translation (Miloslav Trmac)
13218
13219 2004-07-05  Wim Taymans  <wim@fluendo.com>
13220
13221         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13222         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13223         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13224         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13225         (close_link), (type_found), (gst_decode_bin_set_property),
13226         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13227         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13228         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13229         (gst_decode_bin_query), (plugin_init):
13230         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13231         (gst_play_bin_class_init), (gst_play_bin_init),
13232         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13233         (get_video_element), (new_pad), (setup_source),
13234         (gst_play_bin_set_property), (gst_play_bin_get_property),
13235         (gst_play_bin_change_state), (gst_play_bin_add_element),
13236         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13237         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13238         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13239         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13240         * gst/playback/test.c: (main):
13241         More fixes, cleaned up playbin, make it use decodebin. Added
13242         threaded property to playbin.
13243
13244 2004-07-05  Wim Taymans  <wim@fluendo.com>
13245
13246         * configure.ac:
13247         * gst/playback/Makefile.am:
13248         * gst/playback/decodetest.c: (main):
13249         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13250         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13251         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13252         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13253         (close_link), (type_found), (gst_decode_bin_set_property),
13254         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13255         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13256         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13257         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13258         (plugin_init):
13259         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13260         (gst_play_bin_class_init), (gst_play_bin_init),
13261         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13262         (collect_sink_pads), (find_compatibles), (close_pad_link),
13263         (try_to_link_1), (new_pad), (close_link), (type_found),
13264         (setup_source), (gst_play_bin_set_property),
13265         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13266         (compare_ranks), (gst_play_bin_collect_factories),
13267         (gst_play_bin_change_state), (gst_play_bin_add_element),
13268         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13269         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13270         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13271         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13272         * gst/playback/test.c: (main):
13273         Added some playback helper elements and some test apps, very alpha
13274         still.
13275
13276 2004-07-04  Benjamin Otte  <otte@gnome.org>
13277
13278         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13279           only restart audio when we indeed have an xrun to fix repeated
13280           xruns. Fix suggested by Giuliano Pochini.
13281
13282 2004-07-03  David Schleef  <ds@schleef.org>
13283
13284         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13285         call to gst_debug_log() if debugging is disabled (bug #145118)
13286
13287 2004-07-03  Benjamin Otte  <otte@gnome.org>
13288
13289         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13290           use our own functions for restarting the alsa device.
13291         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13292           I should apply patches myself - use MIN for the third argument, not
13293           the second, this fixes seeking
13294
13295 2004-07-02  David Schleef  <ds@schleef.org>
13296
13297         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13298         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13299         do with the logic.
13300
13301 2004-07-02  David Schleef  <ds@schleef.org>
13302
13303         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13304         output buffers.  Fix logic mistake.  (bug #144866)
13305
13306 2004-07-02  David Schleef  <ds@schleef.org>
13307
13308         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13309         on X.  (bug #144753)
13310
13311 2004-07-02  David Schleef  <ds@schleef.org>
13312
13313         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13314         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13315         (bug #144624)
13316         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13317         (gst_osselement_rate_probe_check): Add another workaround for
13318         buggy drivers (bug #145336)
13319
13320 2004-07-02  David Schleef  <ds@schleef.org>
13321
13322         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13323         Most systems don't have MSG_NOSIGNAL.
13324
13325 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13326
13327         * Makefile.am:
13328         * gst-libs/gst/colorbalance/Makefile.am:
13329         * gst-libs/gst/mixer/Makefile.am:
13330         * gst-libs/gst/play/Makefile.am:
13331         * gst-libs/gst/tuner/Makefile.am:
13332           (hopefully) fix both install and dist and make error message useful.
13333           needs testing across automakes.
13334
13335 2004-07-02  Benjamin Otte  <otte@gnome.org>
13336
13337         * ext/ogg/gstogg.c: (plugin_init):
13338           we require bytestream now
13339         * ext/ogg/gstoggdemux.c:
13340           huge diff to implement chain setup in a fast and generic way. This
13341           improves tag reading and startup of huge files (read: Theora videos)
13342           quite a bit. It probably contains bugs, too, so please test.
13343           Seeking is not improved to the fast method.
13344
13345 2004-06-29  Wim Taymans  <wim@fluendo.com>
13346
13347         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13348         * ext/ogg/gstoggmux.c:
13349         Fix memleak in oggdemux when running unconnected pads.
13350         doc update in mux, start working on keyframe mode.
13351
13352 2004-06-29  Benjamin Otte  <otte@gnome.org>
13353
13354         * sys/oss/gstosssink.c:
13355         * sys/oss/gstosssrc.c:
13356           advertise correct template caps - we indeed do non-native endianness
13357           and 8bit audio has no endianness
13358         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13360           avoid (wrong) duplications in getcaps function and return
13361           template caps
13362
13363 2004-06-29  Wim Taymans  <wim@fluendo.com>
13364
13365         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13366         (gst_multifdsink_class_init), (gst_multifdsink_add),
13367         (gst_multifdsink_remove), (gst_multifdsink_clear),
13368         (gst_multifdsink_client_remove),
13369         (gst_multifdsink_handle_client_read),
13370         (gst_multifdsink_client_queue_data),
13371         (gst_multifdsink_client_queue_caps),
13372         (gst_multifdsink_client_queue_buffer),
13373         (gst_multifdsink_handle_client_write),
13374         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13375         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13376         (gst_multifdsink_init_send), (gst_multifdsink_close):
13377         Fix wrong GList iteration that could crash the server when
13378         more then 2 clients disconnect at the same time. Read all the
13379         pending commands in one batch to recover from command storms under
13380         very heavy load.
13381
13382 2004-06-28  Wim Taymans  <wim@fluendo.com>
13383
13384         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13385         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13386         (gst_videomixer_pad_set_property),
13387         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13388         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13389         (gst_videomixer_class_init), (gst_videomixer_init),
13390         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13391         (pad_zorder_compare), (gst_videomixer_sort_pads),
13392         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13393         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13394         (gst_videomixer_update_queues), (gst_videomixer_loop),
13395         (plugin_init):
13396         Avoid divide by zero, choose masterpad as the pad with the highest
13397         framerate.
13398
13399 2004-06-27  Julien Moutte  <julien@moutte.net>
13400
13401         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13402         (gst_ximagesink_xwindow_new):
13403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13404         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13405         function directly. We might want to call it from somewhere else one day.
13406
13407 2004-06-27  Julien Moutte  <julien@moutte.net>
13408
13409         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13410         (gst_ximagesink_xwindow_new):
13411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13412         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13413         window decorations.
13414
13415 2004-06-27  Wim Taymans  <wim@fluendo.com>
13416
13417         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13418         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13419         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13420         (gst_dvdec_set_property), (gst_dvdec_get_property):
13421         * ext/dv/gstdvdec.h:
13422         Implement drop_factor property to lower the framerate with
13423         a factor.
13424
13425 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13426
13427         * gst-libs/gst/colorbalance/Makefile.am:
13428         * gst-libs/gst/mixer/Makefile.am:
13429         * gst-libs/gst/play/Makefile.am:
13430         * gst-libs/gst/tuner/Makefile.am:
13431           unbreak Company's fix that didn't install the -enum.h files
13432
13433 2004-06-27  Wim Taymans  <wim@fluendo.com>
13434
13435         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13436         (gst_dvdec_change_state):
13437         * ext/dv/gstdvdec.h:
13438         Fix timestamp, duration and offset of the buffers.
13439
13440 2004-06-27  Wim Taymans  <wim@fluendo.com>
13441
13442         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13443         (gst_multifdsink_class_init), (gst_multifdsink_add),
13444         (gst_multifdsink_remove), (gst_multifdsink_clear),
13445         (gst_multifdsink_client_remove),
13446         (gst_multifdsink_handle_client_read),
13447         (gst_multifdsink_client_queue_data),
13448         (gst_multifdsink_client_queue_caps),
13449         (gst_multifdsink_client_queue_buffer),
13450         (gst_multifdsink_handle_client_write),
13451         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13452         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13453         (gst_multifdsink_init_send), (gst_multifdsink_close):
13454         * gst/tcp/gstmultifdsink.h:
13455         * gst/tcp/gsttcpserversink.c:
13456         (gst_tcpserversink_handle_server_read),
13457         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13458         More multifdsink fixes, more recovery policy fixes.
13459         Removed stupid g_print
13460
13461 2004-06-26  Wim Taymans  <wim@fluendo.com>
13462
13463         * gst/tcp/Makefile.am:
13464         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13465         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13466         (gst_multifdsink_class_init), (gst_multifdsink_init),
13467         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13468         (gst_multifdsink_handle_client_read),
13469         (gst_multifdsink_client_queue_data),
13470         (gst_multifdsink_client_queue_caps),
13471         (gst_multifdsink_client_queue_buffer),
13472         (gst_multifdsink_handle_client_write),
13473         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13474         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13475         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13476         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13477         (gst_multifdsink_close), (gst_multifdsink_change_state):
13478         * gst/tcp/gstmultifdsink.h:
13479         * gst/tcp/gsttcpplugin.c: (plugin_init):
13480         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13481         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13482         (gst_tcpserversink_handle_server_read),
13483         (gst_tcpserversink_handle_select),
13484         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13485         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13486         * gst/tcp/gsttcpserversink.h:
13487         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13488         one of the locks, added recovery policy to multifdsink.
13489
13490 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13491
13492         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13493           fix decision for when getting frames with same timestamp
13494         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13495         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13496         (gst_v4lsrc_get_property):
13497         * sys/v4l/gstv4lsrc.h:
13498           add latency offset property
13499
13500 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13501
13502         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13503         (plugin_init):
13504           fix debugging. add category.
13505
13506 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13507
13508         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13509           fix wrong offsets
13510
13511 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13512
13513         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13514         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13515         (gst_alsa_src_change_state):
13516           return a time that is in sync with the element's processing
13517
13518 2004-06-25  Wim Taymans  <wim@fluendo.com>
13519
13520         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13521         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13522         (gst_tcpserversink_client_remove),
13523         (gst_tcpserversink_handle_client_read),
13524         (gst_tcpserversink_client_queue_data),
13525         (gst_tcpserversink_client_queue_caps),
13526         (gst_tcpserversink_client_queue_buffer),
13527         (gst_tcpserversink_handle_client_write),
13528         (gst_tcpserversink_queue_buffer),
13529         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13530         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13531         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13532         (gst_tcpserversink_close):
13533         * gst/tcp/gsttcpserversink.h:
13534         Serversink rewrite. Really do non blocking writes to clients and
13535         maintain an internal queue to handle slower clients while not
13536         disturbing fast clients.
13537
13538 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13539
13540         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13541           better debug, don't override OFFSET and OFFSET_END
13542
13543 2004-06-25  Iain <iain@prettypeople.org>
13544
13545         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13546         name=source for the wavparse pipeline.
13547
13548 2004-06-24  Johan Dahlin  <johan@gnome.org>
13549
13550         * ext/theora/theoraenc.c (theora_enc_chain): Call
13551         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13552         streamheader caps are set correctly.
13553
13554 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13555
13556         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13557         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13558           respect minimum bitrate; same could be done for max bitrate
13559
13560 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13561
13562         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13563         (gst_vorbisenc_setup):
13564           fix sample rate range
13565
13566 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13567
13568         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
13569         (gst_oggvorbisenc_setup):
13570         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13571         (gst_vorbisenc_setup):
13572           resolve ambiguities in code and description
13573
13574 2004-06-24  Wim Taymans  <wim@fluendo.com>
13575
13576         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
13577         * ext/alsa/gstalsa.h:
13578         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13579         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
13580         Use alsa trigger_tstamp to get the timestamp of the first
13581         sample in the buffer for more precise sync. Some cleanups.
13582
13583 2004-06-24  Wim Taymans  <wim@fluendo.com>
13584
13585         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
13586         (gst_audiorate_init), (gst_audiorate_chain),
13587         (gst_audiorate_set_property), (gst_audiorate_get_property):
13588         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13589         (gst_videorate_chain):
13590         Added some logging, fixed an overflow bug in videorate.
13591
13592 2004-06-24  Benjamin Otte  <otte@gnome.org>
13593
13594         * ext/kio/Makefile.am:
13595           fix for builddir != srcdir and distcheck
13596
13597 2004-06-24  Benjamin Otte  <otte@gnome.org>
13598
13599         * gst-libs/gst/colorbalance/Makefile.am:
13600         * gst-libs/gst/mixer/Makefile.am:
13601         * gst-libs/gst/play/Makefile.am:
13602         * gst-libs/gst/tuner/Makefile.am:
13603         * gst/tcp/Makefile.am:
13604         * sys/dxr3/Makefile.am:
13605           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
13606           tarball.
13607           Also add all *.list files that were missing.
13608         * Makefile.am:
13609           add a distcheck hook to ensure the above doesn't happen again.
13610
13611 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
13612
13613         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
13614
13615 2004-06-23  Colin Walters  <walters@redhat.com>
13616
13617         * m4/Makefile.am: Distribute gst-fionread.m4.
13618
13619 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13620
13621         * configure.ac: back to dev
13622
13623 2004-06-23  Wim Taymans  <wim@fluendo.com>
13624
13625         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13626         (gst_alsa_xrun_recovery):
13627         * ext/alsa/gstalsa.h:
13628         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13629         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
13630         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13631         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
13632         (gst_alsa_src_loop):
13633         Add clock to alsasrc. Take new capture timestamp when
13634         restarting after an overrun. Split up some functions between
13635         alsasrc and alsasink.
13636
13637 === release 0.8.2 ===
13638
13639 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13640
13641         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13642         (gst_alsa_change_state), (gst_alsa_update_avail),
13643         (gst_alsa_xrun_recovery):
13644         * ext/alsa/gstalsa.h:
13645         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13646           merge back changes from release
13647
13648 2004-06-23  Wim Taymans  <wim@fluendo.com>
13649
13650         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
13651         (gst_audiorate_init), (gst_audiorate_chain),
13652         (gst_audiorate_set_property), (gst_audiorate_get_property):
13653         Implement sample dropping and notify
13654
13655 2004-06-22  Wim Taymans  <wim@fluendo.com>
13656
13657         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13658         (theora_enc_sink_link), (theora_buffer_from_packet),
13659         (theora_push_packet), (theora_enc_chain):
13660         Some cleanups, make sure the timestamps are correct.
13661
13662 2004-06-22  Wim Taymans  <wim@fluendo.com>
13663
13664         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
13665         (gst_alsa_change_state), (gst_alsa_update_avail),
13666         (gst_alsa_xrun_recovery):
13667         * ext/alsa/gstalsa.h:
13668         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13669         Cleanups, take queued samples into account when reporting
13670         the time.
13671
13672 2004-06-22  Wim Taymans  <wim@fluendo.com>
13673
13674         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13675         (gst_videorate_init):
13676         Initialize the property as well.
13677
13678 2004-06-22  Wim Taymans  <wim@fluendo.com>
13679
13680         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13681         (gst_videorate_init), (gst_videorate_chain),
13682         (gst_videorate_set_property), (gst_videorate_get_property):
13683         Add property to make videorate silent.
13684         Add property to prefer new frames over old ones.
13685
13686 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13687
13688         * sys/osxvideo/Makefile.am:
13689         Workaround so that the osxvideo .so file gets linked with the
13690         Cocoa, OpenGL and QuickTime frameworks
13691
13692 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13693
13694         * sys/osxaudio/Makefile.am:
13695         Workaround so that the osxaudio .so file gets linked with the
13696         CoreAudio framework
13697
13698 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13699
13700         * configure.ac:
13701         Whoops, my fault...fixed build issues
13702
13703 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13704
13705         * configure.ac:
13706         Add objective-c support if running in Darwin/Mac OS X
13707         * sys/Makefile.am:
13708         * sys/osxvideo:
13709         * sys/osxvideo/Makefile.am:
13710         * sys/osxvideo/osxvideosink.h:
13711         * sys/osxvideo/osxvideosink.m:
13712         * sys/osxvideo/cocoawindow.h:
13713         * sys/osxvideo/cocoawindow.m:
13714         Add osxvideosink, a cocoa-based osx video sink
13715
13716
13717 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
13718         * ext/dvdnav/gst-dvd:
13719         Grab the gconf key from the right spot
13720         * gst/debug/gstnavseek.c: (gst_navseek_init),
13721         (gst_navseek_segseek), (gst_navseek_handle_src_event),
13722         (gst_navseek_chain):
13723         * gst/debug/gstnavseek.h:
13724           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
13725           and loop parameters of a segment seek.
13726         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
13727         (gst_videotestsrc_get_event_masks),
13728         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
13729         * gst/videotestsrc/gstvideotestsrc.h:
13730           Add seeking support to videotestsrc
13731           Initialise the timestamp_offset variable.
13732
13733 2004-06-18  Wim Taymans  <wim@fluendo.com>
13734
13735         * ext/sidplay/gstsiddec.cc:
13736         Fix negotiation and set correct end offset.
13737
13738 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13739
13740         * configure.ac: branch and prerelease
13741
13742 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13743
13744         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
13745         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
13746         (gst_tcpclientsrc_init_receive):
13747         * gst/tcp/gsttcpclientsrc.h:
13748           read caps when connecting to server for GDP so we set them correctly
13749
13750 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13751
13752         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13753           notify drops and duplicates
13754         * gst/videoscale/videoscale.c: (videoscale_get_structure):
13755           no good reason to limit ourselves to 100x100
13756
13757 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13758
13759         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13760         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13761         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13762         (gst_v4lsrc_get_property):
13763         * sys/v4l/gstv4lsrc.h:
13764         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13765         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13766         (gst_v4l_set_audio):
13767         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
13768         (gst_v4lsrc_try_capture):
13769         * sys/v4l/v4lsrc_calls.h:
13770           change try_palette to more general try_capture
13771           add autoprobe option so we can turn off autoprobing
13772           various fixes
13773
13774 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13775
13776         * configure.ac:
13777           add videorate
13778         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
13779         (gst_ximagesink_class_init):
13780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
13781         (gst_xvimagesink_class_init):
13782           run them as finalize, not dispose, since dispose can be invoked
13783           multiple times
13784
13785 2004-06-17  Wim Taymans  <wim@fluendo.com>
13786
13787         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13788         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
13789         * ext/alsa/gstalsa.h:
13790         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
13791         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
13792         (gst_alsa_src_change_state):
13793         * ext/alsa/gstalsasrc.h:
13794         Make the xrun code timestamp and offset the buffers correctly.
13795         moved the clock to the base class, use alsa methods to get time.
13796         Do correct timestamping on outgoing buffers.
13797
13798 2004-06-17  Wim Taymans  <wim@fluendo.com>
13799
13800         * gst/audiorate/Makefile.am:
13801         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
13802         (gst_audiorate_base_init), (gst_audiorate_class_init),
13803         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
13804         (gst_audiorate_set_property), (gst_audiorate_get_property),
13805         (gst_audiorate_change_state), (plugin_init):
13806         Added an audiorate converter that fills in gaps.
13807
13808 2004-06-17  Johan Dahlin  <johan@gnome.org>
13809
13810         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
13811
13812 2004-06-16  Wim Taymans  <wim@fluendo.com>
13813
13814         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
13815         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13816         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13817         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13818         (gst_v4lsrc_get_property):
13819         * sys/v4l/gstv4lsrc.h:
13820         Added a copy mode to v4lsrc where it will output a copied version
13821         of its internal hardware buffer.
13822         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
13823         can't | them.
13824
13825 2004-06-16  Wim Taymans  <wim@fluendo.com>
13826
13827         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13828         Timestamp fixes.
13829
13830 2004-06-16  Wim Taymans  <wim@fluendo.com>
13831
13832         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13833         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13834         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13835         (gst_v4lsrc_get_property):
13836         * sys/v4l/gstv4lsrc.h:
13837         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13838         Added a sync mode enum property to control v4lsrc timestamp method
13839         Removed the use-fixed-fps property and moved functionality in
13840         the enum.
13841         Don't error on an error value from v4l-conf, it might not always
13842         be a real error.
13843
13844 2004-06-16  Wim Taymans  <wim@fluendo.com>
13845
13846         * gst/videorate/Makefile.am:
13847         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
13848         (gst_videorate_base_init), (gst_videorate_class_init),
13849         (gst_videorate_getcaps), (gst_videorate_link),
13850         (gst_videorate_init), (gst_videorate_chain),
13851         (gst_videorate_set_property), (gst_videorate_get_property),
13852         (gst_videorate_change_state), (plugin_init):
13853         Added a video timestamp corrector.
13854
13855 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13856
13857         fixed a potential leak with previous commit
13858
13859         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13860
13861 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13862
13863         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13864         Added missing refcount, fixes bug #144425
13865         Cheers Tim for finding the bug
13866
13867 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13868
13869         * sys/v4l/gstv4l.c: (plugin_init):
13870         * sys/v4l/gstv4lcolorbalance.c:
13871         * sys/v4l/gstv4lcolorbalance.h:
13872         * sys/v4l/gstv4lelement.c:
13873         * sys/v4l/gstv4lelement.h:
13874         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
13875         * sys/v4l/gstv4lmjpegsink.h:
13876         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
13877         * sys/v4l/gstv4lmjpegsrc.h:
13878         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
13879         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
13880         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13881         * sys/v4l/gstv4lsrc.h:
13882         * sys/v4l/gstv4ltuner.c:
13883         * sys/v4l/gstv4ltuner.h:
13884         * sys/v4l/gstv4lxoverlay.c:
13885         * sys/v4l/gstv4lxoverlay.h:
13886         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
13887         (gst_v4l_set_window), (gst_v4l_enable_overlay):
13888         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13889         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13890         (gst_v4l_set_audio):
13891         * sys/v4l/v4l_calls.h:
13892         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
13893         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
13894         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
13895         (gst_v4lmjpegsink_playback_init),
13896         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
13897         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
13898         (gst_v4lmjpegsink_playback_stop),
13899         (gst_v4lmjpegsink_playback_deinit):
13900         * sys/v4l/v4lmjpegsink_calls.h:
13901         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
13902         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
13903         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
13904         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
13905         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
13906         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
13907         * sys/v4l/v4lmjpegsrc_calls.h:
13908         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
13909         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
13910         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
13911         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
13912         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
13913         (gst_v4lsrc_try_palette):
13914         * sys/v4l/v4lsrc_calls.h:
13915           bunch of paranoia cleanups
13916
13917 2004-06-14  David Schleef  <ds@schleef.org>
13918
13919         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
13920         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
13921         Send discont events and change timestamps appropriately when
13922         we get a seek event.  (bug #144240)
13923         * ext/cdparanoia/gstcdparanoia.h:
13924
13925 2004-06-14  Benjamin Otte  <otte@gnome.org>
13926
13927         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
13928           snd_pcm_hw_params_set_rate  since the latter fails for no good
13929           reason on some setups.
13930
13931 2004-06-14  David Schleef  <ds@schleef.org>
13932
13933         * gst/volume/demo.c: (value_changed_callback): exp10() is not
13934         standard.  Thank you for playing.
13935
13936 2004-06-14  Wim Taymans  <wim@fluendo.com>
13937
13938         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
13939         Patch 1.3 broke the ordering of the colorspace info and
13940         made the plugin basically work by coincidence, reordered
13941         the info.
13942
13943 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13944
13945         * ext/lame/gstlame.c:
13946         * ext/mad/gstmad.c:
13947           sync caps.  Make sure mad can only output a list of rates, not
13948           a full range.  In the future, have three caps lists for each of the
13949           mpeg versions.  Change mpegversion to a double as well.
13950
13951 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13952
13953         * gst/volume/.cvsignore:
13954         * gst/volume/Makefile.am:
13955         * gst/volume/demo.c: (value_changed_callback), (idler),
13956         (setup_gui), (main):
13957           added small demo app
13958
13959 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
13960         * ext/esd/esdsink.c: (gst_esdsink_change_state):
13961         * ext/esd/esdsink.h:
13962         Close the esd connection on pause, because esd will just wait -
13963         blocking all other esd clients indefinitely.
13964
13965 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
13966
13967         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
13968           previous commit with GST_DEBUG
13969
13970 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13971
13972         * configure.ac:
13973           add a header check for a dvdread header in dvdnav.  Fixes #133002
13974
13975 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13976
13977         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
13978         * gst/tcp/gsttcpclientsink.h:
13979         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
13980         * gst/tcp/gsttcpclientsrc.h:
13981         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
13982         (gst_tcpserversink_handle_server_read),
13983         (gst_tcpserversink_init_send):
13984         * gst/tcp/gsttcpserversink.h:
13985         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
13986         * gst/tcp/gsttcpserversrc.h:
13987         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
13988         version of IP)
13989
13990 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13991
13992         * configure.ac:
13993         Added ogg library so that OSX detects libtheora properly
13994
13995 2004-06-11  Wim Taymans  <wim@fluendo.com>
13996
13997         * ext/theora/theoradec.c: (theora_dec_chain),
13998         (theora_dec_change_state):
13999         Don't try to decode frames before we received a keyframe.
14000
14001 2004-06-11  Wim Taymans  <wim@fluendo.com>
14002
14003         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14004         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14005         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14006         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14007         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14008         Added property to set the maximum delay of a page.
14009
14010 2004-06-10  Wim Taymans  <wim@fluendo.com>
14011
14012         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14013         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14014         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14015         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14016         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14017         Added max-delay property to control the maximum amount
14018         of data to put in one page.
14019
14020 2004-06-10  Wim Taymans  <wim@fluendo.com>
14021
14022         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14023         (gst_theora_enc_init), (theora_enc_sink_link),
14024         (theora_buffer_from_packet), (theora_enc_set_property),
14025         (theora_enc_get_property):
14026         Set duration on encoded buffer, added some more properties
14027
14028 2004-06-10  Wim Taymans  <wim@fluendo.com>
14029
14030         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14031         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14032         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14033         * ext/theora/theoraenc.c: (theora_enc_chain):
14034         Fix refcounting bugs
14035
14036 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14037
14038         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
14039         (gst_asf_demux_loop), (gst_asf_demux_process_file),
14040         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
14041         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
14042         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
14043         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
14044         (gst_asf_demux_change_state):
14045         * gst/asfdemux/gstasfdemux.h:
14046           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
14047           feels like. I think we should set a new requirement for demuxers
14048           from now on to implement sane loop functions, data loops, query
14049           and seek functions before first commit into CVS. And this commit
14050           fixes all of the above.
14051
14052 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
14053
14054         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
14055           vorbis comments are properly encoded in UTF-8 before adding them
14056           to a GstTagList
14057
14058 2004-06-09  Benjamin Otte  <otte@gnome.org>
14059
14060         * ext/alsa/gstalsa.c: (add_channels):
14061           handle min <= max correctly
14062         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
14063         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
14064           add fixation functions so we fixate correctly. No preferring of alaw
14065           anymore because it's the first structure.
14066         * ext/alsa/gstalsa.h:
14067         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
14068         (gst_alsa_hw_params_dump):
14069           add functions to ease debugging in alsalib
14070         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14071         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14072         (gst_alsa_start_audio):
14073           only specify hw params if we really setup a format (fixes #134007 -
14074           or at least works around it)
14075
14076 2004-06-09  Wim Taymans  <wim@fluendo.com>
14077
14078         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14079         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
14080         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
14081         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
14082         (gst_ogg_mux_loop):
14083         Use stream caps to setup the initial pages in the ogg stream.
14084         Correctly set the streamheader caps on the srcpad.
14085
14086 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14087
14088         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14089         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14090         (gst_v4lsrc_getcaps):
14091         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14092         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
14093           add querying of fps lists for webcams.  Negotiating to a framerate
14094           now works.
14095
14096 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14097
14098         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14099         (theora_push_buffer), (theora_push_packet),
14100         (theora_set_header_on_caps), (theora_enc_chain):
14101           mark buffers and put on streamheader, raw theora streaming
14102           now works too, whee
14103
14104 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14105
14106         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14107         (gst_tcp_gdp_read_caps):
14108           do a looping read for caps and GDP headers too
14109
14110 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14111
14112         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14113         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
14114           return EOS instead of NULL in _get
14115
14116 2004-06-08  Wim Taymans  <wim@fluendo.com>
14117
14118         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14119         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
14120         (gst_tcp_gdp_write_caps):
14121         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14122         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14123         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
14124         Memory leak fixes
14125
14126 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14127
14128         * ext/vorbis/Makefile.am:
14129         * ext/vorbis/vorbis.c: (plugin_init):
14130         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
14131         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
14132         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
14133         (vorbis_parse_change_state):
14134         * ext/vorbis/vorbisparse.h:
14135           adding a vorbisparse element that marks the buffers, streaming
14136           raw vorbis using GDP now works, whee
14137
14138 2004-06-08  Wim Taymans  <wim@fluendo.com>
14139
14140         * ext/jpeg/Makefile.am:
14141         * ext/jpeg/README:
14142         * ext/jpeg/gstjpeg.c: (plugin_init):
14143         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
14144         (gst_smokedec_base_init), (gst_smokedec_class_init),
14145         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
14146         * ext/jpeg/gstsmokedec.h:
14147         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
14148         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
14149         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
14150         (gst_smokeenc_resync), (gst_smokeenc_chain),
14151         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
14152         * ext/jpeg/gstsmokeenc.h:
14153         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
14154         (smokecodec_flush_destination), (smokecodec_term_destination),
14155         (smokecodec_init_source), (smokecodec_fill_input_buffer),
14156         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
14157         (smokecodec_term_source), (smokecodec_encode_new),
14158         (smokecodec_decode_new), (smokecodec_info_free),
14159         (smokecodec_set_quality), (smokecodec_get_quality),
14160         (smokecodec_set_threshold), (smokecodec_get_threshold),
14161         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14162         (find_best_size), (abs_diff), (put), (smokecodec_encode),
14163         (smokecodec_parse_header), (smokecodec_decode):
14164         * ext/jpeg/smokecodec.h:
14165         Added a new simple jpeg based codec
14166
14167 2004-06-08  Wim Taymans  <wim@fluendo.com>
14168
14169         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14170         (gst_multipart_mux_loop):
14171         Fix memory leak
14172
14173 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14174
14175         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14176         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
14177         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
14178         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
14179         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14180         * gst/tcp/gsttcpserversink.h:
14181           take streamheader into account
14182
14183 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14184
14185         * gst/level/Makefile.am:
14186         * gst/level/gstlevel.c: (gst_level_class_init):
14187           clean up marshal generation
14188
14189 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14190
14191         * gst/tcp/Makefile.am:
14192         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
14193         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
14194         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
14195         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
14196         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
14197         (gst_tcpclientsrc_get_property):
14198         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14199         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14200         (gst_tcpserversink_handle_client_read),
14201         (gst_tcpserversink_handle_client_write),
14202         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
14203         * gst/tcp/gsttcpserversink.h:
14204           add signals client-added and client-removed
14205         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
14206         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
14207         (gst_tcpserversrc_get_property):
14208         uniformized, change default protocol to NONE
14209         * gst/tcp/gsttcp-marshal.list: added
14210 2004-06-07  Benjamin Otte  <otte@gnome.org>
14211
14212         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14213           handle discont events if they happen before caps nego
14214
14215 2004-06-07  Wim Taymans  <wim@fluendo.com>
14216
14217         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14218         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14219         (gst_multipart_demux_plugin_init):
14220         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14221         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14222         (gst_multipart_mux_change_state):
14223         Small updates, fix a memleak
14224
14225 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14226
14227         * configure.ac: OSS portability
14228         * ext/arts/gst_arts.c: idem
14229         * sys/oss/gstosselement.c: idem
14230         * sys/oss/gstossmixer.c: idem
14231         * sys/oss/gstosssink.c: idem
14232         * sys/oss/gstosssrc.c: idem
14233         * sys/oss/oss_probe.c: idem
14234           - check for soundcard.h in different places for some BSD
14235
14236 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14237
14238         * AUTHORS:
14239         Add me to the authors file
14240         * configure.ac:
14241         Increase the libdv requirement to >= version 0.100
14242         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14243         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14244         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14245         * ext/dv/gstdvdec.h:
14246         Add support for the new_media flag when sending DISCONT events
14247         Make the querying work when video pad is not linked
14248
14249 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14250
14251         reviewed by Benjamin Otte  <otte@gnome.org>
14252
14253         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14254           create a NULL-initialized array of pads, so we don't think they
14255           exist already. (fixes #143130)
14256
14257 2004-06-07  Benjamin Otte  <otte@gnome.org>
14258
14259         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14260         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14261         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14262           don't use // coments
14263
14264 2004-06-07  Benjamin Otte  <otte@gnome.org>
14265
14266         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14267           cast to GstClockTime to get higher granularity
14268         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14269           use gst_element_set_time_delay to get the exact time
14270         * ext/mad/gstmad.c: (gst_mad_chain):
14271           use the negotiated rate instead of the current frame's rate which
14272           might be wrong because of bit errors. This avoids emitting totally
14273           bogus timestamps and screwing sync.
14274         (fixes #143454)
14275
14276 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14277
14278         reviewed by Benjamin Otte  <otte@gnome.org>
14279
14280         * gst/adder/gstadder.c: (gst_adder_loop):
14281           properly error out when no negotiation has happened yet. (fixes
14282           #143032)
14283
14284 2004-06-06  Benjamin Otte  <otte@gnome.org>
14285
14286         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14287           forward correctly transformed offset in discont events. Based on
14288           patch by Arwed v. Merkatz. (fixes #142851)
14289
14290 2004-06-06  David Schleef  <ds@schleef.org>
14291
14292         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14293         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14294         problems on several systems.
14295
14296 2004-06-06  Benjamin Otte  <otte@gnome.org>
14297
14298         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14299           use explicit caps on the srcpad
14300         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14301           properly error out if caps couldn't be set (fixes #142764)
14302
14303 2004-06-06  Benjamin Otte  <otte@gnome.org>
14304
14305         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14306         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14307         (gst_alsa_start_audio):
14308           - don't call set_periods_integer anymore, it breaks the
14309           configuration randomly
14310           - call snd_pcm_hw_params_set_access directly instead of using masks
14311           - don't fail if the sw_params can't be set, just use the default
14312           params and hope it works. Alsalib has weird issues when you touch
14313           sw_params and does no proper error reporting about what failed.
14314         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14315         (gst_alsa_close_audio):
14316           make our alsa debugging go via gst debugging and not conditionally
14317           defined
14318         * ext/alsa/gstalsa.h:
14319           add ALSA_DEBUG_FLUSH macro
14320         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14321         (plugin_init):
14322           wrap alsa errors to be printed via the gst debugging system and not
14323           spammed to stderr
14324
14325 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14326
14327         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14328         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14329         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14330         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14331         (qtdemux_parse_trak):
14332         * gst/qtdemux/qtdemux.h:
14333           Bitch. Also known as seeking, querying & co.
14334         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14335         (gst_osssink_change_state):
14336         * sys/oss/gstosssink.h:
14337           Resyncing is for weenies, this hack is no longer needed and was
14338           broken anyway (since it - unintendedly - always leaves resync to
14339           TRUE).
14340
14341 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14342
14343         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14344         * gst/tcp/gsttcpclientsrc.h: idem
14345           - define MSG_NOSIGNAL if not done
14346           - include unistd.h for off_t
14347           (fixes #143749)
14348
14349 2004-06-05  Benjamin Otte  <otte@gnome.org>
14350
14351         * configure.ac:
14352         * ext/kio/Makefile.am:
14353           check for qt's moc preprocessor explicitly and use it
14354
14355 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14356
14357         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14358           don't get a signal for EPIPE on socket writes
14359           (somebody check if this works on other platforms)
14360
14361 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14362
14363         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14364         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14365           check error condition on available samples correctly
14366
14367 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14368
14369         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14370           avoid a segfault
14371         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14372         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14373         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14374         (gst_tcpserversrc_gdp_read_header):
14375          use ssize_t over size_t since the former is signed and thus the
14376          check for error codes can work
14377
14378 2004-06-02  Wim Taymans  <wim@fluendo.com>
14379
14380         reviewed by: Johan
14381
14382         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14383         (gst_multipart_mux_loop):
14384         Oops
14385
14386 2004-06-02  Wim Taymans  <wim@fluendo.com>
14387
14388         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14389         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14390         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14391         (gst_multipart_mux_change_state):
14392         Added configurable boundary specifier, added the value as a
14393         caps field as well.
14394
14395 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14396
14397         * gst/tcp/gsttcp.c:
14398         * gst/tcp/gsttcpclientsrc.c:
14399         * gst/tcp/gsttcpclientsrc.h:
14400         * gst/tcp/gsttcpserversrc.c:
14401           - portability fix, to compile on OSX
14402             (fixes #143146)
14403
14404         * sys/osxaudio/gstosxaudioelement.c:
14405         * sys/osxaudio/gstosxaudiosink.c:
14406         * sys/osxaudio/gstosxaudiosrc.c:
14407           - compilation warnings on OSX
14408             (fixes #143153)
14409
14410 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14411
14412         * ext/vorbis/vorbisdec.c : sign warning fixes
14413
14414         * gst-libs/gst/mixer/mixertrack.c :
14415           do no use defines which are glib 2.4 specific
14416
14417 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14418
14419         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14420           buffer since libflac doesn't expect it (reports a sync error when
14421           it encounters that)
14422
14423
14424 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14425
14426         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14427         * gst-libs/gst/mixer/mixertrack.c:
14428         (gst_mixer_track_get_property), (get_mixer_track_init),
14429         (get_mixer_track_get_property): Added property accessors
14430         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14431         * gst-libs/gst/mixer/mixeroptions.c:
14432         (gst_mixer_options_get_values): Added
14433         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14434         * gst-libs/gst/mixer/mixer.c: Fixed comment
14435
14436
14437 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14438
14439         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14440           improve error messages on open
14441
14442
14443 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14444
14445         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14446           check if v4l-conf is in path
14447
14448 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14449
14450         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14451           change assert to a more readable error message
14452
14453 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14454
14455         * gst-libs/gst/tuner/tunerchannel.h:
14456           - add a freq_multiplicator field to make the conversion
14457             between internal frequency unit and Hz
14458         * sys/v4l/gstv4lelement.c:
14459         * sys/v4l2/gstv4l2element.c:
14460           - change default video device to /dev/video0
14461         * sys/v4l/v4l_calls.c:
14462         * sys/v4l2/v4l2_calls.c:
14463           - we only expose frequency to the user in Hz instead of
14464             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14465
14466 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14467         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14468           Initialise b_o_s and e_o_s variables
14469         * gst-libs/gst/riff/riff-media.c:
14470         (gst_riff_create_video_caps_with_data):
14471           Add some unusual fourcc's from mplayer avi's
14472         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14473           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14474           autoplugging.
14475
14476 2004-05-28  Wim Taymans  <wim@fluendo.com>
14477
14478         * configure.ac:
14479         * gst/alpha/Makefile.am:
14480         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14481         (gst_alpha_get_type), (gst_alpha_base_init),
14482         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14483         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14484         (gst_alpha_chroma_key), (gst_alpha_chain),
14485         (gst_alpha_change_state), (plugin_init):
14486         A plugin to add an alpha channel to I420 video. Can optionally do
14487         chroma keying.
14488         * gst/multipart/Makefile.am:
14489         * gst/multipart/multipart.c: (plugin_init):
14490         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14491         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14492         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14493         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14494         (gst_multipart_demux_change_state),
14495         (gst_multipart_demux_plugin_init):
14496         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14497         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14498         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14499         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14500         (gst_multipart_mux_pad_unlink),
14501         (gst_multipart_mux_request_new_pad),
14502         (gst_multipart_mux_handle_src_event),
14503         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14504         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14505         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14506         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14507         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14508         send multipart jpeg images to a browser.
14509         * gst/videobox/Makefile.am:
14510         * gst/videobox/README:
14511         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14512         (gst_video_box_get_type), (gst_video_box_base_init),
14513         (gst_video_box_class_init), (gst_video_box_init),
14514         (gst_video_box_set_property), (gst_video_box_get_property),
14515         (gst_video_box_sink_link), (gst_video_box_i420),
14516         (gst_video_box_ayuv), (gst_video_box_chain),
14517         (gst_video_box_change_state), (plugin_init):
14518         Crops or adds borders around an image. can do alpha channel
14519         borders as well.
14520         * gst/videomixer/Makefile.am:
14521         * gst/videomixer/README:
14522         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14523         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14524         (gst_videomixer_pad_get_sink_event_masks),
14525         (gst_videomixer_pad_get_property),
14526         (gst_videomixer_pad_set_property),
14527         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14528         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14529         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14530         (gst_videomixer_base_init), (gst_videomixer_class_init),
14531         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14532         (gst_videomixer_handle_src_event),
14533         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14534         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14535         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14536         (gst_videomixer_loop), (gst_videomixer_get_property),
14537         (gst_videomixer_set_property), (gst_videomixer_change_state),
14538         (plugin_init):
14539         Generic video mixer plugin, can handle multiple inputs all with
14540         different framerates and video sizes. Is fully alpha channel
14541         aware.
14542
14543 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14544
14545         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14546           Select first track as master track. Not sure how else to handle
14547           that...
14548         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14549           Discard discont events. Should fix #142962.
14550
14551 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14552
14553         * ext/alsa/Makefile.am:
14554         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14555         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14556         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14557         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14558         (gst_alsa_mixer_get_option):
14559         * ext/alsa/gstalsamixer.h:
14560         * ext/alsa/gstalsamixeroptions.c:
14561         (gst_alsa_mixer_options_get_type),
14562         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14563         (gst_alsa_mixer_options_new):
14564         * ext/alsa/gstalsamixeroptions.h:
14565         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14566         * ext/alsa/gstalsamixertrack.h:
14567           Add enumerations (as GstMixerOptions). Make correct distinction
14568           between input/output tracks. Add capture/playback private flag.
14569           Use flag to decide on whether to set capture or playback volumes
14570           or switches. Use playback and record switches.
14571         * gst-libs/gst/mixer/Makefile.am:
14572         * gst-libs/gst/mixer/mixer-marshal.list:
14573         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
14574         (gst_mixer_set_option), (gst_mixer_get_option),
14575         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
14576         (gst_mixer_volume_changed), (gst_mixer_option_changed):
14577         * gst-libs/gst/mixer/mixer.h:
14578         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
14579         (gst_mixer_options_class_init), (gst_mixer_options_init),
14580         (gst_mixer_options_dispose):
14581         * gst-libs/gst/mixer/mixeroptions.h:
14582           Add GstMixerOptions.
14583         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14584           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
14585           broken device detection on computers with multiple OSS sound
14586           cards.
14587
14588 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14589
14590         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14591           fixate nicely even when the peer is not negotiating
14592
14593 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14594
14595         * gst/audioconvert/gstaudioconvert.c:
14596         (gst_audio_convert_parse_caps):
14597           make sure we don't allow depth > width
14598         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14599           fixate endianness to G_BYTE_ORDER as default
14600         * gst/audioscale/gstaudioscale.c:
14601           we don't handle another endianness as host-endianness
14602
14603 2004-05-25  David Schleef  <ds@schleef.org>
14604
14605         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
14606
14607 2004-05-24  Benjamin Otte  <otte@gnome.org>
14608
14609         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
14610         (gst_oggvorbisenc_setup):
14611           properly fail when we can't setup the vorbis encoder due to
14612           unsupported settings
14613         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
14614         (gst_vorbisenc_setup):
14615           same
14616         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14617           fix case where warnings occured when one pad was unlinked while the
14618           other's link function was called
14619
14620 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14621
14622         * gst/tcp/Makefile.am:
14623           use GST_ENABLE_NEW
14624
14625 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14626
14627         * gst-libs/gst/resample/private.h:
14628           don't use optimizations that are #if 0'ed
14629
14630 2004-05-24  Wim Taymans  <wim@fluendo.com>
14631
14632         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14633         Fix potential division by zero error and hopefully get
14634         the position query right to get correct timestamps on avi
14635         audio.
14636
14637 2004-05-24  Wim Taymans  <wim@fluendo.com>
14638
14639         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
14640         (gst_videoscale_scale_nearest_str2),
14641         (gst_videoscale_scale_nearest_str4),
14642         (gst_videoscale_scale_nearest_32bit),
14643         (gst_videoscale_scale_nearest_24bit),
14644         (gst_videoscale_scale_nearest_16bit):
14645         Fix the scaling algorithm and avoid a buffer overflow.
14646         removed the while loop in the scaling function as it
14647         was used for point sampling only.
14648
14649 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14650
14651         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
14652         (gst_id3_tag_class_init), (gst_id3_tag_init),
14653         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
14654         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
14655         (gst_id3_tag_send_tag_event):
14656           lots of fixes to make id3mux work and id3demux work correctly
14657
14658 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14659
14660         * ext/Makefile.am:
14661           add rules to build shout2send (was removed by accident
14662           when this module was no more marked experimental/broken)
14663
14664 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14665
14666         * ext/shout2/gstshout2.c:
14667         * ext/shout2/gstshout2.h:
14668           adding a "connection problem" signal to shout2send
14669           (fixes #142954)
14670
14671 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14672
14673         * ext/kio/kioreceiver.cpp:
14674         * ext/kio/kioreceiver.h:
14675           fix sign comparison issues
14676
14677 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14678
14679         * gst/cdxaparse/gstcdxaparse.c:
14680         * gst/cdxaparse/gstcdxaparse.h:
14681           some renaming
14682           add some checks/sanity
14683           prepare for seek addition
14684
14685         * sys/sunaudio/gstsunaudio.c:
14686           remove exported dupe init function
14687
14688 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
14689
14690         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
14691         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
14692           Fix format conversion and position querying.
14693         * gst/debug/progressreport.c: (gst_progressreport_report):
14694           Don't output a bogus total value that we didn't query.
14695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14696           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
14697           only a blank window after xine has been used.
14698
14699 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14700
14701         * m4/as-arts.m4:
14702           sync with upstream version to fix test on FC2
14703           readd with -ko to preserve Id header
14704
14705 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14706
14707         * configure.ac:
14708           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
14709         * gst/tcp/gsttcpclientsrc.c: idem
14710         * gst/tcp/gsttcpserversink.c: idem
14711         * gst/tcp/gsttcpserversrc.c: idem
14712         * m4/gst-fionread.m4: idem
14713
14714         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
14715
14716         * configure.ac: enable speex plugin for speex 1.1.5+
14717         * ext/speex/gstspeexenc.c: fix cast warning
14718
14719         * ext/esd/README: fix typo
14720
14721 2004-05-20  David Schleef  <ds@schleef.org>
14722
14723         * configure.ac: Minor cosmetic change to convince the buildbot to
14724         reautogen.
14725         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
14726         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
14727         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
14728         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
14729         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
14730         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
14731         More hacking.  Plays audio now.
14732
14733 2004-05-20  David Schleef  <ds@schleef.org>
14734
14735         * configure.ac:
14736         * sys/Makefile.am:
14737
14738 2004-05-20  David Schleef  <ds@schleef.org>
14739
14740         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
14741         * sys/osxaudio/gstosxaudio.c:
14742         * sys/osxaudio/gstosxaudioelement.c:
14743         * sys/osxaudio/gstosxaudioelement.h:
14744         * sys/osxaudio/gstosxaudiosink.c:
14745         * sys/osxaudio/gstosxaudiosink.h:
14746         * sys/osxaudio/gstosxaudiosrc.c:
14747         * sys/osxaudio/gstosxaudiosrc.h:
14748
14749 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14750
14751         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
14752         (gst_vorbisenc_chain):
14753           put the codec headers on the caps as streamheader as well as
14754           pushing them out
14755
14756 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14757
14758         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
14759         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
14760         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
14761         split up push_packet into two functions
14762
14763 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14764
14765         * gst/tcp/.cvsignore:
14766           ignore enums
14767         * gst/tcp/Makefile.am:
14768         * gst/tcp/README:
14769         * gst/tcp/gsttcp.c:
14770         * gst/tcp/gsttcp.h:
14771         * gst/tcp/gsttcpclientsink.c:
14772         * gst/tcp/gsttcpclientsink.h:
14773         * gst/tcp/gsttcpclientsrc.c:
14774         * gst/tcp/gsttcpclientsrc.h:
14775         * gst/tcp/gsttcpplugin.c:
14776         * gst/tcp/gsttcpserversink.c:
14777         * gst/tcp/gsttcpserversink.h:
14778         * gst/tcp/gsttcpserversrc.c:
14779         * gst/tcp/gsttcpserversrc.h:
14780           add new tcp elements
14781
14782 2004-05-19  Wim Taymans  <wim@fluendo.com>
14783
14784         * gst/law/mulaw-conversion.c: (mulaw_encode):
14785         Fix overflow bug in ulaw encoding.
14786
14787 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14788
14789         * ext/mad/gstmad.c: (gst_mad_handle_event):
14790           don't unref the event twice
14791
14792 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14793
14794         * configure.ac:
14795           remove -Wno-sign-compare
14796
14797 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14798
14799         * configure.ac:
14800           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
14801           if you want to work against glib 2.2 and 2.4
14802
14803 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14804
14805         * gst/tcp/Makefile.am:
14806         * gst/tcp/gsttcp.c:
14807         * gst/tcp/gsttcp.h:
14808         * gst/tcp/gsttcpsink.h:
14809         * gst/tcp/gsttcpsrc.h:
14810           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
14811
14812 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14813
14814         * gst/debug/tests.c: (md5_get_value):
14815           fix segfault on gst-inspect
14816
14817 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14818
14819         * gst/debug/testplugin.c:
14820         * gst/debug/tests.c:
14821         * gst/debug/tests.h:
14822           add new extensible and configurable testing element. Current tests
14823           include buffer count, stream length, timestamp/duration matching and
14824           md5.
14825         * gst/debug/Makefile.am:
14826         * gst/debug/gstdebug.c: (plugin_init):
14827           add infrastructure for new element
14828
14829 2004-05-19  Johan Dahlin  <johan@gnome.org>
14830
14831         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
14832         ending of the array. Fixes gst-inspect segfault on ppc.
14833
14834 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14835
14836         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
14837
14838         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
14839
14840 2004-05-18  David Schleef  <ds@schleef.org>
14841
14842         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
14843         warnings (bugs, actually) noticed by gcc but not forte.
14844
14845 2004-05-18  David Schleef  <ds@schleef.org>
14846
14847         * sys/sunaudio/Makefile.am:
14848         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
14849
14850 2004-05-18  David Schleef  <ds@schleef.org>
14851
14852         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14853         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
14854         to allow qtdemux to use non-seekable streams. (bug #142272)
14855
14856 2004-05-18  David Schleef  <ds@schleef.org>
14857
14858         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
14859         (gst_resample_sinc_ft_float): Remove use of static temporary
14860         buffer.  This code was obviously not supposed to last long, but
14861         it's stuck in our ABI, so it required a little hack to make it
14862         ABI-compatible.  Fixes #142585.
14863         * gst-libs/gst/resample/resample.h: same.
14864
14865 2004-05-18  David Schleef  <ds@schleef.org>
14866
14867         * configure.ac: Add sunaudio
14868         * examples/Makefile.am: make gstplay depend on gconf
14869         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
14870         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
14871         (convert_table_lookup), (img_convert): remove c99-isms
14872         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
14873           unsigned, to fix a warning on Solaris
14874         * gst/mpeg1sys/systems.c: bcopy->memcpy
14875         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
14876         * sys/Makefile.am: Add sunaudio
14877
14878 2004-05-18  Wim Taymans  <wim@fluendo.com>
14879
14880         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
14881         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
14882         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
14883         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
14884         (gst_ogg_mux_loop):
14885         Fix an ugly memleak where the muxer didn't flush enough ogg
14886         pages. This also resulted in badly muxed ogg files.
14887
14888 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14889
14890         * gst/asfdemux/asfheaders.c :
14891         * gst/asfdemux/asfheaders.h :
14892         * gst/asfdemux/gstasfdemux.c :
14893           - fix ASF_OBJ_PADDING guid
14894           - add 3 new object guids (language list, metadata,
14895             extended stream properties)
14896           - add a function to parse extended header objects
14897
14898 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14899
14900         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
14901           remove leftover debugging g_print
14902
14903 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14904
14905         * ext/mad/gstmad.c: (gst_mad_handle_event):
14906           Fix for when the first format in a discont event is not a
14907           byte-based one. Should fix #137710.
14908
14909 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14910
14911         * m4/a52.m4 : fix compilation with -Wall -Werror
14912         * m4/libfame.m4 : idem
14913         * m4/libmikmod.m4 : idem
14914
14915 2004-05-17  Benjamin Otte  <otte@gnome.org>
14916
14917         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14918           signal the new tags before giving up the reference
14919
14920 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14921
14922         * ext/shout2/gstshout2.c:
14923           use application/ogg instead of application/x-ogg (patch by Patrick
14924           Guimond, fixes #142432)
14925         * sys/oss/gstosselement.c: (gst_osselement_reset),
14926         (gst_osselement_sync_parms):
14927           don't set fragment size unless specified (fixes #142493)
14928
14929 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14930
14931         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
14932           fixes #142664
14933
14934 2004-05-17  Benjamin Otte  <otte@gnome.org>
14935
14936         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
14937           compute offsets correctly for internal buffers so timestamps are set
14938           correctly when we can't seek. Also handle cases where there are no
14939           offsets. (based on a patch by David Moore, fixes #142507)
14940
14941 2004-05-17  Benjamin Otte  <otte@gnome.org>
14942
14943         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14944           use correct variable when determining amount of data to skip so we
14945           don't skip into the void and segfault
14946
14947 2004-05-16  Benjamin Otte  <otte@gnome.org>
14948
14949         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
14950           Hi, I'm a memleak
14951
14952 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14953
14954         * gst/asfdemux/gstasfdemux.c:
14955           - fix a mem leak and always propagate tags
14956           - add WMV3 to known video codecs (but no decoder yet)
14957           - replace "surplus data" at end of audio header for what
14958             it is : codec specific data
14959           - fix a typo
14960
14961 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
14962
14963         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
14964
14965         * gst-libs/gst/audio/audioclock.c:
14966           Fix wrong return type (#142205).
14967
14968 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14969
14970         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
14971           Ignore CRCs by default (fixes #142566).
14972
14973 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14974
14975         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14976         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
14977         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
14978         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
14979         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14980         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
14981           Fix for cases where we fail to attach to a mixer.
14982
14983 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14984
14985         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14986           Don't touch events after not owning them anymore.
14987         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14988         (gst_wavparse_fmt), (gst_wavparse_other),
14989         (gst_wavparse_handle_seek), (gst_wavparse_loop),
14990         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14991         (gst_wavparse_srcpad_event):
14992         * gst/wavparse/gstwavparse.h:
14993           Add seeking, fix querying.
14994
14995 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14996
14997         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14998           - process comments even if they don't end with \0\0
14999             g_convert would ignore them if present and works well without them
15000
15001 2004-05-16  Benjamin Otte  <otte@gnome.org>
15002
15003         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
15004           simplify caps
15005
15006 2004-05-16  Benjamin Otte  <otte@gnome.org>
15007
15008         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15009           don't write to memory we might not write to - g_convert does that
15010           for us anyway (fixes #142613)
15011         (gst_asf_demux_audio_caps):
15012           comment out gst_util_dump_mem
15013
15014 2004-05-16  Benjamin Otte  <otte@gnome.org>
15015
15016         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15017           compute correct expected timestamps after seek (broken since
15018           last commit)
15019         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
15020           rename element and debugging category to gdkpixbufscale
15021
15022 2004-05-16  Benjamin Otte  <otte@gnome.org>
15023
15024         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15025           add error checking to snd_pcm_delay and remove duplicate call to
15026           snd_pcm_delay that caused issues (see inline code comments)
15027         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15028           make more readable and fix return value when snd_pcm_delay fails
15029         (fixes #142586)
15030
15031 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
15032         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
15033         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
15034         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
15035         (gst_pixbufscale_link), (gst_pixbufscale_init),
15036         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
15037         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
15038         (gst_pixbufscale_get_property), (pixbufscale_init):
15039         * ext/gdk_pixbuf/pixbufscale.h:
15040         Add these files I forgot earlier
15041
15042 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
15043         * ext/gdk_pixbuf/Makefile.am:
15044         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15045         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15046         Add new pixbufscale element to scale RGB video
15047         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
15048         and HYPER interpolation correctly.
15049         * ext/theora/theoraenc.c: (theora_enc_chain),
15050         Discard buffer and return if explicit caps could not be set
15051         (theora_enc_get_property):
15052         Make _get return kbps for the bitrate consistent with
15053         the _set function.
15054
15055
15056 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15057
15058         * ext/libvisual/visual.c: (gst_visual_chain):
15059           add missing visual_audio_analyze
15060
15061 2004-05-14  David Schleef  <ds@schleef.org>
15062
15063         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
15064         is killed while we're playing.
15065         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
15066         gst_element_no_more_pads().
15067
15068 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15069
15070         * gst-libs/gst/riff/riff-read.c :
15071           - fix INFO tag extraction in RIFF/AVI files
15072             because gst_event_unref (event) also freed taglist
15073           - avoid a mem leak
15074
15075 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15076
15077         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
15078         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
15079
15080         * gst/auparse/gstauparse.c :
15081           - add code (commented for now) to support audio/x-adpcm on src pad
15082             (we have no decoder for those layout yet)
15083
15084         * gst/cdxaparse/gstcdxaparse.c :
15085         * gst/cdxaparse/gstcdxaparse.h :
15086           - partial rewrite using RiffRead (ripped iain's wavparse code)
15087
15088         * gst/rtp/gstrtpL16enc.c : typo
15089         * gst/rtp/gstrtpgsmenc.c : typo
15090
15091 2004-05-13  Benjamin Otte  <otte@gnome.org>
15092
15093         * configure.ac:
15094           check for exact version of libvisual, it's not supposed to be
15095           API/ABI stable yet
15096
15097 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15098
15099         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15100           signal no-more-pads
15101
15102 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15103
15104         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
15105         Report which format was used for GST_FORMAT_DEFAULT
15106         * gst/debug/Makefile.am:
15107         * gst/debug/gstdebug.c: (plugin_init):
15108         * gst/debug/progressreport.c: (gst_progressreport_base_init),
15109         (gst_progressreport_class_init), (gst_progressreport_init),
15110         (gst_progressreport_report), (gst_progressreport_set_property),
15111         (gst_progressreport_get_property), (gst_progressreport_chain),
15112         (gst_progressreport_plugin_init):
15113         Add progressreport element for testing.
15114
15115 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15116
15117         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
15118         * sys/v4l/gstv4lsrc.h:
15119         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15120         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15121         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
15122         (gst_v4lsrc_grab_frame):
15123           add more debugging
15124           send a discont at start
15125
15126 2004-05-12  Colin Walters  <walters@redhat.com>
15127
15128         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
15129         inflooping if we can't find a chunk.  Or in other words, don't blow
15130         chunks if we don't have a chunk to blow.
15131
15132 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15133         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
15134         Remove old debug output
15135         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
15136         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
15137         (gst_dvdec_set_property), (gst_dvdec_get_property):
15138         Change the quality setting to an enum, so it works from gst-launch
15139         Don't renegotiate a non-linked pad. Allows audio only decoding.
15140         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
15141         (gst_deinterlace_link), (gst_deinterlace_init):
15142         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15143         (gst_videodrop_link):
15144         Some caps negotiation fixes
15145
15146 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15147
15148         * ext/tarkin/gsttarkin.c :
15149           - Change RANK from NONE to PRIMARY
15150         * ext/gdk_pixbuf/gstgdkpixbuf.c :
15151           - Change RANK from NONE to MARGINAL
15152         * ext/divx/gstdivxenc.c :
15153           - Change RANK from PRIMARY to NONE (encoder/spider issue)
15154
15155 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15156
15157         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15158         (gst_vorbisenc_push_packet):
15159           copy a function that was added between 1.0 and 1.0.1 until we
15160           depend on worthwhile features of post-1.0
15161
15162 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15163
15164         * configure.ac:
15165           enable shout2 by default
15166         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15167         (gst_shout2send_base_init), (gst_shout2send_init),
15168         (gst_shout2send_connect), (gst_shout2send_change_state):
15169         * ext/shout2/gstshout2.h:
15170           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
15171           #142262)
15172         * ext/theora/theora.c: (plugin_init):
15173           don't set rank on encoders
15174
15175 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
15176
15177         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15178           Use codec_data property instead of flag1 and flag2 for wma
15179
15180 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15181
15182         * gst/cdxaparse/gstcdxaparse.c :
15183           - Add mpegversion to CAPS to make it link
15184           - Rank is as GST_RANK_SECONDARY instead of NONE
15185         * gst/auparse/gstauparse.c :
15186           - Document all audio encoding we can encounter from Solaris 9
15187             headers and libsndfile information.
15188           - Increase max. rate from 48000 to 192000 (to match other elements)
15189           - Don't try to play junk data between header and samples
15190
15191 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15192
15193         * ext/libvisual/visual.c: (gst_visual_getcaps):
15194           use the right caps depending on endianness (I hope)
15195         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
15196           use GST_RANK_NONE for all non-decoding elements or spider gets
15197           mighty confused
15198
15199 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15200
15201         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15202           Fix some odd cases and fix BE metadata parsing of unicode16 text.
15203
15204 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15205
15206         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15207         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15208         (gst_switch_loop), (gst_switch_get_type):
15209           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
15210           HEADERS. Had to be said.
15211
15212 2004-05-10  David Schleef  <ds@schleef.org>
15213
15214         * configure.ac: Add prototype Dirac support.
15215         * ext/Makefile.am:
15216         * ext/dirac/Makefile.am:
15217         * ext/dirac/gstdirac.cc:
15218         * ext/dirac/gstdiracdec.cc:
15219
15220 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15221
15222         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15223         (gst_auparse_init), (gst_auparse_chain),
15224         (gst_auparse_change_state):
15225           Hack around spider. Remove me some day please.
15226
15227 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15228
15229         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15230           Fix for some uninitialized variables in previous patch, also
15231           makes it work. Fixes #142286 while we're at it.
15232
15233 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15234
15235         * gst/auparse/gstauparse.c:
15236                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15237                 only unsupported formats are ADPCM/CCITT G.72x
15238                 reviewed by Ronald
15239         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15240
15241 2004-05-10  Wim Taymans  <wim@fluendo.com>
15242
15243         * ext/vorbis/Makefile.am:
15244         * ext/vorbis/README:
15245         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15246         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15247         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15248         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15249         (gst_oggvorbisenc_convert_sink),
15250         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15251         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15252         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15253         (get_constraints_string), (update_start_message),
15254         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15255         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15256         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15257         * ext/vorbis/oggvorbisenc.h:
15258         * ext/vorbis/vorbis.c: (plugin_init):
15259         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15260         (raw_caps_factory), (gst_vorbisenc_class_init),
15261         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15262         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15263         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15264         * ext/vorbis/vorbisenc.h:
15265         Added a raw vorbis encoder to be used with the oggmuxer.
15266         We still need the old encoder for some gnome applications,
15267         read the README to find out how that works.
15268         The raw encoder is called "rawvorbisenc" until 0.9.
15269
15270 2004-05-10  Wim Taymans  <wim@fluendo.com>
15271
15272         * ext/ogg/gstogg.c: (plugin_init):
15273         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15274         (gst_ogg_print):
15275         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15276         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15277         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15278         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15279         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15280         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15281         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15282         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15283         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15284         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15285         Added an ogg muxer.
15286         Small typo fixes in the demuxer.
15287
15288 2004-05-10  Wim Taymans  <wim@fluendo.com>
15289
15290         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15291         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15292         (theora_enc_change_state), (theora_enc_set_property),
15293         (theora_enc_get_property):
15294         Mark the last packet with an EOS flag which is not really needed
15295         in gstreamer.
15296         Do some better video framerate initialisation.
15297         Update the buffer timestamp.
15298
15299 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15300
15301         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15302         Return the result of the parent state change call
15303
15304 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15305
15306         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15307         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15308         * gst/law/alaw-encode.c : (idem)
15309         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15310         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15311         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15312
15313 2004-05-09  Benjamin Otte  <otte@gnome.org>
15314
15315         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15316           don't use a fixed buffer size when writing variable length data to
15317           it. Fixes memory corruption and makes alsasrc work
15318
15319 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15320
15321         * ext/gnomevfs/gstgnomevfssink.c:
15322         (_gst_boolean_allow_overwrite_accumulator),
15323         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15324           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15325           RUN_LAST, and don't use that to set the accumulator value because
15326           then it's always FALSE.
15327
15328 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15329
15330         * gst-libs/gst/riff/riff-media.c:
15331         (gst_riff_create_video_caps_with_data),
15332         (gst_riff_create_audio_caps),
15333         (gst_riff_create_audio_template_caps):
15334         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15335           Fix for unaligned RIFF files (i.e. where all the chunks together
15336           in a LIST chunk are not of the same size as the size given in
15337           the LIST chunk header). Fixes several odd WAVE files. Also fix
15338           ADPCM (block_align property) in audio, so that wavparse based
15339           on this works now as it used to stand-alone.
15340
15341 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15342
15343         reviewed by Benjamin Otte  <otte@gnome.org>
15344
15345         * ext/a52dec/gsta52dec.c:
15346         * ext/divx/gstdivxdec.c:
15347         * ext/divx/gstdivxenc.c:
15348         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15349         * ext/faac/gstfaac.c: (gst_faac_base_init):
15350         * ext/faad/gstfaad.c: (gst_faad_base_init):
15351         * ext/ivorbis/vorbisfile.c:
15352         * ext/lame/gstlame.c:
15353         * ext/libfame/gstlibfame.c:
15354         * ext/mpeg2enc/gstmpeg2enc.cc:
15355         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15356         * ext/sidplay/gstsiddec.cc:
15357         * ext/speex/gstspeexdec.c:
15358         * ext/speex/gstspeexenc.c:
15359         * ext/xvid/gstxviddec.c:
15360         * ext/xvid/gstxvidenc.c:
15361           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15362           (fixes #142193)
15363
15364 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15365
15366         * ext/alsa/gstalsa.c: (device_list),
15367         (gst_alsa_class_probe_devices):
15368         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15369           Fix alsa oddness in mixer after the combination of using mixer
15370           in source/sink elements and using hw:x,y instead of just hw:x.
15371
15372 2004-05-09  Benjamin Otte  <otte@gnome.org>
15373
15374         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15375         (gst_wavparse_create_sourcepad):
15376           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15377           sourcepads
15378
15379 2004-05-09  Benjamin Otte  <otte@gnome.org>
15380
15381         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15382           allow discont events before caps nego
15383
15384 2004-05-08  Benjamin Otte  <otte@gnome.org>
15385
15386         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15387           don't leak events
15388
15389 2004-05-08  Benjamin Otte  <otte@gnome.org>
15390
15391         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15392         (gst_level_change_state), (gst_level_init):
15393         * gst/level/gstlevel.h:
15394           figure out if we're initialized directly instead of keeping a
15395           variable that's wrong in 90% of cases
15396           don't initialize pads and then leak them and use a new unitialized
15397           pad. (fixes #142084)
15398           these were bugs so n00bish I didn't find them for an hour :/
15399
15400 2004-05-08 Iain <iain@prettypeople.org>
15401
15402         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15403         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15404         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15405         return the length that was read.
15406         (gst_riff_read_strf_auds): Allow fmt tags as well.
15407
15408 2004-05-07  David Schleef  <ds@schleef.org>
15409
15410         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15411         signed char assumption in faad.h.
15412
15413 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15414
15415         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15416           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15417
15418 2004-05-07  Colin Walters  <walters@redhat.com>
15419
15420         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15421         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15422         function.
15423         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15424         Add dispose function.
15425
15426 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15427         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15428           Fix caps nego and pad templates. RGB mode caps should
15429           work now.
15430         * ext/dvdnav/gst-dvd:
15431           Move mpeg2dec inside the thread because otherwise the
15432           queue rejects cap changes mid-stream
15433         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15434         (gst_mpeg2dec_flush_decoder):
15435           For mpeg2dec > 0.4.0, call the flush function instead of
15436           manually extracting all in-flight frames.
15437         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15438         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15439           Change mime type video/dv go video/x-dv to match the
15440           rest of gst-plugins
15441
15442 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15443
15444         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15445         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15446         (gst_alsa_sink_class_init):
15447         * ext/alsa/gstalsasink.h:
15448         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15449         (gst_alsa_src_class_init):
15450         * ext/alsa/gstalsasrc.h:
15451           Make alsasink/src a subclass of alsamixer so that mixer stuff
15452           shows up in gst-rec. Needs some finetuning.
15453
15454 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15455
15456         * ext/lame/gstlame.c: (gst_lame_chain):
15457           simplify
15458         * ext/mad/gstmad.c: (gst_mad_handle_event):
15459           fix event leak
15460         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15461           be able to detect mp3 files < 4096 bytes
15462
15463 2004-05-06  Wim Taymans  <wim@fluendo.com>
15464
15465         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15466         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15467         (theora_enc_set_property), (theora_enc_get_property):
15468         Also encode the first frame, cleanup some code.
15469
15470 2004-05-06  Wim Taymans  <wim@fluendo.com>
15471
15472         * ext/mpeg2enc/gstmpeg2enc.cc:
15473         Forward events first before deciding that negotiation was
15474         not performed.
15475
15476 2004-05-06  Wim Taymans  <wim@fluendo.com>
15477
15478         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15479         First process the events before deciding that negotiation
15480         was not performed.
15481
15482 2004-05-06  Wim Taymans  <wim@fluendo.com>
15483
15484         * ext/theora/Makefile.am:
15485         * ext/theora/theora.c: (plugin_init):
15486         * ext/theora/theoradec.c: (theora_dec_change_state):
15487         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15488         (gst_theora_enc_class_init), (gst_theora_enc_init),
15489         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15490         (theora_enc_chain), (theora_enc_change_state),
15491         (theora_enc_set_property), (theora_enc_get_property):
15492         Added a theora encoder, grouped the encoder and decoder into the
15493         same plugin.
15494
15495 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15496
15497         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15498         (gst_jpegenc_chain):
15499         fix DURATION on outgoing buffers
15500         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15501         debug using time formats
15502         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15504         (gst_xvimagesink_sink_link):
15505         windows with width/height 0 generate X errors, so don't allow them
15506
15507 2004-05-05  Wim Taymans  <wim@fluendo.com>
15508
15509         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15510         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15511         (gst_mpeg2dec_negotiate_format):
15512         * ext/mpeg2dec/gstmpeg2dec.h:
15513           removed the static pad template so that we can add the
15514           more accurate framerate value to the caps.
15515
15516
15517 2004-05-04  Benjamin Otte  <otte@gnome.org>
15518
15519         * configure.ac:
15520           check for kdemacros.h, too (should fix #141821)
15521         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15522           don't crash if no header was sent, but nicely error out (fixes part
15523           of #141554)
15524
15525 2004-05-04  Wim Taymans  <wim@fluendo.com>
15526
15527         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15528         parent dispose function to avoid segfault on destroy.
15529
15530 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15531
15532         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15533         (plugin_init):
15534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15535         (gst_xvimagesink_sink_link):
15536         clean up debugging caps
15537         also recreate xvimage when format has changed
15538
15539 2004-05-04  Benjamin Otte  <otte@gnome.org>
15540
15541         * ext/libvisual/Makefile.am:
15542         * ext/libvisual/visual.c: (gst_visual_class_init),
15543         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15544         (gst_visual_srclink), (gst_visual_chain),
15545         (gst_visual_change_state), (plugin_init):
15546           use a GstAdapter to correctly adapt buffer sizes - allows using a
15547           framerate
15548
15549 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15550
15551         * sys/v4l/gstv4lelement.h:
15552         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15553         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15554         (gst_v4lsrc_buffer_free):
15555         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15556         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15557         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15558         (gst_v4lsrc_requeue_frame):
15559         move some debugging categories around
15560         query for fps index and set accordingly if found
15561
15562 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15563
15564         * ext/lame/gstlame.c:
15565         correct defaults that lame_init puts out of range
15566
15567 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15568
15569         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
15570         (gst_divxenc_class_init):
15571         fix range since -1 is the default
15572         * gst/mpeg1sys/gstmpeg1systemencode.c:
15573         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
15574         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
15575         (gst_rtjpegdec_chain):
15576         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
15577         (gst_rtjpegenc_chain):
15578         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
15579         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
15580         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
15581         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
15582         * sys/v4l/gstv4lsrc.c:
15583         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15584         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15585         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15586         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
15587         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
15588           remove gst_info calls
15589
15590 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15591
15592         * Makefile.am:
15593         * po/af.po:
15594         * po/az.po:
15595         * po/en_GB.po:
15596         * po/nl.po:
15597         * po/sr.po:
15598         * po/sv.po:
15599           Updated translations
15600
15601 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15602
15603         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15604           refactor/comment code
15605
15606 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15607
15608         * gst/asfdemux/Makefile.am:
15609         * gst/asfdemux/asfheaders.c:
15610         * gst/asfdemux/asfheaders.h:
15611         * gst/asfdemux/gstasf.c: (plugin_init):
15612         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
15613         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
15614         (gst_asf_demux_setup_pad):
15615         * gst/asfdemux/gstasfdemux.h:
15616         * gst/asfdemux/gstasfmux.c:
15617         * gst/asfdemux/gstasfmux.h:
15618           Add tagging support to demuxer, split out registration in its own
15619           file instead of in demux (hacky), and prevent having some tables
15620           in our memory multiple times (in asfheaders.h).
15621
15622 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15623
15624         * gst/matroska/matroska-demux.c:
15625         (gst_matroska_demux_parse_metadata):
15626         * gst/matroska/matroska-ids.h:
15627           Basic tag reading support.
15628
15629 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15630
15631         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15632           Really detect ac-3 audio.
15633         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
15634           really detect matroska files (off-by-1).
15635
15636 2004-04-30  David Schleef  <ds@schleef.org>
15637
15638         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15639         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
15640         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
15641         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
15642         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
15643         hackage -- parse a lot more atoms, extract a few tags.  One might even
15644         mistake this for tag support.  Maybe it is.
15645         * gst/qtdemux/qtdemux.h:
15646
15647 2004-04-30  Colin Walters  <walters@verbum.org>
15648
15649         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
15650
15651 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15652
15653         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15654         (gst_ffmpegcolorspace_getcaps):
15655           remove broken nego fix
15656
15657 2004-04-30  Benjamin Otte  <otte@gnome.org>
15658
15659         * configure.ac:
15660         * ext/Makefile.am:
15661         * ext/libvisual/Makefile.am:
15662         * ext/libvisual/visual.c:
15663           add initial support for libvisual (http://libvisual.sourceforge.net)
15664           libvisual is still quite alpha, so expect crashes in there :)
15665
15666 2004-04-29  David Schleef  <ds@schleef.org>
15667
15668         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15669         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
15670         up qtdemux to make it spit out codec_data.  Do _not_ look at this
15671         code; you will no longer respect me.
15672
15673 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15674
15675         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
15676         * ext/alsa/gstalsa.h :
15677         change alsa pcm device discovery to find more than 1 device
15678         per card. code review by Ronald.
15679
15680 2004-04-29  David Schleef  <ds@schleef.org>
15681
15682         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
15683         Add a check for a driver bug on FreeBSD.  (bug #140565)
15684
15685 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15686
15687         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
15688         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15689         (gst_jpegenc_getcaps):
15690           move format setting to inner loop
15691         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15692         (gst_ffmpegcolorspace_getcaps):
15693           use GST_PAD_CAPS if available so that we use already negotiated
15694           caps
15695         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15696         (qtdemux_parse_moov), (qtdemux_parse):
15697           extra debugging
15698         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
15699         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
15700           move hardcoded path to DEFINE
15701
15702 2004-04-28  David Schleef  <ds@schleef.org>
15703
15704         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
15705         (bug #140064)
15706
15707 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15708
15709         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
15710           Don't probe for playback device if we're a source element. Fixes
15711           #139658.
15712
15713 2004-04-29  Benjamin Otte  <otte@gnome.org>
15714
15715         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
15716         (gst_id3_tag_chain):
15717           rewrite buffer offset
15718
15719 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15720
15721         * configure.ac:
15722         * ext/Makefile.am:
15723         * ext/dts/Makefile.am:
15724         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
15725         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
15726         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
15727         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
15728         (gst_dtsdec_loop), (gst_dtsdec_change_state),
15729         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
15730         (plugin_init):
15731         * ext/dts/gstdtsdec.h:
15732           New DTS decoder.
15733         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
15734         (gst_faad_srcconnect):
15735           Add ESDS atom handling (.m4a).
15736
15737 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15738
15739         * ext/divx/gstdivxdec.c: (plugin_init):
15740           Remove comment that makes no sense.
15741         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
15742           Fix for obvious typo that resulted in warnings during gst-register.
15743         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
15744         (gst_xviddec_sink_link):
15745           Fix caps negotiation a bit better.
15746         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15747           We call this 'codec_data', not 'esds'.
15748
15749 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15750
15751         * gst/monoscope/gstmonoscope.c:
15752           make sure we only provide 256x128
15753         * gst/monoscope/monoscope.c: (monoscope_init):
15754           assert size of 256x128
15755
15756 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15757
15758         * Makefile.am:
15759         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
15760         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
15761           fixate to max width and height of device
15762
15763 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15764
15765         * Makefile.am:
15766         * sys/v4l/gstv4l.c:
15767         * sys/v4l/gstv4lsrc.c:
15768         * sys/v4l/v4l_calls.c:
15769         * sys/v4l/v4lsrc_calls.c:
15770           fix for qc-usb driver which fakes having more than one buffer
15771           by handing the same buffer twice, which confused GStreamer's/v4lsrc
15772           buffer_free override
15773           add debugging
15774
15775 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15776
15777         * Makefile.am:
15778         * gst/videotestsrc/gstvideotestsrc.c:
15779         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
15780         (gst_videotestsrc_init), (gst_videotestsrc_get),
15781         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
15782         * gst/videotestsrc/gstvideotestsrc.h:
15783           add num-buffers property
15784
15785         2004-04-26  Benjamin Otte  <otte@gnome.org>
15786
15787         * ext/mad/gstid3tag.c: (plugin_init):
15788           set id3mux rank to NONE so it doesn't confuse spider
15789           require audio/mpeg,mpegversion=1 in id3mux
15790
15791 2004-04-26  Benjamin Otte  <otte@gnome.org>
15792
15793         * configure.ac:
15794           detect faad correctly as non-working if it's indeed non-working
15795
15796 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15797
15798         * Makefile.am:
15799         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15800         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
15801         fix _getcaps so it only negotiates to its supported format
15802
15803 2004-04-25  Benjamin Otte  <otte@gnome.org>
15804
15805         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15806           fix memleak
15807
15808 2004-04-23  Benjamin Otte  <otte@gnome.org>
15809
15810         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15811           audio/x-raw-int with height rules! not. Now it's depth.
15812
15813 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15814
15815         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
15816         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
15817         (gst_wavparse_loop):
15818           Missing variable initialization. Add handling of DVI ADPCM. Fix
15819           mis-parsing of LIST chunks. This works around a bug where we mis-
15820           parse non-aligning LIST chunks (so LIST chunks where the contents
15821           don't align with the actual LIST size). The correct fix is to use
15822           rifflib, I'm not going to fix wavparse - too much work. All this
15823           fixes #104878.
15824
15825 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15826
15827         reviewed by Benjamin Otte  <otte@gnome.org>
15828
15829         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
15830           fix shoutcast not working (fixes #140844)
15831
15832 2004-04-22  Benjamin Otte  <otte@gnome.org>
15833
15834         * ext/hermes/gsthermescolorspace.c:
15835         (gst_hermes_colorspace_caps_remove_format_info):
15836         * gst/colorspace/gstcolorspace.c:
15837         (gst_colorspace_caps_remove_format_info):
15838         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15839         (gst_ffmpegcolorspace_caps_remove_format_info):
15840           s/gst_caps_simplify/gst_caps_do_simplify/
15841
15842 2004-04-22  Benjamin Otte  <otte@gnome.org>
15843
15844         * gst-libs/gst/riff/riff-media.c:
15845         (gst_riff_create_video_caps_with_data):
15846           mpegversion is an int
15847         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
15848           don't try to create pad templates with NULL caps, use any caps
15849           instead.
15850
15851 2004-04-20  David Schleef  <ds@schleef.org>
15852
15853         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
15854         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
15855         (bug #140384)
15856
15857 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
15858
15859         reviewed by David Schleef
15860
15861         * ext/mad/gstid3tag.c: Add stdlib.h
15862         * gst/rtp/gstrtpgsmenc.c: same
15863         * gst/tags/gstid3tag.c: same
15864         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
15865         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
15866         GST_DISABLE_LOADSAVE use.
15867         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
15868         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
15869         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
15870         atol(3)).
15871         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
15872         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
15873         strtoul(3)).
15874         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
15875         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
15876         $(ID3_CFLAGS).
15877         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
15878         $(LIBFAME_CFLAGS).
15879
15880 2004-04-20  David Schleef  <ds@schleef.org>
15881
15882         * gst/realmedia/rmdemux.c:  This was supposed to part of the
15883         last checkin.  Same idea.
15884
15885 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
15886
15887         reviewed by David Schleef
15888
15889         * configure.ac: bump required gstreamer version to 0.8.1.1
15890         because of following changes [--ds]
15891
15892         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
15893         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
15894         (gst_riff_read_header):  Use GST_READ_UINT*
15895         macros to access possibly unaligned memory.
15896
15897         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
15898         (mp3_type_find):  Use GST_READ_UINT*
15899         macros to access possibly unaligned memory.
15900         (mp3_type_find, mpeg1_parse_header, qt_type_find)
15901         (speex_type_find): Likewise
15902
15903         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
15904
15905         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
15906         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
15907         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
15908         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
15909         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
15910         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
15911         macros to access possibly unaligned memory.
15912
15913         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
15914         Likewise.
15915
15916         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
15917         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
15918
15919         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
15920         Likewise.
15921
15922         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
15923         (gst_mpeg2subt_chain_subtitle): Likewise.
15924
15925         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
15926         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
15927         Likewise.
15928
15929         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
15930         Likewise.
15931
15932         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
15933         Likewise.
15934
15935         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
15936         Likewise.
15937
15938 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15939
15940         * configure.ac:
15941           update required version of GStreamer because of GST_TIME_FORMAT
15942
15943 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15944
15945         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
15946           remove leftover g_print
15947         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15948           don't try setting only a subset of the caps. We don't want to kill
15949           autoplugging on purpose
15950
15951 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15952
15953         * sys/ximage/ximagesink.c: (plugin_init):
15954         * sys/xvimage/xvimagesink.c: (plugin_init):
15955           add debugging categories
15956
15957 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15958
15959         * po/en_GB.po:
15960         * po/LINGUAS:
15961           Adding en_GB translation (Gareth Owen)
15962
15963 2004-04-20  David Schleef  <ds@schleef.org>
15964
15965         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15966         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
15967         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
15968         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
15969         A number of new features and hacks to extract the esds atom and
15970         put it into the caps.  (bug #137724)
15971
15972 2004-04-19  David Schleef  <ds@schleef.org>
15973
15974         * gconf/Makefile.am: Fix for non-GNU make
15975         * gst-libs/gst/Makefile.am: Change directory order to handle
15976         GstPlay linking with gstinterfaces
15977         * gst-libs/gst/audio/make_filter: make use of tr portable
15978         * gst-libs/gst/play/Makefile.am: Add intended \
15979         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15980         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
15981         function prototype instead of void *.
15982         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
15983         macro.
15984         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15985         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
15986         * gst/videofilter/make_filter: make use of tr portable
15987         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
15988
15989 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15990
15991         * po/LINGUAS:
15992         * po/uk.po:
15993           Added Ukrainian translation (Maxim V. Dziumanenko)
15994
15995 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15996
15997         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
15998         (gst_gsmdec_link), (gst_gsmdec_chain):
15999           Fix capsnego, simplify chain function slightly.
16000         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16001           Add GSM.
16002
16003 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16004
16005         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16006         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
16007         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
16008           Hack to make wavparse work with spider (always -> sometimes pad).
16009           Fixes #135862 && #140411.
16010
16011 2004-04-18  Benjamin Otte  <otte@gnome.org>
16012
16013         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16014         (gst_osselement_rate_probe_check),
16015         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
16016           get rid of \n in debug output
16017
16018 2004-04-17  Iain <iain@prettypeople.org>
16019
16020         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
16021         not just EOS.
16022
16023 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16024
16025         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16026         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
16027         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
16028         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
16029         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16030         (gst_id3_tag_change_state), (plugin_init):
16031           deprecate id3tag element and replace with id3demux/id3mux.
16032           great side effect: this ugly file is now even uglier, yay!
16033         * ext/mad/gstmad.h:
16034           remove non-available function
16035           update for new get_type
16036
16037 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16038
16039         * configure.ac:
16040           require mpeg2dec >= 0.4.0
16041
16042 2004-04-17  Benjamin Otte  <otte@gnome.org>
16043
16044         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16045         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
16046         (gst_xvimagesink_set_xwindow_id):
16047           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
16048           assorted cleanup fixes.
16049
16050 2004-04-16  David Schleef  <ds@schleef.org>
16051
16052         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
16053         * sys/xvimage/xvimagesink.h: same
16054
16055 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16056
16057         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16058           Fix GST_ELEMENT_ERROR with (NULL)
16059
16060 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16061
16062         * gst-libs/gst/riff/riff-media.c:
16063         (gst_riff_create_video_caps_with_data):
16064           Add div[3456] as fourccs for DivX 3 (fixes #140137).
16065
16066 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16067
16068         * gst-libs/gst/riff/riff-media.c:
16069         (gst_riff_create_video_caps_with_data),
16070         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
16071         (gst_riff_create_video_template_caps),
16072         (gst_riff_create_audio_template_caps):
16073         * gst-libs/gst/riff/riff-media.h:
16074         * gst-libs/gst/riff/riff-read.c:
16075         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
16076         * gst-libs/gst/riff/riff-read.h:
16077         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16078           Add MS RLE support. I added some functions to read out strf chunks
16079           into strf chunks and the data behind it. This is usually color
16080           palettes (as in RLE, but also in 8-bit RGB). Also use those during
16081           caps creation. Lastly, add ADPCM (similar to wavparse - which
16082           should eventually be rifflib based).
16083         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16084         (gst_matroska_demux_init), (gst_matroska_demux_reset):
16085         * gst/matroska/matroska-demux.h:
16086           Remove placeholders for some prehistoric tagging system. Didn't add
16087           support for any tag system really anyway.
16088         * gst/qtdemux/qtdemux.c:
16089           Add support for audio/x-m4a (MPEG-4) through spider.
16090         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16091         (gst_wavparse_loop):
16092           ADPCM support (#135862). Increase max. buffer size because we
16093           cannot split buffers for ADPCM (screws references) and I've seen
16094           files with 2048 byte chunks. 4096 seems safe for now.
16095
16096 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16097
16098         * configure.ac: bump nano to 1
16099
16100 === release 0.8.1 ===
16101
16102 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16103
16104         * configure.ac: releasing 0.8.1, "Comforting Sounds"
16105
16106 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16107
16108         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16109           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
16110           Fixes #140058
16111
16112 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16113
16114         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
16115           lower rank of dvddemux so that it's not used for mpeg playback.
16116
16117 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16118
16119         * configure.ac:
16120           save libs correctly when checking mad
16121
16122 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16123
16124         * ext/mad/gstid3tag.c: (plugin_init):
16125           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
16126
16127 2004-04-13  David Schleef  <ds@schleef.org>
16128
16129         * common/m4/gst-feature.m4: Call -config scripts with
16130         --plugin-libs if it is supported.
16131         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
16132         JPEG images are image/jpeg.
16133         * gst/debug/Makefile.am:
16134         * gst/debug/negotiation.c: (gst_negotiation_class_init),
16135         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
16136         (gst_negotiation_update_caps), (gst_negotiation_get_property),
16137         (gst_negotiation_plugin_init): Add a property that acts like
16138         filter caps.
16139         * testsuite/gst-lint:  Move license checking to be a standard
16140         test.
16141
16142 2004-04-13  David Schleef  <ds@schleef.org>
16143
16144         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
16145         patch from Sebastien Cote (bug #139958)
16146
16147 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16148
16149         * examples/gstplay/Makefile.am:
16150         * examples/gstplay/player.c: (main):
16151           make the commandline player example use gconf settings
16152
16153 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16154
16155         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
16156         (gst_cacasink_sinkconnect), (gst_cacasink_init),
16157         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
16158           init/end library during state transition, not object
16159           creation/disposal.  get rid of custom dispose handler.
16160
16161
16162 2004-04-12  Christian Schaller <Uraeus@gnome.org>
16163
16164         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
16165         be a symlink
16166
16167 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16168
16169         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
16170           Handle JUNK chunks inside data section. Prevents warnings.
16171
16172 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16173
16174         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16175         (gst_riff_create_video_template_caps):
16176           Add MS video v1.
16177         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
16178         (gst_avi_demux_stream_data):
16179           Add support for "rec-list" chunks.
16180
16181 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16182
16183         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16184           Fix another codecname mismatch.
16185
16186 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16187
16188         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16189           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
16190           so that MJPEG plays back.
16191
16192 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16193
16194         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16195         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
16196         * gst/mpeg1videoparse/gstmp1videoparse.h:
16197           Fix for some slight mis-cuts in buffer parsing, and for some
16198           potential overflows or faults-causers. Adds disconts. Also fixes
16199           #139105 while we're at it.
16200
16201 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16202
16203         * configure.ac:
16204         * sys/v4l2/gstv4l2element.h:
16205           Workaround for missing struct v4l2_buffer declaration in Suse 9
16206           and Mandrake 10 linux/videodev2.h header file (#135919).
16207
16208 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16209
16210         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16211           Bail out if no filename was given.
16212
16213 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16214
16215         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
16216         (gst_v4l2_fourcc_from_structure):
16217           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
16218           Y41B somewhere).
16219
16220 2004-04-09  Benjamin Otte  <otte@gnome.org>
16221
16222         * ext/gnomevfs/gstgnomevfssink.c:
16223         (_gst_boolean_allow_overwrite_accumulator),
16224         (gst_gnomevfssink_class_init):
16225           fix erase signal - if any handler returns false the file will not be
16226           overwritten. If no handler is connected, the file will not be
16227           overwritten either.
16228           renamed signal to "allow-overwrite"
16229         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16230           free string when adding it to ID3 failed
16231         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16232           unref event when done
16233         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16234           free caps
16235         * gst/typefind/gsttypefindfunctions.c:
16236         (mpeg_video_stream_type_find):
16237           fix invalid read
16238
16239 2004-04-08  David Schleef  <ds@schleef.org>
16240
16241         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16242         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16243
16244 2004-04-08  David Schleef  <ds@schleef.org>
16245
16246         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16247         we don't support (bug #139532)
16248
16249 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16250
16251         * ext/mad/gstmad.c: (gst_mad_handle_event),
16252         (gst_mad_check_caps_reset), (gst_mad_chain),
16253         (gst_mad_change_state):
16254           only set explicit caps if they haven't been set before for
16255           this stream.  MPEG-audio sample rate/channels aren't allowed
16256           to change in-stream.
16257           Fixes #139382
16258
16259 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16260
16261         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16262         (_gst_boolean_did_something_accumulator),
16263         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16264         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16265         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16266         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16267         (gst_gnomevfssink_change_state):
16268           Fix erase signal. Don't erase by default. Remove handoff signal.
16269           Remove erase property. Don't segfault. General cleanup.
16270
16271 2004-04-07  Benjamin Otte  <otte@gnome.org>
16272
16273         * gst-libs/gst/gconf/test-gconf.c: (main):
16274           add missing gst_init
16275
16276 2004-04-07  Benjamin Otte  <otte@gnome.org>
16277
16278         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16279           free the mutexes, too
16280
16281 2004-04-07  Benjamin Otte  <otte@gnome.org>
16282
16283         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16284           actually free the URI string
16285         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16286           compute offset correctly when passing discont events
16287         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16288           don't leak discont events
16289         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16290           add some missing breaks so caps aren't copied randomly
16291         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16292           if we realloc memory, we better use it
16293
16294 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16295
16296         * ext/mad/gstmad.c: (normal_seek):
16297           fix GST_FORMAT_TIME usage
16298
16299 2004-04-05  David Schleef  <ds@schleef.org>
16300
16301         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16302         a deprecated function (hack!)
16303
16304 2004-04-05  Benjamin Otte  <otte@gnome.org>
16305
16306         * ext/esd/esdmon.c: (gst_esdmon_get):
16307           fix nonterminated vararg and memleak
16308
16309 2004-04-05  Benjamin Otte  <otte@gnome.org>
16310
16311         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16312         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16313         (gst_ladspa_set_property), (gst_ladspa_get_property),
16314         (gst_ladspa_instantiate), (gst_ladspa_activate),
16315         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16316           clean up debugging
16317
16318 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16319
16320         reviewed by Benjamin Otte  <otte@gnome.org>
16321
16322         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16323           check for broken LADSPA parameters (fixes #138635)
16324
16325 2004-04-05  Benjamin Otte  <otte@gnome.org>
16326
16327         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16328           advertise buffer-frames correctly on sinkpads
16329
16330 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16331
16332         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16333         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16334         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16335         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16336         (gst_mad_check_caps_reset), (gst_mad_chain):
16337         add more debugging, only reset caps when we're not in error state
16338
16339 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16340
16341         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16342
16343 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16344
16345         reviewed by Benjamin Otte  <otte@gnome.org>
16346
16347         * configure.ac:
16348           fix == in test(1) operator
16349
16350 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16351
16352         reviewed by Benjamin Otte  <otte@gnome.org>
16353
16354         * configure.ac:
16355           fix --export-symblos-regex to a working regex.
16356
16357 2004-04-04  Benjamin Otte  <otte@gnome.org>
16358
16359         * sys/oss/.cvsignore:
16360           add for oss_probe
16361
16362 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16363
16364         reviewed by Benjamin Otte  <otte@gnome.org>
16365
16366         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16367           add missing 'new_media' argument (fixes #138168)
16368         * gst/matroska/matroska-demux.c:
16369         (gst_matroska_demux_handle_seek_event):
16370           add vararg terminator (fixes #138169)
16371
16372 2004-04-02  David Schleef  <ds@schleef.org>
16373
16374         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16375         disted (bug #138914)
16376
16377 2004-04-01  Benjamin Otte  <otte@gnome.org>
16378
16379         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16380         (gst_alsa_close_audio):
16381           handle case better where a soundcard can't pause
16382         * ext/ogg/gstoggdemux.c:
16383           don't crash when we get events but don't have pads yet
16384
16385 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16386
16387         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16388           throw an error if we couldn't probe any caps.
16389
16390 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16391
16392         * ext/dvdnav/gst-dvd:
16393         Add a really simple sample DVD player
16394
16395 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16396
16397         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16398         (gst_a52dec_push), (gst_a52dec_handle_event),
16399         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16400         (gst_a52dec_change_state):
16401         * ext/a52dec/gsta52dec.h:
16402           Use a debug category, Output timestamps correctly
16403           Emit tag info, Handle events, tell liba52dec about cpu
16404           capabilities so it can use MMX etc.
16405         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16406           Fix a crasher accessing invalid memory
16407         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16408         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16409         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16410         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16411         (dvdnavsrc_query):
16412           Some support for byte-format seeking.
16413           Small fixes for still frames and menu button overlays
16414         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16415         (gst_mpeg2dec_alloc_buffer):
16416           Use a debug category. Adjust the report level of several items to
16417           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16418           so it doesn't lose the GstBuffer pointer
16419         * gst/debug/Makefile.am:
16420         * gst/debug/gstdebug.c: (plugin_init):
16421         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16422         (gst_navseek_base_init), (gst_navseek_class_init),
16423         (gst_navseek_init), (gst_navseek_seek),
16424         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16425         (gst_navseek_get_property), (gst_navseek_chain),
16426         (gst_navseek_plugin_init):
16427         * gst/debug/gstnavseek.h:
16428           Add the navseek debug element for seeking back and forth in a
16429           video stream using arrow keys.
16430         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16431         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16432         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16433         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16434         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16435         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16436         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16437         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16438         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16439         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16440         * gst/mpeg2sub/gstmpeg2subt.h:
16441           Pretty much a complete rewrite. Now a loopbased element. May still
16442           require work to properly synchronise subtitle buffers.
16443         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16444         (gst_dvd_demux_send_subbuffer):
16445         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16446           Don't attempt to create subbuffers of size 0
16447           Reduce a couple of error outputs to warnings.
16448         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16449         (gst_y4mencode_chain):
16450         Output the y4m frame header correctly.
16451
16452 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16453
16454         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16455           throw errors instead of allowing SIGFPE
16456
16457 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16458
16459         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16460         (gst_gconf_render_bin_from_key):
16461           leak plugging and style fixing
16462
16463 2004-03-31  David Schleef  <ds@schleef.org>
16464
16465         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16466         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16467         (bug #138225)
16468         * gst/debug/Makefile.am:
16469         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16470         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16471         plugin.
16472         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16473         (gst_negotiation_base_init), (gst_negotiation_class_init),
16474         (gst_negotiation_init), (gst_negotiation_getcaps),
16475         (gst_negotiation_pad_link), (gst_negotiation_chain),
16476         (gst_negotiation_set_property), (gst_negotiation_get_property),
16477         (gst_negotiation_plugin_init):  New element to talk about random
16478         negotiation things happening in a pipeline.
16479
16480 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16481
16482         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16483           fix integer addition with help of Stefan Kost
16484
16485 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16486
16487         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16488
16489 2004-03-30  David Schleef  <ds@schleef.org>
16490
16491         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16492         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16493         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16494         (bug #137504)
16495         * ext/mpeg2dec/gstmpeg2dec.h:
16496
16497 2004-03-30  David Schleef  <ds@schleef.org>
16498
16499         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16500
16501 2004-03-30  David Schleef  <ds@schleef.org>
16502
16503         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16504         Michael Petullo) to handle .mov
16505
16506 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16507
16508         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16509         (gst_osselement_rate_check_rate):
16510           probe caps correctly for sound cards that only support one format
16511
16512 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16513
16514         * ext/kio/kiosrc.cpp: (process_events):
16515           update handling event processing if inside KDE - untested
16516
16517 2004-03-29  David Schleef  <ds@schleef.org>
16518
16519         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16520         by 2 to not interfere with other colorspaces.
16521         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16522         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16523         one to not interfere with ffmpeg_colorspace.
16524
16525 2004-03-29  David Schleef  <ds@schleef.org>
16526
16527         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16528         aren't in the caps.
16529         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16530         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16531
16532 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16533
16534         * gst-libs/gst/riff/riff-media.c:
16535           fail on error, don't try to set stuff on NULL caps
16536
16537 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16538
16539         * configure.ac:
16540         * ext/Makefile.am:
16541         * ext/kio/Makefile.am:
16542         * ext/kio/kioreceiver.cpp:
16543         * ext/kio/kioreceiver.h:
16544         * ext/kio/kiosrc.cpp:
16545         * ext/kio/kiosrc.h:
16546           add experimental kiosrc plugin
16547         * ext/alsa/gstalsaplugin.c: (plugin_init):
16548           initialize debugging category only when we're sure registering the
16549           plugins worked.
16550
16551 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16552
16553         * examples/gstplay/player.c: (main):
16554         * gst-libs/gst/play/play.c: (gst_play_class_init),
16555         (gst_play_set_location), (gst_play_set_data_src),
16556         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16557         (gst_play_set_visualization), (gst_play_connect_visualization):
16558           check return values of element_set_state and return FALSE where
16559           failed
16560
16561 2004-03-29  Benjamin Otte  <otte@gnome.org>
16562
16563         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16564           try harder to check if an event is really a discont
16565
16566 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16567
16568         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
16569         * po/az.po:
16570
16571 2004-03-28  Benjamin Otte  <otte@gnome.org>
16572
16573         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16574         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16575         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16576           get rid of non-standard "..." ranges in case statements.
16577
16578 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
16579
16580         * gst/mpegstream/gstmpegdemux.c:
16581         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
16582         specific functionality split to the new dvddemux element.
16583         * gst/mpegstream/gstdvddemux.c:
16584         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
16585         streams, derived from mpegdemux.
16586         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
16587         up. SCR based timestamp rewriting can be turned off (will probably
16588         completely disappear soon).
16589         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
16590         hacking. General cleanup. All printf statements replaced by
16591         debugging messages. Almost complete libdvdnav support.
16592         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
16593         by events. New properties for audio and subpicture languages.
16594         (dvdnavsrc_update_highlight): Now uses events.
16595         (dvdnavsrc_user_op): Cleaned up.
16596         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
16597         based). Lots of cleanup, and propper support for most libdvdnav
16598         events.
16599         (dvdnavsrc_make_dvd_event): New function.
16600         (dvdnavsrc_make_dvd_nav_packet_event): New function.
16601         (dvdnavsrc_make_clut_change_event): New function.
16602
16603 2004-03-26  Benjamin Otte  <otte@gnome.org>
16604
16605         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
16606           fix bug where typefinding would claim it's theora whenever less then
16607           7 bytes of data were available
16608
16609 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16610
16611         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
16612         (gst_alawdec_base_init), (gst_alawdec_class_init),
16613         (gst_alawdec_init), (gst_alawdec_chain):
16614         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
16615         (gst_alawenc_base_init), (gst_alawenc_class_init),
16616         (gst_alawenc_init), (gst_alawenc_chain):
16617         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
16618         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
16619         (gst_mulawdec_init), (gst_mulawdec_chain):
16620         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
16621         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
16622         (gst_mulawenc_init), (gst_mulawenc_chain):
16623           Fix capsnego in all four, remove the unused property functions and
16624           simplify the chain functions slightly. I guess we could use macros
16625           or something similar for those, since the code is so similar, but
16626           I'm currently too lazy...
16627
16628 2004-03-24  David Schleef  <ds@schleef.org>
16629
16630         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16631         (gst_osselement_close_audio), (gst_osselement_probe_caps),
16632         (gst_osselement_get_format_structure),
16633         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
16634         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
16635         (gst_osselement_rate_int_compare): Add code to handle rate probing
16636         (bug #120883)
16637         * sys/oss/gstosselement.h: same
16638         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
16639         Use rate probing provided by osselement.
16640         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
16641
16642 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16643
16644         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
16645         (gst_xvidenc_get_property):
16646           ulong/int mess-up.
16647
16648 2004-03-24  David Schleef  <ds@schleef.org>
16649
16650         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
16651         (gst_speexdec_init):
16652         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
16653         (gst_speexenc_init):  Create the pad template correctly (from
16654         the static pad template, not a NULL pointer.)
16655
16656 2004-03-25  Benjamin Otte  <otte@gnome.org>
16657
16658         * gst/debug/Makefile.am:
16659         * gst/debug/breakmydata.c:
16660           add element that quasi-randomly changes bytes in the stream.
16661           Intended use is robustness checking of demuxers and decoders in
16662           media tests.
16663
16664 2004-03-24  Benjamin Otte  <otte@gnome.org>
16665
16666         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16667         (gst_alsa_probe_hw_params):
16668         * ext/alsa/gstalsa.h:
16669           debugging output fixes
16670
16671 2004-03-24  Benjamin Otte  <otte@gnome.org>
16672
16673         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
16674           don't g_return_if_fail if element is PLAYING, fail silently as every
16675           other element.
16676         * gst/effectv/gstquark.c: (gst_quarktv_chain):
16677           only fix needed for cast lvalue issues in gst-plugins
16678         * gst/volenv/gstvolenv.c: (gst_volenv_init):
16679           add proxy_getcaps
16680
16681 2004-03-24  Benjamin Otte  <otte@gnome.org>
16682
16683         * gst/level/gstlevel.c: (gst_level_init):
16684           add proxying getcaps function, so level doesn't advertise impossible
16685           caps
16686
16687 2004-03-24  David Schleef  <ds@schleef.org>
16688
16689         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16690         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
16691         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
16692         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
16693         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
16694         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
16695         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
16696         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
16697         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
16698         messages.  Divide the chunk size by the compression ratio
16699         (needed for MACE audio)
16700
16701 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16702
16703         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16704           Fix buffer overflow read error.
16705
16706 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16707
16708         * ext/alsa/gstalsa.h:
16709           Remove unused entry.
16710         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16711           Add cinepak.
16712         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
16713         (gst_videodrop_link), (gst_videodrop_chain):
16714           Fix, sort of. Was horribly broken with new capsnego. Bah...
16715
16716 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
16717
16718         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
16719         (plugin_init):
16720         Add a monkeysaudio typefind function
16721
16722 2004-03-23  Johan Dahlin  <johan@gnome.org>
16723
16724         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
16725         (gst_play_video_fixate): Check so the structure has the field
16726         before trying to fixate them, this makes it possible to have
16727         fakesinks for video and audio output without printing errors on
16728         the output console.
16729
16730 2004-03-22  David Schleef  <ds@schleef.org>
16731
16732         * sys/oss/Makefile.am:
16733         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
16734         (check_rate), (add_rate):  Rate probing test app.
16735
16736 2004-03-21  Benjamin Otte  <otte@gnome.org>
16737
16738         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16739         (_fixate_caps_to_int), (gst_audio_convert_fixate):
16740           add a fixation function that pretty much does the right thing (fixes
16741           #137556)
16742
16743 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
16744
16745         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
16746
16747 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16748
16749         reviewed by: Benjamin Otte  <otte@gnome.org>
16750
16751         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16752           terminate gst_event_new_discontinuous correctly (fixes parts of
16753           #137711)
16754
16755 2004-03-19  David Schleef  <ds@schleef.org>
16756
16757         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
16758         since it doesn't depend on X, and it's part of our ABI.
16759
16760 2004-03-19  Iain <iain@prettypeople.org>
16761
16762         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
16763         is_int in the structure, not the local variable.
16764
16765 2004-03-19  David Schleef  <ds@schleef.org>
16766
16767         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
16768         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
16769         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
16770         Improvements in caps negotiation.
16771
16772 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16773
16774         * po/LINGUAS:
16775         * po/af.po:
16776           adding Afrikaans (Petri Jooste)
16777
16778 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16779
16780         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16781         (gst_ffmpegcolorspace_chain):
16782         throw error instead of g_critical (#137588)
16783
16784 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16785
16786         * Makefile.am:
16787         * configure.ac:
16788           dist common and m4 correctly
16789         * po/sv.po:
16790
16791 2004-03-17  David Schleef  <ds@schleef.org>
16792
16793         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
16794         (bug #137348)
16795
16796 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16797
16798         * po/LINGUAS:
16799         * po/sv.po:
16800           adding Swedish translation (Christian Rose)
16801
16802 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16803
16804         * Makefile.am: use release.mak
16805
16806 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16807
16808         * common/ChangeLog:
16809         * common/gst-autogen.sh:
16810           add some explanation about the version detection
16811         * configure.ac:
16812           fix X check
16813
16814 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16815
16816         * configure.ac: bump nano to 1
16817
16818 === release 0.8.0 ===
16819
16820 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16821
16822         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
16823
16824 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16825
16826         * configure.ac:
16827           update libtool version
16828         * gst-libs/gst/media-info/Makefile.am:
16829           actually use libtool version
16830
16831 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16832
16833         * configure.ac: fix speex detection to work with 1.0 but not 1.1
16834
16835 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16836
16837         * configure.ac:
16838         * gst-plugins.spec.in:
16839         * pkgconfig/Makefile.am:
16840         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16841         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16842         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16843         * pkgconfig/gstreamer-libs.pc.in:
16844         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16845         * pkgconfig/gstreamer-play-uninstalled.pc.in:
16846         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
16847         * pkgconfig/gstreamer-plugins.pc.in:
16848           remove @VERSION@ from some of the pc files since core and plugins
16849           are decoupled.
16850           created gstreamer-plugins.pc as it's a better name, but keeping
16851           -libs around for now to get fixes upstream done first.
16852
16853 2004-03-15  Julien MOUTTE <julien@moutte.net>
16854
16855         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
16856         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
16857         * gst-libs/gst/play/play.h:
16858
16859 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16860
16861         * *.c, *.cc: don't mix tabs and spaces
16862
16863 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16864
16865         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
16866           use the new ffmpegcolorspace
16867         * gst-plugins.spec.in:
16868           package new colorspace and media-info
16869         * configure.ac:
16870         * pkgconfig/Makefile.am:
16871           fix some more disting issues
16872         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16873         * pkgconfig/gstreamer-media-info.pc.in:
16874           generate media-info pc files
16875
16876 2004-03-15  Johan Dahlin  <johan@gnome.org>
16877
16878         * *.h: Revert indenting
16879
16880 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16881
16882         * configure.ac:
16883           adding ffmpegcolorspace element
16884         * gst/ffmpegcolorspace/Makefile.am:
16885         * gst/ffmpegcolorspace/avcodec.h:
16886         * gst/ffmpegcolorspace/common.h:
16887         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
16888         * gst/ffmpegcolorspace/dsputil.h:
16889         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
16890         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16891         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
16892         (gst_ffmpeg_caps_to_pix_fmt):
16893         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16894         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16895         (gst_ffmpegcolorspace_caps_remove_format_info),
16896         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
16897         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
16898         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
16899         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
16900         (gst_ffmpegcolorspace_set_property),
16901         (gst_ffmpegcolorspace_get_property),
16902         (gst_ffmpegcolorspace_register):
16903         * gst/ffmpegcolorspace/imgconvert.c:
16904         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
16905         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
16906         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
16907         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
16908         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
16909         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
16910         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
16911         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
16912         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
16913         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
16914         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
16915         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
16916         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
16917         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
16918         (img_get_alpha_info), (deinterlace_line),
16919         (deinterlace_line_inplace), (deinterlace_bottom_field),
16920         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
16921         * gst/ffmpegcolorspace/imgconvert_template.h:
16922         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
16923         * gst/ffmpegcolorspace/mmx.h:
16924         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
16925           adding ffmpegcolorspace element supplied by Ronald after cleaning
16926           up and pulling in the right bits of upstream source.
16927           I'm sure a better C/compiler wizard could do some cleaning up (for
16928           example use GLIB's malloc stuff), but as a first pass this
16929           works very well
16930
16931 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16932
16933         * ext/alsa/gstalsa.h:
16934           I assume Ronald forgot to commit the change to have cardname
16935           as a struct member.  Expect some public spanking at the next
16936           opportunity.
16937
16938 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16939
16940         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
16941         (gst_alsa_open_audio), (gst_alsa_close_audio):
16942         * ext/alsa/gstalsa.c:
16943           Don't open the device if we're a mixer (= padless).
16944         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
16945         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
16946         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
16947           Open mixer during state change rather than during object
16948           initialization. Also, get a device name. Currently in a somewhat
16949           hackish fashion, but I didn't really find something better.
16950
16951 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16952
16953         * *.c, *.h: run gst-indent
16954
16955 2004-03-14  Benjamin Otte  <otte@gnome.org>
16956
16957         * gst/modplug/gstmodplug.cc:
16958         * gst/modplug/gstmodplug.h:
16959           set correct timestamps on outgoing buffers
16960
16961 2004-03-14  Benjamin Otte  <otte@gnome.org>
16962
16963         * gst/modplug/gstmodplug.cc:
16964           handle events - don't do crap when a discont arrives that's not
16965           necessary
16966           This allows correct loading and playback of mods in Rhythmbox
16967
16968 2004-03-14  Benjamin Otte  <otte@gnome.org>
16969
16970         * configure.ac:
16971         * gst-libs/gst/gconf/Makefile.am:
16972         * pkgconfig/Makefile.am:
16973           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
16974           they get rebuilt properly
16975         * configure.ac:
16976           when checking for vorbis, try pkgconfig first.
16977         * gst/modplug/gstmodplug.cc:
16978           add fixate function
16979
16980 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16981
16982         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16983           Fix for obvious mistake, where we first shift the offset and then
16984           read a samplesize element assuming the old offset. Note that this
16985           part still has something weird, i.e. my movies containing those
16986           don't actually play well, but at least there's something that looks
16987           like sound now.
16988
16989 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
16990         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
16991         (plugin_init):
16992         Add a typefind function for speex format
16993
16994 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16995
16996         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
16997         (gst_asf_demux_setup_pad):
16998           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
16999           instead of 0. Reason is simple: some elements have a fps range
17000           of 1-max instead of 0-max. So now ASF video actually works.
17001
17002 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17003
17004         * po/LINGUAS:
17005         * po/sr.po:
17006           adding serbian as a language
17007
17008 2004-03-13  Benjamin Otte  <otte@gnome.org>
17009
17010         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17011           return taglist correctly from _get function, don't gst_pad_push it.
17012           (fixes #137042)
17013
17014 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17015         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17016
17017 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17018
17019         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
17020         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
17021         (gst_alsa_mixer_track_new):
17022         * ext/alsa/gstalsamixertrack.h:
17023           Fix ancient leftovers... MixerTrack is a GObject.
17024
17025 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17026
17027         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17028         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17029           Don't block during probing...
17030
17031 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17032
17033         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
17034         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
17035         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
17036         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
17037         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
17038         (gst_alsa_open_audio), (gst_alsa_close_audio):
17039         * ext/alsa/gstalsa.h:
17040           Add propertyprobe interface implementation, add some device-name
17041           property, all this so that it looks good in gnome-volume-control.
17042
17043 2004-03-12  David Schleef  <ds@schleef.org>
17044
17045         * configure.ac: the Hermes library controls hermescolorspace, not
17046         colorspace.
17047         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17048         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
17049         not /* */
17050         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
17051         * ext/sdl/sdlvideosink.h: ditto.
17052         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
17053
17054 2004-03-12  Benjamin Otte  <otte@gnome.org>
17055
17056         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
17057         (gst_x_overlay_got_xwindow_id):
17058         * gst-libs/gst/xoverlay/xoverlay.h:
17059           replace XID with unsigned long to get rid of the xlibs dependency in
17060           XOverlay (fixes #137004)
17061
17062 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17063         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
17064         (gst_agingtv_setup):
17065         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
17066         (gst_dicetv_base_init), (gst_dicetv_class_init),
17067         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
17068         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
17069         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
17070         (gst_edgetv_setup), (gst_edgetv_rgb32):
17071         * gst/effectv/gsteffectv.c:
17072         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
17073         (gst_quarktv_set_property):
17074         * gst/effectv/gstrev.c: (gst_revtv_get_type),
17075         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
17076         (gst_revtv_setup), (gst_revtv_rgb32):
17077         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
17078         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
17079         (gst_shagadelictv_init), (gst_shagadelictv_setup),
17080         (gst_shagadelictv_rgb32):
17081         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
17082         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
17083         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
17084         * gst/effectv/gstwarp.c:
17085         Port everything that can be ported to videofilter and fix up the caps.
17086         Can someone with a big-endian machine please check these?
17087
17088 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17089
17090         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
17091         (gst_osssink_chain), (gst_osssink_change_state):
17092           Latest fixes for A/V sync, audio playback and such. This is about
17093           all... MPEG playback issues are mostly related to the async build-
17094           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
17095
17096 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17097
17098         patch from: Stephane Loeuillet
17099
17100         * configure.ac:
17101           use pkg-config for some libraries, falling back to the old .m4 way
17102           (fixes #131270)
17103         * m4/libdv.m4:
17104           removed
17105
17106 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17107
17108         * configure.ac:
17109         * tools/Makefile.am:
17110         * tools/Makefile.in:
17111         * tools/gst-launch-ext-m.m:
17112         * tools/gst-launch-ext.1.in:
17113         * tools/gst-visualise-m.m:
17114         * tools/gst-visualise.1:
17115         * tools/gst-visualise.1.in:
17116           reorganizing generation of script tools
17117
17118 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17119
17120         * ext/divx/gstdivxdec.c:
17121           Downgrade priority. We prefer ffdec_mpeg4.
17122         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
17123         (gst_faad_chain), (gst_faad_change_state):
17124           Fix capsnego. Doesn't work for some sounds because we don't have
17125           a 5:1 to stereo element.
17126         * ext/xvid/gstxvid.c: (plugin_init):
17127           Add priority.
17128         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17129         (gst_osssink_change_state):
17130           Add discont handling.
17131
17132 2004-03-09  Colin Walters  <walters@verbum.org>
17133
17134         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
17135         conversion.
17136
17137 2004-03-09  Benjamin Otte  <otte@gnome.org>
17138
17139         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17140           the signals take 2 arguments
17141
17142 2004-03-09  David Schleef  <ds@schleef.org>
17143
17144         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
17145         (gst_alsa_fixate): Add fixate function.  (bug #136686)
17146         * ext/alsa/gstalsa.h:
17147         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
17148
17149 2004-03-09  Benjamin Otte  <otte@gnome.org>
17150
17151         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
17152         (gst_mikmod_change_state):
17153         * ext/mikmod/gstmikmod.h:
17154           make mikmod's loop function not loop infinitely and call
17155           gst_element_yield anymore
17156         * gst/modplug/gstmodplug.cc:
17157           fix pad negotiation (fixes #136590)
17158
17159 2004-03-09  David Schleef  <ds@schleef.org>
17160
17161         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
17162         doesn't conflict with the internal colorspace plugin.
17163         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
17164         satisfy the crappy-ass shell shipped by a certain vendor.
17165         * gst/videofilter/make_filter: same (bug #135299)
17166
17167 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17168
17169         * configure.ac: bump nano to 1
17170
17171 === release 0.7.6 ===
17172
17173 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17174
17175         * configure.in: releasing 0.7.6, "There"
17176
17177 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17178
17179         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17180         * pkgconfig/gstreamer-play.pc.in:
17181           synchronize the two
17182
17183 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17184
17185         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
17186         (cdparanoia_open), (cdparanoia_event):
17187           fix/add error handling
17188         * po/POTFILES.in:
17189           add cdparanoia source
17190         * tools/Makefile.am:
17191           make scripts executable
17192
17193 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17194
17195         * configure.ac:
17196         * ext/vorbis/Makefile.am:
17197         * sys/Makefile.am:
17198           remove id3types, vorbisfile and xvideosink from the build (#133783)
17199
17200 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17201
17202         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17203           Fix metadata read crash (#136537).
17204
17205 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17206
17207         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17208         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
17209           adding mime types, fixing the one-stop function
17210
17211 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17212
17213         * ext/nas/nassink.c and /ext/nas/nassink.h:
17214         More NAS love from Arwed von Merkatz
17215         So lets all sing 'Can you feel the NAS tonight'
17216
17217 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17218
17219         * tools/gst-launch-ext.in:
17220         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
17221
17222 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17223
17224         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17225         (gst_mpeg2dec_init):
17226         remove the user_data pad for now, because it is being used in
17227         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17228         If someone knows how to fix this properly, please do.
17229
17230 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17231
17232         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17233         (gst_osssink_get_time):
17234         add a warning, IMO this won't get triggered anymore, remove later
17235
17236 2004-03-07  David Schleef  <ds@schleef.org>
17237
17238         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17239         format (bug #136470)
17240
17241 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17242
17243         * gst-libs/Makefile.am:
17244         * gst-libs/gst/media-info/Makefile.am:
17245         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17246         (error_callback), (gst_media_info_error_create),
17247         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17248         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17249         * gst-libs/gst/media-info/media-info-priv.h:
17250         * gst-libs/gst/media-info/media-info-test.c: (main):
17251         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17252         (gst_media_info_class_init), (gst_media_info_instance_init),
17253         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17254         (gst_media_info_read_idler), (gst_media_info_read):
17255         * gst-libs/gst/media-info/media-info.h:
17256         fixed, should work now
17257
17258 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17259
17260         * ext/nas/nassink.c:
17261         A bunch of NAS fixes from Arwed von Merkatz
17262
17263 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17264
17265         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17266         (qtdemux_parse_trak):
17267           Fix crash (j might be greater than n_samples, in which case we're
17268           writing outside the allocated space for the array) and memleak.
17269
17270 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17271
17272         * sys/oss/gstosssink.c: (gst_osssink_chain):
17273           And another caller that couldn't handle delay < 0 (unsigned
17274           integer overflow). Video now continues playing on an audio
17275           buffer underrun, and the clock continues working. Audio still
17276           stalls.
17277
17278 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17279
17280         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17281         (gst_osssink_get_time):
17282           get_delay() may return values lower than 0. In those cases, we
17283           should not actually cast to *unsigned* int64, that will break
17284           stuff horribly. In my case, it screwed up A/V sync in movies
17285           in totem rather badly.
17286
17287 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17288
17289         * ext/faac/gstfaac.c: (gst_faac_chain):
17290         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17291         * ext/libpng/gstpngenc.c: (user_write_data):
17292         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17293         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17294         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17295         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17296         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17297         of any buffer), should fix some leaks. I hope I didn't unref buffers
17298         that shouldn't be...
17299
17300 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17301
17302         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17303         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17304         (error_callback), (gmi_reset), (gmi_seek_to_track),
17305         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17306         (gmip_find_type_post), (gmip_find_stream_post),
17307         (gmip_find_track_streaminfo_post):
17308         * gst-libs/gst/media-info/media-info-priv.h:
17309         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17310         (info_print), (main):
17311         * gst-libs/gst/media-info/media-info.c:
17312         (gst_media_info_error_create), (gst_media_info_error_element),
17313         (gst_media_info_instance_init), (gst_media_info_get_property),
17314         (gst_media_info_new), (gst_media_info_set_source),
17315         (gst_media_info_read_idler), (gst_media_info_read):
17316         * gst-libs/gst/media-info/media-info.h:
17317           first pass at making this work again.  This seems to work on
17318           tagged ogg/vorbis and mp3 files.
17319
17320 2004-03-06  Benjamin Otte  <otte@gnome.org>
17321
17322         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17323           fix huge leak: gst_buffer_merge doesn't unref the first argument
17324           itself.
17325
17326 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17327
17328         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17329           report layer/mode/emphasis
17330
17331 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17332
17333         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17334
17335 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17336
17337         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17338           signal serial
17339
17340 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17341
17342         * ext/vorbis/vorbis.c: (plugin_init):
17343         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17344         (gst_vorbis_dec_init), (vorbis_dec_event):
17345         add debug category
17346         make vorbisdec handle _BYTE and _TIME queries
17347
17348 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17349
17350         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17351           from the xing header
17352
17353 2004-03-06  Benjamin Otte  <otte@gnome.org>
17354
17355         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17356         (gst_audio_convert_link), (gst_audio_convert_change_state),
17357         (gst_audio_convert_buffer_from_default_format):
17358           do conversions from/to float correctly, fix some caps nego errors,
17359           export correct supported caps in template and getcaps, use correct
17360           caps in try_set_caps functions
17361
17362 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17363
17364         For some reason, I only committed a ChangeLog entry yesterday and
17365         not the corresponding code...
17366         * ext/mad/gstmad.c: Fix detection of Xing headers
17367         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17368
17369 2004-03-06  Benjamin Otte  <otte@gnome.org>
17370
17371         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17372         (gst_ogg_demux_src_query):
17373           make sure to handle the case where there's no current chain
17374           gracefully.
17375
17376 2004-03-05  David Schleef  <ds@schleef.org>
17377
17378         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17379         Add fixate function. (bug #131128)
17380         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17381         (gst_sdlvideosink_fixate):  Add fixate function.
17382         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17383         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17384         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17385         Fix missing break that was causing ulaw to be interpreted as
17386         raw int.
17387
17388 2004-03-05  David Schleef  <ds@schleef.org>
17389
17390         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17391         Fix code that ignores return value of gst_buffer_merge().
17392         (bug #114560)
17393         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17394         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17395         * testsuite/gst-lint:  Check for above.
17396
17397 2004-03-05  David Schleef  <ds@schleef.org>
17398
17399         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17400         caps and throw an element error.  (bug #136334)
17401
17402 2004-03-05  David Schleef  <ds@schleef.org>
17403
17404         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17405         (gst_faad_chain): Fix negotiation.
17406         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17407         key and button events.
17408         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17409         dung heap of code.
17410         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17411         depends on gconf
17412         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17413         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17414         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17415         function to encourage better negotiation, particularly between
17416         audioconvert and osssink.
17417         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17418         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17419         more important.
17420         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17421         typefinding.
17422         * gst/vbidec/vbiscreen.c:  Add glib header
17423         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17424
17425 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17426
17427         * ext/mad/gstmad.c: Fix detection of Xing headers
17428         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17429
17430 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17431
17432         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17433         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17434           debug updates
17435
17436 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17437
17438         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17439         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17440         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17441         files, and report the parsed length as a GST_TAG_DURATION tag.
17442         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17443
17444 2004-03-05  Benjamin Otte  <otte@gnome.org>
17445
17446         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17447           convert channels correctly. convert correctly to unsigned.
17448
17449 2004-03-05  Julien MOUTTE <julien@moutte.net>
17450
17451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17452         we have a window before clearing it.
17453
17454 2004-03-05  Julien MOUTTE <julien@moutte.net>
17455
17456         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17457         have a window before clearing it.
17458
17459 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17460
17461         * gconf/gstreamer.schemas.in:
17462         * gst-libs/gst/gconf/Makefile.am:
17463           version installation path the same way as for 0.6
17464         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17465         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17466         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17467           remove comment that was fixed
17468
17469 2004-03-05  David Schleef  <ds@schleef.org>
17470
17471         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17472         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17473         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17474         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17475         Add prototype code for handling seeking and querying.
17476
17477 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17478
17479         * examples/gstplay/player.c: (main):
17480           Initialize variables to NULL. Prevents a segfault because the
17481           (uninitialized) variable is not NULL, resulting in a crash on
17482           trying to reach error->message.
17483
17484 2004-03-05  Benjamin Otte  <otte@gnome.org>
17485
17486         * gst/audioconvert/gstaudioconvert.c:
17487         (gst_audio_convert_buffer_to_default_format):
17488         make float=>int conversion work correctly even in cornercases.
17489
17490 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17491
17492         * debian/README.Debian:
17493         * debian/build-deps:
17494         * debian/changelog:
17495         * debian/control:
17496         * debian/control.in:
17497         * debian/copyright:
17498         * debian/gstreamer-a52dec.files:
17499         * debian/gstreamer-aa.files:
17500         * debian/gstreamer-alsa.files:
17501         * debian/gstreamer-alsa.manpages:
17502         * debian/gstreamer-arts.files:
17503         * debian/gstreamer-artsd.files:
17504         * debian/gstreamer-audiofile.files:
17505         * debian/gstreamer-avifile.files:
17506         * debian/gstreamer-cdparanoia.files:
17507         * debian/gstreamer-colorspace.files:
17508         * debian/gstreamer-doc.files:
17509         * debian/gstreamer-dv.files:
17510         * debian/gstreamer-dvd.files:
17511         * debian/gstreamer-esd.files:
17512         * debian/gstreamer-festival.files:
17513         * debian/gstreamer-flac.files:
17514         * debian/gstreamer-gconf.conffiles:
17515         * debian/gstreamer-gconf.files:
17516         * debian/gstreamer-gconf.postinst:
17517         * debian/gstreamer-gnomevfs.files:
17518         * debian/gstreamer-gsm.files:
17519         * debian/gstreamer-http.files:
17520         * debian/gstreamer-jack.files:
17521         * debian/gstreamer-jpeg.files:
17522         * debian/gstreamer-mad.files:
17523         * debian/gstreamer-mikmod.files:
17524         * debian/gstreamer-misc.files:
17525         * debian/gstreamer-mpeg2dec.files:
17526         * debian/gstreamer-oss.files:
17527         * debian/gstreamer-plugin-apps.files:
17528         * debian/gstreamer-plugin-apps.manpages:
17529         * debian/gstreamer-plugin-libs-dev.files:
17530         * debian/gstreamer-plugin-libs.files:
17531         * debian/gstreamer-plugin-template.postinst:
17532         * debian/gstreamer-plugin-template.postrm:
17533         * debian/gstreamer-sdl.files:
17534         * debian/gstreamer-sid.files:
17535         * debian/gstreamer-vorbis.files:
17536         * debian/gstreamer-x.files:
17537         * debian/mk.control:
17538         * debian/rules:
17539         Debian package info not maintained here.
17540
17541 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17542
17543         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17544         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17545         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17546         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17547         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17548         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17549         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17550         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17551         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17552         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17553         * gst-libs/gst/colorbalance/colorbalance.c:
17554         (gst_color_balance_class_init):
17555         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17556         (gst_color_balance_channel_class_init):
17557         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17558         * gst-libs/gst/play/play.c: (gst_play_class_init):
17559         * gst-libs/gst/propertyprobe/propertyprobe.c:
17560         (gst_property_probe_iface_init):
17561         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17562         * gst-libs/gst/tuner/tunerchannel.c:
17563         (gst_tuner_channel_class_init):
17564         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17565         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17566         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
17567         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17568         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17569         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17570         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17571         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
17572         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
17573           fix signals to use - instead of _
17574         * ext/libcaca/gstcacasink.h:
17575         * ext/sdl/sdlvideosink.h:
17576           fix header rename
17577
17578 2004-03-04  David Schleef  <ds@schleef.org>
17579
17580         * testsuite/gst-lint:  Add a check for bad signal names.
17581
17582 2004-03-04  <kost@imn.htwk-leipzig.de>
17583
17584         reviewed by David Schleef
17585
17586         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
17587         modified the alpha channel and caused a warning. (bug #136192)
17588
17589 2004-04-03  Christian Schaller <Uraeus@gnome.org>
17590
17591         * gst-plugins.spec.in:
17592         Change names of plugins to actually be correct. Try to keep things
17593         alphabetical to avoid getting beat up by Thomas
17594
17595 2004-03-03  Julien MOUTTE <julien@moutte.net>
17596
17597         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
17598         Using ximagesink as a default if no gconf key found. We should
17599         probably consider using alsasink instead of osssink for the audio
17600         part.
17601
17602 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17603
17604         * configure.ac:
17605           fix --with-plugins, don't think it ever worked before
17606         * gst-plugins.spec.in:
17607           even more updates
17608
17609 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17610
17611         * ext/sdl/sdlvideosink.h:
17612         * sys/ximage/ximagesink.h:
17613         * sys/xvideo/xvideosink.h:
17614         * sys/xvimage/xvimagesink.h:
17615           Fix for move of gstvideosink.h -> videosink.h.
17616
17617 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17618
17619         * gst-libs/gst/xwindowlistener/Makefile.am:
17620           this is a plugin library, not a library
17621
17622 2004-03-01  David Schleef  <ds@schleef.org>
17623
17624         * AUTHORS:  Added some names.  Add yourself if you're still
17625         missing.
17626
17627 2004-03-01  David Schleef  <ds@schleef.org>
17628
17629         * MAINTAINERS: Add
17630
17631 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17632
17633         * gst-plugins.spec.in: clean up spec file
17634
17635 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17636
17637         * gst-libs/gst/video/Makefile.am:
17638         * gst-libs/gst/video/gstvideosink.c:
17639         * gst-libs/gst/video/gstvideosink.h:
17640           rename gstvideosink.h to videosink.h to match other headers
17641         * gst/mixmatrix/Makefile.am:
17642           fix plugin filename
17643         * gst/tags/Makefile.am: fix plugin filename
17644
17645 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17646
17647         * gst/tags/Makefile.am: fix plugin filename
17648
17649 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17650
17651         * examples/gstplay/player.c: (got_time_tick), (main):
17652           add error handler
17653           display time_tick more readably
17654         * gst/mixmatrix/Makefile.am:
17655           fix plugin file name
17656
17657 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
17658
17659         * sys/oss/gstosselement.c: (gst_osselement_probe),
17660         (device_combination_append), (gst_osselement_class_probe_devices):
17661         * sys/oss/gstosselement.h:
17662           Reworked enumeration of oss dsps and mixers so that gst-mixer works
17663           on my system using alsa oss emulation, fixes bug #135597
17664
17665 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17666
17667         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
17668         (gst_videodrop_chain), (gst_videodrop_change_state):
17669         * gst/videodrop/gstvideodrop.h:
17670           Work based on timestamp of input data, not based on the expected
17671           framerate from the input. The consequence is that this element now
17672           not only scales framerates, but also functions as a framerate
17673           corrector or framerate stabilizer/constantizer.
17674
17675 2004-02-27  David Schleef  <ds@schleef.org>
17676
17677         patches from jmmv@menta.net (Julio M. Merino Vidal)
17678
17679         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
17680         GST_ELEMENT_ERROR call (bug #135634)
17681         * gst/interleave/interleave.c: (interleave_buffered_loop),
17682         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
17683         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
17684         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17685         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
17686         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
17687         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17688         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
17689         Fix GST_ELEMENT_ERROR call.
17690         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
17691         GST_ELEMENT_ERROR call.
17692
17693 2004-02-27  Benjamin Otte  <otte@gnome.org>
17694
17695         * gst-libs/gst/audio/audio.h:
17696           add macro to make sure header isn't included twice
17697         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
17698           don't use gst_buffer_free
17699         * gst/playondemand/filter.func:
17700           don't use gst_data_free. Free data only once.
17701
17702 2004-02-26  David Schleef  <ds@schleef.org>
17703
17704         * gst-libs/gst/colorbalance/Makefile.am:
17705         * gst-libs/gst/mixer/Makefile.am:
17706         * gst-libs/gst/tuner/Makefile.am:
17707         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
17708         should not be disted, -marshal.h files should not be installed,
17709         and -enum.h files _should_ be installed.  Fix to make this the
17710         case.
17711
17712 === release 0.7.5 ===
17713
17714 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17715
17716         * configure.ac: release 0.7.5, "Under The Sea"
17717
17718 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17719
17720         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17721         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
17722         * gst/videoscale/gstvideoscale.c:
17723         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17724           assorted debug/warning fixes
17725
17726 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17727
17728         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
17729         (gst_videoscale_init), (gst_videoscale_chain),
17730         (gst_videoscale_set_property), (plugin_init):
17731         * gst/videoscale/gstvideoscale.h:
17732         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17733         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
17734         (gst_videoscale_planar400), (gst_videoscale_packed422),
17735         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
17736         (gst_videoscale_24bit), (gst_videoscale_16bit),
17737         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
17738         (gst_videoscale_scale_plane_slow),
17739         (gst_videoscale_scale_point_sample),
17740         (gst_videoscale_scale_nearest),
17741         (gst_videoscale_scale_nearest_str2),
17742         (gst_videoscale_scale_nearest_str4),
17743         (gst_videoscale_scale_nearest_32bit),
17744         (gst_videoscale_scale_nearest_24bit),
17745         (gst_videoscale_scale_nearest_16bit):
17746         add debugging category and use it properly
17747         fix use of GST_PTR_FORMAT
17748
17749 2004-02-25  Andy Wingo  <wingo@pobox.com>
17750
17751         * gst/interleave/interleave.c (interleave_buffered_loop): Always
17752         push only when channel->buffer is NULL. Prevents segfaults doing
17753         the state change after a nonlocal exit, like a scheme exception.
17754
17755         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17756         Handle the case where the intersected caps is empty.
17757
17758 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17759
17760         * gst/law/mulaw-decode.c: (mulawdec_link):
17761         * gst/law/mulaw.c: (plugin_init):
17762           fix mulawdec so it actually works again
17763
17764 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
17765
17766         reviewed by: David Schleef  <ds@schleef.org>
17767
17768         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
17769         (gst_gamma_init), (gst_gamma_set_property),
17770         (gst_gamma_get_property), (gst_gamma_calculate_tables),
17771         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
17772         for RGB, with separate r g and b correction factors. (#131167)
17773
17774 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17775
17776         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17777           only signal tags for bitrate if they're > 0 (#134894)
17778
17779 2004-02-24  David Schleef  <ds@schleef.org>
17780
17781         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
17782         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
17783         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
17784         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
17785         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
17786         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
17787         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
17788         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
17789         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
17790         category.  Attempt to fix timestamp calculation.
17791
17792 2004-02-24  Johan Dahlin  <johan@gnome.org>
17793
17794         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
17795
17796 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17797
17798         * configure.ac:
17799         * gconf/Makefile.am:
17800         * gconf/gstreamer.schemas:
17801         * gst-libs/gst/gconf/Makefile.am:
17802         * gst-libs/gst/gconf/gconf.c:
17803           version gconf schemas and install locations
17804
17805 2004-02-23  Benjamin Otte  <otte@gnome.org>
17806
17807         * ext/xine/xineinput.c: (gst_xine_input_dispose):
17808         (gst_xine_input_subclass_init):
17809           call parent dispose.
17810           change pad template for CD reader correctly
17811         * ext/xine/Makefile.am:
17812         * ext/xine/gstxine.h:
17813         * ext/xine/xine.c: (plugin_init):
17814         * ext/xine/xineaudiosink.c:
17815           wrap audio sinks, too
17816         * gst-libs/gst/resample/private.h:
17817         * gst-libs/gst/resample/resample.c: (gst_resample_init),
17818         (gst_resample_reinit), (gst_resample_scale),
17819         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
17820         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
17821         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
17822         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
17823         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
17824         * gst-libs/gst/resample/resample.h:
17825         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17826         (gst_audioscale_class_init), (gst_audioscale_link),
17827         (gst_audioscale_get_buffer), (gst_audioscale_init),
17828         (gst_audioscale_chain), (gst_audioscale_set_property),
17829         (gst_audioscale_get_property):
17830         * gst/audioscale/gstaudioscale.h:
17831           s/resample_*/gst_resample_*/i to not clobber namespaces
17832
17833 2004-02-23  Julien MOUTTE  <julien@moutte.net>
17834
17835         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17836         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17837         (gst_riff_create_video_template_caps),
17838         (gst_riff_create_audio_template_caps),
17839         (gst_riff_create_iavs_template_caps):
17840         * gst-libs/gst/riff/riff-media.h:
17841         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
17842         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
17843         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
17844         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17845         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17846         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17847         (gst_matroska_demux_plugin_init): First batch implementing audio and
17848         video codec tags in demuxers.
17849
17850 2004-02-22  Benjamin Otte  <otte@gnome.org>
17851
17852         * ext/xine/Makefile.am:
17853         * ext/xine/gstxine.h:
17854         * ext/xine/xine.c: (plugin_init):
17855         * ext/xine/xineinput.c:
17856           add input plugin wrapper. Playback from files, http, mms and cdda
17857           works.
17858         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
17859           remove leftover G_GNUC_UNUSED
17860         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
17861         (gst_asf_demux_identify_guid):
17862           improve debugging output
17863
17864 2004-02-22  Benjamin Otte  <otte@gnome.org>
17865
17866         reported by: Padraig O'Briain <padraig.obriain@sun.com>
17867
17868         * autogen.sh:
17869           replace test -e with test -x for mkinstalldirs to be more portable.
17870           (fixes #134816)
17871
17872 2004-02-22  Benjamin Otte  <otte@gnome.org>
17873
17874         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
17875
17876         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
17877           set rank to PRIMARY
17878         * gst/volume/gstvolume.c: (plugin_init):
17879           set rank to NONE
17880         fixes #134960
17881
17882 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
17883
17884         reviewed by Benjamin Otte  <otte@gnome.org>
17885
17886         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
17887           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
17888
17889 2004-02-22  Benjamin Otte  <otte@gnome.org>
17890
17891         * configure.ac:
17892           export [_]*{gst,Gst,GST}.* symbols from plugins
17893
17894 2004-02-22  Christophe Fergeau <teuf@gnome.org>
17895
17896         reviewed by: Benjamin Otte  <otte@gnome.org>
17897
17898         * ext/lame/gstlame.c: (add_one_tag):
17899         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17900         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
17901         (gst_vorbisenc_metadata_set1):
17902         * gst/tags/gstid3tag.c:
17903         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
17904           apply fixes from bugs #135042 (lame can't write tags) and #133817
17905           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
17906
17907 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
17908
17909         * configure.ac: Export only gst_plugin_desc from plugins.
17910          Note that this change only makes any effect with Linux using libtool
17911          1.5.2 or higher. Otherwise it is silently ignored, but it would build
17912          fine. And don't try to have several versions of libtool in different
17913          directories.
17914
17915 2004-02-20  Andy Wingo  <wingo@pobox.com>
17916
17917         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
17918         interleave respectively.
17919
17920         * gst/interleave/deinterleave.c: New plugin: deinterleave
17921         (replaces on oneton).
17922         * gst/interleave/interleave.c: New plugin: interleave.
17923         * gst/interleave/plugin.h: Support file.
17924         * gst/interleave/plugin.c: Support file.
17925
17926         * configure.ac: Remove intfloat and oneton, add interleave.
17927
17928         * ext/sndfile/gstsf.c: Handle events better.
17929
17930         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
17931         and float2int operation. int2float has scheduling problems as
17932         noted in in2float_chain.
17933
17934 2004-02-20  Benjamin Otte  <otte@gnome.org>
17935
17936         * ext/xine/Makefile.am:
17937         * ext/xine/gstxine.h:
17938         * ext/xine/xine.c:
17939         * ext/xine/xineaudiodec.c:
17940         * ext/xine/xinecaps.c:
17941           add first version of xine plugin wrapper. Currently only wraps the
17942           QDM2 win32 DLL, and even that only in proof-of-concept quality.
17943         * configure.ac:
17944         * ext/Makefile.am:
17945           add xine plugin wrapper, disabled by default. Use --enable-xine to
17946           build. Note that it'll segfault on gst-register if you don't remove
17947           the goom and tvtime post plugins from xine.
17948         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17949         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
17950           add extradata parsing for QDM2.
17951           change around debugging prints.
17952
17953 2004-02-19  Benjamin Otte  <otte@gnome.org>
17954
17955         * ext/lame/gstlame.c: (gst_lame_chain):
17956         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17957           use gst_tag_list_insert when you want to insert tags
17958
17959 2004-02-18  David Schleef  <ds@schleef.org>
17960
17961         * configure.ac:  Move massink to gst-rotten
17962         * ext/Makefile.am:
17963         * ext/mas/Makefile.am:
17964         * ext/mas/massink.c:
17965         * ext/mas/massink.h:
17966
17967 2004-02-18  David Schleef  <ds@schleef.org>
17968
17969         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
17970         typefinding, since it seems to be worse than nothing.
17971         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
17972         atom to recognize .mp4 and .m4a files as video/quicktime.
17973
17974 2004-02-18  David Schleef  <ds@schleef.org>
17975
17976         * gst/sine/demo-dparams.c: (quit_live),
17977         (dynparm_log_value_changed), (dynparm_value_changed), (main):
17978         Use double dparams, not float.
17979         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17980         (gst_sinesrc_init): Change sync default to FALSE, since multiple
17981         sync'd elements don't really work correctly.
17982         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
17983         (volume_update_volume), (volume_get_property):  Change dparam
17984         to double.
17985
17986 2004-02-18  Julien MOUTTE  <julien@moutte.net>
17987
17988         * sys/ximage/ximagesink.c:
17989         (gst_ximagesink_xwindow_update_geometry),
17990         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
17991         (gst_ximagesink_change_state), (gst_ximagesink_expose),
17992         (gst_ximagesink_init): Rework the way software video scaling works. So
17993         now we check on each chain call if the video frames are feeling the
17994         window. If not we try to renegotiate caps. On failure we memorize that
17995         and we won't try again for that PLAYING sessions.
17996         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
17997         failure.
17998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
17999         synchronous flag.
18000
18001 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18002
18003         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
18004           break up _link so we can give a better debug message for errors
18005
18006 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18007
18008         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18009           set up debug category
18010
18011 2004-02-18  Julien MOUTTE <julien@moutte.net>
18012
18013         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18014         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
18015         the way renegotiation work. The event handling function is not taking
18016         care of external windows and renegotiate method check for pad flags
18017         NEGOTIATING. Should fix : #133209
18018
18019 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18020
18021         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
18022         pad is negotiating before trying renegotiation.
18023
18024 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18025
18026         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18027           pass on all possible mime types as typefind hints
18028
18029 2004-02-17  Julien MOUTTE <julien@moutte.net>
18030
18031         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
18032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
18033         possible SHM leak if we crash. All other apps using XShm are doing
18034         that.
18035
18036 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18037
18038         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18039         (gst_ximagesink_expose): Renegotiate size on expose.
18040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
18041         size on expose.
18042
18043 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18044
18045         * testsuite/alsa/sinesrc.c:
18046           cosmetic fix to fix compile issue with gcc 2.95.4
18047
18048 2004-02-16  Julien MOUTTE <julien@moutte.net>
18049
18050         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18051         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
18052         failed opening the audio device.
18053         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18054         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
18055         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
18056         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
18057         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18058         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
18059         (gst_ximagesink_change_state), (gst_ximagesink_chain),
18060         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
18061         Removing some useless g_return_if_fail like wingo suggested.
18062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18063         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
18064         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18065         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
18066         (gst_xvimagesink_update_colorbalance),
18067         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
18068         (gst_xvimagesink_xcontext_clear),
18069         (gst_xvimagesink_get_fourcc_from_caps),
18070         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18071         (gst_xvimagesink_set_xwindow_id),
18072         (gst_xvimagesink_colorbalance_list_channels),
18073         (gst_xvimagesink_colorbalance_set_value),
18074         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
18075         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
18076
18077 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18078
18079         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18080           throw error when not negotiated instead of asserting
18081
18082 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18083
18084         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
18085         correct data refcounting.
18086
18087 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18088
18089         * gst/switch/gstswitch.c: (gst_switch_change_state),
18090         (gst_switch_class_init): Cleaning the sinkpads correctly on state
18091         change, mostly the EOS flag.
18092
18093 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18094
18095         * examples/gstplay/player.c: (got_eos), (main): Adding some
18096         output for debugging.
18097         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
18098         timeouts if we go to any state different from PLAYING.
18099         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
18100         more EOS bugs in riff lib.
18101
18102 2004-02-14  Julien MOUTTE  <julien@moutte.net>
18103
18104         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
18105         visualization until i find a way to fix switch correctly.
18106         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
18107         EOS arrives.
18108         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18109         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18110         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
18111         Reworked switch to get a more correct behaviour with events and refing
18112         of data stored in sinkpads.
18113         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
18114         we don't pull from a pad in EOS.
18115
18116 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18117
18118         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18119           remove v1 tag even if we can't read it (makes sure we don't detect
18120           it again)
18121
18122 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18123
18124         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
18125         (gst_alsa_xrun_recovery):
18126         * ext/alsa/gstalsa.h:
18127           try xrun recovery when wait failed. Make xrun recovery function
18128           return TRUE/FALSE to indicate success. (might fix #134354)
18129
18130 2004-02-13  David Schleef  <ds@schleef.org>
18131
18132         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
18133         (dynparm_value_changed), (main): Convert from float to double.
18134         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
18135
18136 2004-02-13  David Schleef  <ds@schleef.org>
18137
18138         * gst/silence/gstsilence.c: (gst_silence_class_init),
18139         (gst_silence_set_clock), (gst_silence_get),
18140         (gst_silence_set_property), (gst_silence_get_property):
18141         * gst/silence/gstsilence.h: Add sync property.
18142         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18143         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
18144         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
18145         * gst/sine/gstsinesrc.h: Add sync property.
18146
18147 2004-02-13  David Schleef  <ds@schleef.org>
18148
18149         * gst/intfloat/gstint2float.c: (conv_f32_s16),
18150         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
18151
18152 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18153
18154         * configure.ac:
18155         * ext/Makefile.am:
18156         * gst-libs/ext/Makefile.am:
18157           move ffmpeg plugin to gst-ffmpeg module
18158
18159 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18160
18161         * configure.ac: use GST_ARCH to detect architecture
18162
18163 2004-02-12  Julien MOUTTE  <julien@moutte.net>
18164
18165         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
18166
18167 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18168
18169         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18170           classify LADSPA plugins based on number of src/sink pads
18171           (#133663, Stefan Kost)
18172         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
18173           fix dparams registration
18174           (#133528, Stefan Kost)
18175         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
18176           fix use of isprint and use g_ascii_isprint instead
18177           (#133316, Stefan Kost)
18178
18179 2004-02-11  David Schleef  <ds@schleef.org>
18180
18181         Convert a few inner loops to use liboil.  This is currently
18182         optional, and is only enabled if liboil is present (duh!).
18183         * configure.ac: Check for liboil-0.1
18184         * gst/intfloat/Makefile.am:
18185         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
18186         (gst_int2float_chain_gint16):
18187         * gst/videofilter/Makefile.am:
18188         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
18189         (tablelookup_u8), (gst_videobalance_planar411):
18190         * gst/videotestsrc/Makefile.am:
18191         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
18192         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
18193         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
18194         (paint_hline_RGB565), (paint_hline_xRGB1555):
18195
18196 2004-02-11  David Schleef  <ds@schleef.org>
18197
18198         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
18199         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
18200         (gst_colorspace_getcaps), (gst_colorspace_link),
18201         (gst_colorspace_base_init), (gst_colorspace_init),
18202         (gst_colorspace_chain), (gst_colorspace_change_state),
18203         (plugin_init): Merge Ronald's patch (bug #117897) and update
18204         for new caps and negotiation.  Seems to work, although it
18205         shows off bugs in lcs.
18206
18207 2004-02-11  David Schleef  <ds@schleef.org>
18208
18209         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
18210         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
18211
18212 2004-02-11  David Schleef  <ds@schleef.org>
18213
18214         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
18215         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
18216         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
18217         Add server and port properties
18218
18219 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18220
18221         * m4/a52.m4:
18222         * m4/aalib.m4:
18223         * m4/as-ffmpeg.m4:
18224         * m4/as-liblame.m4:
18225         * m4/as-slurp-ffmpeg.m4:
18226         * m4/check-libheader.m4:
18227         * m4/esd.m4:
18228         * m4/freetype2.m4:
18229         * m4/gconf-2.m4:
18230         * m4/glib.m4:
18231         * m4/gst-alsa.m4:
18232         * m4/gst-artsc.m4:
18233         * m4/gst-ivorbis.m4:
18234         * m4/gst-matroska.m4:
18235         * m4/gst-sdl.m4:
18236         * m4/gst-shout2.m4:
18237         * m4/gst-sid.m4:
18238         * m4/gtk.m4:
18239         * m4/libdv.m4:
18240         * m4/libfame.m4:
18241         * m4/libmikmod.m4:
18242         * m4/ogg.m4:
18243         * m4/vorbis.m4:
18244           fix underquotedness of macros (#133800)
18245         * m4/as-avifile.m4:
18246         * m4/xmms.m4:
18247           removed because no longer used
18248
18249 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18250
18251         * configure.ac:
18252           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18253           by autopoint (fixes #132996)
18254
18255 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18256
18257         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18258         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18259         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18260         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18261           fix memleaks
18262
18263 2004-02-11  David Schleef  <ds@schleef.org>
18264
18265         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18266         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18267         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18268         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18269         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18270         (gst_jpegenc_class_init), (gst_jpegenc_init),
18271         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18272         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18273         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18274         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18275
18276 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18277
18278         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18279         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18280         * ext/mikmod/gstmikmod.h:
18281           fix caps negotiation in mikmod
18282         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18283           output debug information
18284
18285 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18286
18287         * gst-libs/gst/colorbalance/Makefile.am:
18288         * gst-libs/gst/navigation/Makefile.am:
18289         * gst-libs/gst/xoverlay/Makefile.am:
18290           remove unused GST_OPT_CFLAGS from Makefiles
18291           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18292
18293 2004-02-07  David Schleef  <ds@schleef.org>
18294
18295         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18296         push events to pads that haven't been created (#133508)
18297
18298 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18299
18300         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18301         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18302         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18303         (gst_dvdec_loop), (gst_dvdec_change_state):
18304         Second attempt at committing a working dvdec element.
18305
18306 2004-02-06  David Schleef  <ds@schleef.org>
18307
18308         Build fixes for OS X: (see #129600)
18309         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18310         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18311         (gst_riff_read_strf_iavs):
18312         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18313         (gst_avi_demux_stream_odml):
18314         * gst/playondemand/Makefile.am:
18315         * gst/rtp/rtp-packet.c:
18316
18317 2004-02-05  David Schleef  <ds@schleef.org>
18318
18319         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18320         last change, because it Just Doesn't Compile.
18321
18322 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18323
18324         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18325           skip undecodable id3v2 tag instead of keeping it
18326
18327 2004-02-05  David Schleef  <ds@schleef.org>
18328
18329         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18330         Unref leaked buffer.  (Noticed by Ronald)
18331
18332 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18333
18334         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18335         Sync requires with other checks.  >= vs =.
18336
18337 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18338
18339         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18340         (gst_dvdec_video_link), (gst_dvdec_loop):
18341         * ext/dv/gstdvdec.h:
18342           rework the caps negotiation so that dvdec works again instead
18343           of just segfaulting.
18344
18345 === release 0.7.4 ===
18346
18347 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18348
18349         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18350         * configure.ac: changed for release
18351
18352 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18353
18354         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18355         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18356         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18357         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18358           reworked patch by David Lehn to fix libdir and includedir for
18359           uninstalled libraries
18360           removed play and gconf from gstreamer-libs since they have their
18361           own pkgconfig files
18362
18363 2004-02-04  David Schleef  <ds@schleef.org>
18364
18365         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18366         memleak.
18367
18368 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18369
18370         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18371           use correct GST_TAG_ENCODER tag
18372
18373 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18374
18375         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18376           be sure to stop the clock when going to paused
18377         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18378           reset number of transmitted when going to ready.
18379         fixes #132935
18380
18381 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18382
18383         reviewed by Benjamin Otte
18384
18385         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18386           extract track count (fixes #133410)
18387
18388 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18389
18390         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18391           that should be !=, not == (fixes #132519)
18392
18393 2004-02-04  David Schleef  <ds@schleef.org>
18394
18395         Make sure set_explicit_caps() is called before adding pad.
18396         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18397         * gst/id3/gstid3types.c: (gst_id3types_loop):
18398         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18399         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18400
18401 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18402
18403         * configure.ac:
18404           bump nano to 2, first prerelease
18405           put back AM_PROG_LIBTOOL
18406
18407 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18408
18409         * testsuite/alsa/Makefile.am:
18410           these are user test apps, not automatic testsuite tests
18411
18412 2004-02-04  David Schleef  <ds@schleef.org>
18413
18414         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18415         * gst/mpeg1videoparse/gstmp1videoparse.c:
18416         (mp1videoparse_parse_seq):
18417         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18418         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18419         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18420         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18421         (gst_xvideosink_getcaps):
18422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18423         * testsuite/gst-lint: more tests
18424
18425 2004-02-04  David Schleef  <ds@schleef.org>
18426
18427         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18428         with the code that they would expand to.
18429         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18430         (gst_flacdec_get_src_query_types),
18431         (gst_flacdec_get_src_event_masks):
18432         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18433         (gst_gnomevfssrc_get_query_types),
18434         (gst_gnomevfssrc_get_event_mask):
18435
18436 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18437
18438         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18439         (gst_sinesrc_dispose):
18440           fix memleak by properly disposing sinesrc
18441
18442 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18443
18444         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18445         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18446         an overlay to redraw the image because it has been exposed.
18447         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18448         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18449         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18450         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18451         interface
18452         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18453         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18454         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18455         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18456         interface
18457
18458 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18459
18460         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18461           more memleak fixage
18462
18463 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18464
18465         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18466         * gst/typefind/gsttypefindfunctions.c:
18467           fix memleaks shown by gst-typefind
18468
18469 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18470
18471         * common/glib-gen.mak:
18472           add hack rule to touch .Plo files
18473         * gst-libs/gst/colorbalance/Makefile.am:
18474         * gst-libs/gst/mixer/Makefile.am:
18475         * gst-libs/gst/play/Makefile.am:
18476         * gst-libs/gst/tuner/Makefile.am:
18477           remove glib_root variable
18478
18479 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18480
18481         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18482           set explicit caps before adding the element, so the autopluggers can
18483           plug correctly.
18484         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18485         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18486         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18487         (dv_type_find):
18488           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18489           argument.
18490
18491 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18492
18493         * gst-libs/gst/colorbalance/Makefile.am:
18494         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18495         * gst-libs/gst/colorbalance/colorbalance.c:
18496         * gst-libs/gst/colorbalance/colorbalance.h:
18497         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18498         * gst-libs/gst/mixer/Makefile.am:
18499         * gst-libs/gst/mixer/mixer-marshal.list:
18500         * gst-libs/gst/mixer/mixer.c:
18501         * gst-libs/gst/mixer/mixer.h:
18502         * gst-libs/gst/mixer/mixermarshal.list:
18503         * gst-libs/gst/play/Makefile.am:
18504         * gst-libs/gst/play/play.h:
18505         * gst-libs/gst/tuner/Makefile.am:
18506         * gst-libs/gst/tuner/tuner-marshal.list:
18507         * gst-libs/gst/tuner/tuner.c:
18508         * gst-libs/gst/tuner/tuner.h:
18509         * gst-libs/gst/tuner/tunermarshal.list:
18510           use new glib-gen.mak snippet to clean up Makefile.am
18511           fix various bugs in Makefile.am's
18512
18513 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18514
18515         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18516           handle chain parsing correctly in the multichain case
18517         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18518         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18519         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18520         (theora_dec_chain):
18521           handle events and queries correctly
18522
18523 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18524
18525         * .cvsignore:
18526         Ignore generated file _stdint.h.
18527
18528 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18529
18530         * gst-libs/gst/colorbalance/Makefile.am:
18531         * gst-libs/gst/colorbalance/colorbalance.h:
18532         * gst-libs/gst/mixer/Makefile.am:
18533         * gst-libs/gst/mixer/mixer.h:
18534         * gst-libs/gst/play/Makefile.am:
18535         * gst-libs/gst/play/play.h:
18536         * gst-libs/gst/tuner/Makefile.am:
18537         * gst-libs/gst/tuner/tuner.h:
18538         Generate enum type code with glib-mkenums.
18539         * gst-libs/gst/colorbalance/.cvsignore:
18540         * gst-libs/gst/mixer/.cvsignore:
18541         * gst-libs/gst/play/.cvsignore:
18542         * gst-libs/gst/tuner/.cvsignore:
18543         Ignore generated files.
18544
18545 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18546
18547         * gst-libs/gst/audio/.cvsignore:
18548         Ignore generated file.
18549         * gst-libs/gst/audio/Makefile.am:
18550         Do not install example filter.
18551
18552 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18553
18554         * examples/switch/.cvsignore:
18555         Ignore generated file.
18556
18557 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18558
18559         * common/m4/ax_create_stdint_h.m4:
18560         * configure.ac:
18561           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18562           _stdint.h.
18563         * Makefile.am:
18564           remove generated _stdint.h in DISTCLEANFILES
18565         * ext/a52dec/gsta52dec.c:
18566           include _stdint.h for a52dec. (should fix #133064)
18567
18568 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18569
18570         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
18571         (gst_tag_to_vorbis_comments):
18572         Add replaygain support to vorbistag
18573
18574 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18575         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18576         (gst_ffmpeg_caps_to_extradata):
18577           Fix SVQ3 caps flag properties
18578           Use glib macro for bytes swap
18579
18580 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18581
18582         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18583         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18584         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18585         * ext/sndfile/gstsf.c: (plugin_init):
18586         * gst/avi/gstavi.c: (plugin_init):
18587         * sys/dxr3/dxr3init.c: (plugin_init):
18588         * sys/oss/gstossaudio.c: (plugin_init):
18589         * sys/v4l/gstv4l.c: (plugin_init):
18590         * sys/v4l2/gstv4l2.c: (plugin_init):
18591           remove textdomain calls
18592         * po/nl.po:
18593           update Dutch translation
18594
18595 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18596
18597         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18598         (gst_play_set_audio_sink): Moving volume in the audio thread for
18599         instantaneous volume change. Maybe i will add another volume in front
18600         of visualization later, not sure yet though.
18601
18602 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18603
18604         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18605         (gst_ximagesink_handle_xevents): Better X events handling, only take
18606         the latest events for configure and motion.
18607         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
18608
18609 2004-02-02  Jon Trowbridge  <trow@gnu.org>
18610
18611         reviewed by: David Schleef  <ds@schleef.org>
18612
18613         Fix memory leaks:
18614         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
18615         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
18616
18617 2004-02-02  David Schleef  <ds@schleef.org>
18618
18619         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
18620         of lines.
18621         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
18622         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18623         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
18624         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18625         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18626         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
18627         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
18628         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
18629         (gst_float2_2_int_link):
18630         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18631         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
18632         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
18633         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
18634         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
18635         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
18636         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
18637         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
18638         * testsuite/gst-lint: Add tests for bzero and ;;
18639
18640 2004-02-02  David Schleef  <ds@schleef.org>
18641
18642         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
18643
18644 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18645
18646         * ext/aalib/gstaasink.c: (gst_aasink_open):
18647         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
18648         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18649         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18650         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
18651         (gst_afsink_close_file):
18652         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
18653         (gst_afsrc_close_file):
18654         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
18655         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
18656         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18657         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
18658         * ext/esd/esdmon.c: (gst_esdmon_get):
18659         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
18660         * ext/faac/gstfaac.c: (gst_faac_chain):
18661         * ext/faad/gstfaad.c: (gst_faad_chain):
18662         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
18663         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18664         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
18665         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
18666         (gst_flacdec_loop):
18667         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18668         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18669         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18670         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
18671         (gst_gnomevfssink_close_file):
18672         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18673         (gst_gnomevfssrc_open_file):
18674         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18675         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
18676         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
18677         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18678         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
18679         * ext/mad/gstmad.c: (gst_mad_chain):
18680         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
18681         * ext/mpeg2dec/gstmpeg2dec.c:
18682         * ext/mpeg2enc/gstmpeg2enc.cc:
18683         * ext/mplex/gstmplex.cc:
18684         * ext/mplex/gstmplexibitstream.cc:
18685         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
18686         (gst_ogg_demux_push):
18687         * ext/raw1394/gstdv1394src.c:
18688         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
18689         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
18690         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
18691         (gst_sf_loop):
18692         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18693         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
18694         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
18695         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
18696         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18697         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
18698         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
18699         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
18700         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18701         (gst_riff_read_element_data), (gst_riff_read_seek),
18702         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
18703         * gst/adder/gstadder.c: (gst_adder_loop):
18704         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
18705         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
18706         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
18707         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18708         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
18709         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
18710         * gst/goom/gstgoom.c: (gst_goom_chain):
18711         * gst/id3/gstid3types.c: (gst_id3types_loop):
18712         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18713         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
18714         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
18715         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18716         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
18717         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
18718         (gst_ebml_read_float), (gst_ebml_read_header):
18719         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
18720         (gst_matroska_demux_parse_blockgroup):
18721         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
18722         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
18723         * gst/oneton/gstoneton.c: (gst_oneton_chain):
18724         * gst/silence/gstsilence.c: (gst_silence_get):
18725         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18726         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
18727         * gst/speed/gstspeed.c: (speed_loop):
18728         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18729         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18730         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
18731         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18732         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18733         (gst_wavparse_loop):
18734         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
18735         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
18736         (dxr3audiosink_close):
18737         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
18738         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
18739         (dxr3videosink_close), (dxr3videosink_write_data):
18740         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
18741         * sys/oss/gstosssink.c: (gst_osssink_chain):
18742         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18743         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
18744         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
18745         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
18746         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
18747         (gst_v4l_set_window), (gst_v4l_enable_overlay):
18748         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
18749         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
18750         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
18751         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
18752         (gst_v4l_set_audio):
18753         * sys/v4l/v4l_calls.h:
18754         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
18755         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
18756         (gst_v4lmjpegsink_playback_init),
18757         (gst_v4lmjpegsink_playback_start):
18758         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
18759         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18760         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
18761         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
18762         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
18763         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
18764         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
18765         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
18766         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
18767         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
18768         (gst_v4l2_get_output), (gst_v4l2_set_output),
18769         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
18770         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
18771         (gst_v4l2_set_attribute):
18772         * sys/v4l2/v4l2_calls.h:
18773         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
18774         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
18775         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
18776         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
18777         (gst_v4l2src_capture_stop):
18778         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
18779         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
18780         (gst_ximagesink_chain):
18781         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
18782         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
18783         (gst_xvideosink_xwindow_new):
18784         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18785         (gst_xvimagesink_chain):
18786
18787 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18788
18789         * gst/volume/gstvolume.c: (gst_volume_set_volume),
18790         (gst_volume_get_volume), (volume_class_init), (volume_init),
18791         (volume_chain_int16), (volume_update_volume):
18792         * gst/volume/gstvolume.h:
18793           make code more readable by removing magic numbers
18794           make mixer interface export 0-100 range
18795           make it internally map to 0.0-1.0 range so users don't distort
18796           output by putting the sliders at full volume
18797
18798 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18799
18800         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
18801         (gst_play_state_change), (gst_play_seek_to_time):
18802         block the tick callback for 0.5 secs after doing a seek
18803
18804 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18805
18806         * gst-libs/gst/play/play.c: (gst_play_new):
18807           check for GError
18808
18809 2004-02-01  Julien MOUTTE  <julien@moutte.net>
18810
18811         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
18812         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
18813         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
18814         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
18815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
18816         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
18817
18818 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18819
18820         * configure.ac:
18821         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18822           check for a function added in vorbis 1.1
18823
18824 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18825
18826         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
18827         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
18828           really start/stop clock only on PLAYING <=> PAUSED
18829         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18830           remove \n from debugging lines
18831         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18832           make it work when seeking does not
18833         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18834           reset on DISCONT
18835
18836 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18837
18838         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
18839           start clock on PAUSED=>PLAYING, not later
18840         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18841           extract correct time for different discont formats
18842         (gst_alsa_sink_get_time):
18843           don't segfault when no format is negotiated yet, just return 0
18844         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18845         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
18846         (gst_ogg_pad_push):
18847           handle flush and discont events correctly
18848         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
18849           handle discont events correctly
18850
18851 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18852
18853         * gst-libs/gst/play/play.c: (gst_play_error_quark),
18854         (gst_play_error_create), (gst_play_error_plugin),
18855         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
18856         * gst-libs/gst/play/play.h:
18857           add error handling during creation
18858         * examples/gstplay/player.c: (main):
18859           use new gst_play_new
18860
18861
18862 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18863
18864         * ext/theora/theoradec.c: (theora_dec_chain):
18865           make comments work
18866         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18867         (vorbis_dec_src_event), (vorbis_dec_chain):
18868           add encoder tag, fix tag reading to be more error tolerant, change
18869           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
18870           gst_pad_event_default.
18871         * gst/tags/gstvorbistag.c:
18872         (gst_tag_list_from_vorbiscomment_buffer):
18873           undefine function specific define at end of function
18874
18875 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
18876
18877         * ext/flac/gstflac.c: (plugin_init):
18878         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
18879         * ext/flac/gstflacdec.h:
18880         * ext/flac/gstflacenc.h:
18881           Fix typos
18882
18883 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
18884
18885         * examples/gstplay/player.c: s/gstplay.h/play.h/
18886
18887 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18888
18889         * gst-libs/gst/play/Makefile.am:
18890         * gst-libs/gst/play/gstplay.c:
18891         * gst-libs/gst/play/gstplay.h:
18892         * gst-libs/gst/play/play.c:
18893           more surgery, operation complete
18894
18895 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18896
18897         * gst-libs/gst/play/play.old.c:
18898         * gst-libs/gst/play/play.old.h:
18899           after CVS surgery by moving, remove
18900         * gst-libs/gst/play/playpipelines.c:
18901           remove
18902
18903         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18904           add negotiation error
18905
18906 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18907
18908         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18909         (gst_ogg_demux_push):
18910           add some seeking debug info
18911           send a flush when seeking
18912
18913 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18914
18915         * configure.ac:
18916           use AC_C_INLINE
18917         * configure.ac:
18918         * ext/Makefile.am:
18919         * ext/theora/Makefile.am:
18920         * ext/theora/theoradec.c:
18921           add theora video decoder. Does just do simple decoding for now and
18922           has been tested against Theora cvs only. It only works when theora
18923           is compiled with --enable-static.
18924         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18925           always reset packetno on DISCONT
18926
18927 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18928
18929         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18930           Fix audio.
18931
18932 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18933
18934         * gst/mpegaudioparse/gstmpegaudioparse.c:
18935         (mp3_type_frame_length_from_header):
18936           Fix header parsing - stolen from ffmpeg (thank you! :) ).
18937
18938 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18939
18940         * ext/esd/esdsink.c: (gst_esdsink_init):
18941           Since we have static pad template caps, we don't need to negotiate;
18942           either the core errors out or we know the format.
18943
18944 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18945
18946         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18947         (gst_riff_read_seek):
18948         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18949         (gst_ebml_read_seek):
18950           Fix event handling.
18951
18952 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18953
18954         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
18955           removee video/x-theora from vp3 decoder, it doesn't handle raw
18956           theora streams
18957         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
18958           fix bug with finalizing element that never went to PAUSED
18959         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
18960           length and position queries were swapped
18961         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18962         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
18963         (vorbis_dec_src_event):
18964           implement querying time and bytes
18965
18966 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18967
18968         * just about every source file:
18969           gst_element_error -> GST_ELEMENT_ERROR
18970
18971 2004-01-29  Julien MOUTTE  <julien@moutte.net>
18972
18973         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
18974         emiting FLUSH and even before DISCONT.
18975         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
18976         get the best instant seeking as possible yay!
18977
18978 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18979
18980         * gst/mpeg1videoparse/gstmp1videoparse.c:
18981         (gst_mp1videoparse_real_chain):
18982           Committed wrong version last week... Grr... Didn't notice until now.
18983
18984 2004-01-29  Julien MOUTTE <julien@moutte.net>
18985
18986         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
18987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
18988         have_xwindow_id signal in xwindow_create.
18989
18990 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18991
18992         * ext/ogg/gstoggdemux.c:
18993           lots of changes - mainly support for chained bitstreams, seeking,
18994           querying and bugfixes of course
18995         * ext/vorbis/Makefile.am:
18996         * ext/vorbis/vorbisdec.c:
18997         * ext/vorbis/vorbisdec.h:
18998           add vorbisdec raw vorbis decoder
18999         * ext/vorbis/vorbis.c: (plugin_init):
19000           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
19001         * gst/intfloat/Makefile.am:
19002         * gst/intfloat/float22int.c:
19003         * gst/intfloat/float22int.h:
19004         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
19005           add float2intnew plugin. It converts multichannel interleaved float to
19006           multichannel interleaved int. The name should probably be changed.
19007         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
19008         (plugin_init):
19009           add typefinding for raw theora video so oggdemux can detect it.
19010
19011 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19012
19013         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
19014         sink element first.
19015         * gst/videoscale/gstvideoscale.c:
19016         (gst_videoscale_handle_src_event): Fixing src event handler.
19017
19018 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19019
19020         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19021         (gst_v4lsrc_open), (gst_v4lsrc_close),
19022         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
19023         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
19024         * sys/v4l/gstv4lsrc.h:
19025         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
19026         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
19027           Implement resizing... Hack. But that's why v4l is b0rked...
19028
19029 2004-01-28  Julien MOUTTE <julien@moutte.net>
19030
19031         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19032         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19033         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
19034         (gst_ximagesink_xwindow_destroy):
19035         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19036         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19037         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
19038         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
19039         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
19040         correctly cleaning the image created to check xshm calls on succes,
19041         added a lot of XSync calls in X11 functions, and fixed a segfault when
19042         no image format was defined before negotiation happened.
19043
19044 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19045
19046         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
19047           use gst_element_get_time to get correct time
19048
19049 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19050
19051         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
19052         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
19053         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
19054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
19055         (gst_xvimagesink_check_xshm_calls),
19056         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
19057         X plugins are now able to detect that XShm calls will fail even if the
19058         server claims that it has XShm support (remote displays most of the
19059         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
19060         so that we use non XShm functions. This feature is almost useless for
19061         xvimagesink as Xv is not supported on remote displays anyway, but
19062         it might happen than even on the local display XShm calls fail.
19063
19064 2004-01-27  David Schleef  <ds@schleef.org>
19065
19066         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
19067         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
19068         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
19069         changed esdsink to only use 44100,16,2, since esd sucks at rate
19070         conversion and esdsink has had difficulty negotiating.
19071
19072 2004-01-27  Julien MOUTTE <julien@moutte.net>
19073
19074         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
19075         (gst_play_seek_to_time): Fixing the way to get current position.
19076
19077 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19078
19079         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
19080           use gst_element_get_time to get correct time
19081
19082 2004-01-27  Julien MOUTTE <julien@moutte.net>
19083
19084         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
19085         fix ever... Inverting 2 lines of code make spider autoplug correctly
19086         tagged mp3 !
19087
19088 2004-01-27  David Schleef  <ds@schleef.org>
19089
19090         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19091         Use gst_pad_try_set_caps_nonfixed().
19092
19093 2004-01-27  David Schleef  <ds@schleef.org>
19094
19095         * gst/ac3parse/gstac3parse.c: update to checklist 5
19096         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
19097         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
19098         * gst/audioscale/gstaudioscale.c: same
19099         * gst/auparse/gstauparse.c: same
19100         * gst/avi/gstavidemux.c: same
19101
19102 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19103
19104         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19105           stop processing after EOS
19106
19107 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19108
19109         * gst/asfdemux/asfheaders.h:
19110         * gst/asfdemux/gstasfdemux.c:
19111         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
19112         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
19113         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
19114           lot's of fixes to make data extraction simpler and get the code
19115           architecture and compiler independant. Add debugging category
19116         * gst/goom/gstgoom.c: (gst_goom_change_state):
19117           reset channel count on PAUSED=>READY, not READY=>PAUSED
19118
19119 2004-01-26  Colin Walters  <walters@verbum.org>
19120
19121         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
19122         code to pull a bigger buffer in iradio mode.  This as a side effect
19123         makes typefinding work.
19124
19125 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19126
19127         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19128         Fix SVQ3 decoding on PPC
19129
19130 2004-01-26  Julien MOUTTE <julien@moutte.net>
19131
19132         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
19133         that one managed to stay there... Fixed.
19134
19135 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19136
19137         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19138         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
19139         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
19140         (qtdemux_video_caps):
19141         * gst/qtdemux/qtdemux.h:
19142         Add SVQ3 specific flags to qtdemux and ffmpeg
19143
19144 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19145
19146         * gst-libs/gst/audio/audio.h:
19147           remove buffer-frames from audio caps
19148         * gst/audioconvert/gstaudioconvert.c:
19149           fix plugin to really work.
19150
19151 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19152
19153         * gst-libs/gst/mixer/mixer.c:
19154         * gst-libs/gst/propertyprobe/propertyprobe.c:
19155         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
19156         (gst_tuner_find_channel_by_name):
19157         * gst-libs/gst/tuner/tuner.h:
19158           Add gtk-doc style comments. Also fix a function name.
19159
19160 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19161
19162         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
19163         (gst_divxdec_negotiate):
19164           Fix for new capsnego - also fixes gst-player with divxdec.
19165
19166 2004-01-25  Julien MOUTTE  <julien@moutte.net>
19167
19168         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19169         (gst_play_identity_handoff), (gst_play_set_location),
19170         (gst_play_set_visualization), (gst_play_connect_visualization): Another
19171         try in visualization implementation. Still have an issue with switch
19172         blocking when pulling from video_queue and only audio comes out of
19173         spider.
19174         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19175         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
19176         release method. And check if the pad is usable before pulling.
19177
19178 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19179
19180         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
19181         (gst_videobalance_init),
19182         (gst_videobalance_colorbalance_list_channels),
19183         (gst_videobalance_colorbalance_set_value),
19184         (gst_videobalance_colorbalance_get_value),
19185         (gst_videobalance_update_properties),
19186         (gst_videobalance_update_tables_planar411),
19187         (gst_videobalance_planar411):
19188         * gst/videofilter/gstvideobalance.h:
19189           Implement lookup-tables. +/- 10x faster.
19190
19191 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19192
19193         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19194         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19195           The index reading was broken. The rest worked fine, but the whole
19196           goal of my rewrite was to make avidemux readable, and this was
19197           not at all readable. Please use typed variables.
19198
19199 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19200
19201         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19202           Additional pad usability check.
19203         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19204         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
19205         (gst_mp1videoparse_real_chain):
19206           Fix MPEG video stream parsing. The original plugin had several
19207           issues, including not timestamping streams where the source was
19208           not timestamped (this happens with PTS values in mpeg system
19209           streams, but MPEG video is also a valid stream on its own so
19210           that needs timestamps too). We use the display time code for that
19211           for now. Also, if one incoming buffer contains multiple valid
19212           frames, we push them all on correctly now, including proper EOS
19213           handling. Lastly, several potential segfaults were fixed, and we
19214           properly sync on new sequence/gop headers to include them in next,
19215           not previous frames (since they're header for the next frame, not
19216           the previous). Also see #119206.
19217         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
19218         (bpf_from_header):
19219           Move caps setting so we only do it after finding several valid
19220           MPEG-1 fraes sequentially, not right after the first one (which
19221           might be coincidental).
19222         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19223         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19224         (plugin_init):
19225           Add unsynced MPEG video stream typefinding, and change some
19226           probability values so we detect streams rightly. The idea is as
19227           follows: I can have an unsynced system stream which contains
19228           video. In the current code, I would randomly get a type for either
19229           system or video stream type found, because the probabilities are
19230           being calculated rather randomly. I now use fixed values, so we
19231           always prefer system stream if that was found (and that is how it
19232           should be). If no system stream was found, we can still identity                the stream as video-only.
19233
19234 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19235
19236         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19237         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19238           don't write to buffer. Extract data without the need of
19239           __attribute__ ((packed))
19240
19241 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19242
19243         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19244         (mpeg1_sys_type_find):
19245           Fix MPEG-1 stream typefinding.
19246
19247 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19248
19249         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19250           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19251
19252 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19253
19254         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19255         * ext/esd/gstesd.c: (plugin_init):
19256           private debugging, better error reporting
19257
19258 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19259
19260         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19261         (gst_riff_read_init), (gst_riff_read_change_state):
19262         * gst-libs/gst/riff/riff-read.h:
19263           Remove stuff fromold metadata system.
19264
19265 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19266
19267         * ext/ogg/gstoggdemux.c:
19268           Fix wrong file comment.
19269         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19270         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19271           Add metadata reading properly.
19272
19273 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19274
19275         * ext/Makefile.am:
19276           Fix nas DIST_SUBDIRS
19277           Uraeus:
19278           Fix bug where make distcheck doesn't get run on adding stuff to
19279           the build.
19280
19281 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19282
19283         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19284         * ext/divx/gstdivxdec.h:
19285           Fix divx3 ("msmpeg4") playback using divxdec.
19286
19287 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19288
19289         * gst/typefind/gsttypefindfunctions.c:
19290         (mp3_type_frame_length_from_header): fix bug in length computation
19291         (mp3_type_find): improve debugging output
19292
19293 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19294
19295         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19296         (gst_play_set_location), (gst_play_seek_to_time),
19297         (gst_play_set_audio_sink), (gst_play_set_visualization),
19298         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19299         the pipeline from scratch. Visualization is back and switch went out as
19300         i realized it was not possible to use the way i wanted.
19301         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19302         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19303         clearing in state change from READY to NULL. So that one can clean the
19304         X ressources keeping the element.
19305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19306         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19307         (gst_xvimagesink_colorbalance_set_value),
19308         (gst_xvimagesink_colorbalance_get_value),
19309         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19310         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19311         change from READY to NULL and fixed some stupid bugs in colorbalance
19312         get/set values. Also added the following feature : when nobody tries to
19313         set some values to the colorbalance levels before the xcontext is
19314         grabbed, then when creating channels list from Xv attributes we set the
19315         internal values to the Xv defaults. This way we handle buggy Xv drivers
19316         that set default hue values far from the middle of the range (Thanks
19317         to Jon Trowbridge for pointing that issue).
19318         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19319         colorbalance levels have been set before xcontext is grabbed.
19320
19321 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19322
19323         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19324           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19325           it might block operations (which is bad for a mixer).
19326
19327 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19328
19329         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19330         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19331         (gmip_find_type_pre):
19332         * gst-libs/gst/media-info/media-info-priv.h:
19333         * gst-libs/gst/media-info/media-info.c:
19334         (gst_media_info_instance_init), (gst_media_info_read_idler):
19335         add fakesink to get caps on decoder src pad again
19336         fix callback prototype to match new have_type signal signature
19337
19338 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19339
19340         * gst/adder/gstadder.c: (gst_adder_link):
19341           fix non-compile and cut-n-paste code
19342
19343 2004-01-21  David Schleef  <ds@schleef.org>
19344
19345         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19346         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19347         (gst_swfdec_init), (gst_swfdec_change_state):
19348         * ext/swfdec/gstswfdec.h:
19349         Fix negotiation.
19350         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19351         (gst_adder_request_new_pad): Fix negotiation.
19352         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19353         Add a fixate function.
19354         * gst/intfloat/gstfloat2int.c:
19355         * gst/intfloat/gstfloat2int.h:
19356         * gst/intfloat/gstint2float.c:
19357         * gst/intfloat/gstint2float.h:
19358         Completely rewrite the negotiation.  Doesn't quite work yet,
19359         due to some buffer-frames problem.
19360
19361 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19362
19363         * ext/gnomevfs/gstgnomevfssrc.c:
19364         * sys/v4l2/v4l2_calls.h:
19365           fix includes for distcheck
19366
19367 2004-01-21  Christian Schaller <uraeus@gnome.org>
19368
19369         * ext/nas/
19370         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19371         based on earlier patch from Laurent Vivier
19372
19373 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19374
19375         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19376         Fix wma caps property
19377         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19378         Fix typo (flags1 and flags2)
19379
19380 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19381
19382         * gst-libs/gst/media-info/media-info-priv.c:
19383         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19384         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19385         (gmip_find_stream), (gmip_find_track_metadata),
19386         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19387         (gmip_find_track_format):
19388         * gst-libs/gst/media-info/media-info-priv.h:
19389         * gst-libs/gst/media-info/media-info-test.c: (main):
19390         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19391         (gst_media_info_read_idler), (gst_media_info_read):
19392         * gst-libs/gst/media-info/media-info.h:
19393           register debugging category and use it for debugging
19394
19395 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19396
19397         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19398         (gst_vorbisfile_new_link):
19399           signal streaminfo through tags
19400
19401 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19402
19403         * ext/mplex/gstmplex.cc:
19404         * ext/mplex/gstmplexibitstream.cc:
19405           g++ doesn't like NULL in our i18n/error macros, should be
19406           either (NULL) or ("").
19407
19408 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19409
19410         * sys/dxr3/dxr3audiosink.c:
19411         * sys/dxr3/dxr3init.c:
19412         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19413         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19414           Fix more error error error errors (missing includes here).
19415
19416 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19417
19418         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19419           fix thomas' error errors.
19420
19421 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19422
19423         * ext/mpeg2enc/gstmpeg2enc.cc:
19424           fix error errors.
19425
19426 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19427
19428         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19429         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19430           Fix for new error system.
19431
19432 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19433
19434         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19435           fix for new error reporting
19436
19437 2004-01-20  David Schleef  <ds@schleef.org>
19438
19439         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19440         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19441         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19442         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19443         and neither is 100+, most likely.
19444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19445         (gst_xvimagesink_getcaps): same
19446
19447 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19448
19449         * configure.ac:
19450           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19451           clashes with ffmpeg.
19452
19453 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19454
19455         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19456         (gst_switch_init): Fixed switch element : proxying link and setting
19457         caps from src to sink on request.
19458
19459 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19460
19461         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19462         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19463         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19464         fix element_error
19465
19466 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19467
19468         * sys/v4l/v4l_calls.h:
19469         * sys/v4l2/v4l2_calls.h:
19470           element_error fixes
19471
19472 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19473
19474         * gst-libs/gst/gst-i18n-plugin.h:
19475           add locale.h
19476           remove config.h inclusion
19477
19478 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19479
19480         * autogen.sh:
19481           adding autopoint invocation
19482         * Makefile.am:
19483         * configure.ac:
19484         * gst-libs/gst/gettext.h:
19485           adding gettext bits
19486         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19487         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19488         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19489         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19490         (gst_gnomevfssink_close_file):
19491         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19492         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19493         * gst-libs/gst/gst-i18n-plugin.h:
19494         * gst/avi/gstavi.c: (plugin_init):
19495         * sys/dxr3/dxr3init.c: (plugin_init):
19496         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19497         * sys/oss/gstossaudio.c: (plugin_init):
19498         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19499         * sys/v4l/gstv4l.c: (plugin_init):
19500         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19501         * sys/v4l2/gstv4l2.c: (plugin_init):
19502         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19503         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19504         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19505         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19506         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19507         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19508           make sure locale and translation domain are set
19509           fix translated strings
19510         * po/.cvsignore:
19511         * po/LINGUAS:
19512         * po/Makevars:
19513         * po/POTFILES.in:
19514         * po/nl.po:
19515           put translation files into place
19516         * sys/xvideo/imagetest.c: (main):
19517         * ext/dv/demo-play.c: (main):
19518           fix unnecessary translations
19519
19520 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19521
19522         * ext/sndfile/gstsf.c:
19523         * gst/avi/gstavimux.c:
19524         * ext/audiofile/gstafsink.c:
19525         * ext/audiofile/gstafsrc.c:
19526         * ext/gnomevfs/gstgnomevfssink.c:
19527         * ext/gnomevfs/gstgnomevfssrc.c:
19528         * sys/oss/gstosselement.c:
19529         * sys/v4l/v4l_calls.h:
19530           fix i18n include
19531
19532 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19533
19534         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19535         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19536         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19537         (gst_v4l2_get_output), (gst_v4l2_set_output),
19538         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19539         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19540         (gst_v4l2_set_attribute):
19541         update to new error handling
19542
19543 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19544
19545         * ext/sidplay/gstsiddec.cc:
19546         * gst/modplug/gstmodplug.cc:
19547           parenthese NULL because C++ seems angry about it
19548
19549 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19550
19551         * gst-libs/gst/gst-i18n-plugin.h:
19552           add skeleton i18n stuff, but needs to be further implemented
19553
19554 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19555
19556         * examples/gstplay/player.c: (main):
19557         * ext/aalib/gstaasink.c: (gst_aasink_open):
19558         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19559         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19560         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19561         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19562         (gst_afsink_close_file):
19563         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19564         (gst_afsrc_close_file):
19565         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19566         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19567         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19568         * ext/esd/esdmon.c: (gst_esdmon_get):
19569         * ext/esd/esdsink.c: (gst_esdsink_chain):
19570         * ext/faac/gstfaac.c: (gst_faac_chain):
19571         * ext/faad/gstfaad.c: (gst_faad_chain):
19572         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19573         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19574         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19575         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19576         (gst_flacdec_loop):
19577         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19578         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19579         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19580         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19581         (gst_gnomevfssink_close_file):
19582         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19583         (gst_gnomevfssrc_open_file):
19584         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19585         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19586         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19587         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19588         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19589         * ext/mad/gstmad.c: (gst_mad_chain):
19590         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19591         * ext/mpeg2dec/gstmpeg2dec.c:
19592         * ext/mpeg2enc/gstmpeg2enc.cc:
19593         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19594         * ext/mplex/gstmplex.cc:
19595         * ext/mplex/gstmplexibitstream.cc:
19596         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19597         (gst_ogg_demux_push), (gst_ogg_pad_push):
19598         * ext/raw1394/gstdv1394src.c:
19599         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19600         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19601         * ext/sidplay/gstsiddec.cc:
19602         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19603         (gst_sf_loop):
19604         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19605         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19606         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19607         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19608         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19609         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19610         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19611         * gst-libs/gst/Makefile.am:
19612         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19613         (gst_riff_read_element_data), (gst_riff_read_seek),
19614         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19615         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
19616         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19617         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19618         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19619         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19620         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19621         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19622         * gst/goom/gstgoom.c: (gst_goom_chain):
19623         * gst/id3/gstid3types.c: (gst_id3types_loop):
19624         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19625         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19626         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19627         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19628         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19629         (gst_ebml_read_float), (gst_ebml_read_header):
19630         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19631         (gst_matroska_demux_parse_blockgroup):
19632         * gst/modplug/gstmodplug.cc:
19633         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19634         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19635         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19636         * gst/silence/gstsilence.c: (gst_silence_get):
19637         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19638         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19639         * gst/speed/gstspeed.c: (speed_loop):
19640         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19641         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19642         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19643         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19644         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19645         (gst_wavparse_loop):
19646         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19647         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19648         (dxr3audiosink_close):
19649         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19650         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19651         (dxr3videosink_close), (dxr3videosink_write_data):
19652         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19653         * sys/oss/gstosselement.h:
19654         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
19655         (gst_osssink_chain):
19656         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19657         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19658         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19659         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19660         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
19661         (gst_v4l_enable_overlay):
19662         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19663         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19664         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19665         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19666         (gst_v4l_set_audio):
19667         * sys/v4l/v4l_calls.h:
19668         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19669         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19670         (gst_v4lmjpegsink_playback_init),
19671         (gst_v4lmjpegsink_playback_start):
19672         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19673         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
19674         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
19675         (gst_v4lmjpegsrc_requeue_frame):
19676         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19677         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19678         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19679         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19680         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19681         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19682         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19683         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19684         (gst_v4l2src_capture_stop):
19685         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19686         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19687         (gst_ximagesink_chain):
19688         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19689         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19690         (gst_xvideosink_xwindow_new):
19691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19692         (gst_xvimagesink_chain):
19693         use new error signal, function and categories
19694
19695 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
19696
19697         * configure.ac:
19698         * ext/Makefile.am:
19699         * ext/musicbrainz/gsttrm.c:
19700         * ext/musicbrainz/gsttrm.h:
19701         * ext/musicbrainz/Makefile.am:
19702         Add a trm plugin
19703
19704 2004-01-18  Julien MOUTTE  <julien@moutte.net>
19705
19706         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
19707         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
19708         synchronous property for debugging.
19709         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
19710         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19711         (gst_xvimagesink_set_property): Moving a pointer declaration to a
19712         smaller block, fixing indent.
19713
19714 2004-01-16  David Schleef  <ds@schleef.org>
19715
19716         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
19717         property affects the video stream.
19718         * sys/xvimage/xvimagesink.c:
19719         * sys/xvimage/xvimagesink.h:
19720         Add synchronous property for debugging.  Should probably be
19721         disabled in non-CVS builds.  Make sure that the Xv attribute
19722         exists before we set it (crash!).  Fix a silly float bug that
19723         caused colorbalance to just not work.
19724
19725 2004-01-17  Christian Schaller <Uraeus@gnome.org>
19726
19727         * tools/gst-launch-ext.in - update for new plugins
19728
19729 2004-01-16  David Schleef  <ds@schleef.org>
19730
19731         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
19732         already-freed caps.
19733
19734 2994-01-16  Christian Schaller <Uraeus@gnome.org>
19735
19736         * Update spec for new colorspace plugin and libcaca plugin
19737         * Fix compilation of libcaca plugin (clock -> id)
19738
19739 2004-01-16  Julien MOUTTE <julien@moutte.net>
19740
19741         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
19742         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19743         (gst_xvimagesink_set_xwindow_id),
19744         (gst_xvimagesink_colorbalance_set_value),
19745         (gst_xvimagesink_colorbalance_get_value),
19746         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19747         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
19748         correct colorbalance properties. They can now be set when the element
19749         is still in NULL state. The values will be committed to the Xv Port
19750         when xcontext is initialized.
19751         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
19752         brightness int values in the GstXvImagesink structure.
19753
19754 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19755
19756         * gst-libs/gst/Makefile.am:
19757           restructure so having local patches works easier.
19758
19759 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19760
19761         * ext/mpeg2enc/Makefile.am:
19762         * ext/mpeg2enc/gstmpeg2enc.cc:
19763         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19764           Bugfix with respect to EOS handling.
19765
19766 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19767
19768         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
19769           Link with right caps (else, it segfaults).
19770         * ext/mplex/gstmplexjob.cc:
19771           Fix for slight API change in 1.6.1.93 release of mjpegtools.
19772
19773 2004-01-15  David Schleef  <ds@schleef.org>
19774
19775         * gst-libs/gst/audio/Makefile.am:
19776         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
19777         from the template.
19778         * gst-libs/gst/audio/gstaudiofilter.c:
19779         * gst-libs/gst/audio/gstaudiofilter.h:
19780         Add bytes_per_sample and size and n_samples calculation.
19781         * gst-libs/gst/audio/gstaudiofilterexample.c:
19782         Remove, now autogenerated.
19783         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
19784         Moved from gstaudiofilterexample, object name changed, code added
19785         so that it actually works.
19786         * gst-libs/gst/audio/make_filter:
19787         Script to build an audiofilter subclass from the template.
19788         * gst/colorspace/Makefile.am:
19789         * gst/colorspace/yuv2yuv.c:
19790         Remove file, since it's GPL, and we don't use it.
19791
19792 2004-01-15  Julien MOUTTE  <julien@moutte.net>
19793
19794         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19795         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
19796         them use the buffer free function to test how the buffer was allocated.
19797
19798 2004-01-15  David Schleef  <ds@schleef.org>
19799
19800         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
19801         that handles osssink fallback.
19802         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19803         (gst_audio_convert_getcaps):
19804         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19805         Add audio/x-qdm2 for QDM2 audio.
19806         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19807         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
19808         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19809         Decrease minimum size to 16x16.
19810         * gst/wavparse/gstwavparse.c:
19811         Convert disabled pad template caps to new caps.
19812         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19814         (gst_xvimagesink_chain): Throw element error when display cannot
19815         be opened.  Increase minimum framerate to 1.0.  Check the data
19816         free function on a buffer to make sure it is the type we expect
19817         before manipulating it.
19818
19819 2004-01-15  Julien MOUTTE <julien@moutte.net>
19820
19821         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
19822         (gst_videobalance_colorbalance_set_value): Implement passthru if
19823         settings are in the middle.
19824         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
19825
19826 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19827
19828         * gst/videofilter/Makefile.am:
19829         * gst/volume/Makefile.am:
19830           Since we use videofilter symbols, link to it.
19831
19832 2004-01-15  Julien MOUTTE <julien@moutte.net>
19833
19834         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
19835         mixer interface type to HARDWARE.
19836         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
19837         type to SOFTWARE.
19838         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
19839         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
19840         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
19841         (gst_volume_interface_init), (gst_volume_list_tracks),
19842         (gst_volume_set_volume), (gst_volume_get_volume),
19843         (gst_volume_set_mute), (gst_volume_mixer_init),
19844         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
19845         (volume_init): Implementing mixer interface.
19846         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
19847         * sys/oss/gstosselement.c: (gst_osselement_get_type),
19848         (gst_osselement_change_state): Removing some trailing commas in
19849         structures.
19850         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
19851         interface type to HARDWARE.
19852         * sys/v4l/gstv4lcolorbalance.c:
19853         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
19854         type to HARDWARE.
19855         * sys/v4l2/gstv4l2colorbalance.c:
19856         (gst_v4l2_color_balance_interface_init): Setting colorbalance
19857         interface type to HARDWARE.
19858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
19859         same code than ximagesink for event handling.
19860
19861 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19862
19863         * ext/snapshot/Makefile.am:
19864         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
19865         (gst_snapshot_chain):
19866         * ext/snapshot/gstsnapshot.h:
19867           This has to be a joke... Snapshot should be connected to a tee,
19868           colorspace element before it and EOS after that, where the other
19869           src of the tee receives normal data.
19870           The current way is *wrong*.
19871
19872 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19873
19874         * ext/hermes/gsthermescolorspace.c:
19875           Fix another compile error. Same as below.
19876
19877 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19878
19879         * gst/colorspace/gstcolorspace.c:
19880         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
19881         (gst_colorspace_i420_to_yv12):
19882           Fix compiling... Didn't test if it actually works.
19883
19884 2004-01-15  David Schleef  <ds@schleef.org>
19885
19886         * configure.ac:
19887         * gst/colorspace/Makefile.am:
19888         * gst/colorspace/gstcolorspace.c:
19889         * gst/colorspace/gstcolorspace.h:
19890         * gst/colorspace/yuv2rgb.c:
19891         * gst/colorspace/yuv2rgb.h:
19892         Duplicate the ext/hermes colorspace plugin, and remove Hermes
19893         code and GPL code.  Fix for new caps negotiation.  Rewrite
19894         much of the format handling code, and some of the conversion
19895         code.  Basically, rewrote almost everything.  This element
19896         handles I420, YV12 to RGB conversions.
19897         * ext/hermes/Makefile.am:
19898         * ext/hermes/gsthermescolorspace.c:
19899         Rename colorspace to hermescolorspace.  Fix negotiation issues.
19900         Remove non-Hermes related code.  This element handles lots of
19901         RGB to RGB conversions, but no YUV.
19902         * ext/hermes/gstcolorspace.c:
19903         * ext/hermes/gstcolorspace.h:
19904         * ext/hermes/rgb2yuv.c:
19905         * ext/hermes/yuv2rgb.c:
19906         * ext/hermes/yuv2rgb.h:
19907         * ext/hermes/yuv2rgb_mmx16.s:
19908         * ext/hermes/yuv2yuv.c:
19909         * ext/hermes/yuv2yuv.h:
19910         Remove old code.
19911
19912 2004-01-14  Colin Walters  <walters@verbum.org>
19913
19914         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
19915         they've already been.
19916
19917 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19918
19919         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
19920           assume tag mode when pad is not connected
19921
19922 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19923
19924         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19925           Don't update the time of the clock
19926         (gst_alsa_sink_loop):
19927           sync to the clock given to alsasink, not the own clock
19928         * sys/oss/gstosssink.c: (gst_osssink_chain):
19929           sync to the clock
19930         (gst_osssink_change_state):
19931           activate the clock
19932         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19933         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
19934           remove bogus code that made DISCONT events unhandled
19935         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
19936           explicitly case to double in _set_simple. (fixes 2nd warning in bug
19937           #131502)
19938         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
19939         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
19940         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
19941           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
19942           2nd warning in bug #131502)
19943
19944 2004-01-14  Julien MOUTTE  <julien@moutte.net>
19945
19946         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
19947         (gst_videobalance_colorbalance_set_value),
19948         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
19949         for colorbalance interface implementation.
19950         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19951         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
19952         (gst_ximagesink_dispose), (gst_ximagesink_init),
19953         (gst_ximagesink_class_init): Adding DISPLAY property.
19954         * sys/ximage/ximagesink.h: Adding display_name to store display.
19955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19956         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19957         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
19958         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
19959         properties (they still need polishing though for gst-launch use : no
19960         xcontext yet, i ll do that tomorrow).
19961         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
19962
19963 2004-01-14  Julien MOUTTE  <julien@moutte.net>
19964
19965         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19966         (gst_play_set_location), (gst_play_set_visualization): Preparing
19967         switch integration, adding videobalance in the pipeline.
19968
19969 2004-01-14  Julien MOUTTE <julien@moutte.net>
19970
19971         * gst-libs/gst/colorbalance/colorbalance.c:
19972         (gst_color_balance_class_init): Adding a default type.
19973         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
19974         the type.
19975         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
19976         (gst_videobalance_dispose), (gst_videobalance_class_init),
19977         (gst_videobalance_init), (gst_videobalance_interface_supported),
19978         (gst_videobalance_interface_init),
19979         (gst_videobalance_colorbalance_list_channels),
19980         (gst_videobalance_colorbalance_set_value),
19981         (gst_videobalance_colorbalance_get_value),
19982         (gst_videobalance_colorbalance_init): Implementing colorbalance
19983         interface.
19984         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
19985         list.
19986         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
19987         bug which was triggering a BadAccess X error when setting an overlay
19988         before pad was really negotiated.
19989         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
19990         Using the colorbalance type macro.
19991
19992 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19993
19994         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
19995         (gst_flacenc_chain):
19996           handle tags correctly
19997         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
19998           extract ID3v1 tags correctly
19999
20000 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20001
20002         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
20003         (plugin_init):
20004           Improve matroska typefinding for odd-typed headers...
20005
20006 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20007
20008         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20009           Fix for using incremental number on padnames.
20010
20011 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20012
20013         * ext/divx/gstdivxdec.c:
20014         * ext/divx/gstdivxenc.c:
20015           Set category to divx4linux instead of divx (too generic).
20016         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20017         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
20018         (gst_wavparse_loop), (gst_wavparse_change_state):
20019         * gst/wavparse/gstwavparse.h:
20020           fix parsing of WAV files with non-standard fmt-tag size and fix
20021           skipping of unrecognized chunks... Someone please fix this thing
20022           to use rifflib so all this is automated.
20023         * sys/v4l/Makefile.am:
20024         * sys/v4l2/Makefile.am:
20025           Add X_CFLAGS because we depend on X (for overlay).
20026
20027 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
20028
20029         * ext/mpeg2dec/gstmpeg2dec.c:
20030           Don't issue a timestamp unless we tagged the frame
20031           with a PTS.
20032
20033 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20034
20035         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
20036           Query the audio element to get the time, not the clock. We're
20037           interested in the element's time here.
20038
20039 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20040
20041         * ext/aalib/gstaasink.c: (gst_aasink_chain):
20042         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20043         * ext/esd/esdsink.c: (gst_esdsink_chain):
20044         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
20045         * ext/mas/massink.c: (gst_massink_chain):
20046         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
20047         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
20048         (gst_matroska_demux_parse_metadata):
20049         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
20050         (gst_mpeg_parse_release_locks):
20051         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
20052         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
20053         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20054         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20055         (gst_osssink_change_state):
20056         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20057         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20058         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
20059         (gst_xvideosink_release_locks):
20060         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20061           use element time.
20062         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
20063         (gst_alsa_clock_stop):
20064         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
20065         (gst_audio_clock_get_internal_time):
20066           simplify for use with new clocking code.
20067         * testsuite/alsa/Makefile.am:
20068         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
20069           fix testsuite for new caps system
20070
20071 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20072
20073         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20074         * ext/flac/gstflacenc.c: (add_one_tag):
20075           length is already host endian, no need to convert. Fixes playback of
20076           tagged files on PPC. (bug #128384)
20077
20078 2004-01-13  Julien MOUTTE <julien@moutte.net>
20079
20080         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
20081         colorbalance interface stating if it is hardware based or software
20082         based.
20083         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
20084         Removing a trailing comma.
20085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20086         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
20087         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
20088         the documentation seems to be wrong on the -1000 to 1000 interval.
20089
20090 2004-01-12  David Schleef  <ds@schleef.org>
20091
20092         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
20093         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
20094         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
20095         Fix negotiation.  Add a bufferalloc function for the sink pad,
20096         and generally clean up some of the code.
20097
20098 2004-01-12  Julien MOUTTE <julien@moutte.net>
20099
20100         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20101         (gst_color_balance_channel_dispose): Adding safety check in dispose
20102         method.
20103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20104         (gst_xvimagesink_xcontext_clear),
20105         (gst_xvimagesink_interface_supported),
20106         (gst_xvimagesink_colorbalance_list_channels),
20107         (gst_xvimagesink_colorbalance_set_value),
20108         (gst_xvimagesink_colorbalance_get_value),
20109         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
20110         Adding colorbalance interface support to set XV parameters such as
20111         HUE, BRIGHTNESS, CONTRAST, SATURATION.
20112         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
20113         interface.
20114
20115 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20116
20117         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
20118         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
20119         (gst_audio_convert_init), (gst_audio_convert_set_property),
20120         (gst_audio_convert_get_property), (gst_audio_convert_chain),
20121         (gst_audio_convert_link),
20122         (gst_audio_convert_buffer_to_default_format),
20123         (gst_audio_convert_buffer_from_default_format), (plugin_init):
20124           - implement _getcaps and use it
20125           - improve linking
20126           - remove float caps since no float conversion is actually done
20127           - remove properties and arguments that were to be used for rate
20128             conversion
20129
20130 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20131
20132         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
20133         (gst_audio_structure_set_int):
20134         * gst-libs/gst/audio/audio.h:
20135           add helper functions for _getcaps matching the standard audio
20136           templates
20137
20138 2004-01-12  David Schleef  <ds@schleef.org>
20139
20140         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20141         Test that pad is negotiated before getting its caps.
20142
20143 2004-01-12  Julien MOUTTE <julien@moutte.net>
20144
20145         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
20146         analyzing the pads of an element the bin is mostly in READY state so
20147         no caps were negotiated. This helper function needs to work with
20148         _get_caps directly then. I was not freeing them though, added that to
20149         fix the mem leak.
20150
20151 2004-01-12  Julien MOUTTE <julien@moutte.net>
20152
20153         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
20155         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
20156         than the free_func.
20157
20158 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20159
20160         * sys/oss/gstossaudio.c: (plugin_init):
20161         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20162         * sys/oss/gstosselement.h:
20163           make an oss debugging category
20164           make failure more descriptive
20165
20166 2004-01-11  David Schleef  <ds@schleef.org>
20167
20168         * ext/ffmpeg/gstffmpeg.c:
20169         * ext/ffmpeg/gstffmpegcodecmap.c:
20170         * ext/ffmpeg/gstffmpegdec.c:
20171         * ext/ffmpeg/gstffmpegenc.c:
20172         * ext/ffmpeg/gstffmpegprotocol.c:
20173         * ext/gdk_pixbuf/gstgdkanimation.c:
20174         * ext/jpeg/gstjpeg.c:
20175         * ext/libpng/gstpng.c:
20176         * ext/mpeg2dec/perftest.c:
20177         * ext/speex/gstspeex.c:
20178         * gst-libs/gst/resample/dtos.c:
20179         * gst/intfloat/gstintfloatconvert.c:
20180         * gst/oneton/gstoneton.c:
20181         * gst/rtjpeg/RTjpeg.c:
20182         * gst/rtp/gstrtp.c:
20183         * sys/dxr3/dxr3init.c:
20184         * sys/glsink/gstgl_nvimage.c:
20185         * sys/glsink/gstgl_pdrimage.c:
20186         * sys/glsink/gstglsink.c:
20187         * testsuite/gst-lint:
20188         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
20189
20190 2004-01-11  David Schleef  <ds@schleef.org>
20191
20192         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
20193         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
20194         * ext/gdk_pixbuf/gstgdkanimation.c:
20195         (gst_gdk_animation_iter_create_pixbuf):
20196         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20197         (gst_gdk_pixbuf_chain):
20198         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20199         * ext/jack/gstjack.c: (gst_jack_change_state):
20200         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
20201         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
20202         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20203         * gst/videofilter/gstvideofilter.c:
20204         (gst_videofilter_set_output_size):
20205         Remove all usage of gst_pad_get_caps(), and replace it with
20206         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
20207
20208 2004-01-11  David Schleef  <ds@schleef.org>
20209
20210         * configure.ac:
20211         * ext/Makefile.am: Fixes to make ext/libcaca compile.
20212         * ext/divx/gstdivxdec.c:
20213         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20214         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
20215         handle images that span multiple buffers.  Now work with both
20216         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
20217         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20218         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
20219         video/video.h changes
20220         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
20221         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20222         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20223         of GstData free function.
20224         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20225         same.
20226
20227 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20228
20229         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20230         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20231         (gst_v4l2element_get_property):
20232         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20233           add norm, channel and frequency properties.
20234         * sys/v4l2/gstv4l2tuner.c:
20235           fixes for tuner interface changes
20236         * sys/v4l2/gstv4l2element.h:
20237         * sys/v4l2/gstv4l2src.c:
20238         * sys/v4l2/gstv4l2src.h:
20239         * sys/v4l2/v4l2src_calls.c:
20240         * sys/v4l2/v4l2src_calls.h:
20241           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20242
20243 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20244
20245         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20246         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20247         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20248         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20249         * gst-libs/gst/tuner/tuner.h:
20250           GObjects aren't const.
20251           Add find_by_name functions.
20252           Add checks to _changed functions.
20253         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20254         (gst_v4l_tuner_get_norm):
20255           Fixes for above.
20256
20257 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20258
20259         * gst-libs/gst/video/video.h:
20260           Fix caps template names to be understandable.
20261           Prefix everything with GST_VIDEO.
20262         * ext/aalib/gstaasink.c:
20263         * ext/divx/gstdivxdec.c:
20264         * ext/divx/gstdivxenc.c:
20265         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20266         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20267         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20268         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20269         * ext/libcaca/gstcacasink.c:
20270         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20271         * ext/snapshot/gstsnapshot.c:
20272         * ext/swfdec/gstswfdec.c:
20273         * ext/xvid/gstxviddec.c:
20274         * ext/xvid/gstxvidenc.c:
20275         * gst/chart/gstchart.c:
20276         * gst/deinterlace/gstdeinterlace.c:
20277         * gst/effectv/gsteffectv.c:
20278         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20279         * gst/goom/gstgoom.c:
20280         * gst/median/gstmedian.c:
20281         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20282         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20283         * gst/overlay/gstoverlay.c:
20284         * gst/smooth/gstsmooth.c:
20285         * gst/smpte/gstsmpte.c:
20286         * gst/synaesthesia/gstsynaesthesia.c:
20287         * gst/videocrop/gstvideocrop.c:
20288         * gst/videodrop/gstvideodrop.c:
20289         * gst/y4m/gsty4mencode.c:
20290         * sys/qcam/gstqcamsrc.c:
20291         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20292           Make them work with new video.h file.
20293         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20294         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20296         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20297           Make it work with new buffer allocation system.
20298
20299 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20300
20301         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20302         pad_alloc_buffer implementation to use ->srcpad
20303         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20304         pad_alloc_buffer implementation to use ->srcpad
20305         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20306         pad_alloc_buffer implementation to use ->srcpad
20307         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20308         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20309         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20310         a reference to everything we need.
20311         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20313         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20314         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20315         a reference to everything we need.
20316         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20317
20318 2004-01-11  David Schleef  <ds@schleef.org>
20319
20320         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20321         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20322         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20323         structure members.
20324         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20325         value during a resize/renegotiation.
20326         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20327         gst_pad_alloc_buffer();
20328         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20329         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20330         structure members.
20331         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20332         Fix for rename of buffer private structure members.
20333         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20334         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20335         Fix for rename of buffer private structure members.
20336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20337         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20338         Fix for rename of buffer private structure members.
20339
20340 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20341
20342         reviewed by: David Schleef <ds@schleef.org>
20343
20344         * gst/videofilter/Makefile.am:
20345         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20346         from the patch by ds to fit in with recent make_filter changes.
20347
20348 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20349
20350         * configure.ac: Adding examples/switch/Makefile
20351         * examples/Makefile.am: Adding examples/switch
20352         * examples/switch/Makefile.am: Adding switcher example.
20353         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20354         (switch_timer), (main): Adding an example demonstrating switch usage
20355         with 2 videotestsrc showing different patterns.
20356         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20357         (gst_switch_init): Fixing switch with the new caps system.
20358
20359 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20360
20361         * gst-libs/gst/video/video.h:
20362           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20363           They should probably be like
20364           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20365
20366 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20367
20368         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20369         (qtdemux_parse_trak):
20370           fix audio chunk size/timestamp calculation
20371
20372 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20373
20374         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20375           fix SVQ3 caps
20376
20377 2004-01-11  Steve Baker  <steve@stevebaker.org>
20378
20379         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20380         (gst_agingtv_base_init), (gst_agingtv_class_init),
20381         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20382         (gst_agingtv_set_property), (gst_agingtv_get_property):
20383         Port agingTV to videofilter
20384
20385 2004-01-09  Julien MOUTTE <julien@moutte.net>
20386
20387         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20388         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20389
20390 2004-01-09  Julien MOUTTE <julien@moutte.net>
20391
20392         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20393         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20394         * gst-libs/gst/xoverlay/xoverlay.c:
20395         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20396         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20397         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20398         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20399         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20400         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20401         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20402         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20403         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20404         interface implementation to handle xid being 0 and fix some bugs
20405         triggered by Benjamin's testcase.
20406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20407         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20408         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20409         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20410         interface implementation to handle xid being 0 and fix some bugs
20411         triggered by Benjamin's testcase.
20412
20413 2004-01-09  David Schleef  <ds@schleef.org>
20414
20415         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20416         mouse pointer events.  It works.
20417
20418 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20419
20420         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20421           Use explicit caps - fix capsnego.
20422         * ext/xvid/gstxviddec.c:
20423         * ext/xvid/gstxvidenc.c:
20424           Remove macro-inside-macro which caused compile errors.
20425         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20426           Error out if it's not a RIFF file. Else we error out without
20427           gst_element_error() which is not good...
20428
20429 2004-01-08  David Schleef  <ds@schleef.org>
20430
20431         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20432         Fix pad_link function to handle formats that ffmpeg returns
20433         as multiple caps structures.
20434         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20435         Only complain if source buffer is _smaller_ than expected.
20436         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20437         (gst_videoscale_handle_src_event): Resize navigation events
20438         when passing them upstream.
20439         * gst/videotestsrc/gstvideotestsrc.c:
20440         * gst/videotestsrc/gstvideotestsrc.h:
20441         * gst/videotestsrc/videotestsrc.c:
20442         * gst/videotestsrc/videotestsrc.h:
20443         Rewrite many of the buffer painting functions to handle odd
20444         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20445         been verified to work with my video card.
20446         * testsuite/gst-lint:  Add check for elements calling
20447         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20448
20449 2004-01-08  David Schleef  <ds@schleef.org>
20450
20451         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20452         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20453
20454 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20455
20456         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20457         configure event is not emiting the desired size signal. That fixes
20458         aspect ratio issues with gst-player.
20459
20460 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20461
20462         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20463           Fix capsnego.
20464
20465 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20466
20467         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20468         public method to fire size signal.
20469
20470 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20471
20472         * examples/gstplay/Makefile.am: Adding the interface library.
20473         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20474         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20475         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20476         GST_IS_X_OVERLAY before signal connect.
20477         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20478         Removing the have_video_size signal.
20479         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20480         and associated public method.
20481         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20482         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20483         signal.
20484         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20485         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20486         signal.
20487         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20488         Using XOverlay public method to fire size signal.
20489
20490 2004-01-07  David Schleef  <ds@schleef.org>
20491
20492         * gst/videofilter/Makefile.am:
20493         * gst/videofilter/gstvideotemplate.c:
20494         * gst/videofilter/make_filter:
20495         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20496         Convert make_filter to /bin/sh script.
20497
20498 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20499
20500         * gst/modplug/gstmodplug.cc: fix element description
20501
20502 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20503
20504         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20505         (got_video_size): Adding some new lines in g_print calls.
20506         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20507         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20508         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20509         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20510         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20511         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20512         Complete code review, reverting some stuff i disagree with, adding
20513         some fixes : time synchronization on invalid timestamps, renegotiation
20514         of private window.
20515         * sys/ximage/ximagesink.h:
20516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20517         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20518         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20519         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20520         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20521         (gst_xvimagesink_buffer_new),
20522         (gst_xvimagesink_navigation_send_event),
20523         (gst_xvimagesink_set_xwindow_id),
20524         (gst_xvimagesink_get_desired_size),
20525         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20526         stuff i disagree with, adding some fixes : Renegotiation of private
20527         window, implementing get_desired_size.
20528
20529 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20530
20531         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20532         (gst_afsink_handle_event):
20533         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20534         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20535         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20536         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20537         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20538           Fix for instantiate-test (see core). Also remove dead code from
20539           jpegenc (which still needs fixing, but that's lower on my TODO
20540           list...).
20541         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20542           Never return NULL as caps.
20543
20544 2004-01-07  David Schleef  <ds@schleef.org>
20545
20546         * configure.ac:
20547         * ext/Makefile.am:
20548         * ext/librfb/Makefile.am:
20549         * ext/librfb/gstrfbsrc.c:
20550         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20551         is the protocol used by VNC.
20552
20553 2004-01-07  David Schleef  <ds@schleef.org>
20554
20555         * gst/videofilter/gstvideotemplate.c:
20556         * gst/videofilter/gstvideotemplate.h:
20557         * gst/videofilter/make_filter:
20558         Merge videotemplate header into source file.
20559         * gst/effectv/Makefile.am:
20560         * gst/effectv/gsteffectv.c: (plugin_init):
20561         * gst/effectv/gstwarp.c:
20562         Make warpTV a subclass of videofilter.
20563
20564 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20565
20566         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20567           Add guard against invalid utf-8 conversions in mad. Just in case.
20568
20569 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20570
20571         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20572           Fix for bug shown by poisoning
20573
20574 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20575
20576         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20577         (gst_v4lmjpegsrc_buffer_free):
20578         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20579         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
20580         (gst_v4lsrc_buffer_free):
20581           Fix for removed bufferpools.
20582
20583 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20584
20585         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20586         Fix caps negotiation.
20587
20588         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20589         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
20590         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20591         (dvdnavsrc_event):
20592         * ext/mpeg2dec/gstmpeg2dec.c:
20593         * gst-libs/gst/navigation/navigation.c:
20594         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
20595         * gst-libs/gst/navigation/navigation.h:
20596         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
20597         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
20598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
20599         Super-simple first version of mouse and keyboard events. Clicking
20600         on a DVD menu now works, although it may not take you where you
20601         expected.
20602
20603         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20604         * gst/videotestsrc/gstvideotestsrc.c:
20605         (gst_videotestsrc_src_fixate):
20606         These fixate functions were broken - they never actually
20607         fixated :)
20608
20609 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20610
20611         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
20612         (gst_icecastsend_init):
20613           fix for new caps system.
20614         * gst-libs/gst/mixer/mixertrack.h:
20615         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
20616           Add 'master track' flag (for tools like ACME that only want to
20617           change the main volume).
20618
20619 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20620
20621         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
20622         (gst_xvid_csp_to_caps):
20623         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
20624         * ext/xvid/gstxvidenc.c:
20625         ifdef out ARGB type when it isn't available
20626         in xvidcore 1.0.0beta2
20627
20628 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20629
20630         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20631           When we have received a new SCR right in the first buffer after
20632           a seek (so in the same cycle that handles the discont), we should
20633           handle the buffer instead of unreffing it, else we lose data.
20634
20635 2004-01-06  Iain <iain@prettypeople.org>
20636
20637         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
20638           buffer-frames caps too.
20639
20640         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
20641           caps that we need, don't destroy them all and rebuild them. And when
20642           creating src pads, use the src pad template rather than the sink...
20643
20644 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20645
20646         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20647           Add pad to element *after* setting functions such as event handler.
20648           Without this, the scheduler (opt) will link pads, set the event
20649           handler from the default event function (dispatcher in gstpad.c)
20650           and *after* that, we will set our own event function, which will
20651           thus never be used (and thus mpegdemux doesn't handle events).
20652
20653 2004-01-04  David Schleef  <ds@schleef.org>
20654
20655         Fix the fixate functions to handle new prototype:
20656         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20657         * gst/videotestsrc/gstvideotestsrc.c:
20658         (gst_videotestsrc_src_fixate):
20659         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20660         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
20661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20662
20663 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20664
20665         * sys/ximage/ximagesink.h:
20666         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20667         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
20668         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
20669         (gst_ximagesink_xoverlay_init):
20670           assorted fixes to make (re)embedding work
20671         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
20672         (gst_ximagesink_get_desired_size):
20673           implement desired size additions to XOverlay
20674
20675 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20676
20677         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
20678         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
20679         (gst_x_overlay_got_desired_size):
20680         * gst-libs/gst/xoverlay/xoverlay.h:
20681           Add optional "desired size" signal and querying.
20682
20683 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20684
20685         * gst/matroska/matroska-demux.c:
20686         (gst_matroska_demux_parse_blockgroup):
20687           Fix EBML-laced block parsing. Diffs are relative to previous
20688           lace, not the first lace. Thanks to Mosu from the Matroska
20689           team for detecting this.
20690         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20691         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
20692         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
20693         (gst_wavparse_change_state):
20694         * gst/wavparse/gstwavparse.h:
20695           Quickfix for capsnego.
20696
20697 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20698
20699         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
20700           Fix indenting, fix pad creation.
20701
20702 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20703
20704         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
20705         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
20706         (gst_xviddec_sink_link):
20707           Implement src_getcaps() so proper size caps is negotiated.
20708
20709 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20710
20711         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
20712           Finish flac decoder on EOS. See #116178.
20713
20714 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20715
20716         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
20717         (gst_matroska_demux_add_stream):
20718         * gst/matroska/matroska-ids.h:
20719           Add getcaps() function to fix capsnego...
20720
20721 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20722
20723         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20724         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20725         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20726           Fix more integer overflows. Again, see #126967.
20727
20728 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20729
20730         * ext/mpeg2dec/gstmpeg2dec.c:
20731           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
20732           #130416.
20733
20734 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20735
20736         * configure.ac:
20737         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
20738         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
20739         * ext/xvid/gstxvid.h:
20740         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
20741         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
20742         (gst_xviddec_src_link), (gst_xviddec_sink_link),
20743         (gst_xviddec_change_state):
20744         * ext/xvid/gstxviddec.h:
20745         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
20746         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
20747         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
20748         (gst_xvidenc_link), (gst_xvidenc_set_property),
20749         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
20750         * ext/xvid/gstxvidenc.h:
20751           Update xvid plugin to latest xvid (1.0.0-beta3) API.
20752
20753 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20754
20755         * gst/rtp/rtp-packet.c:
20756           Add sys/types.h include, since OS X doesn't define in_addr_t
20757           in netinet/in.h, like it does on Linux (see #129600).
20758
20759 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
20760
20761         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
20762
20763         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
20764           Correct logic of dispose function (see #129306).
20765
20766 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20767
20768         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
20769         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20770         (gst_mpeg_parse_init):
20771         * gst/mpegstream/gstmpegparse.h:
20772           Remove clock (which was never provided, i.e. dead code), and
20773           also fix integer overflows at high PTS values (see #126967).
20774
20775 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20776
20777         * ext/flac/gstflacdec.c:
20778         * ext/libpng/gstpngenc.h:
20779         * ext/mikmod/gstmikmod.h:
20780           OS X fixes (see #126628).
20781
20782 2004-01-02  David Schleef  <ds@schleef.org>
20783
20784         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
20785         (gst_alsa_src_base_init): Remove bogus "src" request pad.
20786         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
20787         (gst_mpeg_parse_class_init): Move pad template registration
20788         to class_init, since the derived class (mpegdemux) doesn't
20789         want them.
20790
20791 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20792
20793         * sys/ximage/Makefile.am:
20794         * sys/xvideo/Makefile.am:
20795         * sys/xvimage/Makefile.am:
20796           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
20797           after installation (see #127664).
20798
20799 2004-01-02  David Schleef  <ds@schleef.org>
20800
20801         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
20802         (gst_ffmpegenc_connect):  Negotiation fixes.
20803         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
20804         Remove inappropriate gst_caps_free().
20805         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20806         Reenable Ronald's internal resize code, since the core handles
20807         it correctly now.
20808
20809 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20810
20811         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
20812         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
20813         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
20814           Fix pad template stuff.
20815
20816 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20817
20818         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
20819         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
20820           fix signed integer reading/writing.
20821
20822 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20823
20824         * ext/alsa/README:
20825           Remove outdated document
20826
20827 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
20828
20829         * gst/cutter/gstcutter.c: (gst_cutter_init):
20830           src pad was being created twice - oops.
20831
20832 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20833
20834         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20835           Comment out internal resize. It doesn't handle the resulting
20836           XEvent internally, does another try_set_caps() which leads to
20837           a really nice loop.
20838           Real fix will come when Julien and Dave are awake. ;).
20839
20840 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20841
20842         * ext/mpeg2enc/gstmpeg2enc.cc:
20843           fix const/nonconst compile issue.
20844
20845 2004-01-02  David Schleef  <ds@schleef.org>
20846
20847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
20848         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
20849         Add fixate function and a check for bad formats.
20850
20851 2004-01-01  David Schleef  <ds@schleef.org>
20852
20853         Negotiation fixes:
20854         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
20855         (gst_audiofilter_init):
20856         * gst/debug/efence.c: (gst_efence_init):
20857         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20858         (gst_deinterlace_init):
20859         * gst/volume/gstvolume.c: (volume_connect):
20860
20861 2004-01-01  David Schleef  <ds@schleef.org>
20862
20863         Convert elements to use gst_pad_use_explicit_caps() where
20864         appropriate:
20865         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
20866         * ext/audiofile/gstafparse.c: (gst_afparse_init),
20867         (gst_afparse_open_file):
20868         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
20869         (gst_afsrc_open_file):
20870         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
20871         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
20872         (gst_ffmpegdec_chain):
20873         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20874         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
20875         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
20876         (gst_gdk_pixbuf_chain):
20877         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
20878         (gst_jpegdec_chain):
20879         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
20880         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
20881         (gst_mikmod_negotiate):
20882         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
20883         (gst_mpeg2dec_negotiate_format):
20884         * ext/mpeg2enc/gstmpeg2enc.cc:
20885         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20886         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
20887         (gst_speexdec_sinkconnect):
20888         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
20889         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
20890         (gst_vorbisfile_new_link):
20891         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
20892         (gst_ac3parse_chain):
20893         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
20894         (gst_asf_demux_setup_pad):
20895         * gst/auparse/gstauparse.c: (gst_auparse_init),
20896         (gst_auparse_chain):
20897         * gst/id3/gstid3types.c: (gst_id3types_loop):
20898         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20899         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
20900         (mp1videoparse_parse_seq):
20901         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
20902         (bpf_from_header):
20903         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20904         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
20905         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
20906         (gst_mpeg_parse_send_data):
20907         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20908         (gst_qtdemux_add_stream):
20909         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20910         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20911         (gst_wavparse_parse_fmt):
20912
20913 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20914
20915         * configure.ac:
20916           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
20917           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
20918           it therefore uses the wrong include paths. Too bad... Note
20919           that 1.6.1.93 is not release yet. ;).
20920           Also add a check for mplex, which is now using the lib'ified
20921           mplex from mjpegtools, too.
20922         * ext/ffmpeg/gstffmpegcodecmap.c:
20923           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
20924           issues. I don't think ffmpeg handles 3ivx correctly, so this
20925           probably won't work. But it won't hurt either.
20926         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
20927         (gst_ffmpegdec_chain):
20928         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
20929         (gst_ffmpegenc_chain_audio):
20930           Fix memleak in audio encoding. Close codec if open fails, this
20931           calls the cleanup routines so we can re-use the context.
20932         * ext/mpeg2enc/gstmpeg2enc.cc:
20933           Fix pad template names/types, fix memory issue with getcaps().
20934         * ext/mpeg2enc/gstmpeg2encoder.cc:
20935         * ext/mpeg2enc/gstmpeg2encoder.hh:
20936           Fix compile issue with new caps system (const thingy).
20937         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20938         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
20939           We read a first frame right on initing, so that we have a caps
20940           when we init the output. This caps is cached in padprivate and
20941           read as first frame.
20942         * ext/mplex/Makefile.am:
20943         * ext/mplex/gstmplex.cc:
20944         * ext/mplex/gstmplex.h:
20945         * ext/mplex/gstmplex.hh:
20946         * ext/mplex/gstmplexibitstream.cc:
20947         * ext/mplex/gstmplexibitstream.hh:
20948         * ext/mplex/gstmplexjob.cc:
20949         * ext/mplex/gstmplexjob.hh:
20950         * ext/mplex/gstmplexoutputstream.cc:
20951         * ext/mplex/gstmplexoutputstream.hh:
20952           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
20953           had issues, didn't do capsnego, supported only a subset of the
20954           mplex features and required a mplex fork in our local CVS. Plus
20955           that it worked agaist a very old mplex version. Rewriting was
20956           faster than updating it.
20957         * gst-libs/ext/Makefile.am:
20958         * gst-libs/ext/mplex/INSTRUCT:
20959         * gst-libs/ext/mplex/Makefile.am:
20960         * gst-libs/ext/mplex/README:
20961         * gst-libs/ext/mplex/TODO:
20962         * gst-libs/ext/mplex/ac3strm_in.cc:
20963         * gst-libs/ext/mplex/audiostrm.hh:
20964         * gst-libs/ext/mplex/audiostrm_out.cc:
20965         * gst-libs/ext/mplex/aunit.hh:
20966         * gst-libs/ext/mplex/bits.cc:
20967         * gst-libs/ext/mplex/bits.hh:
20968         * gst-libs/ext/mplex/buffer.cc:
20969         * gst-libs/ext/mplex/buffer.hh:
20970         * gst-libs/ext/mplex/fastintfns.h:
20971         * gst-libs/ext/mplex/format_codes.h:
20972         * gst-libs/ext/mplex/inputstrm.cc:
20973         * gst-libs/ext/mplex/inputstrm.hh:
20974         * gst-libs/ext/mplex/lpcmstrm_in.cc:
20975         * gst-libs/ext/mplex/mjpeg_logging.cc:
20976         * gst-libs/ext/mplex/mjpeg_logging.h:
20977         * gst-libs/ext/mplex/mjpeg_types.h:
20978         * gst-libs/ext/mplex/mpastrm_in.cc:
20979         * gst-libs/ext/mplex/mpegconsts.cc:
20980         * gst-libs/ext/mplex/mpegconsts.h:
20981         * gst-libs/ext/mplex/mplexconsts.hh:
20982         * gst-libs/ext/mplex/multplex.cc:
20983         * gst-libs/ext/mplex/outputstream.hh:
20984         * gst-libs/ext/mplex/padstrm.cc:
20985         * gst-libs/ext/mplex/padstrm.hh:
20986         * gst-libs/ext/mplex/stillsstream.cc:
20987         * gst-libs/ext/mplex/stillsstream.hh:
20988         * gst-libs/ext/mplex/systems.cc:
20989         * gst-libs/ext/mplex/systems.hh:
20990         * gst-libs/ext/mplex/vector.cc:
20991         * gst-libs/ext/mplex/vector.hh:
20992         * gst-libs/ext/mplex/videostrm.hh:
20993         * gst-libs/ext/mplex/videostrm_in.cc:
20994         * gst-libs/ext/mplex/videostrm_out.cc:
20995         * gst-libs/ext/mplex/yuv4mpeg.cc:
20996         * gst-libs/ext/mplex/yuv4mpeg.h:
20997         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
20998         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
20999           We don't fork mjpegtools' mplex in our CVS anymore.
21000         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
21001         (gst_avi_demux_add_stream):
21002         * gst/avi/gstavidemux.h:
21003           Add getcaps() function for proper caps nego. This makes some
21004           parts of AVI playback/reading work.
21005         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21006           Resize window on new capsnego. This is probably wrong, but
21007           I'm still committing it because with current capsnego, the
21008           first successfull capsnego is auto-fixated, therefore rounded
21009           down to the lowest values in the caps. this results in a 16x16
21010           XWindow that is not reized when real capsnego finishes.
21011           Dave, I see more cases of this, do you know a proper solution?
21012         * tools/gst-launch-ext.in:
21013           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
21014
21015 2003-12-31  David Schleef  <ds@schleef.org>
21016
21017         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
21018         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
21019           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
21020
21021 2003-12-30  David Schleef  <ds@schleef.org>
21022
21023         * ext/ffmpeg/gstffmpegcolorspace.c:
21024         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21025         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
21026         (gst_ffmpegcsp_chain): Negotiation fixes
21027         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
21028         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21029         (gst_audio_convert_link), (gst_audio_convert_channels):
21030         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
21031         (gst_audioscale_link), (gst_audioscale_get_buffer),
21032         (gst_audioscale_chain): Negotiation fixes
21033         * gst/audioscale/gstaudioscale.h:
21034         * gst/videofilter/gstvideofilter.c:
21035         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
21036         (gst_videofilter_link), (gst_videofilter_init),
21037         (gst_videofilter_set_output_size), (gst_videofilter_setup),
21038         (gst_videofilter_find_format_by_structure):
21039         * gst/videofilter/gstvideofilter.h: Negotiation fixes
21040         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21041         (gst_videoscale_link):
21042         * gst/videoscale/videoscale.c: (videoscale_get_structure),
21043         (videoscale_find_by_structure), (gst_videoscale_setup):
21044         * gst/videoscale/videoscale.h: Negotiation fixes
21045         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21046         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
21047         function, restrict resizing to a multiple of 4 (hack until
21048         everyone supports odd sizes correctly).
21049
21050 2003-12-29  Colin Walters  <walters@verbum.org>
21051
21052         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
21053         signed.
21054
21055 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
21056
21057         * ext/sndfile/gstsf.c: (gst_sf_loop):
21058           Fix warning about discarding const qualifier
21059
21060 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
21061
21062         * gst/cutter/gstcutter.c:
21063         * gst/videoscale/gstvideoscale.c:
21064         * gst/volenv/gstvolenv.c:
21065         * gst-libs/gst/audio/audio.c:
21066         * gst-libs/gst/video/video.c:
21067           Fix warnings
21068
21069 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21070
21071         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
21072           Don't send ALSA debugging to stderr.
21073         * ext/alsa/gstalsa.h:
21074           Use GST_WARNING instead of g_warning when ALSA functions fail.
21075
21076 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21077
21078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21079           Free XVAdapterInfo correctly.
21080
21081 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21082
21083         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21084         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
21085           Make id3tag use correct caps nego.
21086
21087 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
21088
21089         * ext/ivorbis/vorbis.c:
21090         * ext/ivorbis/vorbisenc.h:
21091         * ext/ivorbis/vorbisfile.c:
21092           Modify so that it uses the new caps things
21093
21094 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21095
21096         * testsuite/spider/spider1.c: (main):
21097         * testsuite/spider/spider2.c: (main):
21098         * testsuite/spider/spider3.c: (main):
21099           Make tests compile again. They probably don't work.
21100
21101 2003-12-24  Colin Walters  <walters@verbum.org>
21102
21103         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
21104         we can't fixate the caps anymore.
21105
21106 2003-12-23  David Schleef  <ds@schleef.org>
21107
21108         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
21109         * sys/oss/gstosssink.c: (gst_osssink_init),
21110         (gst_osssink_sink_fixate): Add fixate function.
21111
21112 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21113
21114         * ext/ffmpeg/gstffmpegcodecmap.c:
21115         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
21116         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
21117         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
21118         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21119         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21120         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21121         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
21122           fix typo in RGB masks, and move back to "old" colorspace
21123           capsnego code until whoever wrote this new crap has actually
21124           tested it so that it works.
21125           And yes, this works, keep it that way please.
21126
21127 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21128
21129         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
21130         (gst_divxdec_init), (gst_divxdec_negotiate):
21131         * ext/divx/gstdivxdec.h:
21132         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
21133         (gst_divxenc_init):
21134         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
21135         (gst_faac_sinkconnect), (gst_faac_srcconnect):
21136         * ext/mpeg2enc/gstmpeg2enc.cc:
21137         * ext/mpeg2enc/gstmpeg2encoder.cc:
21138         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21139         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
21140         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
21141         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
21142         (dxr3spusink_init):
21143         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
21144         (dxr3videosink_init):
21145           Fix caps breakage after Dave's caps branch merge.
21146
21147 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21148
21149         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21150           Fix for 24bpp display.
21151
21152 2003-12-23  Colin Walters  <walters@verbum.org>
21153
21154         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
21155         a GnomeVFSHandle directly.
21156
21157 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21158
21159         * gst/volume/Makefile.am:
21160         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
21161         (volume_base_init), (volume_init):
21162           Reenable volume element and fix to work with new caps stuff.
21163           Rhythmbox needs this.
21164
21165 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21166
21167         * gst/qtdemux/qtdemux.c: (plugin_init):
21168           qtdemux requires bytestream
21169
21170 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21171
21172         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
21173           Fix remaining caps handling errors due to CAPS merge.
21174
21175 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21176
21177         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
21178         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
21179         (gst_faad_srcconnect):
21180           Port to new caps system.
21181
21182 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21183
21184         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21185         (got_video_size), (main): using g_print instead of g_message.
21186         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
21187         signal which was not emitted because of "switch" element added to the
21188         bin but not connected. (Removing from the bin temporarily)
21189
21190 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21191
21192         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
21193         find X development files. I don't understand the previous tests and
21194         they fail on my debian/ppc unstable. This one works.
21195         * examples/gstplay/player.c: (main): Set the pipeline to READY before
21196         exiting.
21197         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
21198         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21199         (gst_play_set_visualization): Add some safety checks in set_ methods
21200         and state_change. This was throwing some ugly CRITICAL messages when
21201         pipeline was getting disposed and casts were failing.
21202
21203 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21204
21205         * configure.ac:
21206           Improve mpeg2enc detection. This is for distributions that do
21207           ship mjpegtools, but without mpeg2enc. Also does object check
21208           for might there ever be ABI incompatibility.
21209         * ext/mpeg2enc/gstmpeg2enc.cc:
21210           Add Andrew as second maintainer (he's helping me), and also add
21211           an error if no caps was set. This happens if I pull before capsnego
21212           and that's something I should solve sometime else.
21213         * gst/matroska/matroska-demux.c:
21214         (gst_matroska_demux_parse_blockgroup):
21215           Fix time parsing.
21216         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
21217         (gst_matroska_mux_track_header):
21218           Add caps to templates.
21219         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
21220           Add mpegversion=1 to prevent confusion with MPEG/AAC.
21221         * gst/mpegstream/gstmpegdemux.c:
21222           Remove layer since it causes warnings about unfixed caps.
21223         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21224           Fix obvious typo (we error out if caps were set, we should of
21225           course error out if *no* caps were set).
21226         * sys/oss/gstosselement.c: (gst_osselement_convert):
21227           Fix format conversion, we confused bits/bytes.
21228         * sys/oss/gstosselement.h:
21229           Improve documentation for 'bps'.
21230         * sys/v4l/TODO:
21231           Remove stuff about plugins that need removing - this was done
21232           ages ago.
21233         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21234         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21235         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21236         (gst_v4lsrc_src_query):
21237         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21238         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21239           Add get_query_types(), get_formats() and query() functions.
21240
21241 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21242
21243         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21244         * moved CVS to freedesktop.org