check/: add a test for audiotestsrc, testing all waves. Even seems leak-free at...
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * check/Makefile.am:
4         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
5         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
6         (main):
7           add a test for audiotestsrc, testing all waves.  Even seems
8           leak-free at first glance, nice job Stefan
9
10 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
11
12         * po/af.po:
13         * po/az.po:
14         * po/cs.po:
15         * po/en_GB.po:
16         * po/hu.po:
17         * po/it.po:
18         * po/nb.po:
19         * po/nl.po:
20         * po/or.po:
21         * po/sq.po:
22         * po/sr.po:
23         * po/sv.po:
24         * po/uk.po:
25         * po/vi.po:
26           Translation string updates
27
28         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
29         (gst_v4lsrc_set_caps):
30         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
31         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
32         * sys/v4l/v4lsrc_calls.h:
33           Improve v4lsrc, by making it work again.
34
35 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
36
37         * ext/libvisual/visual.c: (gst_visual_chain):
38           Fix the fps calculations.
39
40         * gst/ffmpegcolorspace/avcodec.h:
41           Move structure element for clarity
42
43         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
44         * gst-libs/gst/interfaces/tunernorm.h:
45         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
46         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
47         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
48         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
49         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
50         (gst_v4lmjpegsrc_getcaps):
51         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
52         (gst_v4lsrc_set_caps):
53         * sys/v4l/gstv4lsrc.h:
54         * sys/v4l/v4l_calls.c: (gst_v4l_open):
55         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
56         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
57         * sys/v4l/v4lsrc_calls.h:
58           Fractional framerates...
59
60 2005-11-22  Wim Taymans  <wim@fluendo.com>
61
62         * gst-libs/gst/audio/gstbaseaudiosink.c:
63         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
64         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
65         And we provide a clock by default, of course...
66
67 2005-11-22  Wim Taymans  <wim@fluendo.com>
68
69         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
70         This clock can be slaved to a master clock now.
71
72         * gst-libs/gst/audio/gstbaseaudiosink.c:
73         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
74         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
75         (gst_base_audio_sink_set_clock),
76         (gst_base_audio_sink_set_property),
77         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
78         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
79         * gst-libs/gst/audio/gstbaseaudiosink.h:
80         Handle slaving the internal clock to the clock selected in the
81         pipeline.
82         Add property to make the basesink not provide a clock.
83
84         * gst-libs/gst/rtp/gstbasertpdepayload.c:
85         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
86         (gst_base_rtp_depayload_wait):
87         * gst-libs/gst/rtp/gstbasertpdepayload.h:
88         We can use the clock in GstElement, no need to store it ourselves.
89
90 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
91
92         * docs/libs/tmpl/gstaudio.sgml:
93           update
94         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
95         (gst_paranoia_endian_get_type):
96         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
97         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
98         * gst/audiotestsrc/gstaudiotestsrc.c:
99         (gst_audiostestsrc_wave_get_type):
100         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
101         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
102         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
103         (gst_sync_method_get_type), (gst_unit_type_get_type),
104         (gst_client_status_get_type), (gst_multifdsink_class_init),
105         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
106         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
107         (gst_multifdsink_get_property):
108         * gst/tcp/gstmultifdsink.h:
109         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
110         * gst/videotestsrc/gstvideotestsrc.c:
111         (gst_videotestsrc_pattern_get_type):
112           remove deprecated properties
113           fix up enums to correctly have short lowercase dashed nicks
114
115 2005-11-22  Michael Smith <msmith@fluendo.com>
116
117         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
118         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
119           Add underscore.
120
121 2005-11-22  Michael Smith <msmith@fluendo.com>
122
123         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
124         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
125           Use utility method for scaling clocktime for fractional framerates.
126
127 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
128
129         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
130         (gst_visual_chain):
131         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
132         * ext/theora/theoradec.c: (theora_handle_type_packet):
133         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
134         (theora_enc_chain):
135         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
136         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
137         * gst-libs/gst/video/video.h:
138         * gst/ffmpegcolorspace/avcodec.h:
139         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
140         (gst_ffmpeg_caps_to_pixfmt):
141         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
142         (gst_ffmpegcsp_set_caps):
143         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
144         (gst_videorate_setcaps), (gst_videorate_blank_data),
145         (gst_videorate_chain):
146         * gst/videotestsrc/gstvideotestsrc.c:
147         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
148         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
149         (gst_videotestsrc_event), (gst_videotestsrc_create):
150         * gst/videotestsrc/gstvideotestsrc.h:
151         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
152         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
153         (gst_ximagesink_get_times), (gst_ximagesink_init):
154         * sys/ximage/ximagesink.h:
155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
156         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
157         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
158         * sys/xvimage/xvimagesink.h:
159           Convert elements to use fractions for their framerate.
160           V4L elements to come later tonight.
161
162 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
163
164         * gst-libs/gst/audio/audio.c:
165         * gst-libs/gst/audio/audio.h:
166           remove some deprecated functions
167
168 2005-11-22  Andy Wingo  <wingo@pobox.com>
169
170         * Update for gst_tag_setter API changes.
171
172 2005-11-22  Andy Wingo  <wingo@pobox.com>
173
174         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
175         (gst_ogg_demux_perform_seek):
176         * ext/theora/theoradec.c (theora_dec_sink_event):
177         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
178         update-funcnames.
179
180 2005-11-22  Wim Taymans  <wim@fluendo.com>
181
182         * examples/seeking/seek.c: (main):
183         Give higher priority to bus signals than the gtk events
184         to fix a race condition in the segment looping.
185
186 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
187
188         * ext/theora/Makefile.am:
189         * ext/vorbis/Makefile.am:
190         * gst-libs/gst/tag/Makefile.am:
191         * gst-plugins-base.spec.in:
192           Rename libgsttagedit to libgsttag (#322117).
193
194 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
195
196         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
198           Call gst_x_overlay_prepare_xwindow_id() to give applications
199           a final chance to set their own xwindow id before the video
200           sink creates its own window.
201
202 2005-11-22  Julien MOUTTE  <julien@moutte.net>
203
204         * sys/xvimage/xvimagesink.c:
205         (gst_xvimagesink_navigation_send_event): Handle navigation
206         events correcly with borders if applicable.
207
208 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
209
210         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
211         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
212         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
213         (gst_ffmpegcsp_caps_remove_format_info):
214         * gst/ffmpegcolorspace/imgconvert.c:
215         * gst/ffmpegcolorspace/imgconvert_template.h:
216           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
217           #318353); use gst_structure_has_name().
218
219 2005-11-22  Julien MOUTTE  <julien@moutte.net>
220
221         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
222         (gst_ximagesink_class_init): Add debug macros on functions.
223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
224         (gst_xvimagesink_xwindow_draw_borders),
225         (gst_xvimagesink_xvimage_put),
226         (gst_xvimagesink_xwindow_update_geometry),
227         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
228         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
229         (gst_xvimagesink_xcontext_clear),
230         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
231         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
232         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
233         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
234         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
235         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
236         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
237         expose while being PAUSED, out of data flow navigation events, etc..
238
239 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
240
241         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
242         * gst-libs/gst/audio/audio.h:
243           fix prototype - wondering why the test worked regardless
244
245 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
246
247         * check/Makefile.am:
248         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
249         * gst-libs/gst/audio/audio.h:
250           add a method that returns a proper GstClockTime
251
252 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
253
254         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
255         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
256         * gst-libs/gst/interfaces/xoverlay.h:
257           Remove everything having to do with the desired size; add 
258           gst_x_overlay_prepare_xwindow_id() function; remove the
259           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
260           post a message on the bus instead (#321816).
261
262         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
264         (gst_xvimagesink_xoverlay_init):
265           Remove desired size stuff (#321816).
266
267 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
268
269         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
270         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
271         (mpeg_video_type_find), (mpeg_video_stream_type_find):
272           Terminate vararg functions with NULL instead of 0 to 
273           make gcc4 happy.
274
275 2005-11-21  Andy Wingo  <wingo@pobox.com>
276
277         patch from: Sebastien Cote <sebas642@yahoo.ca>
278         
279         * gst-libs/gst/rtp/gstrtpbuffer.h: 
280         * gst-libs/gst/rtp/gstrtpbuffer.c
281         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
282
283 2005-11-21  Andy Wingo  <wingo@pobox.com>
284
285         * gst/playback/gstplaybin.c (gen_audio_element) 
286         (gen_video_element): Use the new MISSING_PLUGIN core error
287         category. Closes #320060.
288
289         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
290         * gst/videorate/gstvideorate.c (gst_videorate_event):
291         * ext/theora/theoradec.c (theora_dec_sink_event): 
292         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
293         stream lock.
294
295         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
296         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
297         stream lock changes.
298
299 2005-11-21  Wim Taymans  <wim@fluendo.com>
300
301         * gst-libs/gst/audio/gstbaseaudiosink.c:
302         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
303         (gst_base_audio_sink_provide_clock),
304         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
305         (gst_base_audio_sink_change_state):
306         * gst/audioresample/gstaudioresample.c:
307         Segment update fix.
308
309 2005-11-21  Andy Wingo  <wingo@pobox.com>
310
311         * *.h:
312         * *.c: Ran scripts/update-macros. Oh yes.
313
314 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
315
316         * sys/ximage/Makefile.am:
317         * sys/ximage/ximage.c:
318           Rename ximage plugin to ximagesink (#321426) (Don't forget to
319           remove your old libgstximage.* manually if necessary).
320
321 2005-11-21  Michael Smith <msmith@fluendo.com>
322
323         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
324           Minimal fix for bug #320200: set the min/max bitrate in the correct
325           units. A better fix would be to upgrade to the RATEMANAGE2
326           interface, rather than using the deprecated interface used here, but
327           that would require an update in our libvorbis dependency (to 1.1),
328           which is probably undesirable.
329
330 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
331
332         * ext/libvisual/visual.c: (get_buffer):
333         * gst-libs/gst/audio/gstbaseaudiosrc.c:
334         (gst_base_audio_src_fixate):
335         * gst/audioconvert/gstaudioconvert.c:
336         (gst_audio_convert_fixate_caps):
337         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
338         * gst/audiotestsrc/gstaudiotestsrc.c:
339         (gst_audiotestsrc_src_fixate):
340         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
341         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
342         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
343         * gst/videotestsrc/gstvideotestsrc.c:
344         (gst_videotestsrc_src_fixate):
345         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
347         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
348         (#322027)
349
350
351 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
352
353         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
354         (gst_riff_create_iavs_caps):
355         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
356         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
357         (gst_riff_parse_info):
358         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
359         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
361           Fixes for GST_FOURCC_FORMAT API change.
362
363 2005-11-21  Andy Wingo  <wingo@pobox.com>
364
365         patch by: Alessandro Dessina <alessandro nnva org>
366
367         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
368         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
369         (gst_ogg_parse_chain):
370         * ext/theora/theoraenc.c (theora_set_header_on_caps):
371         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
372         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
373         gst_value_list calls on arrays. Fixes #321962.
374
375 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
376
377         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
378         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
379         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
380         * gst/adder/gstadder.c: (gst_adder_init),
381         (gst_adder_request_new_pad), (gst_adder_collected),
382         (gst_adder_change_state):
383           Update for gst_collectpads_foo() to gst_collect_pads_foo()
384           API change.
385
386 2005-11-21  Michael Smith <msmith@fluendo.com>
387
388         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
389         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
390           Properly handle pad_push return values.
391
392 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
393
394         * gst-libs/gst/tag/Makefile.am:
395         * gst-libs/gst/tag/gstvorbistag.c:
396         (gst_tag_list_to_vorbiscomment_buffer):
397           Remove obsolete vorbistag element and debug category.
398
399         * gst/playback/gstplaybasebin.c: (check_queue):
400           Don't divide by 0 when queue-threshold is 0.
401
402         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
403           Don't modify an existing pixel-aspect-ratio if we fail to read
404           a new one.
405
406 2005-11-20  Wim Taymans  <wim@fluendo.com>
407
408         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
409         (gst_vorbisenc_push_packet):
410         GST_PAD_IS_USABLE is gone, use the return value of
411         the push or pad_alloc_buffer instead.
412
413 2005-11-18  Julien MOUTTE  <julien@moutte.net>
414
415         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
416         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
417         (gst_ximagesink_ximage_destroy),
418         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
419         (gst_ximagesink_xwindow_new),
420         (gst_ximagesink_xwindow_update_geometry),
421         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
422         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
423         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
424         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
425         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
426         (gst_ximagesink_navigation_send_event),
427         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
428         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
429         (gst_ximagesink_finalize), (gst_ximagesink_init),
430         (gst_ximagesink_class_init):
431         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
432         This new version brings correct software scaling, non flickering
433         window while resizing, pixel aspect ratio handling, usage of
434         hardware buffer pools, out of data flow event thread for 
435         navigation and handling of expose events even when being PAUSED,
436         a new property to keep video aspect ratio when resizing, etc...
437
438 2005-11-18  Julien MOUTTE  <julien@moutte.net>
439
440         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
441         (gst_videoscale_fixate_caps): Introduce back caps fixate with
442         handling of PAR.
443
444 2005-11-18    <bilboed@dvdsrc.fluendo.com>
445
446         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
447         Unsetting IS_SINK flag from the fakesink, so decodebin
448         never behaves as a sink.
449
450 2005-11-17  Wim Taymans  <wim@fluendo.com>
451
452         * gst-libs/gst/audio/gstbaseaudiosrc.c:
453         (gst_base_audio_src_change_state):
454         Fix the audiosrc base class again, we did not unflush.
455
456 2005-11-17  Julien MOUTTE  <julien@moutte.net>
457
458         * examples/seeking/seek.c: (make_dv_pipeline),
459         (make_vorbis_theora_pipeline), (make_avi_pipeline),
460         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
461         to ogg/vorbis/theora pipeline.
462
463 2005-11-17  Wim Taymans  <wim@fluendo.com>
464
465         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
466         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
467         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
468         Fix EOS on multiple streams.
469         More debugging.
470
471 2005-11-16  Wim Taymans  <wim@fluendo.com>
472
473         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
474         (gst_ogg_demux_perform_seek):
475         Segment done must include stream time.
476
477         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
478         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
479         (gst_ogg_mux_change_state):
480         Fix ogg muxer again.
481
482 2005-11-16  Wim Taymans  <wim@fluendo.com>
483
484         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
485         Fix compile again.
486
487 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
488
489         * ext/libvisual/visual.c: (gst_visual_init):
490         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
491         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
492         (gst_ogg_parse_chain):
493         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
494         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
495         * ext/theora/theoradec.c: (gst_theora_dec_init):
496         * ext/theora/theoraenc.c: (gst_theora_enc_init):
497         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
498         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
499         * gst/adder/gstadder.c: (gst_adder_class_init),
500         (gst_adder_dispose):
501         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
502         * gst/subparse/gstsubparse.c: (gst_subparse_init):
503         * gst/videorate/gstvideorate.c: (gst_videorate_init):
504           Fix a whole set of pad template leaks
505
506 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
507
508         * check/generic/states.c: (GST_START_TEST):
509           fix the test so that it only checks for elements that are part of
510           this source module
511
512 2005-11-16  Michael Smith <msmith@fluendo.com>
513
514         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
515         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
516         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
517         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
518         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
519         (gst_ogg_mux_change_state):
520           Fix leaking collectpads.
521
522 2005-11-16  Edward Hervey  <edward@fluendo.com>
523
524         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
525         (gst_videorate_event), (gst_videorate_chain):
526         Handle segment seeks
527
528 2005-11-16  Wim Taymans  <wim@fluendo.com>
529
530         * gst-libs/gst/audio/gstbaseaudiosink.c:
531         (gst_base_audio_sink_provide_clock),
532         (gst_base_audio_sink_change_state):
533         Set ringbuffer to non-flushing when going to PAUSED, set to
534         flushing again when going to READY.
535
536         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
537         (gst_ring_buffer_stop):
538         Start in flushing mode by default.
539         Don't set flushing in the _stop method, let the app call
540         this explicitly.
541
542 2005-11-16  Julien MOUTTE  <julien@moutte.net>
543
544         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
545         * gst-libs/gst/video/videosink.h: Add helper function needed
546         for video sinks.
547
548 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
549
550         * gst/videoscale/gstvideoscale.c:
551         (gst_videoscale_handle_src_event):
552           Don't leak reference to pad parent.
553
554 2005-11-16  Wim Taymans  <wim@fluendo.com>
555
556         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
557         Set ringbuffer to flushing when stopping so that we don't
558         block on wait_segment anymore and livelock.
559
560 2005-11-16  Wim Taymans  <wim@fluendo.com>
561
562         * examples/seeking/seek.c: (send_event), (do_seek),
563         (loop_toggle_cb), (segment_done), (main):
564         Added looping checkbox.
565
566 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
567
568         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
569         (gst_ogg_demux_init):
570         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
571         (gst_vorbis_dec_init):
572           revert unrefs, they don't pass make check
573
574 2005-11-15  Johan Dahlin  <johan@gnome.org>
575
576         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
577         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
578         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
579         (gst_vorbis_dec_init):
580         Fix pad template leaks. 
581
582 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
583
584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
585           Make state change function thread safe.
586
587 2005-11-15  Edward Hervey  <edward@fluendo.com>
588
589         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
590         (gst_ogg_demux_class_init):
591         Implement GstElement::send_event, so we can send seek events
592         in GST_STATE_READY
593
594 2005-11-14  Julien MOUTTE  <julien@moutte.net>
595
596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
597         Discovered how to take away flickering while resizing the
598         window. Please don't put that in ximagesink, refactoring in
599         progress.
600
601 2005-11-14  Michael Smith <msmith@fluendo.com>
602
603         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
604         (gst_multifdsink_render):
605           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
606
607 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
608
609         * gst/playback/gstplaybin.c: (gen_audio_element):
610           Use autoaudiosink, it tends to be more widely available than
611           autoaudiiosink.
612           
613 2005-11-14  Andy Wingo  <wingo@pobox.com>
614
615         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
616         as well if it is available. Fixes #316442.
617
618 2005-11-14  Michael Smith <msmith@fluendo.com>
619
620         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
621         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
622         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
623         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
624         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
625         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
626         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
627         (gst_vorbisenc_change_state):
628           Fix a small memory leak in vorbisenc.
629           Fix large memory leaks in oggmux, also fix lots of state change
630           bugs in oggmux.
631
632 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
633
634         * gst/videotestsrc/gstvideotestsrc.c:
635         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
636         (gst_videotestsrc_src_fixate):
637           move fixation to a fixate function
638           remove negotiate function, basesrc's is good enough
639           fixes a bug for check when using the element alone
640
641 2005-11-13  Edward Hervey  <edward@fluendo.com>
642
643         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
644         (key_toggle_cb), (main):
645         Added checkboxes for adding/removing the accurate and key_unit seek
646         flags.
647
648 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
649
650         * configure.ac: back to HEAD
651
652 === release 0.9.5 ===
653
654 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
655
656         * configure.ac:
657           releasing 0.9.5, "No No Kia"
658
659 2005-11-11  Edward Hervey  <edward@fluendo.com>
660
661         * examples/seeking/seek.c: (make_parselaunch_pipeline):
662         Added parse-launch syntax seeking mode for the seeking example.
663         This should help stress-test even more cases.
664         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
665
666 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
667
668         * sys/xvimage/xvimagesink.c:
669         (gst_xvimagesink_navigation_send_event):
670           Check whether peer pad exists before sending navigation events
671           to it.
672
673 2005-11-11  Michael Smith <msmith@fluendo.com>
674
675         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
676         (gst_vorbisenc_buffer_from_packet):
677         * ext/vorbis/vorbisenc.h:
678           Set duration on encoded buffers. This allows oggmux's
679           max_page_delay parameter to actually work.
680
681 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
682
683         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
684         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
685         (gst_ffmpegcsp_avpicture_fill):
686         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
687         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
688           Make palettes work again (see #132341). Use our own macros
689           for rounding up.
690
691 2005-11-10  Andy Wingo  <wingo@pobox.com>
692
693         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
694         string doober.
695
696 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
697
698         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
699         (gst_ffmpegcsp_transform_caps):
700           Prefer passthrough in transform_caps
701
702 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
703
704         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
705           check for ALSA errors properly, instead of relying on ALSA's
706           error strings to serve to the user.
707
708 2005-11-10  Wim Taymans  <wim@fluendo.com>
709
710         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
711         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
712         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
713         Modernise the seek code.
714
715 2005-11-10  Michael Smith <msmith@fluendo.com>
716         
717         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
718         (setup_substreams), (set_active_source):
719           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
720           trying to go to NULL if we failed to read a file.
721
722 2005-11-10  Wim Taymans  <wim@fluendo.com>
723
724         * gst/audiotestsrc/gstaudiotestsrc.c:
725         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
726         (gst_audiotestsrc_create):
727         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
728         (gst_sinesrc_get_times), (gst_sinesrc_create):
729         * gst/videotestsrc/gstvideotestsrc.c:
730         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
731         (gst_videotestsrc_create):
732         The base class can now sync for us.
733
734 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
735
736         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
737           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
738           name=source autoprobe=false autoprobe-fps=false copy-mode=1
739           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
740           format=(fourcc)I420" ! xvimagesink
741
742 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
743
744         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
745         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
746         (gst_sinesrc_newsegment):
747           Send newsegment event in TIME format, set duration if
748           num-buffers is set, fix duration querying.
749
750 2005-11-10  Michael Smith <msmith@fluendo.com>
751
752         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
753         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
754         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
755         (gst_ogg_mux_collected):
756          Fix EOS handling, partially. Now forwarding an EOS event once we have
757          EOS on all pads works correctly. However, we still don't properly set
758          EOS on the actual ogg stream pages.
759
760 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
761
762         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
763           Set elements to NULL state before disposing of them.
764
765 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
766
767         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
768
769         * gst-libs/gst/rtp/gstbasertpdepayload.c:
770         (gst_base_rtp_depayload_init),
771         (gst_base_rtp_depayload_set_gst_timestamp):
772         * gst-libs/gst/rtp/gstbasertpdepayload.h:
773           We need to send a newsegment event for each instance, not
774           just for the first instance of this class (get rid of
775           static variable in function). (#321011).
776           
777 2005-11-08  Michael Smith <msmith@fluendo.com>
778
779         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
780         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
781         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
782         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
783           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
784           This makes us mux things correctly according to the ogg muxing
785           rules. Still not handling EOS correctly right now, though.
786
787 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
788
789         * gst/audioconvert/gstaudioconvert.c:
790           Fix typo in docs. 
791
792 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
793
794         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
795         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
796           Initialise segment_stop to GST_CLOCK_TIME_NONE when
797           creating a new chain; should fix live streaming. Also
798           add more debug output and fix a typo.
799
800 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
801
802         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
803
804         * gst/volume/gstvolume.c: (volume_set_caps):
805           Fix compilation on Solaris with Forte. (#320923)
806
807 2005-11-08  Wim Taymans  <wim@fluendo.com>
808
809         * gst-libs/gst/audio/gstbaseaudiosink.c:
810         (gst_base_audio_sink_render):
811         No need to do a typecheck.
812
813 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
814
815         * ext/alsa/gstalsa.h:
816           We register a debug category, so let's use it.
817
818 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
819
820         * gst-libs/gst/rtp/gstbasertpdepayload.c:
821         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
822         Fixed a small problem.
823
824 2005-11-04  Wim Taymans  <wim@fluendo.com>
825
826         * examples/seeking/Makefile.am:
827         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
828         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
829         (make_playerbin_pipeline), (format_value), (update_scale),
830         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
831         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
832         (print_usage), (main):
833         Added app for playback speed testing.
834
835         * examples/seeking/seek.c: (dynamic_link),
836         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
837         (make_mpeg_pipeline), (do_seek), (set_update_scale),
838         (message_received), (main):
839         Updated seek example.
840
841 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
842
843         * gst-libs/gst/rtp/gstbasertpdepayload.c:
844         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
845         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
846         (gst_base_rtp_depayload_set_clock):
847         * gst-libs/gst/rtp/gstbasertpdepayload.h:
848         Don't sleep on the bench (system clock) when you have a nice 
849         comfortable bed (Gstreamer clock) to sleep on.
850
851 2005-11-03  Wim Taymans  <wim@fluendo.com>
852
853         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
854         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
855         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
856         Handle the case where a pad_block failed.
857
858 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
859
860         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
861
862         * gst-libs/gst/rtp/gstbasertpdepayload.c:
863         (gst_base_rtp_depayload_add_to_queue),
864         (gst_base_rtp_depayload_push),
865         (gst_base_rtp_depayload_set_gst_timestamp),
866         (gst_base_rtp_depayload_queue_release):
867           Fixes some bugs in the depayloader's queuing/de-queueing code.
868
869 2005-10-31  Michael Smith <msmith@fluendo.com>
870
871         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
872         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
873         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
874           Patch from Alessandro Decina <alessandro@nnva.org>.
875           Make oggdemux only find the final time in a chain, not per-pad,
876           since the per-pad information can be very expensive to locate, and
877           it isn't used anywhere. This makes reading a file containing
878           OggSkeleton reasonably fast.
879           Also, make chain finding work when there are logical bitstreams that
880           can't be decoded. Fixes #319110.
881
882 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
883
884         * gst-libs/gst/rtp/gstbasertpdepayload.c:
885         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
886         (gst_base_rtp_depayload_chain),
887         (gst_base_rtp_depayload_add_to_queue),
888         (gst_base_rtp_depayload_push),
889         (gst_base_rtp_depayload_set_gst_timestamp),
890         (gst_base_rtp_depayload_queue_release),
891         (gst_base_rtp_depayload_start_thread),
892         (gst_base_rtp_depayload_set_property),
893         (gst_base_rtp_depayload_get_property):
894         * gst-libs/gst/rtp/gstbasertpdepayload.h:
895         Some random fixes, to fullfill the desires of thomas.
896
897 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
898
899         * gst-libs/gst/rtp/gstbasertpdepayload.c:
900         (gst_base_rtp_depayload_add_to_queue),
901         (gst_base_rtp_depayload_push):
902         Fixed the queueing algorithm.
903
904 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
905
906         * gst-libs/gst/rtp/gstbasertpdepayload.c:
907         (gst_base_rtp_depayload_push):
908         A small fix
909
910 2005-10-31  Wim Taymans  <wim@fluendo.com>
911
912         * gst-libs/gst/audio/gstringbuffer.h:
913         Don't break ABI.
914
915         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
916         (gst_ffmpeg_caps_to_pixfmt):
917         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
918         (gst_ffmpegcsp_set_caps):
919         Some more comments.
920         Handle missing required caps fields better.
921
922 2005-10-31  Wim Taymans  <wim@fluendo.com>
923
924         * gst-libs/gst/audio/gstbaseaudiosink.c:
925         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
926         (gst_base_audio_sink_render):
927         * gst-libs/gst/audio/gstringbuffer.c:
928         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
929         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
930         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
931         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
932         (gst_ring_buffer_read):
933         * gst-libs/gst/audio/gstringbuffer.h:
934         Add flushing mode to the ringbuffer so that it in all cases does
935         not try to handle more audio. This makes sure it does not try to
936         block anymore when flushing and fixes a livelock.
937
938 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
939
940         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
941         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
942         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
943           Explicitly check for -1 values before doing a conversion
944           and always map them to -1. (#315545)
945
946 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
947
948         * gst/playback/gstplaybin.c: (gen_video_element):
949           first try autovideosink, then xvimagesink, then error out
950         * po/POTFILES.in:
951           add translatable file
952         * po/af.po:
953         * po/az.po:
954         * po/cs.po:
955         * po/en_GB.po:
956         * po/hu.po:
957         * po/it.po:
958         * po/nb.po:
959         * po/nl.po:
960         * po/or.po:
961         * po/sq.po:
962         * po/sr.po:
963         * po/sv.po:
964         * po/uk.po:
965         * po/vi.po:
966           update translations
967
968 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
969
970         * gst-libs/gst/rtp/gstbasedepayload.c:
971         * gst-libs/gst/rtp/gstbasedepayload.h:
972           Minor cleanups
973
974 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
975
976         * gst/playback/.cvsignore:
977         * gst/playback/decodetest.c:
978         * gst/playback/test3.c:
979           Port these two tests as well.
980
981 2005-10-27  Wim Taymans  <wim@fluendo.com>
982
983         * ext/theora/theoradec.c: (theora_dec_src_query),
984         (theora_dec_sink_event):
985         * ext/theora/theoraenc.c: (theora_enc_sink_event),
986         (theora_enc_change_state):
987         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
988         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
989         Take proper locks when handling events.
990
991 2005-10-27  Wim Taymans  <wim@fluendo.com>
992
993         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
994         (gst_adder_change_state):
995         Fix timestamps and fix deadlock when stopping the collectpads.
996
997 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
998
999         * gst-libs/gst/rtp/gstrtpbuffer.h:
1000         Declaring the payload types as strings too so that they can be used
1001         in the padtemplate inialization.
1002
1003 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
1004
1005         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
1006
1007         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1008         (gst_base_rtp_depayload_class_init):
1009         Fixes a small but nasty bug. The derived elements no longer segfaults
1010         on finalization.
1011
1012 2005-10-26  Michael Smith <msmith@fluendo.com>
1013
1014         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
1015           When clearing an audioconvert context, set tmpbufsize to zero, so
1016           we'll allocate it again later if required.
1017           This fixes audioconvert re-negotiating formats, which previously
1018           segfaulted with a NULL destination buffer.
1019
1020 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
1021
1022         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1023         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
1024         (gst_base_rtp_depayload_set_gst_timestamp),
1025         (gst_base_rtp_depayload_queue_release):
1026         Fixed a smalll memleak.
1027
1028 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
1029         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1030         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
1031         (gst_base_rtp_depayload_finalize),
1032         (gst_base_rtp_depayload_setcaps),
1033         (gst_base_rtp_depayload_add_to_queue),
1034         (gst_base_rtp_depayload_push),
1035         (gst_base_rtp_depayload_set_gst_timestamp),
1036         (gst_base_rtp_depayload_queue_release),
1037         (gst_base_rtp_depayload_thread),
1038         (gst_base_rtp_depayload_change_state):
1039         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1040         Changed the C++ comments to C comments
1041
1042 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1043
1044         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
1045         * gst/tcp/gsttcpclientsrc.h:
1046         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
1047         * gst/tcp/gsttcpserversrc.h:
1048           Remove unused 'curoffset' structure member.
1049
1050 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
1051
1052         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1053         (gst_base_rtp_depayload_base_init),
1054         (gst_base_rtp_depayload_finalize):
1055         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1056         * gst-libs/gst/rtp/gstbasertppayload.h:
1057           The pad-template on the sinkpad should be set by the derived classes.
1058           Also added some useful macros.
1059
1060 2005-10-24  Wim Taymans  <wim@fluendo.com>
1061
1062         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1063         Correctly flush decoder samples even if we could not
1064         copy them to an output buffer. Fixes #319618.
1065
1066 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1067
1068         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
1070         the caps against our xcontext caps.
1071
1072 2005-10-24  Wim Taymans  <wim@fluendo.com>
1073
1074         * gst-libs/gst/audio/gstbaseaudiosink.c:
1075         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1076         Remove g_print
1077         Use sync property from baseclass to disable sync.
1078
1079 2005-10-24  Wim Taymans  <wim@fluendo.com>
1080
1081         * gst-libs/gst/audio/gstbaseaudiosink.c:
1082         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1083         Buffers with no timestamps get aligned with previous buffers or
1084         on underrun, played ASAP.
1085
1086 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1087
1088         * gst-libs/gst/video/video.h:
1089         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1090         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
1092         here comes my change on caps for framerate and geometry range.
1093         We are now accepting 1 to MAXINT for width and height, and from
1094         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
1095         to be blended correctly in videomixer.
1096
1097 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1098
1099         * configure.ac:
1100           back to HEAD
1101
1102 === release 0.9.4 ===
1103
1104 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1105
1106         * NEWS:
1107         * RELEASE:
1108         * configure.ac:
1109           releasing 0.9.4, "Velociraptor"
1110
1111 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1112
1113         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1114         * po/POTFILES.in:
1115           STOPPED -> FAILED
1116
1117 2005-10-21  Wim Taymans  <wim@fluendo.com>
1118
1119         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1120         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
1121         (pad_blocked), (close_pad_link), (new_pad):
1122         Don't try to remove elements twice.
1123
1124 2005-10-21  Wim Taymans  <wim@fluendo.com>
1125
1126         * ext/theora/theoradec.c: (theora_dec_src_query),
1127         (theora_dec_sink_event):
1128         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1129         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1130         (vorbis_handle_data_packet):
1131         * ext/vorbis/vorbisdec.h:
1132         Fix old naming.
1133
1134         * gst-libs/gst/audio/gstbaseaudiosink.c:
1135         (gst_base_audio_sink_render):
1136         Don't try to sync on buffers without a timestamp.
1137
1138 2005-10-21  Wim Taymans  <wim@fluendo.com>
1139
1140         * ext/theora/theoradec.c: (theora_dec_src_query),
1141         (theora_dec_sink_event):
1142         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1143         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1144         (vorbis_handle_data_packet):
1145         * ext/vorbis/vorbisdec.h:
1146         Fix old naming.
1147
1148 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1149
1150         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
1151         (gst_vorbisenc_src_query):
1152           Implement position and duration queries.
1153
1154         * gst/playback/test3.c: (update_scale), (main):
1155           Fix for async state changes and print nicer output.
1156
1157 2005-10-20  Wim Taymans  <wim@fluendo.com>
1158
1159         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1160         (dump_element_stats), (main):
1161         * gst/playback/test6.c: (main):
1162         Fix tests again
1163
1164 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1165
1166         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1167         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1168           Don't use functions for position queries when handling
1169           duration queries.
1170
1171 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1172
1173         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1174         (vorbis_handle_data_packet), (vorbis_dec_chain),
1175         (vorbis_dec_change_state):
1176         * ext/vorbis/vorbisdec.h:
1177           Vorbis streams can be embedded in other container formats
1178           than ogg, container formats where the demuxer might set 
1179           timestamps on encoded vorbis buffers instead of those silly 
1180           granulepos thingies. In short: make vorbisdec handle 
1181           timestamps on incoming buffers as well.
1182
1183 2005-10-20  Wim Taymans  <wim@fluendo.com>
1184
1185         * gst/playback/gstplaybasebin.c: (group_destroy),
1186         (gst_play_base_bin_change_state):
1187         Fix leak.
1188         Handle case where playbasebin is now ASYNC because
1189         decodebin is.
1190
1191 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1192
1193         * gst/audioconvert/Makefile.am:
1194         * gst/audioconvert/bufferframesconvert.c:
1195         * gst/audioconvert/plugin.c: (plugin_init):
1196         * gst/audioconvert/plugin.h:
1197           And bye bye buffer-frames-convert
1198
1199 2005-10-19  Wim Taymans  <wim@fluendo.com>
1200
1201         * check/elements/audioconvert.c:
1202         * docs/libs/tmpl/gstaudio.sgml:
1203         * docs/libs/tmpl/gstcolorbalance.sgml:
1204         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1205         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1206         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1207         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1208         * gst-libs/gst/audio/audio.h:
1209         * gst/audioconvert/audioconvert.h:
1210         * gst/audioconvert/gstaudioconvert.c:
1211         (gst_audio_convert_parse_caps):
1212         * gst/volume/gstvolume.c:
1213         Bye bye buffer-frames.
1214
1215 2005-10-19  Wim Taymans  <wim@fluendo.com>
1216
1217         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1218         (query_positions_elems), (query_positions_pads), (update_scale),
1219         (do_seek), (set_update_scale), (message_received), (main):
1220         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1221         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1222         (gst_ogg_demux_loop):
1223         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1224         * ext/theora/theoradec.c: (theora_dec_src_query),
1225         (theora_dec_sink_event):
1226         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1227         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1228         * gst/adder/gstadder.c: (gst_adder_query):
1229         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1230         * gst/playback/test3.c: (update_scale):
1231         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1232         (dump_element_stats), (main):
1233         * gst/playback/test6.c: (main):
1234         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1235         Query API update.
1236
1237 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1238
1239         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1240         (xml_check_first_element), (xml_type_find), (smil_type_find),
1241         (plugin_init):
1242           Add typefinding for SMIL and for generic XML. Based on patch by
1243           Akos Maroy (#308663).
1244
1245 2005-10-18  Wim Taymans  <wim@fluendo.com>
1246
1247         * gst/playback/Makefile.am:
1248         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1249         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1250         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1251         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1252         (gst_decode_bin_change_state):
1253         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1254         (gst_play_bin_send_event_to_sink):
1255         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1256         (dump_element_stats), (main):
1257         * gst/playback/test6.c: (main):
1258         Make playbin async, it'll commit state to paused when all streams
1259         are detected.
1260         Remove ugly hack.
1261         Added test6.c to show async behaviour.
1262
1263 2005-10-18  Wim Taymans  <wim@fluendo.com>
1264
1265         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1266         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1267         Fix for segment-start/stop API change.
1268
1269 2005-10-18  Wim Taymans  <wim@fluendo.com>
1270
1271         * check/Makefile.am:
1272         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1273         (main):
1274         Add future test for clock selection.
1275
1276 2005-10-18  Wim Taymans  <wim@fluendo.com>
1277
1278         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1279         (gst_alsasink_close):
1280         Set handle to NULL.
1281
1282         * gst-libs/gst/audio/gstringbuffer.c:
1283         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1284         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1285         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1286         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1287         (gst_ring_buffer_read):
1288         More debug info.
1289
1290 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1291
1292         * gst/audiotestsrc/Makefile.am:
1293         * gst/sine/Makefile.am:
1294         * gst/volume/Makefile.am:
1295           fix broken build of controllerized plugins
1296
1297 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1298
1299         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1300
1301         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1302         (gst_riff_create_video_template_caps):
1303           Add support for Indeo-3 (IV32).
1304
1305 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1306
1307         * configure.ac:
1308           rewrite
1309
1310 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1311
1312         * gst-libs/gst/video/video.c: (gst_video_get_size):
1313         * gst/audiotestsrc/gstaudiotestsrc.c:
1314           doc updates
1315
1316 2005-10-17  Andy Wingo  <wingo@pobox.com>
1317
1318         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1319         with the collectpads change.
1320         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1321
1322         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1323
1324         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1325
1326         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1327         alloc_buffer flow return to callers.
1328         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1329         change. Fix some memleaks in theoraenc.
1330
1331         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1332         in strange circumstance.
1333
1334 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1335
1336         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1337         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1338         from caps, let's use the caps...
1339
1340 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1341
1342         * configure.ac:
1343           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1344
1345 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1346
1347         * gst-libs/gst/interfaces/Makefile.am:
1348           fix silly typo
1349
1350 2005-10-16  Andy Wingo  <wingo@pobox.com>
1351
1352         * gst/playback/gstdecodebin.c
1353         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1354         function!
1355         (try_to_link_1): Increase kraziness level.
1356
1357 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1358
1359         * configure.ac:
1360           restructure like the core one
1361         * gst-libs/gst/audio/Makefile.am:
1362         * gst-libs/gst/interfaces/Makefile.am:
1363         * gst-libs/gst/net/Makefile.am:
1364         * gst-libs/gst/riff/Makefile.am:
1365         * gst-libs/gst/rtp/Makefile.am:
1366         * gst-libs/gst/tag/Makefile.am:
1367         * gst-libs/gst/video/Makefile.am:
1368           use correct linker flags, now the libs are properly versioned
1369         * check/elements/audioconvert.c: (verify_convert):
1370         * ext/alsa/gstalsaplugin.c:
1371         * ext/cdparanoia/gstcdparanoia.c:
1372         * ext/gnomevfs/gstgnomevfs.c:
1373         * ext/libvisual/visual.c:
1374         * ext/ogg/gstogg.c:
1375         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1376         * ext/theora/theora.c:
1377         * ext/vorbis/vorbis.c:
1378         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1379         * gst-libs/gst/tag/gsttagediting.c:
1380         * gst-libs/gst/video/video.c:
1381         * gst/adder/gstadder.c:
1382         * gst/audioconvert/plugin.c:
1383         * gst/audiorate/gstaudiorate.c:
1384         * gst/audioresample/gstaudioresample.c:
1385         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1386         * gst/audioscale/gstaudioscale.c:
1387         * gst/audioscale/resample.c:
1388         * gst/audiotestsrc/gstaudiotestsrc.c:
1389         * gst/ffmpegcolorspace/gstffmpeg.c:
1390         * gst/playback/gstdecodebin.c: (close_pad_link):
1391         * gst/playback/gstplaybin.c: (gen_video_element),
1392         (gen_audio_element):
1393         * gst/sine/gstsinesrc.c:
1394         * gst/subparse/gstsubparse.c:
1395         * gst/tags/gsttagediting.c:
1396         * gst/tcp/gsttcpplugin.c:
1397         * gst/typefind/gsttypefindfunctions.c:
1398         * gst/videorate/gstvideorate.c:
1399         * gst/videoscale/gstvideoscale.c:
1400         * gst/videotestsrc/gstvideotestsrc.c:
1401         * gst/volume/gstvolume.c:
1402         * sys/v4l/gstv4l.c:
1403         * sys/ximage/ximage.c:
1404         * sys/xvimage/xvimagesink.c:
1405           fix up defines
1406
1407 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1408
1409         * ext/vorbis/vorbisenc.c:
1410         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1411         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1412         (gst_tag_to_vorbis_comments):
1413           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1414
1415 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1416
1417         * examples/stats/mp2ogg.c:
1418         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1419           typo fixes
1420
1421 2005-10-13  Michael Smith <msmith@fluendo.com>
1422
1423         * ext/ogg/gstoggmux.c:
1424           Use magic glib macros to define constants as 64 bit, to ensure
1425           appropriate vararg passing.
1426
1427 2005-10-13  Michael Smith <msmith@fluendo.com>
1428
1429         * ext/ogg/gstoggmux.c:
1430         * gst/audioconvert/audioconvert.c: (float):
1431           Don't use LL suffix, as it's not portable, and neither of these
1432           uses required it anyway.
1433
1434 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1435
1436         * examples/indexing/indexmpeg.c: (main):
1437         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1438         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1439         (cdparanoia_convert), (cdparanoia_query):
1440         * ext/cdparanoia/gstcdparanoia.h:
1441         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1442         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1443         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1444         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1445         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1446         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1447         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1448         (gst_multifdsink_render), (gst_multifdsink_start),
1449         (gst_multifdsink_stop):
1450         * gst/tcp/gstmultifdsink.h:
1451         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1452         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1453         (gst_tcpclientsink_stop):
1454         * gst/tcp/gsttcpclientsink.h:
1455         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1456         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1457         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1458         * gst/tcp/gsttcpclientsrc.h:
1459         * gst/tcp/gsttcpserversink.h:
1460         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1461         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1462         (gst_tcpserversrc_stop):
1463         * gst/tcp/gsttcpserversrc.h:
1464         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1465         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1466         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1467           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1468           moved bitshift from macro to enum definition
1469
1470 2005-10-12  Wim Taymans  <wim@fluendo.com>
1471
1472         * examples/seeking/Makefile.am:
1473         Oops.
1474
1475 2005-10-12  Wim Taymans  <wim@fluendo.com>
1476
1477         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1478         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1479         Don't assert on normal stuff.
1480
1481         * gst/playback/gstplaybin.c: (do_playbin_seek):
1482         API fix.
1483
1484 2005-10-12  Wim Taymans  <wim@fluendo.com>
1485
1486         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1487         * examples/seeking/Makefile.am:
1488         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1489         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1490         (do_seek), (set_update_scale), (message_received), (main):
1491         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1492         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1493         Update for _get_state() API change.
1494
1495 2005-10-11  Wim Taymans  <wim@fluendo.com>
1496
1497         * gst-libs/gst/audio/gstbaseaudiosink.c:
1498         (gst_base_audio_sink_render):
1499         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1500         (gst_base_audio_src_create):
1501         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1502         (gst_ring_buffer_read):
1503         Cleanups.
1504         Commit and read from ringbuffer in samples rather than bytes.
1505
1506 2005-10-11  Wim Taymans  <wim@fluendo.com>
1507
1508         * gst-libs/gst/audio/gstbaseaudiosink.c:
1509         (gst_base_audio_sink_render):
1510         Respect segment rate and accum when scheduling samples.
1511
1512 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1513
1514         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1515         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1516         EOS correctly, that needs more work.
1517
1518 2005-10-11  Wim Taymans  <wim@fluendo.com>
1519
1520         * check/generic/states.c: (GST_START_TEST):
1521         remove old property.
1522
1523         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1524         (gst_ogg_demux_perform_seek):
1525         * ext/theora/theoradec.c: (theora_dec_sink_event):
1526         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1527         (vorbis_handle_data_packet):
1528         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1529         (gst_base_rtp_depayload_set_gst_timestamp):
1530         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1531         Update for newsegment API change.
1532
1533 2005-10-11  Michael Smith <msmith@fluendo.com>
1534
1535         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1536         (do_playbin_seek), (gst_play_bin_send_event):
1537           Override send_event differently, so that we can takes bits of
1538           functionality from GstPipeline (special handling for seeks,
1539           including pausing/resuming, and resetting stream time) and still get
1540           the appropriate behaviour of only forwarding event to a single sink,
1541           rather than all of them.
1542           Unfortunately requires a lot of code duplication, but the
1543           alternatives are equally ugly in the end.
1544
1545 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1546
1547         * check/elements/audioconvert.c: (setup_audioconvert),
1548         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1549         (GST_START_TEST), (audioconvert_suite):
1550           clean up tests a little, fix some leaks.
1551
1552 2005-10-10  Wim Taymans  <wim@fluendo.com>
1553
1554         * ext/alsa/gstalsasink.c:
1555         Also allow unsigned int.
1556
1557         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1558         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1559         Small cleanup
1560
1561 2005-10-10  Wim Taymans  <wim@fluendo.com>
1562
1563         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1564         Small update, use API as stated in design docs.
1565
1566         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1567         (update_scale), (do_seek), (seek_cb), (set_update_scale),
1568         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
1569         (message_received), (main):
1570         Updated seek example for GOption. Some usability improvements.
1571
1572 2005-10-10  Wim Taymans  <wim@fluendo.com>
1573
1574         * gst/audioconvert/audioconvert.h:
1575         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
1576         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
1577         Alloc temp storage somewhere else where we can do it more
1578         portable.
1579
1580 2005-10-10  Wim Taymans  <wim@fluendo.com>
1581
1582         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
1583         (gst_tcpserversrc_start):
1584         Don't block in accept while doing the state change, move
1585         to poll and make cancellable.
1586
1587 2005-10-09  Philippe Khalaf <burger@speedy.org>
1588
1589         * gst-libs/gst/rtp/rtpbasedepayload.c:
1590         Set timestamp and add queue delay to timestamp
1591         * gst-libs/gst/rtp/rtpbuffer.h:
1592         Set correct payload type for h263
1593
1594 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1595
1596         * gst/audiotestsrc/gstaudiotestsrc.c:
1597         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
1598         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
1599         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
1600         (gst_audiotestsrc_create_triangle),
1601         (gst_audiotestsrc_create_silence),
1602         (gst_audiotestsrc_create_white_noise),
1603         (gst_audiotestsrc_init_pink_noise),
1604         (gst_audiotestsrc_generate_pink_noise_value),
1605         (gst_audiotestsrc_create_pink_noise),
1606         (gst_audiotestsrc_change_wave):
1607         * gst/audiotestsrc/gstaudiotestsrc.h:
1608           fixed typo, added pink noise
1609
1610 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1611
1612         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
1613         (plugin_init):
1614           Add wavpack and spc typefind functions from 0.8 branch.
1615
1616 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1617
1618         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
1619         (ar_type_find), (msdos_type_find), (plugin_init):
1620           Add typefind functions for tar archives, ar archives,
1621           RAR archives, and msdos-executables (dlls, exe, etc.).
1622           Some of those would be wrongly identified as mpeg
1623           streams of some sort before (#315550).
1624
1625 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1626
1627         * configure.ac:
1628         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1629         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1630         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
1631         * gst/audiotestsrc/Makefile.am:
1632         * gst/audiotestsrc/gstaudiotestsrc.c:
1633         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
1634         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
1635         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
1636         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
1637         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
1638         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
1639         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
1640         (gst_audiotestsrc_create_silence),
1641         (gst_audiotestsrc_create_white_noise),
1642         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
1643         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
1644         (gst_audiotestsrc_start), (plugin_init):
1645         * gst/audiotestsrc/gstaudiotestsrc.h:
1646           add new plugin and element
1647         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
1648           use gobject_class
1649
1650 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1651
1652         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
1653         (gst_adder_init), (gst_adder_request_new_pad),
1654         (gst_adder_change_state):
1655           Add query function to source pad, so adder reports the correct
1656           time/sample position when queried (#315457); fix state change
1657           function; use GST_DEBUG_FUNCPTR() for pad functions.
1658
1659 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1660
1661         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
1662           Fix leaks in typefind registration
1663           Clean up the gratuitous commenting and whitespacing a little
1664
1665 2005-10-08  Wim Taymans  <wim@fluendo.com>
1666
1667         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1668         Only actually wait for the thread to be stopped if it's 
1669         running.
1670
1671 2005-10-08  Wim Taymans  <wim@fluendo.com>
1672
1673         * gst-libs/gst/audio/gstbaseaudiosink.c:
1674         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1675         If we receive EOS we can start playback of what we had.
1676
1677 2005-10-08  Wim Taymans  <wim@fluendo.com>
1678
1679         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1680         (gst_multifdsink_finalize), (multifdsink_hash_remove),
1681         (gst_multifdsink_stop):
1682         Fix crasher when going to NULL multiple times.
1683
1684 2005-10-06  Wim Taymans  <wim@fluendo.com>
1685
1686         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
1687         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1688         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1689         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
1690         patch from Edgard Lima <edgard.lima@indt.org.br>
1691         Fixed gstbaseaudiosrc adding ring buffer sync to it.
1692
1693 2005-10-06  Wim Taymans  <wim@fluendo.com>
1694
1695         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1696         Report the FLOW_RETURN as string in the error message.
1697
1698         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
1699         Don't assert when clearing an unnegotiated buffer.
1700
1701 2005-10-04  Michael Smith <msmith@fluendo.com>
1702
1703         * gst/playback/gstplaybasebin.c: (group_destroy),
1704         (gen_preroll_element), (remove_groups), (setup_source):
1705         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
1706         (setup_sinks), (gst_play_bin_send_event),
1707         (gst_play_bin_change_state):
1708           Set state to NULL before removing from bin. Fix refcounting.
1709
1710 2005-10-04  Michael Smith <msmith@fluendo.com>
1711
1712         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
1713           Correct refcounting in send_event() function. Previously was wrong
1714           if the first sink was unable to handle the event.
1715
1716 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1717
1718         * configure.ac:
1719           back to development
1720
1721 === release 0.9.3 ===
1722
1723 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1724
1725         * configure.ac:
1726           Releasing 0.9.3, "De Facto"
1727
1728 2005-10-03  Andy Wingo  <wingo@pobox.com>
1729
1730         * gst/playback/gstdecodebin.c (try_to_link_1)
1731         (remove_element_chain): set element to NULL before removing it.
1732
1733 2005-10-02  Johan Dahlin  <johan@gnome.org>
1734
1735         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
1736         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
1737         MT safe.
1738
1739 2005-10-02  Andy Wingo  <wingo@pobox.com>
1740
1741         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
1742         (gst_ring_buffer_prepare_read): 
1743         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
1744         Demote to LOG.
1745
1746 2005-09-29  Wim Taymans  <wim@fluendo.com>
1747
1748         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
1749         * ext/theora/theoradec.c: (theora_handle_data_packet):
1750         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1751         Propagate error codes from alloc_buffer too.
1752
1753 2005-09-29  Wim Taymans  <wim@fluendo.com>
1754
1755         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
1756         We use fixed caps.
1757
1758         * gst/playback/Makefile.am:
1759         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1760         (dump_element_stats), (main):
1761         Added example stream introspection code.
1762
1763 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
1764
1765         * gst/adder/gstadder.c: (gst_adder_collected):
1766           fix adder for float elements
1767
1768 2005-09-28  Wim Taymans  <wim@fluendo.com>
1769
1770         * gst-libs/gst/audio/gstbaseaudiosink.c:
1771         (gst_base_audio_sink_class_init),
1772         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
1773         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1774         (gst_base_audio_src_class_init),
1775         (gst_base_audio_src_provide_clock):
1776         get_clock -> provide_clock
1777
1778 2005-09-28  Andy Wingo  <wingo@pobox.com>
1779
1780         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
1781         and unlocking.
1782
1783         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
1784         unlocking.
1785
1786         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
1787         Actually add the pad template.
1788         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
1789
1790         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
1791         I'm at it...
1792
1793         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
1794         from fdsrc. Get caps in create() instead of start() so it can be
1795         interrupted. Interruption somewhat untested.
1796
1797         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
1798         Proper EOS handling.
1799
1800 2005-09-27  Andy Wingo  <wingo@pobox.com>
1801
1802         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
1803
1804         * gst/tcp/gsttcpserversrc.c: Cleaned up.
1805
1806         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
1807
1808         * gst/tcp/gsttcp.h: 
1809         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
1810         out of tcpclientsrc.c. Cancellable.
1811         (gst_tcp_socket_read): Made private, cancellable, with better
1812         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
1813         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
1814         whole buffer, and better diagnostics.
1815         (gst_tcp_gdp_read_caps): Same.
1816
1817         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
1818
1819 2005-09-26  Andy Wingo  <wingo@pobox.com>
1820
1821         * gst/sine/gstsinesrc.h:
1822         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
1823         change the 'sync' property to 'is-live' and implement it halfway,
1824         update for controller api change.
1825
1826         * gst/volume/gstvolume.c (volume_transform_ip): Update for
1827         controller api change.
1828
1829 2005-09-24  Wim Taymans  <wim@fluendo.com>
1830
1831         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
1832         * gst-libs/gst/audio/gstaudiosink.c:
1833         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
1834         (gst_audioringbuffer_stop):
1835         * gst-libs/gst/audio/gstbaseaudiosink.c:
1836         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
1837         (gst_base_audio_sink_change_state):
1838         * gst-libs/gst/audio/gstbaseaudiosink.h:
1839         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
1840         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1841         (gst_ring_buffer_commit), (gst_ring_buffer_read):
1842         * gst-libs/gst/audio/gstringbuffer.h:
1843         Fix sync again. Moved sample alignment to basesink.
1844
1845 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1846
1847         * docs/plugins/Makefile.am:
1848         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1849         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1850         * gst/volume/gstvolume.c:
1851           add/fix docs
1852         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
1853         * gst-libs/gst/audio/audio.h:
1854           add conversion macros for frames <-> clocktime
1855
1856 2005-09-23  David Schleef  <ds@schleef.org>
1857
1858         * gst/audioresample/Makefile.am:
1859         * gst/audioresample/debug.h:
1860         * gst/audioresample/gstaudioresample.c:
1861         * gst/audioresample/resample.c: Convert to using gst debugging
1862
1863 2005-09-22  Wim Taymans  <wim@fluendo.com>
1864
1865         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1866         (gst_play_bin_send_event):
1867         Only seek on one sink, the first one that succeeds.
1868
1869 2005-09-22  Michael Smith <msmith@fluendo.com>
1870
1871         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
1872         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1873         Don't flush encoder state unless we have an initialised encoder.
1874         Clear out encoder state on PAUSED_TO_READY.
1875
1876 2005-09-22  Wim Taymans  <wim@fluendo.com>
1877
1878         * gst-libs/gst/rtp/gstbasertppayload.c:
1879         (gst_basertppayload_class_init), (gst_basertppayload_init),
1880         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1881         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1882         (gst_basertppayload_is_filled), (gst_basertppayload_push),
1883         (gst_basertppayload_set_property),
1884         (gst_basertppayload_get_property),
1885         (gst_basertppayload_change_state):
1886         * gst-libs/gst/rtp/gstbasertppayload.h:
1887         Added max-ptime to control amount of data in the rtp packets.
1888
1889 2005-09-21  Andy Wingo  <wingo@pobox.com>
1890
1891         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
1892         thingies.
1893
1894         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
1895         can be called multiple times, dogs.
1896
1897 2005-09-21  Wim Taymans  <wim@fluendo.com>
1898
1899         * gst-libs/gst/rtp/gstbasertppayload.c:
1900         (gst_basertppayload_class_init), (gst_basertppayload_init),
1901         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1902         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1903         (gst_basertppayload_push), (gst_basertppayload_get_property),
1904         (gst_basertppayload_change_state):
1905         Allow 0 ssrc too.
1906
1907 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
1908
1909         * docs/libs/compiling.sgml:
1910           fixing typos
1911
1912 2005-09-20  Wim Taymans  <wim@fluendo.com>
1913
1914         * gst-libs/gst/rtp/gstbasertppayload.c:
1915         (gst_basertppayload_class_init), (gst_basertppayload_init),
1916         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1917         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1918         (gst_basertppayload_push), (gst_basertppayload_set_property),
1919         (gst_basertppayload_get_property),
1920         (gst_basertppayload_change_state):
1921         * gst-libs/gst/rtp/gstbasertppayload.h:
1922         Added property to configure sequence number offsets.
1923
1924 2005-09-20  Wim Taymans  <wim@fluendo.com>
1925
1926         * gst-libs/gst/rtp/gstbasertppayload.c:
1927         (gst_basertppayload_class_init), (gst_basertppayload_init),
1928         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1929         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1930         (gst_basertppayload_push), (gst_basertppayload_set_property),
1931         (gst_basertppayload_get_property),
1932         (gst_basertppayload_change_state):
1933         * gst-libs/gst/rtp/gstbasertppayload.h:
1934         Make timestamp offset configurable.
1935
1936 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1937
1938         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1939           fix wrong pop/unref
1940
1941 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
1942
1943         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1944
1945         * gst-libs/gst/interfaces/propertyprobe.c:
1946         (gst_property_probe_probe_property_name),
1947         (gst_property_probe_needs_probe_name),
1948         (gst_property_probe_get_values_name),
1949         (gst_property_probe_probe_and_get_values_name):
1950           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
1951           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
1952
1953 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1954
1955         * check/Makefile.am:
1956           have some tests be disabled for valgrinding
1957         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
1958         (GST_START_TEST):
1959         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
1960           Fix A Leak.  Chain To Parent Finalize.
1961
1962 2005-09-19  Wim Taymans  <wim@fluendo.com>
1963
1964         * examples/seeking/seek.c: (make_wav_pipeline), (main):
1965         Fixed wav pipeline.
1966
1967 2005-09-19  Wim Taymans  <wim@fluendo.com>
1968
1969         * gst-libs/gst/rtp/gstbasertppayload.c:
1970         (gst_basertppayload_class_init), (gst_basertppayload_init),
1971         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1972         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1973         (gst_basertppayload_push), (gst_basertppayload_get_property),
1974         (gst_basertppayload_change_state):
1975         Posting ERROR and WARNING messages is good.
1976
1977 2005-09-19  Wim Taymans  <wim@fluendo.com>
1978
1979         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1980         (gst_base_rtp_depayload_add_to_queue),
1981         (gst_base_rtp_depayload_push),
1982         (gst_base_rtp_depayload_set_gst_timestamp),
1983         (gst_base_rtp_depayload_queue_release):
1984         This one was not supposed to go in.
1985
1986 2005-09-19  Wim Taymans  <wim@fluendo.com>
1987
1988         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1989         Fix for bus API.
1990
1991         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1992         (gst_base_rtp_depayload_chain),
1993         (gst_base_rtp_depayload_add_to_queue),
1994         (gst_base_rtp_depayload_push),
1995         (gst_base_rtp_depayload_set_gst_timestamp),
1996         (gst_base_rtp_depayload_queue_release):
1997         Some cleanups.
1998
1999         * gst-libs/gst/rtp/gstbasertppayload.c:
2000         (gst_basertppayload_class_init), (gst_basertppayload_init),
2001         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
2002         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2003         (gst_basertppayload_get_property),
2004         (gst_basertppayload_change_state):
2005         Added debugging category.
2006
2007 2005-09-18  David Schleef  <ds@schleef.org>
2008
2009         * gst/playback/gstdecodebin.c: free plugin list correctly
2010         * gst/playback/gstplaybin.c: emit warning if autovideosink
2011           and autoaudiosink can't be found (instead of segfaulting)
2012
2013 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2014
2015         * check/elements/audioconvert.c: (GST_START_TEST):
2016           try out 24 bit conversion
2017
2018 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2019
2020         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2021         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
2022         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
2023         * ext/vorbis/vorbisenc.h:
2024           Fix EOS handling.  Still needs a fix in the ogg muxer to
2025           mark the last page as eos.
2026
2027 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2028
2029         * common/gtk-doc-plugins.mak:
2030         * docs/plugins/Makefile.am:
2031         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2032         * gst/ffmpegcolorspace/Makefile.am:
2033         * gst/ffmpegcolorspace/avcodec.h:
2034         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2035         * gst/tcp/gstmultifdsink.c:
2036           fix up ffmpegcolorspace docs; extract header
2037
2038 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2039
2040         * common/gtk-doc-plugins.mak:
2041         * docs/plugins/Makefile.am:
2042         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2043         * ext/theora/Makefile.am:
2044         * ext/theora/gsttheoraenc.h:
2045         * ext/theora/theoraenc.c:
2046         * ext/vorbis/vorbisenc.c:
2047           pick up signals and args for vorbis; add some docs for vorbis
2048
2049 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2050
2051         * common/gstdoc-scangobj:
2052         * common/gtk-doc-plugins.mak:
2053         * docs/libs/Makefile.am:
2054         * docs/plugins/gst-plugins-base-plugins.args:
2055         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2056         * docs/plugins/gst-plugins-base-plugins.interfaces:
2057         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2058         * docs/plugins/gst-plugins-base-plugins.signals:
2059           only scanobj stuff from our source module.  Not sure yet
2060           if that's correct, given the hierarchy stuff :)
2061
2062 2005-09-15  Wim Taymans  <wim@fluendo.com>
2063
2064         * gst/audioconvert/gstaudioconvert.c:
2065         And enable 24 bits mode as well..
2066
2067 2005-09-15  Wim Taymans  <wim@fluendo.com>
2068
2069         * gst-libs/gst/rtp/Makefile.am:
2070         * gst-libs/gst/rtp/gstbasertppayload.c:
2071         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
2072         (gst_basertppayload_class_init), (gst_basertppayload_init),
2073         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
2074         (gst_basertppayload_chain), (gst_basertppayload_set_options),
2075         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2076         (gst_basertppayload_set_property),
2077         (gst_basertppayload_get_property),
2078         (gst_basertppayload_change_state):
2079         * gst-libs/gst/rtp/gstbasertppayload.h:
2080         Added rtp payloader base class.
2081
2082 2005-09-15  Andy Wingo  <wingo@pobox.com>
2083
2084         * configure.ac (plugindir): Remove the EOL matcher from the
2085         regexp, as it causes me problems. Libtool? Make? Who knows?
2086
2087 2005-09-14  David Schleef  <ds@schleef.org>
2088
2089         * check/generic/states.c: 
2090         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2091         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2092           Fixes for changes in registry API.
2093
2094         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
2095           to GST_PLUGIN_LDFLAGS.
2096         * ext/libvisual/visual.c: Make the library shut up.
2097         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
2098         * gst-libs/gst/audio/gstaudiofilter.c: same
2099
2100 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2101
2102         * docs/plugins/Makefile.am:
2103         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2104         * docs/plugins/inspect/plugin-libvisual.xml:
2105         * docs/plugins/tmpl/element-tcpserversink.sgml:
2106         * ext/theora/theoraenc.c:
2107           add libvisual plugin and theoraenc element to docs
2108
2109 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2110
2111         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2112         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2113         * ext/theora/theoraenc.c:
2114           add theoraenc
2115
2116 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
2117
2118         * gst/audioconvert/Makefile.am:
2119           Audioconvert derives from GstBaseTransform and should
2120           link to the library with our base elements to avoid
2121           unresolved symbols. Makes things work with MinGW (#316160)
2122
2123         * gst/playback/test4.c: (main):
2124           Fix MinGW build problem and use g_usleep() instead of 
2125           sleep() (#316162)
2126
2127 2005-09-12  Wim Taymans  <wim@fluendo.com>
2128
2129         * gst/audioconvert/audioconvert.c: (float),
2130         (audio_convert_prepare_context), (audio_convert_convert):
2131         * gst/audioconvert/audioconvert.h:
2132         Cleanups, speedups, simplifications, added back support
2133         for 24 bits.
2134
2135 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2136
2137         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2138         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2139         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2140         * docs/plugins/tmpl/element-tcpserversink.sgml:
2141         * gst/ffmpegcolorspace/gstffmpeg.c:
2142         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2143         * gst/videotestsrc/gstvideotestsrc.c:
2144         * gst/volume/gstvolume.c:
2145           add more elements to the docs
2146
2147 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
2148
2149         * check/Makefile.am:
2150         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
2151         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
2152           Add extra tests for basetransform based components. 
2153           Comment out the test_element_negotiation test until we decide
2154           if it's testing correct behaviour.
2155         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
2156         (gst_visual_chain), (gst_visual_change_state):
2157           Slightly more correct but still bogus timestamping.
2158           Fix state change function.
2159         * gst/audioconvert/gstaudioconvert.c:
2160         (gst_audio_convert_class_init):
2161         * gst/audioresample/gstaudioresample.c:
2162         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2163         (gst_ffmpegcsp_class_init):
2164         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2165         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
2166         (gst_videoscale_prepare_image):
2167         * gst/volume/gstvolume.c: (gst_volume_class_init),
2168         (volume_transform_ip):
2169           Basetransform updates. Enable passthrough modes.
2170         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2171         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
2172         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2173           Negotiation fix that allows the window to return to the original
2174           size and renegotiate passthrough upstream. Extra debug output.
2175
2176 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2177
2178         * gst/sine/gstsinesrc.c:
2179         * gst/volume/gstvolume.c:
2180           fix up header include
2181
2182 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
2183
2184         * gst-libs/gst/audio/gstbaseaudiosink.c:
2185         (gst_base_audio_sink_render):
2186         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
2187         * gst/volume/gstvolume.c: (gst_volume_class_init),
2188         (volume_transform):
2189           fixing lost sync, some more debugging
2190
2191 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
2192
2193         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2194         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2195         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2196         (gst_xvimagesink_check_xshm_calls):
2197           Fix compilation when XShm is not available.
2198
2199 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2200
2201         * ext/libvisual/visual.c: (gst_visual_dispose),
2202         (gst_visual_getcaps), (gst_visual_src_setcaps),
2203         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2204         (gst_visual_change_state):
2205           Finish fixing up libvisual plugin so that it runs. 
2206
2207 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2208
2209         * ext/vorbis/vorbisenc.c:
2210         * gst-libs/gst/tag/gstvorbistag.c:
2211           gsttaginterface.h -> gsttagsetter.h
2212
2213 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2214
2215         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2216           added another test that failes for me (test is not active by default)
2217
2218 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2219
2220         * configure.ac:
2221           v4l2 is no longer in gst-plugins-base
2222
2223 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2224
2225         * configure.ac:
2226           In the output at the end, don't show the first plugin on the same
2227           line as "Core plug-ins, always built:".
2228           Indent the output as for other plugin categories
2229         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2230           #define that can be used to not use peer buffer_alloc functions for
2231           test purposes.
2232         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2233         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2234         (gst_ximagesink_show_frame):
2235         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2236         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2237         (gst_xvimagesink_show_frame):
2238           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2239           fails gracefully instead of XError aborting or deadlocking.
2240
2241 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2242
2243         * ext/libvisual/Makefile.am:
2244           link against gst-base-libs
2245
2246 2005-09-06  David Schleef  <ds@schleef.org>
2247
2248         * configure.ac: Enable libvisual plugin.
2249         * ext/libvisual/Makefile.am:
2250         * ext/libvisual/visual.c: Fixes to make it compile.
2251
2252 === release 0.9.2 ===
2253
2254 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2255
2256         * NEWS:
2257         * RELEASE:
2258         * configure.ac:
2259         * docs/random/ChangeLog-0.8:
2260           releasing 0.9.2, "Spoon"
2261
2262 2005-09-05  Michael Smith <msmith@fluendo.com>
2263
2264         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2265           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2266           that in the vorbisenc element.
2267
2268 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2269
2270         * common/gtk-doc-plugins.mak:
2271         * docs/plugins/Makefile.am:
2272           fix distcheck
2273         * gst/audioresample/resample.c:
2274           fix wrong docstring
2275
2276 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2277
2278         * common/gst-xmlinspect.py:
2279         * common/gtk-doc-plugins.mak:
2280           only inspect plugins for this given package
2281           require gst-python 0.9
2282
2283 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2284
2285         * Makefile.am:
2286         * autogen.sh:
2287         * common/gst-xmlinspect.py:
2288         * configure.ac:
2289         * docs/Makefile.am:
2290         * docs/plugins/inspect/plugin-alsa.xml:
2291         * docs/plugins/inspect/plugin-audioresample.xml:
2292         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2293         * docs/plugins/inspect/plugin-ogg.xml:
2294         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2295         * docs/plugins/tmpl/element-multifdsink.sgml:
2296         * docs/plugins/tmpl/element-tcpserversink.sgml:
2297         * docs/plugins/tmpl/element-vorbisenc.sgml:
2298         * gst-plugins-base.spec.in:
2299           various doc-related updates
2300
2301 2005-08-31  Wim Taymans  <wim@fluendo.com>
2302
2303         * gst-libs/gst/audio/gstbaseaudiosink.c:
2304         (gst_base_audio_sink_render):
2305         Resync if the buffer timestamps drift more than a 10th 
2306         of a second.
2307
2308 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2309
2310         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2311         (gst_v4lsrc_get_property):
2312           The 'timestamp-offset' property is registered as an int64, so
2313           let's use g_value_{set|get}_int64() in our setter and getter
2314           functions (makes it work and fixes warnings with gst-inspect).
2315
2316 2005-08-30  Wim Taymans  <wim@fluendo.com>
2317
2318         * check/elements/audioconvert.c: (setup_audioconvert):
2319         * check/elements/audioresample.c: (setup_audioresample):
2320         * check/elements/volume.c: (setup_volume):
2321         Fix checks.
2322
2323 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2324
2325         * common/gtk-doc-plugins.mak:
2326         * common/plugins.xsl:
2327         * docs/plugins/Makefile.am:
2328           make module a param
2329
2330 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2331
2332         * examples/seeking/seek.c: (make_mp3_pipeline),
2333         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2334         (play_cb), (pause_cb), (stop_cb):
2335           update the example
2336
2337 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2338
2339         * gst/volume/gstvolume.c: (gst_volume_class_init),
2340         (volume_transform):
2341           do not update controlled params, if buffer has no timestamp
2342
2343 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2344
2345         * configure.ac:
2346         * gst/sine/Makefile.am:
2347         * gst/volume/Makefile.am:
2348           controllerized elements also need to link against controller-libs ;)
2349
2350 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2351
2352         * docs/libs/tmpl/gstcolorbalance.sgml:
2353         * docs/libs/tmpl/gstgconf.sgml:
2354         * docs/libs/tmpl/gstmixer.sgml:
2355         * docs/libs/tmpl/gstringbuffer.sgml:
2356         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2357         (gst_sinesrc_create):
2358         * gst/volume/gstvolume.c: (gst_volume_class_init),
2359         (volume_transform):
2360           controllerized two audio plugins
2361
2362 2005-08-29  Andy Wingo  <wingo@pobox.com>
2363
2364         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2365         (vorbis_handle_data_packet): Fix some int overflow errors.
2366
2367         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2368         -1.
2369         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2370         valid.
2371         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2372         if it's valid. Fixed streaming-mode playback.
2373
2374         * check/elements/volume.c (cleanup_volume): Fix for running
2375         CK_FORK=no.
2376
2377         * check/elements/audioconvert.c: Convert from native endian, not
2378         little endian.
2379
2380 2005-08-29  Michael Smith <msmith@fluendo.com>
2381
2382         * ext/ogg/Makefile.am:
2383         * ext/ogg/gstogg.c: (plugin_init):
2384         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2385         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2386         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2387         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2388         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2389         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2390         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2391         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2392         Add an ogg parser element.
2393
2394 2005-08-28  Andy Wingo  <wingo@pobox.com>
2395
2396         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2397
2398 2005-08-26  Wim Taymans  <wim@fluendo.com>
2399
2400         * gst/audioconvert/audioconvert.c: (if), (float),
2401         (audio_convert_get_func_index), (check_default),
2402         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2403         (audio_convert_clean_context), (audio_convert_get_sizes),
2404         (audio_convert_convert):
2405         Cleanups.
2406
2407 2005-08-26  Wim Taymans  <wim@fluendo.com>
2408
2409         * gst/audioconvert/audioconvert.c: (if), (float),
2410         (audio_convert_get_func_index), (check_default),
2411         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2412         (audio_convert_clean_context), (audio_convert_get_sizes),
2413         (audio_convert_convert):
2414         More elegant and working temp buffer selection algo.
2415
2416 2005-08-26  Wim Taymans  <wim@fluendo.com>
2417
2418         * gst/audioconvert/audioconvert.c: (if), (float),
2419         (audio_convert_get_func_index), (check_default),
2420         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2421         (audio_convert_clean_context), (audio_convert_get_sizes),
2422         (get_temp_buffer), (audio_convert_convert):
2423         Use realloc else we lose our original data.
2424
2425 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2426
2427         * gst/audioresample/gstaudioresample.c:
2428           use base class' newsegment to properly timestamp
2429
2430 2005-08-26  Wim Taymans  <wim@fluendo.com>
2431
2432         * gst/audioconvert/audioconvert.c: (if), (float),
2433         (audio_convert_get_func_index), (check_default),
2434         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2435         (audio_convert_clean_context), (audio_convert_get_sizes),
2436         (get_temp_buffer), (audio_convert_convert):
2437         * gst/audioconvert/gstaudioconvert.c:
2438         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2439         (gst_audio_convert_transform_caps),
2440         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2441         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2442         Oops, allocate enough space to perform the channel mix.
2443
2444 2005-08-26  Wim Taymans  <wim@fluendo.com>
2445
2446         * gst/audioconvert/Makefile.am:
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         * gst/audioconvert/audioconvert.h:
2453         * gst/audioconvert/gstaudioconvert.c:
2454         (gst_audio_convert_class_init), (gst_audio_convert_init),
2455         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2456         (gst_audio_convert_get_unit_size),
2457         (gst_audio_convert_transform_caps),
2458         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2459         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2460         * gst/audioconvert/gstaudioconvert.h:
2461         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2462         (gst_channel_mix_fill_identical),
2463         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2464         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2465         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2466         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2467         (gst_channel_mix_mix):
2468         * gst/audioconvert/gstchannelmix.h:
2469         Cleanups, librarify a bit, optimize, better negotiation and more.
2470
2471 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2472
2473         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2474         Another from MikeS:
2475         During typefinding, don't support negative offsets
2476         (offsets from the end of the stream) in our typefind->peek() function
2477         - nothing embedded in ogg ever needs them. However, we need to recognise
2478         those requests and reject them, otherwise we return invalid pointers.
2479
2480 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2481
2482         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2483         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2484         (vorbisdec_finalize), (vorbis_handle_type_packet):
2485           Big shout-out to MikeS for fixing this giant memory leak.
2486           Huzzah!
2487
2488 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2489
2490         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2491         (audio_convert_get_unit_size):
2492           plug some leaks
2493
2494 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2495
2496         * check/Makefile.am:
2497         * check/elements/audioconvert.c: (setup_audioconvert),
2498         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2499         (GST_START_TEST), (audioconvert_suite), (main):
2500           add a test for audioconvert
2501         * gst/audioresample/gstaudioresample.c:
2502         * gst/audioresample/gstaudioresample.h:
2503           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2504           note that for buffers of 1/3 sec this means DURATION(c) is 
2505           one nanosecond more than for a and b
2506
2507 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2508
2509         * check/Makefile.am:
2510         * check/elements/audioresample.c: (setup_audioresample),
2511         (cleanup_audioresample), (fail_unless_perfect_stream),
2512         (test_perfect_stream_instance), (GST_START_TEST),
2513           add a check for audioresample
2514         (audioresample_suite), (main):
2515         * check/elements/volume.c: (GST_START_TEST):
2516           remove unused method
2517         * gst/audioresample/gstaudioresample.c:
2518           set correct buffer parameters since we're changing them
2519         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2520           add some debug
2521
2522 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2523
2524         * gst/audioresample/debug.c:
2525         * gst/audioresample/gstaudioresample.c:
2526           add room for extra overlap samples when asked to transform size
2527           protect against possible mem corruption and check for discrepancies
2528           between written size and outbuffer's size so we can warn for
2529           potential problems
2530         * gst/audioresample/resample.c: (resample_init),
2531         (resample_get_output_size_for_input), (resample_get_output_size),
2532         (resample_set_n_channels), (resample_set_format):
2533           set debug level based on RESAMPLE_DEBUG env var
2534           make sure that get_output_size* returns a whole number of
2535           sample_size
2536           set sample_size each time either channel or format is set
2537         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
2538         * gst/audioresample/resample_functable.c:
2539         (resample_scale_functable):
2540         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2541           remove r->sample_size, it's done in resample.c now
2542           add some debugging to the ref implementation
2543           make sure we only give back bytes that are wholes of the sample
2544           size
2545
2546 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
2547         * gst/playback/gstplaybasebin.c: (fill_buffer):
2548         Revert unpopular change for GST_MESSAGE_SRC to GObject.
2549
2550 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
2551
2552         * gst/volume/gstvolume.c:
2553           made set_caps function static
2554
2555 2005-08-24  Wim Taymans  <wim@fluendo.com>
2556
2557         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2558         (gst_vorbisenc_change_state):
2559         Stop leaking taglists.
2560
2561 2005-08-24  Wim Taymans  <wim@fluendo.com>
2562
2563         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2564         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
2565         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
2566         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
2567         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2568         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2569         Parse seeking events better.
2570         Unref static caps.
2571         Generate correct newsegment events, fixes seeking in live oggs.
2572
2573         * ext/theora/theoradec.c: (theora_dec_src_query),
2574         (theora_dec_src_event), (theora_dec_src_getcaps),
2575         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
2576         Use newsegment values to report correct play time.
2577
2578         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2579         (vorbis_dec_src_event), (vorbis_dec_sink_event):
2580         * ext/vorbis/vorbisdec.h:
2581         Parse and use newsegment values to report correct play time.
2582
2583         * gst-libs/gst/audio/gstbaseaudiosink.c:
2584         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2585         Clear ringbuffer on flush.
2586         Use newsegment values to calculate playback time.
2587
2588         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
2590         Basesink does newsegment calculations for us now.
2591
2592 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2593
2594         * check/Makefile.am:
2595         * configure.ac:
2596           add core's plugins to the mix so that playbin works
2597         * check/generic/states.c: (GST_START_TEST):
2598           set a 0 timeout on pipelines, so they don't force the next
2599           state change
2600         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
2601         (gst_play_base_bin_change_state):
2602           remove the crappy error handling and do GST error handling
2603
2604 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2605
2606         * check/Makefile.am:
2607         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
2608           add same test as to core, it bitches out on playbin atm.
2609
2610 2005-08-24  Wim Taymans  <wim@fluendo.com>
2611
2612         * configure.ac:
2613         Remove audioscale.
2614
2615 2005-08-24  Wim Taymans  <wim@fluendo.com>
2616
2617         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2618         (gst_videoscale_prepare_size), (parse_caps),
2619         (gst_videoscale_set_caps), (gst_videoscale_get_size),
2620         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
2621         (gst_videoscale_transform):
2622         * gst/videoscale/gstvideoscale.h:
2623         Refactor, make use of BaseTranform really well.
2624
2625 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2626
2627         * configure.ac:
2628           compile audioresample
2629         * gst/audioresample/Makefile.am:
2630         * gst/audioresample/buffer.c:
2631         * gst/audioresample/functable.c:
2632         * gst/audioresample/gstaudioresample.c:
2633         * gst/audioresample/gstaudioresample.h:
2634         * gst/audioresample/resample.c:
2635         (resample_get_output_size_for_input):
2636         * gst/audioresample/resample.h:
2637         * gst/audioresample/resample_chunk.c:
2638         * gst/audioresample/resample_functable.c:
2639         * gst/audioresample/resample_ref.c:
2640           port to use basetransform; doesn't work in all cases yet
2641
2642 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2643
2644         * gst/audioconvert/gstaudioconvert.c:
2645         (gst_audio_convert_class_init), (gst_audio_convert_init),
2646         (audio_convert_get_unit_size), (audio_convert_transform_caps),
2647         (audio_convert_fixate_caps), (audio_convert_set_caps),
2648         (audio_convert_transform),
2649         (gst_audio_convert_buffer_to_default_format),
2650         (gst_audio_convert_buffer_from_default_format),
2651         (gst_audio_convert_channels):
2652         * gst/audioconvert/gstchannelmix.c:
2653         * gst/audioconvert/gstchannelmix.h:
2654           port to basetransform
2655         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2656         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
2657         (gst_ffmpegcsp_get_unit_size):
2658         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2659         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
2660           fix for basetransform changes
2661
2662 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
2663
2664         * check/Makefile.am:
2665           Add CHECK_CFLAGS and LDFLAGS
2666
2667         * gst/playback/gstplaybasebin.c: (fill_buffer):
2668           GST_MESSAGE_SRC became a GObject
2669
2670 2005-08-24  Wim Taymans  <wim@fluendo.com>
2671
2672         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
2673         (gst_ring_buffer_clear_all):
2674         * gst-libs/gst/audio/gstringbuffer.h:
2675         Added function to clear the ringbuffer.
2676
2677 2005-08-24  Andy Wingo  <wingo@pobox.com>
2678
2679         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
2680         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
2681         of _open and _close.
2682
2683         * sys/v4l/gstv4lxoverlay.h:
2684         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
2685         an Xv connection here, instead of all the time. Make Xv only be
2686         loaded if you axe for it. Kindof a workaround for buggy behaviour
2687         of Xv when using remote xservers (XvQueryExtension would block).
2688         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
2689         replace the _open and _close public API. Only start the xv
2690         connection if necessary.
2691         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
2692
2693 2005-08-23  David Schleef  <ds@schleef.org>
2694
2695         * gst/audioresample/Makefile.am: Leet audioresampling code
2696         * gst/audioresample/buffer.c:
2697         * gst/audioresample/buffer.h:
2698         * gst/audioresample/debug.c:
2699         * gst/audioresample/debug.h:
2700         * gst/audioresample/functable.c:
2701         * gst/audioresample/functable.h:
2702         * gst/audioresample/gstaudioresample.c:
2703         * gst/audioresample/gstaudioresample.h:
2704         * gst/audioresample/resample.c:
2705         * gst/audioresample/resample.h:
2706         * gst/audioresample/resample_chunk.c:
2707         * gst/audioresample/resample_functable.c:
2708         * gst/audioresample/resample_ref.c:
2709
2710 2005-08-23  Wim Taymans  <wim@fluendo.com>
2711
2712         * examples/seeking/seek.c: (make_vorbis_pipeline),
2713         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
2714         Small seek updates.
2715
2716 2005-08-23  Andy Wingo  <wingo@pobox.com>
2717
2718         * gst-libs/gst/audio/gstbaseaudiosrc.c
2719         (gst_base_audio_src_fixate): Only fixate endianness if it is
2720         present in the caps.
2721
2722 2005-08-22  Andy Wingo  <wingo@pobox.com>
2723
2724         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
2725         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
2726         device-name property.
2727
2728         * gst-libs/gst/audio/gstaudiosrc.h:
2729         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
2730         close_device in the ring buffer, like gstaudiosink.
2731
2732         * ext/alsa/gstalsamixer.h:
2733         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
2734         macro to implement the interface without much code. Cleanups. 
2735
2736         * ext/alsa/gstalsasrc.h:
2737         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
2738         READY.
2739
2740         * ext/alsa/Makefile.am: Add new files.
2741         * ext/alsa/gstalsamixerelement.c: 
2742         * ext/alsa/gstalsamixerelement.c: Split element code out from
2743         mixer code so that alsasrc can be a mixer too.
2744
2745 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2746
2747         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2748         (GST_START_TEST):
2749         * check/elements/vorbisdec.c: (setup_vorbisdec),
2750         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
2751         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2752         (vorbis_handle_identification_packet),
2753         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
2754         (vorbis_handle_header_packet), (vorbis_dec_push),
2755         (vorbis_dec_chain):
2756           use the setup/teardown methods to save code.  save code is good.
2757
2758 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2759
2760         * check/Makefile.am:
2761           add ext dir for plugins
2762           add vorbisdec test conditionally
2763         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2764         (GST_START_TEST), (volume_suite):
2765           add a test with wrong caps
2766         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
2767         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
2768           add a vorbisdec test
2769         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
2770         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
2771           clean up debug output
2772         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2773           yay, fix a segfault/security issue in vorbisdec
2774           gst-launch fakesrc ! vorbisdec wasn't happy
2775         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
2776         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
2777         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
2778         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
2779         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
2780         (gst_vorbisenc_set_metadata), (get_constraints_string),
2781         (update_start_message), (gst_vorbisenc_setup),
2782         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
2783         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
2784         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
2785         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
2786         * ext/vorbis/vorbisenc.h:
2787           march in line
2788         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2789         (gst_ffmpegcsp_transform):
2790           have the kow come home
2791         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
2792           debug my func ptr
2793         * gst/volume/gstvolume.c: (volume_set_caps):
2794           add a debug
2795
2796 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2797
2798         * Makefile.am:
2799         * check/.cvsignore:
2800         * check/Makefile.am:
2801         * check/elements/.cvsignore:
2802         * check/elements/volume.c: (chain_func), (event_func),
2803         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
2804         (main):
2805         * configure.ac:
2806           add unit test structure for gst-plugins-base
2807           add a test for volume
2808         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
2809         (gst_volume_set_volume), (gst_volume_get_volume),
2810         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
2811         (volume_funcfind), (volume_process_float), (volume_process_int16),
2812         (volume_set_caps), (volume_transform), (volume_update_mute),
2813         (volume_update_volume), (volume_set_property),
2814         (volume_get_property):
2815           document a little; use basetransform vmethod _set_caps
2816
2817 2005-08-19  Andy Wingo  <wingo@pobox.com>
2818
2819         * ext/alsa/gstalsamixertrack.h:
2820         * ext/alsa/gstalsamixertrack.c:
2821         * ext/alsa/gstalsamixeroptions.h:
2822         * ext/alsa/gstalsamixeroptions.c:
2823         * ext/alsa/gstalsamixer.h:
2824         * ext/alsa/gstalsamixer.c: Port to 0.9.
2825
2826         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
2827         Remove gstalsa.c and alsaclock. No more cruft here.
2828         
2829 2005-08-18  Wim Taymans  <wim@fluendo.com>
2830
2831         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2832         (gst_base_rtp_depayload_chain),
2833         (gst_base_rtp_depayload_add_to_queue),
2834         (gst_base_rtp_depayload_push),
2835         (gst_base_rtp_depayload_queue_release):
2836         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2837         Fix for RTPBuffer changes.
2838
2839         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
2840         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
2841         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
2842         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
2843         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
2844         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
2845         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
2846         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
2847         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
2848         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
2849         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
2850         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
2851         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
2852         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
2853         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
2854         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
2855         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
2856         (gst_rtpbuffer_get_payload):
2857         * gst-libs/gst/rtp/gstrtpbuffer.h:
2858         Don't subclass GstBuffer but add methods and helper functions
2859         to construct and manipulate RTP packets in regular GstBuffers.
2860
2861 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
2862
2863         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
2864           moved statement below switch
2865         * gst/volume/gstvolume.c: (gst_volume_class_init):
2866           added debug ptr
2867
2868 2005-08-16  Wim Taymans  <wim@fluendo.com>
2869
2870         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2871         (gst_base_audio_src_change_state):
2872         Open and close device in READY<->NULL state change.
2873
2874 2005-08-16  Andy Wingo  <wingo@pobox.com>
2875
2876         * examples/seeking/Makefile.am: Don't compile non-compiling
2877         compiled objects with the compiler.
2878
2879         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
2880         elements.
2881
2882 2005-08-12  Philippe Khalaf <burger@speedy.org>
2883         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2884         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2885           Made a thread to release the queue.
2886           Removed timestamp conversion for now.
2887
2888 2005-08-10  Philippe Khalaf <burger@speedy.org>
2889         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2890         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2891           Added rtp timestamp -> gst timestamp conversion.
2892           Fixed several problems with queue.
2893
2894 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
2895
2896         * gst-libs/gst/audio/gstaudioclock.h:
2897         * gst-libs/gst/audio/gstaudiofilter.h:
2898         * gst-libs/gst/audio/gstaudiosink.h:
2899         * gst-libs/gst/audio/gstaudiosrc.h:
2900         * gst-libs/gst/audio/gstbaseaudiosink.h:
2901         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2902         * gst-libs/gst/audio/gstringbuffer.h:
2903         * gst-libs/gst/net/gstnetbuffer.h:
2904         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2905         * gst-libs/gst/rtp/gstrtpbuffer.h:
2906           Add padding (you will need to rebuild gst-plugins-base,
2907           gst-plugins and all applications afterwards!)
2908
2909 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
2910
2911         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
2912         (gst_riff_parse_chunk):
2913           Fix bug in debug message and add some more debug messages.
2914
2915 2005-08-08  Edward Hervey  <edward@fluendo.com>
2916
2917         * gst-libs/gst/riff/riff-media.c:
2918         backported updates since branch
2919
2920 2005-08-08  Andy Wingo  <wingo@pobox.com>
2921
2922         * gst-libs/gst/audio/gstbaseaudiosink.c
2923         (gst_base_audio_sink_change_state): Open the device in NULL->READY
2924         like good elements should. Close on READY->NULL too.
2925
2926         * gst-libs/gst/audio/gstaudiosink.c
2927         (gst_audioringbuffer_open_device,
2928         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
2929         (gst_audioringbuffer_release): Updates for new ring buffer API,
2930         hook into the new audio sink api.
2931
2932         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
2933         (GstAudioSinkClass.close): Just open and close the device -- no
2934         resource allocation or configuration.
2935         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
2936         vmethods, handle device setup and resource allocation.
2937
2938         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
2939         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
2940         base class API.
2941
2942         * gst-libs/gst/audio/gstringbuffer.h
2943         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
2944         New vmethods.
2945
2946         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
2947         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
2948         New API functions. The device should be opened before acquiring
2949         and closed after releasing.
2950
2951 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
2952
2953         * gst-libs/gst/interfaces/mixer.h:
2954           Reset padding to GST_PADDING.
2955
2956 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2957
2958         * gst/playback/gstplaybin.c: (remove_sinks):
2959           Remove visualization from parent explicitely; works around some
2960           apparent refcount issue that I haven't tracked down yet.
2961
2962 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2963
2964         * ext/alsa/gstalsasink.c: (set_hwparams):
2965           Assign debug category, add negotiation debug msgs.
2966
2967 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2968
2969         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
2970           Fix error code for file-not-found to NOT_FOUND.
2971
2972 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2973
2974         * common/gtk-doc-plugins.mak:
2975         * docs/plugins/Makefile.am:
2976         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2977         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2978           renamed to actual element names, so much nicer to look at
2979         * docs/plugins/tmpl/gstmultifdsink.sgml:
2980           remove
2981         * docs/plugins/tmpl/multifdsink.sgml:
2982         * docs/plugins/tmpl/tcpserversink.sgml:
2983           add
2984         * ext/alsa/gstalsa.c:
2985         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
2986         * ext/ogg/gstoggmux.c:
2987         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
2988         * gst/playback/gstdecodebin.c:
2989         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
2990         * gst/tcp/gsttcpserversink.c:
2991           various fixes and documentation additions
2992
2993 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2994
2995         * common/Makefile.am:
2996         * common/gstdoc-scangobj:
2997         * common/gtk-doc-plugins.mak:
2998         * common/gtk-doc.mak:
2999           add a custom scangobj that uses the registry
3000           add a custom gtk-doc-plugins.mak that uses it
3001           some doc build fixes
3002         * configure.ac:
3003         * docs/Makefile.am:
3004         * docs/plugins/Makefile.am:
3005         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3006         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3007         * docs/plugins/gst-plugins-base-plugins.types:
3008         * docs/plugins/tmpl/gstmultifdsink.sgml:
3009           add docs for one element, multifdsink
3010         * gst/adder/gstadder.h:
3011         * gst/volume/gstvolume.h:
3012           don't privatize enum
3013         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3014         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3015         (gst_sync_method_get_type), (gst_client_status_get_type),
3016         (gst_multifdsink_class_init),
3017         (gst_multifdsink_client_queue_buffer),
3018         (gst_multifdsink_handle_client_write):
3019         * gst/tcp/gstmultifdsink.h:
3020         * gst/tcp/gsttcp.h:
3021         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3022         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3023         (gst_tcpclientsink_render):
3024         * gst/tcp/gsttcpclientsink.h:
3025         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3026         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
3027         (gst_tcpclientsrc_start):
3028         * gst/tcp/gsttcpclientsrc.h:
3029         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3030         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
3031         * gst/tcp/gsttcpserversrc.h:
3032         * gst/typefind/gsttypefindfunctions.c:
3033           remove superfluous Type stuff
3034
3035 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3036
3037         * gst/playback/gstplaybin.c: (gen_video_element):
3038           Enable videoscale.
3039
3040 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3041
3042         * gst-libs/gst/gconf/gconf.c:
3043         * gst-libs/gst/gconf/gconf.h:
3044           Fix some Andy Problem [tm].
3045
3046 2005-08-04  Andy Wingo  <wingo@pobox.com>
3047
3048         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
3049         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
3050         (gst_ffmpegcsp_get_size): Adapt to API changes.
3051
3052         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
3053         Implement an in-place do-nothing transform.
3054
3055 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3056
3057         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3058         (gst_ximagesink_renegotiate_size):
3059           Do not set new window sizes yet if we prepare a new buffer size
3060           for upstream renegotiation (software scaling) at some point in the
3061           future, because this new size waqs not actually accepted yet. Once
3062           accepted, renegotiation later on will set the new sizes just fine.
3063           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
3064           embedding testcase.
3065
3066 2005-08-03  Andy Wingo  <wingo@pobox.com>
3067
3068         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
3069         (gst_ximagesink_buffer_alloc): 
3070         Protect the height, width, and desired_caps with the pool_lock.
3071         Fixes videotestsrc ! queue ! ximagesink.
3072
3073 2005-08-02  Edward Hervey  <edward@fluendo.com>
3074
3075         * gst/volume/gstvolume.c:
3076         include left from controller cleanup
3077
3078 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
3079         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
3080           Stop collectpads before calling the parent state
3081           change function on PAUSED->READY.
3082
3083 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
3084         * configure.ac:
3085           When testing for X libs, use the X CFlags 
3086         * gst/adder/gstadder.c: (gst_adder_change_state):
3087           Stop the collectpads before calling parent state change function
3088           on PAUSED->READY, otherwise we deadlock deactivating pads.
3089
3090 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
3091
3092         * configure.ac:
3093         * docs/libs/tmpl/gstcolorbalance.sgml:
3094         * docs/libs/tmpl/gstmixer.sgml:
3095         * examples/Makefile.am:
3096         * gst/sine/Makefile.am:
3097         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
3098         (gst_sinesrc_set_property), (plugin_init):
3099         * gst/sine/gstsinesrc.h:
3100         * gst/volume/Makefile.am:
3101         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3102         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
3103         (volume_process_float), (volume_process_int16),
3104         (volume_set_property), (plugin_init):
3105         * gst/volume/gstvolume.h:
3106           deactivate and remove dparams (libgstcontrol)
3107
3108 2005-07-29  Wim Taymans  <wim@fluendo.com>
3109
3110         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
3111         Convert me to BaseTransform!! help..
3112
3113 2005-07-29  Andy Wingo  <wingo@pobox.com>
3114
3115         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
3116         sinks.
3117
3118         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
3119         support of both endiannesses.
3120
3121 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3122
3123         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3124           Fix confusing debug message (s/event/query/)
3125
3126 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3127
3128         * gst/videotestsrc/videotestsrc.h:
3129           Use "_stdint.h" instead of <stdint.h>
3130
3131 2005-07-27  Wim Taymans  <wim@fluendo.com>
3132
3133         * ext/vorbis/Makefile.am:
3134         Revert wrong commit.
3135
3136 2005-07-27  Wim Taymans  <wim@fluendo.com>
3137
3138         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
3139         More compilation fixen.
3140
3141 2005-07-27  Wim Taymans  <wim@fluendo.com>
3142
3143         * gst-libs/gst/audio/gstbaseaudiosink.c:
3144         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3145         (gst_base_audio_sink_create_ringbuffer),
3146         (gst_base_audio_sink_change_state):
3147         Fix compilation.
3148
3149 2005-07-27  Wim Taymans  <wim@fluendo.com>
3150
3151         * examples/seeking/seek.c: (setup_dynamic_link),
3152         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
3153         (query_positions_elems), (query_positions_pads), (do_seek):
3154         Update seek example.
3155
3156         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3157         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
3158         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
3159         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3160         (gst_ogg_demux_handle_event),
3161         (gst_ogg_demux_deactivate_current_chain),
3162         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3163         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3164         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
3165         (gst_ogg_demux_loop):
3166         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3167         * ext/theora/theoradec.c: (theora_dec_src_event),
3168         (theora_dec_src_getcaps), (theora_dec_sink_event),
3169         (theora_dec_push), (theora_dec_chain):
3170         * ext/vorbis/Makefile.am:
3171         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
3172         (vorbis_dec_sink_event), (vorbis_dec_push),
3173         (vorbis_handle_data_packet):
3174         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
3175         (gst_vorbisenc_chain):
3176         * gst/playback/gststreaminfo.c: (cb_probe):
3177         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
3178         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3179         * gst/videoscale/gstvideoscale.c:
3180         (gst_videoscale_handle_src_event):
3181         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
3182         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
3183         (gst_ximagesink_navigation_send_event):
3184         * sys/xvimage/xvimagesink.c:
3185         (gst_xvimagesink_navigation_send_event):
3186         Various event updates and cleanups
3187
3188 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3189
3190         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
3191           Fix segfault for I420/YV12.
3192
3193 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3194
3195         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3196           Report bitrate.
3197
3198 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3199
3200         * gst/playback/gstplaybin.c: (gen_video_element),
3201         (gen_audio_element):
3202           Switch to auto*sink elements as default sinks; add volume element
3203           so that volume control in totem works.
3204
3205 2005-07-21  Wim Taymans  <wim@fluendo.com>
3206
3207         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3208         * gst/playback/gstplaybin.c: (setup_sinks),
3209         (gst_play_bin_change_state):
3210         Refcount fix and more comments.
3211
3212 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3213
3214         * sys/ximage/Makefile.am:
3215         * sys/ximage/ximage.c: (plugin_init):
3216         * sys/ximage/ximagesink.c:
3217         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3218         
3219
3220 2005-07-21  Wim Taymans  <wim@fluendo.com>
3221
3222         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3223         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3224         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3225         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3226         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3227         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3228         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3229         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3230         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3231         Generate correct disconts for live chained oggs.
3232
3233         * gst-libs/gst/audio/gstbaseaudiosink.c:
3234         (gst_base_audio_sink_render),
3235         (gst_base_audio_sink_create_ringbuffer),
3236         (gst_base_audio_sink_change_state):
3237         Handle discont math correctly.
3238
3239         * gst/playback/gstplaybin.c: (add_sink):
3240         Some small debug cleanup.
3241
3242 2005-07-21  Wim Taymans  <wim@fluendo.com>
3243
3244         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3245         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3246         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3247         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3248         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3249         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3250         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3251         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3252         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3253         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3254         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3255         (gst_ogg_demux_change_state), (gst_ogg_print):
3256         Reorganize code to send the right disconts when in streaming
3257         mode.
3258
3259 2005-07-20  Andy Wingo  <wingo@pobox.com>
3260
3261         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3262         fix (?), fixes a seggie mcfalterson (#310894).
3263
3264 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3265
3266         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3267         (gst_ogg_mux_set_header_on_caps):
3268         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3269         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3270         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3271         * gst-libs/gst/audio/multichannel.c:
3272         (gst_audio_set_channel_positions),
3273         (gst_audio_set_structure_channel_positions_list):
3274         * gst/playback/gstdecodebin.c: (dynamic_create):
3275         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3276         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3277           Fixes for API changes in core.
3278
3279 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3280
3281         * gst/playback/gstplaybasebin.c: (fill_buffer):
3282           Use _new_custom() so we can set custom message types for buffering
3283           messages.
3284
3285 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3286
3287         * configure.ac:
3288         * gst-libs/gst/Makefile.am:
3289         * gst-libs/gst/gconf/.cvsignore:
3290         * gst-libs/gst/gconf/Makefile.am:
3291         * gst-libs/gst/gconf/test-gconf.c:
3292         * pkgconfig/Makefile.am:
3293         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3294         * pkgconfig/gstreamer-gconf.pc.in:
3295           Remove gconf stuff, use gconf elements instead from now on.
3296
3297 2005-07-20  Wim Taymans  <wim@fluendo.com>
3298
3299         * gst-libs/gst/audio/TODO:
3300         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3301         (gst_audio_clock_get_internal_time):
3302         * gst-libs/gst/audio/gstaudioclock.h:
3303         * gst-libs/gst/audio/gstbaseaudiosink.c:
3304         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3305         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3306         (gst_base_audio_sink_render),
3307         (gst_base_audio_sink_create_ringbuffer),
3308         (gst_base_audio_sink_change_state):
3309         Make sure the audio clock always returns an increasing value.
3310
3311 2005-07-19  Andy Wingo  <wingo@pobox.com>
3312
3313         * gst/videotestsrc/: Cleanups.
3314
3315 2005-07-19  Wim Taymans  <wim@fluendo.com>
3316
3317         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3318         Better debugging.
3319
3320 2005-07-19  Wim Taymans  <wim@fluendo.com>
3321
3322         * examples/seeking/seek.c: (make_dv_pipeline),
3323         (make_vorbis_theora_pipeline), (query_rates),
3324         (query_positions_elems), (query_positions_pads), (do_seek):
3325         Make correct DV pipeline.
3326
3327 2005-07-18  Andy Wingo  <wingo@pobox.com>
3328
3329         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3330         default. Also because it's the only thing that really works. (This
3331         is used in the GConf elements).
3332         Use AS_LIBTOOL_TAGS.
3333
3334 2005-07-18  Wim Taymans  <wim@fluendo.com>
3335
3336         * gst/playback/gstdecodebin.c: (remove_element_chain):
3337         * gst/playback/gstplaybin.c: (add_sink):
3338         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3339         (gst_stream_info_set_mute):
3340         * gst/playback/gststreamselector.c:
3341         (gst_stream_selector_get_linked_pad),
3342         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3343         More leak and compile fixes.
3344
3345 2005-07-18  Wim Taymans  <wim@fluendo.com>
3346
3347         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3348         (query_rates), (query_positions_elems), (query_positions_pads),
3349         (do_seek), (seek_cb), (stop_seek):
3350         Updated seek example. 
3351
3352         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3353         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3354         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3355         * gst/playback/gstplaybin.c: (add_sink):
3356         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3357         (gst_stream_info_set_mute):
3358         Some refcount leak fixes.
3359
3360 2005-07-16  Wim Taymans  <wim@fluendo.com>
3361
3362         * gst-libs/gst/audio/gstbaseaudiosink.c:
3363         (gst_base_audio_sink_render):
3364         Align samples even if we have roundoff errors in the 
3365         timestamp conversion.
3366
3367 2005-07-16  Wim Taymans  <wim@fluendo.com>
3368
3369         * docs/libs/tmpl/gstringbuffer.sgml:
3370         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3371         (query_rates), (query_positions_elems), (query_positions_pads),
3372         (update_scale), (do_seek):
3373         Updated seek example.
3374
3375         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3376         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3377         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3378         (gst_ogg_demux_loop):
3379         Push out correct discont values.
3380
3381         * ext/theora/theoradec.c: (theora_dec_src_convert),
3382         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3383         (theora_dec_sink_event), (theora_handle_type_packet),
3384         (theora_handle_header_packet), (theora_dec_push),
3385         (theora_handle_data_packet), (theora_dec_chain),
3386         (theora_dec_change_state):
3387         Better timestamping.
3388
3389         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3390         (vorbis_dec_sink_event), (vorbis_dec_push),
3391         (vorbis_handle_data_packet), (vorbis_dec_chain):
3392         * ext/vorbis/vorbisdec.h:
3393         Better timestamping.
3394
3395         * gst-libs/gst/audio/gstbaseaudiosink.c:
3396         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3397         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3398         Handle syncing on timestamps instead of sample offsets. Make
3399         use of DISCONT values as described in design docs.
3400
3401         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3402         (gst_base_audio_src_get_time):
3403         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3404         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3405         (gst_ring_buffer_read):
3406         * gst-libs/gst/audio/gstringbuffer.h:
3407         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3408         (gst_ximagesink_show_frame):
3409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3410         Correcly convert buffer timestamp to stream time.
3411
3412 2005-07-16  Wim Taymans  <wim@fluendo.com>
3413
3414         * gst/audioconvert/gstaudioconvert.c:
3415         (gst_audio_convert_get_buffer):
3416         Timestamp buffers correctly.
3417
3418         * gst/playback/gstplaybin.c: (gen_video_element):
3419         Make internal fakesink silent.
3420
3421 2005-07-15  Wim Taymans  <wim@fluendo.com>
3422
3423         * gst/ffmpegcolorspace/Makefile.am:
3424         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3425         (gst_ffmpegcsp_caps_remove_format_info),
3426         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3427         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3428         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3429         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3430         Ported ffmpegcolorspace to basetransform.
3431
3432         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3433         * gst/volume/gstvolume.c: (volume_transform):
3434         Ported to new API.
3435
3436 2005-07-14  Wim Taymans  <wim@fluendo.com>
3437
3438         * gst/videotestsrc/Makefile.am:
3439         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3440         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3441         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3442         (gst_videotestsrc_init), (gst_videotestsrc_event),
3443         (gst_videotestsrc_create), (gst_videotestsrc_start),
3444         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3445         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3446         (gst_videotestsrc_get_property):
3447         * gst/videotestsrc/gstvideotestsrc.h:
3448         Make videotestsrc a pushsrc.
3449
3450 2005-07-14  Wim Taymans  <wim@fluendo.com>
3451
3452         * gst/tcp/gstfdset.c: (gst_fdset_free):
3453         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3454         (gst_multifdsink_add), (gst_multifdsink_remove),
3455         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3456         (gst_multifdsink_remove_client_link),
3457         (gst_multifdsink_client_queue_data),
3458         (gst_multifdsink_client_queue_caps),
3459         (gst_multifdsink_client_queue_buffer),
3460         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3461         (gst_multifdsink_stop):
3462         * gst/tcp/gstmultifdsink.h:
3463         0.8 backporting.
3464
3465         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3466         Also draw image when not from a pool.
3467
3468 2005-07-14  Wim Taymans  <wim@fluendo.com>
3469
3470         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3471         (mute_stream), (silence_stream):
3472         Small debug additions.
3473
3474 2005-07-14  Wim Taymans  <wim@fluendo.com>
3475
3476         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3477         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3478         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3479         Better error recovery, ignore unconnected pads and
3480         non-fatal errors.
3481
3482 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3483
3484         * docs/libs/tmpl/gstaudio.sgml:
3485         * docs/libs/tmpl/gstcolorbalance.sgml:
3486         * docs/libs/tmpl/gstgconf.sgml:
3487         * docs/libs/tmpl/gstmixer.sgml:
3488         * docs/libs/tmpl/gstringbuffer.sgml:
3489         * docs/libs/tmpl/gsttuner.sgml:
3490         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3491         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3492         (gst_tcpclientsrc_class_init):
3493         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3494         (gst_tcpserversrc_class_init):
3495         * sys/v4l/gstv4lelement.c:
3496           more autistic cleanliness in functions/names/defines
3497
3498 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3499
3500         * configure.ac:
3501           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3502           added manually to each Makefile.am so we are sure it goes
3503           *last* and doesn't add -L flags before linking in libs of our
3504           own, like, say, internal .la libs, that then accidentally pick
3505           up the installed copy.
3506         * docs/libs/Makefile.am:
3507         * ext/alsa/Makefile.am:
3508         * ext/cdparanoia/Makefile.am:
3509         * ext/gnomevfs/Makefile.am:
3510         * ext/libvisual/Makefile.am:
3511         * ext/ogg/Makefile.am:
3512         * ext/theora/Makefile.am:
3513         * ext/vorbis/Makefile.am:
3514         * gst-libs/gst/video/Makefile.am:
3515         * gst/adder/Makefile.am:
3516         * gst/audioconvert/Makefile.am:
3517         * gst/audiorate/Makefile.am:
3518         * gst/audioscale/Makefile.am:
3519         * gst/ffmpegcolorspace/Makefile.am:
3520         * gst/playback/Makefile.am:
3521         * gst/sine/Makefile.am:
3522         * gst/subparse/Makefile.am:
3523         * gst/tags/Makefile.am:
3524         * gst/tcp/Makefile.am:
3525         * gst/typefind/Makefile.am:
3526         * gst/videorate/Makefile.am:
3527         * gst/videoscale/Makefile.am:
3528         * gst/videotestsrc/Makefile.am:
3529         * gst/volume/Makefile.am:
3530         * sys/v4l/Makefile.am:
3531         * sys/ximage/Makefile.am:
3532         * sys/xvimage/Makefile.am:
3533           adapt properly to this change. This should make sure that
3534           plugins and libs properly link to the as-yet-uninstalled
3535           copies of stuff like libgstinterfaces and libgstvideo
3536
3537 2005-07-13  Andy Wingo  <wingo@pobox.com>
3538
3539         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
3540         (gst_v4lsrc_fixate): Fixate on format as well.
3541
3542         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
3543         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
3544         buffer points to it.
3545         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
3546         rather just doing X calls ourselves. Also fixes a memleak.
3547
3548 2005-07-12  Andy Wingo  <wingo@pobox.com>
3549
3550         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
3551         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
3552         (gst_v4lsrc_create): Re-add the copy-mode property, default to
3553         TRUE to avoid deadlocks if an element holds on to our buffers.
3554
3555 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3556
3557         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3558         (gst_sinesrc_init), (gst_sinesrc_create),
3559         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3560         (gst_sinesrc_start):
3561         * gst/sine/gstsinesrc.h:
3562           removing num-buffers property before moving it
3563
3564 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3565
3566         * configure.ac:
3567           use overridable ERROR_CFLAGS
3568         * docs/libs/gst-plugins-base-libs.types:
3569         * docs/libs/tmpl/gstringbuffer.sgml:
3570         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3571         (gst_alsasink_class_init):
3572         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3573         (gst_alsasrc_class_init):
3574         * gst-libs/gst/audio/audio.h:
3575         * gst-libs/gst/audio/gstaudioclock.h:
3576         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3577         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
3578         (gst_audio_filter_link), (gst_audio_filter_init),
3579         (gst_audio_filter_chain), (gst_audio_filter_set_property),
3580         (gst_audio_filter_get_property),
3581         (gst_audio_filter_class_add_pad_templates):
3582         * gst-libs/gst/audio/gstaudiofilter.h:
3583         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3584         (gst_audio_filter_template_get_type),
3585         (gst_audio_filter_template_base_init),
3586         (gst_audio_filter_template_class_init),
3587         (gst_audio_filter_template_init),
3588         (gst_audio_filter_template_set_property),
3589         (gst_audio_filter_template_get_property), (plugin_init),
3590         (gst_audio_filter_template_setup),
3591         (gst_audio_filter_template_filter),
3592         (gst_audio_filter_template_filter_inplace):
3593         * gst-libs/gst/audio/gstaudiosink.c:
3594         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3595         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
3596         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3597         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3598         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
3599         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
3600         * gst-libs/gst/audio/gstaudiosink.h:
3601         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3602         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3603         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3604         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
3605         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
3606         (gst_audio_src_class_init), (gst_audio_src_init),
3607         (gst_audio_src_create_ringbuffer):
3608         * gst-libs/gst/audio/gstaudiosrc.h:
3609         * gst-libs/gst/audio/gstbaseaudiosink.c:
3610         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
3611         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3612         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
3613         (gst_base_audio_sink_set_property),
3614         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
3615         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
3616         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
3617         (gst_base_audio_sink_create_ringbuffer),
3618         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
3619         * gst-libs/gst/audio/gstbaseaudiosink.h:
3620         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3621         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
3622         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
3623         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
3624         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
3625         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
3626         (gst_base_audio_src_event), (gst_base_audio_src_create),
3627         (gst_base_audio_src_create_ringbuffer),
3628         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
3629         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3630         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
3631         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
3632         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
3633         (gst_ring_buffer_debug_spec_caps),
3634         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3635         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
3636         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
3637         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3638         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
3639         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3640         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
3641         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
3642         (gst_ring_buffer_clear):
3643         * gst-libs/gst/audio/gstringbuffer.h:
3644         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
3645         (gst_video_sink_class_init), (gst_video_sink_get_type):
3646         * gst-libs/gst/video/videosink.h:
3647         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3648         (gst_multifdsink_class_init),
3649         (gst_multifdsink_handle_client_write),
3650         (gst_multifdsink_change_state):
3651         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3652         (gst_tcpclientsink_setcaps):
3653         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3654         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
3655         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
3656         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
3657         (gst_ximagesink_send_pending_navigation),
3658         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
3659         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
3660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
3661         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3662         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
3663         (gst_xvimagesink_send_pending_navigation),
3664         (gst_xvimagesink_navigation_send_event),
3665         (gst_xvimagesink_set_xwindow_id),
3666         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
3667         (gst_xvimagesink_get_type):
3668         more macro splitting
3669
3670 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3671
3672         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
3673           plug a memleak, allows me to import 1479 albums in one go
3674           in jamboree
3675         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3676         (vorbis_handle_type_packet), (vorbis_dec_chain),
3677         (vorbis_dec_change_state):
3678           fix some format strings
3679
3680 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3681
3682         * docs/libs/tmpl/gstcolorbalance.sgml:
3683         * docs/libs/tmpl/gstmixer.sgml:
3684         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3685         (gst_alsasink_set_property), (gst_alsasink_get_property):
3686         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
3687         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
3688           add device property
3689
3690 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3691
3692         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3693         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
3694         (audiocast_register_listener), (audiocast_thread_run),
3695         (gst_gnomevfssrc_send_additional_headers_callback),
3696         (gst_gnomevfssrc_received_headers_callback),
3697         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
3698         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
3699         (gst_gnomevfssrc_get_size):
3700           add/clean up debugging
3701         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
3702           cleanups
3703
3704 2005-07-07  Andy Wingo  <wingo@pobox.com>
3705
3706         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
3707         framerate. Need to get a handle on when exactly this function is
3708         called, tho.
3709
3710         * sys/v4l/v4lsrc_calls.h:
3711         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
3712         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
3713         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
3714
3715         * sys/v4l/v4l_calls.h: Cast to V4lElement.
3716         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
3717         v4lelements are sources.
3718
3719         * sys/v4l/gstv4lxoverlay.h:
3720         * sys/v4l/gstv4lxoverlay.c:
3721         * sys/v4l/gstv4ltuner.h:
3722         * sys/v4l/gstv4ltuner.c: Header loc fixen.
3723         
3724         * sys/v4l/gstv4lsrc.h:
3725         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
3726         PushSrc/BaseSrc. Removed most sync-related properties, videorate
3727         or something should handle that. Made a live source.
3728
3729         * sys/v4l/gstv4lelement.h:
3730         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
3731         signals. Some cleanups.
3732
3733         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
3734
3735         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
3736         stuff.
3737
3738         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
3739         stuff.
3740
3741         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
3742
3743 2005-07-07  Wim Taymans  <wim@fluendo.com>
3744
3745         * ext/theora/theoradec.c: (theora_get_query_types),
3746         (theora_dec_src_getcaps), (theora_dec_push):
3747         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
3748         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
3749         Remove deprecated/unused query types.
3750
3751 2005-07-06  Wim Taymans  <wim@fluendo.com>
3752
3753         * ext/alsa/Makefile.am:
3754         * ext/alsa/gstalsaplugin.c: (plugin_init):
3755         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3756         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3757         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
3758         (gst_alsasrc_class_init), (gst_alsasrc_init),
3759         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
3760         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
3761         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
3762         (gst_alsasrc_reset):
3763         * ext/alsa/gstalsasrc.h:
3764         * gst-libs/gst/audio/Makefile.am:
3765         * gst-libs/gst/audio/gstaudiosink.c:
3766         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3767         (gst_audioringbuffer_start):
3768         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3769         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3770         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
3771         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3772         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3773         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3774         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
3775         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
3776         * gst-libs/gst/audio/gstaudiosrc.h:
3777         * gst-libs/gst/audio/gstbaseaudiosink.c:
3778         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
3779         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
3780         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
3781         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3782         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
3783         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
3784         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
3785         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
3786         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
3787         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
3788         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
3789         (gst_baseaudiosrc_change_state):
3790         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3791         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3792         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
3793         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
3794         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
3795         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
3796         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
3797         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
3798         * gst-libs/gst/audio/gstringbuffer.h:
3799         Added audiosource base classes.
3800         Ported alsasrc, still very basic.
3801
3802 2005-07-06  Wim Taymans  <wim@fluendo.com>
3803
3804         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
3805         (theora_dec_push), (theora_handle_data_packet):
3806         Prepare for better timestamp fix later.
3807
3808         * gst/audioconvert/gstaudioconvert.c:
3809         List most accurate caps first
3810
3811         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
3812         Use proper pad task function.
3813
3814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3815         (gst_xvimagesink_show_frame):
3816         Fix deadlock when alloc failed.
3817
3818 2005-07-05  Andy Wingo  <wingo@pobox.com>
3819
3820         * ext/gnomevfs/gstgnomevfssrc.c:
3821         * gst/sine/gstsinesrc.c:
3822         * gst/tcp/gsttcpserversrc.c:
3823         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
3824
3825         * sys/v4l/: Port from 0.8.
3826
3827         * Many files: Null if we got it....
3828
3829 2005-07-05  Andy Wingo  <wingo@pobox.com>
3830
3831         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
3832         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
3833         Signedness fixes.
3834
3835 2005-07-05  Wim Taymans  <wim@fluendo.com>
3836
3837         * configure.ac:
3838         * gst/tcp/Makefile.am:
3839         * gst/tcp/README:
3840         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3841         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
3842         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
3843         (is_sync_frame), (gst_multifdsink_handle_client_write),
3844         (gst_multifdsink_render), (gst_multifdsink_start),
3845         (gst_multifdsink_stop), (gst_multifdsink_change_state):
3846         * gst/tcp/gstmultifdsink.h:
3847         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
3848         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
3849         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
3850         * gst/tcp/gsttcp.h:
3851         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3852         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3853         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
3854         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
3855         * gst/tcp/gsttcpclientsink.h:
3856         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3857         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
3858         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
3859         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
3860         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
3861         * gst/tcp/gsttcpclientsrc.h:
3862         * gst/tcp/gsttcpplugin.c: (plugin_init):
3863         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
3864         * gst/tcp/gsttcpserversink.h:
3865         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3866         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
3867         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
3868         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
3869         (gst_tcpserversrc_stop):
3870         * gst/tcp/gsttcpserversrc.h:
3871         * gst/tcp/gsttcpsink.c:
3872         * gst/tcp/gsttcpsink.h:
3873         * gst/tcp/gsttcpsrc.c:
3874         * gst/tcp/gsttcpsrc.h:
3875         Ported tcp plugins to 0.9. 
3876         
3877
3878 2005-07-05  Andy Wingo  <wingo@pobox.com>
3879
3880         * gst/playback/gstplaybasebin.c (fill_buffer):
3881         message_new_application fixen.
3882
3883         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
3884         Style fix.
3885
3886 2005-07-04  Wim Taymans  <wim@fluendo.com>
3887
3888         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
3889         Set caps on output buffer.
3890
3891 2005-07-04  Andy Wingo  <wingo@pobox.com>
3892
3893         * ext/gnomevfs/gstgnomevfssrc.c
3894         (gst_gnomevfssrc_received_headers_callback) 
3895         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
3896         hopefully.
3897
3898         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
3899         No refcount leakage.
3900
3901         * configure.ac: Enable -Werror.
3902         
3903         * ext/theora/theoradec.c (theora_dec_src_getcaps):
3904         * gst/audioconvert/bufferframesconvert.c
3905         (buffer_frames_convert_fixate):
3906         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
3907         (gst_audio_convert_fixate):
3908         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
3909         (gst_sinesrc_create): Fixate func changes.
3910         
3911         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3912         (gst_ximagesink_buffer_alloc): Unused var.
3913
3914 2005-07-01  Andy Wingo  <wingo@pobox.com>
3915
3916         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
3917         getcaps to do explicit caps. Needs to be done in all decoders,
3918         possibly via a base class.
3919
3920         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
3921
3922         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
3923         caps on the sink pad, just rely on the pad template. Also, setting
3924         ANY caps on a pad is not valid because the caps are not fixed.
3925
3926         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
3927         caps on the buffer, and get the width from the desired_caps if
3928         they're set.
3929         (gst_ximagesink_renegotiate_size): Implement via setting the
3930         desired_caps on the ximagesink.
3931         (gst_ximagesink_setcaps): Only reset the width of the player if it
3932         wasn't already set. Not sure if this is right.
3933         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
3934
3935         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
3936         that the user wants. NULL unless the window has been resized.
3937
3938         * gst/volume/gstvolume.c (volume_transform): Adapt to
3939         basetransform refcount changes.
3940         
3941 2005-07-01  Andy Wingo  <wingo@pobox.com>
3942
3943         * gst/videoscale/gstvideoscale.c:
3944         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
3945         from BaseTransform, implements a transform_caps. Removed dead code
3946         including some PAR stuff that was never reached -- should probably
3947         be added back somehow.
3948
3949 2005-07-01  Andy Wingo  <wingo@pobox.com>
3950
3951         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
3952         come later.
3953
3954 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3955
3956         * configure.ac:
3957         * docs/libs/Makefile.am:
3958         * docs/libs/gst-plugins-libs.types:
3959         * ext/alsa/Makefile.am:
3960         * ext/alsa/gstalsamixer.h:
3961         * ext/alsa/gstalsamixeroptions.h:
3962         * ext/alsa/gstalsamixertrack.h:
3963         * gst-libs/gst/Makefile.am:
3964         * gst-libs/gst/colorbalance/.cvsignore:
3965         * gst-libs/gst/colorbalance/Makefile.am:
3966         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
3967         * gst-libs/gst/colorbalance/colorbalance.c:
3968         * gst-libs/gst/colorbalance/colorbalance.h:
3969         * gst-libs/gst/colorbalance/colorbalance.vcproj:
3970         * gst-libs/gst/colorbalance/colorbalancechannel.c:
3971         * gst-libs/gst/colorbalance/colorbalancechannel.h:
3972         * gst-libs/gst/interfaces/Makefile.am:
3973         * gst-libs/gst/interfaces/colorbalance.c:
3974         (gst_color_balance_class_init):
3975         * gst-libs/gst/interfaces/colorbalance.h:
3976         * gst-libs/gst/interfaces/interfaces-marshal.list:
3977         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
3978         * gst-libs/gst/interfaces/mixer.h:
3979         * gst-libs/gst/interfaces/mixeroptions.h:
3980         * gst-libs/gst/interfaces/navigation.c:
3981         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
3982         * gst-libs/gst/interfaces/tuner.h:
3983         * gst/volume/Makefile.am:
3984         * gst/volume/gstvolume.c:
3985         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
3986         * sys/ximage/Makefile.am:
3987         * sys/ximage/ximagesink.c:
3988         * sys/xvimage/Makefile.am:
3989         * sys/xvimage/xvimagesink.c:
3990           fold in all interfaces into an interfaces dir, preserving CVS
3991           history
3992
3993 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3994
3995         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3996           Fix build after riff changes.
3997
3998 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3999
4000         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4001         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
4002         (gst_riff_create_video_template_caps),
4003         (gst_riff_create_audio_template_caps),
4004         (gst_riff_create_iavs_template_caps):
4005         * gst-libs/gst/riff/riff-media.h:
4006         * gst-libs/gst/riff/riff-read.h:
4007         * gst-libs/gst/riff/riff.c: (gst_riff_init):
4008           Add gst_riff_init() to initialize the debug category, instead
4009           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
4010
4011 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4012
4013         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
4014           Oops, I shouldn't apply hacks.
4015
4016 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4017
4018         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
4019           Remove pad_loop function which doesn't work.
4020
4021 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4022
4023         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
4024           Send EOS when deactivating.
4025         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4026         (check_queue), (queue_threshold_reached), (queue_out_of_data),
4027         (gen_preroll_element), (probe_triggered), (mute_stream),
4028         (silence_stream), (new_decoded_pad), (setup_substreams),
4029         (set_active_source):
4030         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
4031         (remove_sinks), (add_sink):
4032         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
4033           Change for new probe API.
4034
4035 2005-06-29  Wim Taymans  <wim@fluendo.com>
4036
4037         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
4038         * gst-libs/gst/audio/gstbaseaudiosink.c:
4039         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4040         (gst_baseaudiosink_change_state):
4041         * gst-libs/gst/audio/gstbaseaudiosink.h:
4042         * gst-libs/gst/audio/gstringbuffer.c:
4043         (gst_ringbuffer_set_callback):
4044         Fix compilation error.
4045         Ringbuffer starts out as not running.
4046         Free our clock in dispose.
4047         When releasing the ringbuffer we need to renegotiate so
4048         clear the pad caps.
4049
4050 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4051
4052         * autogen.sh:
4053         * configure.ac:
4054         * docs/Makefile.am:
4055         * docs/libs/Makefile.am:
4056         * docs/libs/gst-plugins-libs-docs.sgml:
4057         * docs/libs/gst-plugins-libs-sections.txt:
4058         * docs/libs/gst-plugins-libs.types:
4059         * docs/libs/tmpl/gstaudio.sgml:
4060         * docs/libs/tmpl/gstcolorbalance.sgml:
4061         * docs/libs/tmpl/gstringbuffer.sgml:
4062         * gst-libs/gst/audio/gstringbuffer.c:
4063         (gst_ringbuffer_set_callback):
4064           reinstate gtk-doc docs for plugin libs
4065
4066 2005-06-28  Wim Taymans  <wim@fluendo.com>
4067
4068         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4069         (gst_ogg_demux_init):
4070         Removed pad loop function.
4071
4072 2005-06-28  Wim Taymans  <wim@fluendo.com>
4073
4074         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4075         If we're building a chain we are not in an error case
4076         when we queue a buffer.
4077
4078 2005-06-28  Andy Wingo  <wingo@pobox.com>
4079
4080         * *.c: Don't cast to GstObject before reffing/unreffing.
4081
4082 2005-06-27  Andy Wingo  <wingo@pobox.com>
4083
4084         * gst/videotestsrc/gstvideotestsrc.c
4085         (gst_videotestsrc_activate_push): Activation API changes.
4086
4087         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
4088         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
4089         they have refs on the decodebin.
4090
4091         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
4092         parent class.
4093         (gst_ogg_pad_typefind): Don't leak a pad ref.
4094         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
4095         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
4096         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
4097
4098 2005-06-27  Edward Hervey  <edward@fluendo.com>
4099
4100         * ext/theora/theoradec.c: (theora_dec_change_state): 
4101         re-arranged call to parent's state change in order to avoid locks (or
4102         worse).
4103
4104 2005-06-26  Edward Hervey  <edward@fluendo.com>
4105
4106         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4107         2nd argument of 'unknow-type' signal is a GstCaps and not a
4108         GstMiniObject
4109
4110 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
4111         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
4112           Set the worker thread's running flag to TRUE before starting the
4113           thread.
4114         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4115           Catch a failure to add typefind to the bin.
4116
4117 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4118
4119         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4120         (gst_sinesrc_init), (gst_sinesrc_create),
4121         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4122         (gst_sinesrc_start):
4123         * gst/sine/gstsinesrc.h:
4124           add num-buffers and timestamp-offset properties
4125         * gst/videotestsrc/gstvideotestsrc.c:
4126         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
4127         (gst_videotestsrc_get_property):
4128           add timestamp-offset property
4129
4130 2005-06-23  Christian Schaller  <uraeus@gnome.org>
4131
4132         * configure.ac: add videorate
4133         * gst-plugins-base.spec.in: add videorate
4134
4135 2005-06-23  Wim Taymans  <wim@fluendo.com>
4136
4137         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4138         (gst_videorate_getcaps), (gst_videorate_setcaps),
4139         (gst_videorate_event), (gst_videorate_chain):
4140         Fixed videorate, fixating an already fixated caps is not
4141         an error.
4142
4143 2005-06-23  Wim Taymans  <wim@fluendo.com>
4144
4145         * ext/ogg/README:
4146         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
4147         Buffer on caps is not boxed anymore.
4148
4149 2005-06-22  Wim Taymans  <wim@fluendo.com>
4150
4151         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4152         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4153         Set buffers on caps as miniobjects and not as boxed.
4154
4155 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4156
4157         * configure.ac:
4158           back to HEAD
4159
4160 === release 0.9.1 ===
4161
4162 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4163
4164         * .cvsignore:
4165         * NEWS:
4166         * README:
4167         * RELEASE:
4168         * configure.ac:
4169         * po/af.po:
4170         * po/az.po:
4171         * po/cs.po:
4172         * po/en_GB.po:
4173         * po/hu.po:
4174         * po/it.po:
4175         * po/nb.po:
4176         * po/nl.po:
4177         * po/or.po:
4178         * po/sq.po:
4179         * po/sr.po:
4180         * po/sv.po:
4181         * po/uk.po:
4182         * po/vi.po:
4183           updates for release
4184
4185 2005-06-09  Andy Wingo  <wingo@pobox.com>
4186
4187         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
4188         
4189 2005-06-09  Andy Wingo  <wingo@pobox.com>
4190
4191         * configure.ac:
4192         * gst-libs/gst/Makefile.am:
4193         * gst-libs/gst/net/Makefile.am:
4194         Add gstnet to build.
4195
4196 2005-06-09  Andy Wingo  <wingo@pobox.com>
4197
4198         * gst-libs/gst/gconf/gconf.c:
4199         * gst/playback/test.c:
4200         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4201         fixes.
4202
4203         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4204
4205         * ext/theora/theoraenc.c (theora_enc_chain): 
4206         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4207
4208         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4209         RealPad.
4210
4211 2005-06-02  Wim Taymans  <wim@fluendo.com>
4212
4213         * gst-libs/gst/net/Makefile.am:
4214         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4215         * pkgconfig/gstreamer-libs.pc.in:
4216         Added net stuff, version net lib.
4217
4218 2005-06-02  Wim Taymans  <wim@fluendo.com>
4219
4220         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4221         (query_rates), (query_positions_elems), (query_positions_pads),
4222         (do_seek):
4223         Updated seek example.
4224
4225 2005-06-02  Andy Wingo  <wingo@pobox.com>
4226
4227         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4228         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4229         list.
4230
4231         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4232         remove the typefind, the bin dispose will do it for us. When it's
4233         removed and unreffed, the signal handler will be disconnected,
4234         too.
4235         (unlinked): It's too difficult to disconnect from unlinked
4236         handlers, as they are on pads not elements. Just punt if the pads
4237         aren't grandkids of the bin.
4238
4239 2005-06-02  Wim Taymans  <wim@fluendo.com>
4240
4241         * ext/ogg/README:
4242         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4243         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4244         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4245         * ext/theora/theoradec.c: (theora_dec_src_query),
4246         (theora_handle_data_packet):
4247         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4248         (theora_enc_chain):
4249         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4250         (vorbis_handle_data_packet):
4251         * gst/audioconvert/bufferframesconvert.c:
4252         (buffer_frames_convert_chain):
4253         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4254         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4255         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4256         (gst_ffmpegcsp_chain):
4257         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4258         (gst_videorate_getcaps), (gst_videorate_setcaps),
4259         (gst_videorate_event), (gst_videorate_chain):
4260         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4261         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4262         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4263         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4264         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4265         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4266         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4267         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4268         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4269         Cleanups and buffer alloc.
4270
4271 2005-05-31  Wim Taymans  <wim@fluendo.com>
4272
4273         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4274         Don't try to call the delay method when the device is not
4275         opened.
4276
4277 2005-05-31  Wim Taymans  <wim@fluendo.com>
4278
4279         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4280         Get actual segment size and buffer size after opening
4281         the device.
4282
4283 2005-05-30  Wim Taymans  <wim@fluendo.com>
4284
4285         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4286         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4287         Also FLUSH upstream, makes the loop function exit faster.
4288         
4289         * ext/theora/theoradec.c: (theora_dec_src_query):
4290         Some more debug info in the query.
4291         
4292         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4293         (gst_ximagesink_setcaps):
4294         Release lock on par error, better error reporting.
4295
4296 2005-05-26  Wim Taymans  <wim@fluendo.com>
4297
4298         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4299         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4300         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4301         Clear chains in READY
4302         Queue packets until the chain is activated.
4303
4304 2005-05-25  Wim Taymans  <wim@fluendo.com>
4305
4306         * gst-libs/gst/audio/gstaudiosink.c:
4307         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4308         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4309         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4310         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4311         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4312         (gst_audiosink_create_ringbuffer):
4313         * gst-libs/gst/audio/gstbaseaudiosink.c:
4314         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4315         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4316         (gst_baseaudiosink_set_property), (build_linear_format),
4317         (debug_spec_caps), (debug_spec_buffer),
4318         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4319         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4320         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4321         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4322         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4323         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4324         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4325         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4326         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4327         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4328         (wait_segment), (gst_ringbuffer_commit),
4329         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4330         (gst_ringbuffer_clear):
4331         Various small cleanups.
4332
4333         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4334         (gst_audio_convert_change_state):
4335         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4336         No need to take the locks anymore.
4337
4338 2005-05-25  Wim Taymans  <wim@fluendo.com>
4339
4340         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4341         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4342         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4343         (type_found):
4344         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4345         (group_destroy), (group_commit), (queue_overrun),
4346         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4347         (mute_stream), (new_decoded_pad), (setup_substreams),
4348         (setup_source), (mute_group_type), (set_active_source),
4349         (gst_play_base_bin_change_state):
4350         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4351         (gen_video_element), (gen_text_element), (gen_audio_element),
4352         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4353         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4354         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4355         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4356         Some playbin cleanups mostly refcounting sloppyness.
4357
4358 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4359
4360         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4361           Work with streaming input.
4362
4363 2005-05-25  Wim Taymans  <wim@fluendo.com>
4364
4365         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4366         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4367         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4368         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4369         No need to take the STREAM lock anymore.
4370
4371 2005-05-25  Wim Taymans  <wim@fluendo.com>
4372
4373         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4374         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4375         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4376         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4377         (gst_ogg_demux_sink_activate):
4378         * ext/theora/theoradec.c: (theora_dec_src_event),
4379         (theora_handle_comment_packet), (theora_dec_chain),
4380         (theora_dec_change_state):
4381         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4382         (vorbis_handle_data_packet), (vorbis_dec_chain),
4383         (vorbis_dec_change_state):
4384         Remove STREAM locks as they are taken in core now.
4385         Never set bogus granulepos on vorbis/theora.
4386         Fix leaks in theoradec tag parsing.
4387
4388 2005-05-25  Wim Taymans  <wim@fluendo.com>
4389
4390         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4391         Fix memleaks, GST_BUFFER_DATA() is not freed.
4392
4393 2005-05-25  Wim Taymans  <wim@fluendo.com>
4394
4395         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4396         Open non-blocking, set to blocking mode afterwards to avoid
4397         lockups when audio device is busy.
4398
4399 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4400
4401         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4402           This can't be good.
4403
4404 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4405
4406         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4407         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4408         (gst_audio_convert_setcaps):
4409           Implement instant setup switching.
4410
4411 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4412
4413         * gst/playback/gstplaybasebin.c: (probe_triggered):
4414           Fix missing unlock.
4415         * gst/playback/gstplaybin.c: (add_sink):
4416           First add, then link (otherwise pad link fails).
4417
4418 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4419
4420         * examples/Makefile.am:
4421         fix buildbot (make distcheck)
4422
4423 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4424
4425         * gst/playback/gstplaybin.c: (gen_vis_element):
4426           Remove some wrong code. Doesn't work yet.
4427
4428 2005-05-19  Wim Taymans  <wim@fluendo.com>
4429
4430         * gst-libs/gst/net/Makefile.am:
4431         * gst-libs/gst/net/README:
4432         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4433         (gst_netbuffer_class_init), (gst_netbuffer_init),
4434         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4435         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4436         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4437         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4438         * gst-libs/gst/net/gstnetbuffer.h:
4439         Added buffer subclass to store extra to/from addresses for
4440         network sources/sinks.
4441
4442 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4443
4444         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4445           Don't lock an unassigned variable.
4446
4447 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4448
4449         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4450           Increase buffer for video, decrease buffer for other media types.
4451         * gst/playback/gstplaybin.c: (gen_video_element),
4452         (gen_audio_element):
4453           Change names for debugging purposes.
4454
4455 2005-05-18  Wim Taymans  <wim@fluendo.com>
4456
4457         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4458         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4459         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4460         (gst_ffmpegcsp_chain):
4461         Enable buffer alloc passthrough if the source and dest
4462         formats are the same.
4463
4464 2005-05-17  Wim Taymans  <wim@fluendo.com>
4465
4466         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4467         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4468         (gst_ogg_demux_chain_unlocked):
4469         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4470         (gst_audio_convert_caps_remove_format_info),
4471         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4472         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4473         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4474         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4475         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4476         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4477         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4478         (gst_ffmpegcsp_get_property):
4479         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4480         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4481         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4482         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4483         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4484         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4485         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4486         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4487         Leak fixes in oggdemux.
4488         Some cleanups in audioconvert.
4489         Make passthrough work along with buffer_alloc etc.
4490         Make buffer_alloc and buffer recycling actually work in
4491         xvimagesink.
4492
4493 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4494
4495         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4496           make the compiler happy
4497
4498 2005-05-17  Wim Taymans  <wim@fluendo.com>
4499
4500         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4501         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4502         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4503         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4504         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4505         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4506         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4507         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4508         (gst_xvimagesink_set_xwindow_id):
4509         * sys/xvimage/xvimagesink.h:
4510         Port xvimagesink to new MiniObject.
4511
4512 2005-05-17  Wim Taymans  <wim@fluendo.com>
4513
4514         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4515         (gst_audiofilter_chain):
4516         * gst-libs/gst/audio/gstaudiosink.c:
4517         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4518         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4519         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4520         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4521         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4522         (gst_audiosink_create_ringbuffer):
4523         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4524         (gst_audio_convert_caps_remove_format_info),
4525         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4526         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4527         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4528         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4529         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4530         Fix passthrough in ffmpegcolorspace.
4531         Fix memset in audiosink on wrong memory.
4532
4533 2005-05-16  David Schleef  <ds@schleef.org>
4534
4535         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4536         to GstMiniObject.
4537
4538 2005-05-16  David Schleef  <ds@schleef.org>
4539
4540         Port from GstData to GstMiniObject.
4541         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4542         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4543         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
4544         (gst_ogg_mux_collected):
4545         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4546         * ext/theora/theoradec.c: (theora_handle_comment_packet),
4547         (theora_handle_data_packet):
4548         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4549         (theora_set_header_on_caps), (theora_enc_chain):
4550         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4551         (vorbis_handle_comment_packet):
4552         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4553         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4554         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
4555         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
4556         * gst/audioconvert/gstaudioconvert.c:
4557         (gst_audio_convert_get_buffer):
4558         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4559         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4560         (mute_stream), (silence_stream):
4561         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4562         * gst/volume/gstvolume.c: (volume_transform):
4563         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4564         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
4565         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
4566         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
4567         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
4568         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
4569         (gst_ximagesink_buffer_alloc):
4570         * sys/ximage/ximagesink.h:
4571
4572 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4573
4574         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4575         (fill_buffer), (check_queue), (queue_threshold_reached),
4576         (queue_out_of_data):
4577         * gst/playback/gstplaybasebin.h:
4578           Post buffer-fullness on the bus.
4579
4580 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4581
4582         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4583         (try_to_link_1):
4584         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4585         (group_commit), (probe_triggered), (setup_source),
4586         (gst_play_base_bin_change_state):
4587         * gst/playback/gstplaybasebin.h:
4588         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4589         (gst_play_bin_init), (remove_sinks), (setup_sinks),
4590         (gst_play_bin_change_state):
4591           Move setup_output_pads into a virtual function, remove
4592           group-switch (no longer needed) and redirect (handled by bus
4593           now) signals.
4594
4595 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4596
4597         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4598         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
4599         (get_active_group), (get_building_group), (group_destroy),
4600         (group_commit), (check_queue), (queue_overrun),
4601         (queue_threshold_reached), (queue_out_of_data),
4602         (gen_preroll_element), (remove_groups), (unknown_type),
4603         (add_element_stream), (no_more_pads), (probe_triggered),
4604         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
4605         (setup_substreams), (setup_source), (finish_source),
4606         (prepare_output), (muted_group_change_state),
4607         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4608         (gst_play_base_bin_change_state):
4609         * gst/playback/gstplaybasebin.h:
4610         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4611         (gst_play_bin_init), (gst_play_bin_set_property),
4612         (gen_video_element), (gen_text_element), (gen_audio_element),
4613         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
4614         (gst_play_bin_change_state):
4615         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4616         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
4617         (stream_info_change_state), (gst_stream_info_set_mute),
4618         (gst_stream_info_get_property):
4619         * gst/playback/gststreaminfo.h:
4620         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4621         (gst_stream_selector_get_linked_pad),
4622         (gst_stream_selector_getcaps),
4623         (gst_stream_selector_get_linked_pads),
4624         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4625         * gst/playback/gststreamselector.h:
4626           Rough port of playbin. Needs some more work, but is mostly done,
4627           and uses a few locks in important places, which should make stuff
4628           like chain-switches clean. Still uses GST_STATE() in a few places,
4629           which isn't all that good an idea, subtitles/elements disabled
4630           because no elements to test with and thus probably broken, query
4631           and event handling moved to GstBin, internal thread removed
4632           alltogether because the pipeline does that for us now. Can play
4633           Ogg/Vorbis files. Haven't tested anything else yet.
4634
4635 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4636
4637         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
4638           Do no-more-pads (needed for autoplugging).
4639
4640 2005-05-10  Andy Wingo  <wingo@pobox.com>
4641
4642         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
4643         message to the bus with the tags. Still not sent downstream tho.
4644
4645         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
4646         get_parent.
4647         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
4648         avoid refcounting hassles.
4649
4650 2005-05-09  Andy Wingo  <wingo@pobox.com>
4651
4652         * gst/volume/Makefile.am:
4653         * gst/volume/demo.c
4654         * gst/volume/gstvolume.h
4655         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
4656         basetransform. Probably need an audio filter base class.
4657
4658 2005-05-09  Wim Taymans  <wim@fluendo.com>
4659
4660         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
4661         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
4662         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
4663         (gst_vorbisenc_chain):
4664         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4665         (gst_audio_convert_caps_remove_format_info),
4666         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4667         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4668         Make caps writable before writing to it.
4669         Fix negotiation in audioconvert some more.
4670
4671 2005-05-09  Wim Taymans  <wim@fluendo.com>
4672
4673         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4674         (gst_videorate_getcaps), (gst_videorate_setcaps),
4675         (gst_videorate_event), (gst_videorate_chain):
4676         Better negotiation.
4677
4678 2005-05-09  Wim Taymans  <wim@fluendo.com>
4679
4680         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4681         (gst_videorate_getcaps), (gst_videorate_setcaps),
4682         (gst_videorate_blank_data), (gst_videorate_init),
4683         (gst_videorate_event), (gst_videorate_chain),
4684         (gst_videorate_change_state):
4685         Port videorate, do a better job at negotiation while we're at
4686         it.
4687
4688 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
4689
4690         * configure.ac:
4691           Disable libvisual
4692
4693         * examples/Makefile.am:
4694         * gst-libs/gst/audio/Makefile.am:
4695         * gst-libs/gst/riff/Makefile.am:
4696         * gst-libs/gst/tag/Makefile.am:
4697         * gst-libs/gst/video/Makefile.am:
4698           Fixups for missing variables.
4699
4700 2005-05-09  Wim Taymans  <wim@fluendo.com>
4701
4702         * examples/seeking/seek.c: (make_theora_pipeline),
4703         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
4704         (query_rates), (query_positions_elems), (query_positions_pads),
4705         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
4706         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4707         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
4708         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
4709         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
4710         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
4711         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4712         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
4713         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
4714         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4715         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4716         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4717         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4718         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
4719         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
4720         (theora_dec_src_convert), (theora_dec_sink_convert),
4721         (theora_dec_src_query), (theora_dec_sink_query),
4722         (theora_dec_src_event), (theora_dec_sink_event),
4723         (theora_handle_comment_packet), (theora_handle_type_packet),
4724         (theora_handle_header_packet), (theora_handle_data_packet),
4725         (theora_dec_chain):
4726         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4727         (vorbis_dec_convert), (vorbis_dec_src_query),
4728         (vorbis_dec_sink_query), (vorbis_dec_src_event),
4729         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4730         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4731         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
4732         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
4733         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
4734         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
4735         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4736         (gst_play_bin_query):
4737         * gst/playback/test3.c: (update_scale):
4738         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
4739         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
4740         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4741         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
4742         (gst_videotestsrc_src_query):
4743         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
4744         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
4745         (paint_hline_YUV9):
4746         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
4747         Port to new query API.
4748         Updated seek.
4749         Cleanups in x[v]imagesink
4750
4751 2005-05-09  Andy Wingo  <wingo@pobox.com>
4752
4753         * ext/alsa/gstalsasink.h:
4754         * ext/gnomevfs/gstgnomevfssrc.c:
4755         (gst_gnomevfssrc_get_icy_metadata):
4756         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
4757         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
4758         * ext/theora/theoradec.c (theora_dec_src_query)
4759         (theora_dec_src_event, theora_dec_sink_event)
4760         (theora_handle_comment_packet, theora_handle_data_packet):
4761         * ext/theora/theoraenc.c (theora_enc_chain):
4762         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
4763         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
4764         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
4765         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
4766         (qt_type_find):
4767         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
4768         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
4769         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
4770         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
4771         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
4772         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
4773         (paint_setup_xBGR8888, paint_setup_RGBx8888)
4774         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
4775         (paint_setup_RGB565, paint_setup_xRGB1555):
4776         * gst/videotestsrc/videotestsrc.h:
4777         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
4778         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
4779         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
4780         GCC4 fixes.
4781         
4782         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
4783         gst_pad_query_position. Fixes oggdemux.
4784
4785 2005-05-08  David Schleef  <ds@schleef.org>
4786
4787         * configure.ac: Require liboil.
4788         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
4789         a few more.
4790         * gst/videotestsrc/videotestsrc.c:
4791         * gst/videotestsrc/videotestsrc.h:
4792
4793 2005-05-06  Wim Taymans  <wim@fluendo.com>
4794
4795         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4796         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4797         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4798         Well, unreffing a buffer right before pushing it is asking
4799         for trouble..
4800
4801 2005-05-06  Christian Schaller  <uraeus@gnome.org>
4802
4803         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
4804
4805 2005-05-06  Wim Taymans  <wim@fluendo.com>
4806
4807         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4808         (gst_audio_convert_caps_remove_format_info),
4809         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4810         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4811         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4812         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4813         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4814         * gst/sine/Makefile.am:
4815         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
4816         (gst_sinesrc_class_init), (gst_sinesrc_init),
4817         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
4818         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
4819         (gst_sinesrc_update_freq):
4820         * gst/sine/gstsinesrc.h:
4821         * gst/tcp/gstmultifdsink.c:
4822         * sys/xvimage/xvimagesink.c:
4823         Fixed negotiation wrt _peer_get_caps()
4824         Some cleanups.
4825
4826
4827 2005-05-06  Wim Taymans  <wim@fluendo.com>
4828
4829         * gst-libs/gst/audio/gstaudiosink.c:
4830         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4831         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4832         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4833         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4834         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4835         (gst_audiosink_create_ringbuffer):
4836         * gst-libs/gst/audio/gstbaseaudiosink.c:
4837         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4838         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4839         (gst_baseaudiosink_set_property), (build_linear_format),
4840         (debug_spec_caps), (debug_spec_buffer),
4841         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4842         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4843         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4844         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4845         * gst-libs/gst/audio/gstbaseaudiosink.h:
4846         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4847         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4848         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4849         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4850         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4851         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4852         (wait_segment), (gst_ringbuffer_commit),
4853         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4854         (gst_ringbuffer_clear):
4855         * gst-libs/gst/audio/gstringbuffer.h:
4856         Make the base audiosink return an error when there is no
4857         audiobuffer negotiated.
4858
4859 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4860
4861         * ext/Makefile.am:
4862         Disable cdparanoia until someone ports it!
4863
4864 2005-05-06  Wim Taymans  <wim@fluendo.com>
4865
4866         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4867         (gst_ogg_demux_sink_activate):
4868         And revert after wingo's revert.. sigh..
4869
4870 2005-05-05  Andy Wingo  <wingo@pobox.com>
4871
4872         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
4873         GObject.
4874         * configure.ac: Return audiorate and subparse from the ghetto.
4875         Re-enable -Wall -Werror.
4876         * gst/subparse/gstsubparse.c:
4877         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
4878         or chain-based. Cleaned up a bit. Not tested.
4879         
4880 2005-05-05  Christian Schaller <christian@fluendo.com> 
4881
4882         * Makefile.am: remove stuff that is not building
4883         * configure.ac: remove stuff that is not building
4884         * examples/Makefile.am: remove stuff that is not building
4885         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
4886         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
4887         * sys/Makefile.am: remove stuff that is not building
4888         * testsuite/Makefile.am: remove stuff that is not building
4889
4890 2005-05-05  Andy Wingo  <wingo@pobox.com>
4891
4892         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4893         * gst-libs/gst/tag/gstvorbistag.c:
4894         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
4895         * gst/adder/gstadder.h:
4896         * gst/audioconvert/gstchannelmix.c:
4897         (gst_audio_convert_fill_one_other):
4898         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
4899         (gst_audiorate_init), (gst_audiorate_chain):
4900         * gst/playback/gstplaybasebin.c: (setup_source):
4901         * gst/playback/test3.c: (update_scale):
4902         Some GCC4 fixes
4903         
4904         * po/af.po:
4905         * po/az.po:
4906         * po/cs.po:
4907         * po/en_GB.po:
4908         * po/hu.po:
4909         * po/it.po:
4910         * po/nb.po:
4911         * po/nl.po:
4912         * po/or.po:
4913         * po/sq.po:
4914         * po/sr.po:
4915         * po/sv.po:
4916         * po/uk.po:
4917         * po/vi.po: Foo
4918
4919 2005-05-05  Wim Taymans  <wim@fluendo.com>
4920
4921         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4922         (gst_audio_convert_caps_remove_format_info),
4923         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
4924         (gst_audio_convert_change_state), (gst_audio_convert_channels):
4925         * gst/videotestsrc/gstvideotestsrc.c:
4926         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
4927         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
4928         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
4929         (gst_videotestsrc_init), (gst_videotestsrc_loop):
4930         Don't ignore _push() return values.
4931         Make sure no processing is done when shutting down.
4932         Videotestsrc pad activation fix.
4933
4934 2005-05-05  Wim Taymans  <wim@fluendo.com>
4935
4936         * gst/adder/Makefile.am:
4937         * gst/adder/gstadder.c: (gst_adder_setcaps),
4938         (gst_adder_class_init), (gst_adder_init),
4939         (gst_adder_request_new_pad), (gst_adder_collected),
4940         (gst_adder_change_state):
4941         * gst/adder/gstadder.h:
4942         Ported adder as an example of a mixer element using
4943         collect pads. Needs more negotiation work.
4944
4945 2005-05-05  Wim Taymans  <wim@fluendo.com>
4946
4947         * ext/theora/theoradec.c: (_inc_granulepos),
4948         (theora_dec_src_event), (theora_dec_sink_event),
4949         (theora_handle_comment_packet), (theora_handle_type_packet),
4950         (theora_handle_header_packet), (theora_handle_data_packet),
4951         (theora_dec_chain):
4952         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4953         (gst_theora_enc_init), (theora_enc_sink_setcaps),
4954         (theora_push_buffer), (theora_push_packet),
4955         (theora_enc_sink_event), (theora_enc_chain),
4956         (theora_enc_change_state), (theora_enc_set_property),
4957         (theora_enc_get_property):
4958         Added stream lock to decoder so that we can serialize
4959         the discont event.
4960         More theoraenc porting, recover from errors, do clean
4961         shutdown.
4962
4963 2005-05-05  Wim Taymans  <wim@fluendo.com>
4964
4965         * ext/ogg/Makefile.am:
4966         * ext/ogg/README:
4967         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4968         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
4969         (gst_ogg_print):
4970         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4971         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
4972         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
4973         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
4974         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
4975         (gst_ogg_mux_change_state):
4976         Ported ogg muxer.
4977
4978 2005-05-05  Wim Taymans  <wim@fluendo.com>
4979
4980         * docs/design-audiosinks.txt:
4981         * gst-libs/gst/audio/TODO:
4982         * gst-libs/gst/audio/gstaudiosink.c:
4983         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4984         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4985         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4986         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4987         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4988         (gst_audiosink_create_ringbuffer):
4989         * gst-libs/gst/audio/gstbaseaudiosink.c:
4990         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4991         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4992         (gst_baseaudiosink_set_property), (build_linear_format),
4993         (debug_spec_caps), (debug_spec_buffer),
4994         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4995         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4996         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4997         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4998         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4999         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5000         (gst_ringbuffer_release), (gst_ringbuffer_play),
5001         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5002         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5003         (gst_ringbuffer_set_sample), (wait_segment),
5004         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5005         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5006         More work on the audiosink, mostly debugging and a race in
5007         shutdown.
5008
5009 2005-04-28  Wim Taymans  <wim@fluendo.com>
5010
5011         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5012         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
5013         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5014         (vorbis_dec_src_query), (vorbis_dec_src_event),
5015         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5016         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5017         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5018         Don't crap out when seeking back to position 0.
5019
5020 2005-04-28  Wim Taymans  <wim@fluendo.com>
5021
5022         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5023         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5024         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
5025         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5026         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
5027         Make audio sink configurable, use alsasink as default.
5028
5029 2005-04-28  Wim Taymans  <wim@fluendo.com>
5030
5031         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5032         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5033         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5034         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
5035         (vorbis_dec_change_state):
5036         * ext/vorbis/vorbisdec.h:
5037         Refactor, use STREAM_LOCK.
5038
5039 2005-04-28  Wim Taymans  <wim@fluendo.com>
5040
5041         * ext/theora/theoradec.c: (_inc_granulepos),
5042         (theora_dec_sink_event), (theora_handle_comment_packet),
5043         (theora_handle_type_packet), (theora_handle_header_packet),
5044         (theora_handle_data_packet), (theora_dec_chain),
5045         (theora_dec_change_state):
5046         Refactor a bit, use STREAM_LOCK.
5047
5048 2005-04-28  Wim Taymans  <wim@fluendo.com>
5049
5050         * ext/alsa/Makefile.am:
5051         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
5052         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
5053         (gst_alsa_link), (gst_alsa_close_audio):
5054         * ext/alsa/gstalsaplugin.c: (plugin_init):
5055         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5056         (gst_alsasink_dispose), (gst_alsasink_base_init),
5057         (gst_alsasink_class_init), (gst_alsasink_init),
5058         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
5059         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
5060         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
5061         (gst_alsasink_reset):
5062         * ext/alsa/gstalsasink.h:
5063         Implement alsasink with simple open/write/close API. 
5064         Make alsa dir build by disabling compilation of code.
5065
5066 2005-04-28  Wim Taymans  <wim@fluendo.com>
5067
5068         * gst-libs/gst/audio/Makefile.am:
5069         * gst-libs/gst/audio/audio.h:
5070         * gst-libs/gst/audio/audioclock.c:
5071         * gst-libs/gst/audio/audioclock.h:
5072         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
5073         (gst_audio_clock_class_init), (gst_audio_clock_init),
5074         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
5075         * gst-libs/gst/audio/gstaudioclock.h:
5076         * gst-libs/gst/audio/gstaudiosink.c:
5077         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5078         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5079         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5080         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5081         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5082         (gst_audiosink_create_ringbuffer):
5083         * gst-libs/gst/audio/gstbaseaudiosink.c:
5084         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5085         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5086         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
5087         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
5088         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5089         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5090         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5091         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5092         * gst-libs/gst/audio/gstbaseaudiosink.h:
5093         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5094         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
5095         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5096         (gst_ringbuffer_release), (gst_ringbuffer_play),
5097         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5098         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5099         (gst_ringbuffer_set_sample), (wait_segment),
5100         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5101         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5102         * gst-libs/gst/audio/gstringbuffer.h:
5103         Make ringbuffer faster and more simple by removing the locks
5104         in the playback thread.
5105         Add sample accurate playback based on buffer sample offsets.
5106         Make the baseaudiosink provide a clock.
5107         Parse caps in the base class.
5108         Correctly handle seeking, flushing and state changes.
5109
5110 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5111
5112         * configure.ac:
5113         * gst/audioconvert/Makefile.am:
5114         * gst/audioscale/Makefile.am:
5115           Fix part of the build.  Come on guys, autogen didn't even work :)
5116
5117 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5118
5119         * configure.ac:
5120         * gst-libs/gst/Makefile.am:
5121         * gst-libs/gst/media-info/.cvsignore:
5122         * gst-libs/gst/media-info/Makefile.am:
5123         * gst-libs/gst/media-info/README:
5124         * gst-libs/gst/media-info/media-info-priv.c:
5125         * gst-libs/gst/media-info/media-info-priv.h:
5126         * gst-libs/gst/media-info/media-info-test.c:
5127         * gst-libs/gst/media-info/media-info.c:
5128         * gst-libs/gst/media-info/media-info.h:
5129         * gst-libs/gst/media-info/media-info.vcproj:
5130         * pkgconfig/Makefile.am:
5131         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5132         * pkgconfig/gstreamer-media-info.pc.in:
5133           Remove media-info, which is also successed by playbin (see Totem
5134           implementation).
5135
5136 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5137
5138         * configure.ac:
5139         * examples/Makefile.am:
5140         * examples/gstplay/.cvsignore:
5141         * examples/gstplay/Makefile.am:
5142         * examples/gstplay/player.c:
5143         * gst-libs/gst/Makefile.am:
5144         * gst-libs/gst/play/.cvsignore:
5145         * gst-libs/gst/play/Makefile.am:
5146         * gst-libs/gst/play/play.c:
5147         * gst-libs/gst/play/play.h:
5148         * gst-libs/gst/play/play.vcproj:
5149         * pkgconfig/Makefile.am:
5150         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5151         * pkgconfig/gstreamer-play.pc.in:
5152           Remove libgstplay, playbin is now the official successor.
5153
5154 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5155
5156         * configure.ac:
5157         * gst-libs/gst/Makefile.am:
5158         * gst-libs/gst/xwindowlistener/Makefile.am:
5159         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5160         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
5161           Remove deprecated xwindowlistener (I've moved xwindowlistening
5162           in the v4l/v4l2 plugins over to serverside).
5163
5164 2005-04-25  David Schleef  <ds@schleef.org>
5165
5166         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
5167         to examples/dynparams.  Examples do not belong interspersed with
5168         source code.
5169         * examples/dynparams/demo-dparams.c:
5170         * gst/sine/Makefile.am:
5171         * gst/sine/demo-dparams.c:
5172
5173 2005-04-25  David Schleef  <ds@schleef.org>
5174
5175         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
5176         * gst-libs/gst/audio/Makefile.am:
5177         * gst-libs/gst/riff/Makefile.am:
5178         * gst-libs/gst/tag/Makefile.am:
5179         * gst-libs/gst/video/Makefile.am:
5180         * gst-libs/gst/xwindowlistener/Makefile.am:
5181
5182         Convert to 0.9 API, seems to work:
5183         * sys/ximage/Makefile.am:
5184         * sys/ximage/ximagesink.c:
5185
5186 2005-04-24  David Schleef  <ds@schleef.org>
5187
5188         Link plugins against libraries:
5189         * ext/alsa/Makefile.am:
5190         * gst/tcp/Makefile.am:
5191
5192         Remove asm code that should be in liboil
5193         * gst/videoscale/Makefile.am:
5194         * gst/videoscale/videoscale_x86_asm.s:
5195
5196         gettext wants these checked in:
5197         * po/af.po:
5198         * po/az.po:
5199         * po/cs.po:
5200         * po/en_GB.po:
5201         * po/hu.po:
5202         * po/it.po:
5203         * po/nb.po:
5204         * po/nl.po:
5205         * po/or.po:
5206         * po/sq.po:
5207         * po/sr.po:
5208         * po/sv.po:
5209         * po/uk.po:
5210         * po/vi.po:
5211
5212 2005-04-24  David Schleef  <ds@schleef.org>
5213
5214         Convert gst_main() to g_main_loop_run()
5215         * gst/playback/decodetest.c: (main):
5216         * gst/playback/test2.c: (main):
5217         * gst/playback/test3.c: (main):
5218         * gst/playback/test4.c: (main):
5219
5220         Link plugins against libraries:
5221         * ext/libvisual/Makefile.am:
5222         * sys/xvimage/Makefile.am:
5223
5224 2005-04-24  David Schleef  <ds@schleef.org>
5225
5226         * configure.ac: Remove idct and resample libs
5227         * gst-libs/gst/Makefile.am: same
5228
5229         Remove usage of gst_library_load():
5230         * ext/alsa/gstalsaplugin.c: (plugin_init):
5231         * ext/libvisual/visual.c: (plugin_init):
5232         * ext/ogg/gstogg.c: (plugin_init):
5233         * ext/theora/theora.c: (plugin_init):
5234         * ext/vorbis/vorbis.c: (plugin_init):
5235         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5236         * gst/audioscale/gstaudioscale.c:
5237         * gst/adder/gstadder.c: (plugin_init):
5238         * gst/audioconvert/plugin.c: (plugin_init):
5239         * sys/ximage/ximagesink.c: (plugin_init):
5240         * sys/xvimage/xvimagesink.c: (plugin_init):
5241         * gst/tcp/gsttcpplugin.c: (plugin_init):
5242
5243         Link plugins against libraries:
5244         * ext/ogg/Makefile.am:
5245         * ext/theora/Makefile.am:
5246         * ext/vorbis/Makefile.am:
5247         * gst/audioconvert/Makefile.am:
5248
5249         Create proper libraries:
5250         * gst-libs/gst/riff/Makefile.am:
5251         * gst-libs/gst/audio/Makefile.am:
5252         * gst-libs/gst/video/Makefile.am:
5253
5254         Move resample library to audioscale plugin directory:
5255         * gst-libs/gst/resample/Makefile.am:
5256         * gst-libs/gst/resample/README:
5257         * gst-libs/gst/resample/dtof.c:
5258         * gst-libs/gst/resample/dtos.c:
5259         * gst-libs/gst/resample/functable.c:
5260         * gst-libs/gst/resample/private.h:
5261         * gst-libs/gst/resample/resample.c:
5262         * gst-libs/gst/resample/resample.h:
5263         * gst-libs/gst/resample/resample.vcproj:
5264         * gst-libs/gst/resample/test.c:
5265         * gst/audioscale/Makefile.am:
5266         * gst/audioscale/README:
5267         * gst/audioscale/dtof.c:
5268         * gst/audioscale/dtos.c:
5269         * gst/audioscale/functable.c:
5270         * gst/audioscale/private.h:
5271         * gst/audioscale/resample.c:
5272         * gst/audioscale/resample.h:
5273         * gst/audioscale/test.c:
5274
5275         Move tagedit library to gst-libs:
5276         * gst-libs/gst/tag/Makefile.am:
5277         * gst-libs/gst/tag/gstid3tag.c:
5278         * gst-libs/gst/tag/gsttagediting.c:
5279         * gst-libs/gst/tag/gsttageditingprivate.h:
5280         * gst-libs/gst/tag/gstvorbistag.c:
5281         * gst/tags/Makefile.am:
5282         * gst/tags/gstid3tag.c:
5283         * gst/tags/gstvorbistag.c:
5284
5285         Fix for core changes:
5286         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5287         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5288         (gst_sinesrc_getrange):
5289
5290 2005-04-23  David Schleef  <ds@schleef.org>
5291
5292         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5293         in gst-plugins in a long time, and properly belongs in liboil.
5294         * gst-libs/gst/idct/Makefile.am:
5295         * gst-libs/gst/idct/README:
5296         * gst-libs/gst/idct/dct.h:
5297         * gst-libs/gst/idct/doieee:
5298         * gst-libs/gst/idct/fastintidct.c:
5299         * gst-libs/gst/idct/floatidct.c:
5300         * gst-libs/gst/idct/idct.c:
5301         * gst-libs/gst/idct/idct.h:
5302         * gst-libs/gst/idct/idtc.vcproj:
5303         * gst-libs/gst/idct/ieeetest.c:
5304         * gst-libs/gst/idct/intidct.c:
5305
5306 2005-04-20  Wim Taymans  <wim@fluendo.com>
5307
5308         * docs/design-audiosinks.txt:
5309         * gst-libs/gst/audio/Makefile.am:
5310         * gst-libs/gst/audio/TODO:
5311         * gst-libs/gst/audio/gstaudiosink.c:
5312         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5313         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5314         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5315         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5316         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5317         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5318         (gst_audiosink_class_init), (gst_audiosink_init),
5319         (gst_audiosink_create_ringbuffer):
5320         * gst-libs/gst/audio/gstaudiosink.h:
5321         * gst-libs/gst/audio/gstbaseaudiosink.c:
5322         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5323         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5324         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5325         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5326         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5327         (gst_baseaudiosink_create_ringbuffer),
5328         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5329         * gst-libs/gst/audio/gstbaseaudiosink.h:
5330         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5331         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5332         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5333         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5334         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5335         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5336         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5337         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5338         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5339         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5340         * gst-libs/gst/audio/gstringbuffer.h:
5341         An attempt at a set of audio base classes together with some
5342         design docs.
5343
5344 2005-04-20  Wim Taymans  <wim@fluendo.com>
5345
5346         * gst/audioconvert/Makefile.am:
5347         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5348         (gst_audio_convert_caps_remove_format_info),
5349         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5350         (gst_audio_convert_channels):
5351         Link against audio libs.
5352         Fix audio convert plugin.
5353
5354 2005-04-20  Wim Taymans  <wim@fluendo.com>
5355
5356         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5357         (gst_ogg_demux_sink_activate):
5358         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5359         (theora_set_header_on_caps), (theora_enc_sink_event),
5360         (theora_enc_chain):
5361         Fix theora encoder.
5362
5363 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5364
5365         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5366         * gst/playback/gstdecodebin.c: (find_compatibles):
5367           Work with staticpadtemplates in elementfactories.
5368
5369 2005-04-12  Wim Taymans  <wim@fluendo.com>
5370
5371         * gst/playback/README:
5372         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5373         (compare_ranks), (print_feature), (gst_decode_bin_init),
5374         (dynamic_create), (dynamic_free), (find_compatibles),
5375         (mimetype_is_raw), (close_pad_link), (got_redirect),
5376         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5377         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5378         (gst_decode_bin_change_state):
5379         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5380         (gst_play_base_bin_init), (group_destroy), (group_commit),
5381         (check_queue), (queue_overrun), (queue_threshold_reached),
5382         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5383         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5384         (got_redirect), (setup_source), (play_base_eos),
5385         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5386         (gst_play_base_bin_remove_element):
5387         * gst/playback/gstplaybasebin.h:
5388         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5389         (gst_play_bin_init), (gst_play_bin_dispose),
5390         (gst_play_bin_set_property), (gen_video_element),
5391         (gen_text_element), (gen_audio_element), (remove_sinks),
5392         (gst_play_bin_send_event):
5393         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5394         (stream_info_change_state), (gst_stream_info_set_mute):
5395         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5396         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5397         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5398         (gst_stream_selector_chain):
5399         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5400         (main):
5401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5402         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5403         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5404         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5405         Raw and crude port of decodebin. 
5406         Make playbin compile.
5407
5408 2005-04-06  Wim Taymans  <wim@fluendo.com>
5409
5410         * ext/gnomevfs/Makefile.am:
5411         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5412         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5413         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5414         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5415         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5416         (gst_gnomevfssrc_stop):
5417         * ext/ogg/Makefile.am:
5418         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5419         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5420         * ext/theora/Makefile.am:
5421         * ext/theora/theoradec.c: (_inc_granulepos),
5422         (theora_dec_sink_event), (theora_dec_chain):
5423         * ext/vorbis/Makefile.am:
5424         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5425         (vorbis_dec_sink_event), (vorbis_dec_chain):
5426         * gst-libs/gst/audio/Makefile.am:
5427         * sys/xvimage/Makefile.am:
5428         Make gnomevfssrc extend the source base class.
5429         Fix linking against libs in various plugins.
5430
5431 2005-04-06  Andy Wingo  <wingo@pobox.com>
5432
5433         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5434         GST_BASE_LIBS.
5435
5436         * configure.ac: Add check and AC_SUBST for libgstbase.
5437
5438 2005-03-31  Wim Taymans  <wim@fluendo.com>
5439
5440         * examples/seeking/Makefile.am:
5441         * examples/seeking/cdparanoia.c: (main):
5442         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5443         (play_cb), (pause_cb), (stop_cb), (main):
5444         * examples/seeking/playbin.c:
5445         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5446         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5447         (make_sid_pipeline), (make_vorbis_pipeline),
5448         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5449         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5450         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5451         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5452         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5453         (stop_cb), (main):
5454         * examples/seeking/spider_seek.c:
5455         * examples/seeking/vorbisfile.c:
5456         * ext/gnomevfs/Makefile.am:
5457         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5458         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5459         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5460         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5461         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5462         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5463         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5464         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5465         * ext/ogg/README:
5466         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5467         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5468         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5469         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5470         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5471         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5472         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5473         (gst_ogg_demux_factory_filter), (compare_ranks),
5474         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5475         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5476         (gst_ogg_chain_new), (gst_ogg_chain_free),
5477         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5478         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5479         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5480         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5481         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5482         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5483         (gst_ogg_demux_get_prev_page),
5484         (gst_ogg_demux_deactivate_current_chain),
5485         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5486         (gst_ogg_demux_bisect_forward_serialno),
5487         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5488         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5489         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5490         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5491         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5492         (gst_ogg_demux_change_state), (gst_ogg_print):
5493         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5494         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5495         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5496         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5497         (gst_ogg_mux_loop):
5498         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5499         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5500         (theora_dec_src_convert), (theora_dec_sink_convert),
5501         (theora_dec_src_query), (theora_dec_src_event),
5502         (theora_dec_sink_event), (theora_dec_chain),
5503         (theora_dec_change_state):
5504         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5505         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5506         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5507         (theora_enc_change_state):
5508         * ext/vorbis/Makefile.am:
5509         * ext/vorbis/oggvorbisenc.c:
5510         * ext/vorbis/oggvorbisenc.h:
5511         * ext/vorbis/vorbis.c: (plugin_init):
5512         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5513         (vorbis_dec_src_query), (vorbis_dec_src_event),
5514         (vorbis_dec_sink_event), (vorbis_dec_chain),
5515         (vorbis_dec_change_state):
5516         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5517         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5518         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5519         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5520         (gst_vorbisenc_change_state):
5521         * ext/vorbis/vorbisenc.h:
5522         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5523         * gst-libs/gst/audio/audioclock.c:
5524         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5525         (gst_audiofilter_init), (gst_audiofilter_chain):
5526         * gst-libs/gst/audio/testchannels.c: (main):
5527         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5528         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5529         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5530         (gmip_find_track_streaminfo), (gmip_find_track_format):
5531         * gst-libs/gst/media-info/media-info.c:
5532         (gst_media_info_read_idler):
5533         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5534         (gst_play_get_all_by_interface):
5535         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5536         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5537         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5538         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5539         (gst_riff_parse_info):
5540         * gst-libs/gst/riff/riff-read.h:
5541         * gst-libs/gst/riff/riff.c: (plugin_init):
5542         * gst-libs/gst/video/Makefile.am:
5543         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
5544         (gst_videosink_class_init), (gst_videosink_get_type):
5545         * gst-libs/gst/video/videosink.h:
5546         * gst/audioconvert/bufferframesconvert.c:
5547         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
5548         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
5549         * gst/audioconvert/channelmixtest.c: (main):
5550         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5551         (gst_audio_convert_chain),
5552         (gst_audio_convert_caps_remove_format_info),
5553         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
5554         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
5555         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
5556         (gst_audio_convert_buffer_to_default_format),
5557         (gst_audio_convert_buffer_from_default_format),
5558         (gst_audio_convert_channels):
5559         * gst/audioconvert/gstchannelmix.h:
5560         * gst/ffmpegcolorspace/avcodec.h:
5561         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5562         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5563         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
5564         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
5565         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
5566         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5567         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5568         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5569         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5570         (dv_type_find):
5571         * gst/videotestsrc/gstvideotestsrc.c:
5572         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
5573         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
5574         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
5575         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
5576         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
5577         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
5578         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
5579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5580         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
5581         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
5582         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
5583         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5584         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5585         (gst_xvimagesink_navigation_send_event),
5586         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
5587         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
5588         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5589         * sys/xvimage/xvimagesink.h:
5590         Plugin port to 0.9, ogg/theora playback should work in the seek
5591         example now.
5592         Removed old examples.
5593         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
5594         explained in 0.9 TODO doc.
5595
5596
5597 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5598
5599         * autogen.sh:
5600         * configure.ac:
5601         * ext/Makefile.am:
5602         * gst/Makefile.am:
5603         * po/POTFILES.in:
5604         * po/af.po:
5605         * po/az.po:
5606         * po/cs.po:
5607         * po/en_GB.po:
5608         * po/hu.po:
5609         * po/it.po:
5610         * po/nb.po:
5611         * po/nl.po:
5612         * po/or.po:
5613         * po/sq.po:
5614         * po/sr.po:
5615         * po/sv.po:
5616         * po/uk.po:
5617         * po/vi.po:
5618         * sys/Makefile.am:
5619         * testsuite/Makefile.am:
5620           remove a whole bunch of plugins.  This module now contains a set
5621           of free reference plugins/elements as agreed.
5622
5623 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5624
5625         * configure.ac:
5626           hunting season on 0.9 is now OPEN
5627
5628 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5629
5630         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5631           Kick the hell out of gcc for not warning me about a symbol conflict.
5632
5633 2005-02-22  Luca Ognibene  <luogni@tin.it>
5634
5635         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5636
5637         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
5638           Don't leak caps string (fixes #168134)
5639
5640         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
5641         (gst_jpegenc_init), (gst_jpegenc_finalize),
5642         (gst_jpegenc_change_state):
5643           Don't leak line buffers and context struct (fixes #168133).
5644
5645 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
5646
5647         * configure.ac:
5648         * ext/dirac/gstdiracdec.cc:
5649         (gst_diracdec_chain):
5650           Since dirac 0.5.0 the framerate in dirac is expressed as a
5651           rational number. Fix build and up requirement to 0.5.0, and
5652           also pass parameters to gst_diracdec_link in the right order
5653           (fixes #167959).
5654
5655 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
5656
5657         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
5658         * ext/faad/gstfaad.h:
5659         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
5660         certain invalid muxed streams, where some packets will contain 
5661         junk after decoder data. Partially fixes #149158.
5662
5663 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
5664         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
5665           Make sure we only write to writable buffers
5666
5667 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
5668
5669         * gst-libs/gst/riff/riff-media.c:
5670         (gst_riff_create_audio_caps_with_data):
5671           Do actually fix invalid RIFF fmt header values for alaw
5672           and mulaw audio instead of just saying so.
5673
5674         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
5675           Give gst_riff_create_audio_caps_with_data() a chance to
5676           fix up broken format header fields before extracting any
5677           parameters from the header. (fixes #167633)
5678
5679 2005-02-19  Martin Holters  <martin.holters@gmx.de>
5680
5681         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5682
5683         * gst/audioconvert/bufferframesconvert.c:
5684         (buffer_frames_convert_link):
5685           Don't leak othercaps. (fixes #167878)
5686
5687 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
5688
5689         * configure.ac:
5690         * ext/libvisual/visual.c: (gst_visual_srclink),
5691         (gst_visual_change_state):
5692           Support libvisual 0.2.0.
5693
5694 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
5695
5696         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
5697         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
5698           Use same rowstrides for I420 as used everywhere else.
5699
5700 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
5701
5702         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
5703           Declare variables at beginning of block and make gcc-2.95 happy
5704           (fixes # 167482, patch by Gergely Nagy).
5705           
5706         * gst/tcp/gsttcpclientsrc.c:
5707         * gst/tcp/gsttcpclientsrc.h:
5708           Move some includes into the header, so that struct sockaddr_in is
5709           defined when it should be defined on FreeBSD as well (fixes
5710           #167483).
5711           
5712         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
5713           Don't pass uninitialised values to setsockopt() here either.
5714
5715 2005-02-17  Luca Ognibene  <luogni at tin dot it>
5716
5717         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5718
5719         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
5720           Don't pass uninitialised values to setsockopt(). (fixes #167704)
5721
5722 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5723
5724         * gst/playback/gstplaybin.c: (add_sink):
5725           Invert bin_add/link order to workaround deadlock in opt.
5726
5727 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5728
5729         * gst/modplug/gstmodplug.cc:
5730           Add missing break causing position queries to fail.
5731
5732 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5733
5734         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
5735           Granpos can apparently be -1, which screws up calculations...
5736
5737 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
5738
5739         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
5740         (gst_ximagesink_send_pending_navigation),
5741         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
5742         (gst_ximagesink_init):
5743         * sys/ximage/ximagesink.h:
5744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
5745         (gst_xvimagesink_send_pending_navigation),
5746         (gst_xvimagesink_navigation_send_event),
5747         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
5748         * sys/xvimage/xvimagesink.h:
5749           Use a mutex protected list to marshal navigation
5750           events into the stream thread from whichever thread
5751           sends them.
5752
5753 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
5754
5755         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
5756           Display current position and track length; misc. clean-ups.
5757           
5758         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
5759         (speed_init), (speed_chain):
5760           Add query function, so that the stream length and current position
5761           get adjusted when queried (note that current position queries may
5762           still be wrong if the audio sink returns values based on buffer
5763           timestamps instead of passing on the query).
5764
5765 2005-02-13  Benjamin Otte  <otte@gnome.org>
5766
5767         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
5768         (gst_audio_convert_channels):
5769           create channel conversion matrix when linking
5770         * gst/audioconvert/.cvsignore:
5771         * gst/audioconvert/Makefile.am:
5772         * gst/audioconvert/channelmixtest.c: (main):
5773           add (ugly) test that ensures stereo <=> mono conversion works
5774           correctly
5775
5776 2005-02-13  Benjamin Otte  <otte@gnome.org>
5777
5778         * gst/audioconvert/gstchannelmix.h:
5779           include missing header file
5780         * gst/audioconvert/gstchannelmix.c:
5781         (gst_audio_convert_fill_compatible):
5782           use same sign for both channels when converting to/from compatible
5783           channel. Previously used different signs made the signals cancel
5784           each other out and appear like silence. (fixes #167269)
5785
5786 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
5787
5788         * gst/ffmpegcolorspace/avcodec.h:
5789         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5790         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5791         (gst_ffmpegcsp_avpicture_fill):
5792         * gst/ffmpegcolorspace/imgconvert.c:
5793           Convert to and from YV12 (fixes #156379).
5794
5795 2005-02-12  Julien MOUTTE  <julien@moutte.net>
5796
5797         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
5798         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
5799         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
5800         (gst_ximagesink_expose), (gst_ximagesink_set_property),
5801         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
5802         methods from chain and negotiation and vice versa (Fixes #166142).
5803         * sys/ximage/ximagesink.h: Add stream_lock.
5804         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
5805         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5806         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5807         (gst_xvimagesink_expose): Check for xcontext before trying to link.
5808
5809 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
5810
5811         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
5812           Don't send "Hey! You gave me a NULL pointer you naughty person" as
5813           error message when we can't open the DVD device (when dvdnav_open()
5814           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
5815           the above). Send something more useful instead (fixes #167117).
5816
5817 2005-02-11  Julien MOUTTE  <julien@moutte.net>
5818
5819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5820         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
5821         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5822         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5823         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5824         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
5825         methods from chain and negotiation and vice versa (Fixes #166142).
5826         Fix a possible bug of images in the buffer pool being discarded because
5827         we are looking at the wrong geometry.
5828         * sys/xvimage/xvimagesink.h: Add stream_lock.
5829
5830 2005-02-11  David Schleef  <ds@schleef.org>
5831
5832         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
5833         unsigned int. (fixes #167128)
5834
5835 2005-02-11  David Schleef  <ds@schleef.org>
5836
5837         * gst/librfb/Makefile.am: Testing stuff before committing is
5838           for wimps... and people with fast machines.  Fix stupid
5839           mistake.
5840
5841 2005-02-11  David Schleef  <ds@schleef.org>
5842
5843         * configure.ac: Pull in librfb from my CVS tree, because it is
5844           too small and annoying to be separate.  Move rfbsrc plugin
5845           to gst/.
5846         * ext/Makefile.am:
5847         * ext/librfb/Makefile.am:
5848         * ext/librfb/gstrfbsrc.c:
5849         * gst/librfb/Makefile.am:
5850         * gst/librfb/gstrfbsrc.c:
5851         * gst/librfb/rfb.c:
5852         * gst/librfb/rfb.h:
5853         * gst/librfb/rfbbuffer.c:
5854         * gst/librfb/rfbbuffer.h:
5855         * gst/librfb/rfbbytestream.c:
5856         * gst/librfb/rfbbytestream.h:
5857         * gst/librfb/rfbcontext.h:
5858         * gst/librfb/rfbdecoder.c:
5859         * gst/librfb/rfbdecoder.h:
5860         * gst/librfb/rfbutil.h:
5861
5862 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
5863
5864         * gst/speed/Makefile.am:
5865         * gst/speed/demo-mp3.c: (main):
5866         * gst/speed/filter.func:
5867         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
5868         (speed_class_init), (speed_init), (speed_chain_int16),
5869         (speed_chain_float32), (speed_chain), (speed_set_property),
5870         (speed_get_property), (speed_change_state):
5871         * gst/speed/gstspeed.h:
5872           Fix speed element and make it chain-based (fixes #156467),
5873           and make it handle more than one channel.
5874
5875 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
5876
5877         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
5878         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
5879         (gst_dtsdec_chain), (gst_dtsdec_change_state):
5880         * ext/dts/gstdtsdec.h:
5881           Don't clobber the stack constructing the channels array.
5882           Make the element chain-based. DTS tracks can now be played.
5883           
5884 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
5885
5886         * gst-libs/gst/audio/multichannel.h:
5887         * gst-libs/gst/gconf/gconf.h:
5888         * gst-libs/gst/idct/idct.h:
5889         * gst-libs/gst/media-info/media-info-priv.h:
5890         * gst-libs/gst/play/play.h:
5891         * gst-libs/gst/resample/private.h:
5892         * gst-libs/gst/resample/resample.h:
5893         * gst-libs/gst/riff/riff-ids.h:
5894         * gst-libs/gst/video/video.h:
5895         * gst-libs/gst/video/videosink.h:
5896           Add G_BEGIN_DECLS and G_END_DECLS around headers where
5897           missing, so that they work when included from C++ code.
5898
5899 2005-02-09  David Schleef  <ds@schleef.org>
5900
5901         * testsuite/gst-lint: Check for non-statically scoped
5902           parent_class variables.  This won't be a problem once
5903           plugins are loaded with RTLD_LOCAL.
5904
5905 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5906
5907         * ext/mplex/gstmplexibitstream.cc:
5908           gcc madness.
5909
5910 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5911
5912         * ext/ogg/gstogmparse.c:
5913         * gst/debug/gstnavigationtest.c:
5914           Die, thou faulty symbol pollutors (non-static parent_class).
5915
5916 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5917
5918         * ext/mplex/gstmplexibitstream.cc:
5919           Fix event handling (#165525).
5920
5921 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5922
5923         * ext/mikmod/gstmikmod.c:
5924         * gst/modplug/gstmodplug.cc:
5925           Add missing endianness to template (fixes #165509).
5926
5927 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5928
5929         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
5930           Fix wrong order of reading of optional bytes (#165290).
5931
5932 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5933
5934         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5935           Implement FILLER event awareness.
5936
5937 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5938
5939         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
5940           Fix track calculations (#166208).
5941
5942 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
5943
5944         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5945
5946         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
5947         * ext/libpng/gstpngenc.c:
5948           Fix byte-order, use proper fixed caps. Fixes #164197.
5949
5950 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
5951
5952         * configure.ac:
5953           Add dvdlpcmdec 
5954
5955         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
5956         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
5957           Don't push buffers if the src pad isn't negotiated yet.
5958           
5959         * gst/audioconvert/gstaudioconvert.c:
5960         (gst_audio_convert_buffer_to_default_format),
5961         (gst_audio_convert_buffer_from_default_format):
5962           Add support for 24-bit width.
5963
5964         * gst/dvdlpcmdec/.cvsignore:
5965         * gst/dvdlpcmdec/Makefile.am:
5966         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
5967         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
5968         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
5969         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
5970         (plugin_init):
5971         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
5972           New decoder for rearranging DVD LPCM into our audio/x-raw-int
5973           format. Needs support for the channels maps if someone can find 
5974           a DVD LPCM track with > 2 channels.
5975
5976         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
5977         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
5978         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
5979         * gst/mpegstream/gstdvddemux.h:
5980         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
5981         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
5982         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
5983         * gst/mpegstream/gstmpegdemux.h:
5984         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
5985         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
5986         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
5987         (gst_mpeg_parse_handle_src_query),
5988         (gst_mpeg_parse_handle_src_event):
5989           Use audio/x-dvd-lpcm for LPCM output.
5990           Add DTS output.
5991
5992 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
5993
5994         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5995
5996         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
5997         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
5998           Add BGRA handling (#165736).
5999
6000 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
6001
6002         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6003
6004         * gst/law/alaw-decode.c: (alawdec_link):
6005         * gst/law/alaw-encode.c: (alawenc_link):
6006         * gst/law/mulaw-decode.c: (mulawdec_link):
6007         * gst/law/mulaw-encode.c: (mulawenc_link):
6008           Fix caps memleaks (#166600).
6009
6010 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
6011
6012         * ext/tarkin/mem.h:
6013         * ext/tarkin/wavelet.h:
6014         * ext/tarkin/yuv.h:
6015         * gst/ffmpegcolorspace/avcodec.h:
6016           Include "_stdint.h" instead of <stdint.h>. Fixes build on
6017           systems that don't have stdint.h, like Solaris9 (fixes #166631).
6018
6019 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6020
6021         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
6022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
6023         (gst_xvimagesink_change_state):
6024           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
6025           Xv video (and thereby regenerate Xv colourkey) in clear() so
6026           that PLAY -> READY -> PLAY works (fixes #162504).
6027
6028 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6029
6030         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
6031           Switch to list instead of range, since MJPEG-devices really just
6032           support decimations, not any size.
6033
6034 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6035         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
6036         (gst_mpeg2dec_reset), (free_all_buffers),
6037         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
6038         * ext/mpeg2dec/gstmpeg2dec.h:
6039           The libmpeg2 user-allocated buffer management is awkward, 
6040           to say the least. Hopefully this fixes things.
6041
6042 2005-02-04  Andy Wingo  <wingo@pobox.com>
6043
6044         * gst/audioconvert/bufferframesconvert.c
6045         (buffer_frames_convert_fixate): New function, fixates to 256
6046         frames per buffer by default. (Much better than 1.)
6047         (buffer_frames_convert_init): Set the fixate function for both src
6048         and sink pad.
6049         (buffer_frames_convert_link): After success setting nonfixed caps,
6050         get the negotiated caps so we can know how many buffer-frames it
6051         will be. No idea how this worked at all before.
6052
6053 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6054
6055         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
6056         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
6057         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
6058         (handle_sequence), (handle_picture):
6059         * ext/mpeg2dec/gstmpeg2dec.h:
6060           Rearrange buffer tracking and refcounting and refactor
6061           a little for readability. 
6062
6063 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
6064         * sys/v4l/gstv4l.c: (plugin_init):
6065         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
6066         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
6067         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
6068         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
6069         * sys/v4l/gstv4ljpegsrc.h:
6070         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
6071         * sys/v4l/v4l_calls.h:
6072         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
6073         (gst_v4lsrc_get_fps):
6074         * sys/v4l/v4lsrc_calls.h:
6075           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
6076           you jpeg inside rgb frames" driver.
6077           Don't error in the v4lsrc link function, just return 
6078           REFUSED.
6079
6080 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6081
6082         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
6083         (gst_qcamsrc_open):
6084           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
6085
6086 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6087
6088         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6089           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
6090
6091 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6092
6093         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
6094           Reset negotiated state on PAUSED->READY.
6095
6096 2005-02-02  David Schleef  <ds@schleef.org>
6097
6098         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
6099         whereever possible.  (Fixes #165997)
6100         * examples/capsfilter/capsfilter1.c: (main):
6101         * examples/dynparams/filter.c: (create_ui):
6102         * examples/seeking/cdparanoia.c: (get_track_info), (main):
6103         * examples/seeking/chained.c: (main):
6104         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
6105         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
6106         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
6107         (make_mpeg_pipeline), (make_mpegnt_pipeline):
6108         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6109         * examples/switch/switcher.c: (main):
6110         * ext/dv/demo-play.c: (main):
6111         * ext/faad/gstfaad.c: (gst_faad_change_state):
6112         * ext/mad/gstmad.c: (gst_mad_chain):
6113         * ext/smoothwave/demo-osssrc.c: (main):
6114         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
6115         (gst_gconf_render_bin_from_description),
6116         (gst_gconf_get_default_audio_sink),
6117         (gst_gconf_get_default_video_sink),
6118         (gst_gconf_get_default_audio_src),
6119         (gst_gconf_get_default_video_src),
6120         (gst_gconf_get_default_visualization_element):
6121         * gst/level/demo.c: (main):
6122         * gst/level/plot.c: (main):
6123         * gst/playback/gstplaybin.c: (gen_video_element),
6124         (gen_audio_element):
6125         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
6126         * gst/playondemand/demo-mp3.c: (setup_pipeline):
6127         * gst/sine/demo-dparams.c: (main):
6128         * gst/spectrum/demo-osssrc.c: (main):
6129         * gst/speed/demo-mp3.c: (main):
6130         * gst/volume/demo.c: (main):
6131         * testsuite/embed/embed.c: (main):
6132
6133 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6134
6135         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6136         (gst_tcpclientsink_finalize):
6137         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6138         (gst_tcpclientsrc_finalize):
6139         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6140         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
6141         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6142         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
6143           Don't leak the hostname when shutting down.
6144           In tcpserversrc, take a copy of the default hostname.
6145
6146 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6147
6148         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
6149           Set caps to systemstream=TRUE.
6150
6151 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6152
6153         * testsuite/Makefile.am:
6154           Fix more OSX buildbots.
6155
6156 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6157
6158         * ext/mpeg2dec/gstmpeg2dec.c:
6159           Don't send things to NULL PAD_PEERs
6160
6161         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
6162           Copy-on-write the incoming buffer.
6163
6164         * gst/mpegstream/gstdvddemux.h:
6165         * gst/mpegstream/gstmpegclock.h:
6166         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6167         (normal_seek), (gst_mpeg_demux_handle_src_event):
6168         * gst/mpegstream/gstmpegdemux.h:
6169         * gst/mpegstream/gstmpegpacketize.h:
6170         * gst/mpegstream/gstmpegparse.c:
6171         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
6172         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
6173         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
6174         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
6175         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
6176         * gst/mpegstream/gstmpegparse.h:
6177         * gst/mpegstream/gstrfc2250enc.h:
6178           Various changes to the way time is computed that make seeking and
6179           total time estimation much better here.
6180           Use G_BEGIN/END_DECLS instead of __cplusplus
6181
6182         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
6183           Use gst_buffer_stamp instead of only copying the TIMESTAMP
6184
6185 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6186
6187         * gst/subparse/gstsubparse.c:
6188           Fix OSX buildbot.
6189
6190 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6191
6192         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6193         (theora_enc_chain), (theora_enc_change_state):
6194         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6195         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6196         (gst_vorbisenc_change_state):
6197         * ext/vorbis/vorbisenc.h:
6198           Set granulepos and timestamp correctly for streams not
6199           starting at 0, taking into account the initial delay.
6200
6201 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6202
6203         * gst/mpegstream/gstdvddemux.c:
6204           Add audio/x-dts to audio pad template caps
6205
6206 2005-01-30  David Schleef  <ds@schleef.org>
6207
6208         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6209         (create_context), (gst_polypsink_link): Fix silly endianness
6210         bug.  Add some debugging.  Remove float from caps; it doesn't
6211         work.  Attempt to get remote audio working.
6212
6213 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6214
6215         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6216           Add 3IV2 fourcc.
6217
6218 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6219
6220         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6221         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6222         (gst_avi_demux_stream_data):
6223         * gst/avi/gstavidemux.h:
6224           Invert DIB images. Fixes #132341.
6225
6226 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6227
6228         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6229         (gst_ffmpegcsp_chain):
6230           D'oh, reference the palette data, not the palette structure.
6231           Fixes color distortion in #132341.
6232
6233 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6234
6235         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6236           PAR can be non-fixed when not provided as argument (#162626).
6237
6238 2005-01-29  David Moore  <dcm@acm.org>
6239
6240         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6241
6242         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6243         (gst_qtdemux_loop_header):
6244           Re-apply patch from #142272 that allows non-seekable sources,
6245           re-proposed by Daniel Drake <dsd@gentoo.org>.
6246
6247 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6248
6249         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6250           Use the src template for creating the src pad (#162330).
6251
6252 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6253
6254         * configure.ac:
6255         * ext/musepack/Makefile.am:
6256         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6257         (gst_musepackdec_init), (gst_musepackdec_dispose),
6258         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6259         (gst_musepack_stream_init), (gst_musepackdec_loop),
6260         (gst_musepackdec_change_state):
6261         * ext/musepack/gstmusepackdec.cpp:
6262         * ext/musepack/gstmusepackdec.h:
6263         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6264         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6265         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6266         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6267         * ext/musepack/gstmusepackreader.cpp:
6268         * ext/musepack/gstmusepackreader.h:
6269           Update to 1.1 API (#165446).
6270
6271 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6272
6273         * ext/Makefile.am:
6274           Unbreak buildbot.
6275
6276 2005-01-28  Andy Wingo  <wingo@pobox.com>
6277
6278         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6279         to reflect a different dubious internet source. Add a reference
6280         and some commentary.
6281
6282 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6283
6284         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6285         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6286         * gst/playback/gststreamselector.h:
6287           Be more selective when we're redoing caps negotiation from
6288           within the chain function on a stream change.
6289
6290 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6291
6292         * configure.ac:
6293         * ext/Makefile.am:
6294         * ext/amrnb/Makefile.am:
6295         * ext/amrnb/amrnb.c: (plugin_init):
6296         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6297         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6298         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6299         (gst_amrnbdec_state_change):
6300         * ext/amrnb/amrnbdec.h:
6301         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6302         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6303         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6304         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6305         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6306         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6307         * ext/amrnb/amrnbparse.h:
6308           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6309         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6310           Add AMR-NB/-WB raw formats.
6311         * ext/alsa/gstalsa.c: (gst_alsa_link):
6312           Keep valid time when changing format.
6313         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6314         (qtdemux_parse_trak):
6315           Add some more format-specific options (#140141, #143555, #155163).
6316
6317 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6318
6319         * gst/matroska/matroska-demux.c:
6320         (gst_matroska_demux_parse_blockgroup):
6321           Fix logic error in timing of subtitle stream synchronization.
6322         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6323           Add skip-chunk, which is found in kodak-camera streams.
6324
6325 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6326
6327         * po/LINGUAS:
6328         * po/vi.po:
6329           Adding Vietnamese translation (submitted by Clytie Siddall)
6330
6331 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6332
6333         * gst/playback/gstdecodebin.c: (try_to_link_1):
6334           Use realpad for signal.
6335
6336 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6337
6338         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6339           Fix category so decodebin picks it up.
6340
6341 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6342
6343         * ext/mad/Makefile.am:
6344         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6345         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6346         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6347         (found_type), (gst_id3demux_bin_change_state):
6348         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6349         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6350         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6351         (gst_id3_tag_change_state), (plugin_init):
6352         * ext/mad/gstmad.h:
6353           Add id3demuxbin (which is a simple bin consisting of id3demux
6354           and typefind), take over rank from id3demux, remove typefind
6355           code from id3demux. Makes all broken mp3s that I know of work,
6356           and thereby fixes #152688.
6357
6358 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6359
6360         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6361
6362         * ext/mad/gstmad.c: (gst_mad_src_event):
6363         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6364           Allow seeks on audio pad, make mad forward those (#164826).
6365         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6366           Set duration (#165335).
6367
6368 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6369
6370         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6371         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6372         (gst_asf_demux_process_ext_content_desc),
6373         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6374         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6375         * gst/asfdemux/gstasfdemux.h:
6376           Improve metadata display, e.g. if the metadata comes before the
6377           streams are loaded (which is perfectly valid).
6378
6379 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6380
6381         * tools/gst-launch-ext-m.m:
6382           Fix AVI/ASF pipelines (#165340).
6383
6384 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6385         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6386         build failure on amd64
6387
6388 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6389
6390         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6391         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6392           Check environment variables GST_ID3V2_TAG_ENCODING,
6393           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6394           list of character encodings to force interpretation of non-unicode
6395           strings stored in an ID3v2 tag to a particular encoding. If none
6396           is specified, try to use current locale's encoding, then fall back
6397           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6398         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6399         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6400           Check environment variables GST_ID3V1_TAG_ENCODING,
6401           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6402           list of character encodings to use in case a string encountered
6403           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6404           specified, try to use the current locale's encoding, then fall
6405           back to ISO-8859-1 (which will always succeed).
6406
6407 2005-01-25  Benjamin Otte  <otte@gnome.org>
6408
6409         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6410           - on half framerate, compute the rate in advance so the comparisons
6411             don't compare wrong values
6412           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6413             behaviour
6414           - don't use mad_header_decode anymore, mad_frame_decode does that
6415             automatically
6416           - when getting rid of consumed bytes, reset the stream's skiplen
6417           (fixes #163867)
6418
6419 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6420
6421         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6422           Use 1/2 a second for default max_discont, as PES streams from DVB
6423           seem to have larger spacings in the SCR. 
6424           Fix a typo.
6425
6426 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6427
6428         * gst/playback/gstplaybasebin.c: (group_commit):
6429           Notify delayed stream-info availability.
6430
6431 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6432         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6433         (gst_a52dec_handle_event), (gst_a52dec_chain):
6434         Add some debug output. Check that a discont has a valid
6435         time associated.
6436         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6437         (gst_alsa_sink_loop):
6438         Ignore TAG events. A little extra debug for broken timestamps.
6439         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6440         (dvdnavsrc_change_state):
6441         Ensure we send a discont to engage the link before we send any
6442         other events.
6443         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6444         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6445         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6446         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6447         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6448         dvd://title works in totem because typefinding sends a seek that ends
6449         up going back to chapter 1 regardless.
6450         * ext/mpeg2dec/gstmpeg2dec.c:
6451         * ext/mpeg2dec/gstmpeg2dec.h:
6452         Output correct timestamps and handle disconts.
6453         * ext/ogg/gstoggdemux.c: (get_relative):
6454         Small guard against a null dereference.
6455         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6456         (gst_textoverlay_set_property):
6457         Free memory when done. Don't call gst_event_filler_get_duration on
6458         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6459         g_warning.
6460         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6461         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6462         (gst_sw_srclink), (gst_smoothwave_chain):
6463         Draw solid lines, prettier colours.
6464         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6465         Add a default palette that'll work for some movies.
6466         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6467         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6468         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6469         * gst/mpegstream/gstdvddemux.h:
6470         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6471         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6472         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6473         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6474         * gst/mpegstream/gstmpegparse.h:
6475         Use PTM/NAV events when for timestamp adjustment when connected to 
6476         dvdnavsrc. Don't use many discont events where one suffices.
6477         * gst/playback/gstplaybasebin.c: (group_destroy),
6478         (gen_preroll_element), (gst_play_base_bin_add_element):
6479         * gst/playback/gstplaybasebin.h:
6480         Make sure we remove subtitles from the same bin we put them in.
6481         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6482         (gst_subparse_buffer_format_autodetect),
6483         (gst_subparse_change_state):
6484         Fix some memleaks and invalid accesses.
6485         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6486         (oggskel_type_find), (cmml_type_find), (plugin_init):
6487         Some typefind functions for Annodex v3.0 files
6488         * gst/wavparse/gstwavparse.h:
6489         GstRiffReadClass is the correct parent class.
6490
6491 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6492
6493         * gst-libs/gst/riff/riff-media.c:
6494         (gst_riff_create_video_caps_with_data):
6495           Add extradata to huffyuv (fixes #165013).
6496         * gst-libs/gst/riff/riff-read.c:
6497         (gst_riff_read_strf_vids_with_data):
6498           Fix extradata extraction if it is in the chunk size.
6499
6500 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6501
6502         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6503
6504         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6505         (gst_quarktv_change_state), (gst_quarktv_dispose):
6506           Memory free'ing location fix (#164708).
6507
6508 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6509
6510         * gst/playback/gstplaybasebin.c: (group_commit),
6511         (gen_preroll_element), (probe_triggered), (gen_source_element),
6512         (setup_source), (gst_play_base_bin_change_state),
6513         (gst_play_base_bin_add_element):
6514           Don't block for streams.
6515         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6516         (gst_stream_info_set_mute):
6517           Use gst_pad_set_active_recursive.
6518
6519 2005-01-25  Andy Wingo  <wingo@pobox.com>
6520
6521         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6522         for #ifndef HAVE_XVIDEO.
6523
6524 2005-01-24  Jeffrey C. Ollie
6525
6526         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6527
6528         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6529         * ext/gsm/gstgsmdec.h:
6530         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6531         * ext/gsm/gstgsmenc.h:
6532         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6533         was given by property. Add proper buffer timestamps and offsets.
6534
6535 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6536
6537         * gst-libs/gst/riff/riff-media.c:
6538         (gst_riff_create_audio_caps_with_data):
6539           Audio can be <8000Hz.
6540
6541 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6542
6543         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6544           Explicit state change to workaround refcount bugs.
6545
6546 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6547
6548         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
6549         (gst_avimux_riff_get_avi_header):
6550           Fix...
6551
6552 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6553
6554         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
6555         (gst_riff_read_element_data):
6556         * gst-libs/gst/riff/riff-read.h:
6557           Add _peek version (req'ed in CDXA).
6558         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
6559         (gst_cdxaparse_loop):
6560           Fix parsing in playbin.
6561         * gst/playback/gstdecodebin.c: (close_pad_link):
6562           Ignore current_ pads, they cause major annoyance.
6563
6564 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6565
6566         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6567           Safety guard.
6568
6569 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6570
6571         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
6572           Fix padding...
6573
6574 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6575
6576         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
6577           Allow for 0-sized buffers. Fixes length query problems in
6578           starwars.mkv from the testsuite.
6579
6580 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
6581
6582         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
6583         (gst_video_box_i420), (gst_video_box_chain):
6584           Fix row strides for I420 (fixes #163159)
6585           
6586 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6587
6588         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6589           MPEG2 has a useful rate property, so we can actually use that.
6590           For MPEG-1, continue using the bytes/time properties.
6591
6592 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6593
6594         * gst-libs/gst/riff/riff-media.c:
6595         (gst_riff_create_video_caps_with_data),
6596         (gst_riff_create_video_template_caps):
6597           Add intel-h263.
6598
6599 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6600
6601         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6602           Fail if caps negotiation fails. Should fix #162184, and should
6603           definately be in there regardless of it fixing the actual bug.
6604         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
6605         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
6606         (gst_avimux_riff_get_avix_header),
6607         (gst_avimux_riff_get_video_header),
6608         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
6609         (gst_avimux_start_file), (gst_avimux_handle_event),
6610         (gst_avimux_change_state):
6611         * gst/avi/gstavimux.h:
6612           Refactor structure writing to use GST_WRITE_UINT macros, add
6613           metadata writing support.
6614
6615 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6616
6617         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6618           Elements may already be destroyed when this function is called.
6619
6620 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6621
6622         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6623         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
6624           More memory leak fixes (#149162).
6625
6626 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6627
6628         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6629         (gst_qtdemux_add_stream):
6630           Fix two memleaks.
6631
6632 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6633
6634         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6635           Argh...
6636
6637 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6638
6639         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6640           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
6641           when fixating to six channels in Totem.
6642
6643 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6644
6645         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
6646           Fix compile warnings on Solaris 10 buildbot
6647
6648 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6649
6650         * ext/dvdread/dvdreadsrc.c: (_read):
6651           Don't read beyond the last cell in a chapter (fixes 
6652           invalid memory access)
6653
6654 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6655
6656         * ext/dvdread/stream_labels.c:
6657         (dvdreadsrc_get_audio_stream_labels):
6658           Use NULL for an empty GList instead of g_list_alloc(); fix 
6659           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
6660           of GString (easier to bulk free later)
6661
6662 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6663
6664         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6665
6666         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6667         (gst_ffmpeg_pixfmt_to_caps):
6668           Fix BGRA32 caps (#164209).
6669
6670 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6671
6672         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6673
6674         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6675         (gst_ffmpeg_caps_to_pixfmt):
6676           alpha_mask can be RGBA/ABGR. Fixes #164265.
6677
6678 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
6679
6680         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6681
6682         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
6683         (gst_mpeg2dec_alloc_buffer):
6684         * ext/mpeg2dec/gstmpeg2dec.h:
6685           Crop if decoding size is not the actual image size (#163676).
6686
6687 2005-01-17  Steve Baker  <steve@stevebaker.org>
6688
6689         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6690
6691         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
6692         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
6693           Add libsndfile typefind functions (#163309).
6694
6695 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6696
6697         * tools/gst-launch-ext-m.m:
6698           Add .aac, fix .m1v/.m2v (#163891).
6699
6700 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6701
6702         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
6703           Sanity check, don't wait endlessly since the clock might not
6704           actually run at this point (which is a deadlock). Fixes #164069.
6705
6706 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6707
6708         * gst/playback/gstplaybasebin.c: (probe_triggered):
6709           Of course, only pause if group is done...
6710
6711 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6712
6713         * gst/playback/gstplaybasebin.c: (probe_triggered):
6714           Thread safety.
6715
6716 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
6717
6718         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
6719           Don't return state change success when the parent
6720           failed.
6721
6722 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6723
6724         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
6725           Free events (fix memleak in #162905).
6726
6727 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
6728
6729         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6730
6731         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6732         (gst_ffmpeg_caps_to_pixfmt):
6733           Fix for depth = 15. Fixes #161675.
6734
6735 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6736
6737         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
6738           Set FPS correctly, even for webcams and the like.
6739         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
6740           Don error on setting while capturing.
6741
6742 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6743
6744         * ext/dv/gstdvdec.c:
6745         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6746         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6747           I'm a bad boy. using /1001. to force C to do float division
6748           and not integer division (as it did in my last commit)
6749           Thanks to David I. Lehn for pointing this mistake.
6750
6751 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6752
6753         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
6754           Revert Johan??s 1.35->1.36 since it breaks compat.
6755
6756 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6757
6758         * ext/dv/gstdvdec.c:
6759         * ext/libfame/gstlibfame.c:
6760         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6761         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6762           replace framerate aproximations by their real value
6763           (24000/1001, 30000/1001, 60000/1001)
6764           Finish fixing bug #164049
6765
6766 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6767
6768         * ext/ogg/gstoggmux.c:
6769           eos/bos debugging
6770         * gst/tcp/gstmultifdsink.c:
6771         * gst/tcp/gstmultifdsink.h:
6772         * gst/tcp/gsttcp.c:
6773         * gst/tcp/gsttcp.h:
6774         * gst/tcp/gsttcpclientsink.c:
6775         * gst/tcp/gsttcpclientsrc.c:
6776         * gst/tcp/gsttcpserversink.c:
6777         * gst/tcp/gsttcpserversrc.c:
6778           improve reusability of elements after state changes and errors
6779           make multifdsink throw away streamheaders when receiving new ones
6780
6781 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6782
6783         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6784           Fix for if items are already in list...
6785
6786 2005-01-12  Benjamin Otte  <otte@gnome.org>
6787
6788         * gst/adder/gstadder.c: (gst_adder_loop):
6789           fix adder a bit so it doesn't screw up with events as much anymore
6790
6791 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
6792
6793         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
6794         (pixbufscale_scale), (gst_pixbufscale_chain):
6795         * ext/gdk_pixbuf/pixbufscale.h:
6796           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
6797           to ensure rowstrides are calculated the same way as 
6798           ffmpegcolorspace
6799           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
6800           that we pick up duration and offset also.
6801
6802 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6803
6804         * gst/avi/gstavimux.c: (gst_avimux_class_init),
6805         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
6806           Reusability fixes.
6807
6808 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6809
6810         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
6811         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
6812         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
6813         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
6814           Update flags when requested.
6815
6816 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6817
6818         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6819           Fix dmix.
6820
6821 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6822
6823         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6824         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
6825         (probe_triggered), (new_decoded_pad), (gen_source_element),
6826         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
6827         * gst/playback/gstplaybasebin.h:
6828         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6829         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
6830         (gst_play_bin_change_state):
6831           Implement group-switch signal for use in apps to clear metadata
6832           cache, clean up subtitle, add suburi property instead of # hack,
6833           some error-out fixes.
6834
6835 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6836
6837         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6838           Debug.
6839         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
6840           If we got a state change in the _get handler, don't return success.
6841
6842 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6843
6844         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
6845         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
6846           Make jpegdec quiet on MJPEG decoding
6847         * gst/asfdemux/README:
6848           Fix mimetypes for MJPEG and H263
6849
6850 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6851
6852         * ext/theora/theoradec.c: (theora_dec_chain):
6853           Fix broken code generation by gcc by swapping arguments.
6854         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6855           Fix \n in debug.
6856
6857 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6858
6859         * TODO:
6860           delete this file, it is by far outdated
6861         * ext/alsa/gstalsa.1: remove
6862         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
6863         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
6864         (gst_alsa_get_caps):
6865           Add HW probing for supported sample rates. Fixes #161704
6866
6867 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6868
6869         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6870           Don't crash, biatch! :).
6871
6872 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6873
6874         * ext/musepack/gstmusepackreader.cpp:
6875         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
6876           Some work on tags - still doesn't work in playbin...
6877         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6878           Handle events...
6879
6880 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6881
6882         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
6883           Also shove tags on kid pads.
6884
6885 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6886
6887         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
6888           Don't bail on unknown events.
6889         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6890           Don't crash on events before negotiation.
6891         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6892           Send tags on pads, too.
6893         * gst/playback/gststreamselector.c:
6894         (gst_stream_selector_request_new_pad):
6895           Forward events on first pad if no input was selected yet.
6896
6897 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6898
6899         * gst/playback/gstplaybasebin.c: (setup_substreams):
6900           Don't disable streamtype if the stream doesn't exist, since
6901           then playing a video after audio will disable both and nothing
6902           will happen. Fixes the testsuite.
6903
6904 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6905
6906         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
6907         (gst_v4l_xoverlay_set_xwindow_id):
6908         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
6909         (gst_v4l2_xoverlay_set_xwindow_id):
6910           Add debug categories, fix overlay disabling.
6911
6912 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6913
6914         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
6915         * ext/alsa/gstalsa.h:
6916           Add HW probing for period_count/size and buffer_size MIX/MAX
6917           Adjust default/user defined value if out of bounds
6918           Should fix bug #162024
6919
6920 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6921
6922         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
6923           Fix warning (#161191).
6924
6925 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6926
6927         * ext/dvdread/stream_labels.c:
6928         (dvdreadsrc_get_audio_stream_labels):
6929           Fix warning (init the good variable in switch default)
6930
6931 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
6932
6933         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6934
6935         * gst/tta/gstttaparse.c: (gst_tta_src_event):
6936           Fix gcc-2.95 compile (#163485).
6937
6938 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6939
6940         * configure.ac:
6941         * ext/flac/gstflacenc.c: (gst_flacenc_init),
6942         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
6943         (gst_flacenc_tell_callback), (gst_flacenc_chain),
6944         (gst_flacenc_change_state):
6945         * ext/flac/gstflacenc.h:
6946           Update for API change in flac-1.1.1. Update requirement in
6947           configure.ac. Fixes #162974.
6948
6949 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6950
6951         * gst/playback/gstplaybasebin.c: (group_destroy):
6952           Remove hack to get rid of assert and get rid of unlinked
6953           signals properly.
6954
6955 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6956
6957         * gst/playback/gstplaybasebin.c: (setup_source):
6958           Set source to NULL so that resources are free'ed. Fixes issues
6959           with playback of CDDA and similar device-accessing things.
6960
6961 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6962
6963         * testsuite/embed/Makefile.am:
6964           test->noinst, fix make test in buildbot.
6965
6966 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6967
6968         * ext/dvdread/stream_labels.c: new file
6969         * ext/dvdread/stream_labels.h: new file
6970         * ext/dvdread/Makefile.am:
6971         * ext/dvdread/dvdreadsrc.c: (_seek_title):
6972           Extract audio stream label from DVD IFO files.
6973           It only dump them on the console for now, still have to
6974           make playbin aware of them.
6975
6976 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6977
6978         * gst/playback/gstplaybasebin.c: (setup_source):
6979           Fix hanging subs.
6980
6981 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6982
6983         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6984         (gen_preroll_element), (remove_groups), (setup_subtitle),
6985         (gen_source_element), (setup_source):
6986         * gst/playback/gstplaybasebin.h:
6987           Multiple .sub files is just a stupid idea... Fix some threading
6988           mistakes. Interestingly, external .sub files cause playbin to
6989           hang, I don't know why... Parsing fixes contributed by Fran??ois
6990           Kooman <fkooman@tuxed.net>.
6991
6992 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6993
6994         * testsuite/embed/Makefile.am:
6995           Fix buildbot.
6996
6997 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
6998
6999         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7000
7001         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7002         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7003         (gst_pngenc_set_property):
7004         * ext/libpng/gstpngenc.h:
7005           Add compression level property (#163323).
7006
7007 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7008
7009         * configure.ac:
7010         * examples/capsfilter/capsfilter1.c: (main):
7011         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7012         * ext/dvdread/Makefile.am:
7013         * ext/dvdread/demo-play:
7014         * ext/dvdread/demo-play.c:
7015         * gconf/gstreamer.schemas.in:
7016         * gst-libs/gst/gconf/gconf.c:
7017         * sys/v4l/TODO:
7018         * testsuite/Makefile.am:
7019         * testsuite/embed/Makefile.am:
7020         * testsuite/embed/embed.c: (cb_expose), (main):
7021           Remove all references to xvideosink, fix examples (#140845).
7022         * gst/playback/gstplaybasebin.c: (group_destroy):
7023           Apparently, disposal does not unlink - so do explicitely.
7024         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7025           Add debug.
7026
7027 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
7028
7029         * README: fix PKG_CONFIG_PATH instructions, what was there
7030         previously was breaking default search path, not nice. 
7031         Fixes #163358
7032
7033 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7034
7035         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
7036         (gst_audioscale_chain):
7037           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
7038           when resampling - how the ^@$^!@^! is this possible?!?
7039
7040 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7041
7042         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7043           Reset variables on READY.
7044         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
7045         (gst_matroska_mux_loop):
7046           Require data before writing header.
7047
7048 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
7049
7050         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7051
7052         * ext/mad/gstmad.c: (gst_mad_chain):
7053           Don't call mad_stream_sync() directly after recovering sync.
7054           Fixes #151661.
7055
7056 2005-01-09  Martin Eikermann  <meiker@upb.de>
7057
7058         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7059
7060         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
7061         (snapshot_handler), (gst_snapshot_sinkconnect),
7062         (gst_snapshot_chain):
7063           Allocate resources when required, fix recursive signal emission
7064           and fix caps. Fixes #161667.
7065
7066 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7067
7068         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7069
7070         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
7071         (gst_pngdec_chain):
7072           Handle only 8-bppc (bits-per-pixel-component) images, better
7073           error handling and correct strides. Fixes #163177.
7074         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
7075         (gst_pngenc_chain):
7076           Better error handling. Fixes #163348.
7077
7078 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7079
7080         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
7081         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
7082         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
7083         (dvdnavsrc_uri_handler_init):
7084           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
7085         * gst/playback/gstplaybasebin.c: (gen_source_element):
7086           Add MMS to streaming URIs.
7087
7088 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7089
7090         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7091         * sys/xvimage/xvimagesink.c:
7092         (gst_xvimagesink_navigation_send_event):
7093           Check for pad availability before sending event.
7094
7095 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7096
7097         * gst-plugins.spec.in:
7098           Add subparse.
7099
7100 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7101
7102         * configure.ac:
7103           Since we use functions from CVS, up requirement.
7104
7105 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7106
7107         * gst/playback/Makefile.am:
7108         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7109         (group_destroy), (group_commit), (group_is_muted),
7110         (gen_preroll_element), (add_stream), (unknown_type),
7111         (probe_triggered), (preroll_unlinked), (mute_stream),
7112         (silence_stream), (new_decoded_pad), (setup_substreams),
7113         (setup_source), (get_active_source), (mute_group_type),
7114         (muted_group_change_state), (set_active_source),
7115         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7116         (play_base_eos), (gst_play_base_bin_change_state):
7117         * gst/playback/gstplaybasebin.h:
7118         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
7119         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7120         (gst_stream_info_dispose), (stream_info_mute_pad),
7121         (stream_info_change_state), (gst_stream_info_set_mute):
7122         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
7123         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
7124         (gst_stream_selector_init), (gst_stream_selector_dispose),
7125         (gst_stream_selector_get_linked_pad),
7126         (gst_stream_selector_get_caps), (gst_stream_selector_link),
7127         (gst_stream_selector_get_linked_pads),
7128         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7129         * gst/playback/gststreamselector.h:
7130           Adding stream selection support plus required properties for
7131           applications to use this. Fully fixes #100931.
7132
7133 2005-01-08  Benjamin Otte  <otte@gnome.org>
7134
7135         * gst/games/gstpuzzle.c: (nav_event_handler):
7136           - handle nav events differently: forward every event no matter if it
7137             was handled or not.
7138           - translate events
7139           You can now cheat by using navigationtest ! puzzle and moving the
7140           mouse close to the edge of a tile. ;)
7141
7142 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7143
7144         * configure.ac:
7145         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7146         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
7147         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
7148         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
7149         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
7150         (gst_ogm_parse_plugin_init):
7151         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
7152         (gst_textoverlay_link), (gst_textoverlay_getcaps),
7153         (gst_textoverlay_event), (gst_textoverlay_video_chain),
7154         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
7155         * ext/pango/gsttextoverlay.h:
7156         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7157         (gst_matroska_demux_handle_seek_event),
7158         (gst_matroska_demux_sync_streams),
7159         (gst_matroska_demux_parse_blockgroup),
7160         (gst_matroska_demux_subtitle_caps),
7161         (gst_matroska_demux_plugin_init):
7162         * gst/matroska/matroska-ids.h:
7163         * gst/playback/gstdecodebin.c: (close_pad_link):
7164         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7165         (gen_preroll_element), (remove_groups), (add_stream),
7166         (new_decoded_pad), (setup_subtitles), (gen_source_element),
7167         (setup_source):
7168         * gst/playback/gstplaybasebin.h:
7169         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
7170         * gst/subparse/Makefile.am:
7171         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
7172         (gst_subparse_base_init), (gst_subparse_class_init),
7173         (gst_subparse_init), (gst_subparse_formats),
7174         (gst_subparse_eventmask), (gst_subparse_event),
7175         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
7176         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
7177         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
7178         (parse_mpsub_deinit), (parse_mpsub_init),
7179         (gst_subparse_buffer_format_autodetect),
7180         (gst_subparse_format_autodetect), (gst_subparse_loop),
7181         (gst_subparse_change_state), (gst_subparse_type_find),
7182         (plugin_init):
7183         * gst/subparse/gstsubparse.h:
7184         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
7185         (plugin_init):
7186           Add subtitle support, .sub parser (supports SRT and MPsub),
7187           OGM text support, Matroska UTF-8 text support, deadlock fixes
7188           all over the place, subtitle awareness in decodebin/playbin
7189           and some fixes to textoverlay to handle subtitles in a stream
7190           correctly. Fixes #100931.
7191
7192 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7193
7194         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7195           Check for pad availability before doing a query on it.
7196
7197 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7198
7199         * ext/dv/gstdvdec.c:
7200           really fix bpp24/32 dvdec caps (classic rgba indeed)
7201         * gst/asfdemux/gstasfdemux.c:
7202         (gst_asf_demux_process_ext_content_desc):
7203           don't send text tags if they are empty (bis repetita)
7204
7205 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7206
7207         * ext/dv/gstdvdec.c:
7208          remove unneeded comment from dvdec
7209           (related to DV 4CC codes in AVI files)
7210           moved them in gstreamer/docs/random/mimetypes
7211         * gst/asfdemux/gstasfdemux.c:
7212         (gst_asf_demux_process_ext_content_desc):
7213          don't send text tags if they are empty
7214          fix mem leak on error path
7215         * gst/ffmpegcolorspace/avcodec.h:
7216         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7217         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7218         (gst_ffmpegcsp_avpicture_fill):
7219         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7220         * gst/ffmpegcolorspace/imgconvert_template.h:
7221          adds BGR32 and BGRA32 to ffmpegcolorspace
7222           (still bad colors, fixing it on next commit)
7223           helps with dvdec outputing BGR32
7224
7225 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7226
7227         * ext/dv/gstdvdec.c:
7228          Fix audio caps i just broke (missing ',')
7229         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7230         (gst_matroska_mux_reset):
7231          Fix typo + add FIXME about old "x-gst-metadata" crap
7232
7233 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7234
7235         * ext/dv/demo-play.c: (main):
7236          xvideosink -> xvimagesink
7237         * ext/dv/gstdvdec.c:
7238          change rgb 32/32 caps to 24/32 (no alpha)
7239          change nb of channels to be a list (2 or 4, not 2)
7240          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7241         * gst/asfdemux/gstasfdemux.c:
7242         (gst_asf_demux_process_ext_content_desc):
7243          Add 'date/year' to extracted metadata list
7244
7245 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7246
7247         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7248           The return value of fixate_to does not imply that the requested
7249           value was set, so don't assume.
7250
7251 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7252
7253         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7254
7255         * ext/libpng/gstpngdec.c:
7256         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7257         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7258         * ext/libpng/gstpngenc.h:
7259           Alpha support (encoder; #163161), mime fixage.
7260
7261 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7262
7263         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7264
7265         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7266         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7267         (gst_faac_set_property), (gst_faac_get_property):
7268         * ext/faac/gstfaac.h:
7269           Allow for ADTS output (#153434).
7270
7271 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7272
7273         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7274           Fix against template (#150576).
7275
7276 2005-01-06  Benjamin Otte  <otte@gnome.org>
7277
7278         * gst/games/gstpuzzle.c: (draw_puzzle):
7279           don't draw a puzzle if either width or height of tiles would be 0.
7280
7281 2005-01-06  Benjamin Otte  <otte@gnome.org>
7282
7283         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7284         (gst_puzzle_class_init), (gst_puzzle_finalize):
7285           no memleaks, please
7286         (gst_puzzle_create), (gst_puzzle_init),
7287         (gst_puzzle_set_property), (gst_puzzle_setup):
7288           change initialization code around so we don't reshuffle on resize
7289         (draw_puzzle):
7290           fix another stupid typo
7291
7292 2005-01-06  Benjamin Otte  <otte@gnome.org>
7293
7294         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7295           fix stupid typo that borked copying on YUY2
7296
7297 2005-01-06  Benjamin Otte  <otte@gnome.org>
7298
7299         * gst/games/gstpuzzle.c: (draw_puzzle):
7300           fix edges when image sizes aren't multiples of tile sizes
7301
7302 2005-01-06  Benjamin Otte  <otte@gnome.org>
7303
7304         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7305           make RGB endianness work correctly
7306         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7307           refactor and fix race with initial shuffling
7308         (nav_event_handler):
7309           allow using the mouse to puzzle
7310         (draw_puzzle):
7311           insist on tiles having width and height as multiples of 4 to get
7312           clean YUV image handling
7313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7314         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7315           s/DEBUG/LOG/ for common messages
7316         (gst_xvimagesink_navigation_send_event):
7317           fix mouse event translation to not include screen PAR
7318         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7319           fix mouse event translation to actually work
7320
7321 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7322
7323         * gst/asfdemux/gstasfdemux.c:
7324         (gst_asf_demux_process_ext_content_desc):
7325          Extract TrackNumber metadata + clean up code
7326         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7327          Hope this is the good fix (var used unitialised)
7328
7329 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7330
7331         * ext/faad/gstfaad.c: (gst_faad_chain):
7332           Only increment timestamp if it's valid. Fixes raw AAC streams.
7333
7334 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7335
7336         * configure.ac:
7337         * gst/games/Makefile.am:
7338         * gst/games/gstpuzzle.c:
7339           add a puzzle game with...
7340         * gst/games/gstvideoimage.c:
7341         * gst/games/gstvideoimage.h:
7342           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7343           from videotestsrc and made into something that would be a nice
7344           library for a lot of other plugins.
7345
7346 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7347
7348         * configure.ac:
7349          don't compile faad plugin if a RC of 2.0 is found
7350          Fixes #155346 (and FC1 buildbot)
7351         * gst/asfdemux/gstasfdemux.c:
7352         (gst_asf_demux_process_ext_content_desc):
7353          try to make Solaris compiler happier
7354
7355 2005-01-06  Paul Jack  <pjack@sfaf.org>
7356
7357         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7358
7359         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7360           Fix segfault (#161667).
7361
7362 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7363
7364         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7365           Fix framerate reporting.
7366
7367 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7368
7369         * gst-libs/gst/riff/riff-ids.h:
7370         * gst/wavenc/riff.h:
7371          Add AMR (VBR and CBR) ids to riff.h audio codec list
7372         * gst/asfdemux/gstasfdemux.c:
7373         (gst_asf_demux_process_ext_content_desc),
7374         (gst_asf_demux_process_object):
7375           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7376
7377 2005-01-05  Martin Eikermann  <meiker@upb.de>
7378
7379         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7380
7381         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7382         (gst_dvd_demux_handle_discont):
7383         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7384         (gst_mpeg_demux_handle_discont):
7385           Recreate pads on new-media (#160730).
7386         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7387           Send discont even if manager changes timestamps (#161929).
7388
7389 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7390
7391         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7392
7393         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7394           Fix invalid memory access (#159211).
7395
7396 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7397
7398         * examples/gstplay/player.c: (main):
7399           Don't iterate.
7400         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7401           Add visualizations.
7402         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7403         (gst_a52dec_handle_frame):
7404           Set duration.
7405         * ext/dvdnav/gst-dvd:
7406           Add audioconvert. Fixes #161325.
7407         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7408           Explicitely case to gint64. Possible valgrind error.
7409         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7410         (gst_play_tick_callback), (gst_play_change_state),
7411         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7412         (gst_play_set_location), (gst_play_get_location),
7413         (gst_play_seek_to_time), (gst_play_set_data_src),
7414         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7415         (gst_play_set_visualization), (gst_play_connect_visualization),
7416         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7417         (gst_play_new):
7418           Use playbin. Fixes #139749 and #147744.
7419         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7420           Add genre tag.
7421         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7422         (audioscale_get_type), (gst_audioscale_base_init),
7423         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7424         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7425         (gst_audioscale_link), (gst_audioscale_get_buffer),
7426         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7427         (gst_audioscale_init), (gst_audioscale_dispose),
7428         (gst_audioscale_chain), (gst_audioscale_set_property),
7429         (gst_audioscale_get_property), (plugin_init):
7430           Indent properly.
7431         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7432           Fix LPCM.
7433         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7434         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7435         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7436           Add more metadata (fixes #162656).
7437
7438 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7439
7440         * configure.ac:
7441           back to cvs
7442
7443 === release 0.8.7 ===
7444
7445 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7446
7447         * NEWS:
7448         * RELEASE:
7449         * configure.ac:
7450           releasing 0.8.7, "Hyperspace"
7451
7452 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7453
7454         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7455
7456         * gst/playback/gstplaybasebin.c:
7457          Fix for #162924 - free caps after use, not before
7458
7459 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7460
7461         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7462
7463         * gst/playback/gstplaybasebin.c:
7464         * gst/wavparse/gstwavparse.c:
7465           Fix for #154773 - fixes playback of small .wav files
7466
7467 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7468
7469         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7470
7471         * gst/audioscale/gstaudioscale.c:
7472           Fix for #162819 - make audioscale reusable
7473           Fixes playback of more than one file with playbin/totem
7474
7475 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7476
7477         * gst/ffmpegcolorspace/avcodec.h:
7478         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7479         * gst/ffmpegcolorspace/imgconvert.c:
7480           clean up the mess that made me cry and avoid needless duplication
7481
7482 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7483
7484         * gst/ffmpegcolorspace/imgconvert.c:
7485           give some indication of why we're segfaulting
7486
7487 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7488
7489         * configure.ac:
7490           Fix indentation, fix v4l2 plugin detection.
7491         * ext/Makefile.am:
7492           Fix libmms location (Maciej, use diff -u!).
7493         * ext/alsa/gstalsa.c: (gst_alsa_init):
7494           Initialize caps cache to NULL.
7495         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7496           Only change state on audiosink if it exists.
7497
7498 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7499
7500         * gst/matroska/matroska-demux.c:
7501         * gst/matroska/matroska-ids.h:
7502         * gst/matroska/matroska-demux.h:
7503         Fix Vorbis streams failing to decode in some files, where cluster_time
7504         isn't 0, because then it doesn't send codec_priv before actual data.
7505         Remove time-based test and replace it with marker set on beginning of
7506         new stream
7507
7508 2004-12-28  David Schleef  <ds@schleef.org>
7509
7510         Merge patch from Ronald fixing problems with streaming
7511         text.
7512         * ext/cairo/gstcairo.c: (plugin_init):
7513         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7514         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7515         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7516         (gst_textoverlay_font_init), (gst_textoverlay_init),
7517         (gst_textoverlay_set_property):
7518         * ext/cairo/gsttextoverlay.h:
7519
7520 2004-12-27  David Schleef  <ds@schleef.org>
7521
7522         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7523         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7524         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7525         (gst_textoverlay_font_init), (gst_textoverlay_init),
7526         (gst_textoverlay_set_property): Improvements to actually
7527         render text as white on black outline on video, including
7528         font selection and horizontal/vertical alignment.  (Ronald's
7529         christmas present)
7530         * ext/cairo/gsttextoverlay.h:
7531
7532 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7533
7534         * ext/ogg/gstogg.c:
7535         * ext/ogg/gstogmparse.c:
7536           fix ogm[audio/video]parse plugin registration
7537           (riff won't load if bytestream is already loaded)
7538
7539 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7540
7541         * gst/audioconvert/gstchannelmix.c:
7542           fix for GLIB < 2.4
7543
7544 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7545
7546         * Makefile.am:
7547         * configure.ac:
7548           disable docs again until it actually passes make distcheck.
7549
7550 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7551
7552         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
7553         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7554         (plugin_init):
7555           Add 3GP (variables name Q3GP because they can't start with a
7556           number). Add samr audio fourcc (used in .3gp files), decoder
7557           is work in progress. Also do a GST_WARNING instead of ERROR
7558           in case of unknown nodes, to decrease output.
7559
7560 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7561
7562         * Makefile.am:
7563           really fix dist
7564
7565 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7566
7567         * configure.ac:
7568         * ext/speex/gstspeexdec.h:
7569         * ext/speex/gstspeexenc.h:
7570           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
7571           Fix detection code in configure.ac
7572
7573 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7574
7575         * gst/matroska/matroska-demux.c:
7576         (gst_matroska_demux_parse_blockgroup):
7577           Save position, so that queries give proper return values. Don't
7578           know how this could ever have worked before...
7579
7580 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7581
7582         * configure.ac:
7583           Put additional LAME check inside the conditional.  Fixes #152339
7584
7585 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7586
7587         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7588         (gst_avi_demux_stream_scan):
7589           Add some more debug. Fix logic error when setting movi offset
7590           while reading index.
7591
7592 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7593
7594         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7595         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
7596         (gst_avi_demux_process_next_entry):
7597           Add some debugging. Better detection of broken indexes and the
7598           accompanying index recovery. No infinite loops on state changes
7599           when we're still in our loopfunction.
7600
7601 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7602
7603         * configure.ac:
7604           Fix up.
7605
7606 2004-12-22  Archana Shah  <archana.shah@wipro.com>
7607
7608         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7609
7610         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
7611           Normalizing the value before setting
7612         (gst_sunaudiomixer_get_volume):
7613           Normalizing the value after getting. Fixes bug# 161980
7614
7615 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7616
7617         * Makefile.am: Make sure docs gets disted
7618         * docs/Makefile.am: Make sure all needed files get disted
7619         * gst-plugins.spec.in: latest updates
7620
7621 2004-12-22  Wim Taymans  <wim@fluendo.com>
7622
7623         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7624         Revert patch 1.38 as clock distribution over schedulers does
7625         not work correcly in the core yet.
7626
7627 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7628
7629         * sys/oss/README: remove this file, which predates my birth
7630           (and which content is by far outdated)
7631
7632 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
7633
7634         * Makefile.am:
7635         * configure.ac:
7636         * docs/Makefile.am:
7637         * docs/libs/Makefile.am:
7638         * docs/libs/gst-plugins-libs-docs.sgml:
7639         * docs/libs/gst-plugins-libs-sections.txt:
7640         * docs/libs/tmpl/gstgconf.sgml:
7641         * docs/upload.mak:
7642         * docs/version.entities.in:
7643           Added boilerplate gtk-doc files for plugin-libs documentation.
7644
7645 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7646
7647         * gst/auparse/gstauparse.c: fix int and float audio caps
7648
7649 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7650
7651         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7652         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
7653           g_assert() can be a macro, don't use #ifdef inside it.
7654
7655 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
7656
7657         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7658
7659         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
7660         (gst_videorate_init), (gst_videorate_chain),
7661         (gst_videorate_change_state):
7662           Event handling (fixes #159986).
7663
7664 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7665
7666         * gst-libs/gst/riff/riff-media.c:
7667         (gst_riff_create_video_caps_with_data):
7668           Add BLZ0 (Blizzard's version of DivX) fourcc.
7669
7670 2004-12-18  David Schleef  <ds@schleef.org>
7671
7672         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
7673         portability fix.
7674
7675 2004-12-18  David Schleef  <ds@schleef.org>
7676
7677         * gst/tta/ttadec.h: Disable some header code that isn't used
7678         and clearly isn't portable.
7679
7680 2004-12-18  David Schleef  <ds@schleef.org>
7681
7682         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
7683         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
7684         (avcodec_get_pix_fmt), (avpicture_layout),
7685         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
7686         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
7687         Fix code to not use GCC extensions (and c99 extensions that
7688         Forte does not like.)
7689
7690 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7691
7692         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7693
7694         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
7695         (gst_deinterlace_chain):
7696           Rowstride fixes. Fixes #161039.
7697         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
7698         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
7699         (gst_video_crop_getcaps), (gst_video_crop_link),
7700         (gst_video_crop_i420), (gst_video_crop_chain),
7701         (gst_video_crop_change_state):
7702           Rework of negotiation. Actually works now. Fixes #158650.
7703
7704 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7705
7706         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
7707           That was very stupid.
7708
7709 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7710
7711         * gst/matroska/matroska-demux.c:
7712         (gst_matroska_demux_parse_blockgroup):
7713           Fix possible crasher.
7714
7715 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7716
7717         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
7718         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
7719           Lace sizes can be zero.
7720
7721 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7722
7723         * ext/musepack/gstmusepackdec.cpp:
7724           Fetch error return values. Fixes #161624.
7725         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7726           Really EOS.
7727
7728 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7729
7730         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7731           Work for truncated (unfinished download etc.) files. Fixes #160514.
7732
7733 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7734
7735         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7736           Fix for integer overflow. Makes #156001 not crash. Probably masks
7737           the real bug.
7738
7739 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7740
7741         * gst/ac3parse/gstac3parse.c: (plugin_init):
7742           Parsers never have ranks. Fixes #159651.
7743
7744 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7745
7746         * gst/playback/gstdecodebin.c: (compare_ranks):
7747           make sure the facotries are ordered the same every time even if they
7748           have the same rank by using the name
7749         * gst/playback/gstdecodebin.c: (find_compatibles):
7750           make sure we don't add factories to the list twice
7751
7752 2004-12-16  David Schleef  <ds@schleef.org>
7753
7754         * configure.ac: look for musepack headers as musepack/*.h
7755         (fixes #159847)
7756         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
7757         * ext/musepack/gstmusepackreader.h: same
7758
7759 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7760
7761         * gst-libs/gst/riff/riff-read.c:
7762         (gst_riff_read_strf_auds_with_data):
7763           Read extradata correctly (fixes #155879).
7764
7765 2004-12-16  David Schleef  <ds@schleef.org>
7766
7767         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
7768         audio.  does _not_ attempt or allow conversion unless channels
7769         is 1 or 2.
7770
7771 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7772
7773         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
7774
7775 2004-12-16  David Schleef  <ds@schleef.org>
7776
7777         * gst/audioscale/gstaudioscale.c: the resample library only
7778         handles 1 or 2 channels.  Change caps to compensate.
7779
7780 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7781
7782         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
7783         (gst_matroska_demux_audio_caps):
7784           Some MPEG-AAC hacks, because else it doesn't work...
7785
7786 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7787
7788         * gst-libs/gst/riff/riff-media.c:
7789         (gst_riff_create_video_caps_with_data),
7790         (gst_riff_create_video_template_caps):
7791           Add h264.
7792
7793 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7794
7795         * gst-libs/gst/audio/Makefile.am:
7796           Try to fix buildbot.
7797
7798 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7799
7800         * gst/tcp/gstmultifdsink.c:
7801           Clean up and uniformize debugging.
7802
7803 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
7804
7805         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7806
7807         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7808         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
7809         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
7810         (gst_mpeg_demux_change_state):
7811           Reset on ready. Fixes 160276.
7812
7813 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
7814
7815         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7816
7817         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7818         (gst_ffmpegcsp_pad_link):
7819           Fix memleak (#154815).
7820
7821 2004-12-16  James Bowes  <bowes@cs.dal.ca>
7822
7823         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7824
7825         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
7826         (gst_musicbrainz_init), (gst_musicbrainz_chain),
7827         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
7828         * ext/musicbrainz/gsttrm.h:
7829           Add support for using a proxy server when getting a trm id from
7830           the MusicBrainz database (#149613).
7831
7832 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
7833
7834         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7835
7836         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
7837         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
7838           Fix memleaks (#157233).
7839
7840 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
7841
7842         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7843
7844         * gst-libs/gst/resample/resample.c: (gst_resample_close):
7845         * gst-libs/gst/resample/resample.h:
7846         * gst/audioscale/gstaudioscale.c:
7847           Fix memleak (#159215).
7848
7849 2004-12-16  Toni Willberg  <toniw@iki.fi>
7850
7851         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7852
7853         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
7854         * sys/oss/oss_probe.c: (main):
7855           Check for mono/stereo support (similar to samplerate probing),
7856           fixes #159433. Also add missing copyright header to oss_probe.c.
7857
7858 2004-12-15  David Schleef  <ds@schleef.org>
7859
7860         * configure.ac: add audioresample and cairo plugins.  Remove
7861         HAVE_MMX stuff, because it's not used.
7862         * ext/Makefile.am: same
7863         * ext/audioresample/Makefile.am: You are not ready for an
7864         audio resampling element based on audioresample.
7865         * ext/audioresample/gstaudioresample.c:
7866         * ext/audioresample/gstaudioresample.h:
7867         * ext/cairo/Makefile.am: You are not ready for overlay elements
7868         based on cairo.  Don't look too closely, these elements kinda
7869         suck right now.
7870         * ext/cairo/gstcairo.c: new
7871         * ext/cairo/gsttextoverlay.c: new
7872         * ext/cairo/gsttextoverlay.h: new
7873         * ext/cairo/gsttimeoverlay.c: new
7874         * ext/cairo/gsttimeoverlay.h: new
7875         * gst-libs/gst/media-info/media-info-priv.h: fix compile
7876         problem with compilers that don't support variadic macros.
7877
7878 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
7879
7880         Reviewed by:  David Schleef  <ds@schleef.org>
7881
7882         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
7883         Bala, registering sunaudiosrc (oops!), and cleaning up code a
7884         bit.  Also ran indent-gst.
7885         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
7886         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
7887         (gst_sunaudiosrc_setparams):
7888
7889 2004-12-14  David Schleef  <ds@schleef.org>
7890
7891         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
7892         output rate to 16000.  Should fix #160235.
7893
7894 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7895
7896         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7897         Add typefinding for mpeg2 pes streams
7898
7899 2004-12-13  David Schleef  <ds@schleef.org>
7900
7901         * configure.ac:  Applied patch from bug #143659, making default
7902         sources and sinks OS-dependent (for Solaris), and added code
7903         for OS/X.
7904         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
7905
7906 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7907
7908         * gst-libs/gst/riff/riff-media.c:
7909           forgot to add h2.64 to avidemux template caps
7910
7911 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7912
7913         * gst/wavenc/riff.h:
7914         * gst-libs/gst/riff/riff-media.c:
7915         * gst-libs/gst/riff/riff-ids.h:
7916         * gst/avi/gstavimux.c
7917         add 4CC code for VideoSoft h264 in AVI (VSSH)
7918           fixes bug #160655
7919         remove s323 from riff, it's quicktime specific :(
7920
7921 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7922
7923         * gst/asfdemux/README
7924         * gst/wavenc/riff.h
7925         * gst-libs/gst/riff/riff-ids.h
7926         * gst-libs/gst/riff/riff-media.c
7927         * gst/qtdemux/qtdemux.c:
7928           add new 4CC codes for h263 related codecs
7929           fixes partially bug #155163
7930
7931 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
7932
7933         * configure.ac: Update polyaudio requirement to 0.7
7934         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
7935
7936 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7937
7938         * gst/interleave/deinterleave.c:
7939         fix my name's spelling! :)
7940
7941 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7942
7943         * AUTHORS ChangeLog
7944         * gst/auparse/gstauparse.c
7945         * gst/interleave/deinterleave.c
7946         * gst/law/:
7947                 alaw-decode.c alaw-encode.c
7948                 mulaw-decode.c mulaw-encode.c
7949         * gst/oneton/gstoneton.c
7950         * sys/osxaudio/:
7951                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
7952         * sys/osxvideo/:
7953                 cocoawindow.h cocoawindow.m
7954                 osxvideosink.h osxvideosink.m
7955
7956         put the same mail address for Zaheer Abbas Merali everywhere
7957
7958 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7959
7960         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
7961           Align by packetsize, and assert that we a packet available before
7962           playing. The first makes webstreams work (they often include
7963           trailing padding data in a packet), the second allows pausing a
7964           ASF stream in totem without getting demux errors afterwards.
7965
7966 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7967
7968         * ext/ogg/gstoggdemux.c: (get_relative):
7969           Check for non-NULL before accessing member (end-of-chain).
7970
7971 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7972
7973         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
7974         (cdparanoia_set_property), (cdparanoia_get_property):
7975         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
7976         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
7977         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
7978         (dvdreadsrc_init), (dvdreadsrc_set_property),
7979         (dvdreadsrc_get_property):
7980         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
7981         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
7982           Synchronize property names where not yet the case. Devices are
7983           now device=X, other versions are deprecated (but still exist).
7984           Also use g_free() unconditionally.
7985         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7986         (setup_source), (gst_play_base_bin_get_property):
7987           Expose source.
7988
7989 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7990
7991         * configure.ac: move GCONF macro outside conditional for the am
7992           conditional. Fixes #160439
7993
7994 2004-12-08  David Schleef  <ds@schleef.org>
7995
7996         * tools/gst-visualise-m.m: Switch to elements that currently
7997         exist.
7998
7999 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8000
8001         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8002           We love wrong commas.
8003
8004 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8005
8006         * gst/matroska/matroska-demux.c:
8007         (gst_matroska_demux_handle_src_query):
8008           Don't set DEFAULT, unsupported - makes length display incorrectly
8009           in some cases.
8010
8011 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8012
8013         * gst/monoscope/README: remove blurb about files being GPL
8014         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
8015         * gst/monoscope/monoscope.c: Change license to BSD with explanation
8016           monoscope is now effectively LGPL licensed
8017
8018 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8019
8020         * gst/monoscope/README: Update information to be more correct
8021         * gst/monoscope/convolve.c: Relicense to LGPL
8022         * gst/monoscope/convolve.h: Relicense to LGPL
8023
8024 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
8025
8026         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8027           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
8028         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
8029           set default_duration for mpeg1 audio
8030
8031 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8032
8033         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
8034         * ext/alsa/gstalsa.h:
8035           refactor big chunks of the core caps negotiation code to make it
8036           a lot faster, because people claim it's really slow
8037           (actually, just cache the getcaps when the device is opened)
8038
8039 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8040
8041         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
8042         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
8043         (gst_a52dec_handle_frame), (gst_a52dec_chain),
8044         (gst_a52dec_change_state), (plugin_init):
8045         * ext/a52dec/gsta52dec.h:
8046           Do something useful with timestamps. Make chain-based (since
8047           there's really no reason to be loopbased).
8048         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8049           Update current_byte/frame correctly.
8050
8051 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8052
8053         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
8054         (gst_ape_demux_stream_init):
8055           Forward tags, too.
8056
8057 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8058
8059         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
8060           Let's make sure we're done typefinding when detecting tags.
8061
8062 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8063
8064         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
8065         (gst_ebml_read_init), (gst_ebml_read_use_event),
8066         (gst_ebml_read_element_id), (gst_ebml_peek_id),
8067         (gst_ebml_read_seek), (gst_ebml_read_skip),
8068         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
8069         (gst_ebml_read_master):
8070         * gst/matroska/ebml-read.h:
8071         * gst/matroska/matroska-demux.c:
8072         (gst_matroska_demux_parse_contents),
8073         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
8074           Disgustingly evil hack for working around INTERRUPT events and
8075           their extremely annoying habit of being a pain in the ass. We
8076           simply peek a cluster before reading any of it.
8077
8078 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8079
8080         * ext/musepack/gstmusepackdec.cpp:
8081           There's also floating point libmusepacks.
8082
8083 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8084
8085         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
8086         (gst_faad_chanpos_to_gst), (gst_faad_chain):
8087           Set DURATION even if source buffer didn't. Also use increasing
8088           timestamps.
8089         * gst-libs/gst/riff/riff-media.c:
8090         (gst_riff_create_audio_caps_with_data):
8091           Block_align can have larger values than 8192.
8092
8093 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8094
8095         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
8096         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
8097         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
8098         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
8099           Fix caps.
8100
8101 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8102
8103         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
8104           Fix logic bug.
8105
8106 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8107
8108         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8109           Yay, another one.
8110
8111 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8112
8113         * ext/esd/esdsink.c: (gst_esdsink_chain):
8114           Make error actually say something useful (fixes #156798).
8115         * gst-libs/gst/riff/riff-media.c:
8116         (gst_riff_create_video_caps_with_data),
8117         (gst_riff_create_video_template_caps):
8118           Add Intel Video 5.0 fourcc (IV50).
8119
8120 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
8121
8122         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
8123         detection on mono and stereo mp3 files.
8124
8125 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8126
8127         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8128           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
8129           the contained stream).
8130
8131 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8132
8133         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
8134           Oops, remove debug.
8135
8136 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8137
8138         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8139
8140         * gst/law/alaw-decode.c: (alawdec_getcaps):
8141         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8142           Prevent warnings when negotiating caps (fixes #159338).
8143
8144 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8145
8146         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8147         (gst_ffmpegcsp_chain):
8148           Remove old leftover that shouldn't be there...
8149
8150 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8151
8152         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8153
8154         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
8155           Don't forward DISCONT events (fixes #159684).
8156
8157 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8158
8159         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
8160           Unlink manually since sometimes bin disposal (and therefore
8161           pad unlinking) is delayed, which will cause a new media file
8162           to not be able to start playing instantly.
8163
8164 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8165
8166         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
8167           On mute of an unlinked stream, check for pad availability so
8168           we don't crash on unlinked pad.
8169
8170 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8171
8172         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8173         (gst_avi_demux_massage_index):
8174           Fix quite humiliating bug in omitting 0-sized index chunks but
8175           forgetting to count them for timestamps.
8176
8177 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8178
8179         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8180           Actually leave the loop if we failed to sync. Don't crash.
8181
8182 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8183
8184         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
8185         (gst_dvd_demux_process_private):
8186         * gst/mpegstream/gstdvddemux.h:
8187           Fix crash (#159759). Doesn't work, though. :-(.
8188
8189 2004-11-28  Benjamin Otte  <otte@gnome.org>
8190
8191         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8192           more overwriting protection due to modifying channels one by one
8193           instead of all at once
8194
8195 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8196
8197         * gst/audioconvert/gstchannelmix.c:
8198         (gst_audio_convert_fill_normalize):
8199           Normalize using absolute values.
8200
8201 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8202
8203         * configure.ac:
8204         * ext/Makefile.am:
8205         * ext/directfb/Makefile.am:
8206         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8207         (gst_directfbvideosink_get_pixel_format),
8208         (gst_directfbvideosink_get_format_from_fourcc),
8209         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8210         (gst_directfbvideosink_sink_link),
8211         (gst_directfbvideosink_change_state),
8212         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8213         (gst_directfbvideosink_buffer_alloc),
8214         (gst_directfbvideosink_interface_supported),
8215         (gst_directfbvideosink_interface_init),
8216         (gst_directfbvideosink_navigation_send_event),
8217         (gst_directfbvideosink_navigation_init),
8218         (gst_directfbvideosink_set_property),
8219         (gst_directfbvideosink_get_property),
8220         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8221         (gst_directfbvideosink_base_init),
8222         (gst_directfbvideosink_class_init),
8223         (gst_directfbvideosink_get_type), (plugin_init):
8224         * ext/directfb/directfbvideosink.h: Adding a first version of
8225         directfbvideosink.
8226         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8227         more.
8228
8229 2004-11-28  Benjamin Otte  <otte@gnome.org>
8230
8231         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8232           walk the samples backwards if out_channels > in_channels so we don't
8233           overwrite data
8234
8235 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8236
8237         * gst/audioconvert/Makefile.am:
8238         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8239         (gst_audio_convert_link), (gst_audio_convert_change_state),
8240         (gst_audio_convert_channels):
8241         * gst/audioconvert/gstchannelmix.c:
8242         (gst_audio_convert_unset_matrix),
8243         (gst_audio_convert_fill_identical),
8244         (gst_audio_convert_fill_compatible),
8245         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8246         (gst_audio_convert_fill_others),
8247         (gst_audio_convert_fill_normalize),
8248         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8249         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8250         * gst/audioconvert/gstchannelmix.h:
8251           Implement a channel mixer.
8252
8253 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8254
8255         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8256         * ext/alsa/gstalsa.h:
8257         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8258         Make alsasink actually honor gst_element_set_clock and use that
8259         clock instead of its internal one.
8260
8261 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8262
8263         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8264         (gst_play_base_bin_change_state): nullify source and decoder when
8265         going from READY to NULL so that we don't try to do weird stuff with
8266         them when going from NULL to READY
8267         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8268         instead of g_object_unref
8269         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8270         it should be correct
8271         (gst_play_bin_change_state): don't call remove_sinks if we are
8272         currently disposing the object
8273
8274 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8275
8276         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8277           Don't forget bass if it's there. Else left channel is silent...
8278
8279 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8280
8281         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8282         (gst_a52dec_change_state):
8283           Don't do sample adjusting anymore, we use float audio now.
8284         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8285           Don't fixate to non-existing properties.
8286
8287 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8288
8289         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8290         (gst_a52dec_change_state):
8291           Advertise that we can do surround sound.
8292
8293 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8294
8295         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8296           Add buffer-frames=0.
8297         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8298         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8299         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8300         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8301         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8302         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8303         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8304         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8305         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8306         * ext/dvdread/dvdreadsrc.h:
8307           Add seeking, querying for bytes, sectors, title, angle and
8308           chapter. Handle multiple chapters. Relicense to LGPL because
8309           Billy agreed on that (thanks Billy!).
8310
8311 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8312
8313         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8314         call parent dispose method
8315
8316 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8317
8318         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8319         (gst_audio_clock_get_internal_time):
8320         Fix active <-> inactive transitions: ensure time value always
8321         grows and avoid abrupt value changes.
8322
8323 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8324
8325         * configure.ac:
8326         * gst/tta/Makefile.am:
8327         * gst/tta/crc32.h:
8328         * gst/tta/filters.h:
8329         * gst/tta/gsttta.c:
8330         * gst/tta/gstttadec.c:
8331         * gst/tta/gstttadec.h:
8332         * gst/tta/gstttaparse.c:
8333         * gst/tta/gstttaparse.h:
8334         * gst/tta/ttadec.h:
8335           added TTA parser and decoder
8336
8337 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8338
8339         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8340         (probe_triggered), (check_queue), (buffer_underrun),
8341         (buffer_running), (buffer_overrun), (gen_source_element),
8342         (setup_source):
8343         * gst/playback/gstplaybasebin.h:
8344           Implement buffering. Needs some more work.
8345
8346 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8347
8348         * ext/theora/theoradec.c: (theora_dec_chain):
8349           Fix ilog mask range overflow.
8350
8351 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8352
8353         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8354           Don't omit the last (which in case of dmix is the only :) )
8355           channel count. Don't set channels if <= 2.
8356
8357 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8358
8359         * gst/playback/gstplaybin.c: (gen_video_element),
8360         (gen_audio_element): Removed 2 obsolete comments
8361
8362 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8363
8364         * ext/vorbis/oggvorbisenc.c
8365         * ext/vorbis/vorbisenc.c :
8366           change description fields of those plugins to differentiate them
8367           (pitivi show Encoders by description, they had the same one)
8368
8369 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8370
8371         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8372
8373         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8374         (gst_play_bin_set_property), (gen_video_element),
8375         (gen_audio_element):
8376           Refcounting fixes for provided audio-/videosinks.
8377
8378 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8379
8380         * gst/playback/gstplaybin.c: (gen_video_element),
8381         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8382           Don't reference all sinks, but only the video- and audiosinks.
8383           The vis. element should be disposed when we're done with it.
8384           We don't have any reason to keep it around. This fixes warnings
8385           when reusing playbin for playing multiple audio files with
8386           vis. enabled. Also release audio device on pause - idea stolen
8387           from Rhythmbox.
8388
8389 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8390
8391         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8392         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8393         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8394         * ext/alsa/gstalsaplugin.c: (plugin_init):
8395         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8396         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8397         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8398         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8399         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8400         (gst_faad_change_state), (plugin_init):
8401         * ext/faad/gstfaad.h:
8402         * ext/vorbis/vorbis.c: (plugin_init):
8403         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8404         * gst-libs/gst/audio/Makefile.am:
8405         * gst-libs/gst/audio/audio.c: (plugin_init):
8406         * gst-libs/gst/audio/multichannel.c:
8407         (gst_audio_check_channel_positions),
8408         (gst_audio_get_channel_positions),
8409         (gst_audio_set_channel_positions),
8410         (gst_audio_set_structure_channel_positions_list),
8411         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8412         (gst_audio_fixate_channel_positions):
8413         * gst-libs/gst/audio/multichannel.h:
8414         * gst-libs/gst/audio/testchannels.c: (main):
8415         * gst/audioconvert/gstaudioconvert.c:
8416         (gst_audio_convert_class_init), (gst_audio_convert_init),
8417         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8418         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8419         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8420         * gst/audioconvert/plugin.c: (plugin_init):
8421           Surround sound support.
8422
8423 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8424
8425         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8426           Fix position for discont if we're close as well. Nitpicking, but
8427           saves a few milliseconds of extra waiting or skipping.
8428
8429 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8430
8431         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8432           We sometimes need parsers for playback, so add those too.
8433
8434 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8435
8436         * configure.ac:
8437         * gst/apetag/Makefile.am:
8438         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8439         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8440         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8441         (gst_ape_demux_get_src_query_types),
8442         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8443         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8444         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8445         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8446         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8447         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8448         (gst_ape_demux_change_state):
8449         * gst/apetag/apedemux.h:
8450         * gst/apetag/apetag.c: (plugin_init):
8451         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8452         (plugin_init):
8453           APE v1/2 tag reader plus typefind function.
8454
8455 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8456
8457         * configure.ac:
8458         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8459         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8460           Remove hacks for older core. Require newer core version
8461           accordingly.
8462
8463 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8464
8465         * gst/cdxaparse/Makefile.am:
8466         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8467         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8468         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8469         * gst/cdxaparse/gstcdxaparse.h:
8470         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8471         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8472         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8473         (gst_cdxastrip_get_src_query_types),
8474         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8475         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8476         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8477         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8478         * gst/cdxaparse/gstcdxastrip.h:
8479           SVCD/VCD header stripping separated from CDXA image parsing.
8480         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8481         (plugin_init):
8482           Add VCD/SVCD header typefinding for VCD/SVCD.
8483         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8484         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8485         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8486         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8487         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8488         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8489         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8490         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8491         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8492         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8493         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8494         * sys/vcd/vcdsrc.h:
8495           Fix up, add seeking, querying, URI interface. Works in totem now.
8496
8497 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8498
8499         * configure.ac:
8500           back to CVS
8501
8502 === release 0.8.6 ===
8503
8504 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8505
8506         * NEWS:
8507         * RELEASE:
8508         * configure.ac:
8509         * po/af.po:
8510         * po/az.po:
8511         * po/cs.po:
8512         * po/en_GB.po:
8513         * po/hu.po:
8514         * po/it.po:
8515         * po/nb.po:
8516         * po/nl.po:
8517         * po/or.po:
8518         * po/sq.po:
8519         * po/sr.po:
8520         * po/sv.po:
8521         * po/uk.po:
8522           releasing 0.8.6, "IOU Love"
8523
8524 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8525
8526         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8527
8528         * gst/playback/gstplaybasebin.c:
8529           Fix unplayable files error handling.  Fixes #158365
8530
8531 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8532
8533         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8534
8535         * gst/typefind/gsttypefindfunctions.c:
8536           Fix broken mp3 typefinding.  Fixes #158375
8537
8538 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8539
8540         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8541
8542         * ext/ogg/gstoggdemux.c:
8543           Fix sync on broken files.  Fixes #158976
8544
8545 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8546
8547         patch by: Edward Hervey <bilboed@bilboed.com>
8548
8549         * ext/libpng/gstpngenc.c:
8550           Copy over buffer properties.  Fixes #158832
8551
8552 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8553
8554         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
8555
8556         * ext/dvdread/dvdreadsrc.c:
8557           Fixes invalid reads (#158462)
8558
8559 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8560
8561         * sys/v4l/gstv4lsrc.c:
8562         * sys/v4l/gstv4lsrc.h:
8563         * sys/v4l/v4lsrc_calls.c:
8564           Probe less and cache it.  Fixes #159187.
8565
8566 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8567
8568         * gst/videorate/gstvideorate.c:
8569           Handle all video formats. Fixes #159186.
8570
8571 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
8572         * gst/synaesthesia/gstsynaesthesia.c:
8573         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
8574         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
8575         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
8576         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
8577         (gst_synaesthesia_change_state), (plugin_init):
8578         Fix up synaesthesia to work under different samplerates/ buffer sizes.
8579         Force 320x200 output, as that's the only thing the underlying
8580         synaesthesia implementation supports. Still needs to be made
8581         re-entrant.
8582
8583 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8584
8585         * configure.ac:
8586           Fix mpeg2enc configure check (similar to mplex check below).
8587
8588 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
8589
8590         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8591
8592         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8593           Fix for gcc-2.95 (fixes #158221).
8594
8595 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8596
8597         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8598           Re-add clock distribution hack (until new core is released).
8599           Fixes #158125.
8600
8601 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
8602         * configure.ac:
8603           fix mplex configure check segfaulting on some systems (bug #140994)
8604
8605 2004-11-13  Benjamin Otte  <otte@gnome.org>
8606
8607         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
8608           add debugging
8609         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8610           do a wait when we enter the loop func with no data available to
8611           write instead of getting into an 100% CPU loop by just returning and
8612           being called again by the scheduler
8613
8614 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
8615
8616         * configure.ac:
8617         * ext/libvisual/visual.c: (gst_visual_get_type),
8618         (libvisual_log_handler), (gst_visual_getcaps),
8619         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
8620         (plugin_init):
8621           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
8622         * ext/smoothwave/Makefile.am:
8623         * ext/smoothwave/demo-osssrc.c: (main):
8624         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
8625         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
8626         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
8627         (plugin_init):
8628         * ext/smoothwave/gstsmoothwave.h:
8629           Make gstsmoothwave a working element in the 20th century.
8630
8631         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
8632           Fix incorrect link function
8633
8634 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8635
8636         * gst/volume/gstvolume.c:
8637           Allow buffer-frames=0.
8638
8639 2004-11-12 Iain <iaingnome@gmail.com>
8640
8641         * configure.ac: Check for polypaudio
8642
8643         * ext/Makefile.am: Build the polyp dir
8644
8645         * ext/polyp: The polypsink sources.
8646
8647 2004-10-30 Iain <iaingnome@gmail.com>
8648
8649         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
8650         caps to reflect the new number of channels.
8651
8652 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8653
8654         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8655           Fix for negotiation order problem. This would show when the
8656           ALSA loopfuction was called before any other function. ALSA
8657           wouldn't do anything because we're not negotiated yet, leading
8658           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
8659
8660 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8661
8662         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8663
8664         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8665           No warnings (#157986).
8666
8667 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8668
8669         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8670           Prefer apev1/2 and id3v1 (at end of file) over musepack.
8671
8672 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8673
8674         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
8675           Signal no-more-pads (so it works in playbin).
8676
8677 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8678
8679         * ext/musepack/gstmusepackreader.cpp:
8680           Workaround for older core.
8681
8682 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8683
8684         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
8685           Actually test for odd width/height rather than testing whether
8686           a temporary variable that was 0 before we subtracted 1 is now
8687           not equal to zero (which it always is).
8688
8689 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8690
8691         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8692         Fix compilation if HAVE_XVIDEO is not defined
8693
8694 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8695
8696         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8697         Fix compilation if HAVE_XVIDEO is not defined
8698
8699 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
8700
8701         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
8702         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
8703         (gst_goom_change_state), (plugin_init):
8704         Use the bytestream adapter so goom doesn't depend on the input
8705         buffer size.
8706         Add a debug category
8707
8708 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8709
8710         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
8711           Only set hardware parameters *after* negotiation. Before
8712           negotiation, it will set ANY and that seems to cause crashes
8713           (see e.g. #151288, #153227).
8714
8715 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8716
8717         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
8718           This seems to be antique leftover. It needs to pass error
8719           checking.
8720         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
8721         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
8722         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
8723         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
8724           Fix GstXOverlay implementation (#151059).
8725
8726 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8727
8728         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8729           Don't assert (#157853).
8730
8731 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8732
8733         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
8734           Fix bytes/samples confustion.
8735         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
8736           Fix for underrun (#144389).
8737
8738 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8739
8740         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8741           Disable halfway-seek for pending release (since it needs a new
8742           core release).
8743
8744 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8745
8746         * sys/v4l/gstv4lsrc.c:
8747         * sys/v4l/gstv4lsrc.h:
8748         * sys/v4l/v4lsrc_calls.c:
8749           add autoprobe-fps property so we can separate autoprobing parts
8750
8751 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8752
8753         * sys/v4l/gstv4lsrc.c:
8754         * sys/v4l/v4lsrc_calls.c:
8755         initialise fourcc to catch unset fourcc's, and debug
8756
8757 2004-11-09  Wim Taymans  <wim@fluendo.com>
8758
8759         * gst/playback/README:
8760         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8761         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8762         (gst_play_bin_dispose), (gst_play_bin_set_property),
8763         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
8764         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
8765         (gst_play_bin_get_formats), (gst_play_bin_convert),
8766         (gst_play_bin_get_query_types), (gst_play_bin_query):
8767         Cleanups and some more documentation.
8768
8769 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
8770
8771         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
8772         (gst_cacasink_init), (gst_cacasink_chain):
8773         * ext/libcaca/gstcacasink.h:
8774         Cacasink inherits from VideoSink, so let that store the clock.
8775
8776 2004-11-09  Wim Taymans  <wim@fluendo.com>
8777
8778         * gst/playback/README:
8779         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
8780         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
8781         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
8782         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
8783         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
8784         (setup_sinks):
8785         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
8786         (gst_stream_info_is_mute), (gst_stream_info_set_property):
8787         * gst/playback/gststreaminfo.h:
8788         Updated README.
8789         Only switch groups if all streams have muted (EOSed).
8790         Send Tags in sync with the stream playback instead of in
8791         the playback/preroll phase.
8792         Some cleanups, free the fakesrc elements.
8793
8794 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8795
8796         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
8797           buffer-frames property was missing
8798         * ext/arts/gst_arts.c:
8799           rate missing from sinkcaps
8800         * ext/audiofile/gstafparse.c:
8801         * ext/audiofile/gstafsink.c:
8802         * ext/audiofile/gstafsrc.c:
8803         * ext/swfdec/gstswfdec.c:
8804           int audio doesn't know buffer-frames
8805         * ext/cdparanoia/gstcdparanoia.c:
8806           int audio doesn't know chunksize either
8807         * ext/nas/nassink.c:
8808           it's endianness, not endianess
8809         * gst-libs/gst/audio/audio.h:
8810           make float standard pad template caps really describe float
8811         * gst/law/mulaw.c: (linear_factory):
8812           signed only, please
8813         * gst/mpegstream/gstdvddemux.c:
8814           widths of 20 are not valid
8815
8816 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8817
8818         Submitted by: Luca Ferretti <elle.uca@infinito.it>
8819
8820         * po/LINGUAS:
8821         * po/it.po:
8822           Add Italian
8823
8824 2004-11-08  Wim Taymans  <wim@fluendo.com>
8825
8826         * gst/playback/README:
8827         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8828         * gst/playback/gstplaybasebin.c: (probe_triggered),
8829         (gst_play_base_bin_change_state):
8830         Updated README, added more comments for fixmes etc..
8831
8832 2004-11-08  Wim Taymans  <wim@fluendo.com>
8833
8834         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8835         We can remove this hack now.
8836
8837 2004-11-08  Wim Taymans  <wim@fluendo.com>
8838
8839         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
8840         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8841         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
8842         Only mix AYUV for maximum quality.
8843
8844 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8845
8846         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
8847         (gst_ogg_demux_push), (gst_ogg_pad_push):
8848           Let's act as if we're synchronized now! :).
8849         * ext/theora/theoradec.c: (theora_dec_chain):
8850           Add some debug.
8851
8852 2004-11-08  Wim Taymans  <wim@fluendo.com>
8853
8854         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8855         (gst_alpha_set_property), (gst_alpha_sink_link),
8856         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
8857         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
8858         (gst_alpha_init_params), (gst_alpha_chain):
8859         Implement alpha functions for AYUV too, this increases
8860         accuracy quite a bit.
8861
8862 2004-11-08  Wim Taymans  <wim@fluendo.com>
8863
8864         * gst/ffmpegcolorspace/avcodec.h:
8865         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8866         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8867         (gst_ffmpegcsp_avpicture_fill):
8868         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8869         (gst_ffmpegcsp_caps_remove_format_info):
8870         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8871         (shrink12), (img_get_alpha_info), (deinterlace_line),
8872         (deinterlace_line_inplace):
8873         * gst/ffmpegcolorspace/imgconvert_template.h:
8874         Added AYUV colorspace and handle RGBA a bit more respectful.
8875
8876 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8877
8878         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8879           Actually always send a discont (cornercase when resending the
8880           same serial-tagged chain twice).
8881
8882 2004-11-08  Julien MOUTTE  <julien@moutte.net>
8883
8884         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
8885         (gst_ximagesink_finalize):
8886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8887         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
8888
8889 2004-11-08  Wim Taymans  <wim@fluendo.com>
8890
8891         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
8892         Don't segfault on NULL data.
8893
8894 2004-11-08  Wim Taymans  <wim@fluendo.com>
8895
8896         * gst/playback/gstdecodebin.c: (unlinked):
8897         * gst/playback/gstplay-marshal.list:
8898         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8899         (gst_play_base_bin_init), (group_create), (get_active_group),
8900         (get_building_group), (group_destroy), (group_commit),
8901         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
8902         (add_element_stream), (no_more_pads), (probe_triggered),
8903         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
8904         (state_change), (setup_source), (gst_play_base_bin_get_property),
8905         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8906         (gst_play_base_bin_link_stream),
8907         (gst_play_base_bin_get_streaminfo):
8908         * gst/playback/gstplaybasebin.h:
8909         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8910         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
8911         Add support for chained ogg files. Prepare for playlist
8912         support. This patch introduces the concept of pad groups, which
8913         together compose one playable media file.
8914
8915 2004-11-07  David Schleef  <ds@schleef.org>
8916
8917         * testsuite/gst-lint: Check for pad templates that aren't statically
8918         scoped.
8919
8920 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8921
8922         * configure.ac:
8923         * ext/Makefile.am:
8924         * ext/musepack/Makefile.am:
8925         * ext/musepack/gstmusepackdec.cpp:
8926         * ext/musepack/gstmusepackdec.h:
8927         * ext/musepack/gstmusepackreader.cpp:
8928         * ext/musepack/gstmusepackreader.h:
8929           Add musepack decoder.
8930         * ext/faad/gstfaad.c: (gst_faad_base_init):
8931           Make pad templates static.
8932         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8933         (plugin_init):
8934           Add musepack typefinder, make mp3 typefinding work halfway stream,
8935           which doesn't actually work yet because id3demux doesn't implement
8936           _get_length().
8937
8938 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8939
8940         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8941         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
8942           Fix interrupt event handling (#144436).
8943
8944 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8945
8946         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
8947           Hide unused glory.
8948
8949 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8950
8951         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8952
8953         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
8954           Fix weird caps (#157548).
8955
8956 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8957
8958         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8959
8960         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
8961           Add missing NULL terminator (#157543).
8962
8963 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8964
8965         * gst/tcp/gsttcp.h:
8966         * gst/tcp/gsttcpclientsink.c:
8967         * gst/tcp/gsttcpclientsrc.c:
8968         * gst/tcp/gsttcpserversink.c:
8969         * gst/tcp/gsttcpserversrc.c:
8970           ports can go up to 65535.  Move common defines to gsttcp.h
8971
8972 2004-11-05  Wim Taymans  <wim@fluendo.com>
8973
8974         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
8975         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
8976         Added two more colorspaces.
8977
8978 2004-11-05  Wim Taymans  <wim@fluendo.com>
8979
8980         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8981         (gst_ffmpegcsp_avpicture_fill):
8982         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8983         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
8984         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
8985         More stride fixes.
8986
8987 2004-11-05  Wim Taymans  <wim@fluendo.com>
8988
8989         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
8990         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
8991         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
8992         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
8993         (gst_videomixer_loop):
8994         More stride fixes.
8995
8996 2004-11-05  Benjamin Otte  <otte@gnome.org>
8997
8998         * ext/mad/gstmad.c: (gst_mad_chain):
8999           don't overflow data buffer. Flush not needed sync data when syncing
9000           failed.
9001
9002 2004-11-04  Wim Taymans  <wim@fluendo.com>
9003
9004         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9005         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
9006         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
9007         (gst_alpha_init_params), (gst_alpha_chain),
9008         (gst_alpha_change_state):
9009         Updated the chroma keying algorithm with something more
9010         sophisticated.
9011
9012 2004-11-03  Wim Taymans  <wim@fluendo.com>
9013
9014         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9015         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9016         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9017         Fix stride issues. Does not completely work for odd
9018         heights.
9019
9020 2004-11-03  Wim Taymans  <wim@fluendo.com>
9021
9022         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9023         (gst_alpha_chroma_key), (gst_alpha_chain):
9024         Fix stride issues. Does not completely work for odd
9025         heights.
9026
9027 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
9028
9029         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9030         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
9031         leak fixes
9032
9033 2004-11-03  Wim Taymans  <wim@fluendo.com>
9034
9035         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9036         (gst_ffmpegcsp_avpicture_fill):
9037         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9038         (avpicture_alloc):
9039         * gst/ffmpegcolorspace/imgconvert_template.h:
9040         Use correct _fill function to get correct strides.
9041
9042 2004-11-02  David Schleef  <ds@schleef.org>
9043
9044         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9045         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
9046         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
9047         Change all g_print()s to debugging.  Add a bunch of consistency
9048         checks.
9049
9050 2004-11-02  Wim Taymans  <wim@fluendo.com>
9051
9052         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9053         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9054         (unlinked), (no_more_pads), (close_link):
9055         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9056         (unknown_type), (add_element_stream), (new_decoded_pad),
9057         (removed_decoded_pad), (setup_source):
9058         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
9059         (gst_stream_info_class_init), (gst_stream_info_init),
9060         (gst_stream_info_new), (gst_stream_info_dispose),
9061         (stream_info_mute_pad), (gst_stream_info_set_property),
9062         (gst_stream_info_get_property):
9063         * gst/playback/gststreaminfo.h:
9064         Fix playback of multiple files.
9065         a slightly different approach to handling dynamic pad removals.
9066         This one only looks at pads that we have linked.
9067
9068 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
9069
9070         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
9071         free" warning from libc.
9072
9073 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9074
9075         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9076         (get_unconnected_element), (remove_starting_from), (pad_removed),
9077         (close_link):
9078           Implement support for dynamic pad changing. We listen to "live"
9079           pad removals (i.e. while playing) and re-setup autoplugging
9080           after that. Playbasebin/playbin need some more work for this
9081           to finally work, but decodebin supports (and replugs) chained
9082           ogg now.
9083
9084 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
9085
9086         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
9087         (gst_alsa_finalize):
9088         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
9089         (gst_cdaudio_finalize):
9090         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9091         (cdparanoia_finalize):
9092         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
9093         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
9094         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9095         (dvdreadsrc_finalize):
9096         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
9097         (gst_flacdec_finalize):
9098         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
9099         (gst_flacenc_finalize):
9100         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
9101         (gst_gnomevfssink_finalize):
9102         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
9103         (gst_gnomevfssrc_finalize):
9104         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
9105         (gst_fameenc_finalize):
9106         * ext/nas/nassink.c: (gst_nassink_class_init),
9107         (gst_nassink_finalize):
9108         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
9109         (gst_sdlvideosink_class_init):
9110         * ext/sndfile/gstsf.c: (gst_sf_dispose):
9111         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
9112         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
9113         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
9114         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9115         (gst_x_window_listener_dispose):
9116         * gst/audioscale/gstaudioscale.c:
9117         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
9118         (play_on_demand_finalize):
9119         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
9120         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
9121         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
9122         (cdplayer_finalize):
9123         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
9124         (gst_glimagesink_class_init):
9125         * sys/oss/gstosselement.c: (gst_osselement_class_init),
9126         (gst_osselement_finalize):
9127         * sys/oss/gstosssink.c: (gst_osssink_dispose):
9128         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
9129         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
9130           Fixes a bunch of problems with finalize and dispose functions,
9131           either assumptions that dispose is only called once, or not calling
9132           the parent class dispose/finalize function
9133
9134 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
9135
9136         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
9137           added two api precondition guards
9138           use g_strdup with getenv to fix crash when using ENVVAR
9139
9140 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
9141         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9142         (gst_esdsink_finalize):
9143         Use a finalize function, not dispose, and more importantly,
9144         call the parent class finalize function too
9145
9146 2004-11-01  Johan Dahlin  <johan@gnome.org>
9147
9148         * ext/ogg/gstoggdemux.c:
9149         * gst/tags/gstvorbistag.c:
9150         Plug leaks.
9151
9152 2004-10-31  Benjamin Otte  <otte@gnome.org>
9153
9154         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9155           lotsa memleaks today. But they're all small...
9156
9157 2004-10-31  Benjamin Otte  <otte@gnome.org>
9158
9159         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9160           another memleak crushed
9161
9162 2004-10-31  Benjamin Otte  <otte@gnome.org>
9163
9164         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9165           fix memleak
9166
9167 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9168
9169         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9170           Hack to prevent crash when going to READY inside signal handler
9171           while this function is active.
9172
9173 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9174
9175         * gst/ffmpegcolorspace/Makefile.am:
9176         * gst/ffmpegcolorspace/avcodec.h:
9177         * gst/ffmpegcolorspace/common.h:
9178         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9179         * gst/ffmpegcolorspace/dsputil.h:
9180         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9181         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9182         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
9183         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
9184         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
9185         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
9186         (gst_ffmpegcsp_avpicture_fill):
9187         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9188         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9189         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9190         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
9191         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9192         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9193         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9194         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9195         * gst/ffmpegcolorspace/imgconvert.c:
9196         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9197         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9198         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9199         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9200         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9201         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9202         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9203         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9204         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9205         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9206         (grow21), (grow22), (grow41), (grow44), (conv411),
9207         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9208         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9209         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9210         (avpicture_free), (is_yuv_planar), (img_convert),
9211         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9212         (deinterlace_line_inplace), (deinterlace_bottom_field),
9213         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9214         * gst/ffmpegcolorspace/imgconvert_template.h:
9215         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9216         * gst/ffmpegcolorspace/mmx.h:
9217         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9218         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9219         (av_freep), (avcodec_get_context_defaults),
9220         (avcodec_alloc_context), (avcodec_init):
9221           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9222           handling plus update from ffmpeg CVS. Large clean-up.
9223
9224 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9225
9226         * gst/playback/Makefile.am:
9227           We need the marshallers for decodebin, too.
9228
9229 2004-10-30  David Schleef  <ds@schleef.org>
9230
9231         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9232           quicktime typefinding work with 64-bit offsets.
9233
9234 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9235
9236         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9237           Set EOS on the element when processing an EOS event.
9238         * ext/speex/gstspeexdec.h:
9239         * ext/speex/gstspeexenc.h:
9240           Only keep a const ptr to the mode
9241         * gst-libs/gst/riff/riff-media.c:
9242         (gst_riff_create_audio_caps_with_data),
9243         (gst_riff_create_audio_template_caps):
9244           Allow WMAV3, with up to 6 channels.
9245         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9246           Don't call gst_pad_set_event_function on a sink pad.
9247         * gst/mpegstream/gstdvddemux.c:
9248         (gst_dvd_demux_get_subpicture_stream),
9249         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9250           Copy the explicit caps that were set across to the cur_* pads,
9251           instead of trying to use a possibly non-existent negotiated caps.
9252           Reset the type of subpicture pads to UNKNOWN after calling
9253           init_stream, so that the caps get set.
9254
9255 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9256
9257         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9258
9259         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9260           Don't touch buffer if it is of size 0 (fixes #151064).
9261
9262 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9263
9264         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9265           Synchronized discont handling.
9266
9267 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9268
9269         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9270         (gst_ogg_demux_push):
9271           Make seeking sort-of exact again (fixes #156387).
9272
9273 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9274
9275         * gst/playback/gstplaybasebin.c: (unknown_type),
9276         (add_element_stream), (new_decoded_pad),
9277         (gst_play_base_bin_change_state):
9278         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9279         (gst_stream_info_init), (gst_stream_info_new),
9280         (gst_stream_info_dispose), (gst_stream_info_get_property):
9281         * gst/playback/gststreaminfo.h:
9282           Make caps explicitely available. Makes testing for unsupported
9283           types possible. Improves error reporting.
9284
9285 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9286
9287         * gst/audioconvert/gstaudioconvert.c:
9288         (gst_audio_convert_buffer_to_default_format):
9289           Really don't touch read-only buffers (#156563).
9290
9291 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9292
9293         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9294
9295         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9296           Fix memleak (#155223).
9297
9298 2004-10-29  Wim Taymans  <wim@fluendo.com>
9299
9300         * gst/tcp/.cvsignore:
9301         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9302         (gst_multifdsink_class_init), (gst_multifdsink_init),
9303         (gst_multifdsink_add), (gst_multifdsink_remove),
9304         (gst_multifdsink_remove_client_link), (is_sync_frame),
9305         (gst_multifdsink_new_client),
9306         (gst_multifdsink_handle_client_write),
9307         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9308         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9309         (gst_multifdsink_get_property):
9310         * gst/tcp/gstmultifdsink.h:
9311         Added burst on connect sync_method, deprecated sync_clients,
9312         streamlined the sync code some more.
9313
9314 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9315
9316         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9317         (gst_play_base_bin_change_state):
9318           Improve error reporting.
9319
9320 2004-10-28  Wim Taymans  <wim@fluendo.com>
9321
9322         * gst/tcp/Makefile.am:
9323         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9324         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9325         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9326         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9327         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9328         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9329         (gst_fdset_wait):
9330         Added more locks around fdset structures. Fixed/reworked
9331         the poll array resizing code.
9332         Added stress test for fdset.
9333
9334 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9335
9336         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9337         fix build
9338
9339 2004-10-28  Benjamin Otte  <otte@gnome.org>
9340
9341         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9342           fix link function to always query channels and query width for
9343           floats
9344         * configure.ac:
9345           add equalizer dir
9346         * gst/equalizer/Makefile.am:
9347         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9348         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9349         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9350         (arg_to_scale), (setup_filter),
9351         (gst_iir_equalizer_compute_frequencies),
9352         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9353         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9354         (plugin_init):
9355           add an equalizer
9356
9357 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9358
9359         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9360
9361         * po/LINGUAS:
9362         * po/nb.po:
9363           Added Norwegian Bokmaal translation
9364
9365 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9366
9367         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9368           Don't break on options (fixes #156488).
9369
9370 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9371
9372         * configure.ac:
9373         * ext/cdaudio/Makefile.am:
9374         * sys/Makefile.am:
9375           fix build on older automake
9376
9377 2004-10-26  Wim Taymans  <wim@fluendo.com>
9378
9379         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9380         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9381         Allow a little margin when negotiating the framerate.
9382
9383 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9384
9385         * gst/level/gstlevel.c:
9386           synchonised naming of pads and pad-templates
9387
9388 2004-10-26  Wim Taymans  <wim@fluendo.com>
9389
9390         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9391         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9392         (_find_streams_check), (gst_ogg_demux_push):
9393         Fix EOS again. Needs to be done in a better way. We should not
9394         remove the pad if there is no new chained stream.
9395
9396 2004-10-26 Iain <iaingnome@gmail.com>
9397
9398         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9399         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9400         of the caps.
9401         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9402         pad.
9403         (interleave_release_pad): Remove the pad.
9404         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9405         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9406         the set device.
9407         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9408         attrs
9409         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9410         (gst_xvimagesink_finalize): Free the par.
9411
9412 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9413
9414         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9415         (gst_avimux_stop_file):
9416           First calculate the rate, and only then use it. Hdr.rate is a
9417           multiple and not a derivative of hdr.scale. Scale is not the
9418           same as blockalign but is solely related to rate.
9419
9420 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9421
9422         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9423         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9424           Implement seeking.
9425
9426 2004-10-25  James Henstridge  <james@jamesh.id.au>
9427
9428         Reviewed by:  David Schleef  <ds@schleef.org>
9429
9430         * examples/gstplay/player.c: (got_stream_length), (main):
9431         * examples/seeking/cdplayer.c: (update_scale):
9432         * examples/seeking/seek.c: (format_value), (update_scale):
9433         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9434         (stop_seek):
9435         Build fixes on AMD64.
9436
9437 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9438
9439         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9440
9441         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9442         Fix for some v4l cards which hang in v4lsrc
9443
9444 2004-10-25  Wim Taymans  <wim@fluendo.com>
9445
9446         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9447         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9448         Make sure to remove the pad when a new chain is
9449         encountered. Set some vars to NULL so we don't try
9450         to reference freed memory.
9451
9452 2004-10-25  Wim Taymans  <wim@fluendo.com>
9453
9454         * examples/seeking/Makefile.am:
9455         * examples/seeking/cdplayer.c: (update_scale):
9456         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9457         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9458         (format_value), (update_scale), (iterate), (start_seek),
9459         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9460         (print_usage), (main):
9461         Added some more examples, update others.
9462
9463 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9464
9465         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9466         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9467         * ext/theora/theoradec.c: (theora_dec_chain):
9468         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9469           Add codec-name metadata.
9470
9471 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9472
9473         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9474
9475         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9476         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9477         * ext/alsa/gstalsamixertrack.h:
9478         * po/POTFILES.in:
9479           ALSA mixer track label internationalization (#154054).
9480
9481 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9482
9483         * ext/theora/theoradec.c: (theora_dec_chain):
9484           Export bitrate as metadata.
9485
9486 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9487
9488         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9489         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9490         * ext/alsa/gstalsamixertrack.h:
9491           Fix names, fix loop.
9492
9493 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9494
9495         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9496         (speex_dec_convert):
9497           sinkconvert function so oggdemux can get the file length (totem).
9498
9499 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9500
9501         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9502
9503         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9504           Don't push incomplete packets.
9505         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9506           Fix MPEG-4 audio typefinding.
9507
9508 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9509
9510         * sys/v4l/Makefile.am:
9511         * sys/v4l/gstv4l.c: (plugin_init):
9512         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9513         (gst_v4lelement_init), (gst_v4lelement_dispose),
9514         (gst_v4lelement_change_state):
9515         * sys/v4l/gstv4lelement.h:
9516         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9517         (gst_v4l_xoverlay_close), (idle_refresh),
9518         (gst_v4l_xoverlay_set_xwindow_id):
9519         * sys/v4l/gstv4lxoverlay.h:
9520         * sys/v4l/v4l-overlay_calls.c:
9521         * sys/v4l/v4l_calls.h:
9522         * sys/v4l2/Makefile.am:
9523         * sys/v4l2/gstv4l2.c: (plugin_init):
9524         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9525         (gst_v4l2element_init), (gst_v4l2element_dispose),
9526         (gst_v4l2element_change_state):
9527         * sys/v4l2/gstv4l2element.h:
9528         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9529         (gst_v4l2_xoverlay_close), (idle_refresh),
9530         (gst_v4l2_xoverlay_set_xwindow_id):
9531         * sys/v4l2/gstv4l2xoverlay.h:
9532         * sys/v4l2/v4l2-overlay_calls.c:
9533         * sys/v4l2/v4l2_calls.h:
9534           Remove client-side overlay handling, use the X-server v4l plugin
9535           for that. Nicer overlay, less code. Also make the plugin
9536           compileable without X (but then without overlay, obviously).
9537           Makes xwindowlistener obsolete, should we remove that?
9538
9539 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9540
9541         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
9542         (gst_osssrc_src_query):
9543         * sys/oss/gstosssrc.h:
9544           OK, so people want offset in DEFAULT. This time, actually fix all
9545           cases.
9546         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9547           Add FPS properly.
9548
9549 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9550
9551         * gst/asfdemux/gstasfmux.c:
9552         * gst/avi/gstavimux.c:
9553           Framerate.
9554
9555 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9556
9557         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
9558           Fix properties (channel, norm, frequency).
9559
9560 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9561
9562         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
9563           Flag typo.
9564         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
9565           No warnings.
9566
9567 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9568
9569         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
9570           Fix hang.
9571
9572 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9573
9574         * sys/v4l2/gstv4l2element.h:
9575           Yet Another Hack (tm) for kernel header borkedness.
9576         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9577         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
9578         (gst_v4l2src_link), (gst_v4l2src_getcaps),
9579         (gst_v4l2src_change_state):
9580         * sys/v4l2/gstv4l2src.h:
9581         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
9582         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
9583           Fix caps, keep track of state, work.
9584
9585 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9586
9587         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9588           Quiet.
9589
9590 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9591
9592         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9593           Don't mix bytes and samples.
9594
9595 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9596
9597         * ext/ogg/gstoggmux.c:
9598           Basic pad template which accepts OGM tracks, speex, flac, vorbis
9599           and theora. Any is incorrect.
9600         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
9601           Fix caps.
9602         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9603         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9604         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
9605         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
9606         * sys/v4l/gstv4lmjpegsrc.h:
9607         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9608         (gst_v4lsrc_change_state):
9609         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
9610         (gst_v4lmjpegsrc_capture_stop):
9611           Fix caps. Keep track of internal state. Work.
9612
9613 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9614
9615         * ext/Makefile.am:
9616           Fix the build fixes.
9617
9618 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9619
9620         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9621         (gst_ogg_demux_src_event), (_find_chain_seek),
9622         (gst_ogg_pad_push):
9623           Check for pad availability before using it.
9624         * ext/ogg/gstoggdemux.c: (_find_chain_process):
9625           Fix parsing of chained ogg. Needs more work on the decoder side.
9626
9627 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9628
9629         * gst/spectrum/Makefile.am:
9630         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
9631         (idle_func):
9632           Fix demo and reenable it. Yes, I'm currently playing with audio
9633           analysis tools
9634
9635 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9636
9637         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9638           We love it if files that start at zero work too...
9639
9640 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9641
9642         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9643           Handle files with missing EOS headers.
9644
9645 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9646
9647         * gst/tcp/gsttcpserversink.c:
9648         (gst_tcpserversink_handle_server_read),
9649         (gst_tcpserversink_init_send):
9650         Zero some variables first (need for accept not to return EINVAL)
9651
9652 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9653
9654         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9655         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9656         * ext/theora/theoradec.c: (theora_dec_sink_convert),
9657         (theora_dec_chain):
9658         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
9659         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
9660           Seeking and querying finetune.
9661
9662 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9663
9664         * configure.ac:
9665         * ext/Makefile.am:
9666         * ext/raw1394/Makefile.am:
9667           fix the build
9668
9669 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9670
9671         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9672           Wrong return.
9673         * gst/playback/Makefile.am:
9674         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9675         * gst/playback/gstplay-marshal.list:
9676         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9677           Fix marshallers.
9678
9679 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9680
9681         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
9682           Silence.
9683
9684 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9685
9686         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9687         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9688         (gst_ogg_pad_push):
9689           Yay for non-lineair granulepos in theora.
9690
9691 2004-10-18  Wim Taymans  <wim@fluendo.com>
9692
9693         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
9694         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9695         * ext/dv/gstdvdec.h:
9696         Make sure we renegotiate aspect ratio when the camera switches.
9697
9698 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9699
9700         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9701         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9702           Start at zero.
9703         * ext/theora/theoradec.c: (theora_dec_chain):
9704           Skip headers. Bad idea for chained ogg, but fixes seeking.
9705
9706 2004-10-18  Wim Taymans  <wim@fluendo.com>
9707
9708         * configure.ac:
9709         I swear, this is the last time I touch this.
9710
9711 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9712
9713         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9714         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9715         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
9716           Faster seeking.
9717         * ext/theora/theoradec.c: (theora_dec_sink_convert):
9718           Time-to-default conversion.
9719         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9720           Don't error on unknown packets, just skip. We should probably
9721           read them if we want to support chained ogg.
9722
9723 2004-10-18  Wim Taymans  <wim@fluendo.com>
9724
9725         * configure.ac:
9726         Added cdaudio to wrong list.
9727
9728 2004-10-18  Wim Taymans  <wim@fluendo.com>
9729
9730         * configure.ac:
9731         Revive cdaudio.
9732
9733 2004-10-18  Wim Taymans  <wim@fluendo.com>
9734
9735         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9736         (gst_dvdec_video_link), (gst_dvdec_push):
9737         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
9738         (gst_smokeenc_resync), (gst_smokeenc_chain):
9739         Fix mimetype on smoke encoder.
9740         Add aspect ratio to dvdec. Not sure if these
9741         values are correct though....
9742
9743 2004-10-18  Wim Taymans  <wim@fluendo.com>
9744
9745         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
9746         Fix vorbis property descriptions and ranges.
9747
9748 2004-10-18  Wim Taymans  <wim@fluendo.com>
9749
9750         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9751         Really do nothing when no data is available.
9752         Go to the playing state when the stream is not seekable
9753         instead of failing.
9754
9755 2004-10-18  Wim Taymans  <wim@fluendo.com>
9756
9757         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
9758         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
9759         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
9760         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
9761         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
9762         Added uri handler for cd://
9763         Port to new API.
9764
9765 2004-10-18  Wim Taymans  <wim@fluendo.com>
9766
9767         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9768         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
9769         (try_to_link_1), (no_more_pads), (close_link), (type_found):
9770         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
9771         (remove_prerolls), (unknown_type), (add_element_stream),
9772         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
9773         (gst_play_base_bin_remove_element),
9774         (gst_play_base_bin_link_stream):
9775         * gst/playback/gstplaybin.c: (gen_video_element),
9776         (gen_vis_element), (remove_sinks), (setup_sinks):
9777         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
9778         (gst_stream_info_get_type), (gst_stream_info_class_init),
9779         (gst_stream_info_init), (gst_stream_info_new),
9780         (gst_stream_info_dispose), (stream_info_mute_pad),
9781         (gst_stream_info_set_property), (gst_stream_info_get_property):
9782         * gst/playback/gststreaminfo.h:
9783         Add sink padtemplate to decodebin.
9784         Added some more comments.
9785         Make queue size configurable in playbasebin.
9786         Added possibility to use elements as sinks (ex cdaudio).
9787
9788 2004-10-15  Wim Taymans  <wim@fluendo.com>
9789
9790         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
9791         (gst_speexenc_chain):
9792         Fix speex timestamps so that it gets muxed properly.
9793
9794 2004-10-15  Wim Taymans  <wim@fluendo.com>
9795
9796         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
9797         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
9798         (gst_dv1394src_init), (gst_dv1394src_dispose),
9799         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
9800         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
9801         (gst_dv1394src_event), (gst_dv1394src_get_formats),
9802         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
9803         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
9804         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
9805         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
9806         * ext/raw1394/gstdv1394src.h:
9807         Added conversion/query functions.
9808         Update buffer timestamps,
9809         Added signals.
9810         Added uri dv:// so it might play from the firewire in playbin.
9811         Fix a possible leak.
9812         Added debugging.
9813
9814 2004-10-15  Wim Taymans  <wim@fluendo.com>
9815
9816         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
9817         (gst_dv1394src_init), (gst_dv1394src_set_property),
9818         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
9819         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
9820         * ext/raw1394/gstdv1394src.h:
9821         Added AV/C VTR control support needed for some cameras.
9822         Added automatic port detection.
9823         Added properties for selecting the channel.
9824         The configure.ac script is not yet updated to reflect the
9825         new libavc1394 and librom1394 dependencies.
9826
9827 2004-10-15  Wim Taymans  <wim@fluendo.com>
9828
9829         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9830         (qtdemux_parse), (gst_qtdemux_handle_esds):
9831         An esds box is not a container.
9832         Fix parsing of mp4v boxes.
9833         Do not try to renegotiate fps for each frame. Need to
9834         find a better method. This should fix mp4 playback.
9835
9836 2004-10-14  David Schleef  <ds@schleef.org>
9837
9838         * configure.ac: update for swfdec-0.3 and liboil-0.2
9839         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
9840         * ext/swfdec/gstswfdec.h: same
9841         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
9842         * gst/videotestsrc/videotestsrc.c: same
9843
9844 2004-10-14  Wim Taymans  <wim@fluendo.com>
9845
9846         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9847         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
9848         (is_sync_frame), (gst_multifdsink_new_client),
9849         (gst_multifdsink_handle_client_write),
9850         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9851         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
9852         Turn warnings into info.
9853         Don't allow a state change in the streaming thread.
9854
9855 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9856
9857         * ext/vorbis/oggvorbisenc.c:
9858         * ext/vorbis/vorbisdec.c:
9859           fix template sample rate
9860
9861 2004-10-13  Wim Taymans  <wim@fluendo.com>
9862
9863         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9864         Decoding the header first fixes some problems in resyncing
9865         in more mp3s.
9866
9867 2004-10-12  Wim Taymans  <wim@fluendo.com>
9868
9869         * gst/playback/gstplaybin.c: (gen_video_element),
9870         (gen_vis_element), (remove_sinks), (setup_sinks):
9871         Added vis plugin support, need to configure the vis
9872         element to activate it.
9873
9874 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9875
9876         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
9877         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9878           Some debug.
9879         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9880         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
9881         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
9882         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
9883         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
9884         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
9885         * gst/avi/gstavidemux.h:
9886           Support for openDML-2.0 indx/ix## chunks. Support for broken index
9887           recovery (where, if part of the index is broken, we will still read
9888           the rest of the index and recover the broken part by stream
9889           scanning). More broken media support. EOS workarounds. General AVI
9890           braindamage headache recovery. Aspirin included.
9891
9892 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9893
9894         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
9895         (cdparanoia_event), (cdparanoia_query):
9896           Get rid of hideous lead-in.
9897
9898 2004-10-11  Wim Taymans  <wim@fluendo.com>
9899
9900         * gst/playback/gstplaybasebin.c: (setup_source):
9901         Wrong var used to get g_list_next.
9902
9903 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9904
9905         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9906         (cdparanoia_get), (cdparanoia_open):
9907           Report discid as metadata, add duration.
9908
9909 2004-10-11  Wim Taymans  <wim@fluendo.com>
9910
9911         * gst/playback/gstplaybasebin.c: (setup_source):
9912         Cleanup the previous pipeline a little earlier for the
9913         case that a source element provides raw data.
9914
9915 2004-10-11  Benjamin Otte  <otte@gnome.org>
9916
9917         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9918           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
9919           consuming the last 128 bytes, even though it was valid mp3 data.
9920
9921 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9922
9923         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
9924         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
9925         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
9926         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
9927
9928 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9929
9930         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
9931         Fix for webcams that support only specific width or height
9932
9933 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9934
9935         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9936
9937         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
9938           Fix wrong discont event setup (fixes #154967).
9939
9940 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
9941
9942         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9943
9944         * gst/auparse/gstauparse.c: (gst_auparse_chain):
9945           Error out on invalid data (fixes #154807).
9946
9947 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9948
9949         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9950
9951         * ext/dvdread/dvdreadsrc.c: (_read):
9952           Make titles > 0 work again (fixes #154834).
9953
9954 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9955
9956         * gst-libs/gst/riff/riff-media.c:
9957         (gst_riff_create_video_template_caps):
9958           WMV3 missing in template caps.
9959
9960 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9961
9962         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9963           OK, so the original code was too strict. It makes random AVI files
9964           hang for seconds upon opening, which is unacceptable and is far
9965           beyond the original goal of getting multiple chunks for one-chunk
9966           sounc stream files. So now do just that.
9967
9968 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9969
9970         * gst/playback/gstplaybasebin.c: (setup_source),
9971         (gst_play_base_bin_change_state):
9972           Actually clean up streaminfo if output fails. This would trigger
9973           if, for example, there was no CD in the drive. No preroll, so
9974           a streaminfo structure is created, but the subsequent state change
9975           of the thread fails.
9976         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
9977           Don't change state if parent failed.
9978
9979 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9980
9981         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9982         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
9983         (gen_video_element), (remove_sinks):
9984           Add small bits of code for screenshot handling.
9985
9986 2004-10-08  Wim Taymans  <wim@fluendo.com>
9987
9988         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
9989         (gen_video_element), (gen_audio_element), (setup_sinks):
9990         Don't assume the user provided sinks are named "sink"...
9991
9992 2004-10-08  Wim Taymans  <wim@fluendo.com>
9993
9994         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
9995         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
9996         (gst_play_base_bin_link_stream):
9997         Do not try to autoplug sources that generate raw streams like
9998         cdparanoia.
9999         disconnect the preroll overrun signal when we don't need it anymore.
10000
10001 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
10002
10003         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10004         Added reworked patch from #154903 from milosz derezynski (deadchip).
10005
10006 2004-10-08  Wim Taymans  <wim@fluendo.com>
10007
10008         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10009         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
10010         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
10011         (cdparanoia_convert), (cdparanoia_uri_get_type),
10012         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
10013         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
10014         * ext/cdparanoia/gstcdparanoia.h:
10015         This adds the cdda://<tracknum> uri.
10016
10017 2004-10-08  Wim Taymans  <wim@fluendo.com>
10018
10019         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10020         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10021         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10022         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10023         (unknown_type), (gst_play_base_bin_remove_element),
10024         (gst_play_base_bin_link_stream):
10025         * gst/playback/gstplaybasebin.h:
10026         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10027         (gst_play_bin_set_property), (gen_video_element),
10028         (gen_audio_element), (setup_sinks):
10029         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10030         (gst_stream_info_get_type), (gst_stream_info_class_init),
10031         (gst_stream_info_init), (gst_stream_info_new),
10032         (gst_stream_info_dispose), (stream_info_mute_pad),
10033         (gst_stream_info_set_property), (gst_stream_info_get_property):
10034         * gst/playback/gststreaminfo.h:
10035         Reuse the audio and video bins.
10036         Some internal cleanups in the stream selection code.
10037
10038 2004-10-08  Julien MOUTTE  <julien@moutte.net>
10039
10040         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10041         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10042         * sys/ximage/ximagesink.h:
10043         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10044         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10045         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
10046         not coming from those elements. Moreover these elements should not keep
10047         the xid they have been given when in NULL state.
10048
10049 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10050
10051         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10052         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10053         * sys/ximage/ximagesink.h:
10054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10055         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10056         * sys/xvimage/xvimagesink.h:
10057           Actually only create a new toplevel window if we're not gonna
10058           embed it right after.
10059
10060 2004-10-07  Wim Taymans  <wim@fluendo.com>
10061
10062         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
10063         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
10064         * gst/playback/gstplaybin.c: (setup_sinks):
10065         Implement muting/unmuting of streams, mute streams that are not
10066         used.
10067
10068 2004-10-07  Wim Taymans  <wim@fluendo.com>
10069
10070         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
10071         (plugin_init):
10072         Added lame audio/x-ac3 typefind function.
10073
10074 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10075
10076         * configure.ac:
10077           bump nano to cvs
10078
10079 === release 0.8.5 ===
10080
10081 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10082
10083         * NEWS:
10084         * RELEASE:
10085         * configure.ac:
10086           releasing 0.8.5, "Take You On"
10087
10088 2004-10-06  Wim Taymans  <wim@fluendo.com>
10089
10090         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10091         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10092         (no_more_pads), (close_link), (type_found):
10093         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10094         * gst/playback/gstplaybin.c: (gen_video_element):
10095         Do not signal the no_more_pads after the first pad when
10096         we are plugging a non dynamic element with multiple
10097         output pads (like swfdec, dvdec, ...).
10098
10099 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10100
10101         * configure.ac:
10102           bump for prerelease
10103
10104 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10105
10106         * gst/wavparse/gstwavparse.c:
10107           add ATRAC3 to STATIC CAPS to fix a warning
10108
10109         * gst/matroska/ebml-read.c:
10110         * gst-libs/gst/riff/riff-read.c:
10111           fix typos
10112
10113 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10114
10115         * gst-libs/gst/riff/riff-media.c:
10116           generate caps for ATRAC3 audio streams
10117
10118         * gst/realmedia/rmdemux.c:
10119           generate caps for ATRAC3 audio streams
10120
10121 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10122
10123         * gst/wavparse/Makefile.am
10124         * gst/wavparse/riff.h
10125         * gst/wavparse/wavparse.vcproj
10126           riff.h removal (unused and duplication with riff-ids.h)
10127
10128 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10129
10130         * gst/wavparse/gstwavparse.h
10131           remove duplicated defines for audio codec codes
10132
10133         * gst-libs/gst/riff/riff-ids.h
10134         * gst/wavenc/riff.h:
10135           add "4CC" code for ATRAC3 audio streams
10136           add "4CC" code for ITU_G721_ADPCM (unused for now)
10137
10138 2004-10-06  Wim Taymans  <wim@fluendo.com>
10139
10140         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
10141         Actually _do_ negotiation. Pass gdouble as arg instead
10142         of guint64 for the framerate.
10143
10144 2004-10-06  Wim Taymans  <wim@fluendo.com>
10145
10146         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10147         (find_compatibles), (close_pad_link), (try_to_link_1),
10148         (no_more_pads), (close_link), (type_found):
10149         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10150         * gst/playback/gstplaybin.c: (gen_video_element),
10151         (gen_audio_element):
10152         Set state on newly added element to READY so that negotiation
10153         can happen ASAP.
10154         Addes some more debug info.
10155         Do not try to plug pads with multiple caps structures or ANY
10156         because it is too dangerous since we do not do dynamic
10157         replugging.
10158
10159 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10160
10161         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
10162
10163         * po/LINGUAS:
10164         * po/or.po:
10165           add Oriya translation
10166
10167 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10168
10169         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10170           Prevent overwrite of size member. Makes audio sound crappy.
10171
10172 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10173
10174         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10175         Add rmvb to the list of known RealMedia extensions
10176
10177 2004-10-05  Wim Taymans  <wim@fluendo.com>
10178
10179         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
10180         (mngdec_openstream), (mngdec_closestream),
10181         (mngdec_handle_sink_event), (mngdec_readdata),
10182         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
10183         (mngdec_getcanvasline), (mngdec_refresh),
10184         (gst_mngdec_change_state):
10185         Set the framerate correctly.
10186
10187 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10188
10189         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10190           There was something wrong with the index massaging.
10191
10192 2004-10-04  Wim Taymans  <wim@fluendo.com>
10193
10194         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10195         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10196         (gst_smokedec_chain):
10197         * ext/jpeg/gstsmokedec.h:
10198         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10199         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10200         * ext/jpeg/gstsmokeenc.h:
10201         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10202         (smokecodec_decode_new), (smokecodec_info_free),
10203         (smokecodec_set_quality), (smokecodec_get_quality),
10204         (smokecodec_set_threshold), (smokecodec_get_threshold),
10205         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10206         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10207         (smokecodec_encode), (smokecodec_parse_id),
10208         (smokecodec_parse_header), (smokecodec_decode):
10209         * ext/jpeg/smokecodec.h:
10210         * ext/jpeg/smokeformat.h:
10211         Updated smoke, new bitstream, allows embedding in ogg.
10212
10213 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10214
10215         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10216           Fix seeking in some files. All this code is no longer needed (and
10217           actually breaks stuff) because we now synchronize the full index
10218           right when reading the header.
10219
10220 2004-10-04  Wim Taymans  <wim@fluendo.com>
10221
10222         * configure.ac:
10223         configure update for libmng.
10224
10225 2004-10-04  Wim Taymans  <wim@fluendo.com>
10226
10227         * ext/libmng/Makefile.am:
10228         * ext/libmng/gstmng.c: (plugin_init):
10229         * ext/libmng/gstmng.h:
10230         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10231         (gst_mngdec_base_init), (gst_mngdec_class_init),
10232         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10233         (gst_mngdec_loop), (gst_mngdec_get_property),
10234         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10235         (mngdec_closestream), (mngdec_handle_sink_event),
10236         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10237         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10238         (gst_mngdec_change_state):
10239         * ext/libmng/gstmngdec.h:
10240         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10241         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10242         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10243         (gst_mngenc_chain), (gst_mngenc_get_property),
10244         (gst_mngenc_set_property):
10245         * ext/libmng/gstmngenc.h:
10246         Added basic MNG decoder. Needs more work. The encoder does
10247         not work yet.
10248
10249 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10250
10251         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10252         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10253         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10254           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10255           no-more-pads.
10256
10257 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10258
10259         * configure.ac:
10260           you need at least 1.0.4 of speex
10261
10262 2004-10-04 Iain <iaingnome@gmail.com>
10263
10264         * ext/speex/gstspeexdec.h: Revert the includes changes.
10265
10266         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10267
10268 2004-09-30 Iain <iaingnome@gmail.com>
10269
10270         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10271         found during init or set as a property instead of hardcoding /dev/audio
10272
10273 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10274
10275         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10276         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10277         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10278         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10279         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10280         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10281         (gst_rmdemux_dump_data):
10282           Use debug category, fix EOS handling. filesrc ! rmdemux now
10283           works.
10284
10285 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10286
10287         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10288         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10289         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10290           Improve allocation, cutting and sorting of the index. How takes a
10291           few seconds instead of minutes.
10292
10293 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10294
10295         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10296           fixed compilation
10297
10298 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10299
10300         * gst-libs/gst/riff/riff-media.c:
10301         (gst_riff_create_video_caps_with_data),
10302         (gst_riff_create_video_template_caps):
10303           Add wing commander format mimetype/fourccs.
10304         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10305           Don't crash if some value is 0.
10306
10307 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10308
10309         * gst-libs/gst/riff/riff-media.c:
10310         (gst_riff_create_video_caps_with_data),
10311         (gst_riff_create_video_template_caps):
10312           Add DIB fourcc (raw, palettized 8-bit RGB).
10313         * gst-libs/gst/riff/riff-read.c:
10314         (gst_riff_read_strf_vids_with_data):
10315           Oops, fix strf_data reading bug.
10316         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10317           Use a non-NULL tag.
10318         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10319           Time for hacks. Sorry Dave. At least one quicktime movie (a
10320           trailer) that I've encountered contains multiple video tracks.
10321           One of those is the actual video track, the other are one-frame
10322           tracks (images). Unfortunately, the number of frames according
10323           to the trak header is 1 for each, so that doesn't help. So
10324           instead, I look at the duration and discard tracks with a
10325           duration shorter than 20% of the length of the stream. Better
10326           than nothing.
10327
10328 2004-10-01  Christian Schaller <christian@fluendo.com>
10329
10330         * ext/ivorbis/vorbis.c:
10331           Patch from Phil Blundell (Bug 152341)
10332
10333 2004-10-01  Wim Taymans  <wim@fluendo.com>
10334
10335         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10336         (speex_dec_get_formats), (speex_dec_convert),
10337         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10338         (speex_dec_chain), (gst_speexdec_get_property),
10339         (gst_speexdec_set_property):
10340         Small cleanups.
10341
10342 2004-10-01  Wim Taymans  <wim@fluendo.com>
10343
10344         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10345         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10346         (gst_wavparse_other), (gst_wavparse_loop),
10347         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10348         (gst_wavparse_srcpad_event):
10349         * gst/wavparse/gstwavparse.h:
10350         Added some more debugging info.
10351         Fix the case where the length of the file is 0.
10352         Make sure we seek to sample borders.
10353
10354 2004-10-01  Wim Taymans  <wim@fluendo.com>
10355
10356         * gst/playback/README:
10357         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10358         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10359         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10360         Add some debug info to decodebin, update README
10361
10362 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10363
10364         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10365           Don't use g_print(); use GST_DEBUG().
10366
10367 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10368
10369         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10370         (gst_ogg_mux_queue_pads):
10371           Handle EOS properly.
10372
10373 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10374
10375         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10376
10377         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10378         (gst_faad_chain), (gst_faad_change_state):
10379         * ext/faad/gstfaad.h:
10380           Allow playback of raw (unframed) MPEG AAC files (#148993).
10381
10382 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10383
10384         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10385
10386         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10387           Throw error if we didn't recognize the stream. Fixes #152289.
10388
10389 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10390
10391         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10392           Fix negotiation.
10393
10394 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10395
10396         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10397
10398         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10399           Fix memleak.
10400
10401 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10402
10403         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10404
10405         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10406           Solve #152805.
10407         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10408           Solve 152806.
10409
10410 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10411
10412         * gst-libs/gst/riff/riff-media.c:
10413         (gst_riff_create_video_caps_with_data),
10414         (gst_riff_create_audio_caps_with_data):
10415           Add codec_data handling (like asfdemux used to do).
10416         * gst/asfdemux/gstasf.c: (plugin_init):
10417         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10418         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10419           Use riff-media for caps creation instead of our own (mostly
10420           broken) copy of its functions.
10421
10422 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10423
10424         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10425           Don't actually error out if we get another return value than
10426           -EINVAL. Opposite to what I first thought, drivers have random
10427           return values for this, although -EINVAL is the expected return
10428           value. Since this is not fatal, we shouldn't use
10429           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10430
10431 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10432
10433         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10434         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10435         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10436         (dvdreadsrc_get), (dvdreadsrc_open_file),
10437         (dvdreadsrc_change_state):
10438           Fix. Don't do one big huge loop around the whole DVD, that will
10439           cache all data and thus eat sizeof(dvd) (several GB) before we
10440           see something.
10441         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10442           Actually NULL'ify event after using it.
10443         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10444         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10445         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10446         (gst_ebml_read_seek), (gst_ebml_read_skip):
10447           Handle events.
10448         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10449         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10450         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10451           Fix timing (this will probably break if I seek using menus, but
10452           I didn't get there yet). VOBs and normal DVDs should now work.
10453           Add a mpeg2-only pad with high rank so this get autoplugged for
10454           MPEG-2 movies.
10455         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10456         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10457         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10458         (gst_mpeg_demux_get_audio_stream),
10459         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10460         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10461           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10462           MPEG-1 but use dvddemux for MPEG-2.
10463         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10464         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10465         (gst_mpeg_parse_parse_packhead):
10466           Timing. Only add pad template if it exists. Add sink template from
10467           class and not from ourselves. This means we will always use the
10468           correct sink template even if it is not the one defined in this
10469           file.
10470
10471 2004-09-29  Wim Taymans  <wim@fluendo.com>
10472
10473         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10474         (gst_mpeg_demux_parse_pes):
10475         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10476         Fix playback of mpeg again, timestamps where screwed up by
10477         patch 1.61.
10478
10479 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10480
10481         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10482           Only return true if we actually filled something in. Prevents
10483           player applications from showing a random length for flac files.
10484         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10485         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10486         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10487         (gst_riff_read_strf_vids_with_data),
10488         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10489           OK, ok, so I implemented event handling. Apparently it's normal
10490           that we receive random events at random points without asking
10491           for it.
10492         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10493         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10494         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10495         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10496         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10497         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10498         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10499         * gst/avi/gstavidemux.h:
10500           Implement non-lineair chunk handling and subchunk processing.
10501           The first solves playback of AVI files where the audio and video
10502           data of individual buffers that we read are not synchronized.
10503           This should not happen according to the wonderful AVI specs, but
10504           of course it does happen in reality. It is also a prerequisite for
10505           the second. Subchunk processing allows us to cut chunks in small
10506           pieces and process each of these pieces separately. This is
10507           required because I've seen several AVI files with incredibly large
10508           audio chunks, even some files with only one audio chunk for the
10509           whole file. This allows for proper playback including seeking.
10510           This patch is supposed to fix all AVI A/V sync issues.
10511         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10512         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10513           Work.
10514         * gst/modplug/gstmodplug.cc:
10515           Proper return value setting for the query() function.
10516         * gst/playback/gstplaybasebin.c: (setup_source):
10517           Being in non-playing state (after, e.g., EOS) is not necessarily
10518           a bad thing. Allow for that. This fixes playback of short files.
10519           They don't actually playback fully now, because the clock already
10520           runs. This means that small files (<500kB) with a small length
10521           (<2sec) will still not or barely play. Other files, such as mod
10522           or flx, will work correctly, however.
10523
10524 2004-09-28  Wim Taymans  <wim@fluendo.com>
10525
10526         * ext/speex/gstspeex.c: (plugin_init):
10527         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10528         (gst_speex_dec_class_init), (speex_dec_get_formats),
10529         (speex_get_event_masks), (speex_get_query_types),
10530         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10531         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10532         (gst_speexdec_get_property), (gst_speexdec_set_property),
10533         (speex_dec_change_state):
10534         * ext/speex/gstspeexdec.h:
10535         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10536         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10537         (gst_speexenc_base_init), (gst_speexenc_class_init),
10538         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
10539         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
10540         (gst_speexenc_src_query), (gst_speexenc_init),
10541         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
10542         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
10543         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
10544         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
10545         (gst_speexenc_chain), (gst_speexenc_get_property),
10546         (gst_speexenc_set_property), (gst_speexenc_change_state):
10547         * ext/speex/gstspeexenc.h:
10548         Rewrote speex encoder, make sure it can be embedded in ogg.
10549         Implemented speex decoder.
10550
10551 2004-09-28  Christian Schaller <christian@fluendo.com>
10552
10553         * configure.ac:
10554         Remove kioslave plugin. Markey is brewing a new working one
10555         * ext/Makefile.am: Remove kioslave plugin
10556         * ext/kio: remove
10557         * gst-plugins.spec.in: remove kio plugin from spec
10558
10559 2004-09-27  Wim Taymans  <wim@fluendo.com>
10560
10561         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10562         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10563         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
10564         (gst_multifdsink_new_client),
10565         (gst_multifdsink_handle_client_write),
10566         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10567         (gst_multifdsink_handle_clients):
10568         * gst/tcp/gstmultifdsink.h:
10569         Make syncing to keyframes actually work for new clients and lagging
10570         clients.
10571
10572 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10573
10574         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
10575         (gst_navigationtest_handle_src_event), (draw_box_planar411),
10576         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
10577         * gst/debug/gstnavigationtest.h:
10578           make navigationtest display button-press and button-release events
10579
10580 2004-09-26 Iain <iaingnome@gmail.com>
10581
10582         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
10583         the channels have received a new media event.
10584         (interleave_buffered_loop): Compresses a new media event on all
10585         channels into one.
10586
10587 2004-09-26 Iain <iaingnome@gmail.com>
10588
10589         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
10590         call the sinkpad's default event handler and not the srcpads. He also
10591         says this is confusing :)
10592         (gst_wavenc_stop_file): Company says that seek events only go upstream
10593         we should send a discontinuous downstream instead.
10594
10595 2004-09-25  Christian Schaller <christian@fluendo.com>
10596
10597         * Update SPEC file to be usable in conjunction with Fedora Core,
10598           Fedora.us and freshrpms packages
10599         * Fix typo in multifilesrc test Makefile
10600
10601 2004-09-24  Wim Taymans  <wim@fluendo.com>
10602
10603         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10604         Only signal the no_more_pads signal when we have
10605         added the stream to our list.
10606
10607 2004-09-24  Wim Taymans  <wim@fluendo.com>
10608
10609         * gst/playback/gstplaybasebin.c: (remove_prerolls),
10610         (new_decoded_pad):
10611         * gst/playback/gstplaybasebin.h:
10612         * gst/playback/gstplaybin.c: (setup_sinks):
10613         Don't try to preroll or decode more than one audio/video
10614         track.
10615
10616 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10617
10618         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10619           Throw error if we failed to find a suitable output. This should
10620           throw an error if we successfully set up a pipeline (e.g. because
10621           we recognized a media file) but found no decodable streams in it
10622           (e.g. because it contains only media stream types for which we
10623           have no decoders, or because it's not a media type).
10624
10625 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10626
10627         * ext/dirac/Makefile.am:
10628         * ext/dirac/gstdirac.cc:
10629         * ext/dirac/gstdiracdec.cc:
10630         * ext/dirac/gstdiracdec.h:
10631           Do something. Don't actually know if this works because I don't
10632           have a demuxer yet.
10633         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
10634           Add channels=1 to caps returned from _getcaps().
10635         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
10636         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
10637         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
10638         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10639         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
10640         (gst_ogm_parse_change_state):
10641           Separate between audio/video so ogmaudioparse actually uses the
10642           audio pad templates. Both audio and video work now, including
10643           autoplugging. Also use sometimes-srcpad hack.
10644         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10645           Handle events better. Don't hang on infinite loops.
10646         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10647         (gst_avi_demux_init), (gst_avi_demux_reset),
10648         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10649         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
10650         (gst_avi_demux_change_state):
10651         * gst/avi/gstavidemux.h:
10652           Improve A/V sync. Still not perfect.
10653         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
10654         (gst_ebml_read_skip):
10655           Handle events better.
10656         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10657         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
10658         (qtdemux_audio_caps):
10659           Add IMA4. Improve event handling. Save offset after a seek when
10660           the headers are at the end of the file so that we don't end up in
10661           an infinite loop.
10662         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10663           Add low-priority typefind support for files with no length.
10664
10665 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10666
10667         * testsuite/multifilesink/Makefile.am:
10668         fix typo
10669
10670 2004-09-22  Julien MOUTTE  <julien@moutte.net>
10671
10672         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10673         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
10674         mistakes from thaytan's patches.
10675
10676 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10677
10678         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10679           For completeness, XSync in the destroy function as xvimage does.
10680
10681 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10682
10683         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
10684            Correct caps negotiation
10685         * gst/volume/gstvolume.c: (volume_chain_float),
10686         (volume_chain_int16):
10687            Modify debug output to be little more informative
10688         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10689         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10690         (gst_xvimagesink_xvimage_destroy):
10691           Add XSync calls after detaching from the shared memory segment to
10692           avoid a crash.
10693
10694 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10695
10696         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10697         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
10698         * ext/vorbis/vorbis.c: (plugin_init):
10699         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10700         (gst_vorbisenc_chain):
10701         * ext/vorbis/vorbisenc.h:
10702         remove explicit newmedia support from oggmux and vorbisenc
10703         add debug category to vorbisenc
10704         * gst/multifilesink/gstmultifilesink.c:
10705         (gst_multifilesink_class_init), (gst_multifilesink_init),
10706         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
10707         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
10708         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
10709         (plugin_init):
10710         * gst/multifilesink/gstmultifilesink.h:
10711         add support for streamheader in multifilesink
10712
10713 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10714
10715         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
10716         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
10717         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
10718           Prevent infinite loops. More correct error reporting.
10719         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10720           Error out if negotiation fails.
10721         * gst/playback/gstplaybasebin.c: (setup_source),
10722         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
10723         (gst_play_base_bin_found_tag):
10724           Error/tag forwarding. Pre-roll fixes for source errors on state
10725           changes (e.g. "file does not exist") to prevent hangs.
10726
10727 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10728
10729         * testsuite/multifilesink/Makefile.am:
10730         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
10731         (gst_newmedia_class_init), (gst_newmedia_init),
10732         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10733         (newfile_signal), (test_signal), (main):
10734         * testsuite/multifilesink/multifilesrc_test.c: (main):
10735         * testsuite/multifilesink/oggtheora_test.c:
10736         (gst_newmedia_base_init), (gst_newmedia_class_init),
10737         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10738         (test_format), (newfile_signal), (test_signal), (main):
10739         * testsuite/multifilesink/oggvorbis_test.c:
10740         (gst_newmedia_base_init), (gst_newmedia_class_init),
10741         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10742         (test_format), (newfile_signal), (test_signal), (main):
10743         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
10744         (gst_newmedia_class_init), (gst_newmedia_init),
10745         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10746         (newfile_signal), (test_signal), (main):
10747         New media tests
10748
10749 2004-09-20  Christian Schaller <christian@fluendo.com>
10750
10751         * Fix mikmod license to LGPL as they have relicensed
10752         * Move Dirac and Effectv into LGPL section of README_license
10753
10754 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10755
10756         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
10757         (gst_mad_change_state):
10758           Allow for mp3 rate/channels changes. However, only very
10759           conservatively. Reason that we *have* to enable this is smiply
10760           because the mad find_sync() function is not good enough, it will
10761           regularly sync on random data as valid frames and therefore make
10762           us provide random caps as *final* caps of the stream. The best fix
10763           I could think of is to simply require several of the same stream
10764           changes in a row before we change caps.
10765           The actual testcase that works now is #
10766         * ext/ogg/Makefile.am:
10767         * ext/ogg/gstogg.c: (plugin_init):
10768         * ext/ogg/gstogmparse.c:
10769           OGM support (video only for now; I need an audio sample file).
10770         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10771         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
10772         (gst_asf_demux_add_video_stream):
10773           WMV extradata.
10774         * gst/playback/gstplaybasebin.c: (unknown_type):
10775           Don't error out on single unknown-types after all. It's wrong.
10776           If we found type of video and audio but not of a subtitle stream,
10777           it will still error out (which is unwanted). Will find a better fix
10778           later on.
10779         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
10780         (ogmaudio_type_find), (plugin_init):
10781           OGM support.
10782
10783 2004-09-20  Johan Dahlin  <johan@gnome.org>
10784
10785         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
10786         after setting caps.
10787
10788 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10789
10790         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
10791         * gst/wavenc/gstwavenc.h:
10792         Added newmedia support to wavenc
10793
10794 2004-09-17  Wim Taymans  <wim@fluendo.com>
10795
10796         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
10797         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
10798         (gst_fdset_fd_can_write), (gst_fdset_wait):
10799         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
10800         (gst_multifdsink_init), (gst_multifdsink_add),
10801         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
10802         (gst_multifdsink_remove_client_link),
10803         (gst_multifdsink_client_queue_buffer),
10804         (gst_multifdsink_handle_client_write),
10805         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
10806         (gst_multifdsink_close), (gst_multifdsink_change_state):
10807         * gst/tcp/gstmultifdsink.h:
10808         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10809         (gst_tcpserversink_removed):
10810         Small cleanups in fdset.c
10811         Use a hastable to map fd to the client structure for faster
10812         lookup in _remove and get_stats.
10813         Added virtual function to close the fds.
10814         Handle clients even when the select/poll call was unblocked because
10815         of a command.
10816         Implement syncing to keyframe in the recovery procedure.
10817
10818 2004-09-16 Iain <iaingnome@gmail.com>
10819
10820         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
10821         try caps.
10822
10823 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10824
10825         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
10826           Caps are only set if the type of the stream is unknown, but this
10827           is initialized in ->init_stream(), so set to UNKNOWN after calling
10828           ->init_stream() so that capsnego starts.
10829
10830 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10831
10832         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10833         (gst_avi_demux_stream_data):
10834           Just hardcode for raw audio then. AVI audio sucks.
10835
10836 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
10837
10838         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
10839         * gst/matroska/matroska-mux.c: (audiosink_templ),
10840         (gst_matroska_mux_audio_pad_link):
10841         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
10842         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
10843
10844 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10845
10846         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10847         (gst_avi_demux_stream_data):
10848           Try to fix a/v sync issues.
10849
10850 2004-09-15  David Schleef  <ds@schleef.org>
10851
10852         * configure.ac: remove NASM check, since we don't use it.  Update
10853         dirac check to 0.4
10854         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
10855         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10856         Initialized variables.
10857         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10858         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
10859         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
10860         SVQ3 format
10861
10862 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10863
10864         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10865         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
10866         * gst/avi/gstavidemux.h:
10867           Fix for compressed audio (mp3) timestamp generation. How did this
10868           ever work?
10869
10870 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10871
10872         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10873           Volume is a double not a float.
10874
10875 2004-09-15  Wim Taymans  <wim@fluendo.com>
10876
10877         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
10878         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10879         Don't close the fd in multifdsink as we didn't open it in the
10880         first place. Some cleanups.
10881
10882 2004-09-15  Wim Taymans  <wim@fluendo.com>
10883
10884         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10885         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10886         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
10887         Fix the case where the muxer would mark pages as delta
10888         frames when they are not (vorbis only ogg).
10889
10890 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10891
10892         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
10893         (gst_play_base_bin_change_state):
10894           Handle the case where we failed to setup a clear pipeline. This
10895           will throw an error (or EOS, another nice case) and if you don't
10896           catch that, the app will wait for the signal forever (and thus
10897           hang).
10898
10899 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10900
10901         * ext/gnomevfs/gstgnomevfssink.c:
10902         (gst_gnomevfssink_uri_get_protocols):
10903         * ext/gnomevfs/gstgnomevfssrc.c:
10904         (gst_gnomevfssrc_uri_get_protocols):
10905         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
10906         * ext/gnomevfs/gstgnomevfsuri.h:
10907           Use _uri_new() instead of _open(), so it doesn't take as long and
10908           Christophe's computer won't hang.
10909         * gst/playback/gstplaybasebin.c: (unknown_type):
10910           Throw error on unknown media type, so apps actually display it.
10911
10912 2004-09-14  Brian Cameron  <brian.cameron@sun.com
10913
10914         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
10915           this script to work on Solaris since bash shell handles echo
10916           differenly than bash.
10917
10918 2004-09-17  Wim Taymans  <wim@fluendo.com>
10919
10920         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
10921         (setup_source), (gst_play_base_bin_set_property),
10922         (gst_play_base_bin_add_element):
10923         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
10924         Some more work on making sure seeking pauses the pipeline and
10925         that changing the uri actually does something.
10926
10927 2004-09-17  Wim Taymans  <wim@fluendo.com>
10928
10929         * gst/tcp/gstfdset.c: (gst_fdset_wait):
10930         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
10931         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
10932         (gst_tcpserversink_close):
10933         Be a bit more paranoid when freeing memory.
10934
10935 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10936
10937         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
10938         (qtdemux_parse_trak):
10939           Don't crash by dividing by zero (see sample movie in #126922).
10940
10941 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10942
10943         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
10944           Don't touch non-existing data (fixes crash on file in #140147).
10945
10946 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10947
10948         * gst/playback/gstplaybasebin.c:
10949         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
10950           Handle double disposals, and proper change of URIs.
10951
10952 2004-09-13  Martin Eikermann <meiker@upb.de>
10953
10954         * gst/mpegstream/gstmpegparse.c:
10955           fix synchronistation for streams recorded from digital PCR
10956           fixes bug #119376
10957
10958 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10959
10960         * ext/gnomevfs/Makefile.am:
10961         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10962         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
10963         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
10964         (gst_gnomevfssink_uri_get_type),
10965         (gst_gnomevfssink_uri_get_protocols),
10966         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
10967         (gst_gnomevfssink_uri_handler_init),
10968         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
10969         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
10970         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
10971         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
10972         (gst_gnomevfssrc_uri_get_type),
10973         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
10974         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
10975         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
10976         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
10977         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
10978         * ext/gnomevfs/gstgnomevfsuri.h:
10979           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
10980           of fake URIs to see which this version of Gnome-VFS likes, and
10981           uses that for the Gst-URI interface. Makes playbin support http://
10982           streams. Also fix up some stupid behaviour in gnomevfssrc.
10983
10984 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10985
10986         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10987         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10988         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10989         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10990           Update mixer (to sync with other sessions) if we try to obtain
10991           a new value. This makes alsamixer work accross applications.
10992         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
10993           Only call sync functions if we're running, else alsalib asserts.
10994         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
10995           Sometimes fails to compile. Possibly a gcc bug.
10996         * gst/playback/gstplaybin.c: (gen_video_element),
10997         (gen_audio_element):
10998           Add a reference to an application-provided object, because we lose
10999           this same reference if we add it to the bin. If we don't do this,
11000           we can only use this object once and thus crash if we go from
11001           ready to playing, back to ready and back to playing again.
11002           Also add an audioscale element because several cheap soundcards -
11003           like mine - don't support all samplerates.
11004         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11005         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
11006           Fix wrong order or PAR calls. Makes automatically obtained PAR
11007           from the X server atually being used.
11008
11009 2004-09-12  David Schleef  <ds@schleef.org>
11010
11011         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
11012         #151887, #152102, #152247.
11013         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
11014         * examples/seeking/cdparanoia.c: same
11015         * examples/seeking/cdplayer.c: same
11016         * examples/seeking/seek.c: same
11017         * examples/seeking/spider_seek.c: same
11018         * examples/seeking/vorbisfile.c: same
11019         * examples/stats/mp2ogg.c: same
11020         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11021         (gst_esdsink_dispose): Dispose of element properly.
11022         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
11023         fixes.
11024         * ext/nas/nassink.c: (gst_nassink_class_init),
11025         (gst_nassink_dispose): Dispose of element correctly.
11026         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
11027         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11028         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11029         Fix 64-bit warning.
11030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11031         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
11032         Fix 64-bit warning.
11033
11034 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11035
11036         * configure.ac : change speex detection as 1.1.6 now uses
11037           .pc/pkg-config and they changed their headers location.
11038
11039 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
11040
11041         * gst/matroska/matroska-mux.h:
11042         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
11043         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11044         (gst_matroska_mux_write_data):
11045           Write multiple blocks/frames per cluster.
11046                 Write meta-seek information (seek heads).
11047
11048 2004-09-09  Scott Wheeler <wheeler@kde.org>
11049
11050         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
11051         (gst_play_bin_set_property), (gst_play_bin_get_property),
11052         (gen_audio_element), (gen_audio_element):
11053           Add a volume element / property to the pipeline.
11054
11055 2004-09-07  Wim Taymans  <wim@fluendo.com>
11056
11057         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
11058         Copy timestamps from the master pad to the output buffers.
11059
11060 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11061
11062         * ext/raw1394/gstdv1394src.c:
11063           throw errors when applicable
11064
11065 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
11066
11067         * gst/matroska/ebml-ids.h:
11068         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
11069         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
11070         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
11071           automatically convert unix time <-> ebml time when reading/writing
11072           a date, use gst_ebml_write_uint to write CUETIME,
11073           not gst_ebml_write_date.
11074         * gst/matroska/matroska-ids.h:
11075         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
11076         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
11077         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11078         (gst_matroska_mux_write_data):
11079           Write track and segment UIDs, write muxing date, write
11080           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
11081           Create cues for audio only files.
11082
11083 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11084
11085         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11086         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11087           Re-commit ALSA switches.
11088         * gst/adder/gstadder.c: (gst_adder_loop):
11089           64-bit fix (#151416).
11090         * gst/debug/progressreport.c: (gst_progressreport_report):
11091           64-bit fix (#151419).
11092         * gst/matroska/matroska-demux.c:
11093         (gst_matroska_demux_parse_contents):
11094           64-bit fix (#151420).
11095         * gst/playback/test3.c: (update_scale):
11096           64-bit fix (#151421).
11097
11098 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11099
11100         * configure.ac:
11101           bump nano to cvs
11102
11103 === release 0.8.4 ===
11104
11105 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11106
11107         * configure.ac: releasing 0.8.4, "Alias"
11108
11109 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11110
11111         * ext/theora/Makefile.am:
11112           fix makefile.  Fixes #151462.
11113
11114 2004-08-30  Wim Taymans  <wim@fluendo.com>
11115
11116         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
11117         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11118         (gst_multifdsink_remove_client_link),
11119         (gst_multifdsink_client_queue_buffer),
11120         (gst_multifdsink_handle_client_write):
11121         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11122         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11123         Fix some memory leaks.
11124
11125 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11126
11127         Patch by: David Schleef
11128
11129         * configure.ac:
11130         * sys/Makefile.am:
11131           rename our detection macro for V4L2.  Fixes #151236.
11132
11133 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11134
11135         Patch by: David Schleef
11136
11137         * configure.ac:
11138           check to define LAMEPRESET.  Fixes #151232.
11139
11140 2004-08-27  David Schleef  <ds@schleef.org>
11141
11142         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
11143         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
11144         (gst_glimagesink_fixate):  Move local variable declarations to
11145         make gcc-2.95 happy.
11146
11147 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11148
11149         * configure.ac:
11150           bump nano for prerelease
11151
11152 2004-08-27  David Schleef  <ds@schleef.org>
11153
11154         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
11155         * sys/sunaudio/gstsunaudiosrc.c:
11156         * sys/sunaudio/gstsunaudiosrc.h:
11157
11158 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
11159
11160         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
11161         handle EOS correctly
11162         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
11163         * gst/matroska/matroska-mux.h:
11164         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
11165         VFW compatibility mode
11166
11167 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11168
11169         patch by: Zaheer Abbas Merali
11170
11171         * ext/ogg/gstoggmux.c:
11172         * ext/vorbis/vorbisenc.c:
11173         * ext/vorbis/vorbisenc.h:
11174           handle NEWMEDIA
11175
11176 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
11177
11178         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
11179         fix byte order reversion on little endian machines.
11180         * gst/matroska/matroska-mux.c: (audiosink_templ),
11181         (gst_matroska_mux_audio_pad_link):
11182         add TTA codec to the list of supported codecs.
11183         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11184         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11185         (gst_matroska_mux_write_data):
11186         * gst/matroska/matroska-mux.h:
11187         write segment duration correctly, write muxing app string, fixes bugs
11188         #140897 and #140898.
11189         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
11190         wait for all pads to be negotiated before starting to mux.
11191
11192 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11193
11194         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11195         * ext/lame/gstlame.h:
11196         Added new media support to lame
11197
11198 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11199
11200         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11201         send vorbis headers at the beginning of a stream, fixes bug #141554.
11202         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11203         bug #148950.
11204         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11205         (gst_matroska_demux_plugin_init):
11206         * gst/matroska/matroska-ids.h:
11207         enable demuxing of TTA audio streams, fixes bug #148951.
11208         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11209         enable typefinding for TTA audio files, fixes bug #148711.
11210         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11211         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11212         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11213
11214 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11215
11216         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11217         (gst_riff_read_element_data), (gst_riff_read_seek),
11218         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11219         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11220         <teuf@gnome.org>
11221
11222 2004-08-23 Iain <iaingnome@gmail.com>
11223
11224         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11225         tags. They appear to be handled differently to normal.
11226         (tag_list_to_id3_tag_foreach): Ditto.
11227
11228 2004-08-22  Wim Taymans  <wim@fluendo.com>
11229
11230         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11231         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11232         Make sure we never send -1 granulepos.
11233
11234 2004-08-20  Wim Taymans  <wim@fluendo.com>
11235
11236         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11237         (gst_ogg_mux_loop):
11238         I will accept bitchslappings with non sharp objects.
11239
11240 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11241
11242         * configure.ac:
11243         Clean up the test for lame presets
11244
11245 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11246
11247         * configure.ac:
11248         * ext/lame/Makefile.am:
11249         * ext/lame/gstlame.c: (gst_lame_class_init),
11250         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11251         Only enable lame presets if version of lame has presets in API
11252
11253 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11254         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11255         * gst/udp/gstudpsrc.h:
11256           Don't call gst_pad_push in a get function. Fixes #150449
11257
11258 2004-08-18  Wim Taymans  <wim@fluendo.com>
11259
11260         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11261         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11262         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11263         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11264         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11265         (gst_fdset_wait):
11266         * gst/tcp/gstfdset.h:
11267         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11268         (gst_multifdsink_client_queue_buffer),
11269         (gst_multifdsink_handle_client_write):
11270         * gst/tcp/gstmultifdsink.h:
11271         Some extra checks in gstfdset.
11272         Only use send() when the fd is a socket. Don't try to
11273         read from write only fds.
11274
11275 2004-08-18  Wim Taymans  <wim@fluendo.com>
11276
11277         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11278         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11279         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11280         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11281         (gst_fdset_wait):
11282         Add more locking and bounds checking.
11283
11284 2004-08-18  Wim Taymans  <wim@fluendo.com>
11285
11286         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11287         Realloc test fdset in the lock and right before starting
11288         the poll call. Bump the limit to 4096.
11289
11290 2004-08-17  David Schleef  <ds@schleef.org>
11291
11292         * sys/sunaudio/Makefile.am:
11293         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11294         of rates and channels.  Make debugging less obnoxious.
11295
11296         Patch from Balamurali Viswanathan implementing a mixer for
11297         Sun audio.  (bug #144091):
11298         * sys/sunaudio/gstsunelement.c:
11299         * sys/sunaudio/gstsunelement.h:
11300         * sys/sunaudio/gstsunmixer.c:
11301         * sys/sunaudio/gstsunmixer.h:
11302
11303 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11304
11305         * gst/audioscale/gstaudioscale.c:
11306         * gst/audioscale/gstaudioscale.h:
11307         made audioscale resample from any sample rate to any sample rate
11308
11309 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11310
11311         * ext/libpng/gstpngdec.c:
11312           error out on unsupported types
11313
11314 2004-08-17  Iain <iaingnome@gmail.com>
11315
11316         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11317         mid_side and loose_mid_side properties if its a stereo stream.
11318
11319 2004-08-17  Wim Taymans  <wim@fluendo.com>
11320
11321         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11322         (theora_get_formats), (theora_dec_src_convert),
11323         (theora_dec_sink_convert), (theora_dec_src_query),
11324         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11325         Add a debug line.
11326
11327 2004-08-17  Wim Taymans  <wim@fluendo.com>
11328
11329         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11330         (gst_ogg_pad_push):
11331         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11332         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11333         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11334         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11335         Mark delta units in the muxer.
11336         Try to decode the packet after an out-of-sync error from
11337         libogg.
11338
11339 2004-08-17  Wim Taymans  <wim@fluendo.com>
11340
11341         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11342         (gst_multifdsink_init), (gst_multifdsink_add),
11343         (gst_multifdsink_client_queue_buffer),
11344         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11345         * gst/tcp/gstmultifdsink.h:
11346         Added option to send a keyframe to clients as the first buffer.
11347         Make timeout property writable.
11348
11349 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11350
11351         patch by: Wim Taymans
11352
11353         * gst/tcp/gstfdset.c:
11354         * gst/tcp/gstmultifdsink.c:
11355           fix index comparison, should include 0
11356
11357 2004-08-16  Wim Taymans  <wim@fluendo.com>
11358
11359         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11360         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11361         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11362         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11363         (gst_fdset_wait):
11364           copy when reallocing for poll so the select arguments don't get
11365           changed during the call
11366
11367 2004-08-16  Wim Taymans  <wim@fluendo.com>
11368
11369         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11370         (gst_theora_enc_class_init), (theora_enc_sink_link),
11371         (theora_buffer_from_packet), (theora_enc_chain):
11372         Fix bug where buffers were not marked as keyframes
11373         correctly.
11374
11375 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11376
11377         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11378         (gst_lame_preset_get_type), (gst_lame_class_init):
11379         describe the enum values for vbr mode and presets more verbosely
11380
11381 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11382
11383         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11384         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11385         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11386         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11387         * ext/lame/gstlame.h:
11388         add preset property to lame so it can use lame presets
11389
11390 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11391
11392         * ext/lame/gstlame.c: (gst_lame_get_property):
11393         whoops forgot break, thanks teuf
11394
11395 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11396
11397         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11398         (gst_lame_class_init), (gst_lame_src_getcaps),
11399         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11400         (gst_lame_get_property), (gst_lame_setup):
11401         * ext/lame/gstlame.h:
11402         fix lame's broken vbr stuff, allow it to resample if need be, and also
11403         make xing header optional
11404
11405 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11406
11407         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11408         added getcaps function so samplerate doesnt get fixated to silly values
11409
11410 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11411
11412         * ext/lame/gstlame.c: (gst_lame_src_link):
11413         revert previous fix
11414
11415 2004-08-12  Johan Dahlin  <johan@gnome.org>
11416
11417         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11418         checks. Doesn't matter what state we are in. Interfaces are a
11419         compile time thing, not runtime. It also broke the python bindings.
11420
11421 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11422
11423         * ext/lame/gstlame.c: (gst_lame_src_link):
11424         made source pad link function check if sinkpad is ok..fixes the problem
11425         where core fixates the output rate of lame stupidly
11426
11427 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11428
11429         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11430         * sys/v4l/v4l_calls.c:
11431         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11432           fix fixate function to handle nonsimple caps.
11433           remove bogus check in _link
11434           cleanups
11435
11436 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11437
11438         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11439         set default compression ratio parameter to 0.0 so bitrate parameter
11440         works :)
11441
11442 2004-08-11  David Schleef  <ds@schleef.org>
11443
11444         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11445
11446 2004-08-11  David Schleef  <ds@schleef.org>
11447
11448         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11449         before.
11450
11451 2004-08-11  David Schleef  <ds@schleef.org>
11452
11453         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11454
11455 2004-08-11  David Schleef  <ds@schleef.org>
11456
11457         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11458           license field
11459         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11460         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11461           LGPL.
11462         * gst/auparse/gstauparse.c: Fix plugin license field.
11463         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11464         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11465         * gst/rtp/gstrtp.c: Fix plugin license field.
11466
11467 2004-08-11  Wim Taymans  <wim@fluendo.com>
11468
11469         * gst/tcp/Makefile.am:
11470         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11471         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11472         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11473         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11474         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11475         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11476         (gst_fdset_fd_can_write), (gst_fdset_wait):
11477         * gst/tcp/gstfdset.h:
11478         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11479         (gst_multifdsink_class_init), (gst_multifdsink_init),
11480         (gst_multifdsink_add), (gst_multifdsink_remove),
11481         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11482         (gst_multifdsink_remove_client_link),
11483         (gst_multifdsink_handle_client_read),
11484         (gst_multifdsink_client_queue_data),
11485         (gst_multifdsink_client_queue_caps),
11486         (gst_multifdsink_client_queue_buffer),
11487         (gst_multifdsink_handle_client_write),
11488         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11489         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11490         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11491         (gst_multifdsink_close):
11492         * gst/tcp/gstmultifdsink.h:
11493         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11494         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11495         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11496         (gst_tcpserversink_close):
11497         * gst/tcp/gsttcpserversink.h:
11498         Abstracted away the select call, implemented poll (yes we ran into
11499         the 1024 limit in production).
11500
11501 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11502
11503         * gst/tcp/gsttcp.c:
11504         * gst/tcp/gsttcpplugin.c:
11505           improve debuggging, remove assert
11506
11507 2004-08-10  Wim Taymans  <wim@fluendo.com>
11508
11509         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11510         (gst_client_status_get_type), (gst_multifdsink_class_init),
11511         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11512         (gst_multifdsink_handle_client_read),
11513         (gst_multifdsink_handle_client_write),
11514         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11515         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11516         (gst_multifdsink_get_property):
11517         * gst/tcp/gstmultifdsink.h:
11518         * gst/tcp/gsttcp-marshal.list:
11519         Starting to prepare for specifying buffer time in other units
11520         than buffers. Expose remove reason in signal.
11521
11522 2004-08-10  Wim Taymans  <wim@fluendo.com>
11523
11524         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11525         (gst_multifdsink_remove), (gst_multifdsink_clear),
11526         (gst_multifdsink_remove_client_link),
11527         (gst_multifdsink_handle_client_read),
11528         (gst_multifdsink_client_queue_data),
11529         (gst_multifdsink_client_queue_buffer),
11530         (gst_multifdsink_handle_client_write),
11531         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11532         (gst_multifdsink_chain), (gst_multifdsink_close):
11533         * gst/tcp/gstmultifdsink.h:
11534         Added more debugging info. Changed the way clients are
11535         removed from the lists. Fixed a bug where a bad file descriptor
11536         could cause many clients to be removed.
11537
11538 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11539
11540         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
11541           allow all pixel-aspect-ratios, not just 1:1
11542
11543 2004-08-09  David Schleef  <ds@schleef.org>
11544
11545         * sys/glsink/ARB_multitexture.h:  Remove old files.
11546         * sys/glsink/EXT_paletted_texture.h:
11547         * sys/glsink/NV_register_combiners.h:
11548         * sys/glsink/gstgl_nvimage.c:
11549         * sys/glsink/gstgl_pdrimage.c:
11550         * sys/glsink/gstgl_rgbimage.c:
11551         * sys/glsink/gstglsink.c:
11552         * sys/glsink/gstglsink.h:
11553         * sys/glsink/gstglxwindow.c:
11554         * sys/glsink/regcomb_yuvrgb.c:
11555
11556 2004-08-09  David Schleef  <ds@schleef.org>
11557
11558         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
11559         GL sink plugin.  (Bug #147302)
11560
11561         * configure.ac: Test for OpenGL
11562         * sys/Makefile.am: Use test for OpenGL
11563         * sys/glsink/Makefile.am:
11564         * sys/glsink/glimagesink.c: rewrite
11565         * sys/glsink/glimagesink.h: rewrite
11566
11567 2004-08-09  David Schleef  <ds@schleef.org>
11568
11569         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
11570         sane framerates.
11571         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
11572         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
11573         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
11574
11575 2004-08-09  Wim Taymans  <wim@fluendo.com>
11576
11577         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11578         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11579         (gst_multifdsink_client_remove),
11580         (gst_multifdsink_handle_client_read),
11581         (gst_multifdsink_handle_client_write),
11582         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11583         Do a bit more logging, make the client_read code more robust.
11584
11585 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11586
11587         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
11588         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
11589         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
11590         (gst_jpegdec_init), (gst_jpegdec_chain):
11591         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11592         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
11593           cleanups, debugging fixes and memleak plugging
11594
11595 2004-08-09  Wim Taymans  <wim@fluendo.com>
11596
11597         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11598         (theora_get_formats), (theora_dec_src_convert),
11599         (theora_dec_sink_convert), (theora_dec_src_query),
11600         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
11601         (theora_dec_change_state):
11602         Don't crash on missing header packets.
11603
11604 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11605
11606         * po/LINGUAS:
11607         * po/sq.po:
11608           Added Albanian translation (Laurent Dhima)
11609         * po/cs.po:
11610           updated
11611
11612 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11613
11614         * ext/lame/gstlame.c:
11615           fix/add debugging
11616
11617 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11618
11619         * sys/ximage/ximagesink.c:
11620         * sys/xvimage/xvimagesink.c:
11621           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
11622
11623 2004-08-06  Wim Taymans  <wim@fluendo.com>
11624
11625         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11626         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11627         (gst_multifdsink_client_remove),
11628         (gst_multifdsink_handle_client_read),
11629         (gst_multifdsink_handle_client_write),
11630         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11631         Make sure we don't try to read more from a client that what
11632         ioctl says us or we deadlock.
11633
11634 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11635
11636         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
11637         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
11638         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11639           decouple running_time and n_frames so it can handle changing
11640           framerate while running
11641
11642 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11643
11644         * po/nl.po:
11645         * po/sv.po:
11646           updated translations
11647
11648 2004-08-04  Benjamin Otte  <otte@gnome.org>
11649
11650         * gst/videotestsrc/gstvideotestsrc.c:
11651         (gst_videotestsrc_get_capslist), (generate_capslist),
11652         (plugin_init):
11653           generate the list of supported caps at startup and reuse it instead
11654           of always generating it
11655
11656 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11657
11658         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
11659           whoops, last checkin broke normal build
11660
11661 2004-08-03  Benjamin Otte  <otte@gnome.org>
11662
11663         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
11664         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
11665         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
11666         (gst_alsa_mixer_get_option):
11667         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
11668         (dvdnavsrc_print_event):
11669         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
11670         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
11671         (gst_ogg_mux_pad_unlink):
11672         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
11673         (gst_multipart_mux_pad_unlink):
11674         * gst/videofilter/gstvideobalance.c:
11675         (gst_videobalance_colorbalance_set_value):
11676         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
11677         (gst_videomixer_pad_unlink):
11678         * po/uk.po:
11679         * sys/oss/gstossmixer.c:
11680         * sys/v4l/gstv4lcolorbalance.c:
11681         * sys/v4l/gstv4ltuner.c:
11682         * sys/v4l/v4lsrc_calls.c:
11683         * sys/v4l2/gstv4l2colorbalance.c:
11684         * sys/v4l2/gstv4l2tuner.c:
11685           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
11686
11687 2004-08-03  Benjamin Otte  <otte@gnome.org>
11688
11689         * examples/dynparams/filter.c: (ui_control_create):
11690         * examples/gstplay/player.c: (print_tag):
11691         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
11692         * ext/gdk_pixbuf/gstgdkanimation.c:
11693         (gst_gdk_animation_iter_may_advance):
11694         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
11695         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
11696         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
11697         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
11698         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
11699         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
11700         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
11701         * gst/sine/demo-dparams.c: (main):
11702         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
11703         * testsuite/alsa/formats.c: (create_pipeline):
11704         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
11705           fixes for G_DISABLE_ASSERT and friends
11706         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11707         (mp3_type_frame_length_from_header), (mp3_type_find),
11708         (plugin_init):
11709           require mp3 typefinding to have at least MIN_HEADERS valid headers
11710           add typefinding for AAC adts files
11711
11712 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
11713
11714         * sys/ximage/ximagesink.c:
11715         (gst_ximagesink_calculate_pixel_aspect_ratio):
11716         * sys/xvimage/xvimagesink.c:
11717         (gst_xvimagesink_calculate_pixel_aspect_ratio):
11718         Make sure we calculate pixel-aspect-ratio using floating point maths
11719
11720 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11721
11722         * po/uk.po:
11723           updated translation
11724
11725 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11726
11727         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
11729           add debugging for display PAR calculation
11730
11731 2004-08-02  David Schleef  <ds@schleef.org>
11732
11733         * configure.ac: Fix mikmod CFLAGS.
11734
11735 2004-07-27  Benjamin Otte  <otte@gnome.org>
11736
11737         * gst/audioscale/gstaudioscale.c:
11738         - fix templates to only support S16, it's the only format that works
11739         - make caps nego code use try_set_caps_nonfixed and fixation instead
11740         of try_set_caps twice, which is not nice for autopluggers
11741         - change rank to secondary, so autopluggers can pick it up after
11742         audioconvert
11743
11744 2004-08-02  Iain <iain@prettypeople.org>
11745
11746         * gst/interleave/interleave.c (interleave_init),
11747         (interleave_request_new_pad),
11748         (interleave_pad_removed),
11749         (interleave_buffered_loop): Use the real pad count, not the artificial
11750         one.
11751
11752 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11753
11754         * configure.ac: bump nano back to development
11755
11756 === release 0.8.3 ===
11757
11758 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11759
11760         * configure.ac: releasing 0.8.3, "Water"
11761
11762 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11763
11764         * sys/xvimage/xvimagesink.c:
11765         (gst_xvimagesink_calculate_pixel_aspect_ratio),
11766         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
11767         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
11768         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11769         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11770         * sys/xvimage/xvimagesink.h:
11771           apply similar PAR fixes as to ximagesink
11772
11773 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11774
11775         patch from: Benjamin Otte
11776
11777         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
11778           add link function to lame.  Fixes #148986.
11779
11780 2004-08-02  Johan Dahlin  <johan@gnome.org>
11781
11782         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
11783         fix debugging log
11784
11785 2004-07-30  David Schleef  <ds@schleef.org>
11786
11787         * gst/videomixer/Makefile.am: Fix things that should have been
11788         fixed in the last checkin.
11789
11790 2004-07-30  David Schleef  <ds@schleef.org>
11791
11792         * gst/multipart/Makefile.am: Fix things that should have been
11793         fixed in the last checkin.
11794
11795 2004-07-30  David Schleef  <ds@schleef.org>
11796
11797         * testsuite/multifilesink/Makefile.am: Fix unused variable.
11798
11799 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11800
11801         * configure.ac:
11802           bump nano for prerelease
11803         * po/af.po:
11804         * po/az.po:
11805         * po/cs.po:
11806         * po/en_GB.po:
11807         * po/hu.po:
11808         * po/nl.po:
11809         * po/sr.po:
11810         * po/sv.po:
11811         * po/uk.po:
11812           updates
11813
11814 2004-07-30  Wim Taymans  <wim@fluendo.com>
11815
11816         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11817         (gst_multifdsink_add), (gst_multifdsink_remove),
11818         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11819         (gst_multifdsink_client_remove),
11820         (gst_multifdsink_handle_client_write),
11821         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11822         * gst/tcp/gstmultifdsink.h:
11823         Recover from a select with a bad file descriptor by removing
11824         the client.
11825
11826 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11827
11828         * configure.ac:
11829           fix requirement of core
11830         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
11831         (gst_play_pipeline_setup):
11832           don't use colorspace element.  do use hermescolorspace element.
11833           make macro to get a colorspace element.
11834           mark strings for translation.
11835         * po/POTFILES.in:
11836           add play.c
11837         * po/af.po:
11838         * po/az.po:
11839         * po/cs.po:
11840         * po/en_GB.po:
11841         * po/hu.po:
11842         * po/nl.po:
11843         * po/sr.po:
11844         * po/sv.po:
11845         * po/uk.po:
11846           update translations
11847
11848 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11849
11850         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11851         fix default for newmedia flag
11852
11853 2004-07-30  Wim Taymans  <wim@fluendo.com>
11854
11855         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11856         (gst_theora_dec_init), (theora_get_formats),
11857         (theora_dec_src_convert), (theora_dec_sink_convert),
11858         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11859         (theora_dec_chain), (theora_dec_set_property),
11860         (theora_dec_get_property):
11861         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11862         (gst_theora_enc_class_init), (gst_theora_enc_init),
11863         (theora_enc_sink_link), (theora_enc_chain),
11864         (theora_enc_set_property), (theora_enc_get_property):
11865         Added cropping option to theora decoder.
11866         Added border option to theora encoder.
11867
11868 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11869
11870         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11871         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11872         (gst_pngenc_set_property):
11873         * ext/libpng/gstpngenc.h:
11874         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
11875
11876 2004-07-30  Wim Taymans  <wim@fluendo.com>
11877
11878         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11879         (theora_enc_sink_link), (theora_enc_chain),
11880         (theora_enc_set_property), (theora_enc_get_property):
11881         Fix encoding of non-multiple-of-16 video.
11882
11883 2004-07-29  David Schleef  <ds@schleef.org>
11884
11885         * configure.ac: make test for audiofile more strict
11886
11887 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11888
11889         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11890           give different names to typefind functions
11891
11892 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11893
11894         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
11895         (gst_ximagesink_calculate_pixel_aspect_ratio),
11896         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
11897         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
11898         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
11899         (gst_ximagesink_get_property), (gst_ximagesink_init):
11900         * sys/ximage/ximagesink.h:
11901           allocate PAR's dynamically.
11902           use autodetected PAR if no object-set PAR is given.
11903           add workaround for directfb's X not setting physical size.
11904           fix to xvimagesink will follow tomorrow.
11905
11906 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11907
11908         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
11909         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
11910         (gst_shout2send_get_type), (gst_shout2send_set_clock),
11911         (gst_shout2send_class_init), (gst_shout2send_init),
11912         (set_shout_metadata), (gst_shout2send_set_metadata),
11913         (gst_shout2send_chain), (gst_shout2send_set_property),
11914         (gst_shout2send_get_property), (gst_shout2send_connect),
11915         (gst_shout2send_change_state):
11916         * ext/shout2/gstshout2.h:
11917         - fix for sending mp3 audio to icecast2 server, if pad link function not
11918         called before PAUSED state
11919         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
11920         - added tagging support for mp3 audio broadcasted
11921         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11922         debug info
11923
11924 2004-07-28  Wim Taymans  <wim@fluendo.com>
11925
11926         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11927         (gst_ogg_demux_push):
11928         Return query failure when we don't know the length of
11929         an ogg stream insteda of returning TRUE with a bogus value.
11930
11931 2004-07-28  Wim Taymans  <wim@fluendo.com>
11932
11933         * ext/theora/theoradec.c: (theora_get_formats),
11934         (theora_dec_src_convert), (theora_dec_sink_convert),
11935         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11936         (theora_dec_chain):
11937         Don't screw up the 1 Chroma for 1 luma sample situation when we
11938         have an odd offset/width by adding a black border in those cases.
11939
11940 2004-07-28  Wim Taymans  <wim@fluendo.com>
11941
11942         * ext/theora/theoradec.c: (theora_get_formats),
11943         (theora_dec_src_convert), (theora_dec_sink_convert),
11944         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11945         (theora_dec_chain):
11946         * ext/theora/theoraenc.c: (theora_enc_sink_link):
11947         Added first attempt at cropping of the image as required by the
11948         theora spec. We need more properties in the caps (offset_x,
11949         offset_y,stride) to implement this correctly.
11950
11951 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
11952
11953         * ext/dvdnav/README:
11954           Update the README to use dvddemux
11955         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
11956           Ensure getcaps returns a subset of the template caps
11957         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
11958         (gst_mpeg2subt_init):
11959           Ensure getcaps returns a subset of the template caps
11960         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11961         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
11962         (gst_dvd_demux_get_subpicture_stream),
11963         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
11964         * gst/mpegstream/gstdvddemux.h:
11965           Set the explicit caps on the current_video pad before pushing
11966           anything
11967         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
11968         (gst_mpeg_demux_get_audio_stream):
11969           Free caps used to gst_pad_set_explicit_caps, which takes a const
11970           GstCaps *
11971
11972 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11973
11974         * configure.ac: update GStreamer requirement to 0.8.4 because of
11975           GstFraction.
11976
11977 2004-07-28  Wim Taymans  <wim@fluendo.com>
11978
11979         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
11980         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
11981         Add the pad to the element after setting up the caps. This
11982         makes it a lot easier to autoplug.
11983
11984 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
11985
11986         * gst/median/gstmedian.c:
11987         * gst/mpeg2subt/gstmpeg2subt.c:
11988         * gst/mpegaudioparse/gstmpegaudioparse.c:
11989         * gst/mpegstream/gstdvddemux.c:
11990         * gst/mpegstream/gstmpegdemux.c:
11991         * gst/mpegstream/gstmpegpacketize.c:
11992         * gst/rtjpeg/gstrtjpeg.c:
11993         * gst/rtjpeg/gstrtjpegdec.c:
11994         * gst/rtjpeg/gstrtjpegenc.c:
11995         * gst/sine/gstsinesrc.c:
11996         * gst/smooth/gstsmooth.c:
11997         * gst/smpte/gstsmpte.c:
11998         * gst/smpte/gstsmpte.h:
11999         * gst/stereo/gststereo.c:
12000         * gst/videofilter/gstgamma.c:
12001         * gst/videofilter/gstvideobalance.c:
12002         * gst/videofilter/gstvideofilter.c:
12003         * gst/videofilter/gstvideoflip.c:
12004         * gst/videoscale/gstvideoscale.c:
12005         * gst/videoscale/videoscale.c:
12006         * gst/videotestsrc/gstvideotestsrc.c:
12007         * gst/videotestsrc/videotestsrc.c:
12008         * gst/wavenc/gstwavenc.c:
12009         * gst/wavparse/gstwavparse.c:
12010           fix local includes and 64 bits constants
12011
12012 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12013
12014         * win32/gst.sln:
12015         * gst-libs/gst/*/*.vcproj:
12016         * gst/*/*.vcproj:
12017           more working plugins
12018
12019 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12020
12021         * testsuite/alsa/Makefile.am:
12022         * testsuite/alsa/srcstate.c:
12023         add test for alsasrc changing state
12024
12025 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12026
12027         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
12028         (gst_silence_get):
12029         * gst/silence/gstsilence.h:
12030         fix silence generation for 16bit raw audio
12031
12032 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12033
12034         * gst/matroska/matroska-demux.c:
12035         (gst_matroska_demux_parse_metadata),
12036         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
12037         * gst/mpegaudio/common.c:
12038         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12039         (gst_videoscale_getcaps), (gst_videoscale_link),
12040         (gst_videoscale_src_fixate), (gst_videoscale_init),
12041         (gst_videoscale_finalize):
12042         * gst/videoscale/gstvideoscale.h:
12043         * gst/videotestsrc/gstvideotestsrc.c:
12044         (gst_videotestsrc_get_capslist):
12045         * gst/wavenc/gstwavenc.c:
12046         * sys/oss/gstossmixer.c: (fill_labels):
12047         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12048         (gst_ximagesink_handle_xevents),
12049         (gst_ximagesink_calculate_pixel_aspect_ratio),
12050         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
12051         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
12052         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
12053         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12054         (gst_ximagesink_init), (gst_ximagesink_class_init):
12055         * sys/ximage/ximagesink.h:
12056         * sys/xvimage/xvimagesink.c:
12057         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12058         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
12059         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12060         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12061         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12062         * sys/xvimage/xvimagesink.h:
12063           first batch of pixel aspect ratio commits.
12064
12065 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12066
12067         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12068         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
12069         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
12070           handle stride, needs work if we want to move stride handling
12071           upstream, but works correctly for our purposes.
12072
12073 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12074
12075         * gst/videoscale/README:
12076           add testing examples
12077         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
12078         (gst_videoscale_chain):
12079         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12080         (gst_videoscale_get_size):
12081           add get_size function that handles stride like videotestsrc.
12082           fixes conversion for YUV formats for as much as I can test them.
12083
12084 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12085
12086         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12087         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12089         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12090         (gst_xvimagesink_xvimage_put):
12091           further cleanups, logging, error handling and synchronizing
12092
12093 2004-07-27  Wim Taymans  <wim@fluendo.com>
12094
12095         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12096         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
12097         (gst_videomixer_pad_set_property),
12098         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
12099         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12100         (gst_videomixer_class_init), (gst_videomixer_init),
12101         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
12102         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
12103         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
12104         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12105         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12106         (gst_videomixer_loop), (plugin_init):
12107         Be a nicer negotiation citizen and provide a getcaps function on
12108         the srcpad. This also fixes a crash when resizing.
12109
12110 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12111
12112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12113         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
12114
12115 2004-07-27  Wim Taymans  <wim@fluendo.com>
12116
12117         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
12118         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12119         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12120         (gst_pngenc_set_property):
12121         * ext/libpng/gstpngenc.h:
12122         Added snapshot property to pngenc.
12123         removed g_print from pngdec
12124
12125 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12126
12127         * gst/ac3parse/ac3parse.vcproj
12128         * gst/adder/adder.vcproj
12129         * gst/alpha/alpha.vcproj
12130         * gst/alpha/alphacolor.vcproj
12131         * gst/asfdemux/asf.vcproj
12132         * gst/audioconvert/audioconvert.vcproj
12133         * gst/audiorate/audiorate.vcproj
12134         * gst/audioscale/audioscale.vcproj
12135         * gst/auparse/auparse.vcproj
12136         * gst/avi/avi.vcproj
12137         * gst/cdxaparse/cdxaparse.vcproj
12138         * gst/chart/chart.vcproj
12139         * gst/colorspace/colorspace.vcproj
12140         * gst/cutter/cutter.vcproj
12141         * gst/debug/debug.vcproj
12142         * gst/debug/efence.vcproj
12143         * gst/debug/navigationtest.vcproj
12144         * gst/deinterlace/deinterlace.vcproj
12145         * gst/effectv/effectv.vcproj
12146         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12147         * gst/filter/filter.vcproj
12148         * gst/flx/flxdec.vcproj
12149         * gst/goom/goom.vcproj
12150         * gst/interleave/interleave.vcproj
12151         * gst/law/alaw.vcproj
12152         * gst/law/mulaw.vcproj
12153         * gst/matroska/matroska.vcproj
12154         * gst/median/median.vcproj
12155         * gst/mixmatrix/mixmatrix.vcproj
12156         * gst/mpeg1sys/mpeg1systemencode.vcproj
12157         * gst/mpeg1videoparse/mp1videoparse.vcproj
12158         * gst/mpeg2sub/mpeg2subt.vcproj
12159         * gst/mpegaudio/mpegaudio.vcproj
12160         * gst/mpegaudioparse/mpegaudioparse.vcproj
12161         * gst/mpegstream/mpegstream.vcproj
12162         * gst/multifilesink/multifilesink.vcproj
12163         * gst/multipart/multipart.vcproj
12164         * gst/oneton/oneton.vcproj
12165         * gst/overlay/overlay.vcproj
12166         * gst/passthrough/passthrough.vcproj
12167         * gst/qtdemux/qtdemux.vcproj
12168         * gst/realmedia/rmdemux.vcproj
12169         * gst/rtjpeg/rtjpeg.vcproj
12170         * gst/rtp/rtp.vcproj
12171         * gst/silence/silence.vcproj
12172         * gst/sine/sinesrc.vcproj
12173         * gst/smooth/smooth.vcproj
12174         * gst/smpte/smpte.vcproj
12175         * gst/spectrum/spectrum.vcproj
12176         * gst/speed/speed.vcproj
12177         * gst/stereo/stereo.vcproj
12178         * gst/switch/switch.vcproj
12179         * gst/tags/tagedit.vcproj
12180         * gst/tcp/tcp.vcproj
12181         * gst/typefind/typefindfunctions.vcproj
12182         * gst/udp/udp.vcproj
12183         * gst/videobox/videobox.vcproj
12184         * gst/videocrop/videocrop.vcproj
12185         * gst/videodrop/videodrop.vcproj
12186         * gst/videofilter/gamma.vcproj
12187         * gst/videofilter/videobalance.vcproj
12188         * gst/videofilter/videofilter.vcproj
12189         * gst/videofilter/videoflip.vcproj
12190         * gst/videoflip/videoflip.vcproj
12191         * gst/videomixer/videomixer.vcproj
12192         * gst/videorate/videorate.vcproj
12193         * gst/videoscale/videoscale.vcproj
12194         * gst/videotestsrc/videotestsrc.vcproj
12195         * gst/virtualdub/virtualdub.vcproj
12196         * gst/volenv/volenv.vcproj
12197         * gst/volume/volume.vcproj
12198         * gst/wavenc/wavenc.vcproj
12199         * gst/wavparse/wavparse.vcproj
12200         * gst/y4m/y4menc.vcproj
12201         * gst-libs/gst/audio/audio.vcproj
12202         * gst-libs/gst/audio/audiofilter.vcproj
12203         * gst-libs/gst/colorbalance/colorbalance.vcproj
12204         * gst-libs/gst/idct/idtc.vcproj
12205         * gst-libs/gst/media-info/media-info.vcproj
12206         * gst-libs/gst/mixer/mixer.vcproj
12207         * gst-libs/gst/navigation/navigation.vcproj
12208         * gst-libs/gst/play/play.vcproj
12209         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12210         * gst-libs/gst/resample/resample.vcproj
12211         * gst-libs/gst/riff/riff.vcproj
12212         * gst-libs/gst/tuner/tuner.vcproj
12213         * gst-libs/gst/video/video.vcproj
12214         * gst-libs/gst/xoverlay/xoverlay.vcproj
12215           avoid problems with math.h, fix release dependancy
12216           rename GStreamer-0.8.lib to libgstreamer.lib
12217
12218 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12219
12220         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12222         the atom is not available we have to unlock the mutex. Fixes #148023
12223
12224 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12225
12226         * gst-libs/gst/media-info/media-info.h:
12227           issue for a vararg macro with MSVC
12228
12229 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12230
12231         * gst/effectv/effectv.vcproj
12232         * gst-libs/gst/idct/idct.vcproj:
12233         * gst-libs/gst/media-info/media-info.vcproj:
12234         * gst-libs/gst/navigation/navigation.vcproj:
12235         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12236         * gst-libs/gst/video/video.vcproj:
12237         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12238           fixes for build problems
12239
12240 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12241
12242         * gst-libs/gst/audio/audio.def:
12243         * gst-libs/gst/audio/riff.def:
12244           add some definitions needed by plugins
12245
12246 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12247
12248         * gst/asfdemux/gstasfmux.c
12249           Fix some 64 bits constants to be glib friendly
12250
12251 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12252
12253         * gst/ac3parse/gstac3parse.c
12254         * gst/audioscale/gstaudioscale.c
12255         * gst/auparse/gstauparse.c
12256         * gst/colorspace/gstcolorspace.c
12257         * gst/colorspace/yuv2rgb.h
12258           local include fixes
12259
12260 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12261
12262         * win32/gst.sln
12263           add more plugins to the build
12264
12265 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12266
12267         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12268         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12269
12270 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12271
12272         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12273         (gst_level_set_property), (gst_level_get_property),
12274         (gst_level_base_init), (gst_level_class_init):
12275           add debugging categories.  cleanups.
12276
12277 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12278
12279         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12280         (gst_videoscale_planar411), (gst_videoscale_planar400),
12281         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12282         (gst_videoscale_scale_nearest_str1),
12283         (gst_videoscale_scale_nearest_str2),
12284         (gst_videoscale_scale_nearest_str4),
12285         (gst_videoscale_scale_nearest_16bit),
12286         (gst_videoscale_scale_nearest_24bit):
12287           fixed stride issues
12288           tested with 320x240 -> 321, 322, 324 x240
12289           tested with YV12, I420, YUY2, UYVY
12290           fixed packed422rev (don't think it could have worked before)
12291           by testing with UYVY
12292
12293 2004-07-26  Benjamin Otte  <otte@gnome.org>
12294
12295         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12296         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12297         (plugin_init):
12298           add debugging category, add error checks like checking return values
12299           of setup calls, make sure it still works after
12300           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12301
12302 2004-07-26  Wim Taymans  <wim@fluendo.com>
12303
12304         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12305         (gst_mpeg_demux_get_audio_stream),
12306         (gst_mpeg_demux_process_private):
12307         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12308         Check for error codes from the negotiation functions. Make sure
12309         we really set the pad caps when a new pad is created.
12310
12311 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12312
12313         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12314         (gst_ffmpeg_caps_to_pix_fmt):
12315         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12316         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12317         (gst_ffmpegcolorspace_pad_link):
12318           don't make function do two things at the same time without reason.
12319
12320 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12321
12322         * gst/ac3parse/ac3parse.vcproj
12323         * gst/adder/adder.vcproj
12324         * gst/alpha/alpha.vcproj
12325         * gst/alpha/alphacolor.vcproj
12326         * gst/asfdemux/asf.vcproj
12327         * gst/audioconvert/audioconvert.vcproj
12328         * gst/audiorate/audiorate.vcproj
12329         * gst/audioscale/audioscale.vcproj
12330         * gst/auparse/auparse.vcproj
12331         * gst/avi/avi.vcproj
12332         * gst/cdxaparse/cdxaparse.vcproj
12333         * gst/chart/chart.vcproj
12334         * gst/colorspace/colorspace.vcproj
12335         * gst/cutter/cutter.vcproj
12336         * gst/debug/debug.vcproj
12337         * gst/debug/efence.vcproj
12338         * gst/debug/navigationtest.vcproj
12339         * gst/deinterlace/deinterlace.vcproj
12340         * gst/effectv/effectv.vcproj
12341         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12342         * gst/filter/filter.vcproj
12343         * gst/flx/flxdec.vcproj
12344         * gst/goom/goom.vcproj
12345         * gst/interleave/interleave.vcproj
12346         * gst/law/alaw.vcproj
12347         * gst/law/mulaw.vcproj
12348         * gst/matroska/matroska.vcproj
12349         * gst/median/median.vcproj
12350         * gst/mixmatrix/mixmatrix.vcproj
12351         * gst/mpeg1sys/mpeg1systemencode.vcproj
12352         * gst/mpeg1videoparse/mp1videoparse.vcproj
12353         * gst/mpeg2sub/mpeg2subt.vcproj
12354         * gst/mpegaudio/mpegaudio.vcproj
12355         * gst/mpegaudioparse/mpegaudioparse.vcproj
12356         * gst/mpegstream/mpegstream.vcproj
12357         * gst/multifilesink/multifilesink.vcproj
12358         * gst/multipart/multipart.vcproj
12359         * gst/oneton/oneton.vcproj
12360         * gst/overlay/overlay.vcproj
12361         * gst/passthrough/passthrough.vcproj
12362         * gst/qtdemux/qtdemux.vcproj
12363         * gst/realmedia/rmdemux.vcproj
12364         * gst/rtjpeg/rtjpeg.vcproj
12365         * gst/rtp/rtp.vcproj
12366         * gst/silence/silence.vcproj
12367         * gst/sine/sinesrc.vcproj
12368         * gst/smooth/smooth.vcproj
12369         * gst/smpte/smpte.vcproj
12370         * gst/spectrum/spectrum.vcproj
12371         * gst/speed/speed.vcproj
12372         * gst/stereo/stereo.vcproj
12373         * gst/switch/switch.vcproj
12374         * gst/tags/tagedit.vcproj
12375         * gst/tcp/tcp.vcproj
12376         * gst/typefind/typefindfunctions.vcproj
12377         * gst/udp/udp.vcproj
12378         * gst/videobox/videobox.vcproj
12379         * gst/videocrop/videocrop.vcproj
12380         * gst/videodrop/videodrop.vcproj
12381         * gst/videofilter/gamma.vcproj
12382         * gst/videofilter/videobalance.vcproj
12383         * gst/videofilter/videofilter.vcproj
12384         * gst/videofilter/videoflip.vcproj
12385         * gst/videoflip/videoflip.vcproj
12386         * gst/videomixer/videomixer.vcproj
12387         * gst/videorate/videorate.vcproj
12388         * gst/videoscale/videoscale.vcproj
12389         * gst/videotestsrc/videotestsrc.vcproj
12390         * gst/virtualdub/virtualdub.vcproj
12391         * gst/volenv/volenv.vcproj
12392         * gst/volume/volume.vcproj
12393         * gst/wavenc/wavenc.vcproj
12394         * gst/wavparse/wavparse.vcproj
12395         * gst/y4m/y4menc.vcproj
12396           more plugins supported under windows
12397
12398 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12399
12400         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12401         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12402         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12404         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12405           Add debugging statements.  Use the sizes as returned by the
12406           *CreateImage calls.
12407
12408 2004-07-26  Johan Dahlin  <johan@gnome.org>
12409
12410         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12411         the pad is negotiated.
12412
12413         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12414
12415 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12416
12417         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12418         * gst-libs/gst/idct/idct.vcproj:
12419         * gst-libs/gst/media-info/media-info.vcproj:
12420         * gst-libs/gst/mixer/mixer.vcproj:
12421         * gst-libs/gst/navigation/navigation.vcproj:
12422         * gst-libs/gst/play/play.vcproj:
12423         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12424         * gst-libs/gst/resample/resample.vcproj:
12425         * gst-libs/gst/tuner/tuner.vcproj:
12426         * gst-libs/gst/video/video.vcproj:
12427         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12428           more plugins supported under windows
12429
12430 2004-07-25 Iain <iain@prettypeople.org>
12431
12432         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12433         pad now rather than when the pad is created because state changes wipe
12434         explicit caps (fixes #148043).
12435
12436 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12437
12438         reviewed by Benjamin Otte  <otte@gnome.org>
12439
12440         * ext/mad/gstmad.c:
12441           fix mad plugin crashing on Sun (fixes #148289)
12442
12443 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12444
12445         * gst/avi/avi.def:
12446         * gst/avi/avi.vcproj:
12447         * gst/matroska/matroska.def:
12448         * gst/matroska/matroska.vcproj:
12449           remove unused .def files
12450
12451 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12452
12453         * gst-libs/gst/audio/gstaudiofilter.c:
12454           Clean the local include
12455
12456 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12457
12458         * win32/gst.sln:
12459         * gst-libs/gst/audio/audio.def:
12460         * gst-libs/gst/audio/audio.vcproj:
12461         * gst-libs/gst/audio/audiofilter.vcproj:
12462         * gst-libs/gst/audio/riff.def:
12463         * gst-libs/gst/audio/riff.vcproj:
12464         * gst-libs/gst/gst-libs.def:
12465         * gst-libs/gst/gst-libs.vcproj:
12466         * gst/avi/avi.vcproj:
12467         * gst/avi/avi.vcproj:
12468           Copy the files where needed after building, cleaner projects
12469
12470 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12471
12472         * gst/matroska/ebml-write.c:
12473           Fix some 64 bits constants to be glib friendly
12474
12475 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12476
12477         * win32/gst.sln:
12478         * gst-libs/gst/gst-libs.def:
12479         * gst-libs/gst/gst-libs.vcproj:
12480         * gst/matroska/matroska.def:
12481         * gst/matroska/matroska.vcproj:
12482           Add the preliminary canvas to build plugins on Win32
12483
12484 2004-07-23  Benjamin Otte  <otte@gnome.org>
12485
12486         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12487           don't enfore negotiation from source side, it breaks
12488           sinesrc ! audioconvert ! osssink
12489
12490 2004-07-22  David Schleef  <ds@schleef.org>
12491
12492         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12493         for ELF files, since they can easily be recognized as audio/mpeg.
12494         (bug #147441)
12495
12496 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12497
12498         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12499         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12500         (gst_videoscale_scale_nearest_24bit),
12501         (gst_videoscale_scale_nearest_16bit):
12502           fix 16bit and 24bit for stride (24bit might need testing)
12503           don't pretend we do more than one algorithm
12504
12505 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12506
12507         * configure.ac:
12508         * gst/Makefile.am:
12509         * gst/multifilesink/Makefile.am:
12510         * gst/multifilesink/gstmultifilesink.c:
12511         (gst_multifilesink_get_formats),
12512         (gst_multifilesink_get_query_types), (_do_init),
12513         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12514         (gst_multifilesink_init), (gst_multifilesink_dispose),
12515         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12516         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12517         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12518         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12519         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12520         (gst_multifilesink_uri_get_type),
12521         (gst_multifilesink_uri_get_protocols),
12522         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12523         (gst_multifilesink_uri_handler_init), (plugin_init):
12524         * gst/multifilesink/gstmultifilesink.h:
12525         * testsuite/Makefile.am:
12526         * testsuite/multifilesink/Makefile.am:
12527         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12528         (gst_newmedia_class_init), (gst_newmedia_init),
12529         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12530         (newfile_signal), (test_signal), (main):
12531         multifilesink plugin for creating new files every time a new media
12532         discontinuity event occurs
12533
12534 2004-07-22  Wim Taymans  <wim@fluendo.com>
12535
12536         * gst/alpha/Makefile.am:
12537         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
12538         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
12539         (gst_alpha_color_init), (gst_alpha_color_set_property),
12540         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
12541         (transform), (gst_alpha_color_chain),
12542         (gst_alpha_color_change_state), (plugin_init):
12543         Stupid plugin to to RGBA to AYUV conversion because none of
12544         the colorspace plugins can handle that yet.
12545
12546 2004-07-22  Wim Taymans  <wim@fluendo.com>
12547
12548         * examples/seeking/seek.c: (update_scale), (main):
12549         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12550         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12551         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12552         (gst_decode_bin_init), (gst_decode_bin_dispose),
12553         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12554         (no_more_pads), (close_link), (type_found),
12555         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12556         (plugin_init):
12557         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12558         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12559         (gst_play_base_bin_dispose), (queue_overrun),
12560         (gen_preroll_element), (remove_prerolls), (unknown_type),
12561         (no_more_pads), (new_stream), (setup_source),
12562         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12563         (play_base_eos), (gst_play_base_bin_change_state),
12564         (gst_play_base_bin_add_element),
12565         (gst_play_base_bin_remove_element),
12566         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12567         (gst_play_base_bin_unlink_stream),
12568         (gst_play_base_bin_get_streaminfo):
12569         * gst/playback/gstplaybin.c: (gen_video_element),
12570         (gen_audio_element):
12571         * gst/playback/gststreaminfo.h:
12572         More playback updates, attempt to fix things after the state change
12573         breakage.
12574
12575 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12576
12577         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
12578         (gst_videoscale_scale_nearest_16bit):
12579           comment algorithm
12580
12581 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12582
12583         * gst/videotestsrc/gstvideotestsrc.c:
12584         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
12585         (gst_videotestsrc_init), (gst_videotestsrc_get),
12586         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
12587         (gst_videotestsrc_get_property):
12588         * gst/videotestsrc/gstvideotestsrc.h:
12589         * gst/videotestsrc/videotestsrc.c:
12590         * gst/videotestsrc/videotestsrc.h:
12591           cleanup and commenting
12592
12593 2004-07-21  Wim Taymans  <wim@fluendo.com>
12594
12595         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12596         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
12597         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
12598         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
12599         (_find_chain_get_unknown_part), (_find_streams_check),
12600         (gst_ogg_demux_push), (gst_ogg_pad_push):
12601         * ext/theora/theoradec.c: (theora_get_formats),
12602         (theora_dec_src_convert), (theora_dec_sink_convert),
12603         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12604         (theora_dec_chain):
12605         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12606         (vorbis_dec_convert), (vorbis_dec_src_query),
12607         (vorbis_dec_src_event), (vorbis_dec_event):
12608         More seeking fixes, oggdemux now supports seeking to time and
12609         uses the downstream element to convert granulepos to time.
12610         Seeking in theora-only ogg files now works.
12611
12612 2004-07-21  Wim Taymans  <wim@fluendo.com>
12613
12614         * ext/theora/theoradec.c: (gst_theora_dec_init),
12615         (theora_get_formats), (theora_get_event_masks),
12616         (theora_get_query_types), (theora_dec_src_convert),
12617         (theora_dec_sink_convert), (theora_dec_src_query),
12618         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12619         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12620         (vorbis_get_event_masks), (vorbis_get_query_types),
12621         (gst_vorbis_dec_init), (vorbis_dec_convert),
12622         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
12623         Added query/convert/formats functions to vorbis and theora decoders
12624         so that the outside world can use them too. Fixed seeking on an
12625         ogg/theora/vorbis file by disabling the seeking seeking on the
12626         theora srcpad.
12627
12628 2004-07-21  Julien MOUTTE  <julien@moutte.net>
12629
12630         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12631         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
12632         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
12633         images creation for both elements. We don't create the image on caps
12634         nego or renego, we just destroy the internal one if present if it does
12635         not match the needs. The chain function takes care of creating a new
12636         image when needed.
12637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12638         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
12639         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12640         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
12641         the image format information. The buffer pool checks for the context
12642         image format and discard images with different formats.
12643         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
12644
12645 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12646
12647         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12648         (gst_ffmpegcolorspace_chain):
12649           no point in doing any chaining if the pad we want to push from
12650           isn't usable.
12651
12652 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12653
12654         * gst-libs/gst/riff/riff-media.c:
12655         (gst_riff_create_audio_caps_with_data):
12656           Fix double end-to-native symbol conversion (#148021).
12657
12658 2004-07-20  David Schleef  <ds@schleef.org>
12659
12660         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12661         Don't use an Atom that doesn't exist.
12662
12663 2004-07-20  Wim Taymans  <wim@fluendo.com>
12664
12665         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12666         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12667         (gst_multifdsink_client_remove),
12668         (gst_multifdsink_handle_client_write),
12669         (gst_multifdsink_queue_buffer):
12670         * gst/tcp/gstmultifdsink.h:
12671         More multifdsink stats. Avoid deadlock by releasing locks
12672         before sending out a signal.
12673
12674 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12675
12676         * po/LINGUAS:
12677         * po/hu.po:
12678           added Hungarian translation (Laszlo Dvornik)
12679
12680 2004-07-20  Wim Taymans  <wim@fluendo.com>
12681
12682         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12683         (gst_multifdsink_add), (gst_multifdsink_client_remove),
12684         (gst_multifdsink_handle_client_write),
12685         (gst_multifdsink_queue_buffer):
12686         * gst/tcp/gsttcp-marshal.list:
12687         Fixed the stupid marshal definition.
12688
12689 2004-07-20  Wim Taymans  <wim@fluendo.com>
12690
12691         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12692         (gst_multifdsink_init), (gst_multifdsink_add),
12693         (gst_multifdsink_client_remove),
12694         (gst_multifdsink_handle_client_write),
12695         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
12696         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
12697         (gst_multifdsink_init_send):
12698         * gst/tcp/gstmultifdsink.h:
12699         Added more stats, added timeout for a client, fixed some typos
12700         and added some comments.
12701
12702 2004-07-20  Wim Taymans  <wim@fluendo.com>
12703
12704         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12705         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12706         (gst_multifdsink_client_remove),
12707         (gst_multifdsink_handle_client_write):
12708         * gst/tcp/gstmultifdsink.h:
12709         * gst/tcp/gsttcp-marshal.list:
12710         Added get_stats method that returns a GValueArray of
12711         stats values.
12712
12713 2004-07-19  Benjamin Otte  <otte@gnome.org>
12714
12715         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
12716           make sure longname, description and author are valid UTF-8
12717
12718 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12719
12720         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
12721         (gst_ximagesink_set_property):
12722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
12723         (gst_xvimagesink_set_property):
12724           make sure SYNCHRONOUS is respected after getting the X context
12725
12726 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12727
12728         * gst/matroska/matroska-demux.c:
12729         (gst_matroska_demux_handle_src_event),
12730         (gst_matroska_demux_parse_blockgroup):
12731         * gst/matroska/matroska-ids.h:
12732           add BlockReference tag and ignore it to clear out log.
12733           ignore NAVIGATION events to clear out log.
12734
12735 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12736
12737         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
12738         (gst_matroska_demux_add_stream):
12739         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
12740           add debug categories
12741
12742 2004-07-16  Wim Taymans  <wim@fluendo.com>
12743
12744         * ext/libpng/Makefile.am:
12745         * ext/libpng/gstpng.c: (plugin_init):
12746         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
12747         (gst_pngdec_get_type), (gst_pngdec_base_init),
12748         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
12749         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
12750         * ext/libpng/gstpngdec.h:
12751         Added png decoder.
12752
12753 2004-07-16  Julien MOUTTE  <julien@moutte.net>
12754
12755         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
12756         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
12757         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
12758         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
12759         (gst_ximagesink_buffer_alloc):
12760         * sys/ximage/ximagesink.h:
12761         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12762         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12763         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
12764         (gst_xvimagesink_buffer_alloc):
12765         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
12766         again. Using internal data pointer of the x(v)image to store image's
12767         data to be coherent with the buffer alloc mechanism. Investigated the
12768         image destruction code to be sure that everything gets freed correctly.
12769
12770 2004-07-16  Wim Taymans  <wim@fluendo.com>
12771
12772         * gst-libs/gst/riff/riff-read.c:
12773         (gst_riff_read_strf_vids_with_data),
12774         (gst_riff_read_strf_auds_with_data):
12775         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12776         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
12777         Make sure we don't create 0 sized subbuffers in riff-read.
12778         Signal the no more pads signal after reading the avi header.
12779
12780 2004-07-16  Wim Taymans  <wim@fluendo.com>
12781
12782         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12783         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12784         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12785         (gst_decode_bin_init), (gst_decode_bin_dispose),
12786         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12787         (no_more_pads), (close_link), (type_found),
12788         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12789         (gst_decode_bin_change_state), (plugin_init):
12790         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12791         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12792         (gst_play_base_bin_dispose), (queue_overrun),
12793         (gen_preroll_element), (remove_prerolls), (unknown_type),
12794         (no_more_pads), (new_stream), (setup_source),
12795         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12796         (play_base_eos), (gst_play_base_bin_change_state),
12797         (gst_play_base_bin_add_element),
12798         (gst_play_base_bin_remove_element),
12799         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12800         (gst_play_base_bin_unlink_stream),
12801         (gst_play_base_bin_get_streaminfo):
12802         * gst/playback/gstplaybasebin.h:
12803         Better error recovery. Added configurable preroll queue size. Faster
12804         detection of no-more-pads.
12805
12806 2004-07-16  Wim Taymans  <wim@fluendo.com>
12807
12808         * gst-libs/gst/video/video.h:
12809         Added 32 bits RGBA. Not sure if we should use another mime-type
12810         for alpha rgb. Currently the presence of the alpha_mask property
12811         signals an alpha channel.
12812
12813 2004-07-16  Wim Taymans  <wim@fluendo.com>
12814
12815         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12817         FPS seems to be 0.0 to MAX everywhere else.
12818
12819 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12820
12821         * gst-libs/gst/riff/riff-media.c:
12822         (gst_riff_create_video_caps_with_data):
12823           mp42/mp43 (no caps) exist too.
12824         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
12825           Set pixel_width/height; we've got them in-caps.
12826         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12827         * gst/wavparse/gstwavparse.c: (plugin_init):
12828           Both are valid primary.
12829         * sys/oss/gstossmixer.c:
12830           Remove i18n hack and enable translations.
12831
12832 2004-07-15  Benjamin Otte  <otte@gnome.org>
12833
12834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12835         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
12836           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
12837
12838 2004-07-15  Benjamin Otte  <otte@gnome.org>
12839
12840         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12841         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
12842         (gst_alsa_close_audio):
12843           disable some of the debugging code for now. Writing debugging to a
12844           buffer is broken in current alsalib releases.
12845
12846 2004-07-12  Benjamin Otte  <otte@gnome.org>
12847
12848         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
12849           use bufferpools
12850
12851 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12852
12853         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12854         (theora_dec_src_query), (theora_dec_event):
12855         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
12856           add debugging categories.  Remove \n's.
12857
12858 2004-07-13  Johan Dahlin  <johan@gnome.org>
12859
12860         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
12861         (gst_play_bin_get_property): Impl.
12862
12863 2004-07-13  Wim Taymans  <wim@fluendo.com>
12864
12865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
12866         When trying to find the stream length, seek back N pages
12867         instead of just one, where N is the number of streams in
12868         the current chain.
12869
12870 2004-07-13  Wim Taymans  <wim@fluendo.com>
12871
12872         * gst-libs/gst/riff/riff-media.c:
12873         (gst_riff_create_audio_caps_with_data),
12874         (gst_riff_create_audio_caps),
12875         (gst_riff_create_audio_template_caps):
12876         * gst-libs/gst/riff/riff-media.h:
12877         * gst-libs/gst/riff/riff-read.c:
12878         (gst_riff_read_strf_vids_with_data),
12879         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
12880         * gst-libs/gst/riff/riff-read.h:
12881         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12882         (gst_avi_demux_add_stream):
12883         Set codec_data on caps for avidemuxer.
12884
12885 2004-07-12  David Schleef  <ds@schleef.org>
12886
12887         * configure.ac: Fix test for Objective C
12888
12889 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
12890         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
12891         (gst_gdk_pixbuf_chain):
12892           Add svg and pcx to template caps, and ensure that getcaps returns a
12893           subset of the template caps.
12894           Copy each row manually for output, as gdkpixbuf may pad the
12895           rowstride to a 32-bit word boundary.
12896
12897 2004-07-12  Wim Taymans  <wim@fluendo.com>
12898
12899         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12900         (gst_riff_create_video_template_caps):
12901         Fix the template caps to include some more media types.
12902
12903 2004-07-12  Wim Taymans  <wim@fluendo.com>
12904
12905         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12906         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12907         (compare_ranks), (print_feature), (gst_decode_bin_init),
12908         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12909         (try_to_link_1), (new_pad), (close_link), (type_found),
12910         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12911         (gst_decode_bin_change_state), (plugin_init):
12912         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12913         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12914         (gst_play_base_bin_dispose), (queue_overrun),
12915         (gen_preroll_element), (remove_prerolls), (no_more_pads),
12916         (new_stream), (setup_source), (gst_play_base_bin_set_property),
12917         (gst_play_base_bin_get_property), (play_base_eos),
12918         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12919         (gst_play_base_bin_remove_element),
12920         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12921         (gst_play_base_bin_unlink_stream),
12922         (gst_play_base_bin_get_streaminfo):
12923         * gst/playback/gstplaybasebin.h:
12924         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12925         (gst_play_bin_class_init), (gst_play_bin_init),
12926         (gst_play_bin_dispose), (gst_play_bin_set_property),
12927         (gst_play_bin_get_property), (gen_video_element),
12928         (gen_audio_element), (remove_sinks), (setup_sinks),
12929         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
12930         (gst_play_bin_send_event), (gst_play_bin_get_formats),
12931         (gst_play_bin_convert), (gst_play_bin_get_query_types),
12932         (gst_play_bin_query), (plugin_init):
12933         * gst/playback/test4.c: (main):
12934         More fixes on reusing of the element.
12935
12936 2004-07-11  Benjamin Otte  <otte@gnome.org>
12937
12938         * ext/mad/gstmad.c: (normal_seek):
12939           allow seeking for other methods than just SET
12940
12941 2004-07-11  Andy Wingo  <wingo@pobox.com>
12942
12943         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
12944         float, "any" caps -> buffer_frames=[0,MAX].
12945
12946         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
12947         doesn't intersect our caps with the template any more. Do it
12948         ourselves.
12949         (interleave_buffered_loop): Use g_newa instead of malloc/free.
12950
12951 2004-07-09  Wim Taymans  <wim@fluendo.com>
12952
12953         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12954         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12955         (compare_ranks), (print_feature), (gst_decode_bin_init),
12956         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12957         (try_to_link_1), (new_pad), (close_link), (type_found),
12958         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12959         (gst_decode_bin_change_state), (plugin_init):
12960         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12961         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12962         (gst_play_base_bin_dispose), (queue_overrun),
12963         (gen_preroll_element), (remove_prerolls), (no_more_pads),
12964         (new_stream), (setup_source), (gst_play_base_bin_set_property),
12965         (gst_play_base_bin_get_property), (play_base_eos),
12966         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12967         (gst_play_base_bin_remove_element),
12968         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12969         (gst_play_base_bin_unlink_stream),
12970         (gst_play_base_bin_get_streaminfo):
12971         * gst/playback/gstplaybasebin.h:
12972         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12973         (gst_play_bin_class_init), (gst_play_bin_init),
12974         (gst_play_bin_dispose), (gst_play_bin_set_property),
12975         (gst_play_bin_get_property), (gen_video_element),
12976         (gen_audio_element), (remove_sinks), (setup_sinks),
12977         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
12978         (gst_play_bin_send_event), (gst_play_bin_get_formats),
12979         (gst_play_bin_convert), (gst_play_bin_get_query_types),
12980         (gst_play_bin_query), (plugin_init):
12981         * gst/playback/test4.c: (main):
12982         Work on object reuse and seeking.
12983
12984 2004-07-09  Wim Taymans  <wim@fluendo.com>
12985
12986         * examples/seeking/seek.c: (iterate):
12987         Don't consume all CPU in the idle loop.
12988
12989 2004-07-09  Wim Taymans  <wim@fluendo.com>
12990
12991         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
12992         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
12993         Add pad to element *after* setting the pad functions so that
12994         the scheduler can use the correct ones.
12995
12996 2004-07-09  Wim Taymans  <wim@fluendo.com>
12997
12998         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
12999         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
13000         Sync to keyframe after seek
13001
13002 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13003
13004         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13005         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13006         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
13007         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
13008         * ext/libvisual/visual.c: (gst_visual_change_state):
13009         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
13010         * ext/theora/theoradec.c: (theora_dec_change_state):
13011         * ext/theora/theoraenc.c: (theora_enc_change_state):
13012         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
13013         * gst-libs/gst/navigation/navigation.c:
13014         * gst/adder/gstadder.c: (gst_adder_change_state):
13015         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13016         (gst_audio_convert_get_buffer):
13017         * gst/multipart/multipartdemux.c:
13018         (gst_multipart_demux_change_state):
13019         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
13020         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13021         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13022         * gst/videoscale/gstvideoscale.c:
13023         (gst_videoscale_handle_src_event):
13024         * gst/volume/gstvolume.c: (volume_chain_int16):
13025           don't assert in state change, this should be done by the base
13026           GstElement class.
13027           various debugging fixes.
13028
13029 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13030
13031         * configure.ac:
13032         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13033         (gst_play_dispose), (gst_play_set_location),
13034         (gst_play_set_data_src), (gst_play_set_video_sink),
13035         (gst_play_set_audio_sink), (gst_play_set_visualization),
13036         (gst_play_connect_visualization), (gst_play_get_sink_element),
13037         (gst_play_get_all_by_interface):
13038         * gst-libs/gst/play/play.h:
13039           add new method to get elements implementing an interface.
13040           add various error logging
13041
13042 2004-07-08  Wim Taymans  <wim@fluendo.com>
13043
13044         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
13045         (make_mpeg_pipeline), (make_mpegnt_pipeline),
13046         (make_playerbin_pipeline), (query_durations_elems),
13047         (query_durations_pads), (query_positions_elems),
13048         (query_positions_pads), (update_scale), (iterate), (stop_seek),
13049         (main):
13050         Added playbin seeking example.
13051
13052 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13053
13054         * gst-libs/gst/play/play.c: (gst_play_set_location),
13055         (gst_play_set_data_src), (gst_play_set_video_sink),
13056         (gst_play_set_audio_sink), (gst_play_set_visualization),
13057         (gst_play_connect_visualization), (gst_play_get_framerate):
13058           use a macro to look up elements from hash table
13059
13060 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13061
13062         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13063         (gst_play_get_length_callback), (gst_play_set_location),
13064         (gst_play_seek_to_time), (gst_play_set_data_src),
13065         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13066         (gst_play_set_visualization), (gst_play_connect_visualization),
13067         (gst_play_get_sink_element):
13068         - add debugging info
13069         - fix looking up sink elements by iterating over complete caps
13070         - put everything except for source and autoplugger in a complete bin
13071
13072 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13073
13074         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
13075         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
13076         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
13077         (gst_alsa_sink_write), (gst_alsa_sink_loop):
13078         * ext/alsa/gstalsasink.h:
13079         - add debugging info
13080         - clean up schizophrenia of data/buffer/event
13081         - fix double event unref error
13082
13083 2004-07-08  Wim Taymans  <wim@fluendo.com>
13084
13085         * gst/playback/Makefile.am:
13086         Add headers to noinst
13087
13088 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13089
13090         * tools/gst-launch-ext-m.m:
13091         * tools/gst-launch-ext.1.in:
13092           convert to the third millenium
13093
13094 2004-07-07  David Schleef  <ds@schleef.org>
13095
13096         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
13097
13098 2004-07-07  Wim Taymans  <wim@fluendo.com>
13099
13100         * gst/playback/Makefile.am:
13101         * gst/playback/README:
13102         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13103         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13104         (compare_ranks), (print_feature), (gst_decode_bin_init),
13105         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13106         (try_to_link_1), (new_pad), (close_link), (type_found),
13107         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13108         (plugin_init):
13109         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13110         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13111         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
13112         (gen_preroll_element), (no_more_pads), (new_stream),
13113         (setup_source), (gst_play_base_bin_set_property),
13114         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
13115         (gst_play_base_bin_add_element),
13116         (gst_play_base_bin_remove_element),
13117         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13118         (gst_play_base_bin_unlink_stream),
13119         (gst_play_base_bin_get_streaminfo):
13120         * gst/playback/gstplaybasebin.h:
13121         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13122         (gst_play_bin_class_init), (gst_play_bin_init),
13123         (gst_play_bin_dispose), (gst_play_bin_set_property),
13124         (gst_play_bin_get_property), (gen_video_element),
13125         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
13126         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13127         (gst_play_bin_get_formats), (gst_play_bin_convert),
13128         (gst_play_bin_get_query_types), (gst_play_bin_query),
13129         (plugin_init):
13130         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13131         (gst_stream_info_get_type), (gst_stream_info_class_init),
13132         (gst_stream_info_init), (gst_stream_info_new),
13133         (gst_stream_info_dispose), (gst_stream_info_set_property),
13134         (gst_stream_info_get_property):
13135         * gst/playback/gststreaminfo.h:
13136         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13137         (main):
13138         * gst/playback/test2.c: (main):
13139         * gst/playback/test3.c: (update_scale), (main):
13140         More playbin fixes. Added README. Do better element filtering.
13141         Added base class to preroll media. Added test apps.
13142
13143 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13144
13145         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
13146         * ext/mpeg2dec/gstmpeg2dec.h:
13147           various debugging improvements.  Reset stream to next picture
13148           instead of sequence header, otherwise seeks cannot work.
13149
13150 2004-07-07  Wim Taymans  <wim@fluendo.com>
13151
13152         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
13153         (gst_video_box_class_init), (gst_video_box_set_property),
13154         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
13155         Use pad_alloc where possible.
13156
13157 2004-07-07  Wim Taymans  <wim@fluendo.com>
13158
13159         * sys/oss/gstosselement.c: (gst_osselement_reset),
13160         (gst_osselement_parse_caps):
13161         * sys/oss/gstosselement.h:
13162         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13163         Fix offset on osssrc.
13164
13165 2004-07-07  Wim Taymans  <wim@fluendo.com>
13166
13167         * ext/theora/theora.c: (plugin_init):
13168         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13169         (theora_dec_src_query), (theora_dec_chain):
13170         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13171         (theora_enc_sink_link), (theora_buffer_from_packet),
13172         (theora_push_packet), (theora_enc_chain):
13173         Fix theora granulepos calculation.
13174         Fix overflow in duration/position calculation.
13175         Bump rank to PRIMARY for theoradec.
13176         Use granulepos of last packet to calculate position.
13177         Set keyframe flag on buffers when needed.
13178
13179 2004-07-06  David Schleef  <ds@schleef.org>
13180
13181         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
13182         serious?  (Fixed, obviously.)
13183
13184 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13185
13186         * po/LINGUAS:
13187         * po/cs.po:
13188           added Czech translation (Miloslav Trmac)
13189
13190 2004-07-05  Wim Taymans  <wim@fluendo.com>
13191
13192         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13193         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13194         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13195         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13196         (close_link), (type_found), (gst_decode_bin_set_property),
13197         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13198         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13199         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13200         (gst_decode_bin_query), (plugin_init):
13201         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13202         (gst_play_bin_class_init), (gst_play_bin_init),
13203         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13204         (get_video_element), (new_pad), (setup_source),
13205         (gst_play_bin_set_property), (gst_play_bin_get_property),
13206         (gst_play_bin_change_state), (gst_play_bin_add_element),
13207         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13208         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13209         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13210         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13211         * gst/playback/test.c: (main):
13212         More fixes, cleaned up playbin, make it use decodebin. Added
13213         threaded property to playbin.
13214
13215 2004-07-05  Wim Taymans  <wim@fluendo.com>
13216
13217         * configure.ac:
13218         * gst/playback/Makefile.am:
13219         * gst/playback/decodetest.c: (main):
13220         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13221         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13222         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13223         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13224         (close_link), (type_found), (gst_decode_bin_set_property),
13225         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13226         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13227         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13228         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13229         (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), (gen_default_output), (rebuild_pipeline),
13233         (collect_sink_pads), (find_compatibles), (close_pad_link),
13234         (try_to_link_1), (new_pad), (close_link), (type_found),
13235         (setup_source), (gst_play_bin_set_property),
13236         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13237         (compare_ranks), (gst_play_bin_collect_factories),
13238         (gst_play_bin_change_state), (gst_play_bin_add_element),
13239         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13240         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13241         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13242         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13243         * gst/playback/test.c: (main):
13244         Added some playback helper elements and some test apps, very alpha
13245         still.
13246
13247 2004-07-04  Benjamin Otte  <otte@gnome.org>
13248
13249         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13250           only restart audio when we indeed have an xrun to fix repeated
13251           xruns. Fix suggested by Giuliano Pochini.
13252
13253 2004-07-03  David Schleef  <ds@schleef.org>
13254
13255         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13256         call to gst_debug_log() if debugging is disabled (bug #145118)
13257
13258 2004-07-03  Benjamin Otte  <otte@gnome.org>
13259
13260         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13261           use our own functions for restarting the alsa device.
13262         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13263           I should apply patches myself - use MIN for the third argument, not
13264           the second, this fixes seeking
13265
13266 2004-07-02  David Schleef  <ds@schleef.org>
13267
13268         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13269         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13270         do with the logic.
13271
13272 2004-07-02  David Schleef  <ds@schleef.org>
13273
13274         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13275         output buffers.  Fix logic mistake.  (bug #144866)
13276
13277 2004-07-02  David Schleef  <ds@schleef.org>
13278
13279         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13280         on X.  (bug #144753)
13281
13282 2004-07-02  David Schleef  <ds@schleef.org>
13283
13284         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13285         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13286         (bug #144624)
13287         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13288         (gst_osselement_rate_probe_check): Add another workaround for
13289         buggy drivers (bug #145336)
13290
13291 2004-07-02  David Schleef  <ds@schleef.org>
13292
13293         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13294         Most systems don't have MSG_NOSIGNAL.
13295
13296 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13297
13298         * Makefile.am:
13299         * gst-libs/gst/colorbalance/Makefile.am:
13300         * gst-libs/gst/mixer/Makefile.am:
13301         * gst-libs/gst/play/Makefile.am:
13302         * gst-libs/gst/tuner/Makefile.am:
13303           (hopefully) fix both install and dist and make error message useful.
13304           needs testing across automakes.
13305
13306 2004-07-02  Benjamin Otte  <otte@gnome.org>
13307
13308         * ext/ogg/gstogg.c: (plugin_init):
13309           we require bytestream now
13310         * ext/ogg/gstoggdemux.c:
13311           huge diff to implement chain setup in a fast and generic way. This
13312           improves tag reading and startup of huge files (read: Theora videos)
13313           quite a bit. It probably contains bugs, too, so please test.
13314           Seeking is not improved to the fast method.
13315
13316 2004-06-29  Wim Taymans  <wim@fluendo.com>
13317
13318         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13319         * ext/ogg/gstoggmux.c:
13320         Fix memleak in oggdemux when running unconnected pads.
13321         doc update in mux, start working on keyframe mode.
13322
13323 2004-06-29  Benjamin Otte  <otte@gnome.org>
13324
13325         * sys/oss/gstosssink.c:
13326         * sys/oss/gstosssrc.c:
13327           advertise correct template caps - we indeed do non-native endianness
13328           and 8bit audio has no endianness
13329         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13330         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13331           avoid (wrong) duplications in getcaps function and return
13332           template caps
13333
13334 2004-06-29  Wim Taymans  <wim@fluendo.com>
13335
13336         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13337         (gst_multifdsink_class_init), (gst_multifdsink_add),
13338         (gst_multifdsink_remove), (gst_multifdsink_clear),
13339         (gst_multifdsink_client_remove),
13340         (gst_multifdsink_handle_client_read),
13341         (gst_multifdsink_client_queue_data),
13342         (gst_multifdsink_client_queue_caps),
13343         (gst_multifdsink_client_queue_buffer),
13344         (gst_multifdsink_handle_client_write),
13345         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13346         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13347         (gst_multifdsink_init_send), (gst_multifdsink_close):
13348         Fix wrong GList iteration that could crash the server when
13349         more then 2 clients disconnect at the same time. Read all the
13350         pending commands in one batch to recover from command storms under
13351         very heavy load.
13352
13353 2004-06-28  Wim Taymans  <wim@fluendo.com>
13354
13355         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13356         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13357         (gst_videomixer_pad_set_property),
13358         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13359         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13360         (gst_videomixer_class_init), (gst_videomixer_init),
13361         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13362         (pad_zorder_compare), (gst_videomixer_sort_pads),
13363         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13364         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13365         (gst_videomixer_update_queues), (gst_videomixer_loop),
13366         (plugin_init):
13367         Avoid divide by zero, choose masterpad as the pad with the highest
13368         framerate.
13369
13370 2004-06-27  Julien Moutte  <julien@moutte.net>
13371
13372         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13373         (gst_ximagesink_xwindow_new):
13374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13375         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13376         function directly. We might want to call it from somewhere else one day.
13377
13378 2004-06-27  Julien Moutte  <julien@moutte.net>
13379
13380         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13381         (gst_ximagesink_xwindow_new):
13382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13383         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13384         window decorations.
13385
13386 2004-06-27  Wim Taymans  <wim@fluendo.com>
13387
13388         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13389         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13390         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13391         (gst_dvdec_set_property), (gst_dvdec_get_property):
13392         * ext/dv/gstdvdec.h:
13393         Implement drop_factor property to lower the framerate with
13394         a factor.
13395
13396 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13397
13398         * gst-libs/gst/colorbalance/Makefile.am:
13399         * gst-libs/gst/mixer/Makefile.am:
13400         * gst-libs/gst/play/Makefile.am:
13401         * gst-libs/gst/tuner/Makefile.am:
13402           unbreak Company's fix that didn't install the -enum.h files
13403
13404 2004-06-27  Wim Taymans  <wim@fluendo.com>
13405
13406         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13407         (gst_dvdec_change_state):
13408         * ext/dv/gstdvdec.h:
13409         Fix timestamp, duration and offset of the buffers.
13410
13411 2004-06-27  Wim Taymans  <wim@fluendo.com>
13412
13413         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13414         (gst_multifdsink_class_init), (gst_multifdsink_add),
13415         (gst_multifdsink_remove), (gst_multifdsink_clear),
13416         (gst_multifdsink_client_remove),
13417         (gst_multifdsink_handle_client_read),
13418         (gst_multifdsink_client_queue_data),
13419         (gst_multifdsink_client_queue_caps),
13420         (gst_multifdsink_client_queue_buffer),
13421         (gst_multifdsink_handle_client_write),
13422         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13423         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13424         (gst_multifdsink_init_send), (gst_multifdsink_close):
13425         * gst/tcp/gstmultifdsink.h:
13426         * gst/tcp/gsttcpserversink.c:
13427         (gst_tcpserversink_handle_server_read),
13428         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13429         More multifdsink fixes, more recovery policy fixes.
13430         Removed stupid g_print
13431
13432 2004-06-26  Wim Taymans  <wim@fluendo.com>
13433
13434         * gst/tcp/Makefile.am:
13435         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13436         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13437         (gst_multifdsink_class_init), (gst_multifdsink_init),
13438         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13439         (gst_multifdsink_handle_client_read),
13440         (gst_multifdsink_client_queue_data),
13441         (gst_multifdsink_client_queue_caps),
13442         (gst_multifdsink_client_queue_buffer),
13443         (gst_multifdsink_handle_client_write),
13444         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13445         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13446         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13447         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13448         (gst_multifdsink_close), (gst_multifdsink_change_state):
13449         * gst/tcp/gstmultifdsink.h:
13450         * gst/tcp/gsttcpplugin.c: (plugin_init):
13451         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13452         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13453         (gst_tcpserversink_handle_server_read),
13454         (gst_tcpserversink_handle_select),
13455         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13456         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13457         * gst/tcp/gsttcpserversink.h:
13458         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13459         one of the locks, added recovery policy to multifdsink.
13460
13461 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13462
13463         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13464           fix decision for when getting frames with same timestamp
13465         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13466         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13467         (gst_v4lsrc_get_property):
13468         * sys/v4l/gstv4lsrc.h:
13469           add latency offset property
13470
13471 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13472
13473         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13474         (plugin_init):
13475           fix debugging. add category.
13476
13477 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13478
13479         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13480           fix wrong offsets
13481
13482 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13483
13484         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13485         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13486         (gst_alsa_src_change_state):
13487           return a time that is in sync with the element's processing
13488
13489 2004-06-25  Wim Taymans  <wim@fluendo.com>
13490
13491         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13492         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13493         (gst_tcpserversink_client_remove),
13494         (gst_tcpserversink_handle_client_read),
13495         (gst_tcpserversink_client_queue_data),
13496         (gst_tcpserversink_client_queue_caps),
13497         (gst_tcpserversink_client_queue_buffer),
13498         (gst_tcpserversink_handle_client_write),
13499         (gst_tcpserversink_queue_buffer),
13500         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13501         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13502         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13503         (gst_tcpserversink_close):
13504         * gst/tcp/gsttcpserversink.h:
13505         Serversink rewrite. Really do non blocking writes to clients and
13506         maintain an internal queue to handle slower clients while not
13507         disturbing fast clients.
13508
13509 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13510
13511         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13512           better debug, don't override OFFSET and OFFSET_END
13513
13514 2004-06-25  Iain <iain@prettypeople.org>
13515
13516         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13517         name=source for the wavparse pipeline.
13518
13519 2004-06-24  Johan Dahlin  <johan@gnome.org>
13520
13521         * ext/theora/theoraenc.c (theora_enc_chain): Call
13522         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13523         streamheader caps are set correctly.
13524
13525 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13526
13527         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13528         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13529           respect minimum bitrate; same could be done for max bitrate
13530
13531 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13532
13533         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13534         (gst_vorbisenc_setup):
13535           fix sample rate range
13536
13537 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13538
13539         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
13540         (gst_oggvorbisenc_setup):
13541         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13542         (gst_vorbisenc_setup):
13543           resolve ambiguities in code and description
13544
13545 2004-06-24  Wim Taymans  <wim@fluendo.com>
13546
13547         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
13548         * ext/alsa/gstalsa.h:
13549         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13550         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
13551         Use alsa trigger_tstamp to get the timestamp of the first
13552         sample in the buffer for more precise sync. Some cleanups.
13553
13554 2004-06-24  Wim Taymans  <wim@fluendo.com>
13555
13556         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
13557         (gst_audiorate_init), (gst_audiorate_chain),
13558         (gst_audiorate_set_property), (gst_audiorate_get_property):
13559         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13560         (gst_videorate_chain):
13561         Added some logging, fixed an overflow bug in videorate.
13562
13563 2004-06-24  Benjamin Otte  <otte@gnome.org>
13564
13565         * ext/kio/Makefile.am:
13566           fix for builddir != srcdir and distcheck
13567
13568 2004-06-24  Benjamin Otte  <otte@gnome.org>
13569
13570         * gst-libs/gst/colorbalance/Makefile.am:
13571         * gst-libs/gst/mixer/Makefile.am:
13572         * gst-libs/gst/play/Makefile.am:
13573         * gst-libs/gst/tuner/Makefile.am:
13574         * gst/tcp/Makefile.am:
13575         * sys/dxr3/Makefile.am:
13576           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
13577           tarball.
13578           Also add all *.list files that were missing.
13579         * Makefile.am:
13580           add a distcheck hook to ensure the above doesn't happen again.
13581
13582 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
13583
13584         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
13585
13586 2004-06-23  Colin Walters  <walters@redhat.com>
13587
13588         * m4/Makefile.am: Distribute gst-fionread.m4.
13589
13590 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13591
13592         * configure.ac: back to dev
13593
13594 2004-06-23  Wim Taymans  <wim@fluendo.com>
13595
13596         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13597         (gst_alsa_xrun_recovery):
13598         * ext/alsa/gstalsa.h:
13599         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13600         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
13601         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13602         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
13603         (gst_alsa_src_loop):
13604         Add clock to alsasrc. Take new capture timestamp when
13605         restarting after an overrun. Split up some functions between
13606         alsasrc and alsasink.
13607
13608 === release 0.8.2 ===
13609
13610 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13611
13612         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13613         (gst_alsa_change_state), (gst_alsa_update_avail),
13614         (gst_alsa_xrun_recovery):
13615         * ext/alsa/gstalsa.h:
13616         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13617           merge back changes from release
13618
13619 2004-06-23  Wim Taymans  <wim@fluendo.com>
13620
13621         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
13622         (gst_audiorate_init), (gst_audiorate_chain),
13623         (gst_audiorate_set_property), (gst_audiorate_get_property):
13624         Implement sample dropping and notify
13625
13626 2004-06-22  Wim Taymans  <wim@fluendo.com>
13627
13628         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13629         (theora_enc_sink_link), (theora_buffer_from_packet),
13630         (theora_push_packet), (theora_enc_chain):
13631         Some cleanups, make sure the timestamps are correct.
13632
13633 2004-06-22  Wim Taymans  <wim@fluendo.com>
13634
13635         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
13636         (gst_alsa_change_state), (gst_alsa_update_avail),
13637         (gst_alsa_xrun_recovery):
13638         * ext/alsa/gstalsa.h:
13639         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13640         Cleanups, take queued samples into account when reporting
13641         the time.
13642
13643 2004-06-22  Wim Taymans  <wim@fluendo.com>
13644
13645         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13646         (gst_videorate_init):
13647         Initialize the property as well.
13648
13649 2004-06-22  Wim Taymans  <wim@fluendo.com>
13650
13651         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13652         (gst_videorate_init), (gst_videorate_chain),
13653         (gst_videorate_set_property), (gst_videorate_get_property):
13654         Add property to make videorate silent.
13655         Add property to prefer new frames over old ones.
13656
13657 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13658
13659         * sys/osxvideo/Makefile.am:
13660         Workaround so that the osxvideo .so file gets linked with the
13661         Cocoa, OpenGL and QuickTime frameworks
13662
13663 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13664
13665         * sys/osxaudio/Makefile.am:
13666         Workaround so that the osxaudio .so file gets linked with the
13667         CoreAudio framework
13668
13669 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13670
13671         * configure.ac:
13672         Whoops, my fault...fixed build issues
13673
13674 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13675
13676         * configure.ac:
13677         Add objective-c support if running in Darwin/Mac OS X
13678         * sys/Makefile.am:
13679         * sys/osxvideo:
13680         * sys/osxvideo/Makefile.am:
13681         * sys/osxvideo/osxvideosink.h:
13682         * sys/osxvideo/osxvideosink.m:
13683         * sys/osxvideo/cocoawindow.h:
13684         * sys/osxvideo/cocoawindow.m:
13685         Add osxvideosink, a cocoa-based osx video sink
13686
13687
13688 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
13689         * ext/dvdnav/gst-dvd:
13690         Grab the gconf key from the right spot
13691         * gst/debug/gstnavseek.c: (gst_navseek_init),
13692         (gst_navseek_segseek), (gst_navseek_handle_src_event),
13693         (gst_navseek_chain):
13694         * gst/debug/gstnavseek.h:
13695           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
13696           and loop parameters of a segment seek.
13697         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
13698         (gst_videotestsrc_get_event_masks),
13699         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
13700         * gst/videotestsrc/gstvideotestsrc.h:
13701           Add seeking support to videotestsrc
13702           Initialise the timestamp_offset variable.
13703
13704 2004-06-18  Wim Taymans  <wim@fluendo.com>
13705
13706         * ext/sidplay/gstsiddec.cc:
13707         Fix negotiation and set correct end offset.
13708
13709 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13710
13711         * configure.ac: branch and prerelease
13712
13713 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13714
13715         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
13716         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
13717         (gst_tcpclientsrc_init_receive):
13718         * gst/tcp/gsttcpclientsrc.h:
13719           read caps when connecting to server for GDP so we set them correctly
13720
13721 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13722
13723         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13724           notify drops and duplicates
13725         * gst/videoscale/videoscale.c: (videoscale_get_structure):
13726           no good reason to limit ourselves to 100x100
13727
13728 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13729
13730         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13731         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13732         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13733         (gst_v4lsrc_get_property):
13734         * sys/v4l/gstv4lsrc.h:
13735         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13736         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13737         (gst_v4l_set_audio):
13738         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
13739         (gst_v4lsrc_try_capture):
13740         * sys/v4l/v4lsrc_calls.h:
13741           change try_palette to more general try_capture
13742           add autoprobe option so we can turn off autoprobing
13743           various fixes
13744
13745 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13746
13747         * configure.ac:
13748           add videorate
13749         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
13750         (gst_ximagesink_class_init):
13751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
13752         (gst_xvimagesink_class_init):
13753           run them as finalize, not dispose, since dispose can be invoked
13754           multiple times
13755
13756 2004-06-17  Wim Taymans  <wim@fluendo.com>
13757
13758         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13759         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
13760         * ext/alsa/gstalsa.h:
13761         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
13762         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
13763         (gst_alsa_src_change_state):
13764         * ext/alsa/gstalsasrc.h:
13765         Make the xrun code timestamp and offset the buffers correctly.
13766         moved the clock to the base class, use alsa methods to get time.
13767         Do correct timestamping on outgoing buffers.
13768
13769 2004-06-17  Wim Taymans  <wim@fluendo.com>
13770
13771         * gst/audiorate/Makefile.am:
13772         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
13773         (gst_audiorate_base_init), (gst_audiorate_class_init),
13774         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
13775         (gst_audiorate_set_property), (gst_audiorate_get_property),
13776         (gst_audiorate_change_state), (plugin_init):
13777         Added an audiorate converter that fills in gaps.
13778
13779 2004-06-17  Johan Dahlin  <johan@gnome.org>
13780
13781         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
13782
13783 2004-06-16  Wim Taymans  <wim@fluendo.com>
13784
13785         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
13786         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13787         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13788         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13789         (gst_v4lsrc_get_property):
13790         * sys/v4l/gstv4lsrc.h:
13791         Added a copy mode to v4lsrc where it will output a copied version
13792         of its internal hardware buffer.
13793         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
13794         can't | them.
13795
13796 2004-06-16  Wim Taymans  <wim@fluendo.com>
13797
13798         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13799         Timestamp fixes.
13800
13801 2004-06-16  Wim Taymans  <wim@fluendo.com>
13802
13803         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13804         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13805         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13806         (gst_v4lsrc_get_property):
13807         * sys/v4l/gstv4lsrc.h:
13808         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13809         Added a sync mode enum property to control v4lsrc timestamp method
13810         Removed the use-fixed-fps property and moved functionality in
13811         the enum.
13812         Don't error on an error value from v4l-conf, it might not always
13813         be a real error.
13814
13815 2004-06-16  Wim Taymans  <wim@fluendo.com>
13816
13817         * gst/videorate/Makefile.am:
13818         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
13819         (gst_videorate_base_init), (gst_videorate_class_init),
13820         (gst_videorate_getcaps), (gst_videorate_link),
13821         (gst_videorate_init), (gst_videorate_chain),
13822         (gst_videorate_set_property), (gst_videorate_get_property),
13823         (gst_videorate_change_state), (plugin_init):
13824         Added a video timestamp corrector.
13825
13826 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13827
13828         fixed a potential leak with previous commit
13829
13830         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13831
13832 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13833
13834         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13835         Added missing refcount, fixes bug #144425
13836         Cheers Tim for finding the bug
13837
13838 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13839
13840         * sys/v4l/gstv4l.c: (plugin_init):
13841         * sys/v4l/gstv4lcolorbalance.c:
13842         * sys/v4l/gstv4lcolorbalance.h:
13843         * sys/v4l/gstv4lelement.c:
13844         * sys/v4l/gstv4lelement.h:
13845         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
13846         * sys/v4l/gstv4lmjpegsink.h:
13847         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
13848         * sys/v4l/gstv4lmjpegsrc.h:
13849         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
13850         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
13851         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13852         * sys/v4l/gstv4lsrc.h:
13853         * sys/v4l/gstv4ltuner.c:
13854         * sys/v4l/gstv4ltuner.h:
13855         * sys/v4l/gstv4lxoverlay.c:
13856         * sys/v4l/gstv4lxoverlay.h:
13857         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
13858         (gst_v4l_set_window), (gst_v4l_enable_overlay):
13859         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13860         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13861         (gst_v4l_set_audio):
13862         * sys/v4l/v4l_calls.h:
13863         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
13864         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
13865         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
13866         (gst_v4lmjpegsink_playback_init),
13867         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
13868         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
13869         (gst_v4lmjpegsink_playback_stop),
13870         (gst_v4lmjpegsink_playback_deinit):
13871         * sys/v4l/v4lmjpegsink_calls.h:
13872         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
13873         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
13874         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
13875         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
13876         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
13877         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
13878         * sys/v4l/v4lmjpegsrc_calls.h:
13879         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
13880         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
13881         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
13882         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
13883         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
13884         (gst_v4lsrc_try_palette):
13885         * sys/v4l/v4lsrc_calls.h:
13886           bunch of paranoia cleanups
13887
13888 2004-06-14  David Schleef  <ds@schleef.org>
13889
13890         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
13891         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
13892         Send discont events and change timestamps appropriately when
13893         we get a seek event.  (bug #144240)
13894         * ext/cdparanoia/gstcdparanoia.h:
13895
13896 2004-06-14  Benjamin Otte  <otte@gnome.org>
13897
13898         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
13899           snd_pcm_hw_params_set_rate  since the latter fails for no good
13900           reason on some setups.
13901
13902 2004-06-14  David Schleef  <ds@schleef.org>
13903
13904         * gst/volume/demo.c: (value_changed_callback): exp10() is not
13905         standard.  Thank you for playing.
13906
13907 2004-06-14  Wim Taymans  <wim@fluendo.com>
13908
13909         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
13910         Patch 1.3 broke the ordering of the colorspace info and
13911         made the plugin basically work by coincidence, reordered
13912         the info.
13913
13914 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13915
13916         * ext/lame/gstlame.c:
13917         * ext/mad/gstmad.c:
13918           sync caps.  Make sure mad can only output a list of rates, not
13919           a full range.  In the future, have three caps lists for each of the
13920           mpeg versions.  Change mpegversion to a double as well.
13921
13922 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13923
13924         * gst/volume/.cvsignore:
13925         * gst/volume/Makefile.am:
13926         * gst/volume/demo.c: (value_changed_callback), (idler),
13927         (setup_gui), (main):
13928           added small demo app
13929
13930 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
13931         * ext/esd/esdsink.c: (gst_esdsink_change_state):
13932         * ext/esd/esdsink.h:
13933         Close the esd connection on pause, because esd will just wait -
13934         blocking all other esd clients indefinitely.
13935
13936 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
13937
13938         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
13939           previous commit with GST_DEBUG
13940
13941 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13942
13943         * configure.ac:
13944           add a header check for a dvdread header in dvdnav.  Fixes #133002
13945
13946 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13947
13948         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
13949         * gst/tcp/gsttcpclientsink.h:
13950         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
13951         * gst/tcp/gsttcpclientsrc.h:
13952         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
13953         (gst_tcpserversink_handle_server_read),
13954         (gst_tcpserversink_init_send):
13955         * gst/tcp/gsttcpserversink.h:
13956         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
13957         * gst/tcp/gsttcpserversrc.h:
13958         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
13959         version of IP)
13960
13961 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13962
13963         * configure.ac:
13964         Added ogg library so that OSX detects libtheora properly
13965
13966 2004-06-11  Wim Taymans  <wim@fluendo.com>
13967
13968         * ext/theora/theoradec.c: (theora_dec_chain),
13969         (theora_dec_change_state):
13970         Don't try to decode frames before we received a keyframe.
13971
13972 2004-06-11  Wim Taymans  <wim@fluendo.com>
13973
13974         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13975         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
13976         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13977         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
13978         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
13979         Added property to set the maximum delay of a page.
13980
13981 2004-06-10  Wim Taymans  <wim@fluendo.com>
13982
13983         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13984         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
13985         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13986         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
13987         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
13988         Added max-delay property to control the maximum amount
13989         of data to put in one page.
13990
13991 2004-06-10  Wim Taymans  <wim@fluendo.com>
13992
13993         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13994         (gst_theora_enc_init), (theora_enc_sink_link),
13995         (theora_buffer_from_packet), (theora_enc_set_property),
13996         (theora_enc_get_property):
13997         Set duration on encoded buffer, added some more properties
13998
13999 2004-06-10  Wim Taymans  <wim@fluendo.com>
14000
14001         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14002         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14003         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14004         * ext/theora/theoraenc.c: (theora_enc_chain):
14005         Fix refcounting bugs
14006
14007 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14008
14009         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
14010         (gst_asf_demux_loop), (gst_asf_demux_process_file),
14011         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
14012         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
14013         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
14014         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
14015         (gst_asf_demux_change_state):
14016         * gst/asfdemux/gstasfdemux.h:
14017           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
14018           feels like. I think we should set a new requirement for demuxers
14019           from now on to implement sane loop functions, data loops, query
14020           and seek functions before first commit into CVS. And this commit
14021           fixes all of the above.
14022
14023 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
14024
14025         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
14026           vorbis comments are properly encoded in UTF-8 before adding them
14027           to a GstTagList
14028
14029 2004-06-09  Benjamin Otte  <otte@gnome.org>
14030
14031         * ext/alsa/gstalsa.c: (add_channels):
14032           handle min <= max correctly
14033         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
14034         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
14035           add fixation functions so we fixate correctly. No preferring of alaw
14036           anymore because it's the first structure.
14037         * ext/alsa/gstalsa.h:
14038         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
14039         (gst_alsa_hw_params_dump):
14040           add functions to ease debugging in alsalib
14041         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14042         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14043         (gst_alsa_start_audio):
14044           only specify hw params if we really setup a format (fixes #134007 -
14045           or at least works around it)
14046
14047 2004-06-09  Wim Taymans  <wim@fluendo.com>
14048
14049         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14050         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
14051         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
14052         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
14053         (gst_ogg_mux_loop):
14054         Use stream caps to setup the initial pages in the ogg stream.
14055         Correctly set the streamheader caps on the srcpad.
14056
14057 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14058
14059         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14060         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14061         (gst_v4lsrc_getcaps):
14062         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14063         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
14064           add querying of fps lists for webcams.  Negotiating to a framerate
14065           now works.
14066
14067 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14068
14069         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14070         (theora_push_buffer), (theora_push_packet),
14071         (theora_set_header_on_caps), (theora_enc_chain):
14072           mark buffers and put on streamheader, raw theora streaming
14073           now works too, whee
14074
14075 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14076
14077         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14078         (gst_tcp_gdp_read_caps):
14079           do a looping read for caps and GDP headers too
14080
14081 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14082
14083         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14084         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
14085           return EOS instead of NULL in _get
14086
14087 2004-06-08  Wim Taymans  <wim@fluendo.com>
14088
14089         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14090         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
14091         (gst_tcp_gdp_write_caps):
14092         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14093         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14094         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
14095         Memory leak fixes
14096
14097 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14098
14099         * ext/vorbis/Makefile.am:
14100         * ext/vorbis/vorbis.c: (plugin_init):
14101         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
14102         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
14103         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
14104         (vorbis_parse_change_state):
14105         * ext/vorbis/vorbisparse.h:
14106           adding a vorbisparse element that marks the buffers, streaming
14107           raw vorbis using GDP now works, whee
14108
14109 2004-06-08  Wim Taymans  <wim@fluendo.com>
14110
14111         * ext/jpeg/Makefile.am:
14112         * ext/jpeg/README:
14113         * ext/jpeg/gstjpeg.c: (plugin_init):
14114         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
14115         (gst_smokedec_base_init), (gst_smokedec_class_init),
14116         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
14117         * ext/jpeg/gstsmokedec.h:
14118         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
14119         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
14120         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
14121         (gst_smokeenc_resync), (gst_smokeenc_chain),
14122         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
14123         * ext/jpeg/gstsmokeenc.h:
14124         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
14125         (smokecodec_flush_destination), (smokecodec_term_destination),
14126         (smokecodec_init_source), (smokecodec_fill_input_buffer),
14127         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
14128         (smokecodec_term_source), (smokecodec_encode_new),
14129         (smokecodec_decode_new), (smokecodec_info_free),
14130         (smokecodec_set_quality), (smokecodec_get_quality),
14131         (smokecodec_set_threshold), (smokecodec_get_threshold),
14132         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14133         (find_best_size), (abs_diff), (put), (smokecodec_encode),
14134         (smokecodec_parse_header), (smokecodec_decode):
14135         * ext/jpeg/smokecodec.h:
14136         Added a new simple jpeg based codec
14137
14138 2004-06-08  Wim Taymans  <wim@fluendo.com>
14139
14140         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14141         (gst_multipart_mux_loop):
14142         Fix memory leak
14143
14144 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14145
14146         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14147         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
14148         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
14149         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
14150         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14151         * gst/tcp/gsttcpserversink.h:
14152           take streamheader into account
14153
14154 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14155
14156         * gst/level/Makefile.am:
14157         * gst/level/gstlevel.c: (gst_level_class_init):
14158           clean up marshal generation
14159
14160 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14161
14162         * gst/tcp/Makefile.am:
14163         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
14164         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
14165         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
14166         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
14167         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
14168         (gst_tcpclientsrc_get_property):
14169         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14170         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14171         (gst_tcpserversink_handle_client_read),
14172         (gst_tcpserversink_handle_client_write),
14173         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
14174         * gst/tcp/gsttcpserversink.h:
14175           add signals client-added and client-removed
14176         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
14177         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
14178         (gst_tcpserversrc_get_property):
14179         uniformized, change default protocol to NONE
14180         * gst/tcp/gsttcp-marshal.list: added
14181 2004-06-07  Benjamin Otte  <otte@gnome.org>
14182
14183         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14184           handle discont events if they happen before caps nego
14185
14186 2004-06-07  Wim Taymans  <wim@fluendo.com>
14187
14188         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14189         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14190         (gst_multipart_demux_plugin_init):
14191         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14192         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14193         (gst_multipart_mux_change_state):
14194         Small updates, fix a memleak
14195
14196 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14197
14198         * configure.ac: OSS portability
14199         * ext/arts/gst_arts.c: idem
14200         * sys/oss/gstosselement.c: idem
14201         * sys/oss/gstossmixer.c: idem
14202         * sys/oss/gstosssink.c: idem
14203         * sys/oss/gstosssrc.c: idem
14204         * sys/oss/oss_probe.c: idem
14205           - check for soundcard.h in different places for some BSD
14206
14207 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14208
14209         * AUTHORS:
14210         Add me to the authors file
14211         * configure.ac:
14212         Increase the libdv requirement to >= version 0.100
14213         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14214         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14215         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14216         * ext/dv/gstdvdec.h:
14217         Add support for the new_media flag when sending DISCONT events
14218         Make the querying work when video pad is not linked
14219
14220 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14221
14222         reviewed by Benjamin Otte  <otte@gnome.org>
14223
14224         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14225           create a NULL-initialized array of pads, so we don't think they
14226           exist already. (fixes #143130)
14227
14228 2004-06-07  Benjamin Otte  <otte@gnome.org>
14229
14230         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14231         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14232         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14233           don't use // coments
14234
14235 2004-06-07  Benjamin Otte  <otte@gnome.org>
14236
14237         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14238           cast to GstClockTime to get higher granularity
14239         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14240           use gst_element_set_time_delay to get the exact time
14241         * ext/mad/gstmad.c: (gst_mad_chain):
14242           use the negotiated rate instead of the current frame's rate which
14243           might be wrong because of bit errors. This avoids emitting totally
14244           bogus timestamps and screwing sync.
14245         (fixes #143454)
14246
14247 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14248
14249         reviewed by Benjamin Otte  <otte@gnome.org>
14250
14251         * gst/adder/gstadder.c: (gst_adder_loop):
14252           properly error out when no negotiation has happened yet. (fixes
14253           #143032)
14254
14255 2004-06-06  Benjamin Otte  <otte@gnome.org>
14256
14257         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14258           forward correctly transformed offset in discont events. Based on
14259           patch by Arwed v. Merkatz. (fixes #142851)
14260
14261 2004-06-06  David Schleef  <ds@schleef.org>
14262
14263         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14264         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14265         problems on several systems.
14266
14267 2004-06-06  Benjamin Otte  <otte@gnome.org>
14268
14269         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14270           use explicit caps on the srcpad
14271         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14272           properly error out if caps couldn't be set (fixes #142764)
14273
14274 2004-06-06  Benjamin Otte  <otte@gnome.org>
14275
14276         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14277         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14278         (gst_alsa_start_audio):
14279           - don't call set_periods_integer anymore, it breaks the
14280           configuration randomly
14281           - call snd_pcm_hw_params_set_access directly instead of using masks
14282           - don't fail if the sw_params can't be set, just use the default
14283           params and hope it works. Alsalib has weird issues when you touch
14284           sw_params and does no proper error reporting about what failed.
14285         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14286         (gst_alsa_close_audio):
14287           make our alsa debugging go via gst debugging and not conditionally
14288           defined
14289         * ext/alsa/gstalsa.h:
14290           add ALSA_DEBUG_FLUSH macro
14291         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14292         (plugin_init):
14293           wrap alsa errors to be printed via the gst debugging system and not
14294           spammed to stderr
14295
14296 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14297
14298         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14299         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14300         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14301         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14302         (qtdemux_parse_trak):
14303         * gst/qtdemux/qtdemux.h:
14304           Bitch. Also known as seeking, querying & co.
14305         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14306         (gst_osssink_change_state):
14307         * sys/oss/gstosssink.h:
14308           Resyncing is for weenies, this hack is no longer needed and was
14309           broken anyway (since it - unintendedly - always leaves resync to
14310           TRUE).
14311
14312 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14313
14314         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14315         * gst/tcp/gsttcpclientsrc.h: idem
14316           - define MSG_NOSIGNAL if not done
14317           - include unistd.h for off_t
14318           (fixes #143749)
14319
14320 2004-06-05  Benjamin Otte  <otte@gnome.org>
14321
14322         * configure.ac:
14323         * ext/kio/Makefile.am:
14324           check for qt's moc preprocessor explicitly and use it
14325
14326 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14327
14328         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14329           don't get a signal for EPIPE on socket writes
14330           (somebody check if this works on other platforms)
14331
14332 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14333
14334         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14335         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14336           check error condition on available samples correctly
14337
14338 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14339
14340         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14341           avoid a segfault
14342         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14343         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14344         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14345         (gst_tcpserversrc_gdp_read_header):
14346          use ssize_t over size_t since the former is signed and thus the
14347          check for error codes can work
14348
14349 2004-06-02  Wim Taymans  <wim@fluendo.com>
14350
14351         reviewed by: Johan
14352
14353         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14354         (gst_multipart_mux_loop):
14355         Oops
14356
14357 2004-06-02  Wim Taymans  <wim@fluendo.com>
14358
14359         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14360         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14361         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14362         (gst_multipart_mux_change_state):
14363         Added configurable boundary specifier, added the value as a
14364         caps field as well.
14365
14366 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14367
14368         * gst/tcp/gsttcp.c:
14369         * gst/tcp/gsttcpclientsrc.c:
14370         * gst/tcp/gsttcpclientsrc.h:
14371         * gst/tcp/gsttcpserversrc.c:
14372           - portability fix, to compile on OSX
14373             (fixes #143146)
14374
14375         * sys/osxaudio/gstosxaudioelement.c:
14376         * sys/osxaudio/gstosxaudiosink.c:
14377         * sys/osxaudio/gstosxaudiosrc.c:
14378           - compilation warnings on OSX
14379             (fixes #143153)
14380
14381 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14382
14383         * ext/vorbis/vorbisdec.c : sign warning fixes
14384
14385         * gst-libs/gst/mixer/mixertrack.c :
14386           do no use defines which are glib 2.4 specific
14387
14388 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14389
14390         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14391           buffer since libflac doesn't expect it (reports a sync error when
14392           it encounters that)
14393
14394
14395 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14396
14397         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14398         * gst-libs/gst/mixer/mixertrack.c:
14399         (gst_mixer_track_get_property), (get_mixer_track_init),
14400         (get_mixer_track_get_property): Added property accessors
14401         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14402         * gst-libs/gst/mixer/mixeroptions.c:
14403         (gst_mixer_options_get_values): Added
14404         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14405         * gst-libs/gst/mixer/mixer.c: Fixed comment
14406
14407
14408 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14409
14410         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14411           improve error messages on open
14412
14413
14414 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14415
14416         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14417           check if v4l-conf is in path
14418
14419 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14420
14421         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14422           change assert to a more readable error message
14423
14424 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14425
14426         * gst-libs/gst/tuner/tunerchannel.h:
14427           - add a freq_multiplicator field to make the conversion
14428             between internal frequency unit and Hz
14429         * sys/v4l/gstv4lelement.c:
14430         * sys/v4l2/gstv4l2element.c:
14431           - change default video device to /dev/video0
14432         * sys/v4l/v4l_calls.c:
14433         * sys/v4l2/v4l2_calls.c:
14434           - we only expose frequency to the user in Hz instead of
14435             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14436
14437 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14438         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14439           Initialise b_o_s and e_o_s variables
14440         * gst-libs/gst/riff/riff-media.c:
14441         (gst_riff_create_video_caps_with_data):
14442           Add some unusual fourcc's from mplayer avi's
14443         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14444           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14445           autoplugging.
14446
14447 2004-05-28  Wim Taymans  <wim@fluendo.com>
14448
14449         * configure.ac:
14450         * gst/alpha/Makefile.am:
14451         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14452         (gst_alpha_get_type), (gst_alpha_base_init),
14453         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14454         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14455         (gst_alpha_chroma_key), (gst_alpha_chain),
14456         (gst_alpha_change_state), (plugin_init):
14457         A plugin to add an alpha channel to I420 video. Can optionally do
14458         chroma keying.
14459         * gst/multipart/Makefile.am:
14460         * gst/multipart/multipart.c: (plugin_init):
14461         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14462         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14463         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14464         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14465         (gst_multipart_demux_change_state),
14466         (gst_multipart_demux_plugin_init):
14467         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14468         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14469         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14470         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14471         (gst_multipart_mux_pad_unlink),
14472         (gst_multipart_mux_request_new_pad),
14473         (gst_multipart_mux_handle_src_event),
14474         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14475         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14476         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14477         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14478         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14479         send multipart jpeg images to a browser.
14480         * gst/videobox/Makefile.am:
14481         * gst/videobox/README:
14482         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14483         (gst_video_box_get_type), (gst_video_box_base_init),
14484         (gst_video_box_class_init), (gst_video_box_init),
14485         (gst_video_box_set_property), (gst_video_box_get_property),
14486         (gst_video_box_sink_link), (gst_video_box_i420),
14487         (gst_video_box_ayuv), (gst_video_box_chain),
14488         (gst_video_box_change_state), (plugin_init):
14489         Crops or adds borders around an image. can do alpha channel
14490         borders as well.
14491         * gst/videomixer/Makefile.am:
14492         * gst/videomixer/README:
14493         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14494         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14495         (gst_videomixer_pad_get_sink_event_masks),
14496         (gst_videomixer_pad_get_property),
14497         (gst_videomixer_pad_set_property),
14498         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14499         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14500         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14501         (gst_videomixer_base_init), (gst_videomixer_class_init),
14502         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14503         (gst_videomixer_handle_src_event),
14504         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14505         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14506         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14507         (gst_videomixer_loop), (gst_videomixer_get_property),
14508         (gst_videomixer_set_property), (gst_videomixer_change_state),
14509         (plugin_init):
14510         Generic video mixer plugin, can handle multiple inputs all with
14511         different framerates and video sizes. Is fully alpha channel
14512         aware.
14513
14514 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14515
14516         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14517           Select first track as master track. Not sure how else to handle
14518           that...
14519         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14520           Discard discont events. Should fix #142962.
14521
14522 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14523
14524         * ext/alsa/Makefile.am:
14525         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14526         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14527         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14528         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14529         (gst_alsa_mixer_get_option):
14530         * ext/alsa/gstalsamixer.h:
14531         * ext/alsa/gstalsamixeroptions.c:
14532         (gst_alsa_mixer_options_get_type),
14533         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14534         (gst_alsa_mixer_options_new):
14535         * ext/alsa/gstalsamixeroptions.h:
14536         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14537         * ext/alsa/gstalsamixertrack.h:
14538           Add enumerations (as GstMixerOptions). Make correct distinction
14539           between input/output tracks. Add capture/playback private flag.
14540           Use flag to decide on whether to set capture or playback volumes
14541           or switches. Use playback and record switches.
14542         * gst-libs/gst/mixer/Makefile.am:
14543         * gst-libs/gst/mixer/mixer-marshal.list:
14544         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
14545         (gst_mixer_set_option), (gst_mixer_get_option),
14546         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
14547         (gst_mixer_volume_changed), (gst_mixer_option_changed):
14548         * gst-libs/gst/mixer/mixer.h:
14549         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
14550         (gst_mixer_options_class_init), (gst_mixer_options_init),
14551         (gst_mixer_options_dispose):
14552         * gst-libs/gst/mixer/mixeroptions.h:
14553           Add GstMixerOptions.
14554         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14555           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
14556           broken device detection on computers with multiple OSS sound
14557           cards.
14558
14559 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14560
14561         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14562           fixate nicely even when the peer is not negotiating
14563
14564 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14565
14566         * gst/audioconvert/gstaudioconvert.c:
14567         (gst_audio_convert_parse_caps):
14568           make sure we don't allow depth > width
14569         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14570           fixate endianness to G_BYTE_ORDER as default
14571         * gst/audioscale/gstaudioscale.c:
14572           we don't handle another endianness as host-endianness
14573
14574 2004-05-25  David Schleef  <ds@schleef.org>
14575
14576         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
14577
14578 2004-05-24  Benjamin Otte  <otte@gnome.org>
14579
14580         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
14581         (gst_oggvorbisenc_setup):
14582           properly fail when we can't setup the vorbis encoder due to
14583           unsupported settings
14584         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
14585         (gst_vorbisenc_setup):
14586           same
14587         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14588           fix case where warnings occured when one pad was unlinked while the
14589           other's link function was called
14590
14591 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14592
14593         * gst/tcp/Makefile.am:
14594           use GST_ENABLE_NEW
14595
14596 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14597
14598         * gst-libs/gst/resample/private.h:
14599           don't use optimizations that are #if 0'ed
14600
14601 2004-05-24  Wim Taymans  <wim@fluendo.com>
14602
14603         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14604         Fix potential division by zero error and hopefully get
14605         the position query right to get correct timestamps on avi
14606         audio.
14607
14608 2004-05-24  Wim Taymans  <wim@fluendo.com>
14609
14610         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
14611         (gst_videoscale_scale_nearest_str2),
14612         (gst_videoscale_scale_nearest_str4),
14613         (gst_videoscale_scale_nearest_32bit),
14614         (gst_videoscale_scale_nearest_24bit),
14615         (gst_videoscale_scale_nearest_16bit):
14616         Fix the scaling algorithm and avoid a buffer overflow.
14617         removed the while loop in the scaling function as it
14618         was used for point sampling only.
14619
14620 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14621
14622         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
14623         (gst_id3_tag_class_init), (gst_id3_tag_init),
14624         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
14625         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
14626         (gst_id3_tag_send_tag_event):
14627           lots of fixes to make id3mux work and id3demux work correctly
14628
14629 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14630
14631         * ext/Makefile.am:
14632           add rules to build shout2send (was removed by accident
14633           when this module was no more marked experimental/broken)
14634
14635 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14636
14637         * ext/shout2/gstshout2.c:
14638         * ext/shout2/gstshout2.h:
14639           adding a "connection problem" signal to shout2send
14640           (fixes #142954)
14641
14642 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14643
14644         * ext/kio/kioreceiver.cpp:
14645         * ext/kio/kioreceiver.h:
14646           fix sign comparison issues
14647
14648 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14649
14650         * gst/cdxaparse/gstcdxaparse.c:
14651         * gst/cdxaparse/gstcdxaparse.h:
14652           some renaming
14653           add some checks/sanity
14654           prepare for seek addition
14655
14656         * sys/sunaudio/gstsunaudio.c:
14657           remove exported dupe init function
14658
14659 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
14660
14661         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
14662         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
14663           Fix format conversion and position querying.
14664         * gst/debug/progressreport.c: (gst_progressreport_report):
14665           Don't output a bogus total value that we didn't query.
14666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14667           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
14668           only a blank window after xine has been used.
14669
14670 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14671
14672         * m4/as-arts.m4:
14673           sync with upstream version to fix test on FC2
14674           readd with -ko to preserve Id header
14675
14676 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14677
14678         * configure.ac:
14679           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
14680         * gst/tcp/gsttcpclientsrc.c: idem
14681         * gst/tcp/gsttcpserversink.c: idem
14682         * gst/tcp/gsttcpserversrc.c: idem
14683         * m4/gst-fionread.m4: idem
14684
14685         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
14686
14687         * configure.ac: enable speex plugin for speex 1.1.5+
14688         * ext/speex/gstspeexenc.c: fix cast warning
14689
14690         * ext/esd/README: fix typo
14691
14692 2004-05-20  David Schleef  <ds@schleef.org>
14693
14694         * configure.ac: Minor cosmetic change to convince the buildbot to
14695         reautogen.
14696         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
14697         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
14698         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
14699         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
14700         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
14701         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
14702         More hacking.  Plays audio now.
14703
14704 2004-05-20  David Schleef  <ds@schleef.org>
14705
14706         * configure.ac:
14707         * sys/Makefile.am:
14708
14709 2004-05-20  David Schleef  <ds@schleef.org>
14710
14711         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
14712         * sys/osxaudio/gstosxaudio.c:
14713         * sys/osxaudio/gstosxaudioelement.c:
14714         * sys/osxaudio/gstosxaudioelement.h:
14715         * sys/osxaudio/gstosxaudiosink.c:
14716         * sys/osxaudio/gstosxaudiosink.h:
14717         * sys/osxaudio/gstosxaudiosrc.c:
14718         * sys/osxaudio/gstosxaudiosrc.h:
14719
14720 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14721
14722         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
14723         (gst_vorbisenc_chain):
14724           put the codec headers on the caps as streamheader as well as
14725           pushing them out
14726
14727 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14728
14729         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
14730         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
14731         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
14732         split up push_packet into two functions
14733
14734 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14735
14736         * gst/tcp/.cvsignore:
14737           ignore enums
14738         * gst/tcp/Makefile.am:
14739         * gst/tcp/README:
14740         * gst/tcp/gsttcp.c:
14741         * gst/tcp/gsttcp.h:
14742         * gst/tcp/gsttcpclientsink.c:
14743         * gst/tcp/gsttcpclientsink.h:
14744         * gst/tcp/gsttcpclientsrc.c:
14745         * gst/tcp/gsttcpclientsrc.h:
14746         * gst/tcp/gsttcpplugin.c:
14747         * gst/tcp/gsttcpserversink.c:
14748         * gst/tcp/gsttcpserversink.h:
14749         * gst/tcp/gsttcpserversrc.c:
14750         * gst/tcp/gsttcpserversrc.h:
14751           add new tcp elements
14752
14753 2004-05-19  Wim Taymans  <wim@fluendo.com>
14754
14755         * gst/law/mulaw-conversion.c: (mulaw_encode):
14756         Fix overflow bug in ulaw encoding.
14757
14758 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14759
14760         * ext/mad/gstmad.c: (gst_mad_handle_event):
14761           don't unref the event twice
14762
14763 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14764
14765         * configure.ac:
14766           remove -Wno-sign-compare
14767
14768 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14769
14770         * configure.ac:
14771           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
14772           if you want to work against glib 2.2 and 2.4
14773
14774 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14775
14776         * gst/tcp/Makefile.am:
14777         * gst/tcp/gsttcp.c:
14778         * gst/tcp/gsttcp.h:
14779         * gst/tcp/gsttcpsink.h:
14780         * gst/tcp/gsttcpsrc.h:
14781           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
14782
14783 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14784
14785         * gst/debug/tests.c: (md5_get_value):
14786           fix segfault on gst-inspect
14787
14788 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14789
14790         * gst/debug/testplugin.c:
14791         * gst/debug/tests.c:
14792         * gst/debug/tests.h:
14793           add new extensible and configurable testing element. Current tests
14794           include buffer count, stream length, timestamp/duration matching and
14795           md5.
14796         * gst/debug/Makefile.am:
14797         * gst/debug/gstdebug.c: (plugin_init):
14798           add infrastructure for new element
14799
14800 2004-05-19  Johan Dahlin  <johan@gnome.org>
14801
14802         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
14803         ending of the array. Fixes gst-inspect segfault on ppc.
14804
14805 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14806
14807         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
14808
14809         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
14810
14811 2004-05-18  David Schleef  <ds@schleef.org>
14812
14813         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
14814         warnings (bugs, actually) noticed by gcc but not forte.
14815
14816 2004-05-18  David Schleef  <ds@schleef.org>
14817
14818         * sys/sunaudio/Makefile.am:
14819         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
14820
14821 2004-05-18  David Schleef  <ds@schleef.org>
14822
14823         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14824         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
14825         to allow qtdemux to use non-seekable streams. (bug #142272)
14826
14827 2004-05-18  David Schleef  <ds@schleef.org>
14828
14829         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
14830         (gst_resample_sinc_ft_float): Remove use of static temporary
14831         buffer.  This code was obviously not supposed to last long, but
14832         it's stuck in our ABI, so it required a little hack to make it
14833         ABI-compatible.  Fixes #142585.
14834         * gst-libs/gst/resample/resample.h: same.
14835
14836 2004-05-18  David Schleef  <ds@schleef.org>
14837
14838         * configure.ac: Add sunaudio
14839         * examples/Makefile.am: make gstplay depend on gconf
14840         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
14841         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
14842         (convert_table_lookup), (img_convert): remove c99-isms
14843         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
14844           unsigned, to fix a warning on Solaris
14845         * gst/mpeg1sys/systems.c: bcopy->memcpy
14846         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
14847         * sys/Makefile.am: Add sunaudio
14848
14849 2004-05-18  Wim Taymans  <wim@fluendo.com>
14850
14851         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
14852         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
14853         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
14854         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
14855         (gst_ogg_mux_loop):
14856         Fix an ugly memleak where the muxer didn't flush enough ogg
14857         pages. This also resulted in badly muxed ogg files.
14858
14859 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14860
14861         * gst/asfdemux/asfheaders.c :
14862         * gst/asfdemux/asfheaders.h :
14863         * gst/asfdemux/gstasfdemux.c :
14864           - fix ASF_OBJ_PADDING guid
14865           - add 3 new object guids (language list, metadata,
14866             extended stream properties)
14867           - add a function to parse extended header objects
14868
14869 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14870
14871         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
14872           remove leftover debugging g_print
14873
14874 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14875
14876         * ext/mad/gstmad.c: (gst_mad_handle_event):
14877           Fix for when the first format in a discont event is not a
14878           byte-based one. Should fix #137710.
14879
14880 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14881
14882         * m4/a52.m4 : fix compilation with -Wall -Werror
14883         * m4/libfame.m4 : idem
14884         * m4/libmikmod.m4 : idem
14885
14886 2004-05-17  Benjamin Otte  <otte@gnome.org>
14887
14888         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14889           signal the new tags before giving up the reference
14890
14891 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14892
14893         * ext/shout2/gstshout2.c:
14894           use application/ogg instead of application/x-ogg (patch by Patrick
14895           Guimond, fixes #142432)
14896         * sys/oss/gstosselement.c: (gst_osselement_reset),
14897         (gst_osselement_sync_parms):
14898           don't set fragment size unless specified (fixes #142493)
14899
14900 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14901
14902         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
14903           fixes #142664
14904
14905 2004-05-17  Benjamin Otte  <otte@gnome.org>
14906
14907         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
14908           compute offsets correctly for internal buffers so timestamps are set
14909           correctly when we can't seek. Also handle cases where there are no
14910           offsets. (based on a patch by David Moore, fixes #142507)
14911
14912 2004-05-17  Benjamin Otte  <otte@gnome.org>
14913
14914         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14915           use correct variable when determining amount of data to skip so we
14916           don't skip into the void and segfault
14917
14918 2004-05-16  Benjamin Otte  <otte@gnome.org>
14919
14920         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
14921           Hi, I'm a memleak
14922
14923 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14924
14925         * gst/asfdemux/gstasfdemux.c:
14926           - fix a mem leak and always propagate tags
14927           - add WMV3 to known video codecs (but no decoder yet)
14928           - replace "surplus data" at end of audio header for what
14929             it is : codec specific data
14930           - fix a typo
14931
14932 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
14933
14934         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
14935
14936         * gst-libs/gst/audio/audioclock.c:
14937           Fix wrong return type (#142205).
14938
14939 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14940
14941         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
14942           Ignore CRCs by default (fixes #142566).
14943
14944 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14945
14946         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14947         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
14948         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
14949         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
14950         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14951         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
14952           Fix for cases where we fail to attach to a mixer.
14953
14954 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14955
14956         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14957           Don't touch events after not owning them anymore.
14958         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14959         (gst_wavparse_fmt), (gst_wavparse_other),
14960         (gst_wavparse_handle_seek), (gst_wavparse_loop),
14961         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14962         (gst_wavparse_srcpad_event):
14963         * gst/wavparse/gstwavparse.h:
14964           Add seeking, fix querying.
14965
14966 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14967
14968         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14969           - process comments even if they don't end with \0\0
14970             g_convert would ignore them if present and works well without them
14971
14972 2004-05-16  Benjamin Otte  <otte@gnome.org>
14973
14974         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
14975           simplify caps
14976
14977 2004-05-16  Benjamin Otte  <otte@gnome.org>
14978
14979         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14980           don't write to memory we might not write to - g_convert does that
14981           for us anyway (fixes #142613)
14982         (gst_asf_demux_audio_caps):
14983           comment out gst_util_dump_mem
14984
14985 2004-05-16  Benjamin Otte  <otte@gnome.org>
14986
14987         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14988           compute correct expected timestamps after seek (broken since
14989           last commit)
14990         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
14991           rename element and debugging category to gdkpixbufscale
14992
14993 2004-05-16  Benjamin Otte  <otte@gnome.org>
14994
14995         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14996           add error checking to snd_pcm_delay and remove duplicate call to
14997           snd_pcm_delay that caused issues (see inline code comments)
14998         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14999           make more readable and fix return value when snd_pcm_delay fails
15000         (fixes #142586)
15001
15002 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
15003         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
15004         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
15005         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
15006         (gst_pixbufscale_link), (gst_pixbufscale_init),
15007         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
15008         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
15009         (gst_pixbufscale_get_property), (pixbufscale_init):
15010         * ext/gdk_pixbuf/pixbufscale.h:
15011         Add these files I forgot earlier
15012
15013 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
15014         * ext/gdk_pixbuf/Makefile.am:
15015         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15016         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15017         Add new pixbufscale element to scale RGB video
15018         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
15019         and HYPER interpolation correctly.
15020         * ext/theora/theoraenc.c: (theora_enc_chain),
15021         Discard buffer and return if explicit caps could not be set
15022         (theora_enc_get_property):
15023         Make _get return kbps for the bitrate consistent with
15024         the _set function.
15025
15026
15027 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15028
15029         * ext/libvisual/visual.c: (gst_visual_chain):
15030           add missing visual_audio_analyze
15031
15032 2004-05-14  David Schleef  <ds@schleef.org>
15033
15034         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
15035         is killed while we're playing.
15036         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
15037         gst_element_no_more_pads().
15038
15039 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15040
15041         * gst-libs/gst/riff/riff-read.c :
15042           - fix INFO tag extraction in RIFF/AVI files
15043             because gst_event_unref (event) also freed taglist
15044           - avoid a mem leak
15045
15046 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15047
15048         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
15049         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
15050
15051         * gst/auparse/gstauparse.c :
15052           - add code (commented for now) to support audio/x-adpcm on src pad
15053             (we have no decoder for those layout yet)
15054
15055         * gst/cdxaparse/gstcdxaparse.c :
15056         * gst/cdxaparse/gstcdxaparse.h :
15057           - partial rewrite using RiffRead (ripped iain's wavparse code)
15058
15059         * gst/rtp/gstrtpL16enc.c : typo
15060         * gst/rtp/gstrtpgsmenc.c : typo
15061
15062 2004-05-13  Benjamin Otte  <otte@gnome.org>
15063
15064         * configure.ac:
15065           check for exact version of libvisual, it's not supposed to be
15066           API/ABI stable yet
15067
15068 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15069
15070         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15071           signal no-more-pads
15072
15073 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15074
15075         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
15076         Report which format was used for GST_FORMAT_DEFAULT
15077         * gst/debug/Makefile.am:
15078         * gst/debug/gstdebug.c: (plugin_init):
15079         * gst/debug/progressreport.c: (gst_progressreport_base_init),
15080         (gst_progressreport_class_init), (gst_progressreport_init),
15081         (gst_progressreport_report), (gst_progressreport_set_property),
15082         (gst_progressreport_get_property), (gst_progressreport_chain),
15083         (gst_progressreport_plugin_init):
15084         Add progressreport element for testing.
15085
15086 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15087
15088         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
15089         * sys/v4l/gstv4lsrc.h:
15090         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15091         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15092         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
15093         (gst_v4lsrc_grab_frame):
15094           add more debugging
15095           send a discont at start
15096
15097 2004-05-12  Colin Walters  <walters@redhat.com>
15098
15099         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
15100         inflooping if we can't find a chunk.  Or in other words, don't blow
15101         chunks if we don't have a chunk to blow.
15102
15103 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15104         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
15105         Remove old debug output
15106         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
15107         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
15108         (gst_dvdec_set_property), (gst_dvdec_get_property):
15109         Change the quality setting to an enum, so it works from gst-launch
15110         Don't renegotiate a non-linked pad. Allows audio only decoding.
15111         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
15112         (gst_deinterlace_link), (gst_deinterlace_init):
15113         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15114         (gst_videodrop_link):
15115         Some caps negotiation fixes
15116
15117 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15118
15119         * ext/tarkin/gsttarkin.c :
15120           - Change RANK from NONE to PRIMARY
15121         * ext/gdk_pixbuf/gstgdkpixbuf.c :
15122           - Change RANK from NONE to MARGINAL
15123         * ext/divx/gstdivxenc.c :
15124           - Change RANK from PRIMARY to NONE (encoder/spider issue)
15125
15126 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15127
15128         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15129         (gst_vorbisenc_push_packet):
15130           copy a function that was added between 1.0 and 1.0.1 until we
15131           depend on worthwhile features of post-1.0
15132
15133 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15134
15135         * configure.ac:
15136           enable shout2 by default
15137         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15138         (gst_shout2send_base_init), (gst_shout2send_init),
15139         (gst_shout2send_connect), (gst_shout2send_change_state):
15140         * ext/shout2/gstshout2.h:
15141           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
15142           #142262)
15143         * ext/theora/theora.c: (plugin_init):
15144           don't set rank on encoders
15145
15146 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
15147
15148         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15149           Use codec_data property instead of flag1 and flag2 for wma
15150
15151 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15152
15153         * gst/cdxaparse/gstcdxaparse.c :
15154           - Add mpegversion to CAPS to make it link
15155           - Rank is as GST_RANK_SECONDARY instead of NONE
15156         * gst/auparse/gstauparse.c :
15157           - Document all audio encoding we can encounter from Solaris 9
15158             headers and libsndfile information.
15159           - Increase max. rate from 48000 to 192000 (to match other elements)
15160           - Don't try to play junk data between header and samples
15161
15162 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15163
15164         * ext/libvisual/visual.c: (gst_visual_getcaps):
15165           use the right caps depending on endianness (I hope)
15166         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
15167           use GST_RANK_NONE for all non-decoding elements or spider gets
15168           mighty confused
15169
15170 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15171
15172         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15173           Fix some odd cases and fix BE metadata parsing of unicode16 text.
15174
15175 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15176
15177         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15178         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15179         (gst_switch_loop), (gst_switch_get_type):
15180           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
15181           HEADERS. Had to be said.
15182
15183 2004-05-10  David Schleef  <ds@schleef.org>
15184
15185         * configure.ac: Add prototype Dirac support.
15186         * ext/Makefile.am:
15187         * ext/dirac/Makefile.am:
15188         * ext/dirac/gstdirac.cc:
15189         * ext/dirac/gstdiracdec.cc:
15190
15191 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15192
15193         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15194         (gst_auparse_init), (gst_auparse_chain),
15195         (gst_auparse_change_state):
15196           Hack around spider. Remove me some day please.
15197
15198 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15199
15200         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15201           Fix for some uninitialized variables in previous patch, also
15202           makes it work. Fixes #142286 while we're at it.
15203
15204 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15205
15206         * gst/auparse/gstauparse.c:
15207                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15208                 only unsupported formats are ADPCM/CCITT G.72x
15209                 reviewed by Ronald
15210         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15211
15212 2004-05-10  Wim Taymans  <wim@fluendo.com>
15213
15214         * ext/vorbis/Makefile.am:
15215         * ext/vorbis/README:
15216         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15217         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15218         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15219         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15220         (gst_oggvorbisenc_convert_sink),
15221         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15222         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15223         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15224         (get_constraints_string), (update_start_message),
15225         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15226         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15227         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15228         * ext/vorbis/oggvorbisenc.h:
15229         * ext/vorbis/vorbis.c: (plugin_init):
15230         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15231         (raw_caps_factory), (gst_vorbisenc_class_init),
15232         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15233         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15234         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15235         * ext/vorbis/vorbisenc.h:
15236         Added a raw vorbis encoder to be used with the oggmuxer.
15237         We still need the old encoder for some gnome applications,
15238         read the README to find out how that works.
15239         The raw encoder is called "rawvorbisenc" until 0.9.
15240
15241 2004-05-10  Wim Taymans  <wim@fluendo.com>
15242
15243         * ext/ogg/gstogg.c: (plugin_init):
15244         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15245         (gst_ogg_print):
15246         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15247         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15248         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15249         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15250         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15251         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15252         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15253         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15254         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15255         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15256         Added an ogg muxer.
15257         Small typo fixes in the demuxer.
15258
15259 2004-05-10  Wim Taymans  <wim@fluendo.com>
15260
15261         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15262         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15263         (theora_enc_change_state), (theora_enc_set_property),
15264         (theora_enc_get_property):
15265         Mark the last packet with an EOS flag which is not really needed
15266         in gstreamer.
15267         Do some better video framerate initialisation.
15268         Update the buffer timestamp.
15269
15270 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15271
15272         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15273         Return the result of the parent state change call
15274
15275 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15276
15277         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15278         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15279         * gst/law/alaw-encode.c : (idem)
15280         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15281         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15282         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15283
15284 2004-05-09  Benjamin Otte  <otte@gnome.org>
15285
15286         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15287           don't use a fixed buffer size when writing variable length data to
15288           it. Fixes memory corruption and makes alsasrc work
15289
15290 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15291
15292         * ext/gnomevfs/gstgnomevfssink.c:
15293         (_gst_boolean_allow_overwrite_accumulator),
15294         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15295           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15296           RUN_LAST, and don't use that to set the accumulator value because
15297           then it's always FALSE.
15298
15299 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15300
15301         * gst-libs/gst/riff/riff-media.c:
15302         (gst_riff_create_video_caps_with_data),
15303         (gst_riff_create_audio_caps),
15304         (gst_riff_create_audio_template_caps):
15305         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15306           Fix for unaligned RIFF files (i.e. where all the chunks together
15307           in a LIST chunk are not of the same size as the size given in
15308           the LIST chunk header). Fixes several odd WAVE files. Also fix
15309           ADPCM (block_align property) in audio, so that wavparse based
15310           on this works now as it used to stand-alone.
15311
15312 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15313
15314         reviewed by Benjamin Otte  <otte@gnome.org>
15315
15316         * ext/a52dec/gsta52dec.c:
15317         * ext/divx/gstdivxdec.c:
15318         * ext/divx/gstdivxenc.c:
15319         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15320         * ext/faac/gstfaac.c: (gst_faac_base_init):
15321         * ext/faad/gstfaad.c: (gst_faad_base_init):
15322         * ext/ivorbis/vorbisfile.c:
15323         * ext/lame/gstlame.c:
15324         * ext/libfame/gstlibfame.c:
15325         * ext/mpeg2enc/gstmpeg2enc.cc:
15326         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15327         * ext/sidplay/gstsiddec.cc:
15328         * ext/speex/gstspeexdec.c:
15329         * ext/speex/gstspeexenc.c:
15330         * ext/xvid/gstxviddec.c:
15331         * ext/xvid/gstxvidenc.c:
15332           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15333           (fixes #142193)
15334
15335 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15336
15337         * ext/alsa/gstalsa.c: (device_list),
15338         (gst_alsa_class_probe_devices):
15339         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15340           Fix alsa oddness in mixer after the combination of using mixer
15341           in source/sink elements and using hw:x,y instead of just hw:x.
15342
15343 2004-05-09  Benjamin Otte  <otte@gnome.org>
15344
15345         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15346         (gst_wavparse_create_sourcepad):
15347           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15348           sourcepads
15349
15350 2004-05-09  Benjamin Otte  <otte@gnome.org>
15351
15352         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15353           allow discont events before caps nego
15354
15355 2004-05-08  Benjamin Otte  <otte@gnome.org>
15356
15357         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15358           don't leak events
15359
15360 2004-05-08  Benjamin Otte  <otte@gnome.org>
15361
15362         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15363         (gst_level_change_state), (gst_level_init):
15364         * gst/level/gstlevel.h:
15365           figure out if we're initialized directly instead of keeping a
15366           variable that's wrong in 90% of cases
15367           don't initialize pads and then leak them and use a new unitialized
15368           pad. (fixes #142084)
15369           these were bugs so n00bish I didn't find them for an hour :/
15370
15371 2004-05-08 Iain <iain@prettypeople.org>
15372
15373         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15374         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15375         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15376         return the length that was read.
15377         (gst_riff_read_strf_auds): Allow fmt tags as well.
15378
15379 2004-05-07  David Schleef  <ds@schleef.org>
15380
15381         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15382         signed char assumption in faad.h.
15383
15384 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15385
15386         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15387           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15388
15389 2004-05-07  Colin Walters  <walters@redhat.com>
15390
15391         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15392         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15393         function.
15394         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15395         Add dispose function.
15396
15397 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15398         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15399           Fix caps nego and pad templates. RGB mode caps should
15400           work now.
15401         * ext/dvdnav/gst-dvd:
15402           Move mpeg2dec inside the thread because otherwise the
15403           queue rejects cap changes mid-stream
15404         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15405         (gst_mpeg2dec_flush_decoder):
15406           For mpeg2dec > 0.4.0, call the flush function instead of
15407           manually extracting all in-flight frames.
15408         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15409         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15410           Change mime type video/dv go video/x-dv to match the
15411           rest of gst-plugins
15412
15413 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15414
15415         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15416         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15417         (gst_alsa_sink_class_init):
15418         * ext/alsa/gstalsasink.h:
15419         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15420         (gst_alsa_src_class_init):
15421         * ext/alsa/gstalsasrc.h:
15422           Make alsasink/src a subclass of alsamixer so that mixer stuff
15423           shows up in gst-rec. Needs some finetuning.
15424
15425 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15426
15427         * ext/lame/gstlame.c: (gst_lame_chain):
15428           simplify
15429         * ext/mad/gstmad.c: (gst_mad_handle_event):
15430           fix event leak
15431         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15432           be able to detect mp3 files < 4096 bytes
15433
15434 2004-05-06  Wim Taymans  <wim@fluendo.com>
15435
15436         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15437         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15438         (theora_enc_set_property), (theora_enc_get_property):
15439         Also encode the first frame, cleanup some code.
15440
15441 2004-05-06  Wim Taymans  <wim@fluendo.com>
15442
15443         * ext/mpeg2enc/gstmpeg2enc.cc:
15444         Forward events first before deciding that negotiation was
15445         not performed.
15446
15447 2004-05-06  Wim Taymans  <wim@fluendo.com>
15448
15449         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15450         First process the events before deciding that negotiation
15451         was not performed.
15452
15453 2004-05-06  Wim Taymans  <wim@fluendo.com>
15454
15455         * ext/theora/Makefile.am:
15456         * ext/theora/theora.c: (plugin_init):
15457         * ext/theora/theoradec.c: (theora_dec_change_state):
15458         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15459         (gst_theora_enc_class_init), (gst_theora_enc_init),
15460         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15461         (theora_enc_chain), (theora_enc_change_state),
15462         (theora_enc_set_property), (theora_enc_get_property):
15463         Added a theora encoder, grouped the encoder and decoder into the
15464         same plugin.
15465
15466 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15467
15468         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15469         (gst_jpegenc_chain):
15470         fix DURATION on outgoing buffers
15471         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15472         debug using time formats
15473         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15475         (gst_xvimagesink_sink_link):
15476         windows with width/height 0 generate X errors, so don't allow them
15477
15478 2004-05-05  Wim Taymans  <wim@fluendo.com>
15479
15480         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15481         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15482         (gst_mpeg2dec_negotiate_format):
15483         * ext/mpeg2dec/gstmpeg2dec.h:
15484           removed the static pad template so that we can add the
15485           more accurate framerate value to the caps.
15486
15487
15488 2004-05-04  Benjamin Otte  <otte@gnome.org>
15489
15490         * configure.ac:
15491           check for kdemacros.h, too (should fix #141821)
15492         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15493           don't crash if no header was sent, but nicely error out (fixes part
15494           of #141554)
15495
15496 2004-05-04  Wim Taymans  <wim@fluendo.com>
15497
15498         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15499         parent dispose function to avoid segfault on destroy.
15500
15501 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15502
15503         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15504         (plugin_init):
15505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15506         (gst_xvimagesink_sink_link):
15507         clean up debugging caps
15508         also recreate xvimage when format has changed
15509
15510 2004-05-04  Benjamin Otte  <otte@gnome.org>
15511
15512         * ext/libvisual/Makefile.am:
15513         * ext/libvisual/visual.c: (gst_visual_class_init),
15514         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15515         (gst_visual_srclink), (gst_visual_chain),
15516         (gst_visual_change_state), (plugin_init):
15517           use a GstAdapter to correctly adapt buffer sizes - allows using a
15518           framerate
15519
15520 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15521
15522         * sys/v4l/gstv4lelement.h:
15523         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15524         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15525         (gst_v4lsrc_buffer_free):
15526         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15527         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15528         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15529         (gst_v4lsrc_requeue_frame):
15530         move some debugging categories around
15531         query for fps index and set accordingly if found
15532
15533 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15534
15535         * ext/lame/gstlame.c:
15536         correct defaults that lame_init puts out of range
15537
15538 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15539
15540         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
15541         (gst_divxenc_class_init):
15542         fix range since -1 is the default
15543         * gst/mpeg1sys/gstmpeg1systemencode.c:
15544         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
15545         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
15546         (gst_rtjpegdec_chain):
15547         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
15548         (gst_rtjpegenc_chain):
15549         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
15550         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
15551         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
15552         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
15553         * sys/v4l/gstv4lsrc.c:
15554         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15555         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15556         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15557         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
15558         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
15559           remove gst_info calls
15560
15561 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15562
15563         * Makefile.am:
15564         * po/af.po:
15565         * po/az.po:
15566         * po/en_GB.po:
15567         * po/nl.po:
15568         * po/sr.po:
15569         * po/sv.po:
15570           Updated translations
15571
15572 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15573
15574         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15575           refactor/comment code
15576
15577 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15578
15579         * gst/asfdemux/Makefile.am:
15580         * gst/asfdemux/asfheaders.c:
15581         * gst/asfdemux/asfheaders.h:
15582         * gst/asfdemux/gstasf.c: (plugin_init):
15583         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
15584         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
15585         (gst_asf_demux_setup_pad):
15586         * gst/asfdemux/gstasfdemux.h:
15587         * gst/asfdemux/gstasfmux.c:
15588         * gst/asfdemux/gstasfmux.h:
15589           Add tagging support to demuxer, split out registration in its own
15590           file instead of in demux (hacky), and prevent having some tables
15591           in our memory multiple times (in asfheaders.h).
15592
15593 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15594
15595         * gst/matroska/matroska-demux.c:
15596         (gst_matroska_demux_parse_metadata):
15597         * gst/matroska/matroska-ids.h:
15598           Basic tag reading support.
15599
15600 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15601
15602         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15603           Really detect ac-3 audio.
15604         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
15605           really detect matroska files (off-by-1).
15606
15607 2004-04-30  David Schleef  <ds@schleef.org>
15608
15609         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15610         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
15611         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
15612         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
15613         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
15614         hackage -- parse a lot more atoms, extract a few tags.  One might even
15615         mistake this for tag support.  Maybe it is.
15616         * gst/qtdemux/qtdemux.h:
15617
15618 2004-04-30  Colin Walters  <walters@verbum.org>
15619
15620         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
15621
15622 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15623
15624         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15625         (gst_ffmpegcolorspace_getcaps):
15626           remove broken nego fix
15627
15628 2004-04-30  Benjamin Otte  <otte@gnome.org>
15629
15630         * configure.ac:
15631         * ext/Makefile.am:
15632         * ext/libvisual/Makefile.am:
15633         * ext/libvisual/visual.c:
15634           add initial support for libvisual (http://libvisual.sourceforge.net)
15635           libvisual is still quite alpha, so expect crashes in there :)
15636
15637 2004-04-29  David Schleef  <ds@schleef.org>
15638
15639         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15640         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
15641         up qtdemux to make it spit out codec_data.  Do _not_ look at this
15642         code; you will no longer respect me.
15643
15644 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15645
15646         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
15647         * ext/alsa/gstalsa.h :
15648         change alsa pcm device discovery to find more than 1 device
15649         per card. code review by Ronald.
15650
15651 2004-04-29  David Schleef  <ds@schleef.org>
15652
15653         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
15654         Add a check for a driver bug on FreeBSD.  (bug #140565)
15655
15656 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15657
15658         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
15659         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15660         (gst_jpegenc_getcaps):
15661           move format setting to inner loop
15662         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15663         (gst_ffmpegcolorspace_getcaps):
15664           use GST_PAD_CAPS if available so that we use already negotiated
15665           caps
15666         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15667         (qtdemux_parse_moov), (qtdemux_parse):
15668           extra debugging
15669         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
15670         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
15671           move hardcoded path to DEFINE
15672
15673 2004-04-28  David Schleef  <ds@schleef.org>
15674
15675         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
15676         (bug #140064)
15677
15678 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15679
15680         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
15681           Don't probe for playback device if we're a source element. Fixes
15682           #139658.
15683
15684 2004-04-29  Benjamin Otte  <otte@gnome.org>
15685
15686         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
15687         (gst_id3_tag_chain):
15688           rewrite buffer offset
15689
15690 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15691
15692         * configure.ac:
15693         * ext/Makefile.am:
15694         * ext/dts/Makefile.am:
15695         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
15696         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
15697         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
15698         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
15699         (gst_dtsdec_loop), (gst_dtsdec_change_state),
15700         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
15701         (plugin_init):
15702         * ext/dts/gstdtsdec.h:
15703           New DTS decoder.
15704         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
15705         (gst_faad_srcconnect):
15706           Add ESDS atom handling (.m4a).
15707
15708 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15709
15710         * ext/divx/gstdivxdec.c: (plugin_init):
15711           Remove comment that makes no sense.
15712         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
15713           Fix for obvious typo that resulted in warnings during gst-register.
15714         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
15715         (gst_xviddec_sink_link):
15716           Fix caps negotiation a bit better.
15717         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15718           We call this 'codec_data', not 'esds'.
15719
15720 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15721
15722         * gst/monoscope/gstmonoscope.c:
15723           make sure we only provide 256x128
15724         * gst/monoscope/monoscope.c: (monoscope_init):
15725           assert size of 256x128
15726
15727 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15728
15729         * Makefile.am:
15730         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
15731         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
15732           fixate to max width and height of device
15733
15734 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15735
15736         * Makefile.am:
15737         * sys/v4l/gstv4l.c:
15738         * sys/v4l/gstv4lsrc.c:
15739         * sys/v4l/v4l_calls.c:
15740         * sys/v4l/v4lsrc_calls.c:
15741           fix for qc-usb driver which fakes having more than one buffer
15742           by handing the same buffer twice, which confused GStreamer's/v4lsrc
15743           buffer_free override
15744           add debugging
15745
15746 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15747
15748         * Makefile.am:
15749         * gst/videotestsrc/gstvideotestsrc.c:
15750         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
15751         (gst_videotestsrc_init), (gst_videotestsrc_get),
15752         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
15753         * gst/videotestsrc/gstvideotestsrc.h:
15754           add num-buffers property
15755
15756         2004-04-26  Benjamin Otte  <otte@gnome.org>
15757
15758         * ext/mad/gstid3tag.c: (plugin_init):
15759           set id3mux rank to NONE so it doesn't confuse spider
15760           require audio/mpeg,mpegversion=1 in id3mux
15761
15762 2004-04-26  Benjamin Otte  <otte@gnome.org>
15763
15764         * configure.ac:
15765           detect faad correctly as non-working if it's indeed non-working
15766
15767 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15768
15769         * Makefile.am:
15770         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15771         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
15772         fix _getcaps so it only negotiates to its supported format
15773
15774 2004-04-25  Benjamin Otte  <otte@gnome.org>
15775
15776         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15777           fix memleak
15778
15779 2004-04-23  Benjamin Otte  <otte@gnome.org>
15780
15781         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15782           audio/x-raw-int with height rules! not. Now it's depth.
15783
15784 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15785
15786         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
15787         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
15788         (gst_wavparse_loop):
15789           Missing variable initialization. Add handling of DVI ADPCM. Fix
15790           mis-parsing of LIST chunks. This works around a bug where we mis-
15791           parse non-aligning LIST chunks (so LIST chunks where the contents
15792           don't align with the actual LIST size). The correct fix is to use
15793           rifflib, I'm not going to fix wavparse - too much work. All this
15794           fixes #104878.
15795
15796 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15797
15798         reviewed by Benjamin Otte  <otte@gnome.org>
15799
15800         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
15801           fix shoutcast not working (fixes #140844)
15802
15803 2004-04-22  Benjamin Otte  <otte@gnome.org>
15804
15805         * ext/hermes/gsthermescolorspace.c:
15806         (gst_hermes_colorspace_caps_remove_format_info):
15807         * gst/colorspace/gstcolorspace.c:
15808         (gst_colorspace_caps_remove_format_info):
15809         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15810         (gst_ffmpegcolorspace_caps_remove_format_info):
15811           s/gst_caps_simplify/gst_caps_do_simplify/
15812
15813 2004-04-22  Benjamin Otte  <otte@gnome.org>
15814
15815         * gst-libs/gst/riff/riff-media.c:
15816         (gst_riff_create_video_caps_with_data):
15817           mpegversion is an int
15818         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
15819           don't try to create pad templates with NULL caps, use any caps
15820           instead.
15821
15822 2004-04-20  David Schleef  <ds@schleef.org>
15823
15824         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
15825         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
15826         (bug #140384)
15827
15828 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
15829
15830         reviewed by David Schleef
15831
15832         * ext/mad/gstid3tag.c: Add stdlib.h
15833         * gst/rtp/gstrtpgsmenc.c: same
15834         * gst/tags/gstid3tag.c: same
15835         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
15836         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
15837         GST_DISABLE_LOADSAVE use.
15838         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
15839         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
15840         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
15841         atol(3)).
15842         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
15843         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
15844         strtoul(3)).
15845         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
15846         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
15847         $(ID3_CFLAGS).
15848         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
15849         $(LIBFAME_CFLAGS).
15850
15851 2004-04-20  David Schleef  <ds@schleef.org>
15852
15853         * gst/realmedia/rmdemux.c:  This was supposed to part of the
15854         last checkin.  Same idea.
15855
15856 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
15857
15858         reviewed by David Schleef
15859
15860         * configure.ac: bump required gstreamer version to 0.8.1.1
15861         because of following changes [--ds]
15862
15863         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
15864         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
15865         (gst_riff_read_header):  Use GST_READ_UINT*
15866         macros to access possibly unaligned memory.
15867
15868         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
15869         (mp3_type_find):  Use GST_READ_UINT*
15870         macros to access possibly unaligned memory.
15871         (mp3_type_find, mpeg1_parse_header, qt_type_find)
15872         (speex_type_find): Likewise
15873
15874         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
15875
15876         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
15877         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
15878         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
15879         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
15880         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
15881         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
15882         macros to access possibly unaligned memory.
15883
15884         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
15885         Likewise.
15886
15887         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
15888         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
15889
15890         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
15891         Likewise.
15892
15893         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
15894         (gst_mpeg2subt_chain_subtitle): Likewise.
15895
15896         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
15897         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
15898         Likewise.
15899
15900         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
15901         Likewise.
15902
15903         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
15904         Likewise.
15905
15906         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
15907         Likewise.
15908
15909 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15910
15911         * configure.ac:
15912           update required version of GStreamer because of GST_TIME_FORMAT
15913
15914 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15915
15916         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
15917           remove leftover g_print
15918         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15919           don't try setting only a subset of the caps. We don't want to kill
15920           autoplugging on purpose
15921
15922 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15923
15924         * sys/ximage/ximagesink.c: (plugin_init):
15925         * sys/xvimage/xvimagesink.c: (plugin_init):
15926           add debugging categories
15927
15928 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15929
15930         * po/en_GB.po:
15931         * po/LINGUAS:
15932           Adding en_GB translation (Gareth Owen)
15933
15934 2004-04-20  David Schleef  <ds@schleef.org>
15935
15936         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15937         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
15938         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
15939         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
15940         A number of new features and hacks to extract the esds atom and
15941         put it into the caps.  (bug #137724)
15942
15943 2004-04-19  David Schleef  <ds@schleef.org>
15944
15945         * gconf/Makefile.am: Fix for non-GNU make
15946         * gst-libs/gst/Makefile.am: Change directory order to handle
15947         GstPlay linking with gstinterfaces
15948         * gst-libs/gst/audio/make_filter: make use of tr portable
15949         * gst-libs/gst/play/Makefile.am: Add intended \
15950         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15951         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
15952         function prototype instead of void *.
15953         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
15954         macro.
15955         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15956         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
15957         * gst/videofilter/make_filter: make use of tr portable
15958         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
15959
15960 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15961
15962         * po/LINGUAS:
15963         * po/uk.po:
15964           Added Ukrainian translation (Maxim V. Dziumanenko)
15965
15966 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15967
15968         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
15969         (gst_gsmdec_link), (gst_gsmdec_chain):
15970           Fix capsnego, simplify chain function slightly.
15971         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
15972           Add GSM.
15973
15974 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15975
15976         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
15977         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
15978         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
15979           Hack to make wavparse work with spider (always -> sometimes pad).
15980           Fixes #135862 && #140411.
15981
15982 2004-04-18  Benjamin Otte  <otte@gnome.org>
15983
15984         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
15985         (gst_osselement_rate_probe_check),
15986         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
15987           get rid of \n in debug output
15988
15989 2004-04-17  Iain <iain@prettypeople.org>
15990
15991         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
15992         not just EOS.
15993
15994 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15995
15996         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
15997         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
15998         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
15999         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
16000         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16001         (gst_id3_tag_change_state), (plugin_init):
16002           deprecate id3tag element and replace with id3demux/id3mux.
16003           great side effect: this ugly file is now even uglier, yay!
16004         * ext/mad/gstmad.h:
16005           remove non-available function
16006           update for new get_type
16007
16008 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16009
16010         * configure.ac:
16011           require mpeg2dec >= 0.4.0
16012
16013 2004-04-17  Benjamin Otte  <otte@gnome.org>
16014
16015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16016         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
16017         (gst_xvimagesink_set_xwindow_id):
16018           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
16019           assorted cleanup fixes.
16020
16021 2004-04-16  David Schleef  <ds@schleef.org>
16022
16023         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
16024         * sys/xvimage/xvimagesink.h: same
16025
16026 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16027
16028         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16029           Fix GST_ELEMENT_ERROR with (NULL)
16030
16031 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16032
16033         * gst-libs/gst/riff/riff-media.c:
16034         (gst_riff_create_video_caps_with_data):
16035           Add div[3456] as fourccs for DivX 3 (fixes #140137).
16036
16037 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16038
16039         * gst-libs/gst/riff/riff-media.c:
16040         (gst_riff_create_video_caps_with_data),
16041         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
16042         (gst_riff_create_video_template_caps),
16043         (gst_riff_create_audio_template_caps):
16044         * gst-libs/gst/riff/riff-media.h:
16045         * gst-libs/gst/riff/riff-read.c:
16046         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
16047         * gst-libs/gst/riff/riff-read.h:
16048         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16049           Add MS RLE support. I added some functions to read out strf chunks
16050           into strf chunks and the data behind it. This is usually color
16051           palettes (as in RLE, but also in 8-bit RGB). Also use those during
16052           caps creation. Lastly, add ADPCM (similar to wavparse - which
16053           should eventually be rifflib based).
16054         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16055         (gst_matroska_demux_init), (gst_matroska_demux_reset):
16056         * gst/matroska/matroska-demux.h:
16057           Remove placeholders for some prehistoric tagging system. Didn't add
16058           support for any tag system really anyway.
16059         * gst/qtdemux/qtdemux.c:
16060           Add support for audio/x-m4a (MPEG-4) through spider.
16061         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16062         (gst_wavparse_loop):
16063           ADPCM support (#135862). Increase max. buffer size because we
16064           cannot split buffers for ADPCM (screws references) and I've seen
16065           files with 2048 byte chunks. 4096 seems safe for now.
16066
16067 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16068
16069         * configure.ac: bump nano to 1
16070
16071 === release 0.8.1 ===
16072
16073 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16074
16075         * configure.ac: releasing 0.8.1, "Comforting Sounds"
16076
16077 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16078
16079         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16080           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
16081           Fixes #140058
16082
16083 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16084
16085         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
16086           lower rank of dvddemux so that it's not used for mpeg playback.
16087
16088 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16089
16090         * configure.ac:
16091           save libs correctly when checking mad
16092
16093 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16094
16095         * ext/mad/gstid3tag.c: (plugin_init):
16096           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
16097
16098 2004-04-13  David Schleef  <ds@schleef.org>
16099
16100         * common/m4/gst-feature.m4: Call -config scripts with
16101         --plugin-libs if it is supported.
16102         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
16103         JPEG images are image/jpeg.
16104         * gst/debug/Makefile.am:
16105         * gst/debug/negotiation.c: (gst_negotiation_class_init),
16106         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
16107         (gst_negotiation_update_caps), (gst_negotiation_get_property),
16108         (gst_negotiation_plugin_init): Add a property that acts like
16109         filter caps.
16110         * testsuite/gst-lint:  Move license checking to be a standard
16111         test.
16112
16113 2004-04-13  David Schleef  <ds@schleef.org>
16114
16115         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
16116         patch from Sebastien Cote (bug #139958)
16117
16118 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16119
16120         * examples/gstplay/Makefile.am:
16121         * examples/gstplay/player.c: (main):
16122           make the commandline player example use gconf settings
16123
16124 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16125
16126         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
16127         (gst_cacasink_sinkconnect), (gst_cacasink_init),
16128         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
16129           init/end library during state transition, not object
16130           creation/disposal.  get rid of custom dispose handler.
16131
16132
16133 2004-04-12  Christian Schaller <Uraeus@gnome.org>
16134
16135         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
16136         be a symlink
16137
16138 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16139
16140         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
16141           Handle JUNK chunks inside data section. Prevents warnings.
16142
16143 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16144
16145         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16146         (gst_riff_create_video_template_caps):
16147           Add MS video v1.
16148         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
16149         (gst_avi_demux_stream_data):
16150           Add support for "rec-list" chunks.
16151
16152 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16153
16154         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16155           Fix another codecname mismatch.
16156
16157 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16158
16159         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16160           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
16161           so that MJPEG plays back.
16162
16163 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16164
16165         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16166         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
16167         * gst/mpeg1videoparse/gstmp1videoparse.h:
16168           Fix for some slight mis-cuts in buffer parsing, and for some
16169           potential overflows or faults-causers. Adds disconts. Also fixes
16170           #139105 while we're at it.
16171
16172 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16173
16174         * configure.ac:
16175         * sys/v4l2/gstv4l2element.h:
16176           Workaround for missing struct v4l2_buffer declaration in Suse 9
16177           and Mandrake 10 linux/videodev2.h header file (#135919).
16178
16179 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16180
16181         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16182           Bail out if no filename was given.
16183
16184 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16185
16186         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
16187         (gst_v4l2_fourcc_from_structure):
16188           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
16189           Y41B somewhere).
16190
16191 2004-04-09  Benjamin Otte  <otte@gnome.org>
16192
16193         * ext/gnomevfs/gstgnomevfssink.c:
16194         (_gst_boolean_allow_overwrite_accumulator),
16195         (gst_gnomevfssink_class_init):
16196           fix erase signal - if any handler returns false the file will not be
16197           overwritten. If no handler is connected, the file will not be
16198           overwritten either.
16199           renamed signal to "allow-overwrite"
16200         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16201           free string when adding it to ID3 failed
16202         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16203           unref event when done
16204         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16205           free caps
16206         * gst/typefind/gsttypefindfunctions.c:
16207         (mpeg_video_stream_type_find):
16208           fix invalid read
16209
16210 2004-04-08  David Schleef  <ds@schleef.org>
16211
16212         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16213         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16214
16215 2004-04-08  David Schleef  <ds@schleef.org>
16216
16217         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16218         we don't support (bug #139532)
16219
16220 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16221
16222         * ext/mad/gstmad.c: (gst_mad_handle_event),
16223         (gst_mad_check_caps_reset), (gst_mad_chain),
16224         (gst_mad_change_state):
16225           only set explicit caps if they haven't been set before for
16226           this stream.  MPEG-audio sample rate/channels aren't allowed
16227           to change in-stream.
16228           Fixes #139382
16229
16230 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16231
16232         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16233         (_gst_boolean_did_something_accumulator),
16234         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16235         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16236         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16237         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16238         (gst_gnomevfssink_change_state):
16239           Fix erase signal. Don't erase by default. Remove handoff signal.
16240           Remove erase property. Don't segfault. General cleanup.
16241
16242 2004-04-07  Benjamin Otte  <otte@gnome.org>
16243
16244         * gst-libs/gst/gconf/test-gconf.c: (main):
16245           add missing gst_init
16246
16247 2004-04-07  Benjamin Otte  <otte@gnome.org>
16248
16249         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16250           free the mutexes, too
16251
16252 2004-04-07  Benjamin Otte  <otte@gnome.org>
16253
16254         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16255           actually free the URI string
16256         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16257           compute offset correctly when passing discont events
16258         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16259           don't leak discont events
16260         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16261           add some missing breaks so caps aren't copied randomly
16262         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16263           if we realloc memory, we better use it
16264
16265 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16266
16267         * ext/mad/gstmad.c: (normal_seek):
16268           fix GST_FORMAT_TIME usage
16269
16270 2004-04-05  David Schleef  <ds@schleef.org>
16271
16272         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16273         a deprecated function (hack!)
16274
16275 2004-04-05  Benjamin Otte  <otte@gnome.org>
16276
16277         * ext/esd/esdmon.c: (gst_esdmon_get):
16278           fix nonterminated vararg and memleak
16279
16280 2004-04-05  Benjamin Otte  <otte@gnome.org>
16281
16282         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16283         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16284         (gst_ladspa_set_property), (gst_ladspa_get_property),
16285         (gst_ladspa_instantiate), (gst_ladspa_activate),
16286         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16287           clean up debugging
16288
16289 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16290
16291         reviewed by Benjamin Otte  <otte@gnome.org>
16292
16293         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16294           check for broken LADSPA parameters (fixes #138635)
16295
16296 2004-04-05  Benjamin Otte  <otte@gnome.org>
16297
16298         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16299           advertise buffer-frames correctly on sinkpads
16300
16301 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16302
16303         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16304         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16305         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16306         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16307         (gst_mad_check_caps_reset), (gst_mad_chain):
16308         add more debugging, only reset caps when we're not in error state
16309
16310 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16311
16312         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16313
16314 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16315
16316         reviewed by Benjamin Otte  <otte@gnome.org>
16317
16318         * configure.ac:
16319           fix == in test(1) operator
16320
16321 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16322
16323         reviewed by Benjamin Otte  <otte@gnome.org>
16324
16325         * configure.ac:
16326           fix --export-symblos-regex to a working regex.
16327
16328 2004-04-04  Benjamin Otte  <otte@gnome.org>
16329
16330         * sys/oss/.cvsignore:
16331           add for oss_probe
16332
16333 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16334
16335         reviewed by Benjamin Otte  <otte@gnome.org>
16336
16337         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16338           add missing 'new_media' argument (fixes #138168)
16339         * gst/matroska/matroska-demux.c:
16340         (gst_matroska_demux_handle_seek_event):
16341           add vararg terminator (fixes #138169)
16342
16343 2004-04-02  David Schleef  <ds@schleef.org>
16344
16345         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16346         disted (bug #138914)
16347
16348 2004-04-01  Benjamin Otte  <otte@gnome.org>
16349
16350         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16351         (gst_alsa_close_audio):
16352           handle case better where a soundcard can't pause
16353         * ext/ogg/gstoggdemux.c:
16354           don't crash when we get events but don't have pads yet
16355
16356 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16357
16358         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16359           throw an error if we couldn't probe any caps.
16360
16361 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16362
16363         * ext/dvdnav/gst-dvd:
16364         Add a really simple sample DVD player
16365
16366 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16367
16368         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16369         (gst_a52dec_push), (gst_a52dec_handle_event),
16370         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16371         (gst_a52dec_change_state):
16372         * ext/a52dec/gsta52dec.h:
16373           Use a debug category, Output timestamps correctly
16374           Emit tag info, Handle events, tell liba52dec about cpu
16375           capabilities so it can use MMX etc.
16376         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16377           Fix a crasher accessing invalid memory
16378         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16379         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16380         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16381         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16382         (dvdnavsrc_query):
16383           Some support for byte-format seeking.
16384           Small fixes for still frames and menu button overlays
16385         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16386         (gst_mpeg2dec_alloc_buffer):
16387           Use a debug category. Adjust the report level of several items to
16388           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16389           so it doesn't lose the GstBuffer pointer
16390         * gst/debug/Makefile.am:
16391         * gst/debug/gstdebug.c: (plugin_init):
16392         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16393         (gst_navseek_base_init), (gst_navseek_class_init),
16394         (gst_navseek_init), (gst_navseek_seek),
16395         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16396         (gst_navseek_get_property), (gst_navseek_chain),
16397         (gst_navseek_plugin_init):
16398         * gst/debug/gstnavseek.h:
16399           Add the navseek debug element for seeking back and forth in a
16400           video stream using arrow keys.
16401         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16402         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16403         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16404         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16405         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16406         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16407         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16408         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16409         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16410         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16411         * gst/mpeg2sub/gstmpeg2subt.h:
16412           Pretty much a complete rewrite. Now a loopbased element. May still
16413           require work to properly synchronise subtitle buffers.
16414         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16415         (gst_dvd_demux_send_subbuffer):
16416         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16417           Don't attempt to create subbuffers of size 0
16418           Reduce a couple of error outputs to warnings.
16419         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16420         (gst_y4mencode_chain):
16421         Output the y4m frame header correctly.
16422
16423 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16424
16425         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16426           throw errors instead of allowing SIGFPE
16427
16428 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16429
16430         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16431         (gst_gconf_render_bin_from_key):
16432           leak plugging and style fixing
16433
16434 2004-03-31  David Schleef  <ds@schleef.org>
16435
16436         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16437         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16438         (bug #138225)
16439         * gst/debug/Makefile.am:
16440         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16441         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16442         plugin.
16443         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16444         (gst_negotiation_base_init), (gst_negotiation_class_init),
16445         (gst_negotiation_init), (gst_negotiation_getcaps),
16446         (gst_negotiation_pad_link), (gst_negotiation_chain),
16447         (gst_negotiation_set_property), (gst_negotiation_get_property),
16448         (gst_negotiation_plugin_init):  New element to talk about random
16449         negotiation things happening in a pipeline.
16450
16451 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16452
16453         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16454           fix integer addition with help of Stefan Kost
16455
16456 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16457
16458         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16459
16460 2004-03-30  David Schleef  <ds@schleef.org>
16461
16462         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16463         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16464         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16465         (bug #137504)
16466         * ext/mpeg2dec/gstmpeg2dec.h:
16467
16468 2004-03-30  David Schleef  <ds@schleef.org>
16469
16470         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16471
16472 2004-03-30  David Schleef  <ds@schleef.org>
16473
16474         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16475         Michael Petullo) to handle .mov
16476
16477 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16478
16479         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16480         (gst_osselement_rate_check_rate):
16481           probe caps correctly for sound cards that only support one format
16482
16483 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16484
16485         * ext/kio/kiosrc.cpp: (process_events):
16486           update handling event processing if inside KDE - untested
16487
16488 2004-03-29  David Schleef  <ds@schleef.org>
16489
16490         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16491         by 2 to not interfere with other colorspaces.
16492         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16493         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16494         one to not interfere with ffmpeg_colorspace.
16495
16496 2004-03-29  David Schleef  <ds@schleef.org>
16497
16498         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16499         aren't in the caps.
16500         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16501         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16502
16503 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16504
16505         * gst-libs/gst/riff/riff-media.c:
16506           fail on error, don't try to set stuff on NULL caps
16507
16508 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16509
16510         * configure.ac:
16511         * ext/Makefile.am:
16512         * ext/kio/Makefile.am:
16513         * ext/kio/kioreceiver.cpp:
16514         * ext/kio/kioreceiver.h:
16515         * ext/kio/kiosrc.cpp:
16516         * ext/kio/kiosrc.h:
16517           add experimental kiosrc plugin
16518         * ext/alsa/gstalsaplugin.c: (plugin_init):
16519           initialize debugging category only when we're sure registering the
16520           plugins worked.
16521
16522 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16523
16524         * examples/gstplay/player.c: (main):
16525         * gst-libs/gst/play/play.c: (gst_play_class_init),
16526         (gst_play_set_location), (gst_play_set_data_src),
16527         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16528         (gst_play_set_visualization), (gst_play_connect_visualization):
16529           check return values of element_set_state and return FALSE where
16530           failed
16531
16532 2004-03-29  Benjamin Otte  <otte@gnome.org>
16533
16534         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16535           try harder to check if an event is really a discont
16536
16537 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16538
16539         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
16540         * po/az.po:
16541
16542 2004-03-28  Benjamin Otte  <otte@gnome.org>
16543
16544         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16545         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16546         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16547           get rid of non-standard "..." ranges in case statements.
16548
16549 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
16550
16551         * gst/mpegstream/gstmpegdemux.c:
16552         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
16553         specific functionality split to the new dvddemux element.
16554         * gst/mpegstream/gstdvddemux.c:
16555         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
16556         streams, derived from mpegdemux.
16557         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
16558         up. SCR based timestamp rewriting can be turned off (will probably
16559         completely disappear soon).
16560         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
16561         hacking. General cleanup. All printf statements replaced by
16562         debugging messages. Almost complete libdvdnav support.
16563         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
16564         by events. New properties for audio and subpicture languages.
16565         (dvdnavsrc_update_highlight): Now uses events.
16566         (dvdnavsrc_user_op): Cleaned up.
16567         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
16568         based). Lots of cleanup, and propper support for most libdvdnav
16569         events.
16570         (dvdnavsrc_make_dvd_event): New function.
16571         (dvdnavsrc_make_dvd_nav_packet_event): New function.
16572         (dvdnavsrc_make_clut_change_event): New function.
16573
16574 2004-03-26  Benjamin Otte  <otte@gnome.org>
16575
16576         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
16577           fix bug where typefinding would claim it's theora whenever less then
16578           7 bytes of data were available
16579
16580 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16581
16582         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
16583         (gst_alawdec_base_init), (gst_alawdec_class_init),
16584         (gst_alawdec_init), (gst_alawdec_chain):
16585         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
16586         (gst_alawenc_base_init), (gst_alawenc_class_init),
16587         (gst_alawenc_init), (gst_alawenc_chain):
16588         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
16589         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
16590         (gst_mulawdec_init), (gst_mulawdec_chain):
16591         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
16592         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
16593         (gst_mulawenc_init), (gst_mulawenc_chain):
16594           Fix capsnego in all four, remove the unused property functions and
16595           simplify the chain functions slightly. I guess we could use macros
16596           or something similar for those, since the code is so similar, but
16597           I'm currently too lazy...
16598
16599 2004-03-24  David Schleef  <ds@schleef.org>
16600
16601         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16602         (gst_osselement_close_audio), (gst_osselement_probe_caps),
16603         (gst_osselement_get_format_structure),
16604         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
16605         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
16606         (gst_osselement_rate_int_compare): Add code to handle rate probing
16607         (bug #120883)
16608         * sys/oss/gstosselement.h: same
16609         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
16610         Use rate probing provided by osselement.
16611         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
16612
16613 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16614
16615         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
16616         (gst_xvidenc_get_property):
16617           ulong/int mess-up.
16618
16619 2004-03-24  David Schleef  <ds@schleef.org>
16620
16621         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
16622         (gst_speexdec_init):
16623         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
16624         (gst_speexenc_init):  Create the pad template correctly (from
16625         the static pad template, not a NULL pointer.)
16626
16627 2004-03-25  Benjamin Otte  <otte@gnome.org>
16628
16629         * gst/debug/Makefile.am:
16630         * gst/debug/breakmydata.c:
16631           add element that quasi-randomly changes bytes in the stream.
16632           Intended use is robustness checking of demuxers and decoders in
16633           media tests.
16634
16635 2004-03-24  Benjamin Otte  <otte@gnome.org>
16636
16637         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16638         (gst_alsa_probe_hw_params):
16639         * ext/alsa/gstalsa.h:
16640           debugging output fixes
16641
16642 2004-03-24  Benjamin Otte  <otte@gnome.org>
16643
16644         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
16645           don't g_return_if_fail if element is PLAYING, fail silently as every
16646           other element.
16647         * gst/effectv/gstquark.c: (gst_quarktv_chain):
16648           only fix needed for cast lvalue issues in gst-plugins
16649         * gst/volenv/gstvolenv.c: (gst_volenv_init):
16650           add proxy_getcaps
16651
16652 2004-03-24  Benjamin Otte  <otte@gnome.org>
16653
16654         * gst/level/gstlevel.c: (gst_level_init):
16655           add proxying getcaps function, so level doesn't advertise impossible
16656           caps
16657
16658 2004-03-24  David Schleef  <ds@schleef.org>
16659
16660         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16661         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
16662         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
16663         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
16664         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
16665         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
16666         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
16667         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
16668         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
16669         messages.  Divide the chunk size by the compression ratio
16670         (needed for MACE audio)
16671
16672 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16673
16674         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16675           Fix buffer overflow read error.
16676
16677 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16678
16679         * ext/alsa/gstalsa.h:
16680           Remove unused entry.
16681         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16682           Add cinepak.
16683         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
16684         (gst_videodrop_link), (gst_videodrop_chain):
16685           Fix, sort of. Was horribly broken with new capsnego. Bah...
16686
16687 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
16688
16689         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
16690         (plugin_init):
16691         Add a monkeysaudio typefind function
16692
16693 2004-03-23  Johan Dahlin  <johan@gnome.org>
16694
16695         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
16696         (gst_play_video_fixate): Check so the structure has the field
16697         before trying to fixate them, this makes it possible to have
16698         fakesinks for video and audio output without printing errors on
16699         the output console.
16700
16701 2004-03-22  David Schleef  <ds@schleef.org>
16702
16703         * sys/oss/Makefile.am:
16704         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
16705         (check_rate), (add_rate):  Rate probing test app.
16706
16707 2004-03-21  Benjamin Otte  <otte@gnome.org>
16708
16709         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16710         (_fixate_caps_to_int), (gst_audio_convert_fixate):
16711           add a fixation function that pretty much does the right thing (fixes
16712           #137556)
16713
16714 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
16715
16716         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
16717
16718 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16719
16720         reviewed by: Benjamin Otte  <otte@gnome.org>
16721
16722         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16723           terminate gst_event_new_discontinuous correctly (fixes parts of
16724           #137711)
16725
16726 2004-03-19  David Schleef  <ds@schleef.org>
16727
16728         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
16729         since it doesn't depend on X, and it's part of our ABI.
16730
16731 2004-03-19  Iain <iain@prettypeople.org>
16732
16733         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
16734         is_int in the structure, not the local variable.
16735
16736 2004-03-19  David Schleef  <ds@schleef.org>
16737
16738         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
16739         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
16740         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
16741         Improvements in caps negotiation.
16742
16743 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16744
16745         * po/LINGUAS:
16746         * po/af.po:
16747           adding Afrikaans (Petri Jooste)
16748
16749 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16750
16751         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16752         (gst_ffmpegcolorspace_chain):
16753         throw error instead of g_critical (#137588)
16754
16755 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16756
16757         * Makefile.am:
16758         * configure.ac:
16759           dist common and m4 correctly
16760         * po/sv.po:
16761
16762 2004-03-17  David Schleef  <ds@schleef.org>
16763
16764         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
16765         (bug #137348)
16766
16767 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16768
16769         * po/LINGUAS:
16770         * po/sv.po:
16771           adding Swedish translation (Christian Rose)
16772
16773 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16774
16775         * Makefile.am: use release.mak
16776
16777 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16778
16779         * common/ChangeLog:
16780         * common/gst-autogen.sh:
16781           add some explanation about the version detection
16782         * configure.ac:
16783           fix X check
16784
16785 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16786
16787         * configure.ac: bump nano to 1
16788
16789 === release 0.8.0 ===
16790
16791 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16792
16793         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
16794
16795 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16796
16797         * configure.ac:
16798           update libtool version
16799         * gst-libs/gst/media-info/Makefile.am:
16800           actually use libtool version
16801
16802 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16803
16804         * configure.ac: fix speex detection to work with 1.0 but not 1.1
16805
16806 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16807
16808         * configure.ac:
16809         * gst-plugins.spec.in:
16810         * pkgconfig/Makefile.am:
16811         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16812         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16813         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16814         * pkgconfig/gstreamer-libs.pc.in:
16815         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16816         * pkgconfig/gstreamer-play-uninstalled.pc.in:
16817         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
16818         * pkgconfig/gstreamer-plugins.pc.in:
16819           remove @VERSION@ from some of the pc files since core and plugins
16820           are decoupled.
16821           created gstreamer-plugins.pc as it's a better name, but keeping
16822           -libs around for now to get fixes upstream done first.
16823
16824 2004-03-15  Julien MOUTTE <julien@moutte.net>
16825
16826         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
16827         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
16828         * gst-libs/gst/play/play.h:
16829
16830 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16831
16832         * *.c, *.cc: don't mix tabs and spaces
16833
16834 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16835
16836         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
16837           use the new ffmpegcolorspace
16838         * gst-plugins.spec.in:
16839           package new colorspace and media-info
16840         * configure.ac:
16841         * pkgconfig/Makefile.am:
16842           fix some more disting issues
16843         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16844         * pkgconfig/gstreamer-media-info.pc.in:
16845           generate media-info pc files
16846
16847 2004-03-15  Johan Dahlin  <johan@gnome.org>
16848
16849         * *.h: Revert indenting
16850
16851 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16852
16853         * configure.ac:
16854           adding ffmpegcolorspace element
16855         * gst/ffmpegcolorspace/Makefile.am:
16856         * gst/ffmpegcolorspace/avcodec.h:
16857         * gst/ffmpegcolorspace/common.h:
16858         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
16859         * gst/ffmpegcolorspace/dsputil.h:
16860         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
16861         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16862         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
16863         (gst_ffmpeg_caps_to_pix_fmt):
16864         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16865         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16866         (gst_ffmpegcolorspace_caps_remove_format_info),
16867         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
16868         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
16869         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
16870         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
16871         (gst_ffmpegcolorspace_set_property),
16872         (gst_ffmpegcolorspace_get_property),
16873         (gst_ffmpegcolorspace_register):
16874         * gst/ffmpegcolorspace/imgconvert.c:
16875         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
16876         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
16877         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
16878         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
16879         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
16880         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
16881         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
16882         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
16883         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
16884         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
16885         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
16886         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
16887         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
16888         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
16889         (img_get_alpha_info), (deinterlace_line),
16890         (deinterlace_line_inplace), (deinterlace_bottom_field),
16891         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
16892         * gst/ffmpegcolorspace/imgconvert_template.h:
16893         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
16894         * gst/ffmpegcolorspace/mmx.h:
16895         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
16896           adding ffmpegcolorspace element supplied by Ronald after cleaning
16897           up and pulling in the right bits of upstream source.
16898           I'm sure a better C/compiler wizard could do some cleaning up (for
16899           example use GLIB's malloc stuff), but as a first pass this
16900           works very well
16901
16902 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16903
16904         * ext/alsa/gstalsa.h:
16905           I assume Ronald forgot to commit the change to have cardname
16906           as a struct member.  Expect some public spanking at the next
16907           opportunity.
16908
16909 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16910
16911         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
16912         (gst_alsa_open_audio), (gst_alsa_close_audio):
16913         * ext/alsa/gstalsa.c:
16914           Don't open the device if we're a mixer (= padless).
16915         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
16916         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
16917         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
16918           Open mixer during state change rather than during object
16919           initialization. Also, get a device name. Currently in a somewhat
16920           hackish fashion, but I didn't really find something better.
16921
16922 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16923
16924         * *.c, *.h: run gst-indent
16925
16926 2004-03-14  Benjamin Otte  <otte@gnome.org>
16927
16928         * gst/modplug/gstmodplug.cc:
16929         * gst/modplug/gstmodplug.h:
16930           set correct timestamps on outgoing buffers
16931
16932 2004-03-14  Benjamin Otte  <otte@gnome.org>
16933
16934         * gst/modplug/gstmodplug.cc:
16935           handle events - don't do crap when a discont arrives that's not
16936           necessary
16937           This allows correct loading and playback of mods in Rhythmbox
16938
16939 2004-03-14  Benjamin Otte  <otte@gnome.org>
16940
16941         * configure.ac:
16942         * gst-libs/gst/gconf/Makefile.am:
16943         * pkgconfig/Makefile.am:
16944           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
16945           they get rebuilt properly
16946         * configure.ac:
16947           when checking for vorbis, try pkgconfig first.
16948         * gst/modplug/gstmodplug.cc:
16949           add fixate function
16950
16951 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16952
16953         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16954           Fix for obvious mistake, where we first shift the offset and then
16955           read a samplesize element assuming the old offset. Note that this
16956           part still has something weird, i.e. my movies containing those
16957           don't actually play well, but at least there's something that looks
16958           like sound now.
16959
16960 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
16961         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
16962         (plugin_init):
16963         Add a typefind function for speex format
16964
16965 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16966
16967         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
16968         (gst_asf_demux_setup_pad):
16969           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
16970           instead of 0. Reason is simple: some elements have a fps range
16971           of 1-max instead of 0-max. So now ASF video actually works.
16972
16973 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16974
16975         * po/LINGUAS:
16976         * po/sr.po:
16977           adding serbian as a language
16978
16979 2004-03-13  Benjamin Otte  <otte@gnome.org>
16980
16981         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
16982           return taglist correctly from _get function, don't gst_pad_push it.
16983           (fixes #137042)
16984
16985 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
16986         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16987
16988 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16989
16990         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
16991         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
16992         (gst_alsa_mixer_track_new):
16993         * ext/alsa/gstalsamixertrack.h:
16994           Fix ancient leftovers... MixerTrack is a GObject.
16995
16996 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16997
16998         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16999         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17000           Don't block during probing...
17001
17002 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17003
17004         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
17005         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
17006         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
17007         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
17008         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
17009         (gst_alsa_open_audio), (gst_alsa_close_audio):
17010         * ext/alsa/gstalsa.h:
17011           Add propertyprobe interface implementation, add some device-name
17012           property, all this so that it looks good in gnome-volume-control.
17013
17014 2004-03-12  David Schleef  <ds@schleef.org>
17015
17016         * configure.ac: the Hermes library controls hermescolorspace, not
17017         colorspace.
17018         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17019         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
17020         not /* */
17021         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
17022         * ext/sdl/sdlvideosink.h: ditto.
17023         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
17024
17025 2004-03-12  Benjamin Otte  <otte@gnome.org>
17026
17027         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
17028         (gst_x_overlay_got_xwindow_id):
17029         * gst-libs/gst/xoverlay/xoverlay.h:
17030           replace XID with unsigned long to get rid of the xlibs dependency in
17031           XOverlay (fixes #137004)
17032
17033 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17034         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
17035         (gst_agingtv_setup):
17036         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
17037         (gst_dicetv_base_init), (gst_dicetv_class_init),
17038         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
17039         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
17040         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
17041         (gst_edgetv_setup), (gst_edgetv_rgb32):
17042         * gst/effectv/gsteffectv.c:
17043         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
17044         (gst_quarktv_set_property):
17045         * gst/effectv/gstrev.c: (gst_revtv_get_type),
17046         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
17047         (gst_revtv_setup), (gst_revtv_rgb32):
17048         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
17049         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
17050         (gst_shagadelictv_init), (gst_shagadelictv_setup),
17051         (gst_shagadelictv_rgb32):
17052         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
17053         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
17054         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
17055         * gst/effectv/gstwarp.c:
17056         Port everything that can be ported to videofilter and fix up the caps.
17057         Can someone with a big-endian machine please check these?
17058
17059 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17060
17061         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
17062         (gst_osssink_chain), (gst_osssink_change_state):
17063           Latest fixes for A/V sync, audio playback and such. This is about
17064           all... MPEG playback issues are mostly related to the async build-
17065           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
17066
17067 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17068
17069         patch from: Stephane Loeuillet
17070
17071         * configure.ac:
17072           use pkg-config for some libraries, falling back to the old .m4 way
17073           (fixes #131270)
17074         * m4/libdv.m4:
17075           removed
17076
17077 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17078
17079         * configure.ac:
17080         * tools/Makefile.am:
17081         * tools/Makefile.in:
17082         * tools/gst-launch-ext-m.m:
17083         * tools/gst-launch-ext.1.in:
17084         * tools/gst-visualise-m.m:
17085         * tools/gst-visualise.1:
17086         * tools/gst-visualise.1.in:
17087           reorganizing generation of script tools
17088
17089 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17090
17091         * ext/divx/gstdivxdec.c:
17092           Downgrade priority. We prefer ffdec_mpeg4.
17093         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
17094         (gst_faad_chain), (gst_faad_change_state):
17095           Fix capsnego. Doesn't work for some sounds because we don't have
17096           a 5:1 to stereo element.
17097         * ext/xvid/gstxvid.c: (plugin_init):
17098           Add priority.
17099         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17100         (gst_osssink_change_state):
17101           Add discont handling.
17102
17103 2004-03-09  Colin Walters  <walters@verbum.org>
17104
17105         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
17106         conversion.
17107
17108 2004-03-09  Benjamin Otte  <otte@gnome.org>
17109
17110         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17111           the signals take 2 arguments
17112
17113 2004-03-09  David Schleef  <ds@schleef.org>
17114
17115         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
17116         (gst_alsa_fixate): Add fixate function.  (bug #136686)
17117         * ext/alsa/gstalsa.h:
17118         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
17119
17120 2004-03-09  Benjamin Otte  <otte@gnome.org>
17121
17122         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
17123         (gst_mikmod_change_state):
17124         * ext/mikmod/gstmikmod.h:
17125           make mikmod's loop function not loop infinitely and call
17126           gst_element_yield anymore
17127         * gst/modplug/gstmodplug.cc:
17128           fix pad negotiation (fixes #136590)
17129
17130 2004-03-09  David Schleef  <ds@schleef.org>
17131
17132         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
17133         doesn't conflict with the internal colorspace plugin.
17134         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
17135         satisfy the crappy-ass shell shipped by a certain vendor.
17136         * gst/videofilter/make_filter: same (bug #135299)
17137
17138 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17139
17140         * configure.ac: bump nano to 1
17141
17142 === release 0.7.6 ===
17143
17144 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17145
17146         * configure.in: releasing 0.7.6, "There"
17147
17148 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17149
17150         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17151         * pkgconfig/gstreamer-play.pc.in:
17152           synchronize the two
17153
17154 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17155
17156         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
17157         (cdparanoia_open), (cdparanoia_event):
17158           fix/add error handling
17159         * po/POTFILES.in:
17160           add cdparanoia source
17161         * tools/Makefile.am:
17162           make scripts executable
17163
17164 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17165
17166         * configure.ac:
17167         * ext/vorbis/Makefile.am:
17168         * sys/Makefile.am:
17169           remove id3types, vorbisfile and xvideosink from the build (#133783)
17170
17171 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17172
17173         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17174           Fix metadata read crash (#136537).
17175
17176 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17177
17178         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17179         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
17180           adding mime types, fixing the one-stop function
17181
17182 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17183
17184         * ext/nas/nassink.c and /ext/nas/nassink.h:
17185         More NAS love from Arwed von Merkatz
17186         So lets all sing 'Can you feel the NAS tonight'
17187
17188 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17189
17190         * tools/gst-launch-ext.in:
17191         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
17192
17193 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17194
17195         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17196         (gst_mpeg2dec_init):
17197         remove the user_data pad for now, because it is being used in
17198         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17199         If someone knows how to fix this properly, please do.
17200
17201 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17202
17203         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17204         (gst_osssink_get_time):
17205         add a warning, IMO this won't get triggered anymore, remove later
17206
17207 2004-03-07  David Schleef  <ds@schleef.org>
17208
17209         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17210         format (bug #136470)
17211
17212 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17213
17214         * gst-libs/Makefile.am:
17215         * gst-libs/gst/media-info/Makefile.am:
17216         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17217         (error_callback), (gst_media_info_error_create),
17218         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17219         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17220         * gst-libs/gst/media-info/media-info-priv.h:
17221         * gst-libs/gst/media-info/media-info-test.c: (main):
17222         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17223         (gst_media_info_class_init), (gst_media_info_instance_init),
17224         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17225         (gst_media_info_read_idler), (gst_media_info_read):
17226         * gst-libs/gst/media-info/media-info.h:
17227         fixed, should work now
17228
17229 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17230
17231         * ext/nas/nassink.c:
17232         A bunch of NAS fixes from Arwed von Merkatz
17233
17234 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17235
17236         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17237         (qtdemux_parse_trak):
17238           Fix crash (j might be greater than n_samples, in which case we're
17239           writing outside the allocated space for the array) and memleak.
17240
17241 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17242
17243         * sys/oss/gstosssink.c: (gst_osssink_chain):
17244           And another caller that couldn't handle delay < 0 (unsigned
17245           integer overflow). Video now continues playing on an audio
17246           buffer underrun, and the clock continues working. Audio still
17247           stalls.
17248
17249 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17250
17251         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17252         (gst_osssink_get_time):
17253           get_delay() may return values lower than 0. In those cases, we
17254           should not actually cast to *unsigned* int64, that will break
17255           stuff horribly. In my case, it screwed up A/V sync in movies
17256           in totem rather badly.
17257
17258 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17259
17260         * ext/faac/gstfaac.c: (gst_faac_chain):
17261         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17262         * ext/libpng/gstpngenc.c: (user_write_data):
17263         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17264         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17265         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17266         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17267         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17268         of any buffer), should fix some leaks. I hope I didn't unref buffers
17269         that shouldn't be...
17270
17271 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17272
17273         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17274         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17275         (error_callback), (gmi_reset), (gmi_seek_to_track),
17276         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17277         (gmip_find_type_post), (gmip_find_stream_post),
17278         (gmip_find_track_streaminfo_post):
17279         * gst-libs/gst/media-info/media-info-priv.h:
17280         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17281         (info_print), (main):
17282         * gst-libs/gst/media-info/media-info.c:
17283         (gst_media_info_error_create), (gst_media_info_error_element),
17284         (gst_media_info_instance_init), (gst_media_info_get_property),
17285         (gst_media_info_new), (gst_media_info_set_source),
17286         (gst_media_info_read_idler), (gst_media_info_read):
17287         * gst-libs/gst/media-info/media-info.h:
17288           first pass at making this work again.  This seems to work on
17289           tagged ogg/vorbis and mp3 files.
17290
17291 2004-03-06  Benjamin Otte  <otte@gnome.org>
17292
17293         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17294           fix huge leak: gst_buffer_merge doesn't unref the first argument
17295           itself.
17296
17297 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17298
17299         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17300           report layer/mode/emphasis
17301
17302 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17303
17304         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17305
17306 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17307
17308         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17309           signal serial
17310
17311 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17312
17313         * ext/vorbis/vorbis.c: (plugin_init):
17314         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17315         (gst_vorbis_dec_init), (vorbis_dec_event):
17316         add debug category
17317         make vorbisdec handle _BYTE and _TIME queries
17318
17319 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17320
17321         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17322           from the xing header
17323
17324 2004-03-06  Benjamin Otte  <otte@gnome.org>
17325
17326         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17327         (gst_audio_convert_link), (gst_audio_convert_change_state),
17328         (gst_audio_convert_buffer_from_default_format):
17329           do conversions from/to float correctly, fix some caps nego errors,
17330           export correct supported caps in template and getcaps, use correct
17331           caps in try_set_caps functions
17332
17333 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17334
17335         For some reason, I only committed a ChangeLog entry yesterday and
17336         not the corresponding code...
17337         * ext/mad/gstmad.c: Fix detection of Xing headers
17338         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17339
17340 2004-03-06  Benjamin Otte  <otte@gnome.org>
17341
17342         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17343         (gst_ogg_demux_src_query):
17344           make sure to handle the case where there's no current chain
17345           gracefully.
17346
17347 2004-03-05  David Schleef  <ds@schleef.org>
17348
17349         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17350         Add fixate function. (bug #131128)
17351         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17352         (gst_sdlvideosink_fixate):  Add fixate function.
17353         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17354         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17355         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17356         Fix missing break that was causing ulaw to be interpreted as
17357         raw int.
17358
17359 2004-03-05  David Schleef  <ds@schleef.org>
17360
17361         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17362         Fix code that ignores return value of gst_buffer_merge().
17363         (bug #114560)
17364         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17365         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17366         * testsuite/gst-lint:  Check for above.
17367
17368 2004-03-05  David Schleef  <ds@schleef.org>
17369
17370         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17371         caps and throw an element error.  (bug #136334)
17372
17373 2004-03-05  David Schleef  <ds@schleef.org>
17374
17375         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17376         (gst_faad_chain): Fix negotiation.
17377         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17378         key and button events.
17379         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17380         dung heap of code.
17381         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17382         depends on gconf
17383         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17384         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17385         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17386         function to encourage better negotiation, particularly between
17387         audioconvert and osssink.
17388         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17389         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17390         more important.
17391         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17392         typefinding.
17393         * gst/vbidec/vbiscreen.c:  Add glib header
17394         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17395
17396 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17397
17398         * ext/mad/gstmad.c: Fix detection of Xing headers
17399         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17400
17401 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17402
17403         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17404         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17405           debug updates
17406
17407 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17408
17409         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17410         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17411         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17412         files, and report the parsed length as a GST_TAG_DURATION tag.
17413         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17414
17415 2004-03-05  Benjamin Otte  <otte@gnome.org>
17416
17417         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17418           convert channels correctly. convert correctly to unsigned.
17419
17420 2004-03-05  Julien MOUTTE <julien@moutte.net>
17421
17422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17423         we have a window before clearing it.
17424
17425 2004-03-05  Julien MOUTTE <julien@moutte.net>
17426
17427         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17428         have a window before clearing it.
17429
17430 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17431
17432         * gconf/gstreamer.schemas.in:
17433         * gst-libs/gst/gconf/Makefile.am:
17434           version installation path the same way as for 0.6
17435         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17436         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17437         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17438           remove comment that was fixed
17439
17440 2004-03-05  David Schleef  <ds@schleef.org>
17441
17442         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17443         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17444         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17445         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17446         Add prototype code for handling seeking and querying.
17447
17448 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17449
17450         * examples/gstplay/player.c: (main):
17451           Initialize variables to NULL. Prevents a segfault because the
17452           (uninitialized) variable is not NULL, resulting in a crash on
17453           trying to reach error->message.
17454
17455 2004-03-05  Benjamin Otte  <otte@gnome.org>
17456
17457         * gst/audioconvert/gstaudioconvert.c:
17458         (gst_audio_convert_buffer_to_default_format):
17459         make float=>int conversion work correctly even in cornercases.
17460
17461 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17462
17463         * debian/README.Debian:
17464         * debian/build-deps:
17465         * debian/changelog:
17466         * debian/control:
17467         * debian/control.in:
17468         * debian/copyright:
17469         * debian/gstreamer-a52dec.files:
17470         * debian/gstreamer-aa.files:
17471         * debian/gstreamer-alsa.files:
17472         * debian/gstreamer-alsa.manpages:
17473         * debian/gstreamer-arts.files:
17474         * debian/gstreamer-artsd.files:
17475         * debian/gstreamer-audiofile.files:
17476         * debian/gstreamer-avifile.files:
17477         * debian/gstreamer-cdparanoia.files:
17478         * debian/gstreamer-colorspace.files:
17479         * debian/gstreamer-doc.files:
17480         * debian/gstreamer-dv.files:
17481         * debian/gstreamer-dvd.files:
17482         * debian/gstreamer-esd.files:
17483         * debian/gstreamer-festival.files:
17484         * debian/gstreamer-flac.files:
17485         * debian/gstreamer-gconf.conffiles:
17486         * debian/gstreamer-gconf.files:
17487         * debian/gstreamer-gconf.postinst:
17488         * debian/gstreamer-gnomevfs.files:
17489         * debian/gstreamer-gsm.files:
17490         * debian/gstreamer-http.files:
17491         * debian/gstreamer-jack.files:
17492         * debian/gstreamer-jpeg.files:
17493         * debian/gstreamer-mad.files:
17494         * debian/gstreamer-mikmod.files:
17495         * debian/gstreamer-misc.files:
17496         * debian/gstreamer-mpeg2dec.files:
17497         * debian/gstreamer-oss.files:
17498         * debian/gstreamer-plugin-apps.files:
17499         * debian/gstreamer-plugin-apps.manpages:
17500         * debian/gstreamer-plugin-libs-dev.files:
17501         * debian/gstreamer-plugin-libs.files:
17502         * debian/gstreamer-plugin-template.postinst:
17503         * debian/gstreamer-plugin-template.postrm:
17504         * debian/gstreamer-sdl.files:
17505         * debian/gstreamer-sid.files:
17506         * debian/gstreamer-vorbis.files:
17507         * debian/gstreamer-x.files:
17508         * debian/mk.control:
17509         * debian/rules:
17510         Debian package info not maintained here.
17511
17512 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17513
17514         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17515         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17516         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17517         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17518         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17519         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17520         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17521         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17522         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17523         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17524         * gst-libs/gst/colorbalance/colorbalance.c:
17525         (gst_color_balance_class_init):
17526         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17527         (gst_color_balance_channel_class_init):
17528         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17529         * gst-libs/gst/play/play.c: (gst_play_class_init):
17530         * gst-libs/gst/propertyprobe/propertyprobe.c:
17531         (gst_property_probe_iface_init):
17532         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17533         * gst-libs/gst/tuner/tunerchannel.c:
17534         (gst_tuner_channel_class_init):
17535         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17536         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17537         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
17538         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17539         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17540         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17541         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17542         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
17543         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
17544           fix signals to use - instead of _
17545         * ext/libcaca/gstcacasink.h:
17546         * ext/sdl/sdlvideosink.h:
17547           fix header rename
17548
17549 2004-03-04  David Schleef  <ds@schleef.org>
17550
17551         * testsuite/gst-lint:  Add a check for bad signal names.
17552
17553 2004-03-04  <kost@imn.htwk-leipzig.de>
17554
17555         reviewed by David Schleef
17556
17557         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
17558         modified the alpha channel and caused a warning. (bug #136192)
17559
17560 2004-04-03  Christian Schaller <Uraeus@gnome.org>
17561
17562         * gst-plugins.spec.in:
17563         Change names of plugins to actually be correct. Try to keep things
17564         alphabetical to avoid getting beat up by Thomas
17565
17566 2004-03-03  Julien MOUTTE <julien@moutte.net>
17567
17568         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
17569         Using ximagesink as a default if no gconf key found. We should
17570         probably consider using alsasink instead of osssink for the audio
17571         part.
17572
17573 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17574
17575         * configure.ac:
17576           fix --with-plugins, don't think it ever worked before
17577         * gst-plugins.spec.in:
17578           even more updates
17579
17580 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17581
17582         * ext/sdl/sdlvideosink.h:
17583         * sys/ximage/ximagesink.h:
17584         * sys/xvideo/xvideosink.h:
17585         * sys/xvimage/xvimagesink.h:
17586           Fix for move of gstvideosink.h -> videosink.h.
17587
17588 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17589
17590         * gst-libs/gst/xwindowlistener/Makefile.am:
17591           this is a plugin library, not a library
17592
17593 2004-03-01  David Schleef  <ds@schleef.org>
17594
17595         * AUTHORS:  Added some names.  Add yourself if you're still
17596         missing.
17597
17598 2004-03-01  David Schleef  <ds@schleef.org>
17599
17600         * MAINTAINERS: Add
17601
17602 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17603
17604         * gst-plugins.spec.in: clean up spec file
17605
17606 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17607
17608         * gst-libs/gst/video/Makefile.am:
17609         * gst-libs/gst/video/gstvideosink.c:
17610         * gst-libs/gst/video/gstvideosink.h:
17611           rename gstvideosink.h to videosink.h to match other headers
17612         * gst/mixmatrix/Makefile.am:
17613           fix plugin filename
17614         * gst/tags/Makefile.am: fix plugin filename
17615
17616 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17617
17618         * gst/tags/Makefile.am: fix plugin filename
17619
17620 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17621
17622         * examples/gstplay/player.c: (got_time_tick), (main):
17623           add error handler
17624           display time_tick more readably
17625         * gst/mixmatrix/Makefile.am:
17626           fix plugin file name
17627
17628 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
17629
17630         * sys/oss/gstosselement.c: (gst_osselement_probe),
17631         (device_combination_append), (gst_osselement_class_probe_devices):
17632         * sys/oss/gstosselement.h:
17633           Reworked enumeration of oss dsps and mixers so that gst-mixer works
17634           on my system using alsa oss emulation, fixes bug #135597
17635
17636 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17637
17638         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
17639         (gst_videodrop_chain), (gst_videodrop_change_state):
17640         * gst/videodrop/gstvideodrop.h:
17641           Work based on timestamp of input data, not based on the expected
17642           framerate from the input. The consequence is that this element now
17643           not only scales framerates, but also functions as a framerate
17644           corrector or framerate stabilizer/constantizer.
17645
17646 2004-02-27  David Schleef  <ds@schleef.org>
17647
17648         patches from jmmv@menta.net (Julio M. Merino Vidal)
17649
17650         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
17651         GST_ELEMENT_ERROR call (bug #135634)
17652         * gst/interleave/interleave.c: (interleave_buffered_loop),
17653         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
17654         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
17655         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17656         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
17657         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
17658         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17659         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
17660         Fix GST_ELEMENT_ERROR call.
17661         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
17662         GST_ELEMENT_ERROR call.
17663
17664 2004-02-27  Benjamin Otte  <otte@gnome.org>
17665
17666         * gst-libs/gst/audio/audio.h:
17667           add macro to make sure header isn't included twice
17668         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
17669           don't use gst_buffer_free
17670         * gst/playondemand/filter.func:
17671           don't use gst_data_free. Free data only once.
17672
17673 2004-02-26  David Schleef  <ds@schleef.org>
17674
17675         * gst-libs/gst/colorbalance/Makefile.am:
17676         * gst-libs/gst/mixer/Makefile.am:
17677         * gst-libs/gst/tuner/Makefile.am:
17678         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
17679         should not be disted, -marshal.h files should not be installed,
17680         and -enum.h files _should_ be installed.  Fix to make this the
17681         case.
17682
17683 === release 0.7.5 ===
17684
17685 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17686
17687         * configure.ac: release 0.7.5, "Under The Sea"
17688
17689 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17690
17691         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17692         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
17693         * gst/videoscale/gstvideoscale.c:
17694         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17695           assorted debug/warning fixes
17696
17697 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17698
17699         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
17700         (gst_videoscale_init), (gst_videoscale_chain),
17701         (gst_videoscale_set_property), (plugin_init):
17702         * gst/videoscale/gstvideoscale.h:
17703         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17704         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
17705         (gst_videoscale_planar400), (gst_videoscale_packed422),
17706         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
17707         (gst_videoscale_24bit), (gst_videoscale_16bit),
17708         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
17709         (gst_videoscale_scale_plane_slow),
17710         (gst_videoscale_scale_point_sample),
17711         (gst_videoscale_scale_nearest),
17712         (gst_videoscale_scale_nearest_str2),
17713         (gst_videoscale_scale_nearest_str4),
17714         (gst_videoscale_scale_nearest_32bit),
17715         (gst_videoscale_scale_nearest_24bit),
17716         (gst_videoscale_scale_nearest_16bit):
17717         add debugging category and use it properly
17718         fix use of GST_PTR_FORMAT
17719
17720 2004-02-25  Andy Wingo  <wingo@pobox.com>
17721
17722         * gst/interleave/interleave.c (interleave_buffered_loop): Always
17723         push only when channel->buffer is NULL. Prevents segfaults doing
17724         the state change after a nonlocal exit, like a scheme exception.
17725
17726         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17727         Handle the case where the intersected caps is empty.
17728
17729 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17730
17731         * gst/law/mulaw-decode.c: (mulawdec_link):
17732         * gst/law/mulaw.c: (plugin_init):
17733           fix mulawdec so it actually works again
17734
17735 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
17736
17737         reviewed by: David Schleef  <ds@schleef.org>
17738
17739         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
17740         (gst_gamma_init), (gst_gamma_set_property),
17741         (gst_gamma_get_property), (gst_gamma_calculate_tables),
17742         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
17743         for RGB, with separate r g and b correction factors. (#131167)
17744
17745 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17746
17747         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17748           only signal tags for bitrate if they're > 0 (#134894)
17749
17750 2004-02-24  David Schleef  <ds@schleef.org>
17751
17752         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
17753         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
17754         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
17755         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
17756         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
17757         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
17758         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
17759         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
17760         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
17761         category.  Attempt to fix timestamp calculation.
17762
17763 2004-02-24  Johan Dahlin  <johan@gnome.org>
17764
17765         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
17766
17767 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17768
17769         * configure.ac:
17770         * gconf/Makefile.am:
17771         * gconf/gstreamer.schemas:
17772         * gst-libs/gst/gconf/Makefile.am:
17773         * gst-libs/gst/gconf/gconf.c:
17774           version gconf schemas and install locations
17775
17776 2004-02-23  Benjamin Otte  <otte@gnome.org>
17777
17778         * ext/xine/xineinput.c: (gst_xine_input_dispose):
17779         (gst_xine_input_subclass_init):
17780           call parent dispose.
17781           change pad template for CD reader correctly
17782         * ext/xine/Makefile.am:
17783         * ext/xine/gstxine.h:
17784         * ext/xine/xine.c: (plugin_init):
17785         * ext/xine/xineaudiosink.c:
17786           wrap audio sinks, too
17787         * gst-libs/gst/resample/private.h:
17788         * gst-libs/gst/resample/resample.c: (gst_resample_init),
17789         (gst_resample_reinit), (gst_resample_scale),
17790         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
17791         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
17792         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
17793         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
17794         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
17795         * gst-libs/gst/resample/resample.h:
17796         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17797         (gst_audioscale_class_init), (gst_audioscale_link),
17798         (gst_audioscale_get_buffer), (gst_audioscale_init),
17799         (gst_audioscale_chain), (gst_audioscale_set_property),
17800         (gst_audioscale_get_property):
17801         * gst/audioscale/gstaudioscale.h:
17802           s/resample_*/gst_resample_*/i to not clobber namespaces
17803
17804 2004-02-23  Julien MOUTTE  <julien@moutte.net>
17805
17806         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17807         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17808         (gst_riff_create_video_template_caps),
17809         (gst_riff_create_audio_template_caps),
17810         (gst_riff_create_iavs_template_caps):
17811         * gst-libs/gst/riff/riff-media.h:
17812         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
17813         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
17814         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
17815         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17816         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17817         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17818         (gst_matroska_demux_plugin_init): First batch implementing audio and
17819         video codec tags in demuxers.
17820
17821 2004-02-22  Benjamin Otte  <otte@gnome.org>
17822
17823         * ext/xine/Makefile.am:
17824         * ext/xine/gstxine.h:
17825         * ext/xine/xine.c: (plugin_init):
17826         * ext/xine/xineinput.c:
17827           add input plugin wrapper. Playback from files, http, mms and cdda
17828           works.
17829         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
17830           remove leftover G_GNUC_UNUSED
17831         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
17832         (gst_asf_demux_identify_guid):
17833           improve debugging output
17834
17835 2004-02-22  Benjamin Otte  <otte@gnome.org>
17836
17837         reported by: Padraig O'Briain <padraig.obriain@sun.com>
17838
17839         * autogen.sh:
17840           replace test -e with test -x for mkinstalldirs to be more portable.
17841           (fixes #134816)
17842
17843 2004-02-22  Benjamin Otte  <otte@gnome.org>
17844
17845         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
17846
17847         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
17848           set rank to PRIMARY
17849         * gst/volume/gstvolume.c: (plugin_init):
17850           set rank to NONE
17851         fixes #134960
17852
17853 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
17854
17855         reviewed by Benjamin Otte  <otte@gnome.org>
17856
17857         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
17858           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
17859
17860 2004-02-22  Benjamin Otte  <otte@gnome.org>
17861
17862         * configure.ac:
17863           export [_]*{gst,Gst,GST}.* symbols from plugins
17864
17865 2004-02-22  Christophe Fergeau <teuf@gnome.org>
17866
17867         reviewed by: Benjamin Otte  <otte@gnome.org>
17868
17869         * ext/lame/gstlame.c: (add_one_tag):
17870         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17871         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
17872         (gst_vorbisenc_metadata_set1):
17873         * gst/tags/gstid3tag.c:
17874         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
17875           apply fixes from bugs #135042 (lame can't write tags) and #133817
17876           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
17877
17878 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
17879
17880         * configure.ac: Export only gst_plugin_desc from plugins.
17881          Note that this change only makes any effect with Linux using libtool
17882          1.5.2 or higher. Otherwise it is silently ignored, but it would build
17883          fine. And don't try to have several versions of libtool in different
17884          directories.
17885
17886 2004-02-20  Andy Wingo  <wingo@pobox.com>
17887
17888         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
17889         interleave respectively.
17890
17891         * gst/interleave/deinterleave.c: New plugin: deinterleave
17892         (replaces on oneton).
17893         * gst/interleave/interleave.c: New plugin: interleave.
17894         * gst/interleave/plugin.h: Support file.
17895         * gst/interleave/plugin.c: Support file.
17896
17897         * configure.ac: Remove intfloat and oneton, add interleave.
17898
17899         * ext/sndfile/gstsf.c: Handle events better.
17900
17901         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
17902         and float2int operation. int2float has scheduling problems as
17903         noted in in2float_chain.
17904
17905 2004-02-20  Benjamin Otte  <otte@gnome.org>
17906
17907         * ext/xine/Makefile.am:
17908         * ext/xine/gstxine.h:
17909         * ext/xine/xine.c:
17910         * ext/xine/xineaudiodec.c:
17911         * ext/xine/xinecaps.c:
17912           add first version of xine plugin wrapper. Currently only wraps the
17913           QDM2 win32 DLL, and even that only in proof-of-concept quality.
17914         * configure.ac:
17915         * ext/Makefile.am:
17916           add xine plugin wrapper, disabled by default. Use --enable-xine to
17917           build. Note that it'll segfault on gst-register if you don't remove
17918           the goom and tvtime post plugins from xine.
17919         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17920         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
17921           add extradata parsing for QDM2.
17922           change around debugging prints.
17923
17924 2004-02-19  Benjamin Otte  <otte@gnome.org>
17925
17926         * ext/lame/gstlame.c: (gst_lame_chain):
17927         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17928           use gst_tag_list_insert when you want to insert tags
17929
17930 2004-02-18  David Schleef  <ds@schleef.org>
17931
17932         * configure.ac:  Move massink to gst-rotten
17933         * ext/Makefile.am:
17934         * ext/mas/Makefile.am:
17935         * ext/mas/massink.c:
17936         * ext/mas/massink.h:
17937
17938 2004-02-18  David Schleef  <ds@schleef.org>
17939
17940         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
17941         typefinding, since it seems to be worse than nothing.
17942         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
17943         atom to recognize .mp4 and .m4a files as video/quicktime.
17944
17945 2004-02-18  David Schleef  <ds@schleef.org>
17946
17947         * gst/sine/demo-dparams.c: (quit_live),
17948         (dynparm_log_value_changed), (dynparm_value_changed), (main):
17949         Use double dparams, not float.
17950         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17951         (gst_sinesrc_init): Change sync default to FALSE, since multiple
17952         sync'd elements don't really work correctly.
17953         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
17954         (volume_update_volume), (volume_get_property):  Change dparam
17955         to double.
17956
17957 2004-02-18  Julien MOUTTE  <julien@moutte.net>
17958
17959         * sys/ximage/ximagesink.c:
17960         (gst_ximagesink_xwindow_update_geometry),
17961         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
17962         (gst_ximagesink_change_state), (gst_ximagesink_expose),
17963         (gst_ximagesink_init): Rework the way software video scaling works. So
17964         now we check on each chain call if the video frames are feeling the
17965         window. If not we try to renegotiate caps. On failure we memorize that
17966         and we won't try again for that PLAYING sessions.
17967         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
17968         failure.
17969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
17970         synchronous flag.
17971
17972 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17973
17974         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17975           break up _link so we can give a better debug message for errors
17976
17977 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17978
17979         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
17980           set up debug category
17981
17982 2004-02-18  Julien MOUTTE <julien@moutte.net>
17983
17984         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17985         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
17986         the way renegotiation work. The event handling function is not taking
17987         care of external windows and renegotiate method check for pad flags
17988         NEGOTIATING. Should fix : #133209
17989
17990 2004-02-17  Julien MOUTTE  <julien@moutte.net>
17991
17992         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
17993         pad is negotiating before trying renegotiation.
17994
17995 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17996
17997         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
17998           pass on all possible mime types as typefind hints
17999
18000 2004-02-17  Julien MOUTTE <julien@moutte.net>
18001
18002         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
18003         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
18004         possible SHM leak if we crash. All other apps using XShm are doing
18005         that.
18006
18007 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18008
18009         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18010         (gst_ximagesink_expose): Renegotiate size on expose.
18011         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
18012         size on expose.
18013
18014 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18015
18016         * testsuite/alsa/sinesrc.c:
18017           cosmetic fix to fix compile issue with gcc 2.95.4
18018
18019 2004-02-16  Julien MOUTTE <julien@moutte.net>
18020
18021         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18022         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
18023         failed opening the audio device.
18024         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18025         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
18026         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
18027         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
18028         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18029         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
18030         (gst_ximagesink_change_state), (gst_ximagesink_chain),
18031         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
18032         Removing some useless g_return_if_fail like wingo suggested.
18033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18034         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
18035         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18036         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
18037         (gst_xvimagesink_update_colorbalance),
18038         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
18039         (gst_xvimagesink_xcontext_clear),
18040         (gst_xvimagesink_get_fourcc_from_caps),
18041         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18042         (gst_xvimagesink_set_xwindow_id),
18043         (gst_xvimagesink_colorbalance_list_channels),
18044         (gst_xvimagesink_colorbalance_set_value),
18045         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
18046         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
18047
18048 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18049
18050         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18051           throw error when not negotiated instead of asserting
18052
18053 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18054
18055         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
18056         correct data refcounting.
18057
18058 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18059
18060         * gst/switch/gstswitch.c: (gst_switch_change_state),
18061         (gst_switch_class_init): Cleaning the sinkpads correctly on state
18062         change, mostly the EOS flag.
18063
18064 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18065
18066         * examples/gstplay/player.c: (got_eos), (main): Adding some
18067         output for debugging.
18068         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
18069         timeouts if we go to any state different from PLAYING.
18070         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
18071         more EOS bugs in riff lib.
18072
18073 2004-02-14  Julien MOUTTE  <julien@moutte.net>
18074
18075         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
18076         visualization until i find a way to fix switch correctly.
18077         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
18078         EOS arrives.
18079         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18080         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18081         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
18082         Reworked switch to get a more correct behaviour with events and refing
18083         of data stored in sinkpads.
18084         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
18085         we don't pull from a pad in EOS.
18086
18087 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18088
18089         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18090           remove v1 tag even if we can't read it (makes sure we don't detect
18091           it again)
18092
18093 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18094
18095         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
18096         (gst_alsa_xrun_recovery):
18097         * ext/alsa/gstalsa.h:
18098           try xrun recovery when wait failed. Make xrun recovery function
18099           return TRUE/FALSE to indicate success. (might fix #134354)
18100
18101 2004-02-13  David Schleef  <ds@schleef.org>
18102
18103         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
18104         (dynparm_value_changed), (main): Convert from float to double.
18105         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
18106
18107 2004-02-13  David Schleef  <ds@schleef.org>
18108
18109         * gst/silence/gstsilence.c: (gst_silence_class_init),
18110         (gst_silence_set_clock), (gst_silence_get),
18111         (gst_silence_set_property), (gst_silence_get_property):
18112         * gst/silence/gstsilence.h: Add sync property.
18113         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18114         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
18115         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
18116         * gst/sine/gstsinesrc.h: Add sync property.
18117
18118 2004-02-13  David Schleef  <ds@schleef.org>
18119
18120         * gst/intfloat/gstint2float.c: (conv_f32_s16),
18121         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
18122
18123 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18124
18125         * configure.ac:
18126         * ext/Makefile.am:
18127         * gst-libs/ext/Makefile.am:
18128           move ffmpeg plugin to gst-ffmpeg module
18129
18130 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18131
18132         * configure.ac: use GST_ARCH to detect architecture
18133
18134 2004-02-12  Julien MOUTTE  <julien@moutte.net>
18135
18136         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
18137
18138 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18139
18140         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18141           classify LADSPA plugins based on number of src/sink pads
18142           (#133663, Stefan Kost)
18143         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
18144           fix dparams registration
18145           (#133528, Stefan Kost)
18146         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
18147           fix use of isprint and use g_ascii_isprint instead
18148           (#133316, Stefan Kost)
18149
18150 2004-02-11  David Schleef  <ds@schleef.org>
18151
18152         Convert a few inner loops to use liboil.  This is currently
18153         optional, and is only enabled if liboil is present (duh!).
18154         * configure.ac: Check for liboil-0.1
18155         * gst/intfloat/Makefile.am:
18156         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
18157         (gst_int2float_chain_gint16):
18158         * gst/videofilter/Makefile.am:
18159         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
18160         (tablelookup_u8), (gst_videobalance_planar411):
18161         * gst/videotestsrc/Makefile.am:
18162         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
18163         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
18164         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
18165         (paint_hline_RGB565), (paint_hline_xRGB1555):
18166
18167 2004-02-11  David Schleef  <ds@schleef.org>
18168
18169         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
18170         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
18171         (gst_colorspace_getcaps), (gst_colorspace_link),
18172         (gst_colorspace_base_init), (gst_colorspace_init),
18173         (gst_colorspace_chain), (gst_colorspace_change_state),
18174         (plugin_init): Merge Ronald's patch (bug #117897) and update
18175         for new caps and negotiation.  Seems to work, although it
18176         shows off bugs in lcs.
18177
18178 2004-02-11  David Schleef  <ds@schleef.org>
18179
18180         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
18181         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
18182
18183 2004-02-11  David Schleef  <ds@schleef.org>
18184
18185         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
18186         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
18187         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
18188         Add server and port properties
18189
18190 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18191
18192         * m4/a52.m4:
18193         * m4/aalib.m4:
18194         * m4/as-ffmpeg.m4:
18195         * m4/as-liblame.m4:
18196         * m4/as-slurp-ffmpeg.m4:
18197         * m4/check-libheader.m4:
18198         * m4/esd.m4:
18199         * m4/freetype2.m4:
18200         * m4/gconf-2.m4:
18201         * m4/glib.m4:
18202         * m4/gst-alsa.m4:
18203         * m4/gst-artsc.m4:
18204         * m4/gst-ivorbis.m4:
18205         * m4/gst-matroska.m4:
18206         * m4/gst-sdl.m4:
18207         * m4/gst-shout2.m4:
18208         * m4/gst-sid.m4:
18209         * m4/gtk.m4:
18210         * m4/libdv.m4:
18211         * m4/libfame.m4:
18212         * m4/libmikmod.m4:
18213         * m4/ogg.m4:
18214         * m4/vorbis.m4:
18215           fix underquotedness of macros (#133800)
18216         * m4/as-avifile.m4:
18217         * m4/xmms.m4:
18218           removed because no longer used
18219
18220 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18221
18222         * configure.ac:
18223           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18224           by autopoint (fixes #132996)
18225
18226 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18227
18228         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18229         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18230         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18231         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18232           fix memleaks
18233
18234 2004-02-11  David Schleef  <ds@schleef.org>
18235
18236         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18237         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18238         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18239         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18240         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18241         (gst_jpegenc_class_init), (gst_jpegenc_init),
18242         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18243         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18244         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18245         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18246
18247 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18248
18249         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18250         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18251         * ext/mikmod/gstmikmod.h:
18252           fix caps negotiation in mikmod
18253         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18254           output debug information
18255
18256 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18257
18258         * gst-libs/gst/colorbalance/Makefile.am:
18259         * gst-libs/gst/navigation/Makefile.am:
18260         * gst-libs/gst/xoverlay/Makefile.am:
18261           remove unused GST_OPT_CFLAGS from Makefiles
18262           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18263
18264 2004-02-07  David Schleef  <ds@schleef.org>
18265
18266         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18267         push events to pads that haven't been created (#133508)
18268
18269 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18270
18271         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18272         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18273         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18274         (gst_dvdec_loop), (gst_dvdec_change_state):
18275         Second attempt at committing a working dvdec element.
18276
18277 2004-02-06  David Schleef  <ds@schleef.org>
18278
18279         Build fixes for OS X: (see #129600)
18280         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18281         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18282         (gst_riff_read_strf_iavs):
18283         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18284         (gst_avi_demux_stream_odml):
18285         * gst/playondemand/Makefile.am:
18286         * gst/rtp/rtp-packet.c:
18287
18288 2004-02-05  David Schleef  <ds@schleef.org>
18289
18290         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18291         last change, because it Just Doesn't Compile.
18292
18293 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18294
18295         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18296           skip undecodable id3v2 tag instead of keeping it
18297
18298 2004-02-05  David Schleef  <ds@schleef.org>
18299
18300         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18301         Unref leaked buffer.  (Noticed by Ronald)
18302
18303 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18304
18305         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18306         Sync requires with other checks.  >= vs =.
18307
18308 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18309
18310         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18311         (gst_dvdec_video_link), (gst_dvdec_loop):
18312         * ext/dv/gstdvdec.h:
18313           rework the caps negotiation so that dvdec works again instead
18314           of just segfaulting.
18315
18316 === release 0.7.4 ===
18317
18318 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18319
18320         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18321         * configure.ac: changed for release
18322
18323 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18324
18325         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18326         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18327         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18328         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18329           reworked patch by David Lehn to fix libdir and includedir for
18330           uninstalled libraries
18331           removed play and gconf from gstreamer-libs since they have their
18332           own pkgconfig files
18333
18334 2004-02-04  David Schleef  <ds@schleef.org>
18335
18336         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18337         memleak.
18338
18339 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18340
18341         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18342           use correct GST_TAG_ENCODER tag
18343
18344 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18345
18346         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18347           be sure to stop the clock when going to paused
18348         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18349           reset number of transmitted when going to ready.
18350         fixes #132935
18351
18352 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18353
18354         reviewed by Benjamin Otte
18355
18356         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18357           extract track count (fixes #133410)
18358
18359 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18360
18361         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18362           that should be !=, not == (fixes #132519)
18363
18364 2004-02-04  David Schleef  <ds@schleef.org>
18365
18366         Make sure set_explicit_caps() is called before adding pad.
18367         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18368         * gst/id3/gstid3types.c: (gst_id3types_loop):
18369         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18370         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18371
18372 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18373
18374         * configure.ac:
18375           bump nano to 2, first prerelease
18376           put back AM_PROG_LIBTOOL
18377
18378 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18379
18380         * testsuite/alsa/Makefile.am:
18381           these are user test apps, not automatic testsuite tests
18382
18383 2004-02-04  David Schleef  <ds@schleef.org>
18384
18385         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18386         * gst/mpeg1videoparse/gstmp1videoparse.c:
18387         (mp1videoparse_parse_seq):
18388         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18389         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18390         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18391         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18392         (gst_xvideosink_getcaps):
18393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18394         * testsuite/gst-lint: more tests
18395
18396 2004-02-04  David Schleef  <ds@schleef.org>
18397
18398         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18399         with the code that they would expand to.
18400         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18401         (gst_flacdec_get_src_query_types),
18402         (gst_flacdec_get_src_event_masks):
18403         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18404         (gst_gnomevfssrc_get_query_types),
18405         (gst_gnomevfssrc_get_event_mask):
18406
18407 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18408
18409         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18410         (gst_sinesrc_dispose):
18411           fix memleak by properly disposing sinesrc
18412
18413 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18414
18415         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18416         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18417         an overlay to redraw the image because it has been exposed.
18418         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18419         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18420         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18421         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18422         interface
18423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18424         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18425         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18426         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18427         interface
18428
18429 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18430
18431         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18432           more memleak fixage
18433
18434 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18435
18436         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18437         * gst/typefind/gsttypefindfunctions.c:
18438           fix memleaks shown by gst-typefind
18439
18440 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18441
18442         * common/glib-gen.mak:
18443           add hack rule to touch .Plo files
18444         * gst-libs/gst/colorbalance/Makefile.am:
18445         * gst-libs/gst/mixer/Makefile.am:
18446         * gst-libs/gst/play/Makefile.am:
18447         * gst-libs/gst/tuner/Makefile.am:
18448           remove glib_root variable
18449
18450 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18451
18452         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18453           set explicit caps before adding the element, so the autopluggers can
18454           plug correctly.
18455         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18456         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18457         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18458         (dv_type_find):
18459           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18460           argument.
18461
18462 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18463
18464         * gst-libs/gst/colorbalance/Makefile.am:
18465         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18466         * gst-libs/gst/colorbalance/colorbalance.c:
18467         * gst-libs/gst/colorbalance/colorbalance.h:
18468         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18469         * gst-libs/gst/mixer/Makefile.am:
18470         * gst-libs/gst/mixer/mixer-marshal.list:
18471         * gst-libs/gst/mixer/mixer.c:
18472         * gst-libs/gst/mixer/mixer.h:
18473         * gst-libs/gst/mixer/mixermarshal.list:
18474         * gst-libs/gst/play/Makefile.am:
18475         * gst-libs/gst/play/play.h:
18476         * gst-libs/gst/tuner/Makefile.am:
18477         * gst-libs/gst/tuner/tuner-marshal.list:
18478         * gst-libs/gst/tuner/tuner.c:
18479         * gst-libs/gst/tuner/tuner.h:
18480         * gst-libs/gst/tuner/tunermarshal.list:
18481           use new glib-gen.mak snippet to clean up Makefile.am
18482           fix various bugs in Makefile.am's
18483
18484 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18485
18486         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18487           handle chain parsing correctly in the multichain case
18488         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18489         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18490         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18491         (theora_dec_chain):
18492           handle events and queries correctly
18493
18494 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18495
18496         * .cvsignore:
18497         Ignore generated file _stdint.h.
18498
18499 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18500
18501         * gst-libs/gst/colorbalance/Makefile.am:
18502         * gst-libs/gst/colorbalance/colorbalance.h:
18503         * gst-libs/gst/mixer/Makefile.am:
18504         * gst-libs/gst/mixer/mixer.h:
18505         * gst-libs/gst/play/Makefile.am:
18506         * gst-libs/gst/play/play.h:
18507         * gst-libs/gst/tuner/Makefile.am:
18508         * gst-libs/gst/tuner/tuner.h:
18509         Generate enum type code with glib-mkenums.
18510         * gst-libs/gst/colorbalance/.cvsignore:
18511         * gst-libs/gst/mixer/.cvsignore:
18512         * gst-libs/gst/play/.cvsignore:
18513         * gst-libs/gst/tuner/.cvsignore:
18514         Ignore generated files.
18515
18516 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18517
18518         * gst-libs/gst/audio/.cvsignore:
18519         Ignore generated file.
18520         * gst-libs/gst/audio/Makefile.am:
18521         Do not install example filter.
18522
18523 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18524
18525         * examples/switch/.cvsignore:
18526         Ignore generated file.
18527
18528 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18529
18530         * common/m4/ax_create_stdint_h.m4:
18531         * configure.ac:
18532           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18533           _stdint.h.
18534         * Makefile.am:
18535           remove generated _stdint.h in DISTCLEANFILES
18536         * ext/a52dec/gsta52dec.c:
18537           include _stdint.h for a52dec. (should fix #133064)
18538
18539 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18540
18541         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
18542         (gst_tag_to_vorbis_comments):
18543         Add replaygain support to vorbistag
18544
18545 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18546         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18547         (gst_ffmpeg_caps_to_extradata):
18548           Fix SVQ3 caps flag properties
18549           Use glib macro for bytes swap
18550
18551 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18552
18553         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18554         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18555         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18556         * ext/sndfile/gstsf.c: (plugin_init):
18557         * gst/avi/gstavi.c: (plugin_init):
18558         * sys/dxr3/dxr3init.c: (plugin_init):
18559         * sys/oss/gstossaudio.c: (plugin_init):
18560         * sys/v4l/gstv4l.c: (plugin_init):
18561         * sys/v4l2/gstv4l2.c: (plugin_init):
18562           remove textdomain calls
18563         * po/nl.po:
18564           update Dutch translation
18565
18566 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18567
18568         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18569         (gst_play_set_audio_sink): Moving volume in the audio thread for
18570         instantaneous volume change. Maybe i will add another volume in front
18571         of visualization later, not sure yet though.
18572
18573 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18574
18575         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18576         (gst_ximagesink_handle_xevents): Better X events handling, only take
18577         the latest events for configure and motion.
18578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
18579
18580 2004-02-02  Jon Trowbridge  <trow@gnu.org>
18581
18582         reviewed by: David Schleef  <ds@schleef.org>
18583
18584         Fix memory leaks:
18585         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
18586         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
18587
18588 2004-02-02  David Schleef  <ds@schleef.org>
18589
18590         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
18591         of lines.
18592         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
18593         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18594         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
18595         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18596         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18597         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
18598         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
18599         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
18600         (gst_float2_2_int_link):
18601         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18602         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
18603         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
18604         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
18605         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
18606         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
18607         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
18608         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
18609         * testsuite/gst-lint: Add tests for bzero and ;;
18610
18611 2004-02-02  David Schleef  <ds@schleef.org>
18612
18613         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
18614
18615 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18616
18617         * ext/aalib/gstaasink.c: (gst_aasink_open):
18618         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
18619         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18620         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18621         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
18622         (gst_afsink_close_file):
18623         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
18624         (gst_afsrc_close_file):
18625         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
18626         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
18627         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18628         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
18629         * ext/esd/esdmon.c: (gst_esdmon_get):
18630         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
18631         * ext/faac/gstfaac.c: (gst_faac_chain):
18632         * ext/faad/gstfaad.c: (gst_faad_chain):
18633         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
18634         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18635         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
18636         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
18637         (gst_flacdec_loop):
18638         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18639         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18640         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18641         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
18642         (gst_gnomevfssink_close_file):
18643         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18644         (gst_gnomevfssrc_open_file):
18645         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18646         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
18647         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
18648         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18649         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
18650         * ext/mad/gstmad.c: (gst_mad_chain):
18651         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
18652         * ext/mpeg2dec/gstmpeg2dec.c:
18653         * ext/mpeg2enc/gstmpeg2enc.cc:
18654         * ext/mplex/gstmplex.cc:
18655         * ext/mplex/gstmplexibitstream.cc:
18656         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
18657         (gst_ogg_demux_push):
18658         * ext/raw1394/gstdv1394src.c:
18659         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
18660         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
18661         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
18662         (gst_sf_loop):
18663         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18664         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
18665         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
18666         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
18667         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18668         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
18669         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
18670         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
18671         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18672         (gst_riff_read_element_data), (gst_riff_read_seek),
18673         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
18674         * gst/adder/gstadder.c: (gst_adder_loop):
18675         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
18676         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
18677         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
18678         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18679         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
18680         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
18681         * gst/goom/gstgoom.c: (gst_goom_chain):
18682         * gst/id3/gstid3types.c: (gst_id3types_loop):
18683         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18684         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
18685         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
18686         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18687         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
18688         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
18689         (gst_ebml_read_float), (gst_ebml_read_header):
18690         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
18691         (gst_matroska_demux_parse_blockgroup):
18692         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
18693         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
18694         * gst/oneton/gstoneton.c: (gst_oneton_chain):
18695         * gst/silence/gstsilence.c: (gst_silence_get):
18696         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18697         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
18698         * gst/speed/gstspeed.c: (speed_loop):
18699         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18700         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18701         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
18702         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18703         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18704         (gst_wavparse_loop):
18705         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
18706         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
18707         (dxr3audiosink_close):
18708         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
18709         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
18710         (dxr3videosink_close), (dxr3videosink_write_data):
18711         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
18712         * sys/oss/gstosssink.c: (gst_osssink_chain):
18713         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18714         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
18715         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
18716         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
18717         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
18718         (gst_v4l_set_window), (gst_v4l_enable_overlay):
18719         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
18720         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
18721         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
18722         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
18723         (gst_v4l_set_audio):
18724         * sys/v4l/v4l_calls.h:
18725         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
18726         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
18727         (gst_v4lmjpegsink_playback_init),
18728         (gst_v4lmjpegsink_playback_start):
18729         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
18730         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18731         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
18732         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
18733         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
18734         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
18735         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
18736         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
18737         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
18738         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
18739         (gst_v4l2_get_output), (gst_v4l2_set_output),
18740         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
18741         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
18742         (gst_v4l2_set_attribute):
18743         * sys/v4l2/v4l2_calls.h:
18744         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
18745         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
18746         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
18747         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
18748         (gst_v4l2src_capture_stop):
18749         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
18750         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
18751         (gst_ximagesink_chain):
18752         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
18753         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
18754         (gst_xvideosink_xwindow_new):
18755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18756         (gst_xvimagesink_chain):
18757
18758 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18759
18760         * gst/volume/gstvolume.c: (gst_volume_set_volume),
18761         (gst_volume_get_volume), (volume_class_init), (volume_init),
18762         (volume_chain_int16), (volume_update_volume):
18763         * gst/volume/gstvolume.h:
18764           make code more readable by removing magic numbers
18765           make mixer interface export 0-100 range
18766           make it internally map to 0.0-1.0 range so users don't distort
18767           output by putting the sliders at full volume
18768
18769 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18770
18771         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
18772         (gst_play_state_change), (gst_play_seek_to_time):
18773         block the tick callback for 0.5 secs after doing a seek
18774
18775 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18776
18777         * gst-libs/gst/play/play.c: (gst_play_new):
18778           check for GError
18779
18780 2004-02-01  Julien MOUTTE  <julien@moutte.net>
18781
18782         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
18783         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
18784         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
18785         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
18786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
18787         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
18788
18789 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18790
18791         * configure.ac:
18792         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18793           check for a function added in vorbis 1.1
18794
18795 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18796
18797         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
18798         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
18799           really start/stop clock only on PLAYING <=> PAUSED
18800         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18801           remove \n from debugging lines
18802         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18803           make it work when seeking does not
18804         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18805           reset on DISCONT
18806
18807 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18808
18809         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
18810           start clock on PAUSED=>PLAYING, not later
18811         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18812           extract correct time for different discont formats
18813         (gst_alsa_sink_get_time):
18814           don't segfault when no format is negotiated yet, just return 0
18815         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18816         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
18817         (gst_ogg_pad_push):
18818           handle flush and discont events correctly
18819         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
18820           handle discont events correctly
18821
18822 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18823
18824         * gst-libs/gst/play/play.c: (gst_play_error_quark),
18825         (gst_play_error_create), (gst_play_error_plugin),
18826         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
18827         * gst-libs/gst/play/play.h:
18828           add error handling during creation
18829         * examples/gstplay/player.c: (main):
18830           use new gst_play_new
18831
18832
18833 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18834
18835         * ext/theora/theoradec.c: (theora_dec_chain):
18836           make comments work
18837         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18838         (vorbis_dec_src_event), (vorbis_dec_chain):
18839           add encoder tag, fix tag reading to be more error tolerant, change
18840           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
18841           gst_pad_event_default.
18842         * gst/tags/gstvorbistag.c:
18843         (gst_tag_list_from_vorbiscomment_buffer):
18844           undefine function specific define at end of function
18845
18846 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
18847
18848         * ext/flac/gstflac.c: (plugin_init):
18849         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
18850         * ext/flac/gstflacdec.h:
18851         * ext/flac/gstflacenc.h:
18852           Fix typos
18853
18854 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
18855
18856         * examples/gstplay/player.c: s/gstplay.h/play.h/
18857
18858 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18859
18860         * gst-libs/gst/play/Makefile.am:
18861         * gst-libs/gst/play/gstplay.c:
18862         * gst-libs/gst/play/gstplay.h:
18863         * gst-libs/gst/play/play.c:
18864           more surgery, operation complete
18865
18866 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18867
18868         * gst-libs/gst/play/play.old.c:
18869         * gst-libs/gst/play/play.old.h:
18870           after CVS surgery by moving, remove
18871         * gst-libs/gst/play/playpipelines.c:
18872           remove
18873
18874         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18875           add negotiation error
18876
18877 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18878
18879         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18880         (gst_ogg_demux_push):
18881           add some seeking debug info
18882           send a flush when seeking
18883
18884 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18885
18886         * configure.ac:
18887           use AC_C_INLINE
18888         * configure.ac:
18889         * ext/Makefile.am:
18890         * ext/theora/Makefile.am:
18891         * ext/theora/theoradec.c:
18892           add theora video decoder. Does just do simple decoding for now and
18893           has been tested against Theora cvs only. It only works when theora
18894           is compiled with --enable-static.
18895         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18896           always reset packetno on DISCONT
18897
18898 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18899
18900         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18901           Fix audio.
18902
18903 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18904
18905         * gst/mpegaudioparse/gstmpegaudioparse.c:
18906         (mp3_type_frame_length_from_header):
18907           Fix header parsing - stolen from ffmpeg (thank you! :) ).
18908
18909 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18910
18911         * ext/esd/esdsink.c: (gst_esdsink_init):
18912           Since we have static pad template caps, we don't need to negotiate;
18913           either the core errors out or we know the format.
18914
18915 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18916
18917         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18918         (gst_riff_read_seek):
18919         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18920         (gst_ebml_read_seek):
18921           Fix event handling.
18922
18923 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18924
18925         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
18926           removee video/x-theora from vp3 decoder, it doesn't handle raw
18927           theora streams
18928         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
18929           fix bug with finalizing element that never went to PAUSED
18930         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
18931           length and position queries were swapped
18932         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18933         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
18934         (vorbis_dec_src_event):
18935           implement querying time and bytes
18936
18937 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18938
18939         * just about every source file:
18940           gst_element_error -> GST_ELEMENT_ERROR
18941
18942 2004-01-29  Julien MOUTTE  <julien@moutte.net>
18943
18944         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
18945         emiting FLUSH and even before DISCONT.
18946         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
18947         get the best instant seeking as possible yay!
18948
18949 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18950
18951         * gst/mpeg1videoparse/gstmp1videoparse.c:
18952         (gst_mp1videoparse_real_chain):
18953           Committed wrong version last week... Grr... Didn't notice until now.
18954
18955 2004-01-29  Julien MOUTTE <julien@moutte.net>
18956
18957         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
18958         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
18959         have_xwindow_id signal in xwindow_create.
18960
18961 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18962
18963         * ext/ogg/gstoggdemux.c:
18964           lots of changes - mainly support for chained bitstreams, seeking,
18965           querying and bugfixes of course
18966         * ext/vorbis/Makefile.am:
18967         * ext/vorbis/vorbisdec.c:
18968         * ext/vorbis/vorbisdec.h:
18969           add vorbisdec raw vorbis decoder
18970         * ext/vorbis/vorbis.c: (plugin_init):
18971           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
18972         * gst/intfloat/Makefile.am:
18973         * gst/intfloat/float22int.c:
18974         * gst/intfloat/float22int.h:
18975         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
18976           add float2intnew plugin. It converts multichannel interleaved float to
18977           multichannel interleaved int. The name should probably be changed.
18978         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
18979         (plugin_init):
18980           add typefinding for raw theora video so oggdemux can detect it.
18981
18982 2004-01-28  Julien MOUTTE  <julien@moutte.net>
18983
18984         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
18985         sink element first.
18986         * gst/videoscale/gstvideoscale.c:
18987         (gst_videoscale_handle_src_event): Fixing src event handler.
18988
18989 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18990
18991         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
18992         (gst_v4lsrc_open), (gst_v4lsrc_close),
18993         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
18994         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
18995         * sys/v4l/gstv4lsrc.h:
18996         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
18997         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
18998           Implement resizing... Hack. But that's why v4l is b0rked...
18999
19000 2004-01-28  Julien MOUTTE <julien@moutte.net>
19001
19002         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19003         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19004         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
19005         (gst_ximagesink_xwindow_destroy):
19006         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19007         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19008         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
19009         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
19010         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
19011         correctly cleaning the image created to check xshm calls on succes,
19012         added a lot of XSync calls in X11 functions, and fixed a segfault when
19013         no image format was defined before negotiation happened.
19014
19015 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19016
19017         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
19018           use gst_element_get_time to get correct time
19019
19020 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19021
19022         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
19023         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
19024         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
19025         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
19026         (gst_xvimagesink_check_xshm_calls),
19027         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
19028         X plugins are now able to detect that XShm calls will fail even if the
19029         server claims that it has XShm support (remote displays most of the
19030         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
19031         so that we use non XShm functions. This feature is almost useless for
19032         xvimagesink as Xv is not supported on remote displays anyway, but
19033         it might happen than even on the local display XShm calls fail.
19034
19035 2004-01-27  David Schleef  <ds@schleef.org>
19036
19037         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
19038         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
19039         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
19040         changed esdsink to only use 44100,16,2, since esd sucks at rate
19041         conversion and esdsink has had difficulty negotiating.
19042
19043 2004-01-27  Julien MOUTTE <julien@moutte.net>
19044
19045         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
19046         (gst_play_seek_to_time): Fixing the way to get current position.
19047
19048 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19049
19050         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
19051           use gst_element_get_time to get correct time
19052
19053 2004-01-27  Julien MOUTTE <julien@moutte.net>
19054
19055         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
19056         fix ever... Inverting 2 lines of code make spider autoplug correctly
19057         tagged mp3 !
19058
19059 2004-01-27  David Schleef  <ds@schleef.org>
19060
19061         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19062         Use gst_pad_try_set_caps_nonfixed().
19063
19064 2004-01-27  David Schleef  <ds@schleef.org>
19065
19066         * gst/ac3parse/gstac3parse.c: update to checklist 5
19067         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
19068         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
19069         * gst/audioscale/gstaudioscale.c: same
19070         * gst/auparse/gstauparse.c: same
19071         * gst/avi/gstavidemux.c: same
19072
19073 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19074
19075         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19076           stop processing after EOS
19077
19078 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19079
19080         * gst/asfdemux/asfheaders.h:
19081         * gst/asfdemux/gstasfdemux.c:
19082         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
19083         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
19084         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
19085           lot's of fixes to make data extraction simpler and get the code
19086           architecture and compiler independant. Add debugging category
19087         * gst/goom/gstgoom.c: (gst_goom_change_state):
19088           reset channel count on PAUSED=>READY, not READY=>PAUSED
19089
19090 2004-01-26  Colin Walters  <walters@verbum.org>
19091
19092         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
19093         code to pull a bigger buffer in iradio mode.  This as a side effect
19094         makes typefinding work.
19095
19096 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19097
19098         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19099         Fix SVQ3 decoding on PPC
19100
19101 2004-01-26  Julien MOUTTE <julien@moutte.net>
19102
19103         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
19104         that one managed to stay there... Fixed.
19105
19106 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19107
19108         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19109         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
19110         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
19111         (qtdemux_video_caps):
19112         * gst/qtdemux/qtdemux.h:
19113         Add SVQ3 specific flags to qtdemux and ffmpeg
19114
19115 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19116
19117         * gst-libs/gst/audio/audio.h:
19118           remove buffer-frames from audio caps
19119         * gst/audioconvert/gstaudioconvert.c:
19120           fix plugin to really work.
19121
19122 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19123
19124         * gst-libs/gst/mixer/mixer.c:
19125         * gst-libs/gst/propertyprobe/propertyprobe.c:
19126         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
19127         (gst_tuner_find_channel_by_name):
19128         * gst-libs/gst/tuner/tuner.h:
19129           Add gtk-doc style comments. Also fix a function name.
19130
19131 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19132
19133         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
19134         (gst_divxdec_negotiate):
19135           Fix for new capsnego - also fixes gst-player with divxdec.
19136
19137 2004-01-25  Julien MOUTTE  <julien@moutte.net>
19138
19139         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19140         (gst_play_identity_handoff), (gst_play_set_location),
19141         (gst_play_set_visualization), (gst_play_connect_visualization): Another
19142         try in visualization implementation. Still have an issue with switch
19143         blocking when pulling from video_queue and only audio comes out of
19144         spider.
19145         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19146         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
19147         release method. And check if the pad is usable before pulling.
19148
19149 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19150
19151         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
19152         (gst_videobalance_init),
19153         (gst_videobalance_colorbalance_list_channels),
19154         (gst_videobalance_colorbalance_set_value),
19155         (gst_videobalance_colorbalance_get_value),
19156         (gst_videobalance_update_properties),
19157         (gst_videobalance_update_tables_planar411),
19158         (gst_videobalance_planar411):
19159         * gst/videofilter/gstvideobalance.h:
19160           Implement lookup-tables. +/- 10x faster.
19161
19162 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19163
19164         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19165         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19166           The index reading was broken. The rest worked fine, but the whole
19167           goal of my rewrite was to make avidemux readable, and this was
19168           not at all readable. Please use typed variables.
19169
19170 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19171
19172         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19173           Additional pad usability check.
19174         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19175         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
19176         (gst_mp1videoparse_real_chain):
19177           Fix MPEG video stream parsing. The original plugin had several
19178           issues, including not timestamping streams where the source was
19179           not timestamped (this happens with PTS values in mpeg system
19180           streams, but MPEG video is also a valid stream on its own so
19181           that needs timestamps too). We use the display time code for that
19182           for now. Also, if one incoming buffer contains multiple valid
19183           frames, we push them all on correctly now, including proper EOS
19184           handling. Lastly, several potential segfaults were fixed, and we
19185           properly sync on new sequence/gop headers to include them in next,
19186           not previous frames (since they're header for the next frame, not
19187           the previous). Also see #119206.
19188         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
19189         (bpf_from_header):
19190           Move caps setting so we only do it after finding several valid
19191           MPEG-1 fraes sequentially, not right after the first one (which
19192           might be coincidental).
19193         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19194         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19195         (plugin_init):
19196           Add unsynced MPEG video stream typefinding, and change some
19197           probability values so we detect streams rightly. The idea is as
19198           follows: I can have an unsynced system stream which contains
19199           video. In the current code, I would randomly get a type for either
19200           system or video stream type found, because the probabilities are
19201           being calculated rather randomly. I now use fixed values, so we
19202           always prefer system stream if that was found (and that is how it
19203           should be). If no system stream was found, we can still identity                the stream as video-only.
19204
19205 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19206
19207         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19208         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19209           don't write to buffer. Extract data without the need of
19210           __attribute__ ((packed))
19211
19212 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19213
19214         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19215         (mpeg1_sys_type_find):
19216           Fix MPEG-1 stream typefinding.
19217
19218 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19219
19220         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19221           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19222
19223 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19224
19225         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19226         * ext/esd/gstesd.c: (plugin_init):
19227           private debugging, better error reporting
19228
19229 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19230
19231         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19232         (gst_riff_read_init), (gst_riff_read_change_state):
19233         * gst-libs/gst/riff/riff-read.h:
19234           Remove stuff fromold metadata system.
19235
19236 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19237
19238         * ext/ogg/gstoggdemux.c:
19239           Fix wrong file comment.
19240         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19241         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19242           Add metadata reading properly.
19243
19244 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19245
19246         * ext/Makefile.am:
19247           Fix nas DIST_SUBDIRS
19248           Uraeus:
19249           Fix bug where make distcheck doesn't get run on adding stuff to
19250           the build.
19251
19252 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19253
19254         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19255         * ext/divx/gstdivxdec.h:
19256           Fix divx3 ("msmpeg4") playback using divxdec.
19257
19258 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19259
19260         * gst/typefind/gsttypefindfunctions.c:
19261         (mp3_type_frame_length_from_header): fix bug in length computation
19262         (mp3_type_find): improve debugging output
19263
19264 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19265
19266         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19267         (gst_play_set_location), (gst_play_seek_to_time),
19268         (gst_play_set_audio_sink), (gst_play_set_visualization),
19269         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19270         the pipeline from scratch. Visualization is back and switch went out as
19271         i realized it was not possible to use the way i wanted.
19272         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19273         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19274         clearing in state change from READY to NULL. So that one can clean the
19275         X ressources keeping the element.
19276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19277         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19278         (gst_xvimagesink_colorbalance_set_value),
19279         (gst_xvimagesink_colorbalance_get_value),
19280         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19281         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19282         change from READY to NULL and fixed some stupid bugs in colorbalance
19283         get/set values. Also added the following feature : when nobody tries to
19284         set some values to the colorbalance levels before the xcontext is
19285         grabbed, then when creating channels list from Xv attributes we set the
19286         internal values to the Xv defaults. This way we handle buggy Xv drivers
19287         that set default hue values far from the middle of the range (Thanks
19288         to Jon Trowbridge for pointing that issue).
19289         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19290         colorbalance levels have been set before xcontext is grabbed.
19291
19292 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19293
19294         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19295           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19296           it might block operations (which is bad for a mixer).
19297
19298 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19299
19300         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19301         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19302         (gmip_find_type_pre):
19303         * gst-libs/gst/media-info/media-info-priv.h:
19304         * gst-libs/gst/media-info/media-info.c:
19305         (gst_media_info_instance_init), (gst_media_info_read_idler):
19306         add fakesink to get caps on decoder src pad again
19307         fix callback prototype to match new have_type signal signature
19308
19309 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19310
19311         * gst/adder/gstadder.c: (gst_adder_link):
19312           fix non-compile and cut-n-paste code
19313
19314 2004-01-21  David Schleef  <ds@schleef.org>
19315
19316         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19317         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19318         (gst_swfdec_init), (gst_swfdec_change_state):
19319         * ext/swfdec/gstswfdec.h:
19320         Fix negotiation.
19321         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19322         (gst_adder_request_new_pad): Fix negotiation.
19323         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19324         Add a fixate function.
19325         * gst/intfloat/gstfloat2int.c:
19326         * gst/intfloat/gstfloat2int.h:
19327         * gst/intfloat/gstint2float.c:
19328         * gst/intfloat/gstint2float.h:
19329         Completely rewrite the negotiation.  Doesn't quite work yet,
19330         due to some buffer-frames problem.
19331
19332 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19333
19334         * ext/gnomevfs/gstgnomevfssrc.c:
19335         * sys/v4l2/v4l2_calls.h:
19336           fix includes for distcheck
19337
19338 2004-01-21  Christian Schaller <uraeus@gnome.org>
19339
19340         * ext/nas/
19341         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19342         based on earlier patch from Laurent Vivier
19343
19344 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19345
19346         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19347         Fix wma caps property
19348         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19349         Fix typo (flags1 and flags2)
19350
19351 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19352
19353         * gst-libs/gst/media-info/media-info-priv.c:
19354         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19355         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19356         (gmip_find_stream), (gmip_find_track_metadata),
19357         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19358         (gmip_find_track_format):
19359         * gst-libs/gst/media-info/media-info-priv.h:
19360         * gst-libs/gst/media-info/media-info-test.c: (main):
19361         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19362         (gst_media_info_read_idler), (gst_media_info_read):
19363         * gst-libs/gst/media-info/media-info.h:
19364           register debugging category and use it for debugging
19365
19366 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19367
19368         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19369         (gst_vorbisfile_new_link):
19370           signal streaminfo through tags
19371
19372 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19373
19374         * ext/mplex/gstmplex.cc:
19375         * ext/mplex/gstmplexibitstream.cc:
19376           g++ doesn't like NULL in our i18n/error macros, should be
19377           either (NULL) or ("").
19378
19379 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19380
19381         * sys/dxr3/dxr3audiosink.c:
19382         * sys/dxr3/dxr3init.c:
19383         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19384         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19385           Fix more error error error errors (missing includes here).
19386
19387 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19388
19389         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19390           fix thomas' error errors.
19391
19392 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19393
19394         * ext/mpeg2enc/gstmpeg2enc.cc:
19395           fix error errors.
19396
19397 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19398
19399         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19400         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19401           Fix for new error system.
19402
19403 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19404
19405         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19406           fix for new error reporting
19407
19408 2004-01-20  David Schleef  <ds@schleef.org>
19409
19410         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19411         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19412         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19413         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19414         and neither is 100+, most likely.
19415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19416         (gst_xvimagesink_getcaps): same
19417
19418 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19419
19420         * configure.ac:
19421           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19422           clashes with ffmpeg.
19423
19424 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19425
19426         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19427         (gst_switch_init): Fixed switch element : proxying link and setting
19428         caps from src to sink on request.
19429
19430 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19431
19432         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19433         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19434         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19435         fix element_error
19436
19437 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19438
19439         * sys/v4l/v4l_calls.h:
19440         * sys/v4l2/v4l2_calls.h:
19441           element_error fixes
19442
19443 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19444
19445         * gst-libs/gst/gst-i18n-plugin.h:
19446           add locale.h
19447           remove config.h inclusion
19448
19449 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19450
19451         * autogen.sh:
19452           adding autopoint invocation
19453         * Makefile.am:
19454         * configure.ac:
19455         * gst-libs/gst/gettext.h:
19456           adding gettext bits
19457         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19458         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19459         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19460         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19461         (gst_gnomevfssink_close_file):
19462         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19463         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19464         * gst-libs/gst/gst-i18n-plugin.h:
19465         * gst/avi/gstavi.c: (plugin_init):
19466         * sys/dxr3/dxr3init.c: (plugin_init):
19467         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19468         * sys/oss/gstossaudio.c: (plugin_init):
19469         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19470         * sys/v4l/gstv4l.c: (plugin_init):
19471         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19472         * sys/v4l2/gstv4l2.c: (plugin_init):
19473         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19474         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19475         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19476         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19477         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19478         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19479           make sure locale and translation domain are set
19480           fix translated strings
19481         * po/.cvsignore:
19482         * po/LINGUAS:
19483         * po/Makevars:
19484         * po/POTFILES.in:
19485         * po/nl.po:
19486           put translation files into place
19487         * sys/xvideo/imagetest.c: (main):
19488         * ext/dv/demo-play.c: (main):
19489           fix unnecessary translations
19490
19491 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19492
19493         * ext/sndfile/gstsf.c:
19494         * gst/avi/gstavimux.c:
19495         * ext/audiofile/gstafsink.c:
19496         * ext/audiofile/gstafsrc.c:
19497         * ext/gnomevfs/gstgnomevfssink.c:
19498         * ext/gnomevfs/gstgnomevfssrc.c:
19499         * sys/oss/gstosselement.c:
19500         * sys/v4l/v4l_calls.h:
19501           fix i18n include
19502
19503 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19504
19505         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19506         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19507         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19508         (gst_v4l2_get_output), (gst_v4l2_set_output),
19509         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19510         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19511         (gst_v4l2_set_attribute):
19512         update to new error handling
19513
19514 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19515
19516         * ext/sidplay/gstsiddec.cc:
19517         * gst/modplug/gstmodplug.cc:
19518           parenthese NULL because C++ seems angry about it
19519
19520 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19521
19522         * gst-libs/gst/gst-i18n-plugin.h:
19523           add skeleton i18n stuff, but needs to be further implemented
19524
19525 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19526
19527         * examples/gstplay/player.c: (main):
19528         * ext/aalib/gstaasink.c: (gst_aasink_open):
19529         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19530         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19531         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19532         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19533         (gst_afsink_close_file):
19534         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19535         (gst_afsrc_close_file):
19536         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19537         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19538         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19539         * ext/esd/esdmon.c: (gst_esdmon_get):
19540         * ext/esd/esdsink.c: (gst_esdsink_chain):
19541         * ext/faac/gstfaac.c: (gst_faac_chain):
19542         * ext/faad/gstfaad.c: (gst_faad_chain):
19543         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19544         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19545         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19546         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19547         (gst_flacdec_loop):
19548         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19549         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19550         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19551         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19552         (gst_gnomevfssink_close_file):
19553         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19554         (gst_gnomevfssrc_open_file):
19555         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19556         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19557         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19558         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19559         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19560         * ext/mad/gstmad.c: (gst_mad_chain):
19561         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19562         * ext/mpeg2dec/gstmpeg2dec.c:
19563         * ext/mpeg2enc/gstmpeg2enc.cc:
19564         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19565         * ext/mplex/gstmplex.cc:
19566         * ext/mplex/gstmplexibitstream.cc:
19567         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19568         (gst_ogg_demux_push), (gst_ogg_pad_push):
19569         * ext/raw1394/gstdv1394src.c:
19570         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19571         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19572         * ext/sidplay/gstsiddec.cc:
19573         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19574         (gst_sf_loop):
19575         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19576         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19577         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19578         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19579         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19580         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19581         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19582         * gst-libs/gst/Makefile.am:
19583         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19584         (gst_riff_read_element_data), (gst_riff_read_seek),
19585         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19586         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
19587         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19588         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19589         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19590         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19591         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19592         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19593         * gst/goom/gstgoom.c: (gst_goom_chain):
19594         * gst/id3/gstid3types.c: (gst_id3types_loop):
19595         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19596         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19597         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19598         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19599         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19600         (gst_ebml_read_float), (gst_ebml_read_header):
19601         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19602         (gst_matroska_demux_parse_blockgroup):
19603         * gst/modplug/gstmodplug.cc:
19604         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19605         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19606         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19607         * gst/silence/gstsilence.c: (gst_silence_get):
19608         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19609         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19610         * gst/speed/gstspeed.c: (speed_loop):
19611         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19612         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19613         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19614         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19615         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19616         (gst_wavparse_loop):
19617         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19618         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19619         (dxr3audiosink_close):
19620         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19621         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19622         (dxr3videosink_close), (dxr3videosink_write_data):
19623         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19624         * sys/oss/gstosselement.h:
19625         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
19626         (gst_osssink_chain):
19627         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19628         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19629         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19630         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19631         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
19632         (gst_v4l_enable_overlay):
19633         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19634         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19635         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19636         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19637         (gst_v4l_set_audio):
19638         * sys/v4l/v4l_calls.h:
19639         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19640         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19641         (gst_v4lmjpegsink_playback_init),
19642         (gst_v4lmjpegsink_playback_start):
19643         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19644         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
19645         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
19646         (gst_v4lmjpegsrc_requeue_frame):
19647         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19648         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19649         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19650         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19651         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19652         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19653         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19654         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19655         (gst_v4l2src_capture_stop):
19656         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19657         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19658         (gst_ximagesink_chain):
19659         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19660         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19661         (gst_xvideosink_xwindow_new):
19662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19663         (gst_xvimagesink_chain):
19664         use new error signal, function and categories
19665
19666 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
19667
19668         * configure.ac:
19669         * ext/Makefile.am:
19670         * ext/musicbrainz/gsttrm.c:
19671         * ext/musicbrainz/gsttrm.h:
19672         * ext/musicbrainz/Makefile.am:
19673         Add a trm plugin
19674
19675 2004-01-18  Julien MOUTTE  <julien@moutte.net>
19676
19677         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
19678         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
19679         synchronous property for debugging.
19680         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
19681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19682         (gst_xvimagesink_set_property): Moving a pointer declaration to a
19683         smaller block, fixing indent.
19684
19685 2004-01-16  David Schleef  <ds@schleef.org>
19686
19687         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
19688         property affects the video stream.
19689         * sys/xvimage/xvimagesink.c:
19690         * sys/xvimage/xvimagesink.h:
19691         Add synchronous property for debugging.  Should probably be
19692         disabled in non-CVS builds.  Make sure that the Xv attribute
19693         exists before we set it (crash!).  Fix a silly float bug that
19694         caused colorbalance to just not work.
19695
19696 2004-01-17  Christian Schaller <Uraeus@gnome.org>
19697
19698         * tools/gst-launch-ext.in - update for new plugins
19699
19700 2004-01-16  David Schleef  <ds@schleef.org>
19701
19702         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
19703         already-freed caps.
19704
19705 2994-01-16  Christian Schaller <Uraeus@gnome.org>
19706
19707         * Update spec for new colorspace plugin and libcaca plugin
19708         * Fix compilation of libcaca plugin (clock -> id)
19709
19710 2004-01-16  Julien MOUTTE <julien@moutte.net>
19711
19712         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
19713         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19714         (gst_xvimagesink_set_xwindow_id),
19715         (gst_xvimagesink_colorbalance_set_value),
19716         (gst_xvimagesink_colorbalance_get_value),
19717         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19718         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
19719         correct colorbalance properties. They can now be set when the element
19720         is still in NULL state. The values will be committed to the Xv Port
19721         when xcontext is initialized.
19722         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
19723         brightness int values in the GstXvImagesink structure.
19724
19725 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19726
19727         * gst-libs/gst/Makefile.am:
19728           restructure so having local patches works easier.
19729
19730 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19731
19732         * ext/mpeg2enc/Makefile.am:
19733         * ext/mpeg2enc/gstmpeg2enc.cc:
19734         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19735           Bugfix with respect to EOS handling.
19736
19737 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19738
19739         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
19740           Link with right caps (else, it segfaults).
19741         * ext/mplex/gstmplexjob.cc:
19742           Fix for slight API change in 1.6.1.93 release of mjpegtools.
19743
19744 2004-01-15  David Schleef  <ds@schleef.org>
19745
19746         * gst-libs/gst/audio/Makefile.am:
19747         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
19748         from the template.
19749         * gst-libs/gst/audio/gstaudiofilter.c:
19750         * gst-libs/gst/audio/gstaudiofilter.h:
19751         Add bytes_per_sample and size and n_samples calculation.
19752         * gst-libs/gst/audio/gstaudiofilterexample.c:
19753         Remove, now autogenerated.
19754         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
19755         Moved from gstaudiofilterexample, object name changed, code added
19756         so that it actually works.
19757         * gst-libs/gst/audio/make_filter:
19758         Script to build an audiofilter subclass from the template.
19759         * gst/colorspace/Makefile.am:
19760         * gst/colorspace/yuv2yuv.c:
19761         Remove file, since it's GPL, and we don't use it.
19762
19763 2004-01-15  Julien MOUTTE  <julien@moutte.net>
19764
19765         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19766         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
19767         them use the buffer free function to test how the buffer was allocated.
19768
19769 2004-01-15  David Schleef  <ds@schleef.org>
19770
19771         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
19772         that handles osssink fallback.
19773         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19774         (gst_audio_convert_getcaps):
19775         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19776         Add audio/x-qdm2 for QDM2 audio.
19777         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19778         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
19779         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19780         Decrease minimum size to 16x16.
19781         * gst/wavparse/gstwavparse.c:
19782         Convert disabled pad template caps to new caps.
19783         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19784         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19785         (gst_xvimagesink_chain): Throw element error when display cannot
19786         be opened.  Increase minimum framerate to 1.0.  Check the data
19787         free function on a buffer to make sure it is the type we expect
19788         before manipulating it.
19789
19790 2004-01-15  Julien MOUTTE <julien@moutte.net>
19791
19792         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
19793         (gst_videobalance_colorbalance_set_value): Implement passthru if
19794         settings are in the middle.
19795         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
19796
19797 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19798
19799         * gst/videofilter/Makefile.am:
19800         * gst/volume/Makefile.am:
19801           Since we use videofilter symbols, link to it.
19802
19803 2004-01-15  Julien MOUTTE <julien@moutte.net>
19804
19805         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
19806         mixer interface type to HARDWARE.
19807         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
19808         type to SOFTWARE.
19809         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
19810         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
19811         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
19812         (gst_volume_interface_init), (gst_volume_list_tracks),
19813         (gst_volume_set_volume), (gst_volume_get_volume),
19814         (gst_volume_set_mute), (gst_volume_mixer_init),
19815         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
19816         (volume_init): Implementing mixer interface.
19817         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
19818         * sys/oss/gstosselement.c: (gst_osselement_get_type),
19819         (gst_osselement_change_state): Removing some trailing commas in
19820         structures.
19821         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
19822         interface type to HARDWARE.
19823         * sys/v4l/gstv4lcolorbalance.c:
19824         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
19825         type to HARDWARE.
19826         * sys/v4l2/gstv4l2colorbalance.c:
19827         (gst_v4l2_color_balance_interface_init): Setting colorbalance
19828         interface type to HARDWARE.
19829         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
19830         same code than ximagesink for event handling.
19831
19832 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19833
19834         * ext/snapshot/Makefile.am:
19835         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
19836         (gst_snapshot_chain):
19837         * ext/snapshot/gstsnapshot.h:
19838           This has to be a joke... Snapshot should be connected to a tee,
19839           colorspace element before it and EOS after that, where the other
19840           src of the tee receives normal data.
19841           The current way is *wrong*.
19842
19843 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19844
19845         * ext/hermes/gsthermescolorspace.c:
19846           Fix another compile error. Same as below.
19847
19848 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19849
19850         * gst/colorspace/gstcolorspace.c:
19851         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
19852         (gst_colorspace_i420_to_yv12):
19853           Fix compiling... Didn't test if it actually works.
19854
19855 2004-01-15  David Schleef  <ds@schleef.org>
19856
19857         * configure.ac:
19858         * gst/colorspace/Makefile.am:
19859         * gst/colorspace/gstcolorspace.c:
19860         * gst/colorspace/gstcolorspace.h:
19861         * gst/colorspace/yuv2rgb.c:
19862         * gst/colorspace/yuv2rgb.h:
19863         Duplicate the ext/hermes colorspace plugin, and remove Hermes
19864         code and GPL code.  Fix for new caps negotiation.  Rewrite
19865         much of the format handling code, and some of the conversion
19866         code.  Basically, rewrote almost everything.  This element
19867         handles I420, YV12 to RGB conversions.
19868         * ext/hermes/Makefile.am:
19869         * ext/hermes/gsthermescolorspace.c:
19870         Rename colorspace to hermescolorspace.  Fix negotiation issues.
19871         Remove non-Hermes related code.  This element handles lots of
19872         RGB to RGB conversions, but no YUV.
19873         * ext/hermes/gstcolorspace.c:
19874         * ext/hermes/gstcolorspace.h:
19875         * ext/hermes/rgb2yuv.c:
19876         * ext/hermes/yuv2rgb.c:
19877         * ext/hermes/yuv2rgb.h:
19878         * ext/hermes/yuv2rgb_mmx16.s:
19879         * ext/hermes/yuv2yuv.c:
19880         * ext/hermes/yuv2yuv.h:
19881         Remove old code.
19882
19883 2004-01-14  Colin Walters  <walters@verbum.org>
19884
19885         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
19886         they've already been.
19887
19888 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19889
19890         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
19891           assume tag mode when pad is not connected
19892
19893 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19894
19895         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19896           Don't update the time of the clock
19897         (gst_alsa_sink_loop):
19898           sync to the clock given to alsasink, not the own clock
19899         * sys/oss/gstosssink.c: (gst_osssink_chain):
19900           sync to the clock
19901         (gst_osssink_change_state):
19902           activate the clock
19903         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19904         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
19905           remove bogus code that made DISCONT events unhandled
19906         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
19907           explicitly case to double in _set_simple. (fixes 2nd warning in bug
19908           #131502)
19909         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
19910         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
19911         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
19912           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
19913           2nd warning in bug #131502)
19914
19915 2004-01-14  Julien MOUTTE  <julien@moutte.net>
19916
19917         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
19918         (gst_videobalance_colorbalance_set_value),
19919         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
19920         for colorbalance interface implementation.
19921         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19922         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
19923         (gst_ximagesink_dispose), (gst_ximagesink_init),
19924         (gst_ximagesink_class_init): Adding DISPLAY property.
19925         * sys/ximage/ximagesink.h: Adding display_name to store display.
19926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19927         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19928         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
19929         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
19930         properties (they still need polishing though for gst-launch use : no
19931         xcontext yet, i ll do that tomorrow).
19932         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
19933
19934 2004-01-14  Julien MOUTTE  <julien@moutte.net>
19935
19936         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19937         (gst_play_set_location), (gst_play_set_visualization): Preparing
19938         switch integration, adding videobalance in the pipeline.
19939
19940 2004-01-14  Julien MOUTTE <julien@moutte.net>
19941
19942         * gst-libs/gst/colorbalance/colorbalance.c:
19943         (gst_color_balance_class_init): Adding a default type.
19944         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
19945         the type.
19946         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
19947         (gst_videobalance_dispose), (gst_videobalance_class_init),
19948         (gst_videobalance_init), (gst_videobalance_interface_supported),
19949         (gst_videobalance_interface_init),
19950         (gst_videobalance_colorbalance_list_channels),
19951         (gst_videobalance_colorbalance_set_value),
19952         (gst_videobalance_colorbalance_get_value),
19953         (gst_videobalance_colorbalance_init): Implementing colorbalance
19954         interface.
19955         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
19956         list.
19957         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
19958         bug which was triggering a BadAccess X error when setting an overlay
19959         before pad was really negotiated.
19960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
19961         Using the colorbalance type macro.
19962
19963 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19964
19965         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
19966         (gst_flacenc_chain):
19967           handle tags correctly
19968         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
19969           extract ID3v1 tags correctly
19970
19971 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19972
19973         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
19974         (plugin_init):
19975           Improve matroska typefinding for odd-typed headers...
19976
19977 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19978
19979         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
19980           Fix for using incremental number on padnames.
19981
19982 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19983
19984         * ext/divx/gstdivxdec.c:
19985         * ext/divx/gstdivxenc.c:
19986           Set category to divx4linux instead of divx (too generic).
19987         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19988         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19989         (gst_wavparse_loop), (gst_wavparse_change_state):
19990         * gst/wavparse/gstwavparse.h:
19991           fix parsing of WAV files with non-standard fmt-tag size and fix
19992           skipping of unrecognized chunks... Someone please fix this thing
19993           to use rifflib so all this is automated.
19994         * sys/v4l/Makefile.am:
19995         * sys/v4l2/Makefile.am:
19996           Add X_CFLAGS because we depend on X (for overlay).
19997
19998 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
19999
20000         * ext/mpeg2dec/gstmpeg2dec.c:
20001           Don't issue a timestamp unless we tagged the frame
20002           with a PTS.
20003
20004 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20005
20006         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
20007           Query the audio element to get the time, not the clock. We're
20008           interested in the element's time here.
20009
20010 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20011
20012         * ext/aalib/gstaasink.c: (gst_aasink_chain):
20013         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20014         * ext/esd/esdsink.c: (gst_esdsink_chain):
20015         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
20016         * ext/mas/massink.c: (gst_massink_chain):
20017         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
20018         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
20019         (gst_matroska_demux_parse_metadata):
20020         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
20021         (gst_mpeg_parse_release_locks):
20022         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
20023         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
20024         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20025         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20026         (gst_osssink_change_state):
20027         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20028         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20029         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
20030         (gst_xvideosink_release_locks):
20031         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20032           use element time.
20033         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
20034         (gst_alsa_clock_stop):
20035         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
20036         (gst_audio_clock_get_internal_time):
20037           simplify for use with new clocking code.
20038         * testsuite/alsa/Makefile.am:
20039         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
20040           fix testsuite for new caps system
20041
20042 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20043
20044         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20045         * ext/flac/gstflacenc.c: (add_one_tag):
20046           length is already host endian, no need to convert. Fixes playback of
20047           tagged files on PPC. (bug #128384)
20048
20049 2004-01-13  Julien MOUTTE <julien@moutte.net>
20050
20051         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
20052         colorbalance interface stating if it is hardware based or software
20053         based.
20054         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
20055         Removing a trailing comma.
20056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20057         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
20058         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
20059         the documentation seems to be wrong on the -1000 to 1000 interval.
20060
20061 2004-01-12  David Schleef  <ds@schleef.org>
20062
20063         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
20064         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
20065         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
20066         Fix negotiation.  Add a bufferalloc function for the sink pad,
20067         and generally clean up some of the code.
20068
20069 2004-01-12  Julien MOUTTE <julien@moutte.net>
20070
20071         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20072         (gst_color_balance_channel_dispose): Adding safety check in dispose
20073         method.
20074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20075         (gst_xvimagesink_xcontext_clear),
20076         (gst_xvimagesink_interface_supported),
20077         (gst_xvimagesink_colorbalance_list_channels),
20078         (gst_xvimagesink_colorbalance_set_value),
20079         (gst_xvimagesink_colorbalance_get_value),
20080         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
20081         Adding colorbalance interface support to set XV parameters such as
20082         HUE, BRIGHTNESS, CONTRAST, SATURATION.
20083         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
20084         interface.
20085
20086 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20087
20088         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
20089         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
20090         (gst_audio_convert_init), (gst_audio_convert_set_property),
20091         (gst_audio_convert_get_property), (gst_audio_convert_chain),
20092         (gst_audio_convert_link),
20093         (gst_audio_convert_buffer_to_default_format),
20094         (gst_audio_convert_buffer_from_default_format), (plugin_init):
20095           - implement _getcaps and use it
20096           - improve linking
20097           - remove float caps since no float conversion is actually done
20098           - remove properties and arguments that were to be used for rate
20099             conversion
20100
20101 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20102
20103         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
20104         (gst_audio_structure_set_int):
20105         * gst-libs/gst/audio/audio.h:
20106           add helper functions for _getcaps matching the standard audio
20107           templates
20108
20109 2004-01-12  David Schleef  <ds@schleef.org>
20110
20111         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20112         Test that pad is negotiated before getting its caps.
20113
20114 2004-01-12  Julien MOUTTE <julien@moutte.net>
20115
20116         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
20117         analyzing the pads of an element the bin is mostly in READY state so
20118         no caps were negotiated. This helper function needs to work with
20119         _get_caps directly then. I was not freeing them though, added that to
20120         fix the mem leak.
20121
20122 2004-01-12  Julien MOUTTE <julien@moutte.net>
20123
20124         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
20126         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
20127         than the free_func.
20128
20129 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20130
20131         * sys/oss/gstossaudio.c: (plugin_init):
20132         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20133         * sys/oss/gstosselement.h:
20134           make an oss debugging category
20135           make failure more descriptive
20136
20137 2004-01-11  David Schleef  <ds@schleef.org>
20138
20139         * ext/ffmpeg/gstffmpeg.c:
20140         * ext/ffmpeg/gstffmpegcodecmap.c:
20141         * ext/ffmpeg/gstffmpegdec.c:
20142         * ext/ffmpeg/gstffmpegenc.c:
20143         * ext/ffmpeg/gstffmpegprotocol.c:
20144         * ext/gdk_pixbuf/gstgdkanimation.c:
20145         * ext/jpeg/gstjpeg.c:
20146         * ext/libpng/gstpng.c:
20147         * ext/mpeg2dec/perftest.c:
20148         * ext/speex/gstspeex.c:
20149         * gst-libs/gst/resample/dtos.c:
20150         * gst/intfloat/gstintfloatconvert.c:
20151         * gst/oneton/gstoneton.c:
20152         * gst/rtjpeg/RTjpeg.c:
20153         * gst/rtp/gstrtp.c:
20154         * sys/dxr3/dxr3init.c:
20155         * sys/glsink/gstgl_nvimage.c:
20156         * sys/glsink/gstgl_pdrimage.c:
20157         * sys/glsink/gstglsink.c:
20158         * testsuite/gst-lint:
20159         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
20160
20161 2004-01-11  David Schleef  <ds@schleef.org>
20162
20163         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
20164         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
20165         * ext/gdk_pixbuf/gstgdkanimation.c:
20166         (gst_gdk_animation_iter_create_pixbuf):
20167         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20168         (gst_gdk_pixbuf_chain):
20169         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20170         * ext/jack/gstjack.c: (gst_jack_change_state):
20171         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
20172         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
20173         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20174         * gst/videofilter/gstvideofilter.c:
20175         (gst_videofilter_set_output_size):
20176         Remove all usage of gst_pad_get_caps(), and replace it with
20177         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
20178
20179 2004-01-11  David Schleef  <ds@schleef.org>
20180
20181         * configure.ac:
20182         * ext/Makefile.am: Fixes to make ext/libcaca compile.
20183         * ext/divx/gstdivxdec.c:
20184         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20185         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
20186         handle images that span multiple buffers.  Now work with both
20187         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
20188         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20189         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
20190         video/video.h changes
20191         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
20192         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20193         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20194         of GstData free function.
20195         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20196         same.
20197
20198 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20199
20200         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20201         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20202         (gst_v4l2element_get_property):
20203         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20204           add norm, channel and frequency properties.
20205         * sys/v4l2/gstv4l2tuner.c:
20206           fixes for tuner interface changes
20207         * sys/v4l2/gstv4l2element.h:
20208         * sys/v4l2/gstv4l2src.c:
20209         * sys/v4l2/gstv4l2src.h:
20210         * sys/v4l2/v4l2src_calls.c:
20211         * sys/v4l2/v4l2src_calls.h:
20212           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20213
20214 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20215
20216         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20217         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20218         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20219         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20220         * gst-libs/gst/tuner/tuner.h:
20221           GObjects aren't const.
20222           Add find_by_name functions.
20223           Add checks to _changed functions.
20224         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20225         (gst_v4l_tuner_get_norm):
20226           Fixes for above.
20227
20228 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20229
20230         * gst-libs/gst/video/video.h:
20231           Fix caps template names to be understandable.
20232           Prefix everything with GST_VIDEO.
20233         * ext/aalib/gstaasink.c:
20234         * ext/divx/gstdivxdec.c:
20235         * ext/divx/gstdivxenc.c:
20236         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20237         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20238         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20239         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20240         * ext/libcaca/gstcacasink.c:
20241         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20242         * ext/snapshot/gstsnapshot.c:
20243         * ext/swfdec/gstswfdec.c:
20244         * ext/xvid/gstxviddec.c:
20245         * ext/xvid/gstxvidenc.c:
20246         * gst/chart/gstchart.c:
20247         * gst/deinterlace/gstdeinterlace.c:
20248         * gst/effectv/gsteffectv.c:
20249         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20250         * gst/goom/gstgoom.c:
20251         * gst/median/gstmedian.c:
20252         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20253         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20254         * gst/overlay/gstoverlay.c:
20255         * gst/smooth/gstsmooth.c:
20256         * gst/smpte/gstsmpte.c:
20257         * gst/synaesthesia/gstsynaesthesia.c:
20258         * gst/videocrop/gstvideocrop.c:
20259         * gst/videodrop/gstvideodrop.c:
20260         * gst/y4m/gsty4mencode.c:
20261         * sys/qcam/gstqcamsrc.c:
20262         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20263           Make them work with new video.h file.
20264         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20265         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20267         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20268           Make it work with new buffer allocation system.
20269
20270 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20271
20272         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20273         pad_alloc_buffer implementation to use ->srcpad
20274         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20275         pad_alloc_buffer implementation to use ->srcpad
20276         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20277         pad_alloc_buffer implementation to use ->srcpad
20278         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20279         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20280         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20281         a reference to everything we need.
20282         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20284         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20285         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20286         a reference to everything we need.
20287         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20288
20289 2004-01-11  David Schleef  <ds@schleef.org>
20290
20291         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20292         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20293         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20294         structure members.
20295         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20296         value during a resize/renegotiation.
20297         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20298         gst_pad_alloc_buffer();
20299         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20300         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20301         structure members.
20302         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20303         Fix for rename of buffer private structure members.
20304         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20305         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20306         Fix for rename of buffer private structure members.
20307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20308         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20309         Fix for rename of buffer private structure members.
20310
20311 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20312
20313         reviewed by: David Schleef <ds@schleef.org>
20314
20315         * gst/videofilter/Makefile.am:
20316         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20317         from the patch by ds to fit in with recent make_filter changes.
20318
20319 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20320
20321         * configure.ac: Adding examples/switch/Makefile
20322         * examples/Makefile.am: Adding examples/switch
20323         * examples/switch/Makefile.am: Adding switcher example.
20324         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20325         (switch_timer), (main): Adding an example demonstrating switch usage
20326         with 2 videotestsrc showing different patterns.
20327         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20328         (gst_switch_init): Fixing switch with the new caps system.
20329
20330 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20331
20332         * gst-libs/gst/video/video.h:
20333           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20334           They should probably be like
20335           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20336
20337 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20338
20339         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20340         (qtdemux_parse_trak):
20341           fix audio chunk size/timestamp calculation
20342
20343 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20344
20345         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20346           fix SVQ3 caps
20347
20348 2004-01-11  Steve Baker  <steve@stevebaker.org>
20349
20350         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20351         (gst_agingtv_base_init), (gst_agingtv_class_init),
20352         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20353         (gst_agingtv_set_property), (gst_agingtv_get_property):
20354         Port agingTV to videofilter
20355
20356 2004-01-09  Julien MOUTTE <julien@moutte.net>
20357
20358         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20359         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20360
20361 2004-01-09  Julien MOUTTE <julien@moutte.net>
20362
20363         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20364         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20365         * gst-libs/gst/xoverlay/xoverlay.c:
20366         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20367         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20368         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20369         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20370         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20371         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20372         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20373         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20374         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20375         interface implementation to handle xid being 0 and fix some bugs
20376         triggered by Benjamin's testcase.
20377         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20378         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20379         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20380         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20381         interface implementation to handle xid being 0 and fix some bugs
20382         triggered by Benjamin's testcase.
20383
20384 2004-01-09  David Schleef  <ds@schleef.org>
20385
20386         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20387         mouse pointer events.  It works.
20388
20389 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20390
20391         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20392           Use explicit caps - fix capsnego.
20393         * ext/xvid/gstxviddec.c:
20394         * ext/xvid/gstxvidenc.c:
20395           Remove macro-inside-macro which caused compile errors.
20396         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20397           Error out if it's not a RIFF file. Else we error out without
20398           gst_element_error() which is not good...
20399
20400 2004-01-08  David Schleef  <ds@schleef.org>
20401
20402         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20403         Fix pad_link function to handle formats that ffmpeg returns
20404         as multiple caps structures.
20405         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20406         Only complain if source buffer is _smaller_ than expected.
20407         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20408         (gst_videoscale_handle_src_event): Resize navigation events
20409         when passing them upstream.
20410         * gst/videotestsrc/gstvideotestsrc.c:
20411         * gst/videotestsrc/gstvideotestsrc.h:
20412         * gst/videotestsrc/videotestsrc.c:
20413         * gst/videotestsrc/videotestsrc.h:
20414         Rewrite many of the buffer painting functions to handle odd
20415         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20416         been verified to work with my video card.
20417         * testsuite/gst-lint:  Add check for elements calling
20418         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20419
20420 2004-01-08  David Schleef  <ds@schleef.org>
20421
20422         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20423         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20424
20425 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20426
20427         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20428         configure event is not emiting the desired size signal. That fixes
20429         aspect ratio issues with gst-player.
20430
20431 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20432
20433         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20434           Fix capsnego.
20435
20436 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20437
20438         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20439         public method to fire size signal.
20440
20441 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20442
20443         * examples/gstplay/Makefile.am: Adding the interface library.
20444         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20445         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20446         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20447         GST_IS_X_OVERLAY before signal connect.
20448         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20449         Removing the have_video_size signal.
20450         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20451         and associated public method.
20452         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20453         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20454         signal.
20455         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20456         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20457         signal.
20458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20459         Using XOverlay public method to fire size signal.
20460
20461 2004-01-07  David Schleef  <ds@schleef.org>
20462
20463         * gst/videofilter/Makefile.am:
20464         * gst/videofilter/gstvideotemplate.c:
20465         * gst/videofilter/make_filter:
20466         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20467         Convert make_filter to /bin/sh script.
20468
20469 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20470
20471         * gst/modplug/gstmodplug.cc: fix element description
20472
20473 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20474
20475         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20476         (got_video_size): Adding some new lines in g_print calls.
20477         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20478         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20479         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20480         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20481         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20482         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20483         Complete code review, reverting some stuff i disagree with, adding
20484         some fixes : time synchronization on invalid timestamps, renegotiation
20485         of private window.
20486         * sys/ximage/ximagesink.h:
20487         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20488         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20489         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20490         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20491         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20492         (gst_xvimagesink_buffer_new),
20493         (gst_xvimagesink_navigation_send_event),
20494         (gst_xvimagesink_set_xwindow_id),
20495         (gst_xvimagesink_get_desired_size),
20496         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20497         stuff i disagree with, adding some fixes : Renegotiation of private
20498         window, implementing get_desired_size.
20499
20500 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20501
20502         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20503         (gst_afsink_handle_event):
20504         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20505         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20506         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20507         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20508         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20509           Fix for instantiate-test (see core). Also remove dead code from
20510           jpegenc (which still needs fixing, but that's lower on my TODO
20511           list...).
20512         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20513           Never return NULL as caps.
20514
20515 2004-01-07  David Schleef  <ds@schleef.org>
20516
20517         * configure.ac:
20518         * ext/Makefile.am:
20519         * ext/librfb/Makefile.am:
20520         * ext/librfb/gstrfbsrc.c:
20521         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20522         is the protocol used by VNC.
20523
20524 2004-01-07  David Schleef  <ds@schleef.org>
20525
20526         * gst/videofilter/gstvideotemplate.c:
20527         * gst/videofilter/gstvideotemplate.h:
20528         * gst/videofilter/make_filter:
20529         Merge videotemplate header into source file.
20530         * gst/effectv/Makefile.am:
20531         * gst/effectv/gsteffectv.c: (plugin_init):
20532         * gst/effectv/gstwarp.c:
20533         Make warpTV a subclass of videofilter.
20534
20535 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20536
20537         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20538           Add guard against invalid utf-8 conversions in mad. Just in case.
20539
20540 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20541
20542         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20543           Fix for bug shown by poisoning
20544
20545 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20546
20547         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20548         (gst_v4lmjpegsrc_buffer_free):
20549         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20550         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
20551         (gst_v4lsrc_buffer_free):
20552           Fix for removed bufferpools.
20553
20554 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20555
20556         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20557         Fix caps negotiation.
20558
20559         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20560         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
20561         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20562         (dvdnavsrc_event):
20563         * ext/mpeg2dec/gstmpeg2dec.c:
20564         * gst-libs/gst/navigation/navigation.c:
20565         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
20566         * gst-libs/gst/navigation/navigation.h:
20567         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
20568         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
20569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
20570         Super-simple first version of mouse and keyboard events. Clicking
20571         on a DVD menu now works, although it may not take you where you
20572         expected.
20573
20574         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20575         * gst/videotestsrc/gstvideotestsrc.c:
20576         (gst_videotestsrc_src_fixate):
20577         These fixate functions were broken - they never actually
20578         fixated :)
20579
20580 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20581
20582         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
20583         (gst_icecastsend_init):
20584           fix for new caps system.
20585         * gst-libs/gst/mixer/mixertrack.h:
20586         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
20587           Add 'master track' flag (for tools like ACME that only want to
20588           change the main volume).
20589
20590 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20591
20592         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
20593         (gst_xvid_csp_to_caps):
20594         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
20595         * ext/xvid/gstxvidenc.c:
20596         ifdef out ARGB type when it isn't available
20597         in xvidcore 1.0.0beta2
20598
20599 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20600
20601         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20602           When we have received a new SCR right in the first buffer after
20603           a seek (so in the same cycle that handles the discont), we should
20604           handle the buffer instead of unreffing it, else we lose data.
20605
20606 2004-01-06  Iain <iain@prettypeople.org>
20607
20608         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
20609           buffer-frames caps too.
20610
20611         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
20612           caps that we need, don't destroy them all and rebuild them. And when
20613           creating src pads, use the src pad template rather than the sink...
20614
20615 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20616
20617         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20618           Add pad to element *after* setting functions such as event handler.
20619           Without this, the scheduler (opt) will link pads, set the event
20620           handler from the default event function (dispatcher in gstpad.c)
20621           and *after* that, we will set our own event function, which will
20622           thus never be used (and thus mpegdemux doesn't handle events).
20623
20624 2004-01-04  David Schleef  <ds@schleef.org>
20625
20626         Fix the fixate functions to handle new prototype:
20627         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20628         * gst/videotestsrc/gstvideotestsrc.c:
20629         (gst_videotestsrc_src_fixate):
20630         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20631         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
20632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20633
20634 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20635
20636         * sys/ximage/ximagesink.h:
20637         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20638         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
20639         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
20640         (gst_ximagesink_xoverlay_init):
20641           assorted fixes to make (re)embedding work
20642         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
20643         (gst_ximagesink_get_desired_size):
20644           implement desired size additions to XOverlay
20645
20646 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20647
20648         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
20649         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
20650         (gst_x_overlay_got_desired_size):
20651         * gst-libs/gst/xoverlay/xoverlay.h:
20652           Add optional "desired size" signal and querying.
20653
20654 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20655
20656         * gst/matroska/matroska-demux.c:
20657         (gst_matroska_demux_parse_blockgroup):
20658           Fix EBML-laced block parsing. Diffs are relative to previous
20659           lace, not the first lace. Thanks to Mosu from the Matroska
20660           team for detecting this.
20661         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20662         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
20663         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
20664         (gst_wavparse_change_state):
20665         * gst/wavparse/gstwavparse.h:
20666           Quickfix for capsnego.
20667
20668 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20669
20670         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
20671           Fix indenting, fix pad creation.
20672
20673 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20674
20675         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
20676         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
20677         (gst_xviddec_sink_link):
20678           Implement src_getcaps() so proper size caps is negotiated.
20679
20680 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20681
20682         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
20683           Finish flac decoder on EOS. See #116178.
20684
20685 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20686
20687         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
20688         (gst_matroska_demux_add_stream):
20689         * gst/matroska/matroska-ids.h:
20690           Add getcaps() function to fix capsnego...
20691
20692 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20693
20694         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20695         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20696         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20697           Fix more integer overflows. Again, see #126967.
20698
20699 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20700
20701         * ext/mpeg2dec/gstmpeg2dec.c:
20702           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
20703           #130416.
20704
20705 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20706
20707         * configure.ac:
20708         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
20709         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
20710         * ext/xvid/gstxvid.h:
20711         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
20712         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
20713         (gst_xviddec_src_link), (gst_xviddec_sink_link),
20714         (gst_xviddec_change_state):
20715         * ext/xvid/gstxviddec.h:
20716         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
20717         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
20718         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
20719         (gst_xvidenc_link), (gst_xvidenc_set_property),
20720         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
20721         * ext/xvid/gstxvidenc.h:
20722           Update xvid plugin to latest xvid (1.0.0-beta3) API.
20723
20724 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20725
20726         * gst/rtp/rtp-packet.c:
20727           Add sys/types.h include, since OS X doesn't define in_addr_t
20728           in netinet/in.h, like it does on Linux (see #129600).
20729
20730 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
20731
20732         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
20733
20734         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
20735           Correct logic of dispose function (see #129306).
20736
20737 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20738
20739         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
20740         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20741         (gst_mpeg_parse_init):
20742         * gst/mpegstream/gstmpegparse.h:
20743           Remove clock (which was never provided, i.e. dead code), and
20744           also fix integer overflows at high PTS values (see #126967).
20745
20746 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20747
20748         * ext/flac/gstflacdec.c:
20749         * ext/libpng/gstpngenc.h:
20750         * ext/mikmod/gstmikmod.h:
20751           OS X fixes (see #126628).
20752
20753 2004-01-02  David Schleef  <ds@schleef.org>
20754
20755         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
20756         (gst_alsa_src_base_init): Remove bogus "src" request pad.
20757         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
20758         (gst_mpeg_parse_class_init): Move pad template registration
20759         to class_init, since the derived class (mpegdemux) doesn't
20760         want them.
20761
20762 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20763
20764         * sys/ximage/Makefile.am:
20765         * sys/xvideo/Makefile.am:
20766         * sys/xvimage/Makefile.am:
20767           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
20768           after installation (see #127664).
20769
20770 2004-01-02  David Schleef  <ds@schleef.org>
20771
20772         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
20773         (gst_ffmpegenc_connect):  Negotiation fixes.
20774         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
20775         Remove inappropriate gst_caps_free().
20776         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20777         Reenable Ronald's internal resize code, since the core handles
20778         it correctly now.
20779
20780 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20781
20782         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
20783         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
20784         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
20785           Fix pad template stuff.
20786
20787 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20788
20789         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
20790         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
20791           fix signed integer reading/writing.
20792
20793 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20794
20795         * ext/alsa/README:
20796           Remove outdated document
20797
20798 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
20799
20800         * gst/cutter/gstcutter.c: (gst_cutter_init):
20801           src pad was being created twice - oops.
20802
20803 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20804
20805         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20806           Comment out internal resize. It doesn't handle the resulting
20807           XEvent internally, does another try_set_caps() which leads to
20808           a really nice loop.
20809           Real fix will come when Julien and Dave are awake. ;).
20810
20811 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20812
20813         * ext/mpeg2enc/gstmpeg2enc.cc:
20814           fix const/nonconst compile issue.
20815
20816 2004-01-02  David Schleef  <ds@schleef.org>
20817
20818         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
20819         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
20820         Add fixate function and a check for bad formats.
20821
20822 2004-01-01  David Schleef  <ds@schleef.org>
20823
20824         Negotiation fixes:
20825         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
20826         (gst_audiofilter_init):
20827         * gst/debug/efence.c: (gst_efence_init):
20828         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20829         (gst_deinterlace_init):
20830         * gst/volume/gstvolume.c: (volume_connect):
20831
20832 2004-01-01  David Schleef  <ds@schleef.org>
20833
20834         Convert elements to use gst_pad_use_explicit_caps() where
20835         appropriate:
20836         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
20837         * ext/audiofile/gstafparse.c: (gst_afparse_init),
20838         (gst_afparse_open_file):
20839         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
20840         (gst_afsrc_open_file):
20841         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
20842         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
20843         (gst_ffmpegdec_chain):
20844         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20845         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
20846         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
20847         (gst_gdk_pixbuf_chain):
20848         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
20849         (gst_jpegdec_chain):
20850         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
20851         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
20852         (gst_mikmod_negotiate):
20853         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
20854         (gst_mpeg2dec_negotiate_format):
20855         * ext/mpeg2enc/gstmpeg2enc.cc:
20856         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20857         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
20858         (gst_speexdec_sinkconnect):
20859         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
20860         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
20861         (gst_vorbisfile_new_link):
20862         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
20863         (gst_ac3parse_chain):
20864         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
20865         (gst_asf_demux_setup_pad):
20866         * gst/auparse/gstauparse.c: (gst_auparse_init),
20867         (gst_auparse_chain):
20868         * gst/id3/gstid3types.c: (gst_id3types_loop):
20869         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20870         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
20871         (mp1videoparse_parse_seq):
20872         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
20873         (bpf_from_header):
20874         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20875         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
20876         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
20877         (gst_mpeg_parse_send_data):
20878         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20879         (gst_qtdemux_add_stream):
20880         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20881         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20882         (gst_wavparse_parse_fmt):
20883
20884 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20885
20886         * configure.ac:
20887           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
20888           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
20889           it therefore uses the wrong include paths. Too bad... Note
20890           that 1.6.1.93 is not release yet. ;).
20891           Also add a check for mplex, which is now using the lib'ified
20892           mplex from mjpegtools, too.
20893         * ext/ffmpeg/gstffmpegcodecmap.c:
20894           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
20895           issues. I don't think ffmpeg handles 3ivx correctly, so this
20896           probably won't work. But it won't hurt either.
20897         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
20898         (gst_ffmpegdec_chain):
20899         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
20900         (gst_ffmpegenc_chain_audio):
20901           Fix memleak in audio encoding. Close codec if open fails, this
20902           calls the cleanup routines so we can re-use the context.
20903         * ext/mpeg2enc/gstmpeg2enc.cc:
20904           Fix pad template names/types, fix memory issue with getcaps().
20905         * ext/mpeg2enc/gstmpeg2encoder.cc:
20906         * ext/mpeg2enc/gstmpeg2encoder.hh:
20907           Fix compile issue with new caps system (const thingy).
20908         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20909         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
20910           We read a first frame right on initing, so that we have a caps
20911           when we init the output. This caps is cached in padprivate and
20912           read as first frame.
20913         * ext/mplex/Makefile.am:
20914         * ext/mplex/gstmplex.cc:
20915         * ext/mplex/gstmplex.h:
20916         * ext/mplex/gstmplex.hh:
20917         * ext/mplex/gstmplexibitstream.cc:
20918         * ext/mplex/gstmplexibitstream.hh:
20919         * ext/mplex/gstmplexjob.cc:
20920         * ext/mplex/gstmplexjob.hh:
20921         * ext/mplex/gstmplexoutputstream.cc:
20922         * ext/mplex/gstmplexoutputstream.hh:
20923           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
20924           had issues, didn't do capsnego, supported only a subset of the
20925           mplex features and required a mplex fork in our local CVS. Plus
20926           that it worked agaist a very old mplex version. Rewriting was
20927           faster than updating it.
20928         * gst-libs/ext/Makefile.am:
20929         * gst-libs/ext/mplex/INSTRUCT:
20930         * gst-libs/ext/mplex/Makefile.am:
20931         * gst-libs/ext/mplex/README:
20932         * gst-libs/ext/mplex/TODO:
20933         * gst-libs/ext/mplex/ac3strm_in.cc:
20934         * gst-libs/ext/mplex/audiostrm.hh:
20935         * gst-libs/ext/mplex/audiostrm_out.cc:
20936         * gst-libs/ext/mplex/aunit.hh:
20937         * gst-libs/ext/mplex/bits.cc:
20938         * gst-libs/ext/mplex/bits.hh:
20939         * gst-libs/ext/mplex/buffer.cc:
20940         * gst-libs/ext/mplex/buffer.hh:
20941         * gst-libs/ext/mplex/fastintfns.h:
20942         * gst-libs/ext/mplex/format_codes.h:
20943         * gst-libs/ext/mplex/inputstrm.cc:
20944         * gst-libs/ext/mplex/inputstrm.hh:
20945         * gst-libs/ext/mplex/lpcmstrm_in.cc:
20946         * gst-libs/ext/mplex/mjpeg_logging.cc:
20947         * gst-libs/ext/mplex/mjpeg_logging.h:
20948         * gst-libs/ext/mplex/mjpeg_types.h:
20949         * gst-libs/ext/mplex/mpastrm_in.cc:
20950         * gst-libs/ext/mplex/mpegconsts.cc:
20951         * gst-libs/ext/mplex/mpegconsts.h:
20952         * gst-libs/ext/mplex/mplexconsts.hh:
20953         * gst-libs/ext/mplex/multplex.cc:
20954         * gst-libs/ext/mplex/outputstream.hh:
20955         * gst-libs/ext/mplex/padstrm.cc:
20956         * gst-libs/ext/mplex/padstrm.hh:
20957         * gst-libs/ext/mplex/stillsstream.cc:
20958         * gst-libs/ext/mplex/stillsstream.hh:
20959         * gst-libs/ext/mplex/systems.cc:
20960         * gst-libs/ext/mplex/systems.hh:
20961         * gst-libs/ext/mplex/vector.cc:
20962         * gst-libs/ext/mplex/vector.hh:
20963         * gst-libs/ext/mplex/videostrm.hh:
20964         * gst-libs/ext/mplex/videostrm_in.cc:
20965         * gst-libs/ext/mplex/videostrm_out.cc:
20966         * gst-libs/ext/mplex/yuv4mpeg.cc:
20967         * gst-libs/ext/mplex/yuv4mpeg.h:
20968         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
20969         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
20970           We don't fork mjpegtools' mplex in our CVS anymore.
20971         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
20972         (gst_avi_demux_add_stream):
20973         * gst/avi/gstavidemux.h:
20974           Add getcaps() function for proper caps nego. This makes some
20975           parts of AVI playback/reading work.
20976         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20977           Resize window on new capsnego. This is probably wrong, but
20978           I'm still committing it because with current capsnego, the
20979           first successfull capsnego is auto-fixated, therefore rounded
20980           down to the lowest values in the caps. this results in a 16x16
20981           XWindow that is not reized when real capsnego finishes.
20982           Dave, I see more cases of this, do you know a proper solution?
20983         * tools/gst-launch-ext.in:
20984           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
20985
20986 2003-12-31  David Schleef  <ds@schleef.org>
20987
20988         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
20989         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
20990           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
20991
20992 2003-12-30  David Schleef  <ds@schleef.org>
20993
20994         * ext/ffmpeg/gstffmpegcolorspace.c:
20995         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
20996         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
20997         (gst_ffmpegcsp_chain): Negotiation fixes
20998         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
20999         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21000         (gst_audio_convert_link), (gst_audio_convert_channels):
21001         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
21002         (gst_audioscale_link), (gst_audioscale_get_buffer),
21003         (gst_audioscale_chain): Negotiation fixes
21004         * gst/audioscale/gstaudioscale.h:
21005         * gst/videofilter/gstvideofilter.c:
21006         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
21007         (gst_videofilter_link), (gst_videofilter_init),
21008         (gst_videofilter_set_output_size), (gst_videofilter_setup),
21009         (gst_videofilter_find_format_by_structure):
21010         * gst/videofilter/gstvideofilter.h: Negotiation fixes
21011         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21012         (gst_videoscale_link):
21013         * gst/videoscale/videoscale.c: (videoscale_get_structure),
21014         (videoscale_find_by_structure), (gst_videoscale_setup):
21015         * gst/videoscale/videoscale.h: Negotiation fixes
21016         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21017         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
21018         function, restrict resizing to a multiple of 4 (hack until
21019         everyone supports odd sizes correctly).
21020
21021 2003-12-29  Colin Walters  <walters@verbum.org>
21022
21023         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
21024         signed.
21025
21026 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
21027
21028         * ext/sndfile/gstsf.c: (gst_sf_loop):
21029           Fix warning about discarding const qualifier
21030
21031 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
21032
21033         * gst/cutter/gstcutter.c:
21034         * gst/videoscale/gstvideoscale.c:
21035         * gst/volenv/gstvolenv.c:
21036         * gst-libs/gst/audio/audio.c:
21037         * gst-libs/gst/video/video.c:
21038           Fix warnings
21039
21040 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21041
21042         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
21043           Don't send ALSA debugging to stderr.
21044         * ext/alsa/gstalsa.h:
21045           Use GST_WARNING instead of g_warning when ALSA functions fail.
21046
21047 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21048
21049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21050           Free XVAdapterInfo correctly.
21051
21052 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21053
21054         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21055         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
21056           Make id3tag use correct caps nego.
21057
21058 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
21059
21060         * ext/ivorbis/vorbis.c:
21061         * ext/ivorbis/vorbisenc.h:
21062         * ext/ivorbis/vorbisfile.c:
21063           Modify so that it uses the new caps things
21064
21065 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21066
21067         * testsuite/spider/spider1.c: (main):
21068         * testsuite/spider/spider2.c: (main):
21069         * testsuite/spider/spider3.c: (main):
21070           Make tests compile again. They probably don't work.
21071
21072 2003-12-24  Colin Walters  <walters@verbum.org>
21073
21074         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
21075         we can't fixate the caps anymore.
21076
21077 2003-12-23  David Schleef  <ds@schleef.org>
21078
21079         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
21080         * sys/oss/gstosssink.c: (gst_osssink_init),
21081         (gst_osssink_sink_fixate): Add fixate function.
21082
21083 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21084
21085         * ext/ffmpeg/gstffmpegcodecmap.c:
21086         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
21087         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
21088         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
21089         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21090         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21091         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21092         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
21093           fix typo in RGB masks, and move back to "old" colorspace
21094           capsnego code until whoever wrote this new crap has actually
21095           tested it so that it works.
21096           And yes, this works, keep it that way please.
21097
21098 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21099
21100         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
21101         (gst_divxdec_init), (gst_divxdec_negotiate):
21102         * ext/divx/gstdivxdec.h:
21103         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
21104         (gst_divxenc_init):
21105         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
21106         (gst_faac_sinkconnect), (gst_faac_srcconnect):
21107         * ext/mpeg2enc/gstmpeg2enc.cc:
21108         * ext/mpeg2enc/gstmpeg2encoder.cc:
21109         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21110         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
21111         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
21112         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
21113         (dxr3spusink_init):
21114         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
21115         (dxr3videosink_init):
21116           Fix caps breakage after Dave's caps branch merge.
21117
21118 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21119
21120         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21121           Fix for 24bpp display.
21122
21123 2003-12-23  Colin Walters  <walters@verbum.org>
21124
21125         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
21126         a GnomeVFSHandle directly.
21127
21128 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21129
21130         * gst/volume/Makefile.am:
21131         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
21132         (volume_base_init), (volume_init):
21133           Reenable volume element and fix to work with new caps stuff.
21134           Rhythmbox needs this.
21135
21136 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21137
21138         * gst/qtdemux/qtdemux.c: (plugin_init):
21139           qtdemux requires bytestream
21140
21141 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21142
21143         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
21144           Fix remaining caps handling errors due to CAPS merge.
21145
21146 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21147
21148         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
21149         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
21150         (gst_faad_srcconnect):
21151           Port to new caps system.
21152
21153 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21154
21155         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21156         (got_video_size), (main): using g_print instead of g_message.
21157         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
21158         signal which was not emitted because of "switch" element added to the
21159         bin but not connected. (Removing from the bin temporarily)
21160
21161 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21162
21163         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
21164         find X development files. I don't understand the previous tests and
21165         they fail on my debian/ppc unstable. This one works.
21166         * examples/gstplay/player.c: (main): Set the pipeline to READY before
21167         exiting.
21168         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
21169         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21170         (gst_play_set_visualization): Add some safety checks in set_ methods
21171         and state_change. This was throwing some ugly CRITICAL messages when
21172         pipeline was getting disposed and casts were failing.
21173
21174 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21175
21176         * configure.ac:
21177           Improve mpeg2enc detection. This is for distributions that do
21178           ship mjpegtools, but without mpeg2enc. Also does object check
21179           for might there ever be ABI incompatibility.
21180         * ext/mpeg2enc/gstmpeg2enc.cc:
21181           Add Andrew as second maintainer (he's helping me), and also add
21182           an error if no caps was set. This happens if I pull before capsnego
21183           and that's something I should solve sometime else.
21184         * gst/matroska/matroska-demux.c:
21185         (gst_matroska_demux_parse_blockgroup):
21186           Fix time parsing.
21187         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
21188         (gst_matroska_mux_track_header):
21189           Add caps to templates.
21190         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
21191           Add mpegversion=1 to prevent confusion with MPEG/AAC.
21192         * gst/mpegstream/gstmpegdemux.c:
21193           Remove layer since it causes warnings about unfixed caps.
21194         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21195           Fix obvious typo (we error out if caps were set, we should of
21196           course error out if *no* caps were set).
21197         * sys/oss/gstosselement.c: (gst_osselement_convert):
21198           Fix format conversion, we confused bits/bytes.
21199         * sys/oss/gstosselement.h:
21200           Improve documentation for 'bps'.
21201         * sys/v4l/TODO:
21202           Remove stuff about plugins that need removing - this was done
21203           ages ago.
21204         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21205         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21206         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21207         (gst_v4lsrc_src_query):
21208         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21209         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21210           Add get_query_types(), get_formats() and query() functions.
21211
21212 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21213
21214         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21215         * moved CVS to freedesktop.org